@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
    --bg-color: 255 255 255 / 1.0;
    --bg-color-og: 255 255 255 / 1.0;
    --heading-color: 17 17 17;
    --text-color: 17 17 17;
    --text-color-og: 17 17 17;
    --scrollbar-color: 17 17 17;
    --link-color: 17 17 17;
    --link-color-og: 17 17 17;
    --star-color: 0 182 122;
    --swatch-border-color-default: 207 207 207;
    --swatch-border-color-active: 136 136 136;
    --swatch-card-size: 24px;
    --swatch-variant-picker-size: 64px;
    --color-scheme-1-bg: 247 247 247 / 1.0;
    --color-scheme-1-grad: linear-gradient(180deg, rgba(244, 244, 244, 1), rgba(244, 244, 244, 1) 100%);
    --color-scheme-1-heading: 17 17 17;
    --color-scheme-1-text: 17 17 17;
    --color-scheme-1-btn-bg: 17 17 17;
    --color-scheme-1-btn-text: 255 255 255;
    --color-scheme-1-btn-bg-hover: 61 61 61;
    --color-scheme-2-bg: 17 17 17 / 1.0;
    --color-scheme-2-grad: linear-gradient(225deg, rgba(34, 32, 33, 1) 2%, rgba(33, 33, 33, 1) 100%);
    --color-scheme-2-heading: 255 255 255;
    --color-scheme-2-text: 255 255 255;
    --color-scheme-2-btn-bg: 255 255 255;
    --color-scheme-2-btn-text: 17 17 17;
    --color-scheme-2-btn-bg-hover: 227 227 227;
    --color-scheme-3-bg: 218 32 40 / 1.0;
    --color-scheme-3-grad: ;
    --color-scheme-3-heading: 255 255 255;
    --color-scheme-3-text: 255 255 255;
    --color-scheme-3-btn-bg: 17 17 17;
    --color-scheme-3-btn-text: 255 255 255;
    --color-scheme-3-btn-bg-hover: 61 61 61;
    --drawer-bg-color: 255 255 255 / 1.0;
    --drawer-text-color: 17 17 17;
    --panel-bg-color: 247 247 247 / 1.0;
    --panel-heading-color: 17 17 17;
    --panel-text-color: 17 17 17;
    --in-stock-text-color: 0 182 122;
    --low-stock-text-color: 0 182 122;
    --very-low-stock-text-color: 0 182 122;
    --no-stock-text-color: 33 33 33;
    --no-stock-backordered-text-color: 119 119 119;
    --error-bg-color: 252 237 238;
    --error-text-color: 180 12 28;
    --success-bg-color: 232 246 234;
    --success-text-color: 44 126 63;
    --info-bg-color: 228 237 250;
    --info-text-color: 26 102 210;
    --heading-font-family: Inter, sans-serif;
    --heading-font-style: normal;
    --heading-font-weight: 700;
    --heading-scale-start: 2;
    --navigation-font-family: Inter, sans-serif;
    --navigation-font-style: normal;
    --navigation-font-weight: 500;
    --heading-text-transform: none;
    --subheading-text-transform: uppercase;
    --body-font-family: Inter, sans-serif;
    --body-font-style: normal;
    --body-font-weight: 400;
    --body-font-size: 15;
    --section-gap: 48;
    --heading-gap: calc(8 * var(--space-unit));
    --grid-column-gap: 20px;
    --btn-bg-color: 17 17 17;
    --btn-bg-hover-color: 61 61 61;
    --btn-text-color: 255 255 255;
    --btn-bg-color-og: 17 17 17;
    --btn-text-color-og: 255 255 255;
    --btn-alt-bg-color: 17 17 17;
    --btn-alt-bg-alpha: 1.0;
    --btn-alt-text-color: 255 255 255;
    --btn-border-width: 1px;
    --btn-padding-y: 12px;
    --btn-border-radius: 26px;
    --btn-lg-border-radius: 50%;
    --btn-icon-border-radius: 50%;
    --input-with-btn-inner-radius: var(--btn-border-radius);
    --input-bg-color: 255 255 255 / 1.0;
    --input-text-color: 17 17 17;
    --input-border-width: 1px;
    --input-border-radius: 25px;
    --textarea-border-radius: 12px;
    --input-border-radius: 26px;
    --input-bg-color-diff-3: #f7f7f7;
    --input-bg-color-diff-6: #f0f0f0;
    --modal-border-radius: 25px;
    --modal-overlay-color: 0 0 0;
    --modal-overlay-opacity: 0.4;
    --drawer-border-radius: 25px;
    --overlay-border-radius: 5px;
    --custom-label-bg-color: 33 33 33;
    --custom-label-text-color: 255 255 255;
    --sale-label-bg-color: 219 33 41;
    --sale-label-text-color: 255 255 255;
    --sold-out-label-bg-color: 42 43 42;
    --sold-out-label-text-color: 255 255 255;
    --new-label-bg-color: 180 12 28;
    --new-label-text-color: 255 255 255;
    --preorder-label-bg-color: 0 166 237;
    --preorder-label-text-color: 255 255 255;
    --page-width: 1500px;
    --gutter-sm: 20px;
    --gutter-md: 32px;
    --gutter-lg: 64px;
    --payment-terms-bg-color: #ffffff;
    --coll-card-bg-color: #f7f7f7;
    --coll-card-border-color: #f7f7f7;
    --blend-bg-color: #f9f9f9;
    --reading-width: 48em;
}

