/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.3.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

.page-loader {
    display: none !important;
}

:root {
    /* Please add global variables here */
    --var-color-primary: #E76F51;
    --var-button-color-1: #E0904E;
    --var-color-secondary: #C0A187;
    --var-color-dark-1: #58463F;
    --var-color-accent: #E9C46A;
    --var-radius-primary: 8px;
    --var-radius-secondary: 16px;
    --var-radius-large: 24px;
    --var-radius-x-large: 40px;
    --var-color-heading: #585450;
    --var-color-text: #6A645D;
    --var-color-grey: #F2F2F2;
    --var-color-grey-2: #ADADAD;
    --var-color-grey-3: #E8ECEF;
    --var-gradient-orange: linear-gradient(150deg, #F5B887 13.4%, #FCDEA6 86.6%);
    --font-family-secondary: "Encode Sans", sans-serif;
    --tablet-breakpoint: 850px;
}

/*Typography*/

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-family-secondary);
}


h1{
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #585450;
    font-family: var(--font-family-secondary);
    font-weight: 600;
}
h2,
.banner h2{
    font-size: 54px;
    line-height: 1.26;
}
h3 {
    font-size: 48px;
    line-height: 1.25;
}
h4 {
    font-size: 24px;
    line-height: 1.25;
}


@media screen and (max-width: 850px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 16px;
    }
}


/*inputs*/

body .select-resize-ghost, 
body .select2-container .select2-choice, 
body .select2-container .select2-selection, 
body input[type=date], 
body input[type=email], 
body input[type=number], 
body input[type=password], 
body input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border-radius: var(--var-radius-primary);
    border: 1px solid var(--var-color-grey-2);
    caret-color: var(--var-color-text);
}


input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
    box-shadow: none;
    border-color: var(--var-color-primary) !important;
}


.woocommerce-form__input-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid var(--var-color-primary) !important;
    border-radius: 4px;
    background-color: #F2F2F2;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 8px;
    transition: all 0.2s ease;
    padding: 0 !important;
}

input[type=checkbox],
input[type=radio] {
    display: inline-block;
}

.woocommerce-form__input-checkbox:hover {
    background-color: var(--var-button-color-1);
}

.woocommerce-form__input-checkbox:checked {
    background-color: var(--var-button-color-1);
    border-color: var(--var-button-color-1);
}

.woocommerce-form__input-checkbox:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* Breadcrumbs */

.breadcrumbs {
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-weight: 500;
}

.breadcrumbs .divider {
    opacity: 1;
    line-height: .5;
    top: -2px;
    margin-left: 6px;
    margin-right: 8px;
}

.shop-page-title > .page-title-inner {
    padding-left: 0;
    padding-right: 0;
}



/*Buttons*/

.button.primary i {
    display: none;
}

.button {
    border-radius: var(--var-radius-x-large);
}

.button:hover, .dark .button.is-form:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background-color: var(--var-color-primary) !important;
    box-shadow: none !important ;
}

button[name="save_account_details"] {
    display: flex;
    margin-left: auto;
    text-transform: uppercase;
}

.button--large,
button[name="save_account_details"] {
    margin-bottom: 0;
    font-family: var(--font-family-secondary);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #E0904E !important;
    border-radius: 40px;
    border: 0;
    max-height: none;
    padding-left: 36px;
    padding-right: 36px;
    text-transform: uppercase;
}

.back-to-top::after {
    display: none;
}

.is-outline:hover, .primary.is-outline:hover {
    background-color: transparent; 

}

button[name="apply_coupon"] {
    padding-left: 18px;
    padding-right: 18px;
}

button[name="apply_coupon"]:hover {
    color: white !important;
}

button, .button {
    text-shadow: none !important;
}

.woocommerce-form-coupon button[name="apply_coupon"] {
    margin-left: 16px;
    text-transform: uppercase;
}

.woocommerce-form-register__submit {
    text-transform: uppercase !important;
}


/* NAV*/

.nav>li>a {
    padding-bottom: 8px 0;
}

.nav>li.woocommerce-MyAccount-navigation-link.active>a {
    color: var(--var-color-primary);
}

.nav>li.woocommerce-MyAccount-navigation-link a {
    color: var(--var-color-text);
}

.nav-line-bottom>li>a:before {
    background-color: var(--var-color-primary);
    height: 1px;
}


/* Product card */

.box-image {
    border-radius: var(--var-radius-primary);
}

.box-image img,
td.product-thumbnail img {
    background: var(--var-color-grey);
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    max-height: 300px;
}

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


@media only screen and (max-width: 850px) {
    td.product-thumbnail {
        width: 90px;
        min-width: 90px;
        max-width: 90px;    
    }

    .shop_table .product-remove a {
        position: static;
    }
    
}

td.product-thumbnail img {
    border-radius: var(--var-radius-primary);
}

/* Product card end*/

/* Global CTA Sale */

.global-cta-sale {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.global-cta-sale .row.align-equal{
    border-radius: var(--var-radius-large);
    overflow: hidden;

}

.global-cta-sale .large-7 .col-inner {
    padding: 64px;
}

@media screen and (max-width: 850px) {
    .global-cta-sale .large-7 .col-inner {
        padding: 32px;
    }
}

@media screen and (max-width: 576px) {
    .global-cta-sale .large-7 .col-inner {
        padding: 24px;
    }
}

.global-cta-sale .large-7 .col-inner .button {
    margin-top: 40px;
    margin-bottom: 0;
}

.global-cta-sale-content {
    font-size: 20px;
}

.global-cta-sale-content .h1 {
    font-size: 68px;
    font-family: var(--font-family-secondary);
    color: white;
    font-weight: 700;
    text-shadow:
    2px 2px 0 var(--var-color-secondary),
    -2px 2px 0 var(--var-color-secondary),
    -2px -2px 0 var(--var-color-secondary),    
    2px -2px 0 var(--var-color-secondary);
    line-height: 1;
    margin-bottom: 8px;
}

.global-cta-sale-content .h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: var(--var-color-heading);
    margin-bottom: 20px;
}

.global-cta-sale-content p {
    margin-top: 20px;
}

@media screen and (max-width: 850px) {
    .global-cta-sale-content p {
        margin-top: 12px;
        margin-bottom: 0;
    }
}

.global-cta-sale .img,
.global-cta-sale .img-inner,
.global-cta-sale .img-inner img {
    height: 100%;
}

.global-cta-sale .img-inner img {
    object-fit: cover;
}

/*Global CTA Sale end*/


/* Shop table */

.shop_table .cart-subtotal {
    display: none;
}

.cart_totals .order-total th,
.cart_totals .order-total td {
    border-bottom: 0;
}   

.shop_table a {
    color: var(--var-color-heading);
}

.shop_table .product-name {
    font-family: var(--font-family-secondary);
}

.product-name__category {
    margin-top: 8px;
    margin-bottom: 8px;
}

.woocommerce-cart-form__cart-item img {
    height: 100%;
}

/* Shop table end */

/*Checkout page*/

.woocommerce-additional-fields {
    display: none;
}

.shop-head__content-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.woocommerce-cart .shop-head__content-inner h1,
.woocommerce-checkout .shop-head__content-inner h1 {
    max-width: 236px;
}

.woocommerce-cart .shop-head__content-inner h1 {
    margin-bottom: 0;
}

.checkout-info-pay .col-inner,
.custom-cart-total .col-inner,
.account-purchases,
.wishlist-content {
    background-color: var(--var-color-grey);
    border-radius: var(--var-radius-secondary);
    border-color: transparent;
}

@media screen and (max-width: 849px) {

    .checkout-info-pay {
        margin-top: 32px;
    }
}

.wishlist-content {
    padding-top: 24px;
    padding-bottom: 24px;
}

.custom-cart-total .col-inner {
    height: fit-content;
    margin-left: auto;
}

.account-purchases {
    padding-bottom: 0;
}
.checkout_coupon {
    padding-bottom: 30px;
    padding-top: 30px;
}

.checkout_coupon .flex-row {
    align-items: flex-start;
}

.woocommerce-checkout .shop-head h1 {
    max-width: 236px;
}

.checkout-page-title {
    width: 880px;
    flex: 0 0 auto;
    max-width: 100%;
    margin-left: auto;
}

.page-title-inner .flex-col {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 850px) {
    .page-title-inner .flex-col {
        padding-left: 0;
        padding-right: 0;
    }
}


@media only screen and (max-width: 1240px) {
    .checkout-page-title {
        width: 650px;
        max-width: 100%;
    }
}
@media only screen and (max-width: var(--tablet-breakpoint)) {
    .page-title-inner {
        padding: 0;
    }
}


#cart-popup {
    display: block;
}

.my-account.mb .large-9.col {
    margin: 20px auto;
}

.page-wrapper.my-account.mb {
    padding-top: 0px;
}

.account-user.circle {
    border-radius: 0px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.quick-view,
.quick-view.quick-view-added,
a.added_to_cart.wc-forward {
    display: none;
}

.add_to_cart_button.added {
    display: block;
}

.cart-empty.woocommerce-info {
    text-align: center;
}

mark {
    background-color: white;
    color: #000;
}

.product-container .product-footer .row.item-row {
    margin-left: 0px;
    margin-right: 0px;
}

.ux-menu-link--active .ux-menu-link__link {
    color: hsla(0, 0%, 70%, .85);
}

li.html.custom.html_topbar_left,
li.html.custom.html_topbar_left div.selectron23 {
    max-height: 36px;
}

form.woocommerce-widget-layered-nav-dropdown {
    margin-bottom: -1.7em;
}

.price-wrapper .price {
    display: block;
    height: 23px;
}

.box-text p {
    margin-bottom: 0.1em;
    margin-top: 0.8em;
}

.header-cart-link.icon.primary.button.round.is-small {
    width: 121px;
    height: 38px;
    background: linear-gradient(264.8deg, #5CD72F -1.53%, #34C560 99.03%);
    justify-content: center;
    align-items: center;
    padding: 3px 32px;
}

a.button.secondary {
    background: #34c560;
    background-color: #34c560;
    background-image: linear-gradient(270deg, rgba(92, 215, 47, 1) -35%, rgba(52, 197, 96, 1) 118%);
}

.product-small {
    padding-left: 16px;
    padding-right: 16px;
}

.text.slider-lead {
    color: rgba(18, 17, 39, 0.9);
}

.banner-slider .text-box-content.text {
    background: linear-gradient(180deg, #A7F18C 0%, #39C965 102.01%);
}

.banner-slider-pink .text-box-content.text {
    background: linear-gradient(180deg, #DEDEDE 0%, #F0E7F8 0.01%, #DAB6F5 102.01%);
}

h5.uppercase {
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

label,
legend {
    font-weight: 500;
}

.showcoupon {
    font-weight: 700;
}

.container {
    max-width: 1324px;
    padding-left: 22px;
    padding-right: 22px;
}

.slider-nav-circle .flickity-prev-next-button svg {
    background: #47474A;
    border-radius: 8px;
    width: 40px;
    height: 40px;
}

.slider-size-new .flickity-prev-next-button .arrow {
    color: #fff;
}

.flickity-prev-next-button {
    box-shadow: none !important;
}

.product-swiper-button-next:hover,
.flickity-prev-next-button.next:hover {
    background-color: var(--var-color-primary);;
    border-color: var(--var-color-primary);;
    background-image: url('/wp-content/themes/flatsome-child/assets/images/next-hover.svg') !important;
}

.product-swiper-button-prev:hover,
.flickity-prev-next-button.previous:hover {
    background-color: var(--var-color-primary);;
    border-color: var(--var-color-primary);;
    background-image: url('/wp-content/themes/flatsome-child/assets/images/prev-hover.svg') !important;
}

.grid-tools a {
    background-color: #121127;
}

.header-button a,
.woocommerce-address-fields .button.wp-element-button {
    color: #121127;
}

.slider .button span {
    color: #fff;
}

.button.button-about-us span {
    font-size: 16px;
}

.button span {
    font-weight: 400;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #121127;
}

.callout.badge.badge-circle {
    margin-left: 15px;
}

/******Tabs***/
li.tab.has-icon a span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    margin: 0 auto;
}

li.tab.has-icon.active a span {
    color: #1D1D1F;
}

.nav-pills>li.active>a {
    color: #fff;
    opacity: 1;
}

.nav-pills>li>a {
    border-radius: 50px;
    width: 120px;
    height: 37px;
}

.tabbed-content .nav-pills>li {
    margin-bottom: 30px;
    margin-right: 5px;
}

#tab-sale a {
    border: 1px solid #F9700D;
    color: #F9700D;
}

li#tab-sale.active>a {
    background-color: #F9700D;
}

#tab-best-sellers a {
    border: 1px solid #3EC956;
    color: #3EC956;
}

li#tab-best-sellers.active>a {
    background-color: #3EC956;
}

#tab-new a {
    border: 1px solid #121127;
    color: #121127;
}

li#tab-new.active>a {
    background-color: #3EC956;
}

/******Tabs***/


.banner.has-hover.banner-subscribe,
.banner-subscribe .bg.bg-loaded,
.section.section-subscribe .bg-fill {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.box-bounce .box-text {
    padding: 15px 0px 20px;
    z-index: 1;
}

.is-divider {
    display: none;
}

.attachment-medium.size-medium.wp-post-image {
    border-radius: 12px;
}

input#button-subscribe {
    background: #121127;
    border-radius: 8px;
}

a.button.is-outline {
    border: 2px solid var(--var-button-color-1);
    transition: .3s;
}

a.button.is-outline>i[class^="icon-"] {
    color: var(--var-button-color-1);
    transition: .3s;
}
a.button.is-outline:hover >i[class^="icon-"] {
    color: #fff;
}

.slider-nav-circle .flickity-prev-next-button:hover svg {
    background: #47474A;
    border-color: #47474A;
}

.is-form.expand.button.wp-element-button {
    text-shadow: none;
    height: 55px;
}

.woocommerce-widget-layered-nav-dropdown__submit,
.button.primary.wc-backward.wp-element-button {
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    color: #121127;
    padding: 6px 32px;
}

form.searchform .button.wp-element-button,
.more-link.button.primary.is-outline.is-smaller,
.product-lightbox.lightbox-content .button.wp-element-button {
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    max-height: 39px;
    color: #121127;
    padding: 6px 32px;
}

