@charset "utf-8";

.woocommerce-cart .cart_totals:has(.blockUI),
.woocommerce-cart .woocommerce-cart-form:has(.blockUI),
.woocommerce-checkout-review-order:has(.blockUI),
.woocommerce-mini-cart-item:has(.blockUI) {
    opacity: .5
}

.woocommerce-cart .cart_totals .blockUI.blockOverlay,
.woocommerce-cart .woocommerce-cart-form .blockUI.blockOverlay,
.woocommerce-checkout-review-order .blockUI.blockOverlay,
.woocommerce-mini-cart-item .blockUI.blockOverlay {
    background-color: transparent !important;
    opacity: .5 !important
}

.woocommerce-cart .cart_totals .blockUI.blockOverlay:before,
.woocommerce-cart .woocommerce-cart-form .blockUI.blockOverlay:before,
.woocommerce-checkout-review-order .blockUI.blockOverlay:before,
.woocommerce-mini-cart-item .blockUI.blockOverlay:before {
    animation: spin .6s linear infinite;
    border-bottom: 3px solid rgba(0, 0, 0, .1) !important;
    border-left: 3px solid var(--fs-color-primary);
    border-radius: 50%;
    border-right: 3px solid rgba(0, 0, 0, .1) !important;
    border-top: 3px solid rgba(0, 0, 0, .1) !important;
    content: "";
    display: block;
    font-size: 2em;
    height: 30px;
    left: 50%;
    line-height: 1;
    margin-left: -.5em;
    margin-top: -.5em;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px
}

.dark .woocommerce-cart .cart_totals .blockUI.blockOverlay:before,
.dark .woocommerce-cart .woocommerce-cart-form .blockUI.blockOverlay:before,
.dark .woocommerce-checkout-review-order .blockUI.blockOverlay:before,
.dark .woocommerce-mini-cart-item .blockUI.blockOverlay:before {
    border: 3px solid rgba(0, 0, 0, .1) !important;
    border-left-color: #fff !important
}

.price_slider_amount input {
    display: none
}

.woocommerce-result-count {
    display: inline-block;
    margin: 0 1em 0 auto
}

.woocommerce-ordering,
.woocommerce-ordering select {
    display: inline-block;
    margin: 5px 0
}

a.added_to_cart {
    display: inline-block;
    font-size: .9em;
    font-weight: 700;
    padding: 10px 0;
    text-transform: uppercase
}

.grid-style-3 .title-wrapper {
    flex: 1;
    min-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.title-wrapper {
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
}

.grid-style-3 .price-wrapper {
    text-align: right
}

.grid-style-3 .star-rating {
    margin: .2em 0;
    text-align: right
}

.grid-style-3 .price del {
    display: block
}

.grid-style-3 .price del span.amount {
    margin: 0
}

.price-wrapper .review-count {
    margin-left: 4px
}

.review-count {
    color: #727472;
    font-size: 13px;
}

.products .box-vertical .box-text {
    font-size: 1.1em
}

.product .product-main {
    padding-top: 0px !important;
}

.product .product-main .product-gallery {
    padding: 0 !important;
}

.page-numbers.button.current {
    opacity: .6;
    pointer-events: none
}

.grid-tools {
    backface-visibility: hidden;
    display: flex;
    margin-bottom: -1px;
    padding: 0 !important;
    white-space: nowrap;
    width: 100%
}

.grid-tools a {
    background-color: #1d1f1e87;
    color: #f1f1f1;
    display: block;
    font-size: .85em;
    font-weight: 700;
    opacity: .95;
    padding: .4em 0 .5em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: opacity .3s;
    width: 100%
}

.grid-tools a.quick-view:focus-visible {
    outline-offset: -4px
}

.grid-tools a+a {
    border-left: 1px solid hsla(0, 0%, 100%, .1)
}

.grid-tools a:hover {
    color: #fff;
    opacity: 1
}

.grid-tools .add-to-cart-grid {
    width: 0
}

@media(max-width:989px) {
    .category-filtering+p.woocommerce-result-count {
        display: none !important;
    }
}

.featured-title .woocommerce-result-count {
    display: none
}

.widget_product_categories>ul>li {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.widget_product_categories>ul>li span {
    font-size: .85em;
    opacity: .4
}

.widget_product_categories>ul>li ul span.count {
    display: none
}

.message-wrapper+.login {
    background-color: rgba(0, 0, 0, .03);
    padding: 30px
}

.woocommerce-form-login .button {
    margin-bottom: 0
}

.woocommerce-billing-fields {
    border-top: 2px solid #ddd;
    padding-top: 15px
}

.woocommerce-billing-fields p {
    margin-bottom: .5em
}

.button.checkoutsvg {
    background: #3E6F52;
}

.button.checkoutsvg:hover,
.button.checkout:hover {
    box-shadow: 0px 0px 10px #3E6F52;
}

form.checkout h3 {
    font-size: 1.1em;
    font-weight: 500;
    overflow: hidden;
    padding-top: 10px;
    text-transform: uppercase
}

form.checkout input[type=checkbox] {
    margin-bottom: 0;
    margin-right: .5em;
    margin-top: 0
}

.payment_methods li+li {
    border-top: 1px solid #ececec;
    padding-top: 7px
}

.payment_methods p {
    font-size: .9em
}

.payment_method_paypal img {
    margin: 0 10px;
    max-width: 130px
}

a.about_paypal {
    font-size: .8em
}

.woocommerce-privacy-policy-text {
    font-size: 85%
}

.form-row-wide {
    clear: both
}

.form-row-push {
    margin-top: -15px
}

@media(min-width:550px) {

    .form-row-first,
    .form-row-last {
        float: left;
        width: 48%
    }

    .form-row-first {
        margin-right: 4%
    }
}

button#place_order {
    font-size: 1.1em;
    line-height: 1.2;
    margin-right: 0;
    padding-bottom: .5em;
    padding-top: .5em;
    white-space: normal;
    width: 100%
}

button#place_order:hover{
    transition: all 0.3s ease-in-out;
    background: #3E6F52 !important;
    box-shadow: 0px 0px 10px #3E6F52;
}

#ship-to-different-address {
    padding-top: 0
}

#ship-to-different-address label {
    font-weight: 400;
    text-transform: none
}