.h0, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .font-heading {
    margin: 0 0 .5em;
    color: rgb(var(--heading-color));
    font-family: var(--heading-font-family);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
    line-height: calc(4px + 2.4ex);
    text-transform: var(--heading-text-transform);
}


/*css start*/
.footer56 img {
    mix-blend-mode: unset !important;
}    
.mobile-faq button#wpr-subscribe-2807553:after {
    top: 24px;
}    
div#gr img {
    filter: brightness(0) invert(1);
}
.cart__summary {
  margin-top: calc(12 * var(--space-unit));
  padding-bottom: calc(8 * var(--space-unit));
  border: 1px solid rgba(var(--text-color)/0.15);
}
.cart__summary:empty {
  display: none;
}

.dynamic-checkout__content ul {
  justify-content: center;
}

.cart.heading--text-start .free-shipping-notice__heading {
  text-align: start;
}

.cart.heading--text-end .free-shipping-notice__heading {
  text-align: end;
}
.cart.heading--text-end .free-shipping__notice {
  margin-left: auto;
}

.cart.heading--text-center .free-shipping__notice {
  margin-right: auto;
  margin-left: auto;
}
.single-product .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-3.wp-block-group-is-layout-flex {
    margin-bottom: 20px;
}

.single-product .wp-block-woocommerce-product-price {
    margin-top: -20px;
}
.single-product .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow p.wp-block-post-excerpt__excerpt {
    display: none;
}
@media (min-width: 850px) and (max-width: 1279px) {
  .cart-page-recommendations .slider__grid {
    grid-auto-columns: 100%;
  }
}
@media (min-width: 850px) {
  .cart--with-items {
    display: flex;
  }
  .cart {
    align-items: flex-start;
  }
  .cart__items {
    flex: 1 1 auto;
    max-width: 50%;
  }
  .cart__summary {
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-end-padded, 48px);
    flex: 0 0 45%;
    margin-top: 0;
    transition: top 0.3s;
  }
}
@media (min-width: 1024px) {
  .cart {
    column-gap: calc(16 * var(--space-unit));
  }
  .cart__summary {
    flex: 0 0 35%;
    width: 416px;
  }
}
@media (min-width: 1280px) {
  .cart {
    column-gap: 144px;
  }
}

@media (min-width: 769px) {
    .md\:p-8 {
        padding: 32px;
    }
}

.font-bold {
    font-weight: 700;
}
.m-0 {
    margin: 0;
}
a.cart-item__title {
    color: rgb(var(--text-color));
    font-family: var(--body-font-family);
    font-size: calc(var(--body-font-size) * .1rem);
    font-style: var(--body-font-style);
    font-weight: var(--body-font-weight);
    line-height: 1.5;
}