@media only screen and (min-width: 1152px) {
    .form-email-subscribe {
        width: 267px;
        float: left
    }

    .form-submit-subscribe {
        width: 40%;
        float: left
    }

    input#button-subscribe {
        display: inline-block;
        margin: 0px 0px 0px 14px !important;
        padding: 7px 32px;

        width: 142px;
        height: 52px;
    }

    .row.row-small {
        max-width: 1110px;
    }

    a.button-see-all {
        position: inherit;
        bottom: -14px;
        right: -11px;
    }

}

*/ .text.slider-lead {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
}

.text-box-content.text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
}

.icon-box.featured-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: rgba(18, 17, 39, 0.7);
}

.icon-box.featured-box h6,
.icon-box.featured-box h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
}

.banner h1,
.banner h2,
.banner h3 {
    font-weight: 700 !important;
    font-size: 40px;
    line-height: 140%;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
    padding: 0;
}

span.price ins {
    text-decoration: none;
    float: left;
    margin-right: 12px;
}

span.price del span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    text-decoration-line: line-through;
    text-transform: uppercase;

    color: rgba(29, 29, 29, 0.7);
}

.absolute-footer {
    padding: 43px 0 43px;
}

.section-border {
    border-width: 0px 22px 0px 22px;
    border-color: #fff;
}

@media only screen and (min-width: 849px) and (max-width: 1160px) {
    .row-products .row.hide-for-small {
        margin-left: 0px;
        margin-right: 0px
    }
}

@media only screen and (min-width: 849px) {
    #header .header-main .nav-left {
        justify-content: space-evenly;
        flex-wrap: nowrap;
    }

    .article-inner .entry-image.relative {
        width: 50%;
        float: left;
        padding-right: 25px;
        padding-bottom: 25px;
    }

    .entry-content.single-page {
        padding-top: 0em;
    }
}

@media only screen and (max-width: 848px) and (min-width:551px) {
    .banner-about-us {
        padding-top: calc(200px + (400 - 200) * (100vw - 400px) / (1200 - 400)) !important;
    }

    .logo-slider-main .slider-nav-outside .flickity-page-dots {
        bottom: -30px;
    }

    .form-submit-subscribe input#button-subscribe {
        margin: 0px 0px 0px 0px !important;
        padding: 7px 32px;
        width: 100%;
    }

    .form-email-subscribe input:not([type="submit"]) {
        width: 100%;
    }

    label.woof_checkbox_label {
        font-size: 13px;
        width: 83%;
    }
}



@media only screen and (min-width: 551px) {

    #my-account-nav a {
        font-size: 1.2em;
    }

}

@media only screen and (max-width: 549px) {

    #my-account-nav a {
        font-size: 0.85em;
    }

    ul.product_list_widget li a {
        font-size: 14px;
    }

    .banner-about-us {
        padding-top: calc(580px + (100 - 500) * (90vw - 400px) / (1200 - 400)) !important;
    }

    .banner-shop-by {
        padding-top: calc(800px + (600 - 500) * (100vw - 400px) / (1200 - 400)) !important;
    }

    .showcoupon {
        width: 100%;
        display: block;
    }

    .logo-slider-main .slider-nav-outside .flickity-page-dots {
        bottom: -30px;
    }

    label.woof_checkbox_label {
        font-size: 13px;
        width: 83%;
    }

    .related.related-products-wrapper.product-section {
        margin-bottom: 100px;

    }

    .row.category-page-row .row-small>.col {
        padding: 0 9.8px 19.6px;
    }

    .button#place_order,
    .dashboard-links a,
    .woocommerce-Button.button,
    a.checkout-button.button,
    input[type="submit"].button,
    #place_order {
        width: 100% !important;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* .dashboard-links a,
    .woocommerce-address-fields .button.wp-element-button {
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 52px;
        background: linear-gradient(239.1deg, #5CD72F -35.42%, #34C560 118.69%);
        border-radius: 8px;
        padding: 15px 0;
    } */

    .form-submit-subscribe input#button-subscribe {
        margin: 0px 0px 0px 0px !important;
        padding: 7px 32px;
        width: 100%;
    }

    .form-email-subscribe input:not([type="submit"]) {
        width: 100%;
    }

    .sector-tab .tabbed-content .tab-panels .row.show-for-small,
    .row-products .row.show-for-small,
    .container .related .row-small {
        margin-left: 0px;
        margin-right: 0px
    }

    .row-small>.col {
        padding: 0 0px 19.6px;
    }

    .row-small>.flickity-viewport>.flickity-slider>.col:nth-child(odd) {
        padding: 0px 12px 19.6px 0px;
    }

    .row-small>.flickity-viewport>.flickity-slider>.col:nth-child(2n) {
        padding: 0px 0px 19.6px 12px;
    }

    .section-border {
        border-width: 0px;
    }

    h1,
    h2 {
        font-size: 32px;
    }

    .nav-pills>li>a {
        width: 116px;
    }

    .main-blocks>.col {
        margin: 0 15px;
    }

    .row-products {
        background-color: rgb(249, 249, 251);
    }

    .h6,
    h6 {
        font-size: 1em;
    }

    .banner-grid-wrapper div.col-inner {
        margin-right: 18px;
    }

    .banner h5,
    .banner h6,
    .banner p {
        margin-bottom: 0.5em;
        margin-top: 1em;
        padding: 0;
    }

    .page-title-inner {
        padding-top: 0px;
    }

    .shop-page-title  .page-title-inner {
        padding-top: 20px;
    }

    @media (max-width: 848px) {
        .page-title-inner {
            padding-left: 0px;
            padding-right: 0;
        }
    }

    .row-products button.previous,
    .row-products button.next,
    .tab-panels button.next,
    .tab-panels button.previous,
    .post-slider button.previous,
    .post-slider button.next,
    .related button.previous,
    .related button.next {
        display: none;
    }


}

.slider p {
    margin-bottom: 0.3em;
}

.slider-title {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0.5em;
}

#footer .is-border {
    opacity: 0.12;
    margin: 0 auto;
}

#footer .ux-menu .ux-menu-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    font-family: 'Archivo';
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.4);
    padding-top: 0px;
}

#footer .ux-menu .ux-menu-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
}

.ux-menu-link:hover .ux-menu-link__link {
    color: rgba(255, 255, 255, 0.4);
}

.payment_box.payment_method_cod {
    text-align: center;
}

.callout.badge {
    height: 1.7em;
    width: 3.5em;
}

.badge span.onsale {
    /* font-family: 'Poppins'; */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
}

ul.woocs_auto_switcher {
    width: 100px;
    height: 100px;
}

.banner p {
    margin-bottom: 0.5em;
}

.single_add_to_cart_button,
.widget_price_filter .price_slider_amount .button,
button.expand.wp-element-button {
    background-color: var(--var-color-primary);;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}

/* .dashboard-links a,
.woocommerce-Button.button,
.woocommerce-address-fields .button.wp-element-button,
input[type="submit"].button {
    justify-content: center;
    align-items: center;
    width: 194px;
    height: 52px;
    background: linear-gradient(239.1deg, #5CD72F -35.42%, #34C560 118.69%);
    border-radius: 8px;
    padding: 15px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
} */

.woocommerce-password-strength {
    color: var(--var-color-primary);
}

.single_add_to_cart_button,
input[type="submit"].button,
.woocommerce-Button.button:not(button[name="save_account_details"]),
.checkout-button.button,
#place_order,
.widget_price_filter .price_slider_amount .button {
    color: #FFFFFF;
    text-transform: capitalize;
}

#button-subscribe {
    color: white;
}

.button.primary.btn-primary {
    color: white !important;
    text-transform: uppercase;
    font-family: var(--font-family-secondary);
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--var-button-color-1) !important;
    padding: 0 36px;
    height: 68px;
    width: fit-content;
}

.button.primary.btn-primary span {
    color: white !important;
    text-transform: uppercase;
    font-family: var(--font-family-secondary);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.btn-arrow {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #585450;
    
}

.font-size-54 h2,
.font-size-54 h3,
.font-size-54 h4,
.font-size-54 h5,
.font-size-54 h6 {
    font-size: 54px !important;
    margin-bottom: 16px;
}
.homepage-banners .font-size-54 h2 {
    font-weight: 600 !important;
}

.font-size-54 p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 28px;
}

.products-grid .product-small:first-child {
    max-width: 544px;
    width: 100%;
    grid-column: span 2;
    grid-row: span 2;
}

.product-small {
    padding-bottom: 20px;
    padding-top: 20px;
}

@media only screen and (max-width: 768px) {

    .product-small {
        padding-left: 0px;
        padding-right: 0px;
    }
    

    .font-size-54 h2,
    .font-size-54 h3,
    .font-size-54 h4,
    .font-size-54 h5,
    .font-size-54 h6 {
        font-size: 32px !important;
    }

    .font-size-54 p {
        font-size: 18px;
    }
}

.shop-head {
    padding-top: 44px;
    padding-bottom: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(150deg, #F5B887 13.4%, #FCDEA6 86.6%);
}

@media screen and (max-width: 850px) {
    .shop-head {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.shop-head .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    max-width: 800px;
    width: 43%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    opacity: .6;
}
.woocommerce-cart .shop-head .bg-image {
    display: none;
}

.shop-head h1 {
    line-height: 1;
    margin-bottom: 16px;
    color: var(--var-color-dark-1);
}

@media screen and (min-width: 850px) {
    .shop-head h1 {
        font-size: 54px;
    }
}



.shop-head p {
    margin-top: 16px;
    color: var(--var-color-dark-1);
    font-weight: 400;
    /* font-family: Roboto, sans-serif; */
    font-size: 20px;
    /* text-align: center; */
}

.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 6px;
    background-color: #F2F2F2;
    width: 100%;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--var-color-primary);
    border-color: var(--var-color-primary);
}

.woof .widget_price_filter .ui-slider .ui-slider-range {
    background: var(--var-gradient-orange);
}

#shop-sidebar {
    position: relative;
}

#shop-sidebar .button.woof_reset_search_form {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    background: transparent;
    text-transform: capitalize;
    color: var(--var-color-text);
    border-color: transparent;
    margin: 0;
}

.widget .woof_redraw_zone ul li {
    display: flex;
    align-items: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
}

.widget .woof_redraw_zone ul li > div {
    min-width: 22px;
}

.woof_list label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #3F403F;
    padding-top: 0;
}

.woof_list_checkbox li div {
    border-radius: 4px;
    opacity: 0.9;
}

.widget:where(:not(.widget_shopping_cart)) a {
    color: var(--var-color-heading) !important;
}

.widget-title.shop-sidebar {
    font-size: 24px;
    font-weight: 600;
    color: var(--var-color-heading);
    font-family: var(--font-family-secondary);
    line-height: 1.4;
    margin-bottom: 24px;
    text-transform: uppercase;
    display: block;
}

.woof_products_top_panel_ul li:first-child {
    display: none;
}

.woof_products_top_panel_ul ul.product_cat {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}

.woof_products_top_panel li span {
    padding: 8px 12px 8px 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--var-color-text);
    display: inline-block;
    background: url('assets/images/btns.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 24px;
    background-color: #F2F2F2;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .woof_products_top_panel li span {
        font-size: 14px;
    }
}   
.woof_products_top_panel li span:hover {
    background-size: contain;
}

.woof_container .woof_container_inner input[type="search"] {
    background-color: #F2F2F2;
    font-size: 16px;
    color: #7A7C7B;
    padding: 12px;
    box-shadow: none;
}

/* .woof_text_search_container .woof_text_search_go {
    background: url('/wp-content/themes/flatsome-child/assets/images/search-icon.svg');
    display: block !important;
    left: 17px;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto;
} */

.woof_container {
    padding-bottom: 0;
    padding-top: 15px;
    /* border-top: 1px solid #7A7C7B; */
}

.orderby {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--var-color-text);
    border-color: transparent;
}

.woof_container_inner h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 15px;
    color: var(--var-color-heading);
    margin-bottom: 13px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.woof_container_inner h4:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 2px;
    border-right: 2px solid #7A7C7B;
    border-bottom: 2px solid #7A7C7B;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    transform: rotate(45deg);
}

.woof_container_inner .widget_price_filter h4:after {
    display: none;
}

.woof_list label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--var-color-text);
}

.woof_list_checkbox li div {
    border-radius: 4px;
    opacity: 0.9;
}

.woocommerce-pagination {
    margin-bottom: 50px;
    padding-top: 20px;
    border-top: 1px solid #EAECF0;
}

.woocommerce-pagination ul {
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    list-style: none;
    position: relative;
}

.woocommerce-pagination ul.links li {
    margin: 0;
    list-style: none;
}

.woocommerce-pagination ul .prev-button {
    position: absolute;
    left: 0;
    text-transform: capitalize;
}

.woocommerce-pagination ul .next-button {
    position: absolute;
    right: 0;
    text-transform: capitalize;
}

.woocommerce-pagination ul>li>a,
.woocommerce-pagination ul>li>span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--var-color-text);
    border-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border-radius: 0;
    border: none !important;
    text-transform: inherit;
    border-radius: var(--var-radius-primary);
}

.woocommerce-pagination ul>li>a:hover {
    background: var(--var-color-accent);
    color: white;
}

.woocommerce-pagination ul>li>span:hover {
    background: var(--var-color-accent);
}

.woocommerce-pagination ul>li>.current {
    color: #fff;
    border-color: transparent;
    border-radius: var(--var-radius-primary);
    background: var(--var-color-accent);;
}

.woocommerce-pagination ul>li>a.next,
.woocommerce-pagination ul>li>a.prev {
    text-transform: inherit;
    color: var(--var-color-text);
    padding-left: 5px;
    padding-right: 5px;
}

.woocommerce-pagination ul>li>a.next:hover,
.woocommerce-pagination ul>li>a.prev:hover {
    color: white;
}

.woof_radio_term_reset {
    display: none !important;
}

