/*
Theme Name: Emilia
Theme URI: https://www.emilia.digital
Author: Emilia Digital
Author URI: https://www.emilia.digital
Description: Tailor made theme for ??? by Emilia Digital.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: Emilia
*/

@import url("https://use.typekit.net/hbu2ewu.css");


:root {
    --action-color: #243628;
    --action-text: #fff;
    --text-color: #243628;
    --border-radius: 4px;
    --title-color: #243628;
    --title-weight: 500;
    --solid-color: #BCAB73;
    --font-family: miriam-libre, sans-serif;
    --title-family: liebling, sans-serif;
    --border-width: 1px;
    --transition: 0.3s ease-in-out;
}


/*** GENERAL ****/

body {
    font-size: 18px;
    font-family: var(--font-family);
    background: #F3F2EE;
}

body.admin-bar {

}

h1, .h1, .hero h2 {
    font-size: 65px;
    font-weight: var(--title-weight) !important;
    color: var(--title-color) !important;
    font-family: var(--title-family);
}

h2, .h2 {
    font-size: 55px;
    font-weight: var(--title-weight) !important;
    color: var(--text-color) !important;
    font-family: var(--title-family);
}

img.lazy {
    opacity: 0;
}

img:not(.initial) {
    transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}

.lazy[data-bg-multi] {
    background-size: cover;
    background-position: center;
    background-color: transparent;
}


main {
    margin-top: 110px;

}

h3, .h3, .hero {
    font-size: 30px;
    font-weight: var(--title-weight) !important;
    color: var(--title-color)  !important;
    font-family: var(--font-family);
}


h4, .h4 {
    font-size: 24px;
    font-weight: var(--title-weight) !important;
    color: var(--title-color) !important;
    font-family: var(--font-family);
}

h5, .h5 {
    font-size: 18px;
    font-weight: var(--title-weight) !important;
    color: var(--title-color) !important;
    font-family: var(--title-family);
}

.reg-title {
    font-size: 18px !important;
    font-weight: var(--title-weight) !important;
    color: var(--title-color) !important;
    font-family: var(--title-family);

}

a, a:hover, a:visited {
    color: inherit;
    text-decoration: none;
}

#wpadminbar {
    top: auto;
    bottom: 0;
}
.button.wc-backward {
    display: inline-block;
    margin-top: 2rem;
    line-height: 45px !important;
}

/*.type-product .add_to_cart_button {
    display: inline-block;
    position: absolute !important;
    bottom: 3rem;
    left: 50%;
    background-color: var(--action-color) !important;
    color: var(--action-text) !important;
    transform: translateX(-50%);
    padding: 0 25px;
    height: 45px;
    font-weight: 500;
    line-height: 45px;
    transition: var(--transition);

}

.type-product .add_to_cart_button.loading {
    color: #000 !important;
}

.type-product .add_to_cart_button:hover {
    bottom: calc(3rem + 4px);
}*/

button[type="submit"], input[type="submit"], .btn, .checkout-button, .wishlist_table .product-add-to-cart a, .button.wc-backward

{
    border: 0 !important ;
    background-color: var(--action-color) !important;
    color: var(--action-text) !important;
    border-radius: 50px;
    position: relative;
    top: 0;
    transition: var(--transition);
    font-family: var(--title-family);
    height: 45px;
    line-height: 37px;
    font-weight: 500;
    box-shadow: none !important;
    padding-left: 25px;
    font-size: 18px;
    padding-right: 25px;
}


#products .btn.invert {
    font-size: 14px;
    height: 39px;
    line-height: 21px;
    color: var(--text-color) !important;
    font-weight: 600;
    opacity: 0.5;
}


#products .btn.invert.active, #products .btn.invert:hover {
    opacity: 1;
}





.btn.loading, button[type="submit"].loading, input[type="submit"].loading {
    color: var(--action-color) !important;
}



.btn.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f1ce";
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 23px);
    text-align: center;
    line-height: 45px;
    font-size: 23px;
    width: auto;

    height: auto;
    color: var(--action-text) !important;
    right: auto;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}

#coupon_code, #giftcard_code {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

button[name="apply_coupon"], button[type="submit"].ywgc_apply_gift_card_button {
    background-color: transparent !important;
    color: var(--action-color) !important;
    border: var(--border-width) solid var(--action-color) !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    font-size: 14px;
}

.btn.invert {
    background-color: transparent !important;
    color: var(--action-color) !important;
    border: var(--border-width) solid var(--action-color) !important;
}



button[type="submit"]:hover, input[type="submit"]:hover, .btn:hover {
    top: -4px;
}