.woocommerce .button {
    border: var(--btn-border-width) solid rgb(var(--btn-bg-color));
    outline-color: rgb(var(--btn-bg-color));
    outline-offset: 3px;
    background: rgb(var(--btn-bg-hover-color)) linear-gradient(104deg, rgb(var(--btn-bg-hover-color)) 60%, rgb(var(--btn-bg-color)) 60% 100%) no-repeat 100% 100%;
    background-size: 300% 100%;
    color: rgb(var(--btn-text-color));
    position: relative;
    max-width: 100%;
    padding: var(--btn-padding-y, 12px) 26px !important;
    transition: opacity .6s ease, color .6s ease, background-position .4s ease-out;
    border-radius: var(--btn-border-radius, 0);
    outline-offset: var(--btn-border-width);
    font-size: .88em !important;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center !IMPORTANT;
    text-transform: var(--btn-text-transform, none);
    -webkit-appearance: none;
    appearance: none;
    word-break: break-word;
    width: 100%;
}
.woocommerce .button:hover {
    background-position: 0 100%;
}

.wp-block-woocommerce-product-details.alignwide.is-style-minimal {
    display:none;
}

.cart_totals h2 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}
.woocommerce-page table.shop_table_responsive tbody tr {
    border-top: 1px solid rgba(var(--text-color)/.15);
}
.hfe-nav-menu a.hfe-menu-item:hover {
    box-shadow: inset 0 -2px 0 0 #000;
}
.accordion-content {
    display: none;
}
.hfe-nav-menu a.hfe-menu-item {
    transition: box-shadow .1s;
    padding-bottom: 10px !important;
    margin-bottom: 9px !important;
}
.n2-ss-slider-controls.n2-ss-slider-controls-below {
    display:none !important;
}
div#colung-6 .elementor-widget-image .elementor-widget-container img {
    mix-blend-mode: multiply;
    transition: transform .4s cubic-bezier(.38,.41,.27,1),border-color .4s;
}
div#colung-6 .elementor-widget-image .elementor-widget-container img:hover {
    transform: scale(1.03);
}
div#colung-6 .elementor-widget-image .elementor-widget-container {
    background-color: #f9f9f9 !important;
}
.extra-advance .adbb {
    transition: transform .4s cubic-bezier(.38,.41,.27,1),border-color .4s;
}
footer.wp-block-template-part {
    display: none;
}


/*product page*/

.icon-container p {
    font-size: 12px;
}
.icon-container img {
    max-height: 35px;
    width: auto;
    margin-bottom: 7px;
}
.icon-container {
    margin: 0 15px;
}
.trust-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
ul.payment_icon_list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.payment_icons_container ul li {
    padding-inline-start: 0em;
}
.payment_icon_styled {
    max-width: 50px;
}
.payment_icons_container span {
    font-size: 14px;
}
.product-spec {
    margin: 0;
}

.product-spec__item {
    border-bottom: 1px dashed rgba(var(--text-color)/.15);
}

.text-end {
    text-align: end;
}
@media (min-width: 769px) {
    .product-spec__label--right {
        flex-basis: 50%;
    }
}

@media (min-width: 769px) {
    .product-spec__label {
        flex: 0 0 160px;
        margin-bottom: 0;
    }
} 


.bottom90 {
    border-bottom: 1px solid #d7d3d3;
    padding-top: 25px;
}

.single-product-category a {
    font-size: 13px;
    color: #000 !important;
    text-decoration: underline;
}
h1.product_title.entry-title {
    font-size: 22px;
    font-weight: 700;
}
.woocommerce-js div.product p.price ins, .woocommerce-js div.product span.price ins {
    padding-inline-end: .5rem;
    font-size: 1em;
    white-space: nowrap;
    font-family: 'Inter';
    color: rgb(var(--text-color));
    line-height: 1.5;
}
del span.woocommerce-Price-amount.amount bdi {
    color: rgba(var(--text-color) / .8);
    font-size: .8em;
    white-space: nowrap;
}
.icon-container {
    margin: 0 15px;
}
.trust-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    width: 83%;
    font-size: .88em;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    background: #111111;
    padding: 12px 0;
    border-radius: 35px;
}
.icon-container img {
    max-height: 35px;
    width: auto;
    margin-bottom: 7px;
}
.summary.entry-summary {
    border-left: 2px solid #d7d3d3;
    padding-left: 50px;
    padding-top: 50px;
    position: sticky;
    top: 0;
}
.single-product div#content div#primary .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    padding-top: 100px;
}
.single-product div#content div#primary .ast-woocommerce-container {
    padding-left: 44px;
    padding-right: 44px;
    position: relative;
}
.summary.entry-summary {
    border-left: 2px solid #d7d3d3;
    padding-left: 50px;
}
.custom-rk-div .product_meta .product-info__block font {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
.product-details__block.panel h3.h5.mb-6 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 17px;
    font-family: 'Inter';
}
.single-product div#content div#primary {
    margin-top: 0 !important;
}
.single-product div#content div#primary nav.woocommerce-breadcrumb {
    position: absolute;
    top: 15px;
	 left: 70px;
	 font-size: 11px;
}
.custom-rk-div h3.accordion-header::after {
    height: 11px !important;
    width: 11px !important;
}
.custom-rk-div ins bdi {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Inter';
}
.custom-rk-div h1.product_title.entry-title {
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 700;
}
.custom-rk-div h3.accordion-header {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Inter';
}
span.ast-on-card-button.ast-onsale-card {
    margin-top: 50px;
}
.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger {
    top: 4rem;
}