.woof_block_html_items {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.woof_block_html_items.open {
    height: fit-content;
}

.wishlist-empty {
    padding-left: 16px;
    padding-right: 16px;
}

.wishlist-icon .wishlist-button {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-icon .wishlist-button i {
    display: none;
}

.wishlist-icon .wishlist-button:before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url('assets/images/like.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.wishlist-icon .wishlist-button.added::before {
    background-image: url('assets/images/added-icon.svg');
}

.wishlist-icon .wishlist-button.added::after {
    display: none !important;
}

.image-tools .wishlist-button:hover {
    background-color: var(--var-color-primary);;
}

.yith-wcwl-add-to-wishlist-button:is(button) {
    margin: 0 !important;
}

.breadcrumbs {
    color: var(--var-color-heading);
    
}

.breadcrumbs a, 
.breadcrumbs span {
    color: var(--var-color-heading) !important;
    font-weight: 500 !important;
}

.breadcrumb-wrap a,
.breadcrumb-wrap span,
 .breadcrumb-wrap .woocommerce-breadcrumb {
    font-family: var(--font-family-secondary);
    font-size: 16px;
    line-height: 1.25;
}


.cart-wrapper .shop_table thead th {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    
    color: var(--var-color-text);
    text-transform: inherit;
    padding-bottom: 24px;
}

.cart-wrapper .shop_table tbody .product-name {
    
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--var-color-text);
    max-width: 214px;
    width: 100%;
}

/* Catalog */

.woof_products_top_panel li {
    padding-top: 0 !important;
}

.woof_products_top_panel {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
}

@media screen and (max-width: 768px) {
    .woof_products_top_panel {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.widget_price_filter .price_slider_wrapper .price_slider {
    min-width: 175px;
}

/* My account */

.account-purchases__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.account-purchases__text {
    width: 416px;
    max-width: 100%;
}

.account-purchases {
    width: 724px;
    max-width: 100%;
}

.account-content .wishlist-title.wishlist-title-with-form {
    display: none;
}

.yith-wcwl-share {
    display: none;
}

.wishlist-content .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.pagination-row.wishlist-pagination {
    margin-top: 80px;
}

.wishlist-content h2 {
    
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: var(--var-color-primary);;
    margin-bottom: 24px;
}

.cart-wrapper .shop_table .quantity .button.minus,
.cart-wrapper .shop_table .quantity .button.plus,
.cart-wrapper .shop_table .quantity {
    height: 32px;
    min-height: 32px;
}

.cart-wrapper .shop_table a.remove,
.cart-wrapper .shop_table a.icon-remove {
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1 !important;
    color: #7A7C7B;
    gap: 9px;
}

.cart-wrapper .shop_table a.remove:hover span:first-child {
    transform: rotate(90deg);
}
.cart-wrapper .shop_table a.remove span:first-child {
    transition: .3s;
}
.woocommerce-cart.woocommerce-page .cart-collaterals .cart-sidebar .shop_table .order-total th {
    font-size: 0;
}
.woocommerce-cart .cart_totals .order-total th::before {
    content: "Total";
    font-size: 20px;
}
.quantity .button.plus:hover,
.quantity .button.minus:hover {
    background: transparent !important;
}

.cart-wrapper .shop_table tbody .product-price span.amount {
    font-size: 20px;
    font-weight: 500;
    color: #7A7C7B;
}

.cart-wrapper .shop_table tbody .product-subtotal span.amount {
    font-size: 20px;
    font-weight: 600;
    color: var(--var-color-text);
}

.quantity input[type=number],
.is-form,
button.is-form,
input[type=button].is-form,
input[type=reset].is-form,
input[type=submit].is-form {
    border: none;
    background-color: white;
    box-shadow: none;
    height: 32px;
}

.button-continue-shopping.button.primary.is-outline {
    text-transform: uppercase;
    max-width: 481px;
    width: 100%;
    height: 58px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #F2F2F2;
    color: #7A7C7B;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    
    border: none;
    margin: 0;
}

.checkout-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* gap: 32px; */
}

@media screen and (max-width: 850px) {
    .checkout-breadcrumbs {
        justify-content: flex-start;
    }

}


.checkout-breadcrumbs .divider {
    display: none;
}

.checkout-breadcrumbs a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 16px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    
    line-height: 1;
    border-bottom: 2px solid transparent;
    max-width: 256px;
    width: 100%;
    /* padding-left: 10px;
    padding-right: 10px; */
}


@media only screen and (max-width: 1240px) {
    .checkout-breadcrumbs a {
        max-width: 180px;
    }
}

@media only screen and (max-width: 850px) {
    .checkout-breadcrumbs a {
        font-size: 12px;
        text-align: left;
        width: fit-content;
        max-width: calc(100% / 3 );
    }
}

.checkout-breadcrumbs a .breadcrumb-step {
    width: 40px;
    height: 40px;
    background-color:white;
    font-size: 16px;
    font-weight: 600;
    color: var(--var-color-text);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--var-radius-primary);
    margin-left: 0;
}

@media only screen and (max-width: 850px) {
    .checkout-breadcrumbs a .breadcrumb-step {
        width: 28px;
        height: 28px;
    }
}

.checkout-breadcrumbs a {
    transition: all 0.3s ease;
}

.checkout-breadcrumbs a.current, .checkout-breadcrumbs a:hover {
    border-color: var(--var-color-secondary);
    color: var(--var-color-dark-1);
}

.checkout-breadcrumbs a:hover .breadcrumb-step {
    background-color: var(--var-color-secondary);
    color: white;
}

.checkout-breadcrumbs a.current .breadcrumb-step {
    background-color: var(--var-color-secondary) !important;
    color: #FFFFFF;
}

/* .woocommerce-checkout .checkout-breadcrumbs a:first-child {
    border-color: var(--var-color-primary);;
    color: var(--var-color-primary);;
} */

/* .woocommerce-checkout .checkout-breadcrumbs a:first-child .breadcrumb-step {
    background-color: var(--var-color-primary);
    color: var(--var-color-primary);
    position: relative;

} */

/* .woocommerce-checkout .checkout-breadcrumbs a:first-child .breadcrumb-step:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-left: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    background-color: var(--var-color-primary) !important;
    transform: rotate(-45deg);
    border-radius: 2px;
} */

.woocommerce-checkout .select2-results__options {
    background-color: #F2F2F2;
}

.custom-cart-total {
    max-width: 413px;
    border-left: 0 !important;
}


.custom-cart-total .col-inner {
    background-color: var(--var-color-grey);
    width: 100%;
}

.custom-cart-total .product-name {
    color: var(--var-color-text);
    border-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    
    margin-bottom: 16px;
    text-transform: math-auto;
}



.custom-cart-total span.amount {
    font-size: 20px;
}

.custom-cart-total .cart-subtotal,
.custom-cart-total .order-total {
    font-size: 20px;
}

.custom-cart-total .checkout-button.button {
    max-height: 56px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    
}

.coupon .button {
    margin-bottom: 0 !important;
}

.cart-products {
    max-width: 792px;
    width: 100%;
}

.breadcrumb-cart {
    margin-top: 48px;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.checkout-sidebar #order_review_heading {
    /*color: var(--var-color-text);*/
    font-size: 20px;
    font-weight: 600;
    padding-top: 0;
    text-transform: uppercase;
}

/* .woocommerce-checkout .container {
    max-width: 1168px;
} */

.woocommerce-checkout #customer_details,
.woocommerce-MyAccount-orders {
    padding: 24px;
    border: 1px solid var(--var-color-grey);
    background-color: var(--var-color-grey);
    border-radius: var(--var-radius-secondary);
}

@media screen and (max-width: 576px) {
    .woocommerce-MyAccount-orders {
        padding: 8px;
    }
}

.woocommerce-checkout .woocommerce-billing-fields {
    padding-top: 0;
    margin-top: 0;
    border: none;
}

.has-border {
    border: 1px solid #7A7C7B;
    border-radius: var(--var-radius-secondary);
}

.button#place_order {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    
    color: #FFFFFF;
    text-transform: uppercase;
}

#payment .button#place_order {
    background-color: var(--var-button-color-1) !important;
}

/* Single product */
.section-product {
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.breadcrumb-wrap.breadcrumb-cart {
    margin-bottom: 16px;
}

.breadcrumb-wrap a {
    color: #7A7C7B;
}

.breadcrumb-wrap {
    color: var(--var-color-text);
}


.product-information {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 96px 0;
}
.single-product .product-buttons .button::after  {
    content: none;
}
.single-product .product-buttons .button {
    background-color: #F2F2F2;
    color: #3F403F;
    font-family: var(--font-family-secondary);
    text-transform: none;
}


.single-product form.cart .quantity {
    border-radius: 32px;
    overflow: hidden;
    height: auto;
    margin-right: 0;
}
.single-product form.cart .quantity input {
    background-color: #F2F2F2;
}
.single-product form.cart .quantity .input-text {
    font-size: 18px;
    height: 60px;
}
.single-product form.cart .quantity .button {
    height: 60px;
    font-size: 23px;
}
.single-product form.cart .quantity .minus { 
    padding-left: 18.535px;
    padding-right: 11.2px;
}
.product-content .form-cart {
    flex-direction: column;
    margin-top: -60px;
    align-items: flex-end;
    display: flex;
    margin-bottom: 0;
}
.product-content .form-cart.out-of-stock {
    margin-top: 24px;
}
.product-thumbnails img {
    background-color: #DBDBDB;
}
.product-thumbnails .flickity-slider .col a {
    border-radius: 6px;
    overflow: hidden;
}
.product-content .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    margin-bottom: 0;
    margin-top: 0;
}
.product-content .wishlist-button-wrap {
    width: calc( 100% - 143px );
}
.product-content .wishlist-button-wrap .yith-wcwl-add-to-wishlist-button {
    border-radius: 32px;
    font-family: var(--font-family-secondary);
    font-size: 18px;
    color: #585450;
}
.single-product .product-slider img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.related-products-block .product-slider img {
    position: static;
}
.related-products-block .yith-add-to-wishlist-button-block {
    margin: 0;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
}
.related-products-block .yith-wcwl-add-to-wishlist-button {
    padding: 0;
    border: 0;
    min-height: auto;
}
.related-products-block .image-tools .wishlist-icon {
    display: none;
}
.related-products-block .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.related-products-block .yith-wcwl-add-to-wishlist-button--added::before {
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('./assets/images/wishlist-active-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s;
    left: 1px;
    top: 1px;
    z-index: 1;
    content: "";
}
.related-products-block .yith-wcwl-add-to-wishlist-button--added svg {
    opacity: 0;
}
.related-products-block .product-small .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--added)::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(./assets/images/wishlist-hover-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s;
    opacity: 0;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.related-products-block .product-small .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--added):hover::before {
    opacity: 1;
}
.related-products-block .product-small .yith-wcwl-add-to-wishlist-button img{
    width: 24px;
    position: static;
    height: 24px;
    transform: scale(1);
    transition: .3s;
}
.single-product .product-slider .product-small .box-image::before {
    padding-bottom: 100%;
    position: absolute;
}
.single-product .product-slider .product-small.col {
    padding: 0 16px;
}
.single-product .related-products-block h3 {
    font-size: 40px;
    line-height: 1.25;
    color: #585450;
}
.single-product .related-products-block .product-slider {
    padding-top: 98px;
    margin-top: -98px;
    padding-bottom: 84px !important;
}