input[type="text"], input[type="email"],
input[type="password"], input[type="search"],
input[type="tel"], input[type="url"], input[type="number"],
textarea, .form-control, .form-select, select,
.select2-container--default .select2-selection--single,
.gift-card-content-editor.step-content input, .gift-card-content-editor.step-content textarea
{
    border: var(--border-width) solid var(--solid-color);
    transition: var(--transition);
    background-color: transparent;
    border-radius: var(--border-radius);
    padding: 10px;
    height: 45px;
    font-family: var(--font-family);
    outline: 0 !important;
    max-width: 100%;
    box-shadow: none !important;
    text-align: right;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

input[type="text"]:focus, input[type="email"]:focus,
input[type="password"]:focus, input[type="search"]:focus,
input[type="tel"]:focus, input[type="url"]:focus, input[type="number"]:focus,
textarea:focus, .form-control:focus, .form-select:focus,
.gift-card-content-editor.step-content input:focus, .gift-card-content-editor.step-content textarea:focus
{
    border-color: var(--action-color);
}

select:focus {
    border-color: var(--action-color);
}

textarea {
    height: auto;
    min-height: 150px;
}

.btn-close {
    box-shadow: none !important;
    opacity: 1 !important;
}

/*** FOOTER
 */

footer {
    background: #F3F2EE;
    color: #fff;
}

.last-small {
    font-size: 14px;
    color: #c0c0c0;
}

.last-small ul {
    list-style: nonel;
    padding: 0;
    margin: 0;
}

.last-small ul li {
    display: inline-block;
    padding: 0 10px;
}

.last-small ul li a {
    color: #c0c0c0 !important;
    text-decoration: underline !important;
}

.emilia {
    direction: ltr;
}

.emilia img {
    height: 15px;
}

.social-media a {
    width: 30px;
    height: 30px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    img {
        height: 18px;
        position: relative;
        top: 0px;
    }
}

.gform_wrapper.gravity-theme .gfield_label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.gform_validation_errors {
    display: none !important;
}

footer {
    float: left;
    width: 100%;

    .text {
        line-height: 22px;
    }

    ul.menu {
        display: flex;
        justify-content: center;
        gap: 3rem;
        padding: 0;
        list-style: none;
        font-family: var(--title-family);

        li.menu-item-has-children > a {
            font-size: 20px;
            color:#BCAB73 !important;
        }

        li.menu-item-has-children > a::after,
        li.menu-item-has-children > a::before
        {
            display: none !important;
        }
    }
    .menu-item-has-children {
        .sub-menu {
            position: static;
            opacity: 1;
            visibility: visible;
            box-shadow: none !important;
            padding: 0 !important;
        display: block !important;

            li {
                padding: 0;
            }
        }
    }


    .text a, .icons a {
        position: relative;
        transition: var(--transition);
        left: 0;
    }

    .text a:hover, .icons a:hover {
        left: 3px;
    }

    .title {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
    }

    .text, .icons {
        text-transform: uppercase;
        font-size: 14px;
    }

    .icons i {
        font-size: 22px;
    }

    .icon-row {
        background: #BFA185;
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

    #footerLogo img {
        max-width: 130px;
    }

    #menu-footer-menu-main {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
        li {
            display: inline-block;
            margin: 0 1.5rem;
        }
    }

    .form-container {
        position: relative;
        z-index: 3;
    }

    .gform_wrapper form {
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: start;
        gap: 10px;
    }

    .gform-body.gform_body {
        width: 60%;
    }

    .gform_footer.before {
        margin: 0 !important;
        padding: 0 !important;
    }

    .gform_wrapper.gravity-theme .gfield_label {
        display: none !important;
    }

    /*Button*/

    .gform_footer input[type="submit"] {
        width: 100%;
        font-weight: 500;
        letter-spacing: 0.88px;
        text-transform: uppercase;
        background: #fff !important;
        color: #243628 !important;
        padding-left: 30px;
        padding-right: 30px;
    }


    .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
        padding: 0;
        margin: 0;
        position: relative;
    }

    /* Form Inputs */


    .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 25px;
        display: inline-block;
    }

    .gform_wrapper.gravity-theme .gfield input.large {
        box-shadow: none !important;
        outline: 0 !important;
        height: 45px;
    }

    .gfield input {
        opacity: 0.8;
        color: #FFF;
        font-size: 20px;
        text-align: start;
        transition: 0.4s ease;
        border-radius: 50px;
        border: 1px solid #FFF;
        background: rgba(255, 255, 255, 0.05);
        padding: 8px 22px !important;
    }

    input:focus {
        outline: none;
        border: none !important;
        box-shadow: none !important;
    }

    ::placeholder {
        color: #FFF;
    }

    /*INPUT FOCUS*/

    .form-wrap {
        max-width: 830px;
    }

    .gform_wrapper.gravity-theme .gfield input.large:focus {
        border: 1px solid #BCAB73  !important;
    }

    /* Form Errors */

    .gform_wrapper.gravity-theme .gform_validation_errors {
        display: none;
    }

    .gform_wrapper.gravity-theme .gfield_description {
        background: transparent !important;
        border: 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
        text-align: left;
        margin-top: 4px !important;
        color: #ff7474 !important;
        font-weight: 500;

    }

    .gchoice {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        cursor: pointer;
        margin-top: 15px;
    }

    input.gfield-choice-input {
        appearance: none;
        width: 20px;
        height: 20px;
        border: 1px solid #fff !important;
        border-radius: 0 !important;
        background-color: transparent;
        position: relative;
        cursor: pointer;
        padding: 0 !important;
        transition: all 0.3s ease-in-out;
    }

    .gfield-choice-input:checked {
        background-color: #BCAB73 !important;
        border-color: #BCAB73 !important;
    }

    .gfield-choice-input::after {
        content: "✔";
        font-size: 14px;
        color: transparent;
        position: absolute;
        top: -1px;
        transition: 0.3s ease-in-out;
        left: 4px;
    }

    .gfield-choice-input:checked::after {
        color: #fff;
    }

    .gform-field-label {
        font-size: 18px;
        color: #fff;
        cursor: pointer;

        user-select: none;
    }

    .inside {
        border-radius: 10px;
        font-size: 24px;
    }
    .note-wrap {
        background: #F3F2EE;
        color: var(--text-color);
        font-weight: 500;
        font-size: 16px;
    }

    h4 {
        font-family: var(--title-family);
        color: #BCAB73 !important;
        font-size: 55px;
        margin-bottom: 0;
        font-weight: 500 !important;
    }

    /*SPINNER*/

    .gform-loader {
        position: absolute !important;
        left: 8px !important;
        top: 12px !important;
        right: auto !important;
    }

    /*Confirmation*/

    div#gform_confirmation_message_1 {
        font-size: 16px;
        font-weight: 500;
    }

    .footerBack {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;

        video, img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
        }
    }

    .footerBack::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(36, 54, 40, 0.40) 0%, rgba(36, 54, 40, 0.40) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
        top: 0;
        left: 0;
    }
}

footer .menu a {
    color: #ccc;
    font-size: 14px;
    position: relative;
    right: 0;
    transition: var(--transition);
}

footer .menu a:hover {
    right: 3px;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
    padding-top: 9px !important;
}

.entry-content {
    .gravity-theme {
        max-width: 400px;
        margin: auto;
    }

    img {
        border-radius: 10px;
    }
}

#gform_2 {
    max-width: 400px;
    margin: auto;
    .validation_message {
        color: red !important;
        font-size: 12px !important;
        background: transparent !important;
        padding: 0 !important;
        border: 0 !important;
        margin-top: 3px !important;
    }

    .gform_footer {
        position: relative;
        justify-content: center;
    }

    .gform_footer input {
        outline: 0 !important;
        border: 0 !important;
    }

    .gform-loader {
        position: absolute !important;
        top: 34px;
        left: -15px;
    }

    .gform_confirmation_message {
        font-size: 20px;
        font-weight: 500;
    }
}



/*** HEADER ***/
header:not(.woocommerce-Address-title) {
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.6s ease;
    left: 0;
    z-index: 1041;
    background: #F3F2EE;
}

.action-row {
    font-size: 26px;

    .cartClick {
        position: relative;
        top: -2px;
        i {
            font-size: 28px;
        }

        .cartCount {
            background: var(--action-color);
            color: #fff;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            font-size: 10px;
            text-align: center;
            line-height: 15px;
            position: relative;
            top: 1px;

        }
    }

    i {
        font-size: 23px;
    }

    #searchMe {
        font-size: 22px;
        position: relative;
        top: 2px;
    }

    img {
        height: 24px;
        position: relative;
        top: -1px;
    }
}

.search-wrapper {
    img {
        width: 70px;
    }

    input {
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 0 !important;
        padding-left: 0 !important;
    padding-right: 0 !important;
        font-size: 22px;
        min-width: 400px;
    }

    i {
        position: absolute;
        bottom: 8px;
        right: 0;
        font-size: 26px;
        cursor: pointer;
    }
}

header #logo img {
    width: 145px;
    transition: 0.4s ease;
}

header .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 3rem;
    justify-content: center;
}

header ul li {
    position: relative;
}

header ul li a {
    color: var(--text-color);
    font-weight: 500;
    font-family: var(--title-family);
    line-height: 30px;
    transition: 0.6s ease;
    display: flex;
    align-items: center;
    font-size: 18px;
    position: relative;
}

header ul li a:before {
    width: 0%;
    height: 2px;
    background: #BFA185;
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    transition: var(--transition);

}


header ul li a:hover:before, header ul li.current-menu-item a:before {
    width: 100%;
}

header ul li i {
    color: #1E45AF;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 12px;
}

.menu-item-has-children > a::after {
    color: var(--text-color);
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin-left: 8px;
    font-size: 13px;
    position: static;
    transition: 0.2s ease-in-out;
}