.woocommerce-tabs-accordion h3.accordion-header {
    background: transparent;
    border-left: 0;
    border-right: 0;
}
.footer-trust-icons .footer-icon-card-wrapper img {
    box-shadow: unset;
}
.product-details__block.panel{
    background: #f7f7f7;
	 padding: 30px;
}
.footer-trust-icons {
    display: flex;
    flex-wrap: wrap;
}	
.footer-icon-card-wrapper {
    color: #fff;
    margin: 8px 8px 0 0;
}
.icon-container p {
    font-size: 12px;
}
.footer-icon-card {
    width: 60px;
    height: 40px;
    padding: 6px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px;
}
.footer-icon-card img {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.footer-icon-card svg {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.woocommerce-tabs-accordion h3.accordion-header {
    background: transparent;
    border-left: 0;
    border-right: 0;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}
.woocommerce-tabs-accordion h3.accordion-header {
    border-top: 0;
}
ul.flex-direction-nav {
    display: none;
}
.woocommerce-tabs-accordion h3.accordion-header:first-child {
    border-top: 1px solid #e1e1e1;
}
ul.payment_icon_list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}
li.payment_icon_list_item {
    display: grid;
    column-gap: 25px;
    grid-template-columns: 50px 1fr;
    -webkit-box-align: center;
    align-items: center;
}
.payment_icon_styled {
    max-width: 50px;
}
a.download-spec-product {
    font-weight: 700;
    text-decoration: underline;
}
a.download-spec-product {
    color: rgb(var(--text-color));
    font-weight: 700;
    text-decoration: underline;
    margin: 2rem 0 !important;
    display: block;
}
.woocommerce-js div.product {
    height: 100%;

}
section.up-sells.upsells.products h2 {
    margin: auto;
    width: 87%;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Inter';
}
.products .columns-4 h2.woocommerce-loop-product__title {
    font-size: 15px !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px !important;
}
.products .columns-4 span.price {
    border-bottom: 1px solid #c1c1c1;
    width: 88%;
    padding-bottom: 10px;
}
.products .columns-4 a.button {
    width: 90%;
    display: flex;
    justify-content: center;
    background: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Inter';
    border-radius: 50px;
    margin-top: 20px !important;
}

section.up-sells.upsells.products ul.products.columns-4 {
    width: 87%;
    margin: auto;
}

.cart_totals  td {
    text-align: end;
}
.cart_totals  td span.woocommerce-Price-amount.amount {
    font-size: 17px;
    font-weight: 700;
	  font-family: in
}

section.up-sells.upsells.products {
    border-top: 1px solid #c1c1c1;
    padding-top: 50px;
}
.cart_totals  td span.woocommerce-Price-amount.amount {
    font-size: 17px;
    font-weight: 700;
}
.custom-rk-div .woocommerce-product-gallery .woocommerce-tabs-accordion h3.accordion-header {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Inter';
}
.woocommerce-js div.product div.summary {
    margin-bottom: 0;
    padding-bottom: 3rem !important;
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    font-size: .88em;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    background: #111111;
    padding: 12px 0;
    border-radius: 35px;
}
.woocommerce-js div.product form.cart div.quantity {
    border: 1px solid #dedede;
    border-radius: 50px;
    padding: 12px 8px;
    text-align: center;
}
.woocommerce-js div.product form.cart div.quantity input {
    border: unset;
    padding: 0 !important;
    height: unset;
    min-height: unset;
}
.woocommerce-js div.product form.cart div.quantity {
    width: 26%;
    border: 1px solid #dedede;
    border-radius: 50px;
    padding: 8px 8px;
    text-align: center;
}
.icon-container img {
    box-shadow: unset;
    text-align: center;
    margin: auto;
}
.product_meta span.posted_in {
    display: none !IMPORTANT;
}
h3.accordion-header {
    background: transparent !important;
    border-left: 0 !important;
    border-right: 0 !IMPORTANT;
    border-top: 0 !important;
}
h3.accordion-header:first-child {
    border-top: 1px solid #e1e1e1 !important;
}
h3.accordion-header {
    font-size: 16px;
    padding: 22px 8px !important;
}
.woocommerce-tabs-accordion .accordion-content, .woocommerce-tabs-accordionss .accordion-content {
    border: unset;
    padding: 0 7px;
}
.woocommerce-js div.product form.cart {
    padding: 28px 0;
}
.single-product div#content .ast-container {
    max-width: 100%;
    padding: 0;
}
.single-product div#content .ast-container .ast-woocommerce-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.product-spec {
  margin: 0;
}

