.stock.in-stock {
    display: none;
}

ins {
    text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

select {
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    border-radius: 2px;
    padding: 10px 40px 10px 17px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #5E6264;
}



.custom-select {
    position: relative;
}

.custom-select:before {
    position: absolute;
    content: "";
    top: 17px;
    right: 15px;
    width: 7px;
    height: 4px;
    background-image: url(./chevron.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    cursor: pointer;
}

.slides img {
    width: 42px;
    height: 56px;
    object-fit: cover;
}

.slides .swiper-slide-thumb-active img {
    border: 1px solid #000000;
}

.zoom {
    cursor: url('../image/mouse-cursor.png'), auto;
}

body .show-password-input::after {
    content: "";
    cursor: pointer;
    width: 17px;
    height: 12px;
    background-image: url(../image/eye-open.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

body .show-password-input.display-password::after {
    background-image: url(../image/eye-closed.svg);
    width: 18px;
    height: 18px;
}

.woocommerce form .form-row .optional {
    display: none;
}

.woocommerce form .form-row label, body .mp-please-select-location {
    margin-bottom: 6px;
    color: #5E6264;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.woocommerce-billing-fields input[type='text'],
.woocommerce-billing-fields input[type='password'],
.woocommerce-billing-fields input[type='tel'],
.woocommerce-billing-fields input[type='email'] {
    height: 40px;
    background: #FFFFFF;
    padding: 8px 17px 8px 17px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #CFD1D0;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

body .woocommerce form .form-row .input-checkbox {
    margin: 0;
    display: grid;
}

body .woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
}

body .woocommerce form .form-row textarea {
    height: 88px;
    background: #FFFFFF;
    padding: 8px 17px 8px 17px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #CFD1D0;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

body .woocommerce table.shop_table,
body .woocommerce table.shop_table tbody th {
    border: none;
    border-collapse: collapse;
}

body .woocommerce table.shop_table th {
    padding: 12px 0;
}

body .woocommerce table.shop_table td {
    padding: 16px 0;
}

body.woocommerce-checkout .woocommerce table.shop_table td {
    padding: 0;
}


body .woocommerce table.shop_table tfoot td {
    padding: 0;
    text-align: right;
    border: none;
    font-weight: 400;
}


body .woocommerce table.shop_table tfoot th {
    border: none;
    padding: 0 0 0 32px;
    font-weight: 400;
}

body .woocommerce table.shop_table tfoot .cart-subtotal th,
body .woocommerce table.shop_table tfoot .cart-subtotal td {
    padding-top: 25px;
    padding-bottom: 5px;
}

body .select2-container--default .select2-selection--single {
    height: 40px;
    background: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #CFD1D0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    color: #5E6264;
}

body .select2-dropdown {
    border-color: #D1D5DB;
}

body .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px 40px 9px 16px;
    line-height: 22px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 17px;
    right: 15px;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    color: rgb(111 111 113 / var(--tw-text-opacity));
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 10px;
    height: 6px;
    background-image: url(../image/chevron.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 17px;
    right: 16px;
}

body .woocommerce-billing-fields__field-wrapper {
    gap: 24px 40px;
}

body .woocommerce form .form-row {
    padding: 0;
}

body .woocommerce form .form-row-wide {
    clear: none;
}

body #billing_is_company_field, body #billing_comment_field {
    width: 100% !important;
    grid-column: span 2 / span 2;
}

body .woocommerce form .form-row label.screen-reader-text {
    height: 21px;
    line-height: 21px;
    position: relative !important;
}

@media (max-width: 640px) {
    body .woocommerce form .form-row {
        width: 100%;
        padding: 0;
    }

    body .woocommerce table.shop_table tfoot th {
        padding: 0;
    }
}

body .woocommerce form .show-password-input::after {
    content: "";
    width: 17px;
    height: 12px;
    background-image: url(../image/eye-open.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-top: 3px;
}

body .woocommerce form .show-password-input.display-password::after {
    background-image: url(../image/eye-closed.svg);
    width: 18px;
    height: 18px;
    margin-top: 0px;
}

body .woocommerce-password-strength {
    background: white !important;
    border: white !important;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    color: #FF0000;
    padding: 0;
    font-weight: 400;
}

body .woocommerce form .form-row-first, .woocommerce form .form-row-last {
    width: 100%;
}

.linear {
    background: linear-gradient(180deg, rgba(207, 209, 208, 0.20) 0%, rgba(207, 209, 208, 0.00) 100%);
}

body .woocommerce ul#shipping_method li {
    margin: 0;
}

body .woocommerce-checkout #payment {
    background: transparent;
}

body .woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

body .woocommerce-checkout #payment div.payment_box {
    background: #F9F9F9;
    margin: 0;
}

body .bank_item {
    background: transparent;
    border: none;
    margin: 0;
    width: 100%;
    padding: 16px 0;
}

body .bank_item label {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

@media (min-width: 500px) {
    .bank_item:nth-child(-n+3) {
        border-bottom: 1px solid #e0dbe3;
    }

    .bank_item:nth-child(3n+1) {
        border-right: 1px solid #e0dbe3;
    }

    .bank_item:nth-child(3n) {
        border-left: 1px solid #e0dbe3;
    }

    .bank_item:nth-child(n+7) {
        border-top: 1px solid #e0dbe3;
    }
}

body .woocommerce-checkout #payment ul.payment_methods {
    border: none;
    padding: 0;
}

body input[type="checkbox"] {
    cursor: pointer;
    appearance: none;
    display: grid;
    place-content: center;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1px solid #CFD1D0;
}

body input[type="checkbox"]::before {
    content: "";
    width: 10px;
    height: 8px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    /*box-shadow: inset 1em 1em #3C5AFF;*/
    background-image: url(../image/checked.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}


.error {
    font-size: 12px;
    color: red;
}

body .woocommerce form .form-row .required {
    color: #5E6264;
    font-weight: 500;
}

@media (max-width: 640px) {
    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea,
    .woocommerce .select2,
    .woocommerce #billing_is_company_field {
        margin-bottom: 20px;
    }
}

.wc-item-meta li {
    display: flex;
}

.wc-item-meta li strong {
    font-weight: 400;
}

body #billing_is_company {
    padding: 0;
}

.test-page input[type='radio'] {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    border-radius: 100%;
    display: grid;
    place-content: center;
}

.test-page input[type='radio']:checked {
    background: #000000;
    border: 1px solid #000000;
}

.test-page input[type='radio']:before {
    content: "";
    width: 17px;
    height: 17px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    /*box-shadow: inset 1em 1em #3C5AFF;*/
    background-image: url(../image/checked-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
}


.test-page input[type='radio']:checked::before {
    transform: scale(1);
}

.h2-new-york h2 {
    font-family: "NewYork", sans-serif;
}

.hero .hero_bg::after {
    content: '';
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
    opacity: 0.34;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.video_overlay::after {
    content: '';
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
    opacity: 0.55;
    width: 96%;
    height: 100%;
    position: absolute;
    top: 0;
}

#videoPlayer .pause {
    opacity: 0.2;
}

#videoPlayer:hover .pause {
    opacity: 1;
}

.cta .hero_bg::after {
    content: '';
    background: #000000;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.post_content p, .post_content a, .post_content ul li, .post_content blockquote, .post_content .wp-element-caption {
}

.post_content p, .post_content a.new-york {
    font-family: 'NewYork', sans-serif;
}

.entry-content p, .entry-content a, .entry-content ul li, .entry-content blockquote, .entry-content .wp-element-caption {
}

.post_content ul li, .entry-content ul li {
    margin-bottom: 14px;
}

.post_content .wp-element-caption, .entry-content .wp-element-caption {
    color: #515151;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
}

/* other */

.wpcf7-submit {
    line-height: 23px;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 17px;
    padding-right: 17px;
    margin-top: 23px;
}

.gallery_content p {
}

.yith-ywraq-add-to-quote {
    margin-top: 15px;
}

.yith-ywraq-add-to-quote a {
    border-radius: 0px !important;
    line-height: 23px !important;
    font-size: 19px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 17px !important;
    padding-right: 17px !important;
    width: fit-content !important;
    background: #000;
    color: #fff;
    display: block;
}

.ywraq-before-form {
    display: none !important;
}

.ywraq-form-table-wrapper.wide {
    width: 380px;
    margin: 0 auto;
    grid-template-columns: auto !important;
}

body .wpml-ls-legacy-dropdown-click {
    width: 50px;
}

body .js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    border: none;
    padding-right: 26px;
    color: #848484;
    margin-bottom: 0;
    margin-left: auto;
    width: fit-content;
}

element.style {
}

.wpml-ls-legacy-dropdown-click a span {
    vertical-align: middle;
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

body .js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    border: none;
    padding-right: 26px;
    color: #848484;
    margin-bottom: 0;
    margin-left: auto;
    width: fit-content;
}

body .wpml-ls-legacy-dropdown-click a {
    border: none;
    padding: 0;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 19px;
    color: #6F6F71;
}

.wpml-ls-legacy-dropdown-click a {
    display: block;
    text-decoration: none;
    color: #444;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 1;
}

body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    box-shadow: 2px 3px 6px rgb(0 0 0 / 15%);
    background: white;
    border: none;
    left: auto;
    padding: 8px 13px 0 13px;
    border-radius: 5px;
    margin-top: 8px;
}