header .btn {
    border-radius: 40px;
    border: 2px solid #709FD3;
    background-color: transparent;
    color: #709FD3;
}

header .btn:hover {
    color: #709FD3 !important;
}

/*HEADER SCROLLED*/
header.scrolled {

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding:  5px 0 !important;

    #logo img {
        width: 105px;
    }
}

.menu-item-has-children .sub-menu {
    opacity: 0;

    visibility: hidden;
    position: absolute;
    transition: var(--transition);
    list-style: none;
    min-width: 200px;
    padding: 5px 0px;
    left: 0;
    margin: 0.5rem 0 0;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);


    li {
        padding: 0 15px;
    }

    li a {
        font-size: 16px;
        font-weight: normal;
    }
}

header .menu-item-has-children .sub-menu {
    background: #F3F2EE !important;
}

header.scrolled .logo img {
    width: 55px;
}

/*!* Style the sub-menu *!*/
header ul li:hover {
    .sub-menu {
        opacity: 1;
        visibility: visible; 
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #fff;
        padding: 10px 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
}

/* MOBILE NAV */

.hamburger-menu {
    display: inline-block;
    position: relative;
    top: -4px;
}

.toggler-icon {
    background-color: var(--text-color);
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    transition: 0.4s ease-in-out;
    position: relative;
    top: 3px;
    border-radius: 12px;
}

.hamburger-menu.active .toggler-icon.top-bar {
    transform: translateY(6px) rotate(45deg);
}

.hamburger-menu.active .toggler-icon.middle-bar {
    opacity: 0;
}

.hamburger-menu.active .toggler-icon.bottom-bar {
    transform: translateY(-8px) rotate(-45deg);
}

.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}


.modal-title {
    font-family: var(--title-family);
    color: var(--title-color);
}


/*** MEDIA QUERY ***/

@media (max-width: 1600px) {
    header .menu {
        gap: 4rem;
    }
}

@media (max-width: 1401px) {
    header .menu {
        gap: 2rem;
    }

    h1, .h1, .hero h2 {
        font-size: 50px;
    }

    h2, .h2, footer h4 {
        font-size: 40px;

    }

    h3, .h3, .hero {
        font-size: 24px;

    }

    footer {
        .inside {
            font-size: 20px;
        }
    }

    .hero {
        height: 35vh;
        border-radius: 10px;
        min-height: 450px;
        color: #fff;
    }


}




@media (max-width: 1199px) {



    /*NAV*/
    #menuWrapper {
        position: fixed;
        height: calc(100% - 70px);
        background: url('assets/images/logo1.svg') no-repeat bottom left #F3F2EE;
        background-size: 190px;
        background-position: -55px calc(100% + 35px);
        right: 100%;
        transition: 0.4s ease-in-out;
        opacity: 0;
        bottom: 0;
        width: 100%;
        z-index: 10000;
        padding-top: 30px;
        justify-content: center;
    }



    #menuWrapper.active {
        opacity: 1;
        right: 0;
    }

    #menuWrapper ul li {
        display: block;
        font-size: 30px;

    }

    #menuWrapper ul {
        padding: 0;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    body header ul li a {
        font-size: 22px;
        justify-content: space-between;
    }

    .nav-main.active {

    }

    .nav-main.active a.menu-link {
        color: black;
    }

    body.active {
        overflow: hidden;
    }

    .menu-item-has-children > a::after {
        font-size: 15px;
        transition: 0.3s ease;
    }

    .menu-item-has-children:hover:not(.active) > a::before {
        width: 0%;
    }

    .menu-item-has-children:hover:not(.active) > a::after {
        transform: none;
    }

    .menu-item-has-children.active > a::after {
        transform: rotate(180deg);
    }

    #menuWrapper ul li {
        padding-right: 0;
        padding-left: 0;
    }

    .menu-item-has-children > a::after {
        color: var(--text-color) !important;
        content: "\f107" !important;
        font-family: 'Line Awesome Free';
        font-weight: 900;
        margin-left: 8px;
        font-size: 13px;
        position: static;
        display: block !important;
        transition: 0.2s ease-in-out;
    }

    header ul li:hover {
        .sub-menu {
            opacity: 1;
            visibility: visible;
            position: static;
            padding: 0 !important;
            box-shadow: none !important;
            display: none;
            transition: none !important;;
            background: transparent !important;
        }
    }

    .menu-item-has-children .sub-menu {
        opacity: 1;
        visibility: visible;
        position: static;
        padding: 0 !important;
        box-shadow: none !important;
        display: none;
        transition: none !important;;
        background: transparent !important;

        li a {
            margin: 0;
        }
    }
}

@media (max-width: 993px) {
    header .container-fluid {
        width: 100%;
    }

    header.scrolled #menuWrapper {
        height: calc(100% - 58px);
    }

    header #logo img {
        width: 100px;
    }

    header.scrolled {
        #logo img {
            width: 80px;
        }
    }

    h1, .h1, .hero h2 {
        font-size: 40px;
    }

    h2, .h2, footer h4 {
        font-size: 30px;

    }

    h3, .h3, .hero {
        font-size: 18px;

    }

    footer {
        .inside {
            font-size: 18px;
        }
    }

    body {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    header .btn {
        padding: 3px 32px;
    }
}

@media (max-width: 600px) {
    header .logo img {
        width: 50px !important;
    }

    .note-wrap {
        font-size: 14px !important;
    }

    footer {
        .gform-field-label {
            font-size: 14px !important;
            line-height: 19px !important;
            color: #fff;
            cursor: pointer;
            user-select: none;
        }
    }

    footer {
        .gchoice {
            align-items: start;
        }
    }


    .gform_wrapper form {
        display: block !important;
    }

    .gform-body.gform_body {
        width: 100% !important;
    }

    .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
        margin-top: 10px !important;
    }

    header .btn {
        padding: 3px 18px;
    }

    header .contact-btn-col {
        padding: 0;
    }

    footer {
        h4 {
            text-align: center ;
        }

        p {
            text-align: center;
        }

        ul.menu {
            display: block;
            margin-top: 3rem;
            text-align: center;
            justify-content: center;
            gap: 3rem;
            padding: 0;
            list-style: none;
            font-family: var(--title-family);

            li.menu-item-has-children {
                margin-bottom: 35px;
            }
        }
    }

    .action-row {
        font-size: 22px;

        .cartClick {
            font-size: 24px;
        }



        #searchMe {
            font-size: 20px;
        }
    }
}

@media (max-width: 480px) {
    header .btn {
        padding: 3px 14px;
    }

    header .logo img {
        width: 45px !important;
    }



    #menuWrapper {
        height: calc(100% - 107px);
    }

    .search-wrapper {
        input {
            min-width: 0;
            width: 100%;
        }
    }
}

/*** PRICES ***/

ins {
text-decoration: none !important;;
}

.price {
    font-size: 22px !important;
    font-weight: 500;
    color: var(--text-color) !important;
    text-decoration: none !important;

    del {
        opacity: 0.7;
    }
}

.woocommerce-Price-currencySymbol {
    font-size: 85%;
}



/*** QUANTITY INPUT ***/
.quantity {
    position: relative;
    float: none !important;
    margin: 0 !important;
    display: inline-flex;
    flex-wrap: wrap;
    vertical-align: middle;
    bottom: 2px;
}