.product-spec__item {
  border-bottom: 1px dashed #dcdcdc;
}

.product-spec__item:last-child {
  border: 0;
}

.product-spec__value p:last-child {
  margin-bottom: 0;
}
.text-end {
    text-align: end;
}
.flex {
    display: flex;
}
.product-spec__item.flex {
    padding: 13px 0;
}
h3.accordion-header {
    display: flex;
    align-items: center;
    gap: 17px;
}
button, .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    transition: opacity .6s ease,color .6s ease,background-position .4s ease-out !important;
    border-radius: var(--btn-border-radius, 0);
    outline-offset: var(--btn-border-width);
    font-size: .88em;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    text-transform: var(--btn-text-transform, none);
    -webkit-appearance: none;
    appearance: none;
    word-break: break-word;
}
button, .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    border: var(--btn-border-width) solid rgb(var(--btn-bg-color)) !important;
    outline-color: rgb(var(--btn-bg-color));
    outline-offset: 3px;
    background: rgb(var(--btn-bg-hover-color)) linear-gradient(104deg, rgb(var(--btn-bg-hover-color)) 60%, rgb(var(--btn-bg-color)) 60% 100%) no-repeat 100% 100% !important;
    background-size: 300% 100% !important;
    color: rgb(var(--btn-text-color)) !important;
}
button:hover, .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    background-position: 0 100% !important;
}
.woocommerce-js div.product div.images .flex-control-thumbs li img {
    opacity: 1;
}
.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 11%;
    position: relative;
}
.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition: width .3s;
    background-color: rgb(var(--text-color));
}
.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:hover:after, .woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li.is-active:after {
    width: 100%;
}
.hfe-nav-menu__layout-horizontal li.menu-item a.hfe-menu-item:hover {
    box-shadow: inset 0 -2px 0 0 currentColor;
}
.woocommerce-tabs-accordion h3.accordion-header:after, .woocommerce-tabs-accordionss h3.accordion-header:after {
    content: '';
    box-sizing: border-box;
    height: 1vw;
    width: 1vw;
    border-style: solid;
    border-color: black;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    justify-content: space-between;
    position: absolute;
    right: 15px;
}
.woocommerce-tabs-accordion h3.accordion-header.active:after, .woocommerce-tabs-accordionss h3.accordion-header.active:after {
    transform: rotate(-133deg);
    margin-top: 7px;
}
.woocommerce-tabs-accordionss h3.accordion-header:after {
    content: '';
    box-sizing: border-box;
    height: 1vw;
    width: 1vw;
    border-style: solid;
    border-color: black;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    justify-content: space-between;
    position: absolute;
    right: 15px;
}
.woocommerce-tabs-accordionss h3.accordion-header.active:after {
    transform: rotate(-133deg);
    margin-top: 7px;
}
td.product-name a {
    font-size: 16px;
    font-style: var(--body-font-style);
    font-weight: 700;
    color: rgb(var(--link-color));
    font-family: 'Inter';
}