#billing_address_2_field>label,
#shipping_address_2_field>label {
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 0
}

@media(max-width:549px) {

    #billing_address_2_field>label,
    #shipping_address_2_field>label {
        display: none
    }

    .video-thumbnail {
        height: 550px !important;
    }

    .mobile-slider-arrow.prev-slide {
        left: 0px !important;
    }

    .mobile-slider-arrow.next-slide {
        right: 0px !important;
    }
}

.wc-terms-and-conditions {
    border-top: 1px solid #ececec;
    margin-top: -15px;
    padding: 15px 0
}

.wc-terms-and-conditions input {
    margin-bottom: 0
}

.wc-terms-and-conditions label {
    font-weight: 400
}

div.create-account {
    clear: both
}

.form-row.create-account {
    font-size: 1.1em;
    margin: 0
}

.form-row.create-account label {
    font-weight: 400
}

.page-checkout-simple {
    padding: 3% 0
}

.js_active .woocommerce-account-fields p.create-account+div.create-account,
.js_active .woocommerce-shipping-fields #ship-to-different-address+div.shipping_address {
    display: none
}

.widget_price_filter form {
    margin: 0
}

.widget_price_filter .price_slider {
    background: #f1f1f1;
    margin-bottom: 1em
}

.widget_price_filter .price_label {
    padding-top: 6px
}

.widget_price_filter span {
    font-weight: 700
}

.widget_price_filter .price_slider_amount {
    font-size: .8751em;
    line-height: 1;
    text-align: right
}

.widget_price_filter .price_slider_amount .button {
    background-color: #666;
    border-radius: 99px;
    float: left;
    font-size: .85em
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #666;
    border-radius: 999px;
    cursor: pointer;
    height: 15px;
    outline: none;
    position: absolute;
    top: -5px;
    width: 15px;
    z-index: 2
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -10px
}

.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #666;
    border: 0;
    border-radius: 99px;
    display: block;
    font-size: 10px;
    opacity: .5;
    position: absolute;
    z-index: 1
}

.widget_price_filter .ui-slider-horizontal {
    border-radius: 99px;
    height: 5px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.widget li.chosen a:before {
    color: currentColor;
    content: "x";
    display: inline-block;
    margin-right: 5px;
    opacity: .6;
    position: relative;
    top: -2px
}

.wc-layered-nav-term.chosen>a:before {
    background-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 99px;
    height: 18px;
    line-height: 12px;
    text-align: center;
    width: 18px
}

.dark .wc-layered-nav-term.chosen>a:before {
    background-color: rgba(0, 0, 0, .5)
}

.widget_layered_nav_filters ul li.chosen {
    border: 0 !important;
    display: inline-block;
    margin-right: 10px
}

.widget_layered_nav_filters ul li.chosen a {
    background-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 99px;
    display: inline-block;
    font-size: .85em;
    font-weight: 400;
    opacity: .9;
    padding: 0 7px
}

.dark .widget_layered_nav_filters ul li.chosen a {
    background-color: rgba(0, 0, 0, .5);
    color: #fff
}

.widget_layered_nav_filters ul li.chosen a:before {
    content: "x";
    margin-right: 3px;
    opacity: .4;
    position: relative;
    top: -1px
}

.widget_layered_nav_filters ul li.chosen a:hover:before {
    opacity: 1
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    margin: 0
}

.message-wrapper {
    margin: 0;
    padding-bottom: .5em
}

#wrapper>.message-wrapper {
    font-size: 1.1em;
    margin-bottom: 10px;
    padding-bottom: .75em;
    padding-top: .75em
}

ul.message-wrapper li {
    list-style: none
}

.message-container span {
    font-weight: 700
}

.message-container a {
    margin: 0 15px 0 0
}

.container .message-container {
    padding-left: 0;
    padding-right: 0
}

.message-wrapper+main .product-main {
    padding-top: 0
}

.demo_store {
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 5px;
    text-align: center
}

#wrapper>.has-transparent~.message-wrapper {
    background-color: #fff;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .1);
    left: 50%;
    max-width: 800px;
    padding: 20px 25px;
    position: fixed;
    top: calc(var(--byolitic-scroll-padding-top) + 30px);
    transform: translate(-50%);
    transition: top .6s;
    width: 80vw;
    z-index: 1002
}

#wrapper>.has-transparent.transparent~.message-wrapper {
    top: 150px
}

.form-row input[type=submit] {
    margin: 0
}

.form-row input[type=submit]+label {
    margin-left: 15px
}

.my-account-header.featured-title .page-title-inner {
    min-height: 100px
}

.my-account-header .button {
    margin-bottom: 5px;
    margin-top: 5px
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
    margin-bottom: 1.5em
}

form.lost_reset_password {
    padding: 30px 0
}

.dashboard-links {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3em;
    line-height: 1;
    list-style: none
}

.dashboard-links a {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    margin-right: 10px;
    padding: 20px 0;
    text-align: center;
    transition: all .3s
}

.dashboard-links .active {
    display: none
}

.dashboard-links a:hover {
    background-color: #333;
    color: #fff
}

.dashboard-links li {
    width: 33.333%
}

@media(max-width:989px) {
    .dashboard-links li {
        width: 50%
    }

    #shop-sidebar>#custom-filters-form {
        top: 30px;
        position: relative;
    }
}

@media(max-width:549px) {
    .dashboard-links li {
        width: 100%
    }
}

.suppl-cathome {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 23px;
}

@media screen and (min-width:550px) and (max-width:767px) {
    .suppl-cathome {
        font-size: 16px;
        margin-top: -5px;
    }
}

@media(max-width:549px) {
    .suppl-cathome {
        margin-top: -4px;
    }
}

@media(max-width:989px) {
    .account-container:has(.woocommerce-form-register)>.row>.col-1 {
        border-bottom: 1px solid #ececec;
        margin-bottom: 30px;
        padding-bottom: 30px !important
    }
}

.password-input {
    display: block;
    position: relative
}

.password-input input:focus~.show-password-input,
.password-input:hover .show-password-input {
    visibility: visible
}

.woocommerce-EditAccountForm input[type=password],
.woocommerce-form input[type=password] {
    padding: 0 2em 0 .75em
}

.show-password-input {
    cursor: pointer;
    line-height: 1.35;
    padding: .618em;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden
}