.quantity .plus,
.quantity .minus {
    background-color: transparent;
    border: none;
    height: 45px;
    width: 45px;
    color: var(--text-color);
    font-weight: bold;
    cursor: pointer;
    top: 0;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border-radius: 0;
    transition: var(--transition);
}

.quantity .plus {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-left: 1px solid #243628;
    border-top: 1px solid #243628;
    border-bottom: 1px solid #243628;
}

.quantity .minus {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-right: 1px solid #243628;
    border-top: 1px solid #243628;
    border-bottom: 1px solid #243628;
}

.quantity .plus:hover,
.quantity .minus:hover {
    opacity: 0.7;
}

.quantity .qty {
    text-align: center;
    padding: 0 0px;
    height: 45px;
    line-height: 30px;
    border: 1px solid #243628;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    width: 60px !important;
    border-radius: 0 !important;
}

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

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/*** PRODUCT PAGE ***/

/** giftcard **/

.product-type-gift-card .woocommerce-product-gallery__wrapper {
    box-shadow: none;
}
.product-type-gift-card .woocommerce-product-gallery__image {
    padding: 0;
}

.gift-cards_form>h3 {
    display: none;
}

.gift-card-content-editor.step-content label {
    font-weight: 600;
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 0.25rem;
    line-height: 20px;
}


.gift-card-content-editor.step-content label.error {
    font-size: 12px !important;
    display: block;
    text-align: left;
    color: #ff4141;
    bottom: 0;
    left: 0;
    margin-top: 0.25rem;
}

.gift-card-content-editor.step-content input, .gift-card-content-editor.step-content textarea {
    width: 100%;
}

.gift-card-content-editor.step-content textarea {
    height: 60px;
    padding-top: 8px !important;
}

.gift-card-content-editor {
    max-width: 433px;
}

.gift_card_add_to_cart_button + .added_to_cart {
    max-width: 433px;
}

.gift-cards-list button {
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px !important;
    color: var(--text-color);
    border-color: var(--text-color);
    border-radius: var(--border-radius);
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
    direction: ltr;
    width: auto;
}

.gift-cards-list button.ywgc-predefined-amount-button.selected_button, .gift-cards-list button:hover {
    color: var(--action-color) !important;
    background: transparent !important;
    border-color: var(--action-color) !important;
    opacity: 1;
}

.gift_card_template_button .quantity {
    display: none !important;
}

.gift_card_template_button button {
    margin: 0 !important;
}

.ywgc-choose-design-preview {
    display: none !important;
}


.ywgc-main-form-preview-container {
    display: none !important;
}

.single-product .yith-wcwl-add-to-wishlist {
    position: absolute;
    top: 0;
    right: 1.5rem;
    width: 28px;
    overflow: hidden;
    height: 24px;
    margin: 0;
}


.single-product .type-product .quantity .qty {
    height: 45px !important;
}

.single-product .type-product .quantity .minus, .single-product .type-product .quantity .plus {
    height: 45px !important;
    width: 45px !important;
}


.summary-content {
    position: relative;
}

.woocommerce table.shop_attributes {
    border-top: 0 !important;


}

.woocommerce table.shop_attributes td {
    font-style: normal;
}

.woocommerce .woocommerce-breadcrumb {
    font-size: 14px !important;
    color: var(--text-color);
    opacity: 0.7;
    margin-bottom: 0.5rem;
}


#archive .woocommerce-breadcrumb {
    margin-bottom: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    text-decoration: underline !important;
    color: inherit !important;

}

.thumbnail {
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s ease-in-out;

}

.thumb-col {
    max-width: 25%;
}

.thumbnail:hover, .thumbnail.active {
    opacity: 1;
}

.accordion-button {
    box-shadow: none !important;
    background:  transparent !important;
    color: var(--text-color) !important;
    font-weight: 600;
}

.accordion-item {
    background: #E4DAD0;
    border: 0 !important;
}

.accordion-body p {
    margin-bottom: 0;
}

.woocommerce-product-attributes-item__label {
    font-family: var(--title-family);
    padding-left: 15px;
    font-size: 16px;
}

.yith-wcwl-add-button span {
    display: none;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    background: transparent !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    background: transparent !important;
}

.accordion-item:first-of-type {
    border-color: var(--solid-color);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}

.woocommerce div.product form.cart .button {
    float: none !important;;
    margin: 0 !important;
}

.woocommerce span.onsale {
    background-color: #BCAB73 ;
    color: var(--action-text);
    padding: 8px 14px;
    border-radius: var(--border-radius);
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    min-width: 0;
    min-height: 0;
    line-height: 1;
    z-index: 2;
}

.woocommerce span.out-of-stock-badge {
    background-color: transparent;
    white-space: nowrap;
    color: var(--action-color);
    padding: 8px 14px;
    border-radius: var(--border-radius);
    border: var(--border-width) solid var(--action-color);
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    min-width: 0;
    min-height: 0;
    line-height: 1;
    z-index: 2;
}

.single_add_to_cart_button:not(.add-to-cart) {
    margin-left: calc(1rem - 2px) !important;
    min-width: 150px;
}

.variations {
    display: block;
    margin-bottom: 1rem;

    tr {
        display: block;
    }
    .label {
        display: block;
        font-weight: 600;
        font-size: 14px;
        opacity: 0.7;
        margin-bottom: 0.5rem;
    }

    .value select {
        width: 317px;
    }

    .reset_variations {
        display: none !important;
    }
}

.woocommerce-variation-price .price {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1rem;
    display: inline-block;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
    width: auto;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
    width: auto;
    font-size: 14px;
}

.orderby {
    border: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    margin: 0 !important;
    height: auto !important;
    background-position: center right;
}

.action-wrapper .woocommerce-notices-wrapper {
    width: 100%;
}



    /** SLICK ***/

.carousel-control-next, .carousel-control-prev {
    width: 10%;
}


.slick-track {
    margin: 0;
    padding-bottom: 4px;
}

#billing_country_field {
    display: none !important;
}

.slick-default span.onsale {
    left: 1rem;
}

.slick-default .slick-list {
    margin: 0 -0.5rem;
}

.slick-default .product {
    padding: 0 1.5rem;
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0 !important;

    li {
        display: inline-block;
        margin-right: 8px;
        padding: 0;
        cursor: pointer;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #BCAB7340;
        overflow: hidden;
        transition: var(--transition);
        position: relative;

        button {
            width: 100%;
            height: 100%;
            position: absolute;
            opacity: 0;
        }
    }

    li.slick-active {
        background-color: #BCAB73;
    }
}

@media (max-width: 768px) {
    .slick-dots {
        margin-top: 1rem !important;
    }

    .reg-title {
        font-size: 16px !important;
    }

    .slick-dots {
        & li {
            width: 8px !important;
            height: 8px !important;
        }
    }

    .type-product .add_to_cart_button {
        padding: 0 5px;
    }

    .type-product > a + a {
        width: calc(100% - 3rem);
    }
}

/*** PRODUCT LOOP CONTENT **/

.product-image-wrap {
    padding-bottom: 120%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(92, 37, 43, 0.40);
    border-radius: 6px;

    img {
        position: absolute;
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%);
        max-width: calc(100% - 4rem) !important;
        height: calc(100% - 4rem) !important;
        object-fit: contain;
        transition: 0.8s ease-in-out;
    }

    img.img-second {
        opacity: 0;
        visibility: hidden;
    }
}