h1.alignwide.wp-block-query-title {
    font-size: 30px;
    line-height: calc(4px + 2.4ex);
    font-family: 'Inter';
}
.alignwide.wp-block-term-description {
    font-size: 16px;
    margin-top: 0;
    width: 600px;
    margin-left: 72px !important;
}
.wp-block-button.wc-block-components-product-button a.wp-block-button__link {
    border: var(--btn-border-width) solid rgb(var(--btn-bg-color));
    outline-color: rgb(var(--btn-bg-color));
    outline-offset: 3px;
    background: rgb(var(--btn-bg-hover-color)) linear-gradient(104deg, rgb(var(--btn-bg-hover-color)) 60%, rgb(var(--btn-bg-color)) 60% 100%) no-repeat 100% 100%;
    background-size: 300% 100%;
    color: rgb(var(--btn-text-color));
    max-width: 100%;
    padding: var(--btn-padding-y, 12px) 26px;
    transition: opacity .6s ease, color .6s ease, background-position .4s ease-out;
    border-radius: var(--btn-border-radius, 0);
    outline-offset: var(--btn-border-width);
    font-size: .88em;
    font-weight: 700;
    line-height: 1.2em;
    width: 78%;
    text-align: center;
}
.wp-block-button.wc-block-components-product-button a.wp-block-button__link:hover {
    background-position: 0 100%;
}
@media (max-width: 768.98px) {
  .product-info.media-with-text__text {
    padding-top: 0;
  }
.e-con-full.mobile.faq-headding.border89 .mobile.faq-headding {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}
.border89 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.border89 {
    border-top: 1px solid #fff;
}
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    padding: 0 15px;
}
.wrapper-newclass.wp-block-columns {
    display: block;
}
.woocommerce .woocommerce-breadcrumb {
    position: unset;
    padding: 25px 15px 0;
    margin-bottom: -12px !important;
}
.wrapper-newclass .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-child {
    padding-left: 26px;
}
.wrapper-newclass {
    width: 93%;
    padding: 0;
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    width: 63%;
}
.quantity.buttons_added {
    display: inline-flex !IMPORTANT;
} 
.single-product .woocommerce div.product form.cart div.quantity .qty {
    margin-right: -0.5rem !important;
    width: 2.631em;
}
.woocommerce-js div.product form.cart div.quantity {
    width: 23% !important;
}
.single-product .wp-block-columns.alignwide.wp-block-columns-is-layout-flex {
    border-bottom: unset;
}
.woo-under-product-img {
    padding: 0 27px;
}
.woocommerce-tabs-accordionss h3.accordion-header:nth-of-type(2) {
    border-bottom: unset !important;
}
.gryscel img {
    filter: brightness(0) invert(1);
}
}

@media (min-width: 769px) {
.mobile-faq button#wpr-subscribe-2807553:after {
    left: auto !important;
    width: 27px;
    right: -25px;
}
.mobile-faq .wpr-mailchimp-email {
    position: relative;
    min-width: 253px !important;
}
   .product-spec__label--right {
    flex-basis: 50% !important;
}
	    .product-spec__label {
        flex: 0 0 160px;
        margin-bottom: 0;
    }
	.font-bold {
    font-weight: 700;
}
.md\:flex-row {
    flex-direction: row;
}
.product-spec__item.flex {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.custom-rk-div {
    width: 100%;
    margin: auto !important;
    position: relative;
    padding: 0 46px;
    max-width: 1420px;
    display: flow-root;
}
}