.show-password-input:after {
    content: "";
    font-family: fl-icons
}

.show-password-input.display-password:after {
    content: "";
    font-family: fl-icons
}

#login-form-popup .woocommerce-notices-wrapper:not(:empty) {
    padding: 20px 20px 0
}

#login-form-popup .woocommerce-form {
    margin-bottom: 0
}

#login-form-popup:not(:has(.account-register-inner)) {
    max-width: 440px
}

#login-form-popup .account-container.lightbox-inner>.account-login-inner {
    padding-left: 15px;
    padding-right: 15px
}

.price {
    line-height: 0;
}

.product-info .price {
    font-size: 1.5em;
    font-weight: bolder;
    margin: .5em 0
}

.woocommerce-variation-price {
    border-top: 1px dashed #ddd;
    font-size: .8em;
    padding: 7.5px 0
}

.dark .price,
.dark .price del,
.dark span.amount {
    color: #fff
}

.header-cart-title span.amount {
    color: currentColor
}

.no-prices .amount {
    display: none !important
}

ul.product_list_widget li {
    list-style: none;
    margin-bottom: 0;
    min-height: 80px;
    overflow: hidden;
    padding: 10px 0px 12px 90px;
    position: relative;
    vertical-align: top;
    transition: 0.3s ease;
}

.dark ul.product_list_widget li {
    border-color: hsla(0, 0%, 100%, .2)
}

.widget_shopping_cart ul.product_list_widget li {
    padding-right: 5px;
    margin-top: 5px;
}

ul.product_list_widget li>span.reviewer {
    font-size: .8em
}

ul.product_list_widget li a:not(.remove) {
    display: block;
    line-height: 1.3;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
}

.mini-cartcustombtn .checkoutsvg {
    position: sticky;
    bottom: 0;
}

.minicart-price del bdi {
    color: #828282;
    font-size: 13px;
    display: flex;
    align-items: center;
    text-decoration: line-through;
}

ul.product_list_widget li a.remove {
    position: absolute;
    right: 7px;
    top: 0px;
}

ul.product_list_widget li dl {
    font-size: .8em;
    margin: 0
}

ul.product_list_widget li img {
    height: 80px;
    left: 0;
    margin-bottom: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 10px;
    width: 80px;
    transition: 0.3s ease;
}

ul.product_list_widget li .quantity.buttons_added {
    display: flex;
}

.product-main {
    padding: 40px 0
}

.page-title:not(.featured-title)+main .product-main {
    padding-top: 15px
}

.product-info {
    padding-top: 10px
}

.product-summary .woocommerce-Price-currencySymbol {
    display: inline-block;
    font-size: .75em;
    vertical-align: top
}

.product-summary .quantity {
    margin-bottom: 1em
}

.product-summary .variations_button {
    padding: .5em 0
}

.product-summary table tr+tr {
    border-top: 1px dashed #ddd
}

form.cart a.added_to_cart.wc-forward {
    display: none
}

.product_meta {
    font-size: .8em;
    margin-bottom: 1em
}

.product_meta>span {
    border-top: 1px dotted #ddd;
    display: block;
    padding: 5px 0
}

.product-info p.stock {
    font-size: .8em;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1em
}

p.in-stock {
    color: var(--fs-color-success)
}

.group_table .quantity {
    margin: 0
}

.group_table .price {
    font-size: 1em
}

.group_table .label label {
    margin: 0;
    padding: 0
}

.product-gallery,
.product-thumbnails .col {
    padding-bottom: 0 !important
}

.product-gallery-slider img,
.product-thumbnails img {
    width: 100%
}

.product-gallery-wide {
    position: relative
}

@media screen and (min-width:990px) {
    .product-gallery-stacked {
        overflow: auto !important;
        white-space: normal !important;
        width: auto !important
    }

    .product-gallery-stacked .flickity-slider,
    .product-gallery-stacked .flickity-viewport {
        height: auto !important
    }

    .product-gallery-stacked .flickity-slider,
    .product-gallery-stacked .slide {
        left: 0 !important;
        position: relative !important;
        right: 0 !important;
        transform: none !important
    }

    .product-gallery-stacked .slide {
        overflow: hidden
    }

    .product-gallery-stacked .slide:not(:last-child) {
        margin-bottom: 1.5em
    }

    .product-gallery-stacked.product-gallery-grid-layout .flickity-slider,
    .product-gallery-stacked.product-gallery-grid-layout:not(.flickity-enabled) {
        display: grid;
        gap: 10px
    }

    .product-gallery-stacked.product-gallery-grid-layout .flickity-slider .slide,
    .product-gallery-stacked.product-gallery-grid-layout:not(.flickity-enabled) .slide {
        margin-bottom: 0 !important
    }

    .product-gallery-stacked.product-gallery-grid-layout--1-2 .flickity-slider,
    .product-gallery-stacked.product-gallery-grid-layout--1-2:not(.flickity-enabled) {
        grid-template-columns: repeat(2, 1fr)
    }

    .product-gallery-stacked.product-gallery-grid-layout--1-2 .flickity-slider .slide:first-child,
    .product-gallery-stacked.product-gallery-grid-layout--1-2:not(.flickity-enabled) .slide:first-child {
        grid-column: 1/3
    }

    .product-gallery-stacked.product-gallery-grid-layout--2 .flickity-slider,
    .product-gallery-stacked.product-gallery-grid-layout--2:not(.flickity-enabled) {
        grid-template-columns: repeat(2, 1fr)
    }

    .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:first-child {
        grid-column: span 6;
        order: 4
    }

    .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(2) {
        grid-column: span 2;
        order: 1
    }

    .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(3) {
        grid-column: span 2;
        order: 2
    }

    .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(4) {
        grid-column: span 2;
        order: 3
    }

    .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(n+5) {
        grid-column: span 3;
        order: 5
    }

    .product-stacked-info {
        padding: 5vh 5% 2vh
    }
}

.product-thumbnails {
    padding-top: 0
}

.product-thumbnails a {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    transform: translateY(0);
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
    border-color: #1D1F1E
}

.product-thumbnails img {
    backface-visibility: hidden;
    margin-bottom: -5px;
    opacity: .5;
    transition: transform .6s, opacity .6s
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
    border-color: rgba(0, 0, 0, .3);
    opacity: 1;
    transform: translateY(-5px)
}