body .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
    background: transparent;
}

.widget_nav_menu li {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.widget_nav_menu li a {
    color: #E6F0D8;
    font-size: 14px;
}

.woocommerce ul.products.columns-2 li.product a img {
    margin-bottom: 0px;
    height: 585px;
    object-fit: contain;
    object-position: top;
}

@media (max-width: 768px) {
    .woocommerce ul.products.columns-2 li.product a img {
        height: auto;
    }  
}

.woocommerce ul.products.columns-4 li.product a img {
    margin-bottom: 0px;
    height: 360px;
    object-fit: cover;
}

.woocommerce-shop .woocommerce ul.products li.product h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: normal;
    padding-bottom: 5px;
    color: #5E6264;
}

.woocommerce-shop .woocommerce ul.products li.product .price {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #407A4B;
}

.woocommerce-shop .woocommerce ul.products li.product .price bdi {
    font-weight: 400;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 3.8% 27px 0;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
}

.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
    margin: 0px 12px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    padding: 0px !important;
}

.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li .page-numbers {
    width: 37px;
    height: 37px;
    border: 1px solid #D1D5DB;
    border-radius: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    background: none !important;
    color: #6F6F71;
}

.woocommerce nav.woocommerce-pagination ul li span.page-numbers.current {
    border: 1px solid #000000 !important;
    color: #000000 !important;
}

