.single-product div.product .product_meta .posted_in {display: none
}

.single-product div.product .motta-dropdown__content .wp-block-column {
	width: 100%;
}

.single-product div.product  .motta-dropdown__content .wp-block-column.left, .single-product div.product.motta-dropdown__content .wp-block-column.right {
	display: none;
}

.single-product div.product  .motta-dropdown__content .wp-block-column h3{
	font-size: 18px !important;
	margin-top: 20px;
}
span#wcssc-button-container button {
    height: 44px;
    padding: 0 !important;
    min-width: 116px;
}

.site-header__mobile.minimized {
    animation-name: fadeInDown;
    animation-duration: .45s;
		position: fixed;
		right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    border-bottom: none;
    max-width: 100%;
}
.woocommerce-info {
	display:none !important;
}
.woocommerce-form-coupon{
	display:block !important;
	padding:0 10px !important;
	border:1px solid #ecf0f4;
}
.woocommerce-form-coupon p:nth-child(1){
	width:100%;
	margin-bottom:0 !important;
}
.woocommerce-form-coupon p:nth-child(2){
	width:70%;
}
.woocommerce-form-coupon p:nth-child(3){
	width:29%;
}
 .woocommerce-checkout input[type="checkbox"]::before{
	border: 2px solid #535353 !important ;
}
.woocommerce-form-coupon p{
	display:inline-block;
	width:48%;
}
.woocommerce-form-coupon input{
	width:100% !important;
}
.products .product .product-actions {
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.products .product{
	overflow:hidden;
	    border-radius: 10px !important;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1) !important;
    z-index: 3 !important;
}
.products .product
.product-actions{
	box-shadow:unset !important;
}
.wc-buy-now-btn-single{
	display:none !important;
}
/* .cart-panel{
	display:none !important;
	visibility:hidden !important;
	opacity: 0 !important;
} */
.site-header__section .header-mobile-sticky {display: none}
ul.products li.product .product-actions > a.button + a.button {  background: #0b5052; }
.single-product div.product .single_add_to_cart_button {  background-color: #0b5052; }

.single-product div.product.has-buy-now .motta-buy-now-button {  background-color: #ff9e20; border: none; color: #fff;}
@media (max-width: 767px) { .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .motta-dropdown__content { display: block !important;; } }
.motta-sticky-add-to-cart .motta-sticky-add-to-cart__button {  background-color: #0b5052; }
.motta-sticky-add-to-cart .motta-sticky-add-to-cart__button-group .motta-buy-now-button {  background-color: #ff9e20; border: none; color: #fff;}
ul.products li.product .product-actions > a.add_to_cart_button:not(.wc-buy-now-btn){background-color:#0b5052; color: #fff }

@media (max-width: 500px) {
    .woocommerce-form-coupon button {
        padding: 0 !important;
        min-width: 120px !important;
    }
	.woocommerce-form-coupon p:nth-child(2) {
    width: 45% !important;
}
	ul.products li.product {
    padding: 15px 8px !important;
}
}
/* Change hyperlink color only in page and blog post content */
.page .entry-content a,
.single-post .entry-content a {
    color: #0073e6; /* Your desired color for links */
}

/* Change hyperlink color on hover in page and blog post content */
.page .entry-content a:hover,
.single-post .entry-content a:hover {
    color: #005bb5; /* Your desired hover color */
}

/* Optionally, to target WooCommerce product descriptions but exclude titles */
.single-product .woocommerce-product-details__short-description a {
    color: #0073e6; /* Color for product description links */
}

.single-product .woocommerce-product-details__short-description a:hover {
    color: #005bb5; /* Hover color for product description links */
}

/* Ensure label sits under the price */
.mm-inclusive-tax {
  display: block !important;
  width: 100% !important;
  margin-top: 8px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  color: #ffb300 !important;
  clear: both !important;        /* clears any floated price elements */
  text-align: left !important;
}

/* If your theme wraps price in a container, target specificity */
.single-product .summary .price + .mm-inclusive-tax,
.woocommerce .product .price + .mm-inclusive-tax {
  margin-top: 6px !important;
}

.woocommerce p.stars,
.woocommerce .comment-form-rating .stars,
.woocommerce .comment-form-rating select#rating {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.woocommerce-review__published-date,
.review-date,
.comment-date {
    display: none !important;
}

.stock {
    display: none !important;
}