.vertical-thumbnails .row-slider:not(.flickity-enabled) {
    opacity: 0
}

@media screen and (min-width:990px) {
    .vertical-thumbnails {
        overflow-x: hidden;
        overflow-y: auto
    }

    .vertical-thumbnails .col {
        left: 0 !important;
        margin-left: 1px;
        max-width: 100% !important;
        min-height: 0 !important;
        position: relative !important;
        right: 0 !important;
        width: 100% !important;
        margin: 10px 0px 0px 10px;
        top: -10px;
    }

    .vertical-thumbnails .flickity-slider,
    .vertical-thumbnails .flickity-viewport {
        overflow: visible !important;
        transform: none !important
    }
}

.product-footer .woocommerce-tabs {
    border-top: 1px solid #ececec;
    padding: 30px 0
}

.product-footer .woocommerce-tabs>.nav-line-grow,
.product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical) {
    margin-top: -31px
}

#product-sidebar .next-prev-thumbs {
    margin: -.5em 0 3em
}

button.mfp-close p {
    pointer-events: none;
}

#custom-filters-form>.mfp-close:hover {
    rotate: initial !important;
    transform: initial !important;
}

#custom-filters-form>.mfp-close {
    position: relative;
    background: #000;
    color: #fff;
    width: 100%;
    top: 0px !important;
    left: 0;
    display: block !important;
    font-size: 13px;
    text-transform: capitalize;
}

.mfp-content #product-sidebar {
    display: block !important
}

.mfp-content #product-sidebar:where(:not(:has(>.sidebar-inner))) {
    padding: 30px 20px
}

.mfp-content #product-sidebar:where(:has(>.sidebar-inner)) {
    padding: 0
}

.product-sidebar-small {
    font-size: .9em
}

.product-sidebar-small .widget-title {
    text-align: center
}

.product-sidebar-small .is-divider {
    margin-left: auto;
    margin-right: auto
}

.product-sidebar-small ul.product_list_widget li {
    padding-left: 60px
}

.product-sidebar-small ul.product_list_widget li img {
    height: 50px;
    width: 50px
}

.product-section {
    border-top: 1px solid #ececec
}

.easyzoom-notice {
    display: none
}

.easyzoom-flyout {
    animation-delay: 1s;
    animation: stuckFadeIn .6s;
    background: #fff;
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 1s;
    width: 100%;
    z-index: 1
}

@media(max-width:989px) {
    .easyzoom-flyout {
        display: none !important
    }
}

.product-gallery-slider .slide .easyzoom-flyout img {
    max-width: 1000px !important;
    width: 1000px !important
}

.woocommerce-product-gallery__trigger {
    display: none
}

.product-info .composite_form .composite_navigation .page_button {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2
}

.woocommerce-pagination ul.links li {
    margin-left: inherit
}

.has-sticky-product-cart {
    padding-bottom: 60px
}

.has-sticky-product-cart .back-to-top.active {
    bottom: 10px
}

.sticky-add-to-cart .row {
    padding: 0 !important;
}

.sticky-add-to-cart__product {
    align-items: center;
    display: none;
    padding: 3px
}

.sticky-add-to-cart__product .sticky-add-to-cart-img {
    margin-right: 1em;
    width: 40px
}

.sticky-add-to-cart--active .single_add_to_cart_button {
    height: 3em;
}

.sticky-add-to-cart--active .row .small-4 {
    display: none;
}

.sticky-add-to-cart--active .row .small-8 {
    width: 100%;
    max-width: 100%;
}

.sticky-add-to-cart--active .woocommerce-review-link {
    font-size: 13px;
}

.sticky-add-to-cart--active .new-bubble-product {
    display: none;
}

.sticky-add-to-cart--active {
    align-items: center;
    animation: stuckMoveUp .6s;
    background-color: hsl(0deg 0% 100% / 85%);
    border-top: 1px solid #ddd;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: .9em;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 20
}

.sticky-add-to-cart--active .variations,
.sticky-add-to-cart--active .woocommerce-variation-description {
    display: none
}

.sticky-add-to-cart--active .single_variation_wrap,
.sticky-add-to-cart--active .woocommerce-variation-add-to-cart {
    align-items: center;
    display: flex;
    flex-wrap: no-wrap
}

.sticky-add-to-cart--active .product-page-price,
.sticky-add-to-cart--active .stock,
.sticky-add-to-cart--active .woocommerce-variation-price {
    border: 0;
    font-size: 15px;
    margin-bottom: 0;
    margin-right: .9em;
    margin-top: 0;
    padding: 0
}

.sticky-add-to-cart--active .stock {
    font-size: .8em;
    font-weight: 700
}

.sticky-add-to-cart--active .quantity,
.sticky-add-to-cart--active button,
.sticky-add-to-cart--active form {
    margin-bottom: 0
}

.sticky-add-to-cart--active .sticky-add-to-cart__product {
    display: flex;
}

@media(max-width:550px) {
    .sticky-add-to-cart--active {
        font-size: .8em
    }

    .sticky-add-to-cart--active .stock {
        display: none;
    }
    .product-pageborder.border-left{
        border: none !important;
    }
}

.flex-viewport {
    cursor: pointer;
    max-height: 2000px;
    transition: all 1s ease
}

.flex-viewport a {
    display: block
}

.flex-viewport img {
    width: 100%
}

.flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px 0
}

.flex-control-thumbs li {
    cursor: pointer;
    list-style: none;
    padding: 0 5px;
    width: 25%
}

.flex-control-thumbs li img {
    opacity: .6
}

.flex-control-thumbs li img.flex-active {
    opacity: 1
}

.quantity,
.text-center .quantity {
    display: inline-block;
    display: inline-flex;
    opacity: 1;
    vertical-align: top;
    white-space: nowrap
}

.button+.quantity,
.text-center .button+.quantity {
    margin-right: 0
}

.quantity+.button {
    font-size: 1em;
    margin-right: 0
}

.quantity .button.minus {
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
}

.ux-quantity__button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    /* Adjust this value to set the desired margin */
}

.quantity .button.plus {
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important;
    border-top-left-radius: 0 !important;
}