.single-product .related-products-block .product-slider .flickity-button {
    width: 48px;
    height: 48px;
    top: 1px !important;
    bottom: auto !important;
}
.single-product .related-products-block .product-slider .flickity-button {
    border: 1px solid #585450;
}
.single-product .related-products-block .product-slider .flickity-button.next {
    right: 0 !important;
    background-image: url('./assets/images/right-arrow-alt.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}
.single-product .related-products-block .product-slider .flickity-button.next:hover {
    background-image: url('./assets/images/right-arrow-alt-hover.png') !important;
    background-color: #E9C46A;
}
/* .single-product .related-products-block .product-slider .flickity-button.next:hover {
    background-image: url('./assets/images/right-arrow-alt.png') !important;
    background-color: transparent;
} */

.flickity-button:hover {
    background-color: var(--var-color-accent);
}


.single-product .related-products-block .product-slider .flickity-button.previous {
    right: 64px !important;
    transform: none !important;
    background-image: url('./assets/images/left-arrow-alt.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.single-product .related-products-block .product-slider .flickity-button.previous:hover {
    background-image: url('./assets/images/left-arrow-alt-hover.png') !important;
    background-color: #E9C46A;
}
.single-product .related-products-block .product-slider .flickity-slider {
    /* width: calc( 100% - 160px ); */
}

.single-product .product-slider .product-small.col {
    max-width: 22.222%;
    flex-basis: 22.222%;
}

.single-product .product-slider .product-small .box-text {
    padding-top: 14px;
    padding-bottom: 24px;
}
.single-product .product-slider .product-small .box-text .product-title,
.single-product .product-slider .product-small .box-text .product-title a {
    margin: 0;
}
.single-product .product-slider .product-small .box-text .product-title {
    margin-bottom: 6px;
}
.single-product .product-slider .product-small .box-text .product-short-description {
    font-size: 14px;
    line-height: 1.5;
}
.single-product .product-slider .product-small .box-text .product-short-description {
    -webkit-line-clamp: 2;
}
.single-product .related-products-btn .col-inner {
    position: absolute;
    bottom: 0;
    right: 0;
}
.single-product .related-products-btn .col-inner a{
    padding: 8px 0;
}
.single-product .related-products-btn .col-inner a span.ux-icon-text {
    color: #585450;
    transition: .3s;
}
.single-product .related-products-btn .col-inner a span.ux-icon-text.hover {
    background: -webkit-linear-gradient(-74deg, #F5B887, #FCDEA6);
    position: absolute;
    opacity: 0;
    transition: .3s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.single-product .related-products-btn .col-inner a:hover span.ux-icon-text {
    opacity: 0;
} 
.single-product .related-products-btn .col-inner a:hover span.ux-icon-text.hover {
    opacity: 1;
}
.single-product .related-products-btn .col-inner a .ux-icon-images{
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: .3s;
}
.single-product .related-products-btn .col-inner .ux-icon-images img {
    display: block;
    transition: .3s;
}
.single-product .related-products-btn .col-inner .ux-icon-images img.icon-hover {
    opacity: 0;
    position: absolute;
}
.callout.badge.badge-circle {
    font-family: var(--font-family-secondary);
}
.single-product .related-products-btn .col-inner a:hover .ux-icon-images img.icon-default{
    opacity: 0;
}
.single-product .related-products-btn .col-inner a:hover .ux-icon-images img.icon-hover {
    opacity: 1;
}
.single-product .related-products-btn .col-inner a:hover .ux-icon-images {
    transform: translateX(5px);
}
.single-product .product-slider .flickity-page-dots{
    display: flex;
    bottom: 14px;
    transform: none;
}

.product-content .form-cart .single_add_to_cart_button {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1;
    background-color: #E0904E !important;
    font-weight: 600;
    font-family: var(--font-family-secondary);
    border-radius: 40px;
}

.product-content .form-cart .single_add_to_cart_button:hover {
    background-color: var(--var-color-primary) !important;
}

.single-product form.cart .quantity .plus { 
    padding-right: 14px;
    padding-left: 11.09px;
}
.single-product .product-gallery .flickity-button {
    display: none !important;
}
.product-description-wrapper {
    width: 28.2%;
    padding: 29.5px 0;
}
.product-description-wrapper .product_title {
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 24px;
    color: #3F403F;
}
.single-product .product-description .row {
    margin: 0;
}
.product-small.out-of-stock .add_to_cart_button {
    display: none !important;
}
.product-data-mobile,
.product-data-laptop{ 
    display: none;
}
.single-product .product-gallery .woocommerce-product-gallery__image {
    padding: 0 10px;
    position: relative;
}
.single-product .product-gallery .woocommerce-product-gallery__wrapper.product-gallery-slider {
    margin: 0 -10px;
}

.woocommerce-product-gallery__image img {
    position: absolute;
    left: 10px;
    top: 0;
    width: calc( 100% - 20px );
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #DBDBDB;
    border-radius: 20px;
}
.product-gallery .image-tools {
    display: none;
}
.woocommerce-product-gallery__image::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.product-description-wrapper .price-wrap {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.218;
}
.single-product .section-product .container {
    max-width: 1360px;
}
.product-description-wrapper .price-wrap bdi {
    color: #3F403F;
    font-family: var(--font-family-secondary);
}
.single-product .single_add_to_cart_button .single_add_to_cart_button_arrow {
    width: 20px;
    height: 20px;
    background-image: url('./assets/images/product-add-to-cart-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
    margin-top: 1px;
    transition: .3s;
}
.single-product .single_add_to_cart_button:hover .single_add_to_cart_button_arrow {
    transform: translateX(8px);
}
.product-description .row-item {
    margin: 0;
}
.product-description p,
.product-right-col-text p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
    color: #7A7C7B;
}
.product-tabs {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 24px;
}
.product-tabs .product-tabs-item {
    padding-top: 8px;
    padding-bottom: 7px;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    color: #000;
    border-bottom: 1px solid #000;
}
.single-product .product-information .breadcrumb-wrap {
    margin-top: 0;
    margin-bottom: 24px;
}
.single-product .product-information .breadcrumb-wrap a,
.single-product .product-information .breadcrumb-wrap span {
    font-family: var(--font-family-secondary);
    color: #585450;
    font-size: 16px;
    line-height: 1.25;
}
.single-product .product-information .breadcrumb-wrap .divider {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    display: block;
    margin-right: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('./assets/images//breadcrumb-icon.png');
}
.single-product .product-information .breadcrumb-wrap .divider svg {
    display: none;
}
.single-product .product-information .breadcrumb-wrap .woocommerce-breadcrumb {
    display: flex;
    align-items: center;
}
.product-description p:last-child,
.product-right-col-text p:last-child {
    margin-bottom: 0;
}
.product-description h3,
.product-right-col-text h3{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 6px;
}

.product-gallery {
    width: 37.2341%;
}
.product-content {
    width: 28.2%;
}

.product-content .product_title {
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    color: var(--var-color-text);
    margin-bottom: 16px;
    margin-top: 16px;
}

.product-content .price-wrap .old-price bdi {
    font-weight: 500;
    
    font-size: 24px;
    color: #7A7C7B;
    text-decoration: line-through;
}

.product-content .price-wrap .regular-price bdi,
.product-content .price-wrap .sale-price bdi {
    font-size: 32px;
    color: var(--var-color-text);
    font-weight: 600;
    
}

.product-content .price-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    margin-bottom: 24px;
}

.product-content .row.item-row {
    margin-left: 0;
    margin-right: 0;
}


.section-product .product_add_to_cart {
    margin: 0;
    width: 100%;
    background-color: var(--var-color-primary);
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 0;
}

.section-product .product_add_to_cart:hover {
    background-color: var(--var-color-primary) !important;
}

.section-product .quantity.buttons_added {
    height: 56px;
}

.section-product .quantity .button {
    height: 100%;
}

.section-product .quantity input[type=number] {
    height: 100%;
    font-size: 20px;
}

.section-product .quantity .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}

.section-product .yith-wcwl-add-to-wishlist-button {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F2F2;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    
}

.section-product .yith-wcwl-add-to-wishlist-button svg,
.section-product .yith-wcwl-add-to-wishlist-button img.yith-wcwl-custom-icon {
    width: 24px;
    height: 24px;
}

.section-product .yith-add-to-wishlist-button-block a,
.section-product .yith-add-to-wishlist-button-block {
    width: 100%;
}

.badge-inner.on-sale {
    background-color: var(--var-color-primary) !important;
}



.section-product .product-gallery .product-thumbnails .flickity-button svg {
    display: none !important;
}


.section-product .product-gallery .product-thumbnails .flickity-button {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

.section-product .product-gallery .product-thumbnails .flickity-prev-next-button.previous {
    left: 0 !important;
}

.flickity-prev-next-button:disabled,
button.flickity-prev-next-button[disabled] {
    background: #FFFFFF !important;
}

.section-product .product-thumbnails .is-nav-selected a,
.section-product .product-thumbnails a:hover {
    border-color: transparent !important;
}

.section-product .custom-product-rating {
    font-size: 20px;
}

.section-product .custom-product-rating .fa-solid,
.section-product .custom-product-rating .fa-star-half-stroke {
    color: var(--var-color-text);
}

.section-product .custom-product-rating .fa-regular {
    color: #F2F2F2;
}

.star.filled i {
    color: gold;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.review-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.review-popup {
    background: #fff;
    padding: 28px 18px 18px;
    max-width: 520px;
    margin: 100px auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content;
    min-height: 434px;
    display: flex;
}

.review-popup.thank-popup {
    background-color: var(--var-color-primary);;
    text-align: center;
    color: #fff;
}

.review-popup.thank-popup .comment-form {
    display: none;
}

.messedge-thank {
    display: none;
    margin: auto;
}

.messedge-thank h4 {
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    
    text-align: center;
    margin-bottom: 20px;
}

.messedge-thank p {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}

.review-popup.thank-popup .messedge-thank {
    display: block;
}

.close-review-popup {
    position: absolute;
    top: 15px;
    right: 18px;
    background: transparent;
    border: none;
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
}

.review-popup.thank-popup .close-review-popup {
    color: #fff;
}

.review-popup-overlay .custome-stars {
    margin: 0 auto 48px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.custome-stars .star {
    color: #7A7C7B;
    font-size: 44px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
}

.custome-stars .star.hover,
.custome-stars .star.selected {
    color: var(--var-color-primary);;
}

.review-popup-overlay .form-submit,
.review-popup-overlay .comment-form-comment {
    margin-bottom: 0;
}

.review-popup-overlay textarea {
    padding: 12px 15px;
    border-color: #7A7C7B;
    margin-bottom: 48px;
    height: 192px;
    color: #7A7C7B;
}

.review-popup-overlay #review_form {
    margin-bottom: 0;
}

.review-popup-overlay .form-submit input {
    width: 100%;
    text-align: center;
    background-color: var(--var-color-primary);;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    
    line-height: 1;
    padding-top: 17px;
    padding-bottom: 17px;
    margin: 0;
}

.review-popup .comment-form p.stars {
    display: none !important;
}

/* Account */
.custom-account-wrapper {
    position: relative;
    z-index: 2;
    margin-bottom: 200px;
}

.woocommerce-account .container {
    max-width: 1324px;
}


.account-sidebar {
    margin-bottom: 32px;
}

.account-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 12px;
    max-width: 288px;
    width: 100%;
}

.account-menu li {
    width: 100%;
    height: 44px;
    margin-bottom: 0;
}

.account-menu li a {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease;
    padding-left: 22px;
    padding-right: 22px;
    color: var(--var-color-text);
}

.account-menu li.active a, .account-menu li a:hover {
    border-bottom: 1px solid var(--var-color-primary);
    color: var(--var-color-primary);
}

.profile-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 24px 24px 0px;
    margin-bottom: 24px;
}

.profile-form {
    margin-bottom: 24px;
}

.account-purchases h2,
.profile-form h3 {
    color: var(--var-color-primary);;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    
    margin-bottom: 24px;
}

.profile-form label {
    font-weight: 500;
    font-size: 14px;
    color: var(--var-color-text);
    font-family: 'Roboto', sans-serif;
    margin-bottom: 6px;
}

.profile-form input {
    padding: 10px 14px;
    border: 1px solid #ADADAD;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    color: #7A7C7B;
}

.profile-form input:focus,
.profile-form input:hover {
    border-color: var(--var-color-primary);;
    box-shadow: none;
    color: var(--var-color-text);
}

.profile-form .profile-grid p {
    margin-bottom: 24px;
}

.profile-form .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.profile-actions {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
}

.profile-actions .button {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    
    height: 56px;
    margin: 0;
}

.btn-grey {
    background-color: #F2F2F2;
    color: #7A7C7B;
}

.account-purchases {

}

.account-purchases .order-item {
    padding: 24px 0;
    background-color: #F2F2F2;
    display: flex;
    align-items: stretch;
    /* margin-bottom: 15px; */
    border-bottom: 1px solid var(--var-color-grey-3);
    
}

.account-purchases .order-item:first-child {
    padding-top: 16px;
}

.account-purchases .order-item:last-child {
    margin-bottom: 16px;
}

.account-purchases .order-item p {
    margin-bottom: 0;
    min-width: 120px;
    width: 25%;
    padding-right: 10px;
}

.account-purchases .order-item p  *{
    font-weight: 500;
}

.account-purchases .order-list {
    list-style: none;
    margin-bottom: 0;
}

.header-main .nav>li>a {
    text-transform: uppercase !important;
}



.image-icon img {
    width: 18px;
}

.account-item .icon-user:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('./assets/images/profile-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s;
}
.account-item a:hover .icon-user::before {
    background-image: url('./assets/images/hover-profile-icon.png');
}

.header-wishlist-icon .icon-heart:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url('./assets/images/wishlist-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s;
}
.header-wishlist-icon a:hover .icon-heart::before {
    background-image: url('./assets/images/hover-wishlist-icon.png');
}
#header .header-main .flex-col:nth-last-child(2) .nav>li>a.header-cart-link:hover .image-icon {
    position: relative;
}
#header .header-main .flex-col:nth-last-child(2) .nav>li>a.header-cart-link .image-icon::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    opacity: 0;
    background-image: url('./assets/images/hover-cart-icon.png');
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.home #header .header-main .flex-col:nth-last-child(2) .nav>li>a.header-cart-link:hover .image-icon::before {
    background-color: white;
}




#header .header-main .flex-col:nth-last-child(2) .nav>li>a.header-cart-link:hover .image-icon::before {
    opacity: 1;
}

.header:not(.transparent) .header-nav-main.nav>li>a:hover,
.header:not(.transparent) .header-nav-main.nav>li.active>a,
.header:not(.transparent) .header-nav-main.nav>li.current>a,
.header:not(.transparent) .header-nav-main.nav>li>a.active,
.header:not(.transparent) .header-nav-main.nav>li>a.current {
    color: var(--var-color-text);
}

.searchform-wrapper {
    display: flex;
    justify-content: center;
}

.searchform {
    height: 48px;
    background-color: #F2F2F2;
    position: relative;
    padding: 0px 16px;
    max-width: 420px;
    width: 100%;
    margin-left: 32px;
    margin-right: 0;
    margin-left: auto;
}

.searchform input,
.searchform .button.icon {
    background-color: transparent !important;
    color: #7A7C7B !important;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
}

.searchform .flex-row {
    flex-direction: row-reverse;
    align-items: center;
}

.selectron23-option-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.5;
    font-family: "Anek Latin", sans-serif !important;
    color: var(--var-color-text) !important;
}

