


.col-full-nav.is_stuck{background-color:#323232}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    pointer-events: none;
}

/*  */

/* .pdp-g-skinny #page .product .product-details-wrapper .woocommerce-product-gallery, .pdp-g-skinny.single-product div.product .product-details-wrapper .images {
    height: 20%;
	} */

/* .components-button .wc-block-components-button .wp-element-button .wc-block-components-checkout-place-order-button .contained{color:#fff !important} */
.wc-block-components-button__text{color:#fff}
.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{background-color:#000}

.shoptimizer-sticky-add-to-cart__content{display:none}

/* store notification */

.download{background-color:#fff !important}

.demo_store{background-color:red;
	font-style:italic;
}
/* end  */

/*  mobile serch background */

@media (max-width: 992px){
	button.mobile-search-toggle{background-color:#fff}}

/*  image size shop page */
body ul.products li.product img {
    display: block;
    width: auto;
    margin: 0 auto;
}
/*  */
@media (min-width: 770px){
div.product .summary {
    float: right;
	width:56%
	
}

#page .product .woocommerce-product-gallery, .single-product div.product .product-details-wrapper .images {
    width: 40%;
   }
}
@media (max-width: 768px) {div.top-bar-left.widget_text, div.top-bar-right.widget_text,div.top-bar-center.widget_block {display:none}
	
}


/*  */
.cart-custom-field .referral-button {
    display: flex;
    align-items: center;
}

.cart-custom-field .referrals-link__button {
    display: flex;
    align-items: center;
    gap: 8px; /* Space between icon and text */
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.cart-custom-field .icon-wrapper svg {
    width: 30px;
    height: 30px;
}

.cart-custom-field .referrals-link__button:hover {
    background-color: rgba(64, 129, 183, 0.1);
}
/*  */
 /* Hide on desktop (992px and up) */
  @media (min-width: 992px) {
    div.top-bar-center.widget_text {
      display: none !important;
    }
  }
.top-bar p{1px}

@media (min-width: 768px) {
  .top-bar-left.widget_block {
    display: none !important;
  }
}


/*  */
button.show-password-input {display:none}

/*  */
.single-post .post-thumbnail,
.single-post .wp-post-image {
    display: none !important;
}