.quantity .minus,
.quantity .plus {
    padding-left: .5em;
    padding-right: .5em;
    border-top: 1px solid #CECFCE;
    border-bottom: 1px solid #CECFCE;
}

.quantity .minus {
    border-left: 1px solid #CECFCE;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.quantity .plus {
    border-right: 1px solid #CECFCE;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.quantity input {
    display: inline-block;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
    border-radius: 0;
}

.quantity input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #CECFCE;
    border-bottom: 1px solid #CECFCE;
    border-left: none;
    border-right: none;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.box-text .ux-quantity {
    margin-top: 1em
}

.col-inner .ux-quantity {
    width: 100%;
}

.box-text .ux-quantity__button {
    margin-top: 0
}

.ux-free-shipping {
    display: grid;
    gap: 10px;
    padding: 10px 20px 10px;
}

.nav-dropdown .ux-free-shipping {
    min-width: 300px
}

.ux-free-shipping__bar {
    background: #ddd;
    border-radius: 5px;
    height: 3px;
}

.ux-free-shipping__bar--striped {
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 30px 30px
}

.ux-free-shipping__bar-progress {
    background: #8cb99b;
    border-radius: 5px;
    display: block;
    height: 3px
}

.woocommerce-checkout .ux-free-shipping {
    padding: 30px 0
}

.cart-icon,
.cart-icon strong {
    display: inline-block
}

.activecart-icon {
    opacity: 0;
}

.newcart-icon,
.activecart-icon {
    position: absolute;
}

.added .newcart-icon {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0;
}

.loading .newcart-icon {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.6, 1);
}

.added .activecart-icon {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.6, 1);
}

.product-small:hover {
    cursor: pointer;
}

.cart-icon:hover strong,
.current-dropdown .cart-icon strong {
    background-color: var(--fs-color-primary);
    color: #fff
}

.cart-icon:hover strong:after,
.current-dropdown .cart-icon strong:after {
    height: 10px
}

.nav-small .cart-icon {
    font-size: .66em
}

.nav-dark .cart-icon strong {
    border-color: #fff;
    color: #fff
}

.nav-dark .cart-icon:hover strong,
.nav-dark .current-dropdown .cart-icon strong {
    background-color: #fff;
    color: var(--fs-color-primary)
}

.nav-dark .cart-icon strong:after {
    border-color: #fff
}

.woocommerce-mini-cart__empty-message {
    text-align: center
}

.loading .newcart-icon strong,
.loading .newcart-icon strong:after {
    border-color: var(--fs-color-success);
    color: var(--fs-color-success)
}

.loading .newcart-icon:hover strong {
    background-color: var(--fs-color-success);
    color: #fff
}

.header-cart-icon {
    position: relative
}

.cart-popup-title>span {
    display: block;
    font-size: 20px;
    text-align: left;
    padding: 10px 20px 10px;
}

.mfp-container,
.off-canvas-right {
    overscroll-behavior: none;
}

.cart-popup-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 9999;
    overscroll-behavior: none;
    border-bottom: 1px solid #8cb99b;
}

.cross-sells h2 {
    font-size: 1.2em;
    margin-bottom: 1em
}

.checkout ul li,
.shop_table ul li {
    list-style: none;
    margin: 0
}

.shop_table .quantity {
    margin: 0
}

td.product-thumbnail {
    max-width: 90px;
    min-width: 60px;
    width: 90px
}

td.product-remove {
    padding: 0;
}

.shop_table tfoot th {
    font-size: 85%;
    letter-spacing: 0;
    text-transform: inherit
}

.cart_totals tbody tr td,
.shop_table tfoot tr td,
.shop_table thead tr th:last-of-type,
.shop_table tr td:last-of-type,
td.product-total {
    text-align: right
}

.shop_table .order-total td,
.shop_table .order-total th,
.shop_table thead th {
    border-width: 3px
}

.shop_table th:last-child {
    border-right: 0
}

.shop_table .actions {
    border: 0;
    padding: 15px 0 10px
}

.shop_table .submit-col {
    padding-left: 30px
}

@media(max-width:989px) {
    .shop_table {
        font-size: .9em;
    }

    .shop_table tr.shipping th {
        width: 50%
    }

    .shop_table .product-name {
        min-width: 80px
    }

    .shop_table .product-remove {
        position: relative;
        width: 0
    }

    .shop_table .mobile-product-price {
        margin: .5em 0
    }
}

@media(max-width:549px) {
    .product-quantity {
        text-align: center
    }

    .cross-sells {
        overflow: hidden
    }
    #notification{
        width:80%;
    }
}

.cart_totals tbody th {
    font-size: .9em;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: inherit
}

.cart_totals>h2 {
    display: none
}

.cart_totals .button {
    display: block;
    margin-right: 0;
    min-width: 100%
}

.cart_totals th.product-name {
    border-width: 3px
}

.cart_totals .wc-proceed-to-checkout {
    margin: 1.5em 0
}

.shipping__table {
    margin: 0
}

.shipping__inner {
    border: 0;
    font-size: 1em;
    padding: 0
}

.shipping__list {
    margin-bottom: 0
}

.shipping__list_item {
    align-items: center;
    display: flex;
    min-height: 2em
}

.shipping__list_label {
    flex: 1;
    font-weight: 400;
    margin: 0;
    opacity: .8;
    padding: .5em 0
}

.shipping.shipping--boxed .shipping__list {
    padding: 0
}

.shipping.shipping--boxed .shipping__list_item {
    background-color: rgba(0, 0, 0, .01);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    margin-bottom: 5px;
    min-height: 2.4em;
    padding: .3em .6em
}

.shipping__table--multiple {
    display: block;
    text-align: left
}

.shipping__table--multiple tbody,
.shipping__table--multiple td,
.shipping__table--multiple th,
.shipping__table--multiple tr {
    display: block;
    padding-left: 0;
    text-align: left
}

.shipping__table--multiple th {
    border: 0
}

.shipping__table--multiple .shipping__list {
    padding: 0 .2em
}

.shipping__table--multiple .shipping__list_label,
.shipping__table--multiple .woocommerce-shipping-calculator,
.shipping__table--multiple .woocommerce-shipping-destination {
    text-align: left
}

tr.shipping input:checked+label,
tr.shipping input:hover+label,
tr.shipping label:hover {
    opacity: 1
}