.type-product:hover .product-image-wrap {
    img {
        height: calc(100% - 3rem);
        bottom: 1rem;
    }
}

.product-image-wrap:hover img.img-second {
    opacity: 1;
    visibility: visible;
}

@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

/*** CART ***/



.product-title {
    font-weight: 500;
}


.woocommerce-mini-cart a.remove {
    background:  transparent !important;
    width: 12px;
    height: 12px;
    background-size: contain;
    opacity: 0.5;
    position: relative;
    top: 7px;
}

.woocommerce-mini-cart-item img {
    width: auto;
    height: 130px;
    margin: auto;
    display: block;
}

.woocommerce-mini-cart a.remove::before {
    content: "\f2ed";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: var(--text-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 12px;
    font-size: 19px;
}

#cartModal {
    /*width: 400px;
    max-width: 100%;
    left: auto;
    right: 0;*/

    .modal-body {
        max-height: calc(100% - 137px);
    }




    .modal-fullscreen {
        width: 100%;

        .modal-footer .btn {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }
    }

    .woocommerce-mini-cart {
        max-height: calc(100% - 35px);
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 15px;
    }

    .quantity .qty {
        height: 25px !important;
        font-size: 14px;
        width: 40px !important;
    }

    .quantity .plus, .quantity .minus {
        height: 25px;
        background: transparent;
        width: auto;
        line-height: 25px;
        font-size: 14px;
    }

    .product-title {
        font-family: var(--title-family);
        font-size: 16px;
    }

    .woocommerce-mini-cart__total {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
    }

    .woocommerce-mini-cart__total {
        border-top: var(--border-width) solid var(--solid-color);
    }

    .modal-content {
        background: #F3F2EE;
        overflow: hidden;
    }

    .modal-footer, .modal-header {
        border-color: var(--solid-color);
    }
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

/*** ARCHIVE ***/
.border-bottom, .border-top {
    border-color: var(--solid-color) !important;
}

main#archive {

}

#yith-wcwl-popup-message {
    display: none !important;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    position: absolute;
    right: 1.5rem;
    top: 0.5rem;
    left: auto;

    .blockOverlay.blockUI {
        top: -5px !important;
        left: -8px !important;
    }

    .blockUI.blockOverlay::after {
        width: 10px;
        height: 10px;
        line-height: 10px;
        font-size: 10px !important;
    }

}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
    font-size: 18px;
}

.view-wishlist {
    display: none !important;
}

.filter-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
}


.widget {

    margin-bottom: 1rem;
    border-bottom: 1px solid var(--solid-color);

    form {
        display: none;
    }

    h3 {
        position: relative;
        font-size: 16px;
        font-weight: 500 !important;
        cursor: pointer;
        padding-bottom: 1rem;
        margin-bottom: 0 !important;

    }

    h3::after {
        content: "\f107";
        font-family: 'Line Awesome Free';
        font-weight: 900;
        color: var(--text-color);
        transition: var(--transition);
        position: absolute;
        right: 0;
        font-size: 16px;
        top: 0px;
    }

   h3.active::after {
        transform: rotate(180deg);
    }

    .woocommerce-widget-layered-nav-list, .wc-brand-list-layered-nav-product_brand {
        list-style: none;
        padding: 0 !important;
        margin: 0;
        display: none;

        li {
            position: relative;

            margin-bottom: 10px;
            font-size: 14px;
            font-weight: 500;

            a {
                display: block;
                padding-left: 25px;
            }
            span {
                position: absolute;
                right: 0;
                top: 0;
            }
        }

        li:last-child {
            margin-bottom: 1.5rem;
        }

        li a:before {
            content: "\f00c";
            font-family: 'Line Awesome Free';
            font-weight: 900;
            color: #F3F2EE;
            position: absolute;
            left: 0;
            top: 2px;
            width: 17px;
            height: 17px;
            border: var(--border-width) solid var(--solid-color);
            transition: var(--transition);
            font-size: 12px;
            text-align: center;
            line-height: 16px;

        }

        li.chosen a:before {
            background-color: var(--action-color);
            border-color: var(--action-color);
        }
    }

    /* Container for the price slider amount */
    .price_slider_wrapper {
        padding: 0;
        margin-bottom: 20px;

    }

    /* Price slider track */
    .price_slider {
        height: 4px;
        background: var(--solid-color);
        border-radius: var(--border-radius);
        position: relative;
        margin: 20px 0;
        width: calc(100% - 17px);
        right: 17px;
    }

    /* Price slider range */
    .price_slider .ui-slider-range {
        background: var(--action-color);
        border-radius: var(--border-radius);
        height: 100%;
        position: absolute;
    }

    /* Price slider handles */
    .price_slider .ui-slider-handle {
        width: 19px;
        height: 19px;
        background: #fff;
        border: 2px solid var(--action-color);
        border-radius: 50%;
        top: -7px;
        position: absolute;
    }

    /* Styling for the price label */
    .price_label {
        font-size: 16px;
        margin-top: 10px;
    }

    .price_slider_amount {
        text-align: center;
    }

    /* Styling for the filter button */
    .price_slider_amount .button {

        display: inline-block;
        height: 35px !important;
        font-size: 16px !important;
        border: 1px solid var(--action-color) !important;
        background: transparent !important;
        color: var(--text-color) !important;
        line-height: 28px;
        padding-left: 5px;
        padding-right: 5px;
        width: 120px;
    }

    .price_slider_amount .button:hover {

    }

    /* Clearfix for floating elements */
    .price_label {

    }
}



.type-product .price {
    font-size: 16px !important;
    font-weight: bold;
    display: inline-block;
    font-family: var(--title-family);

}
.type-product .added_to_cart {
    display: none !important;
}


@media (max-width: 994px) {

    main {
        margin-top: 80px;
    }

    .filter-title {
        position: relative;
    }

    .widget h3 {
        font-size: 14px;
    }

    .filter-title::after {
        content: "\f107";
        font-family: 'Line Awesome Free';
        font-weight: 900;
        color: var(--text-color);
        transition: var(--transition);
        position: absolute;
        right: 0;
        font-size: 16px;
        top: 0px;
    }

    .filter-title.active::after {
        transform: rotate(180deg);
    }

    .mobile-wrap {
        display: none;
    }

    .orderby {
        font-size: 12px !important;
    }

    .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
        font-size: 12px;
    }
}


/*** CHECKOUT **/
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2
{
    width: 100%;
}

.woocommerce-NoticeGroup-checkout {
    border: var(--border-width) solid #ff4141;
    border-radius: var(--border-radius);
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.woocommerce-NoticeGroup-checkout ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;

    ul {
        list-style: none;
    padding: 0;
        margin-bottom: 0;
    }

}

.woocommerce-checkout h3 {
    margin-bottom: 1.5rem;
}

.woocommerce-billing-fields {
    margin-bottom: 1rem;
}