.selectron23-container[data-opened="1"]>span,
.selectron23-container[data-opened="0"]>span {
    border: unset !important;
    border-top: unset !important;
    width: 6px;
    height: 6px;
    border-right: 2px solid var(--var-color-text) !important;
    border-bottom: 2px solid var(--var-color-text) !important;
    border-radius: 1px;
    top: 31% !important;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.selectron23-container[data-opened="1"]>span {
    transform: rotate(-135deg);
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
li,
.uppercase {
    letter-spacing: 0;
}

.text-main p {
    margin-bottom: 16px;
}

.my-account-header .page-title-inner.flex-row.container.text-left {
    max-width: 1440px;
}

/*
 My account 
*/


.my-account-header-breadcrumb {
    padding-top: 80px;
    padding-bottom: calc(80px - 15px);
}

@media screen and (max-width: 768px) {
    .my-account-header-breadcrumb {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.account-nav {
    margin-bottom: 32px;
}

.woocommerce-MyAccount-navigation-link--edit-address {
    display: none !important;
}

.nav > .woocommerce-MyAccount-navigation-link {
    
    padding-left: 10px;
    padding-right: 10px;
}

.nav > .woocommerce-MyAccount-navigation-link a {
    text-transform: uppercase;
}

.woocommerce-MyAccount-navigation-link .active {
    color: var(--var-color-primary);
}

.wishlist-account-element  {
    display: none !important;
}

.my-account-content__sidebar, .my-account-content__intro {
    font-size: 14px;
}

.woocommerce-MyAccount-orders {
    padding-top: 16px;
    padding-bottom: 16px;
}

.woocommerce-orders-table__cell-order-actions {}

@media screen and (max-width: 768px) {
    .woocommerce-orders-table__cell-order-actions {
        display: flex;
        flex-direction: column;
    }
}

.woocommerce-orders-table__cell-order-actions a {
    color: white;
}

.woocommerce-orders-table__cell-order-actions a:last-child{
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .woocommerce-orders-table__cell-order-actions a {
        margin-right: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.woocommerce-orders-table__cell-order-actions a::after {
    display: none;;
}

.woocommerce-orders-table__cell-order-total {
    font-size: 0;
}

.woocommerce-orders-table__cell-order-total span {
    font-size: 14.4px;
}

.woocommerce-orders-table__header {
    text-transform: none;
    font-weight: 400;
    color: var(--var-color-text);
}

.my-account-content__main-edit-account {
    margin-top: 48px;
}

.account-user img {
    width: 124px;
}

.btn.btn-logout {
    color: #121127;
    font-family: 'Archivo';
    font-style: normal;
    background: linear-gradient(264.8deg, #5CD72F -1.53%, #34C560 99.03%);
    padding: 11px 34px;
    border-radius: 5px;
}

/* .woocommerce-button.wp-element-button.button {
    border-radius: 8px;
    padding: 15px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #121127;
    width: 100%;
    background: linear-gradient(264.8deg, #5CD72F -1.53%, #34C560 99.03%);
    border-color: #34C560;
} */

/* .woocommerce-form-login .button {
    width: 194px;
    height: 52px;
    border-radius: 8px;
    padding: 15px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #121127;
} */

.form-flat input:not([type=submit]) {
    flex-direction: row;
    align-items: center;
    padding: 6px 16px 5px;
    gap: 156px;

    width: 100%;
    height: 52px;
    background: #FFFFFF;

    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid grey;
    border-radius: 8px;
}

ul.product-tabs li a {
    text-transform: uppercase;
}

.faq-section .bg-fill {
    background-size: contain !important;
}

.accordion.theme-accordion .accordion-title {
    padding: 0;
    border-top: 0px;
    position: relative;
    padding-right: 20px;
}

.accordion.theme-accordion .accordion-title::after {
    content: '+';
    width: 20px;
    height: 20px;
    color: #98A2B3;
    border: 1px solid #98A2B3;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    text-align: center;
}

.accordion.theme-accordion .accordion-title.active::after {
    content: '-';
}

.accordion.theme-accordion .accordion-title.active {
    background: transparent;
}

.accordion.theme-accordion .accordion-title span {
    font-weight: 600;
    
    font-size: 20px;
    line-height: 1;
    color: var(--var-color-text);
}

.accordion.theme-accordion .toggle {
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
}

.accordion.theme-accordion .accordion-item {
    border-top: 1px solid #EAECF0;
    padding-bottom: 16px;
    padding-top: 24px;
}

.accordion.theme-accordion .accordion-item:first-child {
    border: none;
    padding-top: 0;
}

.accordion.theme-accordion .accordion-inner {
    padding: 0;
    margin: 0;
    padding-top: 8px;
}

.accordion.theme-accordion .accordion-inner p:last-child {
    margin-bottom: 0;
}

.flickity-page-dots {
    padding-left: 11px;
    z-index: 1;
}

.flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    background-color: #C8C8C8 !important;
    border: none;
}

.flickity-page-dots .dot.is-selected {
    background-color: #7A7C7B !important;
}

.section.banner-section .bg-fill {
    background-size: contain !important;
}

.footer-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 32px;
    flex-wrap: wrap;
}
.footer-menu.menu-2 {
    gap: 16px;
}

.footer-menu.menu-2 {
    justify-content: flex-end;
}

.footer-menu.menu-2 a {
    text-transform: capitalize;
}

.footer-menu a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    
}

.absolute-footer {
    display: none;
}

.product-small.box .name.product-title.woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    
    color: var(--var-color-text);
    text-align: left;
    margin-bottom: 6px;
}

.product-small.box .name.product-title.woocommerce-loop-product__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--var-color-text);
}

.product-small.box .name.product-title.woocommerce-loop-product__title a:hover {
    color: var(--var-color-primary);;
}

.product-small.box span.amount {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: var(--var-color-heading);
}

@media screen and (max-width: 1024px) {
    .product-small.box .price {
        font-size: 16px;
    }

    .product-small.box span.amount {
        font-size: 18px;
    }
}

.product-small.box .price {
    text-align: left;
}

.product-small.box .box-image {
    background-color: #F2F2F2;
}

/* .product-small.box .box-image:hover img {
    transform: scale(1.1);
} */

.product-small.box .add_to_cart_button {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--var-color-heading);
    position: absolute;
    bottom: 12px;
    right: 12px;
    text-transform: capitalize;
}

.product-small.box .add_to_cart_button:hover {
    background-color: var(--var-color-primary);
    color: white;
}

.product-small.box .hover-slide-in,
.product-small.box .show-on-hover {
    opacity: 1 !important;
}

/* .product-small.box .add_to_cart_button:before {
    position: absolute;
    margin: auto;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/flatsome-child/assets/images/cart-icon.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
} */

.product-small.box .wishlist-button {
    border: none !important;
    font-size: 20px;
}

.product-small.box .product-short-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    text-align: left;
}
.product-small.box .product-short-description .row {
    display: inline;
    margin: 0;
    padding: 0;
}

.product-small.box .product-short-description li,
.product-small.box .product-short-description p {
    margin: 0;
}

.product-slider {
    position: relative;
}

.product-swiper-button-prev {
    background-image: url('/wp-content/themes/flatsome-child/assets/images/slider-arrow.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}

.product-swiper-button-next {
    background-image: url('/wp-content/themes/flatsome-child/assets/images/next-button.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}

.flickity-button {
    min-width: 48px;
    max-height: 48px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #7A7C7B;
    position: absolute;
    bottom: 0 !important;
    right: 0 !important;
    top: auto !important;
    left: auto !important;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: unset;
    background-image: url('/wp-content/themes/flatsome-child/assets/images/slider-arrow.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}

.slider-nav-reveal .flickity-prev-next-button.next {
    right: 16px !important;
}

.flickity-prev-next-button.next {
    background-image: url('/wp-content/themes/flatsome-child/assets/images/next-button.svg');
    right: 0px !important;
    transform: translateX(0%) !important;
}

.flickity-button:hover {
    box-shadow: unset !important;
}

.flickity-button svg {
    display: none;
}

.product-slider .flickity-page-dots {
    width: fit-content;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(-100%);
}

.product-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 12px;
    flex-wrap: wrap;
}

.product-buttons .button {
    margin: 0;
    background-color: #F2F2F2;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 500;
    color: var(--var-color-text);
    
    border-radius: 24px;
    line-height: 1;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-slider {
    padding-bottom: 42px !important;
}

.product-slider .flickity-prev-next-button.previous {
    left: auto !important;
    right: 0 !important;
    transform: translatex(-165%) !important;
}

.wishlist-icon:hover .wishlist-popup,
.wishlist-popup {
    width: 0;
    height: 0;
    opacity: 0 !important;
    overflow: hidden !important;
}


.faq-section {
    background-image: url('/wp-content/uploads/2025/04/Mask-group.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 664px;
}

.header:not(.transparent) .header-nav-main.nav>li.active>a,
.header:not(.transparent) .header-nav-main.nav>li.current>a,
.header:not(.transparent) .header-nav-main.nav>li>a.active,
.header:not(.transparent) .header-nav-main.nav>li>a.current {
    color: var(--var-color-text) !important;
}

.header:not(.transparent) .header-nav-main.nav>li>a:hover {
    color: var(--var-color-primary) !important;
}

.row-slider .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    opacity: 1;
}

.ux-icon-text {
    font-family: var(--font-family-secondary);
}

footer .ux-logo-link.block {
    padding: 0 !important;
}

.main-text {
    max-width: 544px;
    width: 100%;
    margin: auto;
}
/* 
.main-text h1 {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 24px;
} */

.main-text p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 21px;
}

.icon-card .icon-box-text h5 {
    font-family: var(--font-family-secondary);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.icon-card .icon-box-img {
    margin-bottom: 21px;
}

.col {
    padding-bottom: 0;
}


.main-text {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
}
.main-text h1 {
    margin-bottom: 24px;
}
.main-text p {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    margin-bottom: 28px;
}
a.button.primary,
a.button.secondary {
    position: relative;
    border-radius: 40px;
    border: 0;
    line-height: 1;
    margin-bottom: 0;
}
a.button.primary {
    padding: 21px 64px 21px 36px;
    background: var(--var-button-color-1);
}
a.button.secondary {
    padding: 20px 64px 22px 36px;
    background: #E0904E;
}
a.button.primary:hover {
    box-shadow: none;
    background-color: #E76F51;
}
a.button.primary span,
a.button.secondary span {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-family: var(--font-family-secondary);
    text-transform: none;
    display: block;
}
a.button::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('./assets/images/baa-orange-btn-arrow.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
}
a.button:hover::after {
    right: 26px;
}
.hero-image {
    max-width: 48.778%;
    flex-basis: 48.778%;
}
.hero-content {
    max-width: 51.222%;
    flex-basis: 51.222%;
}
.single-product {
    max-width: 44%;
    flex-basis: 44%;
}
.products-list {
    max-width: 56%;
    flex-basis: 56%;
}
.single-product,
.products-list {
    padding: 0 14px;
}
.row.products-row {
    max-width: 1324px;
}
.single-product .product-small {
    padding: 0;
}
.single-product .products.row {
    margin: 0;
}
.products-list .row.products {
    margin: 0 -14px;
    margin-bottom: -28px;
}
.products-list .row.products > .product-small {
    padding: 0 14px;
}
.products-list .row.products > .product-small .product-small {
    padding: 0;
}
.products-row .product-small .box-image {
    background-color: #F2F2F2;
    border-radius: 8px;
    position: relative;
}
.products-list .product-small .box-image::before {
    content: "";
    display: block;
    padding-bottom: 75%;
}
.single-product .product-small .box-image::before {
    content: "";
    display: block;
    padding-bottom: 129.7%;
}

@media (min-width: 850px) and (max-width: 1280px) {
    .single-product .product-small .box-image::before {
        min-height: calc((((((((100vw - 28px) * 0.56) / 2  - 28px))*0.75) + 165px )*2) - 112px);
    }
}

.products-row .product-small .box-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: scale(0.9);
    transition: .3s;
}
.products-list .product-small:hover .box-image img {
    transform: scale(1);
}
.products-row .product-small .box-image .add_to_cart_button,
.related-products-block .product-small div.box-image a.add_to_cart_button {
    width: auto;
    height: auto;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.286;
    border-radius: 24px;
    right: 16px;
    bottom: 16px;
}
.single-product .product-small .box-image .add_to_cart_button {
    bottom: 37px;
}
.products-row .product-small .box-text {
    padding-top: 14px;
    padding-bottom: 24px;
}
.products-row .product-small .box-text .name {
    margin: 0;
}
.products-row .product-small .box-text .title-wrapper a {
    margin: 0;
    line-height: 1.3334;
}
.products-row .product-small .box-text .product-short-description {
    font-size: 14px;
    line-height: 1.5;
}
.single-product .product-small .box-text .product-short-description {
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; 
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.products-row .product-small .box-text .price bdi {
    font-weight: 500;
    display: inline-block;
}
.products-list .row.products > .product-small {
    padding-bottom: 28px;
}
.product-small.box .wishlist-button {
    background: transparent;
}
.icon-box-img svg {
    padding: 0;
}
.icon-box-img .icon-inner {
    display: flex;
}
.icon-card .icon-box-img {
    margin-bottom: 14px;
}
.icon-box.featured-box .icon-box-text h5 {
    line-height: 1.25;
}
.homepage-features .icon-box-img {
    aspect-ratio: 1 / 1;
    display: flex;
}
.homepage-features .icon-box-img .icon-inner {
    height: 100%;
}
.homepage-features .icon-box-img .icon {
    width: 100%;
}
.homepage-features .col:nth-child(2) .icon-inner,
.homepage-features .col:nth-child(3) .icon-inner {
    justify-content: center;
}
.homepage-features .col:nth-child(2) svg,
.homepage-features .col:nth-child(3) svg {
    width: 54px;
}
.homepage-banners .banner-grid {
    max-width: 1326px;
}
.homepage-banners .banner-grid > .grid-col .col-inner{
    border-radius: 16px;
    overflow: hidden;
}
.homepage-banners .banner-grid > .grid-col:first-child .col-inner{
    border-radius: 28px;
}

#wrapper .homepage-banners .overlay{
    display: none;
}
#wrapper .homepage-banners .banner-grid > .grid-col-2-3 .overlay {
    display: block;
}

#wrapper .homepage-banners .banner-grid > .grid-col-1-3 .text-box {
    top: 20px;
    transform: translateX(-50%) !important;
    left: 50%;
    width: calc(100% - 54px);
}
#wrapper .homepage-banners .banner-grid > .grid-col-1-3 .text-box h2,
#wrapper .homepage-banners .banner-grid > .grid-col-1-3 .text-box p {
    margin: 0;
}
#wrapper .homepage-banners .banner-grid .text-box p {
    font-size: 20px;
    line-height: 1.2;
}
#wrapper .homepage-banners .banner-grid > .grid-col-2-3 .text-box {
    width: calc(100% - 60px);
    top: 23px;
    transform: translateX(-50%) !important;
    left: 50%;
}
#wrapper .homepage-banners .banner-grid > .grid-col-2-3 .text-box h2 {
    margin-top: 0;
    margin-bottom: 8px;
}
#wrapper .homepage-banners .banner-grid > .grid-col-2-3 .text-box p {
    margin-bottom: 20px;
    margin-top: 0;
}
#wrapper .homepage-banners .banner-grid > .grid-col-2-3 .button {
    margin: 0;
}
.homepage-about .col.large-6 {
    padding-bottom: 0;
}
.homepage-about-content .col-inner {
    padding-top: 34px;
    padding-bottom: 34px;
}
.homepage-about-content h4 {
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 8px;
}
.homepage-about-text {
    margin-bottom: 48px;
}
.homepage-about-text p {
    line-height: 1.5;
}
.block-head p:last-of-type {
    margin-bottom: 0;
}
.block-head > .col {
    padding-bottom: 0;
}
.block-head p {
    font-size: 20px;
    line-height: 1.2;
}
.block-head h2 {
    margin-bottom: 16px;
}
.homepage-about-image .col-inner,
.homepage-about-image .img,
.homepage-about-image .img-inner {
    height: 100%;
}
.homepage-about-image img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.homepage-slider {
    background: linear-gradient(95.43deg, #EDAB75 0%, #C5A386 100%);
}
.homepage-slider .flickity-page-dots {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 64px;
}
.homepage-slider .slider-nav-light .flickity-page-dots .dot {
    background-color: #fff !important;
    opacity: 0.3;
    transition: .3s;
}
.homepage-slider .slider-nav-light .flickity-page-dots .dot:hover {
    opacity: 0.65;
}
.homepage-slider .slider-nav-light .flickity-page-dots .dot .is-selected {
    opacity: 1;
}
.homepage-slider .flickity-slider .text h3 {
    margin-bottom: 32px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.homepage-slider .flickity-slider .text p {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.555;
    margin-bottom: 0;
}

.discount-banner .banner-layers{
    display: flex;
}
.discount-banner .banner-layers .text-box {
    position: static !important;
    padding-top: 32px;
    padding-left: 32px;
}
#wrapper .discount-banner .banner-layers .text-box:nth-child(2) {
    width: 57%;
}
#wrapper .discount-banner .banner-layers .text-box:nth-child(3) {
    width: 43%;
    padding-top: 27px;
    padding-right: 31px;
    padding-left: 12px;
}
#wrapper .discount-banner .banner-layers .text-box:nth-child(2) h4,
#wrapper .discount-banner .banner-layers .text-box:nth-child(2) p {
    margin: 0;
}
#wrapper .discount-banner .banner-layers .text-box:nth-child(2) h4{
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 11px;
}
#wrapper .discount-banner .banner-layers .text-box:nth-child(2) p {
    font-size: 16px;
    line-height: 1.5;
}
#wrapper .discount-banner .banner-layers .text-box:nth-child(2) p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#wrapper .discount-banner .banner-layers .text-box p {
    font-family: "Roboto", sans-serif;
}
.discount-banner {
    border-radius: 16px;
    overflow: hidden;
}
.discount-banner .banner-layers .text-box .text-inner {
    text-align: left;
}
.discount-banner .pillar {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.discount-banner .pillar p {
    display: flex;
    border: 1px solid #fff;
    border-radius: 120px;
    width: fit-content;
    font-size: 28px;
    align-items: center;
    line-height: 1.25;
    overflow: hidden;
    padding-right: 25px;
    margin: 0;
    font-family: var(--font-family-secondary);
}
.discount-banner .pillar p strong {
    display: block;
    padding: 20px 25px;
    padding-right: 20px;
    background: #E9C46A;
    margin-right: 20px;
}
.discount-col:first-child {
    padding-right: 24px !important;
}
.discount-col:last-child {
    padding-left: 24px !important;
}
.discounts{
    position: relative;
}
.discounts::before,
.discounts::after {
    content: "";
    position: absolute;
    aspect-ratio: 1/1;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center;
}
.discounts::before {
    width: 8.333%;
    top: 19.667%;
    left: 18.5%;
    background-image: url('./assets/images/sale-01.png');
}
.discounts::after {
    width: 10.2%;
    background-image: url('./assets/images/sale-01-1.png');
    right: 16.3%;
    top: 4.5%;
}

/* Header Styles */
#header .header-main .nav > li > a:hover > i:not(.icon-angle-down) {
    color: #E76F51 !important;
}
#header #masthead,
#header #wide-nav {
    background-color: #F7C08E;
}
#masthead .container,
#wide-nav .container {
    max-width: 1364px;
}
.home #header #masthead,
.home #header #wide-nav {
    background-color: #fff;
}
#header .header-main .flex-col:nth-child(3) {
    max-width: 100%;
}
#header .header-main .flex-col:nth-last-child(2) {
    width: auto;
}
#header .searchform-wrapper form {
    background-color: transparent;
    padding-left: 4px;
    padding-right: 4px;
    max-width: 311px;
    border-radius: 72px;
}