tr.shipping input:checked+label {
    font-weight: 700
}

tr.shipping input {
    margin-bottom: 0;
    margin-top: -2px
}

tr.shipping span.amount {
    margin-left: .2em
}

.woocommerce-shipping-calculator {
    margin-bottom: 0;
    margin-top: .5em
}

.shipping-calculator-button,
.woocommerce-shipping-destination {
    font-size: .9em
}

.shipping-calculator-form {
    background-color: rgba(0, 0, 0, .03);
    border-radius: 5px;
    margin-top: 5px;
    padding: 15px 15px 10px
}

.cart-discount {
    background-color: rgba(var(--fs-color-success), .2);
    font-size: .85em
}

.cart-discount td,
.cart-discount th {
    padding: 10px 5px
}

.cart-sidebar .widget-title {
    border-bottom: 3px solid #ececec;
    font-size: .95em;
    margin-bottom: 15px;
    padding-bottom: 10px
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    margin: 0.5em 0 0;
    width: 100%;
    border-radius: 4px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout:hover,
.order-desktop:hover {
    background: #3E6F52;
}

.woocommerce-mini-cart__buttons,
.woocommerce-mini-cart__total {
    padding: 20px 10px 10px 10px;
    margin-bottom: 0px;
}

.widget_shopping_cart li.empty {
    margin: 0;
    min-height: 0;
    padding: 0 10px !important;
    text-align: center
}

.widget_shopping_cart p.total {
    margin-bottom: -20px;
    padding: 10px 25px;
    text-align: center
}

.widget_shopping_cart p.total.discount {
    font-size: 14px;
}

.ux-mini-cart-qty .qty {
    width: 30px;
    height: 43px;
    font-size: 15px !important;
}

.dark .widget_shopping_cart p.total {
    border-color: hsla(0, 0%, 100%, .2)
}

.nav-dropdown .product_list_widget {
    -webkit-overflow-scrolling: touch;
    max-height: 500px;
    max-height: 50vh;
    overflow-y: auto
}

.woocommerce-mini-cart-item .variation {
    margin-bottom: 10px
}

.woocommerce-mini-cart__total {
    display: flex;
    gap: 15px;
    justify-content: space-between
}

.nav-dropdown ul.woocommerce-mini-cart {
    margin-bottom: 10px
}

.cart-popup-inner {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}

.cart-popup-inner>:last-child {
    margin-bottom: 0px
}

.cart-popup-inner .widget_shopping_cart,
.cart-popup-inner .widget_shopping_cart_content {
    flex-direction: column;
    display: flex;
    flex: 1 1 auto;
}

.cart-popup-inner .woocommerce-mini-cart {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    padding: 0px 20px 0px 20px;
    overscroll-behavior: none;
}

.cart-popup-inner .woocommerce-mini-cart__buttons:last-child {
    margin-bottom: 0
}

.ux-mini-cart-footer {
    border-top: 1px solid #8cb99b;
}

@media(min-height:500px) {
    .cart-popup-inner--sticky {
        min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
    }

    .cart-popup-inner--sticky .ux-mini-cart-footer {
        background-color: #fff;
        bottom: 0;
    }

    .cart-popup-inner--sticky .ux-mini-cart-footer .woocommerce-mini-cart__total:first-child {
        border-top: 0
    }
}

.ux-mini-cart-footer {
    touch-action: none;
    position: sticky;
}

.ux-mini-cart-footer .ux-free-shipping {
    margin-bottom: 20px;
    margin-top: 5px;
}

.off-canvas-cart .ux-mini-cart-footer {
    margin-left: -30px;
    margin-right: -30px;
    padding: 0px 30px 0px
}

.off-canvas-cart {
    overflow: hidden;
}

.ux-mini-cart-qty {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: space-between
}

.ux-mini-cart-qty .quantity {
    margin: 0 !important
}

.ux-mini-cart-cross-sells {
    margin-top: auto;
    padding: 20px;
}

.nav-dropdown .ux-mini-cart-cross-sells {
    display: none
}

.ux-mini-cart-cross-sells__list {
    display: flex;
    flex-direction: column;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item {
    border: 0;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .product-title {
    font-size: 18px;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .price-wrapper {
    opacity: 1
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .price-wrapper .price {
    margin-bottom: .5em;
    margin-top: .5em
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .price-wrapper .star-rating~.price {
    margin-top: 0
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item a:not(.remove, .button) {
    display: inline
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item:last-child {
    margin-bottom: 0
}

.ux-mini-cart-cross-sells__list .button.add_to_cart_button {
    align-items: center;
    display: inline-flex;
    float: right;
    margin: 15px 0 8px 8px;
    background: transparent;
    position: relative;
    border: none;
    right: -20px;
}

.ux-mini-cart-empty {
    gap: 30px;
    padding: 15px 0
}

.ux-mini-cart-empty .woocommerce-mini-cart__empty-message {
    margin-bottom: 0
}

.tagcloud {
    padding-bottom: 15px
}

.tagcloud a {
    border: 1px solid;
    border-radius: 3px;
    display: inline-block;
    font-size: .8em !important;
    margin: 0 3px 5px 0;
    opacity: .8;
    padding: 2px 5px
}

.tagcloud a:hover {
    background-color: var(--fs-experimental-link-color-hover);
    border-color: var(--fs-experimental-link-color-hover);
    color: #fff;
    opacity: 1
}

.persistent-hover .back-image {
    opacity: 1 !important;
    visibility: visible !important;
}

.variation-besideprice {
    font-size: 14px;
    color: #54585ca3;
}

table.variations .label {
    padding-right: 20px
}

table.variations label {
    white-space: nowrap
}

table.variations .value {
    width: 100%
}

.variations {
    position: relative
}

.variations td,
.variations th {
    border: 0;
    letter-spacing: normal;
    padding: .2em 0;
    text-transform: none;
    vertical-align: middle
}

.variations .reset_variations {
    bottom: 95%;
    color: currentColor;
    font-size: 11px;
    opacity: .6;
    position: absolute;
    right: 0;
    text-transform: uppercase
}

dl.variation {
    text-transform: none
}

dl.variation dt {
    clear: both;
    float: left;
    font-weight: 700
}

dl.variation dd {
    display: block
}

.wc-item-meta {
    margin-top: 1.3em
}

.ux-quantity,
.product-quantity {
    user-select: none;
}

.woocommerce-message,
.coupon-error-notice {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.5s ease-in-out;
    display: none;
    position: fixed;
    background: #8cb99b;
    top: 10px;
    z-index: 999999;
    padding: 10px;
    right: 10px;
    color: #fff;
}

.woocommerce-message,
.woocommerce-error,
.coupon-error-notice {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.5s ease-in-out;
    display: none;
    border-radius: 4px;
    z-index: 99999;
}

.woocommerce-error,
.coupon-error-notice {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.5s ease-in-out;
    display: none;
    position: fixed;
    background: red;
    top: 10px;
    z-index: 999999;
    padding: 10px;
    right: 10px;
}

.woocommerce-error .message-container,
.coupon-error-notice {
    color: #fff;
}

.woocommerce-message.slide-in,
.coupon-error-notice.slide-in {
    display: block;
    opacity: 1;
    transform: translateY(0);
    z-index: 1002;
}

.woocommerce-message.slide-out,
.coupon-error-notice.slide-out {
    opacity: 0;
    transform: translateY(-20px);
}

.woocommerce-message,
.woocommerce-error,
.coupon-error-notice {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.5s ease-in-out;
    display: none;
}

.woocommerce-message.slide-in,
.woocommerce-error.slide-in,
.coupon-error-notice.slide-in {
    display: block;
    opacity: 1;
    transform: translateY(0);
    z-index: 999999;
}

.woocommerce-message.slide-out,
.woocommerce-error.slide-out,
.coupon-error-notice.slide-out {
    opacity: 0;
    transform: translateY(-20px);
}

.shipping-mini-cart {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: -20px;
    padding: 10px 25px 20px;
    text-align: center;
}

@keyframes shining {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.ux-free-shipping__bar--striped {
    background: linear-gradient(135deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 30px 30px;
    position: relative;
    overflow: hidden;
}

.ux-free-shipping__bar {
    background: #ddd;
    border-radius: 5px;
    height: 3px;
    position: relative;
    overflow: hidden;
}

.ux-free-shipping__bar-progress {
    background: #8cb99b;
    border-radius: 5px;
    display: block;
    height: 3px;
    position: relative;
    z-index: 1;
}

.ux-free-shipping__bar::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, transparent 50%, rgba(255, 255, 255, 0.3) 75%);
    background-size: 60px;
    animation: shining 45s linear infinite;
    z-index: 2;
}

.countryro {
    margin-bottom: -3px;
}

.checkoutsvg svg {
    position: relative;
    top: 6px;
    transition: transform 0.3s ease;
}

.button.checkout svg {
    transition: transform 0.3s ease-in-out;
}

.button.checkout:hover svg {
    transform: translateX(5px);
}

.klaviyo-star-rating-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

#notification {
    position: fixed;
    padding: 5px 20px 5px 5px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
}

#notification .success-color {
    color: #fff !important;
    font-size: 14px !important;
}

#notification.show {
    opacity: 1;
}

#close-btn {
    position: absolute;
    top: 4.5px;
    right: -15px;
    background: none;
    border: none;
    font-size: 10px;
    color: white;
    cursor: pointer;
}

#country-popuplang {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-overlaylang {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup-headerlang {
    margin-bottom: 10px;
}

.popup-close-btnlang {
    opacity: 0.3;
    background: none;
    border: none;
    position: absolute;
    top: 0px;
    right: -5px;
    cursor: pointer;
    padding: 0;
    transition: 0.3s ease;
}

.popup-close-btnlang:hover {
    color: red;
    background: none;
    opacity: 1;
}

.langselect {
    font-size: 19px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    color: #8cb99b;
}

#shipping-select,
#language-select {
    margin-top: 10px;
    padding: 5px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

#country-popuplang .popup-overlaylang {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#country-popuplang .popup-contentlang {
    position: relative;
    z-index: 1000;
    background: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
    margin-right: 10px;
}

.pop-shlang {
    float: left;
    font-size: 12px;
}

.flag-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.langselect-small {
    font-size: 13px;
}

.countryterms {
    font-size: 11px;
    border-top: 1px solid #8cb99b;
    margin: 0;
    padding: 10px 0px 0px 0px;
}

.save-region {
    background: #8cb99b;
    color: #fff;
    font-size: 14px;
}

.save-region:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease-in-out;
}

.save-region:hover::before {
    left: 100%;
}

.ro-code {
    color: #8cb99b;
}

.variation-buttons {
    display: flex;
    gap: 10px;
}

.variation-btn {
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    flex: 1 1 50%;
    margin: 0;
    margin-bottom: 15px;
}

.linkvideohome {

}

.linkvideohome:hover {
    cursor: pointer;
}

ul.ashwagandha-timeline {
    position: relative;
    list-style: none;
    padding-left: 50px;
    margin-top: 40px;
}

ul.ashwagandha-timeline:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #e0e0e0;
    z-index: 1;
}