.woocommerce-form__label-for-checkbox {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding-left: 25px;
    input {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

}

.woocommerce-form__label-for-checkbox span::before {
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #F3F2EE;
    position: absolute;
    left: 0;
    top: 0px;
    width: 17px;
    height: 17px;
    border: var(--border-width) solid var(--solid-color);
    transition: var(--transition);
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}

.woocommerce-form__label-for-checkbox input:checked + span::before {
    background-color: var(--action-color);
    border-color: var(--action-color);
}

.form-row {
    margin-bottom: 1.5rem;
}

.form-row label {
    font-weight: 600;
    font-size: 12px;
    opacity: 0.7;
    margin-bottom: 0.5rem;
}

.woocommerce-form-coupon-toggle  {
    display: none !important;



    .form-row-last {
        width: 40%;
        margin-bottom: 0 !important;
    }

}



.woocommerce-form-coupon-toggle +  .form-row-first  {
        width: 60% !important;
        margin-bottom: 0 !important;
}

.woocommerce-form-coupon-toggle +   .form-row-first + .form-row-last {
    width: 40% !important;
}

button[name="apply_coupon"] {
    width: 100%;
    top: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 14px;
}

.review-block {
    overflow: visible;

    .woocommerce-message {
        display: none !important;
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-remove-coupon {
    font-size: 12px;
}

.sub-title {
    font-weight: normal;
}

.blockOverlay.blockUI {
    background-image: none !important;
    background: #F3F2EE !important;
}

.blockUI.blockOverlay::after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f1ce";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    color: var(--action-color);
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}

.ywgc_enter_code {
    padding: 0 !important;
    margin: 0;

    background: transparent !important;

    p:first-child {
        display: none !important;

    }

    p {
        margin: 0 !important;
        padding: 0 !important;
    }

    .form-row-first {
        width: 60% !important;
        margin-bottom: 0 !important;
    }

    .form-row-last {
        width: 40% !important;
        margin-bottom: 0 !important;
    }
}

.ywgc_enter_code>div {
    width: 100% !important;
    margin: 0 !important;
}

.ywgc_apply_gift_card_button {
    width: 100% !important;
    top: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.review-block.review-gift {

    .ywgc_enter_code {
        display: block !important;
        height: 45px !important;
    }
}

.review-block {
    border-bottom: var(--border-width) solid var(--solid-color);
    overflow: hidden;
}

#review .product-line-total {
    font-size: 14px;
}

.woocommerce-mini-cart__sub-total {
    border-top: var(--border-width) solid var(--solid-color);

}

#order_review ul {
    list-style: none;
    padding-left:1rem;
    padding-top: 1rem;
}

#order_review ul li:first-child:last-child {
        label {
            padding: 0;
        }

    label::before {
        display: none;
    }
}

#order_review ul li {
    font-weight: 400;
    font-size: 14px;
    position: relative;
    margin-bottom: 0.5rem;
     input {
         position: absolute;
         top: 0;
         left: 0;
         opacity: 0;

     }

    label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;

    }

    label::before {
        content: '';

        width: 15px;
        height: 15px;
        border: 3px solid #fff;
        box-shadow: 0 0 0 1px var(--solid-color);
        border-radius: 50%;
        transition: var(--transition);
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 3px;
    }

    input:checked + label::before {
        background-color: var(--action-color);
    }

}


#order_review {
    .product-title {
        font-size: 14px;
        font-family: var(--title-family);
    }
}

.payment_box {
    padding-left: 25px;
    padding-top: 3px;
    opacity: 0.7;
    font-size: 12px;
    line-height: 17px;
}

.woocommerce-privacy-policy-text {
    padding-top: 1rem;
    font-size: 13px;
    opacity: 0.7;
    border-top: var(--border-width) solid var(--solid-color);
    font-weight: normal;

    a {
        text-decoration: underline;
    }
}

#place_order {
    width: 100% !important;
    float: none !important;
}

.sub-price strong {
    font-weight: 600;
}

.ywgc_have_code {
    display: none !important;
}

.review-block .woocommerce-error {
    color: #ff4141;
    font-size: 12px;
    font-weight: 600;
    list-style: none;
    padding: 0;
    margin-top: 0.5rem;
    margin-bottom: 0;
    float: left;
}

label.error {
    color: #ff4141;
    font-size: 12px;
    font-weight: 600;
    margin-top: 0.25rem;
}

.yith-giftcard {
    position: relative;

    .ywgc-remove-gift-card {
        position: absolute;
        right: 0;
        font-size: 12px;
        top: 19px;
    }

    .amount {
        padding-right: 58px;
    }
}

#ship-to-different-address {
    border: 0;
    padding: 0;
}

.woocommerce-terms-and-conditions {

    + .form-row {
        label {
            opacity: 1;
            font-weight: normal;
            padding-top: 1px;

            a {
                text-decoration: underline;
                position: relative;
                z-index: 2;
            }
        }
    }
}

form.checkout h3 {
    padding-bottom: 1rem;
    border-bottom: var(--border-width) solid var(--solid-color);
    font-family: var(--title-family);
    color: var(--title-color);
}



/*** CART **/

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: none !important;
}

.checkout-button {
    text-align: center;
    display: block;
    line-height: 45px;
}

.woocommerce-cart-form .product-title {
    font-weight: 600;
    font-size: 18px;
}

/** WISHLIST ***/
table.wishlist_table {
    width: 100%;
    text-align: left;
}

.wishlist_table tr td, .wishlist_table tr th.product-checkbox, .wishlist_table tr th.wishlist-delete {
    text-align: left;
}

.wishlist-title-container {
    display: none !important;
}

.wishlist_table .product-add-to-cart a {

    text-align: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 16px;
    display: inline-block !important;
    line-height: 45px !important;
}

.wishlist_table {
    padding: 0 !important;
    margin: 0 !important;
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    text-align: left !important;
}

.wishlist_table.mobile li {
    position: relative;
    margin-bottom: 3rem;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    position: absolute;
    right: 0;
    top: 0;
}

/** MY ACCOUNT **/

.woocommerce-orders-table {
    width: 100%;
    td, th {
        padding: 10px;
        border: 1px solid var(--solid-color);
    }
}

#loginModal, #registerModal {
    img {
        height: 70px;
        margin: auto;
        display: block;
    }

    .modal-dialog {
        max-width: 400px;
    }

    .woocommerce-form__label-for-checkbox {
        font-weight: 500;

        a {
            text-decoration: underline !important;
            position: relative;
            z-index: 3;
        }
    }
}

.forget-passowrd {
    font-size: 14px;
    text-decoration: underline !important;
}

.modal-content {
    border-radius: var(--border-radius);
    border: 0 !important;
    background: #F3F2EE !important;
}

.woocommerce-MyAccount-content {

    h3 {
        font-size: 18px;
    }

    .woocommerce-order-details {
        h2 {
            font-size: 18px;
        }

        table {
            width: 100%;
            td, th {
                padding: 10px;
                border: 1px solid var(--solid-color);
            }
        }

        margin-bottom: 1rem;
    }

    .woocommerce-customer-details {
        h2 {
            font-size: 18px;
        }

    }
}

.my_account_giftcards {
    width: 100%;
    td, th {
        border: var(--border-width) solid var(--solid-color);
        padding: 10px;
    }
}

.woocommerce-MyAccount-content a {
    text-decoration: underline;
}

#coverPhoto + .border-top {
    border-top: 0 !important;
}