body:not(.home) #header .searchform-wrapper form {
    background-color: rgba(255, 255, 255, 0.24);
}
#header .searchform .button.icon i {
    font-size: 22px;
}
#header .searchform-wrapper #woocommerce-product-search-field-0 {
    border: 0;
    font-size: 16px;
    color: #68534A !important;
    font-weight: 400;
    box-shadow: none;
    height: 28px;
}
#header .searchform-wrapper #woocommerce-product-search-field-0::placeholder {
    color: #68534A !important;
}
#header .searchform .button.icon i {
    color: #68534A;
}
#header .searchform .button.icon {
    width: 28px;
    height: 28px;
    min-width: auto;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header form .flex-col:last-child {
    padding: 8px 12px 8px 12px;
}
#header .header-main .flex-col:nth-last-child(2) .nav>li>a {
    /* padding: 0; */
}
#header .header-main .flex-col:nth-last-child(2) .header-nav > li {
    display: flex;
}
#header .header-main .flex-col:nth-last-child(2) .nav-spacing-xlarge>li {
    margin: 0 12px;
}

#header .header-main .flex-col:nth-last-child(2) .nav-spacing-xlarge>li:first-child {
    margin-left: 0;
}
#header .header-main .flex-col:nth-last-child(2) .nav-spacing-xlarge>li:last-child {
    margin-right: 0;
}
#header .header-main .flex-col:nth-last-child(2) .current-dropdown .nav-dropdown {
    top: 100%;
    min-width: 180px;
    left: auto;
    right: -50px;
}
#header .header-bottom{
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
#header .account-item .nav-dropdown li a {
    border: 0;
}

body:not(.home) #header .header-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#header .header-bottom .menu-item a {
    font-size: 16px;
    line-height: 1.25;
    color: #68534A;
}
#header .header-bottom .menu-item a:hover {
    color: #DF5840;
}
#header .header-bottom .menu-item {
    margin: 0 24px;
}
#header .header-bottom .menu-item:first-child {
    margin-left: 0;
}
#header .header-bottom .menu-item:last-child {
    margin-right: 0;
}
.selectron23-container .selectron23-option[data-selected='1'],
.selectron23-container {
    background: transparent !important;
}


.selectron23-container .selectron23-option:not(.selectron23-option:first-child):hover {
    background-color: var(--var-button-color-1) !important;
}
.selectron23-container .selectron23-option:not(.selectron23-option:first-child):hover .selectron23-option-title {
    color: #fff !important;
}
.selectron23-container[data-opened="1"]>span{
    transform: rotate(45deg);
}




.selectron23-option-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.5;
    font-family: "Anek Latin", sans-serif !important;
    color: #68534A !important;
}

.selectron23-container[data-opened="1"]>span,
.selectron23-container[data-opened="0"]>span {
    border: unset !important;
    border-top: unset !important;
    width: 6px;
    height: 6px;
    border-right: 2px solid #68534A !important;
    border-bottom: 2px solid #68534A !important;
    border-radius: 1px;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    top: 13px !important;
    margin-top: 0 !important;
}

.selectron23-option:first-child:hover {
    background-color: transparent !important;
    cursor: pointer;
}

.selectron23-option:hover {
    background-color: #90A955 !important;
    cursor: pointer;
}


.selectron23-container {
    max-height: 37px !important;
    min-height: auto !important;
}
.selectron23-container[data-opened="1"] {
    max-height: 80px !important;
}
.selectron23-container .selectron23-option:first-child .selectron23-option-title,
.selectron23 .selectron23-container > span {
    transition: .3s;
}
.selectron23-container:hover .selectron23-option:first-child .selectron23-option-title {
    color: #E76F51 !important;
}
.selectron23 .selectron23-container:hover > span {
    border-color: #E76F51 !important;
}

.selectron23-option:hover>span {
    border-color: #FFFFFF;
}
#header .header-main .flex-col:nth-child(3) .header-nav,
#header .header-main .flex-col:nth-child(3) .header-search-form,
#header .header-main .flex-col:nth-child(3) .searchform-wrapper {
    position: static !important;
}
#header .header-main .flex-col:nth-child(3) .searchform-wrapper form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#header .header-main .flex-col:nth-last-child(2) .nav>li>a.header-cart-link,
#header .header-main .flex-col:nth-last-child(2) .nav>li>a.wishlist-link{
    padding: 0;
}
#header .header-main .flex-col:nth-last-child(2) .nav>li.account-item a {
    padding: 0;
    height: 26px;
}
#header .header-main .flex-col:nth-last-child(2) .nav>li>a.header-cart-link img{
    width: 24px;
    height: 24px;
}
#header .header-main .flex-col:nth-last-child(2) .nav>li.account-item a {
    padding: 0;
    height: 26px;
}
#header .header-main .flex-col:nth-last-child(2) .nav>li>a.wishlist-link i{
    font-size: 27px;
    width: 26px;
    height: 26px;
}
#header .header-main .flex-col:nth-last-child(2) .nav>li>a.wishlist-link i::before,
#header .header-main .flex-col:nth-last-child(2) .nav>li.account-item i::before  {
    width: 26px;
    height: 26px;
}
#header .header-main .flex-col:nth-last-child(2) .nav>li.account-item + .html.custom {
    margin-left: 3px;
}
/* Header Styles */

/* Footer Styles */
.footer-bottom {
    position: relative;
    padding-top: 32px;
}
.footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: calc( 100% - 30px );
    background-color: #7A7C7B;
    height: 1px;
}
.footer-bottom .ux-menu-link__link {
    padding: 0;
    min-height: auto;
}
.footer-bottom .ux-menu-link__link span {
    font-weight: 400;
    line-height: 1.5;
}
.footer-bottom p {
    margin-bottom: 0;
}
.footer-main .ux-menu-link__link {
    padding: 0;
    min-height: auto;
}
.footer-main .ux-menu-link__link:hover {
    color: var(--var-color-primary);
}
.footer-main .ux-menu-link__link span {
    line-height: 1.25;
    font-family: var(--font-family-secondary);
    text-transform: none;
}
.footer-main .footer-menu {
    justify-content: center;
}
.footer-main > .col > .col-inner {
    display: flex;
    flex-direction: column;
}
.footer-main .ux-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}
.footer-main .ux-logo + .text {
    margin-bottom: 32px;
}
.footer-main .ux-logo + .text p {
    margin-bottom: 0;
    line-height: 1.25;
    font-family: var(--font-family-secondary);
}
.footer-main .ux-logo-link {
    margin-bottom: 0;
}
.footer-logos-list > .col-inner {
    column-gap: 20px;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
#wrapper .footer-logos-list .img {
    width: 58px;
    margin: 0;
    border-radius: 6px;
    overflow: hidden;
}
.footer-form {
    background: linear-gradient(#fff 46%, rgb(106, 100, 93) 46%);
}

.post-type-archive-product .footer-form,
.woocommerce-cart .footer-form,
.woocommerce-checkout .footer-form {
    display: none;
}


.footer-form .row {
    padding: 64px;
    background-color: #C0A187;
    border-radius: 16px;
}
.footer-form .row h3 {
    color: #fff;
    margin-bottom: 0;
}
.footer-form .row .col:first-child {
    padding-left: 0;
}
.footer-form .row .col:first-child {
    padding-right: 20px; 
    max-width: 47%;
    flex-basis: 47%;
}
.footer-form .row .col:nth-child(2) {
    padding-left: 20px;
    flex-basis: 53%;
    max-width: 53%;
}
.footer-form .row .col:last-child {
    padding-right: 0;
}
.footer-form .mc4wp-checkbox {
    opacity: 0;
    width: 0;
    height: 0;
    display: block;
    visibility: hidden;
    margin: 0;
    padding: 0;
}
#wrapper .footer-form .wpcf7-form-control[type="email"] {
    border-radius: 34px;
    border: 1px solid #fff;
    box-shadow: 0px 1px 2px 0px #1018280D;
    height: 60px;
    color: #667085 !important;
    padding-left: 24px;
    padding-right: 24px;
}
#wrapper .footer-form .wpcf7-form-control[type="submit"]{
    font-weight: 600;
    font-family: var(--font-family-secondary);
    color: #6A645D;
    background: transparent;
    height: auto;
    line-height: 1;
    border-radius: 40px;
    padding: 21px 64px 21px 36px;
    z-index: 1;
    position: relative;
    font-size: 18px;
    border: 0;
    letter-spacing: 0;
    width: 100%;
}
.footer-form > .section-content > .row {
    width: calc(100% - 30px);
}
.footer-form form > .flex-row {
    align-items: flex-start;
}
.footer-form form > .flex-row .flex-col:first-child {
    padding-right: 0;
}
.footer-form form > .flex-row .flex-col:last-child {
    width: 34.2155%;
    padding: 0;
    margin-left: 16px;
}
.footer-form form > .flex-row .flex-col:last-child {
    position: relative;
    border-radius: 40px;
    background: #FCDCA4;
    transition: .3s;
}
.footer-form form > .flex-row .flex-col:last-child:hover {
    background-color: var(--var-color-primary);
}
.footer-form form > .flex-row .flex-col:last-child .wpcf7-submit{
    background-color: transparent !important;
}
.footer-form form > .flex-row .flex-col:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 36px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url('./assets/images/form-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}
.footer-form form > .flex-row .flex-col:last-child:hover::after {
    right: 26px;
}
.footer-form form .form-subtitle {
    font-size: 14px;
    line-height: 1.429;
    color: #6A645D;
    margin-top: 6px;
}
.footer-form form .form-subtitle a {
    color: #6A645D;
    text-decoration: underline;
    transition: .3s;
}
.footer-form form .form-subtitle a:hover {
    color: #484542;
}
.footer-form form > .flex-row .flex-col:last-child .wpcf7-spinner {
    position: absolute;
    top: 100%;
    right: 0;
}
#wrapper .footer-form .wpcf7-form-control::placeholder {
    color: #667085;
}
/* Footer Styles */