ul.ashwagandha-timeline:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 2px;
    height: 0;
    background-color: #000;
    z-index: 2;
    transition: height 0.3s;
}

ul.ashwagandha-timeline li.timeline-item {
    position: relative;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 1.5;
}

ul.ashwagandha-timeline li.timeline-item:before {
    content: '✓';
    position: absolute;
    left: -50px;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    color: transparent;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
}

ul.ashwagandha-timeline li.timeline-item.active:before {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

ul.ashwagandha-timeline:first-of-type:before {
    content: "BENEFITS OF DAILY USE";
    position: absolute;
    top: -40px;
    left: 0;
    font-size: 1.2rem;
    font-weight: bold;
    background: none;
    width: auto;
    height: auto;
}

.shopify-style-video-grid-container {
    max-width: 100%;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    position: relative;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.video-grid-item {
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    height: 450px;
    background-color: #f0f0f0;
    overflow: hidden;
}

.thumbnail-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.video-grid-item:hover .play-overlay {
    opacity: 1;
}

.play-icon {
    width: 50px;
    height: 50px;
    background-color: #8cb99ba6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.mobile-slider-nav {
    display: none;
    position: absolute;
    width: 100%;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}

.mobile-slider-arrow {
    position: absolute;
    border: none;
    color: #8cb99b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: background-color 0.3s ease;
}

.mobile-slider-arrow:hover {
    background-color: rgba(255, 255, 255, 1);
}

.mobile-slider-arrow.prev-slide {
    left: 10px;
}

.mobile-slider-arrow.next-slide {
    right: 10px;
    margin-right: 0
}

.modal-content {
    width: 90%;
    max-width: 900px;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.modal-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#modal-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease;
    z-index: 2;
}

.modal-video-container:hover .video-overlay {
    opacity: 1;
}

.video-controls {
    position: fixed;
    top: 5px;
    right: 0px;
    display: flex;
    gap: 10px;
    z-index: 3;
}

@media (min-width: 992px) {
    .video-modal {
        height: 100vh;
        align-items: center;
    }

    .modal-content {
        height: 100%;
        max-height: 100vh;
        border-radius: 0;
    }

    .modal-video-container {
        height: 100%;
        padding-bottom: 0;
    }

    #modal-video {
        height: 100%;
    }
}

.play-pause-button {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
}

.cta-button {
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    outline: none;
    white-space: nowrap;
    background: #8cb99b;
    color: #fff;
}

.cta-button:hover {
    color: #fff
}

.navigation-buttons {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
    pointer-events: none;
}

.nav-circle-button {
    color: #8cb99b;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.nav-circle-button:hover {
    background-color: rgb(255 255 255 / 19%);
}

.next-circle-button {
    margin-right: 0;
}

.video-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 3;
    pointer-events: none;
}