#coverPhoto {
    img {
        height: 80px;
        filter: brightness(0) invert(1);
        position: relative;
    }
    overflow: hidden;
    position: relative;
    border-radius: 10px;

    h1 {
        color: #fff !important;
    }

    .cat-description {
        color: #fff;

    }
}
.cat-description {
    max-width: 500px;
    margin: auto;
}

#coverPhoto::before {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
}

.woocommerce-MyAccount-content em {
    font-size: 12px;
    opacity: 0.7;
    margin-top: 5px;
}

.woocommerce-account .woocommerce {
    overflow: hidden;

}

.ywgc-empty-table-icon {
    margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation {
    width: 25% !important;
    ul {
        list-style: none;
        padding: 0;
        margin: 0;

        li {
            position: relative;

            font-weight: 500;
            padding-bottom: 0.5rem;
            margin-bottom: 0.5rem;
            border-bottom: var(--border-width) solid var(--solid-color);
            a {
                transition: var(--transition);
                opacity: 0.5;
            }
        }

        li.is-active a, li:hover a {
            opacity: 1;
        }

        li::before {
            content: '\f3fd';
            font-size: 22px;
            font-family: 'Line Awesome Free';
            font-weight: 900;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }

        .woocommerce-MyAccount-navigation-link--orders::before {
            content: '\f03a';
        }

        .woocommerce-MyAccount-navigation-link--gift-cards::before {
            content: '\f06b';
        }

        .woocommerce-MyAccount-navigation-link--edit-address::before {
            content: '\f015';
        }

        .woocommerce-MyAccount-navigation-link--edit-account::before {
            content: '\f2bd';
        }

        .woocommerce-MyAccount-navigation-link--customer-logout::before {
            content: '\f2f5';
        }
    }


}

@media (max-width: 760px) {
    .woocommerce-MyAccount-navigation {
        width: 50px !important;
        float: left !important;
    }

    .single-product .yith-wcwl-add-to-wishlist {

    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: calc(100% - 50px);
        padding-left: 3rem;
        float: right !important;

    }

    .woocommerce-MyAccount-navigation {
        border-right: var(--border-width) solid var(--solid-color);
        & ul {
            & li {
                position: relative;
                border-bottom: 0;
                opacity: 0.5;

                a {
                    opacity: 0 !important;
                    position: absolute;
                    width: 100%;
                    height: 100%;
                }
            }
        }

        & ul {
            & li.is-active {
                opacity: 1
            }
        }
    }
}

/** THANK YOU PAGE **/
.woocommerce-order-received {
    h1  {
        display: none !important;
    }
    .woocommerce-thankyou-order-details {
        list-style: none;
        padding: 0;
        margin: 0;

        li {
            margin-bottom: 0.5rem;
        }

        i {
            font-size: 20px;
        }
    }
    .woocommerce-order-details {
        width: 50%;
        float: left;
        font-size: 14px;





        border-top: var(--border-width) solid var(--solid-color);

        table {
            width: 100%;
        }

        th, td {
            padding: 10px;
            border: 1px solid var(--solid-color);
        }

        .product-name {
            width: 40%;
        }

        h2 {
            border-left: var(--border-width) solid var(--solid-color);
            border-right: var(--border-width) solid var(--solid-color);

        }
    }

    h2 {
        font-size: 18px;
        padding: 10px;
        margin-bottom: 0;
    }

    .woocommerce-customer-details {
        width: 50%;
        float: left;
        font-size: 14px;
        padding-left: 3rem;
        address {
            padding: 10px;
        }

        .woocommerce-column {
            float: left;
            width: 50%;
        }

        .woocommerce-column:last-child {
            padding-left: 1.5rem;
        }
    }

    @media (max-width: 760px) {
        .woocommerce-order-details {
            width: 100%;
            float: none;

            margin-bottom: 2rem;
        }

        .woocommerce-customer-details {
            width: 100%;
            float: none;
            padding-left: 0;
        }
    }

}

.container-fluid {

}


.woocommerce-result-count {
    display: none;
}

#productGallery {
    .wrap-image {
        padding-bottom: 110%;
        img {
            position: absolute;
            top: 2rem;
            left: 50%;
            transform: translateX(-50%);
            height: calc(100% - 4rem);
            object-fit: cover;
        }
    }
}

.price, .woocommerce-Price-amount {
    font-family: var(--title-family);
}

#maxW {
    max-width: 1000px;
    margin: auto;
    .link-product {
        width: 100%;
    }

    .link-product:hover img {
        transform: scale(1.05);
    }
    .img-wrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-bottom: 150%;
        img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            transition: 1s;
        }
    }
    .title {
        font-weight: bold;
        font-size: 24px;
    }
}

/*.related-products {
    .product-image-wrap img.img-second {
        opacity: 1;
        visibility: visible;
    }

    .product-image-wrap {
        picture:first-child {
            img {
                opacity: 0;
                visibility: hidden;
                z-index: 2;
            }
        }
    }

    .product-image-wrap:hover {
        picture:first-child {
            img {
                opacity: 1;
                visibility: visible;
            }

        }

    }
}*/


/*** HOME ***/
#hero {
    margin-top: 75px;
    .background-it {
        background: rgba(191, 161, 133, 0.10);
        height: 600px;
    }

    .title {
        font-size: 24px;
        font-style: normal;
    }

    .quote {
        font-family: "Noto Serif Hebrew";
        font-size: 40.5px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
        color: var(--text-color);
    }

    .pic-wrapper {
        position: absolute;
        width: 40%;
        height: 100%;
        top: 0;
        left: 0;
        .big-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;

        }
    }


}


.big-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;

    p {
        margin-bottom: 0;
    }

    .square {
        width: 40px;
    }
}

@media (max-width: 1401px) {
    #hero {
        .big-image {
            position: absolute;
            top: 0;
            left: 1rem;
            max-height: 90%;
        }

        .background-it {
            height: 500px;
        }
    }
}

@media (max-width: 1201px) {
    #hero {


            .quote {
                font-size: 32px;
            }

        .title {
            font-size: 18.9px;
        }


        .background-it {
            height: 400px;
        }
    }

    header ul li a:after {
        display: none !important;
    }
}

@media (max-width: 992px) {
    #hero {
        .quote {
            font-size: 24px;
            text-align: center;
            br {
                display: none;
            }
        }

        .title {
            font-size: 16px;
            padding-top: 120vw;
            text-align: center;
        }


        .background-it {
            height: auto;
        }

        .pic-wrapper {
            position: absolute;
            width: 100%;
            height: 120vw;
            top: 0;
            left: 0;
            .big-image {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;

            }
        }
    }

    .big-text {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
    }


}

@media (max-width: 480px) {
    #hero {
        margin-top: 66px;
    }
}

.woocommerce-order-pay {

    .woocommerce {
        text-align: center;
    }

    .order_details {

        border: 1px solid #e5e5e5;
        border-radius: var(--border-radius);
        margin-bottom: 1.5rem;
        display: inline-block;

        list-style: none;
        padding: 0;
        margin: 0 auto 15px;
        li {
            display: inline-block;
            margin: 0 -2px;
            padding: 1rem;
            font-size: 14px;
        }
    }

}


/**** FRONT PAGE ***/