header.wp-block-template-part {
    display: none;
}
.woocommerce-product-gallery__image img, .woocommerce img, .woocommerce-page img {
    mix-blend-mode: multiply;
}
.woocommerce ul.products li.product {
    background: #f9f9f9;
}  
.woocommerce-product-gallery__image {
    background-color: #f9f9f9 !important;
}
.single-product .wp-block-columns h1.wp-block-post-title {
    font-size: var(--h5-font-size);
    line-height: 1.3;
    color: rgb(var(--heading-color));
    font-family: var(--heading-font-family);
    font-style: var(--heading-font-style);
    font-weight: var(--heading-font-weight);
}
.single-product .wp-block-columns h1.wp-block-post-title span.wp-block-post-terms__prefix {
    display: none;
}
.single-product .wp-block-columns h1.wp-block-post-title  a {
    text-decoration: underline;
    font-size: .88em;
    font-weight: 500;
    color: rgb(var(--text-color));
}
.woocommerce .wp-block-woocommerce-product-image-gallery {
    max-width: 100%;
}
.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding: 0;
}
.wc-block-components-product-price.wc-block-grid__product-price del[aria-hidden="true"] {
    text-decoration: unset;
}
del span.woocommerce-Price-amount.amount bdi {
    font-family: 'Inter';
    text-decoration: line-through;
}
.wc-block-components-product-price.wc-block-grid__product-price ins span.woocommerce-Price-amount.amount {
    padding-inline-end: .5rem;
    font-size: 35px;
    white-space: nowrap;
    font-weight: 600;
    color: rgb(var(--text-color));
    text-decoration: unset !important;
}
.wc-block-components-product-price.wc-block-grid__product-price ins {
    text-decoration: none;
}
.single-product .wp-site-blocks {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
h3.accordion-header {
    border-bottom: 1px solid #e1e1e1 !important;
}
.product-spec {
    padding: 0;
}
.product-spec__label {
    font-size: 15px;
    font-weight: 500;
}
footer.wp-block-template-part {
    display: none;
}
.single-product .wp-block-columns.alignwide.wp-block-columns-is-layout-flex {
    border-bottom: 1px solid rgba(var(--text-color)/.15);
}

.woocommerce.wc-block-store-notices.alignwide.alignwide {
    margin: 0;
}
.woocommerce-js div.product {
    height: 100%;
    margin: 0;
}
.woocommerce .woocommerce-breadcrumb {
    position: absolute;
    top: 18px;
}
.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
    display: none;
}
.accordion-content h2 {
    font-size: 1.3rem;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    border: unset;
}
section.up-sells.upsells.products .columns-4 span.price {
    border: unset;
}
p.stock.in-stock:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-inline-end: .5em;
    border-radius: 9px;
    background-color: currentColor;
}
p.stock.in-stock {
    color: rgb(var(--in-stock-text-color));
}
.woocommerce-js div.product form.cart div.quantity {
    width: 24% !important;
    padding: 4px 18px;
    text-align: center;
    height: 35px;
}
.quantity.buttons_added input {
    background: transparent;
    font-size: 29px;
}
.quantity.buttons_added input {
    background: transparent;
}
.wc-block-add-to-cart-form .quantity .qty {
    margin-right: .5rem;
    text-align: center;
    width: 3.631em;
    font-size: 21px;
}
.balbiot67 {
    height: 30px !important;
}
.balbiot67 .n2-ss-layer.n2-ow.n-uc-5oZoKMHxc5Yj {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.balbiot67 .n2-ss-section-main-content {
    padding-top: 0 !important;
   
}
div#n2-ss-3item1 {
    position: relative;
    top: -9px;
}
p.discount-price {
    background-color: rgb(var(--sale-label-bg-color));
    color: rgb(var(--sale-label-text-color));
    padding: 4px 8px;
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
}
@media (min-width: 769px) {
.new-product-container {
    position: sticky;
    top: 0;
}
.single-product .wp-block-columns .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-child {
    padding: 0 0 4rem 0;
}
.single-product .wp-block-columns .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-child {
    padding: 4rem 3rem 3rem  0; 
}
section.up-sells.upsells.products {
    border-top: unset !important;
}
.wrapper-newclass .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-child {
    padding-right: 3rem;
}
.single-product .wp-block-columns.alignwide.wp-block-columns-is-layout-flex {
    max-width: 100%;
}
.single-product .wp-block-columns .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    width: calc(100% - 47%) !IMPORTANT;
    float: left;
    clear: left;
    border-inline-end: 1px solid rgba(var(--text-color)/.15);
    flex-basis: unset !important;
}
.single-product .wp-block-columns .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-child {
    border: unset;
}

.woocommerce-js div.product form.cart {
    display: flex;
    column-gap: 0;
}
}

@media screen and (min-width: 768px) and (max-width: 1399px) { 
.wrapper-newclass {
    max-width: 93% !important;
    align-items: center;
    display: flex;
    margin: auto !important;
}
}

@media (min-width: 1400px) {
.wrapper-newclass {
    max-width: 1400px !important;
 align-items: center;
    display: flex;
    margin: auto !important;
}   
.woocommerce.wc-block-breadcrumbs.alignwide.has-font-size.has-small-font-size {
    max-width: 1400px;
}
.wp-block-group.woocommerce.product .up-sells.upsells.products {
    max-width: 1400px;
}
}