.nav-button {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    pointer-events: auto;
}

.nav-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.video-click-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    justify-content: center;
    align-items: center;
    background: #000000b8;
}

.modal-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    background-color: #000000b5;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.modal-video-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 420px;
    background-color: #000;
    display: flex;
    justify-content: center;
}

#modal-video {
    height: 100%;
    width: 100%;
    max-width: 420px;
    object-fit: cover;
    background-color: #000;
}

.modal-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    z-index: 5;
    color: white;
}

.modal-title {
    font-weight: 600;
    font-size: 16px;
}

.story-progress {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    display: flex;
    gap: 4px;
    padding: 0 15px;
    z-index: 6;
}

.progress-segment {
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    flex-grow: 1;
}

.progress-segment.active {
    background-color: #fff;
}

.close-modal,
.mute-button {
    background-color: transparent;
    color: white;
    border: none;
    font-size: 24px;
    opacity: 0.7;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    background-color: rgb(255 255 255 / 69%);
    border-radius: 4px;
    padding: 5px 5px 5px 5px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 5;
}

.product-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    background-color: #f5f5f5;
}

.product-infomodal {
    flex: 1;
}

.product-titlemodal {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.product-pricemodal {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.video-navigation {
    position: absolute;
    top: 60px;
    bottom: 100px;
    left: 0;
    right: 0;
    display: flex;
    z-index: 4;
}

.nav-touch-area {
    width: 50%;
    height: 100%;
    cursor: pointer;
}

.nav-button {
    display: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(20%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-20%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 0.4s ease-in-out forwards;
}

.slide-in-right {
    animation: slideInRight 0.4s ease-in-out forwards;
}

.slide-in-left {
    animation: slideInLeft 0.4s ease-in-out forwards;
}

@media (max-width: 767px) {
    .modal-video-container {
        width: 100%;
        max-width: 100%;
    }

    .video-testimoniale {
        padding: 0px !important
    }

    #modal-video {
        width: 100%;
        max-width: 100%;
    }

    .nav-circle-button {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

}

@media (max-width: 992px) {
    .video-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 767px) {
    .video-grid {
        display: flex;
        overflow-x: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        gap: 15px;
    }

    .navigation-buttons {
        padding: 5px;
    }

    .video-grid-item {
        flex: 0 0 100%;
        scroll-snap-align: center;
        transform: none;
        transition: none;
        border-radius: 0px;
    }

    .video-grid-item:hover {
        transform: none;
    }

    .play-overlay {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .play-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .mobile-slider-nav {
        display: block;
    }

    .cta-button {
        padding: 10px 18px;
        font-size: 14px;
    }

    .nav-button {
        padding: 6px 12px;
        font-size: 12px;
    }
}


.modal-content {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

video::-webkit-media-controls,
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-timeline,
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display,
video::-webkit-media-controls-mute-button,
video::-webkit-media-controls-toggle-closed-captions-button,
video::-webkit-media-controls-volume-slider,
video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

video::-moz-media-controls {
    display: none !important;
}

video::-ms-media-controls,
video::--ms-media-controls-play-pause,
video::-ms-media-controls-timeline {
    display: none !important;
}

#modal-video::-webkit-media-controls,
#modal-video::-webkit-media-controls-enclosure,
#modal-video::-webkit-media-controls-panel {
    display: none !important;
}

#modal-video {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

#modal-video:fullscreen::-webkit-media-controls {
    display: none !important;
}

body.modal-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    height: 100%;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(20%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-20%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes zoomOutFade {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(0.9);
        opacity: 0;
    }
}

.fade-in {
    animation: fadeIn 0.4s ease-in-out forwards;
}

.slide-in-right {
    animation: slideInRight 0.4s ease-in-out forwards;
}

.slide-in-left {
    animation: slideInLeft 0.4s ease-in-out forwards;
}

.zoom-out-fade {
    animation: zoomOutFade 0.3s ease-out forwards;
}

.modal-content,
.modal-video-container {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.video-progress-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10;
}

.video-progress-bar {
    height: 100%;
    width: 0;
    background-color: #8cb99b;
    transition: width 0.1s linear;
}

.product-card {
    justify-content: space-between;
}

.product-infomodal {
    flex: 2;
}

.play-pause-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 8;
    pointer-events: none;
}

.play-pause-overlay.visible {
    opacity: 1;
    animation: fadeOut 1s ease-out forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.byolitic-variations-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.byolitic-variations-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    display: flex;
    position: relative;
}

.byolitic-variations-modal-close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.byolitic-variations-modal-details {
    flex: 1;
    padding-left: 20px;
}

.mobile-text,
.desktop-text {
    position: relative;
    top: -1px;
}

.product-accordion{
    margin-bottom: 20px;
    top: -10px;
    position: relative;
}