.cart-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 0;
}
.woocommerce-cart .breadcrumb-wrap{
    margin: 80px auto;
    /* max-width: 1160px; */
}

 .breadcrumb-wrap .divider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    margin-right: 16px;
}
.breadcrumb-wrap .divider path {
    stroke: #585450;
}
 .breadcrumb-wrap .woocommerce-breadcrumb{
    display: flex;
    align-items: center;
}
.breadcrumb-wrap .woocommerce-breadcrumb a{
    color: #585450;
}
.breadcrumb-wrap .woocommerce-breadcrumb {
    color: #6A645D;
}
.woocommerce-cart .cart-collaterals {
    width: 35.3%;
    max-width: none;
}
.woocommerce-cart .cart-collaterals .cart-sidebar {
    padding: 28px 32px;
}
.woocommerce-cart .cart-collaterals .cart-sidebar .cart_totals .product-name{
    font-size: 20px;
    line-height: 1.4;
    padding: 0;
    text-transform: uppercase;
    font-family: var(--font-family-secondary);
    color: #585450;
}
.woocommerce-cart .cart-collaterals .cart-sidebar .cart_totals table {
    margin-bottom: 24px;
}
.woocommerce-cart .cart-collaterals .cart-sidebar .cart_totals table.shop_table {
    margin-bottom: 32px;
}
.woocommerce-cart .cart-collaterals .cart-sidebar .shop_table .order-total td,
.woocommerce-cart .cart-collaterals .cart-sidebar .shop_table .order-total th{
    font-size: 20px;
    line-height: 1.3;
    padding-top: 13px;
    padding-bottom: 13px;
}
.woocommerce-cart .cart-collaterals .cart-sidebar .cart_totals .wc-proceed-to-checkout a{
    margin-bottom: 0;
    font-family: var(--font-family-secondary);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #E0904E !important;
    border-radius: 40px;
    border: 0;
    max-height: none;
}
.woocommerce-cart .cart-collaterals .cart-sidebar .cart_totals .wc-proceed-to-checkout a:hover {
    background: #E76F51 !important;
}
.woocommerce-cart .cart-collaterals .cart-sidebar .cart_totals .wc-proceed-to-checkout {
    margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart-sidebar .cart_totals .wc-proceed-to-checkout a::after {
    content: none;
}
.woocommerce-cart .cart-collaterals .cart-sidebar .shop_table .order-total td{
    font-family: var(--font-family-secondary);
    font-weight: 700;
    color: #585450;
}
.woocommerce-cart .cart-container > .woocommerce > .woocommerce.row {
    justify-content: space-between;
}
.woocommerce-cart .cart-container > .woocommerce > .woocommerce.row::after {
    display: none;
}
.woocommerce-cart .shop_table.cart thead th {
    color: #585450;
}
.woocommerce-cart .shop_table.cart tbody tr:last-child td {
    padding-top: 40px;
    padding-bottom: 0;
}
.woocommerce-cart .shop_table.cart tbody tr td {
    padding-top: 24px;
    padding-bottom: 24px;
}
.woocommerce-cart .shop_table.cart tbody tr td.product-thumbnail {
    width: 132px;
    min-width: 132px;
    max-width: 132px;
}
.woocommerce-cart .shop_table.cart tbody tr td .button-continue-shopping::after {
    content: none;
}
.woocommerce-cart .shop_table.cart tbody tr td .button-continue-shopping{
    padding: 21px 42px;
    font-size: 18px;
    height: auto;
    font-family: var(--font-family-secondary);
    line-height: 1;
    min-width: 397px;
    color: #585450;
}
.woocommerce-cart .shop_table.cart tbody tr td .button-continue-shopping:hover {
    color: #fff;
}
.woocommerce-cart .shop_table.cart tbody .product-name{
    margin-top: 0;
    margin-bottom: 8px;
}
.woocommerce-cart .shop_table.cart tbody .product-name__category {
    color: #6A645D;
    font-size: 14px;
}
.woocommerce-cart .shop_table.cart tbody .product-remove span:last-child {
    font-family: "Roboto", sans-serif;
}
.woocommerce-cart .shop_table.cart tbody .product-remove span:first-child {
    display: flex;
}
.woocommerce-cart .shop_table.cart tbody tr .product-subtotal bdi {
    color: #585450;
}
.woocommerce-cart .shop_table.cart tbody tr .product-price bdi {
    color: #6A645D;
}
.woocommerce-cart .shop_table.cart tbody  .product-name a {
    line-height: 1.5;
}
.woocommerce-cart .shop_table.cart thead th{
    padding-top: 0;
    padding-bottom: 23px;
    font-size: 18px;
    line-height: 1.334;
    border-bottom: 1px solid #C8C8C8;
}

.woocommerce-cart .shop_table.cart {
    margin-bottom: 0;
}
.woocommerce-cart form.woocommerce-cart-form {
    margin-bottom: 0;
}

.woocommerce-checkout .validate-phone .iti {
    width: 100%;
}
.woocommerce-checkout .validate-phone .iti .iti__flag-container {
    background-color: transparent;
}
.woocommerce-checkout .validate-phone .iti .iti__selected-flag{
    background: transparent;
    padding-left: 12px;
    padding-right: 34px;
    min-width: 69px;
    position: relative;
}
.woocommerce-checkout .validate-phone .iti .iti__selected-flag::after {
    content: "";
    background-image: url('./assets/images/phone-number-country-arrow.svg');
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce-checkout .validate-phone .iti .iti__selected-flag * {
    display: none;
}
.woocommerce-checkout .validate-phone .iti .iti__selected-flag .custom-country-abbr {
    display: block;
}
.woocommerce-checkout #billing_phone_field .iti .placeholder {
    position: absolute;
    top: 50%;
    left: 75px;
    transform: translateY(-48%);
    opacity: 0;
    color: #6A645D;
    font-family: "Inter", sans-serif;
    font-size: 16px;
}
.woocommerce-checkout #billing_phone_field .iti {
    background-color: #fff;
    border-radius: var(--var-radius-primary);
}
.woocommerce-checkout #billing_phone_field .iti input {
    background-color: transparent;
    position: relative;
    z-index: 1;
}
.woocommerce-checkout #billing_phone_field .iti .placeholder .code {
    opacity: 0;
}
.woocommerce-checkout #billing_phone_field .iti .placeholder.empty:not(.focus) {
    opacity: 1;
}
.woocommerce-checkout #order_review tfoot .order-total th {
    font-size: 0;
}
.woocommerce-checkout #order_review tfoot .order-total th::before {
    content: "Total";
    font-size: 13.6px;
}
.woocommerce-checkout #order_review button#place_order {
    font-size: 0;
}
.woocommerce-checkout #order_review button#place_order::before{
    content: "Checkout";
    font-size: 20px;
}
.woocommerce-checkout #order_review tbody .product-name {
    display: flex;
}
.woocommerce-checkout #order_review tbody .product-name .checkout-product-thumbnail {
    order: -1;
}
.woocommerce-checkout #order_review table {
    display: flex;
    flex-direction: column;
}
.woocommerce-checkout #order_review table thead,
.woocommerce-checkout #order_review table thead tr {
    display: flex;
    width: 100%;
}
.woocommerce-checkout #order_review table thead tr th:first-child {
    width: 70%;
}

.woocommerce-checkout #order_review table thead tr th:last-child {
    width: 30%;
}
.woocommerce-checkout #order_review table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.woocommerce-checkout #order_review table tbody .cart_item {
    min-height: 110px;
    display: flex;
    width: 100%;
    min-width: 100%;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ececec;
}
.woocommerce-checkout #order_review table tbody .product-name {
    padding-left: 80px;
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    border: 0;
}
.woocommerce-checkout #order_review table tbody .product-total {
    width: 30%;
    border: 0;
}
.woocommerce-checkout #order_review table tbody .checkout-product-thumbnail {
    width: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce-checkout #order_review table tfoot .order-total {
    display: flex;
    border-bottom: 3px solid #ececec;
    align-items: center;
}
.woocommerce-checkout #order_review table tfoot .order-total th {
    width: 70%;
    border: 0;
}
.woocommerce-checkout #order_review table tfoot .order-total td {
    width: 30%;
    border: 0;
}

.global-sale-cta{
	max-width: calc(100% - 30px );
	margin: auto;
}
.global-sale-cta > .section-content > .row{
	border-radius: 24px;
	overflow: hidden;
}
.global-sale-cta > .section-content > .row .col-inner{
	height: 100%;
}
.global-sale-cta-content .col-inner{
	padding: 64px;
}
.global-sale-cta-content .button {
	margin-top: 40px;
}
.global-sale-cta-content h1 strong {
	color: #fff; 
	font-size: 68px;
	-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(106, 100, 93, 0.48);
}
.global-sale-cta-content h1{
	margin-bottom: 20px;
	line-height: 1.1875;
}
.global-sale-cta .img,
.global-sale-cta .img-inner {
	height: 100%;
}
.global-sale-cta .img-inner img {
	height: 100%;
	object-fit: cover;
}
.global-sale-cta-content p:last-of-type {
	margin-bottom: 0;
}
.global-sale-cta-content p{
	font-size: 20px;
	line-height: 1.2;
}
.global-sale-cta-content + .col {
	flex-basis: 41.25%;
	max-width: 41.25%;
}
.global-sale-cta-content {
	flex-basis: 58.75%;
	max-width: 58.75%;
}
.products .product-small .yith-wcwl-add-to-wishlist-button {
    width: 24px;
    height: 24px;
    padding: 0;
    min-height: 0px;
    right: 20px;
    left: auto;
    top: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.products .product-small .yith-wcwl-add-to-wishlist-button img {
    width: 24px;
    position: static;
    height: 24px;
    transform: scale(1);
    transition: .3s;
    background: transparent;
}

.products .product-small .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--added)::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('./assets/images/wishlist-hover-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s;
    opacity: 0;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.products .product-small .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--added):hover::before {
    opacity: 1;
}
.products .product-small .yith-wcwl-add-to-wishlist-button--added svg {
    display: none;
}
.products .product-small .yith-wcwl-add-to-wishlist-button--added::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url('./assets/images/wishlist-active-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.products .product-small .yith-wcwl-add-to-wishlist-button + .yith-wcwl-add-to-wishlist-button {
    display: none;
}

.products .product-small .image-tools .wishlist-icon {
    display: none;
}


.products-section .product-small.box .name.product-title.woocommerce-loop-product__title a {
    font-family: var(--font-family-secondary);
    color: #585450;
}
.wpcf7 .flex-col .wpcf7-not-valid-tip {
    position: relative;
}


.single-product .product-thumbnails .flickity-slider > .col > a {
    position: relative;
}
.single-product .product-thumbnails .flickity-slider > .col > a::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.single-product .product-thumbnails .flickity-slider > .col > a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: none;
}
.single-product .product-thumbnails .flickity-slider > .col {
    padding: 0 8px;
}
.single-product .product-thumbnails.container {
    margin-left: -8px;
    margin-right: -8px;
}

.yith-wcwl-add-to-wishlist__feedback .yith-wcwl-feedback__wishlist-name {
    font-size: 0;
}
.yith-wcwl-add-to-wishlist__feedback .yith-wcwl-feedback__wishlist-name::before {
    content: "wish";
    font-size: 12.8px;
    font-weight: 400;
    margin-right: -0.2rem;
}
.woocommerce.woof_search_is_going nav.woocommerce-breadcrumb {
    display: block;
}

@media only screen and (min-width: 624px) {
    .wishlist-content .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}


@media only screen and (min-width: 1024px) {
    .wishlist-content .grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .profile-actions,
    .profile-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-content {
        max-width: 621px;
    }

    .checkout-info {
        max-width: 643px;
        width: 100%;
        margin-right: 38px;
    }

    .checkout-info-pay {
        /* max-width: 413px; */
        width: 100%;
    }

    

    .max-w-450 {
        max-width: 450px;
        width: 100%;
    }

    .max-w-713 {
        max-width: 713px;
        width: 100%;
    }
}