.phone .iti.iti--allow-dropdown {
    width: 100% !important;
}

.ywraq-form-table-wrapper.wide {
    width: 100%;
}

#yith-ywraq-form table.shop_table td {
    padding: 16px 17px;
}

h2.ywraq_my_account_quotes_title {
    line-height: 61px;
    font-size: 60px;
}

table.shop_table.shop_table_responsive.my_account_quotes.my_account_orders thead tr th {
    font-weight: 400;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    line-height: 1rem;
    padding-bottom: 1rem;
}

table.shop_table.shop_table_responsive.my_account_quotes.my_account_orders tbody tr td {
    font-weight: 400;
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    line-height: 19px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(230 230 230 / var(--tw-border-opacity));
    border-bottom-width: 1px;
    --tw-text-opacity: 1;
    color: rgb(81 81 81 / var(--tw-text-opacity));
}

#yith-ywraq-form table.cart .product-thumbnail {
    width: 170px;
}

.ywraq-view-quote-wrapper.ywraq-status-ywraq-new p:first-child {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.woocommerce-view-quote ul.wc-item-meta li {
    align-items: flex-end;
}

.woocommerce-view-quote .button:first-child {
    display: none;
}

.woocommerce-view-quote td.product-total {
    padding-right: 22px !important;
}


.se-header .sub-menu {
    display: none;
    position: absolute;
    top: 36px;
    min-width: 304px;
    overflow: auto;
    box-shadow: 0px 8px 11px 0px rgb(0 0 0 / 15%);
    z-index: 1000;
    border-radius: 4px;
    background: white;
    padding: 10px 0 10px;
}

.se-header .sub-menu li {
    padding: 12px 32px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.se-header .menu-item-has-children {
    border: none;
    cursor: pointer;
    position: relative;
    padding-right: 15px;
}

.se-header .menu-item-has-children:after {
    position: absolute;
    content: "";
    top: 8px;
    right: 0px;
    width: 7px;
    height: 4px;
    background-image: url(../image/chevron.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.se-header .open.menu-item-has-children:after {
    transform: rotate(180deg);
}

@media (min-width: 1024px) {
    .mobile_menu {
        display: none;
    }
}

@media (max-width: 1023px) {
    .inside_mobile {
        position: absolute;
        inset: 0;
        margin: 0;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        width: 100%;
    }

    .mobile_menu {
        position: fixed;
        top: 0px;
        left: -100%;
        width: 100%;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
        width: 100%;
    }

    .mobile_menu ul li {
        display: block;
    }

    .active_mobile {
        left: 0;
    }

    .mobile_menu ul li a {
        padding-top: 15px;
        padding-bottom: 24px;
        display: block;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
    }

    .se-header .menu-item-has-children:after {
        top: 21px;
        right: 0px;
        width: 16px;
        height: 7px;
        rotate: -90deg;
    }

    .se-header .open.menu-item-has-children:after {
        transform: rotate(90deg);
    }

    .se-header .sub-menu {
        display: none;
        position: relative;
        top: 0;
        min-width: 304px;
        overflow: auto;
        box-shadow: none;
        z-index: 1000;
        border-radius: 0;
        background: white;
        padding: 0;
    }

    .se-header .sub-menu li {
        padding: 0 18px;
    }

    .mobile_menu ul.sub-menu li a {
        padding-top: 9px;
        padding-bottom: 13px;
        font-size: 14px;
    }

    .mobile_menu .footer-information li a {
        font-size: 14px;
        padding-top: 13px;
        padding-bottom: 14px;
    }
}


#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="text"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
  	background: transparent;
  	border-top: 1px solid rgba(255, 255, 255, .8);
  	border-bottom: 2px solid rgba(255, 255, 255, .5);
  	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
    text-align: center;
    outline: none;
  	padding: 10px;
}
  
#search .close {
    position: fixed;
    top: 40px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
    font-family: 'Mulish';
    font-weight: bold;
}

#search .close:hover{
  color: #e67819;
  cursor: pointer;
}
#search-pg::before {
    content: url(../image/search_icon.png);
    width: 25px;
    height: 25px;
    position: absolute;
    top: 17px;
}
.clear-search {
    content: url(../image/clear-search.png);
}
.search_filters .checked {
    color: #090909;
}