.type-product {
    .quantity {
        bottom: 0;
    }

    .quantity .qty {
        height: 35px !important;
        width: 50px !important;
        font-size: 14px !important;
    }

    .quantity .plus, .quantity .minus {
        height: 35px !important;
        width: 35px !important;
    }

    .btn {
        height: 35px !important;
        font-size: 16px !important;
        width: 100%;
        line-height: 27px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

#main-area {
    width: calc(100% - 250px);

}
.home .section-products .products {
    margin: 0 !important;
    overflow-x: hidden;

    /* the slides */
    .slick-slide {
        margin: 0 0.75rem;
    }

    /* the parent */
    .slick-list {
        margin: 0 -0.75rem 0 0;
        width: calc(100% + 1rem);
        max-width: calc(100% + 2rem);
    }


}

#topMsg {
    background: var(--action-color);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: var(--title-family) !important;
}

#topMsg + header:not(.scrolled) {
    top: 40px;
}


.type-product .product-title {
    height: 90px;
}

.woocommerce-loop-product__title {
    max-width: 65%;
}

.arrow-btn {
    color: #5C252B !important;
    background: url('assets/images/arrow.svg') no-repeat center left !important;
    background-size: 30px !important;
    padding-left: 40px !important;
    border-radius: 0 !important;
    padding-right: 0 !important;
    font-size: 22px;
}

.image-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    transition: 0.3s ease-in-out;
    img, video {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }
}

.image-wrapper::after {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.5);
    top: 0;
    left: 0;
    content: '';

    position: absolute;
}

.custom-sticky {
    top: 80px;
}

#help, .help {
    width: 250px;

    .position-sticky {
        top: 100px;
    }

    .logo-top {
        img {
            height: 65px;
        }

        font-family: var(--title-family);
    }

    .link-item {
        height: 100px;
        overflow: hidden;
        border-radius: 16px;

        .title {
            font-family: var(--title-family);
            color: #fff;
            font-size: 16px;
            font-weight: 500;
        }


    }
    .link-item:hover .image-wrapper {
        opacity: 0.8;
    }
}

.help {
    width: 100%;

    .link-item {
        width: 100%;
    }
}

.hero {
    height: 65vh;
    border-radius: 10px;
    min-height: 500px;

    color: #fff;

    h2 {
        color: #fff !important;
        margin-bottom: 0;
    }

    p {
        color: #fff;
    }

    .video-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;

        video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .video-wrapper::after {
        background: rgba(0,0,0, 0.4);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: '';
        position: absolute;
    }

    .links a.btn:nth-child(even) {
        background: #E4DAD0 !important;
        color: var(--text-color) !important;
    }
}

.winery-box {
    padding-bottom: 100%;
    border-radius: 6px;
    overflow: hidden;
    .title {
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        width: 100%;
        transform: translateY(-50%);
        font-family: var(--title-family);
        color: #fff;
        font-size: 22px;
        font-weight: 500;
    }
}


.winery-box:hover {
    .image-wrapper {
        opacity: 0.8;
    }
}

.section-banner {
    .inside-banner {
        background: #E4DAD0;
        border-radius: 10px;
        overflow: hidden;
    }

    .about-image {
        padding-bottom: 80%;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.section-pages {

    .winery-box {
        padding-bottom: 60%;
    }

    .title {
        color: #fff;
        filter: brightness(0) invert(1);
    }
}

.section-categories {
    .filter-item {
        height: 35px !important;
        font-size: 16px !important;
        width: 120px;
        line-height: 25px;
        padding-left: 5px;
        opacity: 0.3;
        padding-right: 5px;
        background: transparent !important;
        border: 1px solid var(--text-color) !important;
        color: var(--text-color) !important;
    }

    .filter-item.active, .filter-item:hover {
        opacity: 1;
    }
}

#age-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(228,218,208, 0.98);
    z-index: 9999;
    font-size: 20px;
    font-family: var(--title-family);

    .actions .btn {
        width: 150px;
    }
}

@media (max-width: 1401px) {
    .type-product {
        .quantity .qty {
            height: 35px !important;
            width: 40px !important;
            font-size: 14px !important;
        }
    }

    .type-product {
        .quantity .plus, .quantity .minus {
            height: 35px !important;
            width: 28px !important;
        }
    }


    #help {
        & .logo-top {
            font-size: 16px;
            img {
                height: 55px;
            }
        }

        .position-sticky {
            top: 85px;
        }

        .link-item {
            height: 85px;
        }
    }

    .custom-sticky {
        top: 85px;
    }
}



@media (max-width: 1201px) {
    #help {
        width: 180px;
    }

    #main-area {
        width: calc(100% - 200px);
    }

    #help {
        .link-item {
            height: 75px;
        }
    }

    #help {
        width: 180px;
    }

    #main-area {
        width: calc(100% - 200px);
    }

    .arrow-btn {

        background: url(assets/images/arrow.svg) no-repeat center left !important;
        background-size: 20px !important;
        padding-left: 28px !important;
        font-size: 16px;
        line-height: 18px;
        height: auto;
        color: #5C252B;
    }
}

@media (max-width: 994px) {
    #main-area {
      width: 100%;
    }

    #topMsg {
        font-size: 14px;
    }

    #topMsg + header:not(.scrolled) {
        top: 29px;
    }

    #tags {
        overflow: hidden;
        margin-right: -1rem;
        width: calc(100% + 2rem);
    }

    #tags .tags {
        overflow-x: auto;
        white-space: nowrap;


        .link-item {
            height: 57px;
            display: inline-block;
            width: 37vw;
            margin-right: 1rem;
            min-width: 120px;
        }
    }

    #help {

        position: fixed;
        width: 100%;
        height: 50px;
        bottom: 0;
        right: 0;


        .link-item {
            height: 75px;
        }
    }

    .slick-dots {
        text-align: center;
    }

    .home .section-products .products {
        .slick-list {
            margin: 0 -0.5rem;
        }

        .home .section-products .products {
            .slick-slide {
                margin: 0 1rem;
            }
        }
    }
}

@media (max-width: 580px) {
    .type-product {
        .quantity .plus, .quantity .minus {
            height: 35px !important;
            width: 35px !important;
        }
    }

    .woocommerce-loop-product__title {
        max-width: 100%;
    }

    #coverPhoto {
        img {
            height: 65px;
        }
    }

    .section-categories {
        .filter-item {
            height: 30px !important;
            width: 120px;
            line-height: 20px;
            font-size: 13px !important;
        }
    }

    #tags .tags {
        .link-item:not(:first-child) {
            margin-right:  0.5rem;
        }

        .link-item:last-child {
            margin-left: 1rem;
        }
    }

    .type-product {
        .quantity .qty {
            height: 35px !important;
            width: calc(100% - 70px) !important;
            font-size: 14px !important;
        }
    }

    .single-product .type-product {
        .quantity {
            width: 100%;
        }


        .quantity .qty {
            width: calc(100% - 90px) !important;
            font-size: 14px !important;
        }
    }

    .single_add_to_cart_button:not(.add-to-cart) {
        margin: 10px 0 0 !important;
        width: 100%;
    }
}

.product-title{

}
.woocommerce-Price-bidi {
 unicode-bidi: embed !important;
}

.woocommerce-notices-wrapper {
    display: none;
}