@media(min-width: 850px) {
    #wrapper .homepage-banners .banner-grid > .grid-col-2-3{
        height: calc(66.66% - 28px);
    }
    .homepage-banners .banner-grid > .grid-col-1-3 {
        bottom: 0;
        top: auto !important;
    }
}
@media(max-width: 1400px){
    .discount-col:first-child {
        padding-left: 30px !important;
        padding-right: 12px !important;
    }
    .discount-col:last-child {
        padding-right: 30px !important;
        padding-left: 12px !important;
    }
    .discount-banner .pillar p strong {
        padding: 14px 20px;
        padding-right: 14px;
        margin-right: 14px;
    }
    .discount-banner .pillar p{
        font-size: 24px;
        padding-right: 20px;
    }
    .single-product .related-products-block .product-slider .flickity-button.next{
        right: 15px !important;       
    }
    .single-product .related-products-block .product-slider .flickity-button.previous{
        right: 79px !important;
    }
}
@media(max-width: 1200px){
    .discount-banner .pillar p strong {
        padding: 10px;
        margin-right: 10px;
    }
    .discount-banner .pillar p{
        font-size: 16px;
        padding-right: 10px;
    }
    
}
@media(max-width: 1250px){
    @media(min-width: 850px) {
        .footer-form form > .flex-row .flex-col:last-child {
            width: 58%;
            margin: 0;
            margin-top: 18px;
        }
        .footer-form form > .flex-row .flex-col:first-child {
            width: 100%;
        }
        .footer-form form > .flex-row {
            flex-direction: column;
        }
    }
    .woocommerce-cart .cart-products{
        width: 60%;
    }

    .woocommerce-cart .cart-collaterals{
        width: 40%;
    }
}
@media(max-width: 1120px){
    .product-description-wrapper {
        padding: 0;
    }
    .product-description-wrapper .breadcrumb-wrap a, .product-description-wrapper .breadcrumb-wrap span {
        font-size: 14px;
    }
    .product-description-wrapper .breadcrumb-wrap {
        margin-bottom: 16px;
    }
    .product-description-wrapper .product_title {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .row-small>.flickity-viewport>.flickity-slider>.col:nth-child(2n),
    .row-small>.flickity-viewport>.flickity-slider>.col:nth-child(odd) {
        padding: 0 3.8px;
    }
    .single-product .product-gallery .product-thumbnails {
        margin: 0 -3.8px;
    }
    .product-content .price-wrap .regular-price bdi, .product-content .price-wrap .sale-price bdi {
        font-size: 24px;
    }
    .product-content .price-wrap {
        margin-top: 12px;
        margin-bottom: 16px;
    }
    .product-tabs .product-tabs-item{
        padding-top: 6px;
        padding-bottom: 5px;
    }
    .product-tabs{
        margin-bottom: 20px;
    }
    .product-description p, .product-right-col-text p{
        font-size: 14px;
        margin-bottom: 16px;
    }
    .product-description h3, .product-right-col-text h3 {
        font-size: 18px;
    }
    .product-data-mobile {
        margin-bottom: 16px;
    }
    .single-product .product-buttons .button {
        font-size: 14px;
    }
    .product-content .wishlist-button-wrap .yith-wcwl-add-to-wishlist-button {
        height: 48px;
    }
    .single-product form.cart .quantity .input-text {
        height: 48px;
        font-size: 16px;
    }
    .product-content .wishlist-button-wrap .yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label {
        font-size: 16px;
    }
    .product-content .wishlist-button-wrap .yith-wcwl-add-to-wishlist-button svg {
        width: 18px;
        height: 18px;
    }
    .single-product form.cart .quantity .button {
        height: 48px;
        font-size: 18px;
        min-height: auto;
        line-height: 1;
    }
    .product-content .form-cart{
        margin-top: -48px;
    }
    .product-content .wishlist-button-wrap {
        width: calc( 100% - 124px );
    }
    .product-content .form-cart .single_add_to_cart_button{
        height: 48px;
    }
    @media(min-width: 850px) {
        .product-data-laptop,
        .product-data-mobile {
            display: block;
        }
        .product-description-wrapper {
            display: none;
        }
        .product-gallery {
            width: 45%;
        }
        .product-content {
            width: 55%;
            padding-left: 32px;
        }
        .product-content .product_title{
            font-size: 36px;
            margin-bottom: 12px;
        }
        .product-information {
            align-items: flex-start;
        }
        .single-product .product-information .breadcrumb-wrap{
            margin-bottom: 18px;
        }
        .product-content .price-wrap {
            margin-top: 12px;
            margin-bottom: 18px;
        }
        .product-information{
            padding: 32px 0;
        }
        .single-product .product-slider .product-small.col{
            max-width: 30%;
            flex-basis: 30%;
        }
    }
}
@media(max-width: 1050px){
    @media(min-width: 850px) {
        .discount-banner .banner-inner {
            position: static;
        }
        .discount-banner .height-fix {
            height: 48px;
        }
    }
    .global-sale-cta-content .col-inner {
        padding: 32px;
    }
    .global-sale-cta-content .button {
        margin-top: 32px;
    }
    .global-sale-cta-content h1{
        margin-bottom: 16px; 
        font-size: 48px;
    }
    .global-sale-cta-content h1 strong {
        font-size: 52px;
    }
    .global-sale-cta-content p {
        font-size: 18px;
    }
    .woocommerce-cart .cart-products,
    .woocommerce-cart .cart-collaterals{
        width: 100%;
        max-width: none;
        padding: 0;
    }
    .woocommerce-cart .cart-collaterals {
        margin-top: 52px;
    }
    .woocommerce-cart .cart-container > .woocommerce > .woocommerce.row {
        margin: 0;
    }
    .woocommerce-cart .breadcrumb-wrap{
        margin-top: 52px;
        margin-bottom: 12px;
    }
}
@media(max-width: 849px) {
    .selectron23-container .selectron23-option[data-selected='1']{
        background-color: #fafafa !important;
    }
    h1 {
        font-size: 48px;
    }
    h2, .banner h2 {
        font-size: 42px;
    }
    h3 {
        font-size: 36px;
    }
    .discount-col:first-child,
    .discount-col:last-child {
        padding: 0 15px !important;
    }
    .discount-col:first-child {
        margin-bottom: 32px;
    }
    .discount-banner .pillar p{
        font-size: 20px;
        padding-right: 20px;
    }
    .discount-banner .pillar p strong{
        padding: 14px 20px;
        padding-right: 14px;
        margin-right: 14px;
    }
    .homepage-slider .flickity-slider .text h3{
        margin-bottom: 28px;
    }
    .homepage-slider .flickity-page-dots {
        margin-top: 42px;
    }
    /* #wrapper .homepage-banners .banner-grid > .grid-col-1 {
        height: 50vh !important;
    } */
    .homepage-banners .banner-grid > .grid-col {
        padding-bottom: 24px;
    }
    .homepage-banners .banner-grid {
        margin-bottom: -24px;
    }
    #wrapper .homepage-banners .banner-grid .text-box p {
        font-size: 18px;
    }
    a.button::after{ 
        width: 14px;
        height: 14px;
        right: 18px;
    }
    a.button.primary span, a.button.secondary span{
        font-size: 16px;
    }
    a.button.primary{
        padding: 18px 42px 18px 24px;
    }
    a.button:hover::after {
        right: 14px;
    }

    .homepage-features .row > .col {
        margin-bottom: 32px;
    }
    .homepage-features .row > .col:last-child {
        margin-bottom: 0;
    }
    .homepage-features .icon-box-img {
        width: 64px !important;
    }
    .single-product,
    .products-list {
        max-width: 100%;
        flex-basis: 100%;
    }
    .products-row .product-small {
        flex-basis: 100%;
        max-width: 100%;
    }
    .single-product,
    .products-list .row.products > .product-small {
        padding-bottom: 12px;
    }
    a.button.secondary {
        padding: 14px 42px 14px 24px;
    }
    .products-section .block-head + .col .col-inner {
        text-align: left;
    }
    .block-head p {
        font-size: 18px;
    }
    .hero-image,
    .hero-content{
        max-width: 100%;
        flex-basis: 100%;
    }
    .hero .section-content > .row {
        flex-direction: column-reverse;
    }
    .main-text p {
        font-size: 18px;
    }
    .hero-content{
        padding-top: 32px;
    }
    .products-list .product-small {
        flex-basis: 50%;
    }
    .footer-form .row .col:first-child {
        padding-right: 0;
    }
    .footer-form .row .col:last-child {
        padding-left: 0;
    }
    .footer-form .row {
        padding: 32px 28px;
    }
    .footer-form form > .flex-row .flex-col:last-child {
        margin: 0;
        width: 100%;
        margin-top: 16px;
    }
    #wrapper .footer-form .wpcf7-form-control[type="submit"] {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    #wrapper .footer-form .wpcf7-form-control[type="email"] {
        height: 50px;
    }
    .footer-form .row h3 {
        margin-bottom: 20px;
    }
    .footer-form form > .flex-row .flex-col:first-child {
        padding: 0;
    }
    .footer-form form {
        margin-bottom: 0;
    }
    .footer-form form .form-subtitle {
        font-size: 12px;
        margin-top: 4px;
    }
    .footer-logos-list > .col-inner {
        margin-top: 24px;
    }
    #wrapper .footer-logos-list .img {
        width: 48px;
    }
    .footer-logos-list > .col-inner {
        column-gap: 12px;
    }
    .footer-bottom .text p {
        text-align: center;
    }
    .footer-bottom .footer-menu {
        justify-content: center;
        margin-top: 18px;
    }
    .footer-bottom .footer-menu.menu-2 {
        margin-top: 0;
    }
    .footer-bottom {
        padding-top: 24px;
    }
    .footer-main .ux-logo + .text{
        margin-bottom: 24px;
    }
    .product-data-desktop {
        display: none;
    }
    .product-data-mobile {
        display: block;
    }
    .product-description-wrapper,
    .product-gallery,
    .product-content {
        width: 100%;
    }
    .section-product{
        padding: 0;
    }


    .product-description-wrapper .product_title {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .single-product .product-slider .product-small.col {
        max-width: 40%;
        flex-basis: 40%;
    }
    .product-information {
        padding: 42px 0;
    }


    .global-sale-cta > .section-content > .row {
		flex-direction: column-reverse;
	}
	.global-sale-cta-content,
	.global-sale-cta-content + .col {
		max-width: 100%;
		flex-basis: 100%;
	}
	.global-sale-cta-content .col-inner {
    padding: 28px 24px;
	}
	.global-sale-cta-content .button {
		margin-top: 24px;
	}
	.global-sale-cta-content h1{
		margin-bottom: 16px; 
		font-size: 42px;
	}
	.global-sale-cta-content h1 strong {
		font-size: 48px;
	}


    .woocommerce-cart .cart-collaterals{
        width: 100%;
        margin-top: 42px;
    }
    .woocommerce-cart .breadcrumb-wrap {
        margin: 42px auto;
    }
    .cart-container{
        padding-top: 0;
    }
    .woocommerce-cart .shop_table.cart tbody tr td .button-continue-shopping{
        min-width: auto;
        padding: 18px 42px;
    }
    .woocommerce-cart .shop_table.cart tbody tr:last-child td{
        padding-top: 32px;
    }
    .checkout-breadcrumbs a {
        padding-right: 16px;
    } 


    #header .header-search .nav-dropdown {
        left: auto;
        right: -15px;
        padding: 8px;
    }
    #header .header-search .nav-dropdown form,
    #header .header-search .nav-dropdown form > .flex-row {
        height: 32px;
    }
    #header .header-search .nav-dropdown form input[type="search"] {
        border: 0;
        height: 32px;
        box-shadow: none;
        font-size: 14px;
    }
    #header .header-search .nav-dropdown form > .flex-row .flex-col:last-child {
        padding-left: 0;
        padding-right: 9px;
        height: 32px;
    }
    #header .header-search .nav-dropdown form > .flex-row .flex-col:last-child i {
        font-size: 16px;
    }
    #header .header-search .nav-dropdown form > .flex-row .flex-col:last-child .icon {
        height: auto;
    }


    .footer-form .row .col:nth-child(2),
    .footer-form .row .col:first-child {
        flex-basis: 100%;
        max-width: 100%;
    }


    .homepage-about-image .col-inner {
        padding-top: 42px;
        height: auto;
    }
    .homepage-about-image img {
        position: relative;
    }

    #header .cart-item .image-icon img {
        width: 24px;
    }
    #header .nav>li>a>i.icon-search {
        font-size: 1.3em;
    }
}

@media(max-width: 550px) {
    .products-list .product-small{
        flex-basis: 100%;
    }
    .homepage-features .icon-box-img {
        width: 52px !important;
    }
    h1 {
        font-size: 42px;
    }
    h2, .banner h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 28px;
    }
    .homepage-slider .flickity-slider .text h3 {
        margin-bottom: 24;
    }
    #wrapper .discount-banner .banner-layers .text-box:nth-child(3) {
        width: 100%;
        padding-top: 24px;
        padding-right: 12px;
        padding-left: 18px;
    }
    .discount-banner .pillar {
        justify-content: flex-start;
    }
    #wrapper .discount-banner .banner-layers .text-box:nth-child(2) h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    #wrapper .discount-banner .banner-layers .text-box:nth-child(2) {
        width: 100%;
        padding-left: 18px;
        padding-top: 16px;
        padding-right: 18px;
    }
    .discount-banner .banner-layers {
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    .homepage-slider .flickity-page-dots{
        margin-top: 28px;
    }
    .discount-banner .banner-inner {
        position: static;
    }
    .discount-banner .height-fix {
        height: 32px;
    }

    .homepage-about-image img {
        position: static;
    }
    .homepage-about-content .col-inner{
        padding-top: 24px;
        padding-bottom: 0;
    }
    .homepage-about-text {
        margin-bottom: 20px;
    }
    .homepage-about > .section-content > .row:last-child {
        flex-direction: column-reverse;
    }

    .page-title-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .woocommerce-mini-cart-item img {
        border-radius: var(--border-radius);
    }
    .product-information {
        padding: 64px 0;
        flex-direction: column;
    }
    .single-product .product-slider .product-small.col{
        max-width: 75%;
        flex-basis: 75%;
    }
    .single-product .product-slider .product-small.col {
        padding: 0 8px;
    }
    .single-product .related-products-btn .col-inner{
        position: static;
        display: flex;
    }
    .single-product .product-slider .flickity-page-dots{
        pointer-events: all;
    }
    .single-product .related-products-btn .col-inner a {
        padding-bottom: 0;
        padding-top: 24px;
    }
    .single-product .related-products-block .product-slider {
        padding-bottom: 36px !important;
        margin-top: 0;
        padding-top: 8px;
        margin-left: -8px;
        margin-right: 0px;
    }
    .single-product .related-products-block .product-slider .flickity-button {
        background-size: 20px;
        width: 38px !important;
        height: 38px;
        min-width: auto;
        min-height: auto;
        bottom: 0 !important;
        top: auto !important;
    }
    .single-product .related-products-block .product-slider .flickity-button.previous {
        right: 50px !important;
    }
    .single-product .related-products-block .product-slider .flickity-button.next {
        right: 0px !important;
    }
    .single-product .product-slider .flickity-page-dots {
        padding-left: 3px;
    }
    .single-product .related-products-block h3 {
        font-size: 32px;
    }


    .global-sale-cta-content h1{
		margin-bottom: 12px; 
		font-size: 36px;
	}
	.global-sale-cta-content h1 strong {
		font-size: 40px;
	}
	.global-sale-cta-content p {
		font-size: 16px;
	}


    .woocommerce-cart .shop_table.cart {
        width: 100%;
        margin: 0;
        display: flex
    }
    .woocommerce-cart .shop_table.cart thead {
        display: none;
    }
    .woocommerce-cart .shop_table.cart tbody {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .woocommerce-cart .shop_table.cart tbody tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .woocommerce-cart .shop_table.cart tbody tr td.product-thumbnail{
        width: 35%;
        min-width: auto;
        border: 0;
    }
    .woocommerce-cart .shop_table.cart tbody tr td:nth-child(2){
        width: 65%;
        border: 0;
    }
    .woocommerce-cart .shop_table.cart tbody tr td {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .woocommerce-cart .shop_table.cart tbody tr .product-quantity {
        width: 35%;
        text-align: left;
        padding-top: 0;
    }
    .woocommerce-cart .shop_table.cart tbody tr .product-subtotal {
        display: block;
        width: 65%;
        padding-top: 0;
        text-align: left;
    }
    .woocommerce-cart .breadcrumb-wrap {
        margin: 32px auto;
    }
    .cart-container {
        padding-top: 0;
    }
    .woocommerce-cart .shop_table.cart tbody .mobile-product-price {
        display: none;
    }
    .woocommerce-cart .shop_table.cart tbody tr .product-subtotal bdi {
        font-size: 18px;
    }
    .woocommerce-cart .shop_table.cart tbody tr:last-child td {
        padding-top: 24px;
    }
    .woocommerce-cart .shop_table.cart tbody tr td .button-continue-shopping{
        padding: 16px 32px;
        font-size: 16px;
    }
    
    .woocommerce-cart .cart-collaterals .cart-sidebar {
        padding: 20px 24px;
    }
    .woocommerce-cart .cart-collaterals .cart-sidebar .cart_totals table {
        margin-bottom: 16px;
    }
    .woocommerce-cart .cart-collaterals .cart-sidebar .shop_table .order-total td, .woocommerce-cart .cart-collaterals .cart-sidebar .shop_table .order-total th {
        font-size: 18px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .woocommerce-cart .cart-collaterals .cart-sidebar .cart_totals .wc-proceed-to-checkout a{
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .woocommerce-cart .cart-collaterals .cart-sidebar .cart_totals .wc-proceed-to-checkout {
        margin-top: 16px;
    }
    .woocommerce-cart .cart-collaterals .cart-sidebar .cart_totals table.shop_table {
        margin-bottom: 16px;
    }


    .checkout-breadcrumbs a {
        padding-right: 8px;
    }
    .checkout-breadcrumbs a .breadcrumb-step{
        width: 22px;
        height: 22px;
        font-size: 12px;
    }
    

    .discounts h2 {
        padding-left: 15px;
        padding-right: 15px;
    }


    .footer-bottom .footer-menu.menu-2 {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 18px;
    }

    .woocommerce-checkout #order_review table tbody .product-name{
        padding-left: 64px;
    }
    .woocommerce-checkout #order_review table tbody .checkout-product-thumbnail {
        width: 60px;
    }
    .woocommerce-cart .cart_totals .order-total th::before {
        content: "Total";
        font-size: 20px;
    }
}