.se-btn {
    border-radius: 5px;
    background: #6AB163;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

.se-form input, .se-form textarea {
    padding: 9px 13px;
    border-radius: 2px;
}

.se-form input[type="checkbox"] {
    padding: 0;
}

input:focus-visible, textarea:focus-visible {
    outline-style: none;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0 10px 0 0;
    display: block;
}

.se-42 {
    font-size: 42px;
}

@media screen and (max-width: 767px) {
    .se-42 {
        font-size: 22px;
    }
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #407A4B;
    font-size: 14px;
    font-weight: 400;
}

.se-product .add-to-card-btn {
    border-radius: 5px;
    border: 1px solid #6AB163;
    background: #6AB163;
    color: white;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px;
    width: 100%;
    margin-top: 16px;
    display: block;
}


.se-product .pre-order-btn.add-to-card-btn {
    background: white;
    color: #6AB163;
}

.se-product .img-cont {
    opacity: 0.75;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.20) 100%);
}

.se-product .blurable {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(3.5px);
    margin-top: -36px;
    padding-top: 5px;
}

body .woocommerce ul.products li.product .price {
    width: fit-content;
}

body .woocommerce ul.products li.product .price del {
    float: right;
    margin-left: 12px;
    color: #5E6264;
    opacity: 1;
}

body .woocommerce ul.products li.product .price ins {
    color: #F44831;
    opacity: 1;
    font-weight: 400;
}

.woocommerce ul.products li.product .onsale {
    display: none !important;
}


@media only screen and (max-width: 767px) {
    .woocommerce ul.products.columns-3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0 13px;
    }

    .woocommerce ul.products.columns-3:before {
        display: none;
    }

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        flex: 0 0 calc(50% - 6.5px);
        max-width: 50%;
        box-sizing: border-box;
    }
}

.mobile-modal-backdrop {
    background: rgba(16, 16, 16, 0.6);
    backdrop-filter: blur(6.5px);
    border-radius: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}

body .accent-primary {
    accent-color: #5fa159;
}

body .woocommerce table.shop_table th {
    font-weight: 400;
    border-bottom: 1px solid #CFD1D0;
}

body .woocommerce table.shop_table td {
    border-top: none;
    border-bottom: 1px solid #CFD1D0;
}

body .woocommerce-page .woocommerce-message .button {
    border-radius: 5px;
    background: #6AB163;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 13px 25px;
}

body .woocommerce ul#shipping_method .amount {
    font-weight: 500;
}

.testimonial-avatar img {
    border-radius: 100%;
    width: 104px;
    height: 104px;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .testimonial-avatar img {
        width: 64px;
        height: 64px;
    }
}

body #sbi_mod_error {
    float: none;
}

.breadcrumbs-flex .multiple a:first-child {
    padding-left: 0;
}

.swiper-mobile img {
    height: auto;
}

.swiper-mobile .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #407A4B;
    opacity: 1;
}

.swiper-mobile .swiper-pagination-bullet-active {
    background: #407A4B;
}

body .iti__selected-flag {
    background-color: white !important;
    min-width: 50px;
    border-right: 1px solid #CFD1D0;
    padding: 0 10px 0 8px;
}

.iti__selected-flag .iti__flag {
    display: none;
}

body .iti__arrow {
    width: 10px;
    height: 6px;
    background-image: url(./chevron.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    cursor: pointer;
    border: none;
}

body .testimonial-content {
    color: white;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    text-align: left;
    max-width: 757px;
}

@media only screen and (max-width: 767px) {
    body .testimonial-content {
        font-size: 22px;
        line-height: 32px;
    }
}


.top-banner {
    --tw-bg-opacity: 1;
        background-color: #407A4B;
		height: 48px;
}

#billing_address_2_field, #billing_empty_field_field {
	display:none!important;
}

.reset_variations {
	padding-top:5px;
}

#user_year_field, #user_month_field, #user_day_field {
 
}

.testimonials_pagination {
	margin:0 auto;
	text-align:center;
}

.testimonials_pagination .current {
	border: 1px solid #000000 !important;
    color: #000000 !important;
}

.testimonials_pagination .page-numbers {
	width: 37px;
    height: 37px;
    border: 1px solid #D1D5DB;
    border-radius: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
	padding-top: 8px;
    text-align: center;
    background: none !important;
    color: #6F6F71;
	display: inline-block;
    margin: 0px 12px;
}

.testimonials_pagination .prev, .testimonials_pagination .next {
	display:none;
}
 

select.profile {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2710%27%20height%3D%276%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20clip-rule%3D%27evenodd%27%20d%3D%27M0.292893%200.292893C0.683416%20-0.097631%201.31658%20-0.097631%201.7071%200.292893L4.99999%203.58579L8.29288%200.292893C8.6834%20-0.0976311%209.31657%20-0.0976311%209.70709%200.292893C10.0976%200.683417%2010.0976%201.31658%209.70709%201.70711L5.7071%205.70711C5.31657%206.09763%204.68341%206.09763%204.29289%205.70711L0.292893%201.70711C-0.0976309%201.31658%20-0.0976309%200.683417%200.292893%200.292893Z%27%20fill%3D%27%235E6264%27%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 7px 17px;


}



.birth_date_section {
    gap: 0 2rem;
    padding-bottom: 1.5rem;

}

@media only screen and (min-width: 640px) {
    select.profile {
        width: 124px;
    }
    
    .birth_date_section {
        gap: 0 2rem;
        grid-column: span 2 / span 2;
        padding-bottom: 0rem;
    }
    
  }


  .overflow-y-scroll {
    overflow-y: scroll;
}

 .bg-black_transparent {
    background: rgba(0,0,0, 0.5);
 }

 input[type="checkbox"].hidden {
    display: none;
}













.multi-select-dropdown {
    position: relative;
    width: 158px;
    font-size: 14px;
}

.dropdown-button {
    background-color: #fff;
    border: 1px solid #D1D5DB;
    padding: 7px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    height: 36px;
}

.dropdown-items {
    border-bottom: 1px solid rgba(237, 239, 239, 1);
    padding: 26px 30px;
 
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 272px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
    z-index: 1000;
}

.dropdown-content label {
    display: flex;
    padding: 8px 0;
    cursor: pointer;
    align-items: center;
}

.dropdown-content label input {
    margin-right: 10px;
}

.dropdown-content button {
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    width: 100%;
    margin: 12px 0;
    border-radius: 5px;
    text-align: center;
}

.selected {
    color: green;
}

.dropdown-button .selected-count {
    color: green;
}

.position-relative {
    position: relative;
}