/*
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
*/


@font-face {
    font-family: 'Involve';
    src: url('./assets/fonts/Involve-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Involve';
    src: url('./assets/fonts/Involve-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Involve';
    src: url('./assets/fonts/Involve-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Involve';
    src: url('./assets/fonts/Involve-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


:root {
    --action-color: #fff;
    --action-text: #fff;
    --text-color: #000;
    --border-radius: 0;
    /*--title-color: #fff;*/

    --solid-color: #1F1F1F;

    --border-width: 1px;
    --transition: 0.3s ease-in-out;

    --title-color: #1F1F1F;
    --title-weight: 500;
    --font-family: 'Involve', sans-serif;
    --btn-bg-color: #FFF;
    --btn-second-bg-color: #1F1F1F;
}


/*** GENERAL ****/

body {
    font-size: 18px;
    font-family: var(--font-family);
    background: #fff;
}

h1, .h1 {
    font-size: 65px;
    font-weight: var(--title-weight);
    letter-spacing: -0.875px;
    text-transform: uppercase;
    color: #fff;
    line-height: 100%;
}

h1.big {
    font-size: 205px;
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    font-family: "Archivo Black", sans-serif;
}

h1.smaller {
    font-size: 40px;
}

h1.lighter {
    font-weight: 400;
    line-height: normal;
}

h2, .h2 {
    font-size: 35px;
    font-weight: var(--title-weight);
    color: var(--title-color);
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

h2.smaller {
    font-size: 45px;
}

h2.bolder {
    color: #383230;
}

h2.italic {
    font-style: italic;
}

h3, .h3 {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}


h4, .h4 {
    font-size: 24px;
    font-weight: var(--title-weight) !important;
    color: #383230;
}

h5, .h5 {
    font-size: 18px;
    font-weight: var(--title-weight) !important;
    color: var(--title-color) !important;
    font-family: var(--font-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: 44px;
}

main:not(#home) {
    margin-top: 197px;
}

a, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
}

#wpadminbar {
    top: auto;
    bottom: 0;
}

.button.wc-backward {
    display: inline-block;
    margin-top: 2rem;
    line-height: 45px !important;
}
.return-to-shop{
    .button.wc-backward{
        background-color: var(--btn-second-bg-color);
        color: var(--action-text);
    }
}


/*Main Button*/
button[type="submit"], input[type="submit"], .btn, .checkout-button, .wishlist_table .product-add-to-cart a, .button.wc-backward {
    background-color: var(--btn-bg-color);
    color: var(--text-color);
    position: relative;
    top: 0;
    transition: var(--transition);
    /*height: 45px;*/
    font-weight: 500;
    line-height: 30px;
    box-shadow: none !important;
    padding-left: 70px;
    font-size: 18px;
    padding-right: 70px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
}

.btn:hover {
    background: #000;
    color: #fff;
}

.submit-form.btn{
    background-color: var(--btn-second-bg-color);
    color: var(--action-text);
}

.btn.invert {
    color: var(--title-color) !important;
    border: 1.785px solid #FFF;
    background: #f1eae5;
}

.btn.invert:hover {
    color: #000 !important;
}

.btn.second {
    background: var(--btn-second-bg-color);
    color: var(--action-text);
}

.btn.second:hover {
    color: var(--action-text);
}

#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(--btn-second-bg-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: var(--btn-second-bg-color) !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;
    top: -1px !important;
    height: 47px;
}

.review-block {
    .form-row-first {
        width: 60% !important;
        margin-bottom: 0 !important;
    }
}

.review-block {
    .form-row-last {
        width: 40% !important;
        margin-bottom: 0 !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;

}

.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(--title-color);
}

/*select:focus {*/
/*    border-color: var(--action-color);*/
/*}*/

textarea {
    height: auto;
    min-height: 150px;
}

.btn-close {
    box-shadow: none !important;
    opacity: 1 !important;
}

.text-box {
    max-width: 500px;
}

.text-box p {
    color: #fff;
    font-size: 20px;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;

    img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        transition: 1s;
    }
}

/*HEADER NEW*/

/* ==================================================
   HEADER & NAVIGATION BASE STYLES
================================================== */

/* -- Header Base -- */
header {
    top: 0;
    /*background-color: white;*/
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease-in-out;
}

/* Hide the post edit link */
.post-edit-link {
    display: none !important;
}

/* Fixed header: border change when fixed */
header.fixed {
    border-color: #fff;
    z-index: 1000;
}

/* General link styling in nav lists */
nav ul li {
    display: inline-block;
    position: relative;
}

/* ----- Modal Elements ----- */
.btn-close {
    background-color: transparent !important;
    opacity: 1 !important;
}

.modal-dialog,
.modal-content {
    border-radius: 5px;
    border: 0 !important;
}

.modal {
    z-index: 1068;
}


/* ==================================================
   OFF-CANVAS (MOBILE) MENU STYLES
================================================== */

/* -- Menu Container (Off-Canvas) -- */
#menuContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; /* Uncomment alternative if needed: rgba(0, 0, 0, 0.75) */
    z-index: 1066;
    transition: 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

/* -- Body overflow control when menu is open -- */
body.no-overflow {
    overflow: hidden;
}

body.no-overflow #menuContainer {
    opacity: 1;
    visibility: visible;
}

body.no-overflow #menuContainer .inside {
    left: 0;
}

/* -- Menu Inner Container -- */
#menuContainer .inside {
    background: #fff;
    height: 100%;
    padding-top: 110px;
    width: 400px;
    position: absolute;
    top: 0;
    right: -400px;
    transition: 0.6s ease-in-out;
    border-left: 1px solid #33333320;
}

/* -- Menu List Reset -- */
#menuContainer .inside ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


/* ==================================================
   SUB-MENU STYLES WITHIN OFF-CANVAS MENU
================================================== */

/* -- Sub-menu Container -- */
#menuContainer .inside .sub-menu {
    position: fixed;
    height: 100%;
    width: 400px;
    top: 0;
    right: 400px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s ease-in-out;
}

/* Show sub-menu when body is not no-overflow */
body:not(.no-overflow) #menuContainer .inside .sub-menu {
    right: 0;
    transition: 0.5s ease-in-out;
}

/* Active sub-menu (when parent li is active) */
#menuContainer .inside li.active .sub-menu {
    opacity: 1;
    visibility: visible;
}

/* Custom sub-menu item styling */
#menuContainer .sub-menu li.menu-item-type-custom a .inner-wrapper {
    position: relative;
    padding-bottom: 75%;
    display: block;
    margin-bottom: 10px;
}

#menuContainer .sub-menu li.menu-item-type-custom {
    border-bottom: 1px solid #33333320;
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
}

#menuContainer .sub-menu li.menu-item-type-custom:first-child {
    margin-bottom: 3rem;
}

#menuContainer .sub-menu li.menu-item-type-custom:first-child a {
    right: 0 !important;
}

#menuContainer .sub-menu li.menu-item-type-custom:first-child a .image-wrapper {
    position: relative;
    padding-bottom: 75%;
    display: block;
    margin-bottom: 10px;
}

#menuContainer .sub-menu li.menu-item-type-custom:first-child a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}


/* ==================================================
   MENU ITEM & LINK STYLES
================================================== */

/* -- Main Menu Items -- */
#menuContainer .inside ul li {
    display: block;
    font-family: "Kaisei Decol", "noto-sans-hebrew", serif;
    font-size: 18px;
    margin-bottom: 10px;
}

/* -- Menu Links -- */
#menuContainer .inside ul li a {
    transition: 0.4s ease-in-out;
    position: relative;
    left: 0;
    display: block;
    color: #5a5a5a;
}

/* Hover effect for menu links */
#menuContainer .inside ul li a:hover {
    left: 4px;
}

/* Specific class for image in menu (if needed) */
.p-img {
    width: 270px;
}


/* ==================================================
   NAVBAR LOGO & HEADER TRANSITIONS
================================================== */

/* -- Logo and Header Background -- */
.navbar-logo img {
    height: 60px;
    width: auto;
    transition: 0.4s ease-in-out;
}

header.scrolled .navbar-logo img {
    height: 35px;
    filter: invert(1);
}

header .container-fluid {
    transition: 0.4s ease-in-out;
}

/*!* -- Fixed Header Logo Style -- *!*/

/* -- Scrolled Header Adjustments -- */
header.scrolled {
    background-color: white;
}

header.scrolled .container-fluid {
    padding-top: 0.5rem !important;
}

header.scrolled a.menu-link {
    color: #122025;
}

header.scrolled #book-menu li a {
    color: black;
}

header.scrolled {
    .search-btn img, .my-area img, .my-area-second img {
        filter: invert(1);
    }

    #topMenu {
        padding-top: 0.5rem !important;
        ul li a {
            color: var(--text-color);
        }
        ul li a::after {
            background: #000;
        }
    }

    .menu-item span {
        color: var(--text-color);
    }
}

/* Menu link resets */
.menu-link,
.menu-link-brand {
    text-decoration: none;
    color: white;
}

.menu-item span {
    font-size: 14px;
    color: var(--action-text);
}


/* ==================================================
   HAMBURGER MENU STYLES
================================================== */

/* -- Base Hamburger Style -- */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    position: relative;
    top: 2px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    z-index: 1067;
}

/* Hover effect for hamburger */
.hamburger:hover,
.hamburger.is-active:hover {
    opacity: 0.7;
}

/* Active hamburger inner lines color */
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #333333;
}

/* Toggle text style */
#menuToggle span {
    font-size: 13px;
}

/* Hamburger box dimensions */
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 13px;
}

/* Hamburger inner line */
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

/* Inner lines, before and after pseudo-elements */
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 23px;
    height: 1px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -6px;
}

.hamburger-inner:after {
    bottom: -6px;
}

/* Collapse effect for hamburger */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner:after {
    top: -12px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transform: rotate(-90deg);
}


/* ------------------------------
   GENERAL TYPOGRAPHY & LAYOUT
------------------------------ */

/* Style main menu links */
#topMenu {
    transition: 0.4s ease;
    ul {
        padding: 0;
        margin: 0;
    }

    ul li a {
        font-size: 18px;
        margin: 0 10px;
        font-weight: 500;
        color: var(--action-text);
        line-height: 30px;
        position: relative;
        transition: 0.4s ease;
    }

    ul li a::after {
        content: '';
        bottom: -3px;
        width: 0;
        transition: 0.4s ease-in-out;
        opacity: 0;
        height: 2px;
        left: 0;
        border-radius: 5px;
        position: absolute;
        background: #fff;
    }

    ul li a:hover::after {
        width: 100%;
        opacity: 1;
    }
}

/* Adjust search container height dynamically depending on header state */
#topMsg + header:not(.fixed) .search-container {
    height: calc(100vh - 120px);
}

#topMsg + header .searchMe {
    height: calc(100% - 129px);
}

.fixed .searchMe {
    height: calc(100% - 89px);
}

/* ------------------------------
   SEARCH SECTION: LAYOUT & BEHAVIOR
------------------------------ */

/* Search overlay wrapper (initially hidden) */
.searchMe {
    position: fixed;
    width: 100%;
    height: 100px;
    top: 140px;
    left: 0;
    background: #fff;
    transition: 0.5s ease-in-out;
    display: none;
    opacity: 0;
    visibility: hidden;
}

/* Show the search overlay when open */
.searchMe.open {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* Wrapper around the actual search input and icons */
.search-wrapper {
    position: relative;
    padding-top: 2rem;
}

/* Search input styling */
.search-wrapper input {
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    width: 440px;
    box-shadow: none !important;
    outline: 0 !important;
    border-bottom: 1px solid black !important;
    background-color: transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Remove native browser clear/cancel buttons in WebKit */
.search-wrapper input[type="search"]::-webkit-search-cancel-button,
.search-wrapper input[type="search"]::-webkit-search-clear-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

/* Icon inside the search wrapper (likely magnifier or close icon) */
.search-wrapper img {
    position: absolute;
    bottom: 12px;
    right: 0;
    height: 22px;
    cursor: pointer;
    filter: invert(1);
}

/* Disable Bootstrap-like input focus shadows */
.form-control:focus {
    box-shadow: none;
}

/* ------------------------------
   SEARCH CONTAINER (FULLSCREEN PANEL)
------------------------------ */

.search-container {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 90px);
    transition: 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1066;
}

/* Reveal search panel when active */
.search-container.active {
    opacity: 1;
    visibility: visible;
}

/* ------------------------------
   SEARCH TOGGLE BUTTON BEHAVIOR
------------------------------ */

/* Hide the close icon if button does not have .go class */
.search-btn:not(.go) .close-s {
    display: none;
}

/* Hide the open icon if button has .go class */
.search-btn.go .open-s {
    display: none;
}

/* Style the search toggle button */
.search-btn {
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

/* ------------------------------
   ICON SIZES & TRANSITIONS
------------------------------ */

/* Common styling for icons inside .search-btn and .my-area */
/* ICON SIZES & TRANSITIONS */
.search-btn img, .my-area img, .my-area-second img {
    transition: transform 0.3s ease-in-out;
    height: 29px;
    width: 29px;
    opacity: 0.8;
}
.my-area-second .wishlist-heart{
    height: 27px;
    width: 27px;
}

.my-area, .my-area-second {
    position: relative;
}

.my-area {
    top: 3px;
}


.scrolling-text {
    overflow: hidden;
    background: #fff;
}

.scrolling-text__inner {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: scroll-text 30s linear infinite;


    p {
        margin: 0;
        font-size: 15px;
    }

    p img {
        position: relative;
        bottom: 2px;
    }
}


@keyframes scroll-text {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


/*Return page*/
.page-template-default {
    #main {
        margin-top: 240px;
    }

    h2,
    h1 {
        color: #000;
    }

    header {
        box-shadow: 0 3px 12px rgba(0, 0, 0, .06);

        .search-btn img, .my-area img, .my-area-second img {
            filter: invert(1);
        }

        .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
            background-color: var(--title-color);
        }

        #topMenu {
            ul li a {
                color: var(--text-color);
            }
        }

        .menu-item span {
            color: var(--text-color);
        }

        .navbar-logo img {
            filter: invert(1);
        }
    }
}


/*** MEDIA QUERY HEADER AND GENERAL ***/

@media (max-width: 1600px) {

}

@media (max-width: 1401px) {
    h1, .h1, .hero h2 {
        font-size: 50px;
    }


    h3, .h3, .hero {
        font-size: 24px;

    }

    .hero {
        height: 35vh;
        border-radius: 10px;
        min-height: 450px;
        color: #fff;
    }
}


@media (max-width: 1199px) {
    /*Header new*/
    .fixed .searchMe {
        height: 80px
    }

    #topMsg + header .searchMe {
        height: 80px
    }

    .searchMe {
        /*height: 80px;*/
        /*top: 72px;*/
    }

    .fixed .search-container {
        height: calc(100vh - 71px);
    }

    .nav-main.active {
        background-color: white;
    }

    .nav-main.active a.menu-link {
        color: black;
    }

    body.active {
        overflow: hidden;
    }
}

@media (max-width: 993px) {
    /*header new*/
    .searchMe {
        /*height: 80px;*/
        top: 110px;
    }

    /*Header*/
    #menuContainer {
        padding-top: 90px;
    }

    #menuContainer .inside {
        width: 100%;
        left: -100%;
    }


    #menuContainer .inside ul li.menu-item-has-children:after {
        opacity: 1;
    }

    #menuContainer {
        padding-top: 90px;
    }

    .hamburger {
        top: 1px;
    }

    .backme {
        position: absolute;
        bottom: -60px;
        background: url(assets/images/right-arrow.svg) no-repeat calc(100% - 1.5rem) 5px;
        height: auto;
        background-size: 13px;
        width: 100%;
        right: 0;
        padding-right: 2.9rem;
        z-index: 2;
        text-align: right;
        font-size: 13px;
        cursor: pointer;
    }

    #menuContainer .inside .sub-menu li:not(.menu-item-type-custom) {
        padding: 0 1.5rem;
    }


    #menuContainer .sub-menu li.menu-item-type-custom:first-child {
        margin-bottom: 4.5rem;
    }

    #menuContainer .inside .sub-menu {
        width: 100%;
        right: -100%;
        z-index: 10;
        background: #fff;
        opacity: 1;
    }

    #logo,
    .menu-main,
    .my-area-second {
        position: relative;
        z-index: 1067;;
    }

    #menuContainer .inside .active .sub-menu {
        right: 0;
    }

    .menu-main .search-box span {
        display: none;
    }

    /*Header*/
    #topMenu {
        position: fixed;
        height: calc(100% - 84px);
        background: url('assets/images/emilia-b.png') no-repeat bottom left #F2EBDF;
        background-size: 190px;
        background-position: 25px calc(100% + -20px);
        left: 100%;
        transition: 0.4s ease-in-out;
        opacity: 0;
        bottom: 0;
        width: 100%;
        z-index: 10000;
        padding-top: 30px;
        justify-content: center;
    }


    #topMenu.active {
        opacity: 1;
        right: 0;
    }

    #topMenu ul li {
        display: block;
        font-size: 30px;

    }

    #topMenu 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 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);
    }

    #topMenu 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;
        }
    }


    h1, .h1, .hero h2 {
        font-size: 40px;
    }

    h3, .h3, .hero {
        font-size: 18px;
    }

    footer {
        .inside {
            font-size: 18px;
        }
    }

    body {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    #menuWrapper {
        position: fixed;
        height: calc(100% - 132px);
    }

    .searchMe {
        top: 100px;
    }

    h1.smaller {
        font-size: 24px;
    }
}

@media (max-width: 600px) {

    button[type="submit"], input[type="submit"], .btn, .checkout-button, .wishlist_table .product-add-to-cart a, .button.wc-backward {
        padding-left: 40px;
        font-size: 18px;
        padding-right: 40px;
    }

    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-body.gform_body {
        width: 100% !important;
    }

    .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
        margin-top: 10px !important;
    }


    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;
            /*li.menu-item-has-children {*/
            /*    margin-bottom: 35px;*/
            /*}*/
        }

        .menu-item-has-children {
            .sub-menu {
                margin: 0.5rem 0 0;
            }
        }

        .title {
            flex: 0 0 45%;
        }
    }

    .action-row {
        font-size: 22px;

        .cartClick {
            font-size: 24px;
        }


        #searchMe {
            font-size: 20px;
        }
    }

    #menuWrapper {
        position: fixed;
        height: calc(100% - 125px);
    }

    h1, .h1, .hero h2 {
        font-size: 35px;
    }

    #related-services {
        h2 {
            font-size: 28px;
        }
    }
}

@media (max-width: 480px) {

    header .logo img {
        width: 45px !important;
    }


    .search-wrapper {
        input {
            min-width: 0;
            width: 100%;
        }
    }

    #menuWrapper {
        background-size: 100px;
    }
}


/***** HOME *****/

/*** Hero ***/
#banner {
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;


    .hero-text.text-center .text-box {
        margin: auto;
        max-width: 650px;
    }

    .hero-text {
        z-index: 3;
    }

    .text-box p {
        color: #fff;
        font-size: 18px;
        line-height: 130%;
    }

    /*Gallery Slides*/

    #carouselExampleFade {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    #carouselExampleFade .carousel-item img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

#banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#banner .banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}


/*** Banner Gift Cards ***/
.banner-giftcards {
    height: 90vh;

    h2 {
        text-transform: uppercase;
        line-height: 100%;
        color: #fff;
    }
}


/*** Products Section ***/
.home .section-products .products,
.related-products .products {
    .product-item {
        margin: 0 0.5rem;
    }

    margin: 0 !important;
    /* the parent */

    .slick-list {
        margin: 0 -0.75rem 0 0;
        width: calc(100% + 1rem);
        max-width: calc(100% + 2rem);
    }

    .slick-next, .slick-prev {
        width: 40px;
        height: 35px;
    }

    .slick-arrow {
        position: absolute;
        right: calc(100% - 101px);
        top: -70px;
        background: none;
        border: 0;
        outline: 0;
        padding: 6px;
        border-radius: 5px;
        transition: all .4s;
        z-index: 99;
        background: #121212;
        cursor: pointer;
        margin: 0;
    }

    img.slick-next.slick-arrow {
        right: calc(100% - 49px);
    }
}

.collection {
    background: #FBF7F4;
}


/*** Info Block ***/
.info-block {
    .img-wrapper {
        padding-bottom: 65%;
    }

    .text-box {
        max-width: unset;
    }

    .text-box p {
        color: var(--title-color);
        font-size: 20px;
    }


    .video-wrapper {
        position: relative;
        padding-bottom: 65%;
    }

    .video-wrapper video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
}

/*** Info Block Dazz Collab ***/
.dazz-collab {
    .row {
        flex-direction: row-reverse;
    }

    .logo-wrapper {
        img {
            height: 45px;
            width: auto;
            transition: var(--transition);
        }
    }
}


/*** Stripe Block ***/
.stripe-block {
    background: #FBF7F4;

    .stripe-link{
        text-transform: uppercase;
        text-underline-offset: 15%;
        font-weight: 500;
        color: var(--title-color);
    }
    .stripe-icon{
        width: 45px;
        height: auto;
    }
}


/*** Newsletter Block ***/
#newsletter-block {
    .img-wrapper {
        padding-bottom: 145%;
    }

    h2 {
        letter-spacing: 0.28px;
    }

    /* newsletter-block → images */

    .img-taller {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
        height: 100%;
        overflow: hidden;
    }

    .img-taller picture,
    .img-taller img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    /***FORM***/

    .form-container {
        position: relative;
        z-index: 3;
    }

    .gform-body.gform_body {
        padding-bottom: 2rem;
    }

    .gform_footer.before {
        margin: 0 !important;
        padding: 0 !important;
    }

    .gform_wrapper.gravity-theme .gfield_label {
        display: none !important;
    }

    /*Button*/

    .gform_footer input[type="submit"] {
        background: #000 !important;
        color: #fff !important;
        width: 100%;
    }


    .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: #9B9B9B;
        font-size: 20px;
        text-align: start;
        border-radius: 0;
        transition: 0.4s ease;
        border: none;
        border-bottom: 1px solid #000;
        background: transparent;
        padding: 8px 0px !important;
    }

    input:focus {
        outline: none;
        border: none !important;
        box-shadow: none !important;
    }

    ::placeholder {
        color: #1F1F1F;
        opacity: 0.48;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.72px;
    }

    /*INPUT FOCUS*/

    .form-wrap {
        max-width: 830px;
    }

    .gform_wrapper.gravity-theme .gfield input.large:focus {
        border: 1px solid #1F1F1F !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;
    }

    /*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;
        text-align: center;
    }
}

/*** Categories Block ***/
#categories-block {

    .video-wrapper {
        padding-bottom: 110%;
        cursor: pointer;
        height: 100%;

        .image-cover {
            height: 100%;
            /*position: relative;*/

            img {
                position: absolute;
                object-fit: cover;
                object-position: center top;
                width: 100%;
                height: 100%;
            }
        }
    }

    .video-wrapper video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .video-wrapper::after {
        z-index: 1;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: opacity .45s ease;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(113deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.10) 100%);
    }

    /* hover: hide the overlay */

    .video-wrapper:hover::after {
        opacity: 0.8;
    }

    .image-cover img {
        transition: all 0.8s ease-in-out;
    }

    .category-card:hover .image-cover img {
        transform: scale(1.05)
    }

    .caption {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        color: #fff;
        padding: 0.25rem 0.5rem;
        text-align: center;
        white-space: nowrap;
        font-weight: 600;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 25px;
    }

    .btn-wrap img {
        padding: 6px;
        transition: all .4s;
        z-index: 99;
        background: #121212;
        cursor: pointer;
        width: 40px;
        height: 35px;
    }

    .btn-wrap span {
        font-weight: 600;
        font-size: 20px;
    }
}


/*** LOOK ***/

#productModal {
    .heartMe {
        opacity: 1;
    }

    .modal-dialog {
        max-width: 700px;
        border-radius: 0px !important;
        overflow: hidden;
    }
}

.thumb {
    position: relative;

    cursor: pointer;
    width: 100%;

    .thumb-wrapper {
        position: relative;
        padding-bottom: 120%;
        overflow: hidden;

        img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.thumb:hover .heartMe {
    opacity: 1;
}

.heartMe {
    position: absolute;
    /*opacity: 0;*/
    transition: 0.4s ease-in-out;

    .in {
        background: url('assets/images/xplus.svg') no-repeat center center;
        background-size: auto;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        animation: heartbeat 2.5s infinite;
        border: 2px solid rgba(255, 255, 255, .9);
        backdrop-filter: blur(8px);
    }
}

.heartMe:hover {
    .product-pop {
        opacity: 1;
        visibility: visible;
    }
}

.product-pop.active {
    opacity: 1;
    visibility: visible;
}

.product-pop.bottom {
    top: auto;
    bottom: 35px;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    14% {
        transform: scale(1.2);
    }
    28% {
        transform: scale(1);
    }
    42% {
        transform: scale(1.2);
    }
    70% {
        transform: scale(1);
    }
}

.product-pop {
    position: absolute;
    background: #000;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    text-align: center;
    width: 290px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
    padding: 0.8rem 0.5rem;
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(18px);

    .product-image {
        position: relative;
        overflow: hidden;
        /*padding-bottom: 100%;*/
        border-radius: var(--border-radius);

        img {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            margin: 0;
        }
    }

    .product-pop-info {
        color: #fff;

        .reg-title{
            font-size: 16px;
            text-align: start;
        }
    }

    .price {
        font-size: 12px !important;
        text-align: start;
        span {
            color: #fff !important;
        }
    }
}
/* Only hide overflow from the lg breakpoint (≥992 px) up */
@media (min-width: 768px) {
    .overflow-lg-hidden {
        overflow: hidden !important;
    }
}




/***** GENERAL PAGE HEADER SETTING *****/
.no-overflow-search {
    /*Header Display*/

    header {
        background: #fff;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .06);

        .close-s{
            filter: unset!important;
            transition: transform 0.3s ease-in-out;
        }

        .search-btn img, .my-area img, .my-area-second img {
            filter: invert(1);
        }

        .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
            background-color: var(--title-color);
        }

        #topMenu {
            ul li a {
                color: var(--text-color);
            }
        }

        .menu-item span {
            color: var(--text-color);
        }

        .navbar-logo img {
            filter: invert(1);
        }
    }
}

.page-template-about,
.single,
.post-type-archive-product,
.tax-product_cat,
.menu-active,
.page-template-checkout,
.category-blog{


    /*Header Display*/

    header {
        box-shadow: 0 3px 12px rgba(0, 0, 0, .06);

        .search-btn img, .my-area img, .my-area-second img {
            filter: invert(1);
        }

        .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
            background-color: var(--title-color);
        }

        #topMenu {
            ul li a {
                color: var(--text-color);
            }
        }

        .menu-item span {
            color: var(--text-color);
        }

        .navbar-logo img {
            filter: invert(1);
        }
    }
}


/*** Info Block ***/
#about-preview {
    .img-wrapper {
        padding-bottom: 70%;
    }

    .text-box {
        max-width: 570px;
    }

    .text-box p {
        color: #000;
        font-size: 18px;
    }

    .text-box p strong {
        color: #DE4E45;
    }

    .text-box.colored {
        h3 {
            color: var(--text-color);
        }
    }
}

/*** Info Block ***/
.second-info-block {
    .row {
        flex-direction: row-reverse;
    }

    .img-wrapper {
        img {
            object-position: center left;
        }
    }
}


/*** Blogs Block ***/
.blog-block {

}

.blog-slider .slick-slide {
    margin: 0 1rem;
}

/***** CATEGORY PAGE *****/
.category {
    #banner {
        margin-top: 190px;
        height: 50vh;

        .banner-video {
            object-position: center 40%;
        }
    }
}

.article-card {
    border-radius: 8.026px;

    .article-content p {
        font-weight: 400;
        font-size: 16px;
        color: #3B3B3C;
    }

    .article-content-top {
        min-height: 170px;
    }

    h3.smaller {
        color: #000;
        font-size: 25px;
        line-height: 100%;
    }

    .img-wrapper {
        padding-bottom: 90%;
    }

    .img-wrapper img {
        transition: 0.6s ease-in-out;
    }

    .img-wrapper img:hover {
        transform: scale(1.05);
    }
}


/***** SINGLE PAGE *****/
main#single {
    margin-top: 170px;
}

#single {

    color: #000;

    h1 {
        color: #000;
    }

    .social-icons a img {
        max-width: 32px;
    }

    .text-box {
        max-width: 760px;
    }

    .text-box p {
        color: #000;
    }

    #hero {
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 55vh;
    }

    #hero::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: 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.00) 69.64%, #000 112.75%);
        z-index: 1;
        pointer-events: none;
    }

    .post-date-time {
        font-size: 17px;
    }
}

#related-services {
    h2 {
        color: #000;
    }
}

.single-post-content img,
.single-post-content figure img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.page-template-default {
    font-size: 16px;
}


/**** FOOTER ****/
.footer-content {
    z-index: 10;
}

footer {
    float: left;
    width: 100%;

    .text {
        line-height: 22px;
    }

    .menu-wrapper {
        background: #FBF7F4;
    }

    .social-link {
        font-size: 30px;
        color: #000;
        font-weight: 500;
        letter-spacing: -1.44px;
        text-transform: uppercase;
    }


    /*Menu Part*/

    ul.menu {
        display: flex;
        gap: 3rem;
        list-style: none;
        margin: 0;

        li.menu-item-has-children > a {
            font-size: 30px;
            color: #000;
            font-weight: 500;
            letter-spacing: -1.44px;
            text-transform: uppercase;
        }

        li.menu-item-has-children > a::after,
        li.menu-item-has-children > a::before {
            display: none !important;
        }
    }

    .menu a {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        position: relative;
        left: 0;
        transition: var(--transition);
    }

    .menu a:hover {
        left: 3px;
    }

    .menu-item-has-children {
        .sub-menu {
            position: static;
            opacity: 1;
            visibility: visible;
            box-shadow: none !important;
            padding: 0 !important;
            display: block !important;
            list-style: none;
            margin: 1.5rem 0 0;

            li {
                padding: 0;
            }
        }
    }


    .title {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
    }


    #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;
        }
    }


    /*Payments Details*/

    .payments-text p {
        color: #42474C;
        font-weight: 400;
        letter-spacing: 0.6px;
        font-size: 14px;
    }

    .payments-text p strong {
        color: #42474C;
        font-weight: 700;
    }

    .img-box img {
        width: 400px;
        height: auto;
    }


    /*EMILIA PART*/

    .last-small {
        font-size: 14px;
        color: #1F1F1F;
    }

    .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: #000;
        text-decoration: underline !important;
    }

    .emilia {
        direction: ltr;
    }

    .emilia img {
        height: 13px;
    }
    .emilia .simply-ad{
        height: 18px;
        position: relative;
        top: 3px;
    }

    .footer-logo img {
        max-width: 160px;
        height: auto;
    }

}



/*** Gift Cards Page ***/
.term-gift-cards{
    .yith-wcwl-add-to-wishlist {
        display: none !important;
    }
}

/***** Shop Page *****/
.post-type-archive-product {

}


/***** MEDIA QUERY *****/
@media (max-width: 1600px) {

}

@media (max-width: 1400px) {


}

@media (max-width: 1200px) {



    .product-pop {
        width: 250px;
        padding: 0.8rem 0.5rem;
    }

    footer {
        ul.menu {
            li.menu-item-has-children > a {
                font-size: 22px;
            }
        }

        .social-link {
            font-size: 22px;
        }
    }
}

@media (max-width: 993px) {
    .category {
        #banner {
            margin-top: 130px;
        }
    }
    main:not(#home) {
        margin-top: 130px;
    }

    .page-template-default {
        #main {
            margin-top: 170px;
        }
    }

    footer {
        .gform_wrapper form {
            align-items: flex-start;
            justify-content: center;
        }

        ul.menu {
            justify-content: center;
        }
    }

    .slick-dots {
        text-align: center;
    }

    .home .section-products .products {
        .slick-list {
            margin: 0 -0.5rem;
        }

        .slick-arrow {
            right: calc(100% - 115px);
        }

        img.slick-next.slick-arrow {
            right: calc(100% - 62px);
        }
    }

    .home .section-products .products {
        .slick-slide {
            margin: 0 1rem;
        }
    }

    .info-block {
        margin-top: 0;

        .img-wrapper {
            margin-top: 0;
        }
    }

    h1.big {
        font-size: 145px;
    }

    header.scrolled {
        .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
            background-color: #000;
        }
    }
}

@media (max-width: 768px) {
    .home .section-products .products, .related-products .products {
        .slick-arrow {
            top: -61px;
        }
    }

    footer {
        .gform_wrapper form {
            align-items: baseline;
            padding-right: 40px;
        }

        .gform_wrapper.gravity-theme .gfield input.large {
            height: 45px;
        }

        h2 {
            br {
                display: none;
            }
        }
    }


    .banner-hero {
        .hero-text {
            text-align: center !important;
        }

        .text-box {
            margin: auto;
        }
    }


    .info-block {
        .text-box {
            margin: auto;
        }

        .text-box p {
            font-size: 16px;
        }
    }

    h1.big {
        font-size: 85px;
    }

    .nav-search-wrapper .search-input {
        height: 36px;
    }

    .nav-search-wrapper .search-submit {
        top: 0px;
    }

    footer {
        ul.menu {
            gap: 2rem;
        }
    }

    .product-pop {
        width: 180px;
        padding: 0.8rem 0.5rem;
    }
}

@media (max-width: 576px) {
    .category {
        #banner {
            margin-top: 110px;
        }
    }
    main:not(#home) {
        margin-top: 110px;
    }

    #about-preview {
        .text-box p {
            font-size: 16px;
        }
    }

    .product-pop {
        width: 120px;
        padding: 0.5rem 0.5rem;

        .reg-title {
            font-size: 14px !important;
            line-height: 110%;
        }
    }


    .section-products {
        .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
            right: 1rem;
            top: 1.2rem;
            left: auto;
        }
    }


    #categories-block {
        .btn-wrap img {
            width: 30px;
            height: 30px;
        }
    }

    footer {
        ul.menu {
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 0 20px;
        }

        .img-box img {
            width: 280px;
        }

        .payments-text p {
            font-size: 14px;
        }

        .menu-item-has-children {
            .sub-menu {
                margin: 0.5rem 0 0;
            }
        }
    }

    header #logo img {
        height: 35px;
    }

    header.scrolled {
        #logo img {
            height: 35px;
        }
    }

    .search-btn img, .my-area img, .my-area-second img {
        height: 28px;
        width: 24px;
    }
    .my-area-second .wishlist-heart {
        height: 28px;
        width: 24px;
    }

    h2, .h2, footer h4 {
        font-size: 36px;
    }

    .home .section-products .products,
    .related-products .products {
        .slick-arrow {
            top: -55px;
        }

        img.slick-next.slick-arrow {
            left: calc(100% - 82px);
        }

        .slick-slide {
            margin: 0 0.5rem;
            border: 0 !important;
        }
    }

    .home .section-products .products {
        img.slick-next.slick-arrow {
            right: calc(100% - 30px);
        }
    }

    .home .section-products .products {
        .slick-arrow {
            right: calc(100% - 72px);
        }
    }

    #archive {
        .product-item {

            .cart {
                margin-top: 0 !important;
            }

            .input-group {
                background: #fff;
            }
        }
    }

    .type-product {
        .btn {
            color: #FFF !important;
            line-height: 100% !important;
            border: none;
        }

        .btn:hover, .btn:focus {
            color: #fff;
        }

        .quantity {
            flex-direction: row-reverse;
        }
    }

    .shop-word {
        display: none;
    }


    .yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist .add_to_wishlist img {
        width: 22px;
    }

    footer {
        h2 {
            text-align: center;
            margin-bottom: 1rem;
        }

        .gform_footer input[type="submit"] {
            margin-left: auto;
        }

        /*SPINNER*/

        .gform-loader {
            position: absolute !important;
            left: unset !important;
            top: 12px !important;
            right: 8px !important;
        }
    }


    h2.smaller {
        font-size: 35px;
    }


    /*THE LOOK*/
    .heartMe {
        .in {
            width: 23px;
            height: 23px;
        }
    }

    /*Banner*/
    #banner {
        .text-box p {
            font-size: 16px;

            br {
                display: none;
            }
        }
    }

    .info-block {
        .text-box p br {
            display: none;
        }
    }

    .dazz-collab {
        .logo-wrapper {
            img {
                height: 25px;
            }
        }
    }
}

@media (max-width: 480px) {
    footer {
        .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
            left: 15px;
            top: 1px;
        }

        .gform_footer input[type="submit"] {
            padding-left: 20px;
            font-size: 18px;
            padding-right: 20px;
            height: 46px;
        }

        .gform_wrapper form {
            padding-right: 15px;
        }
    }

    footer {
        /*ul.menu {*/
        /*    gap: 1rem;*/
        /*}*/
    }

    h2.smaller {
        font-size: 30px;
    }
}


/** SLICK ***/

.carousel-control-next, .carousel-control-prev {
    width: 10%;
}


.slick-track {
    margin: 0;
}

.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: var(--title-color);
    }
}

@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);
    }
}


/**** FRONT PAGE FROM WINE MAN ***/

.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: 45px !important;
        font-size: 16px !important;
        width: 100%;
        line-height: 27px;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: 600;
    }

    .btn:hover, .btn:focus {
        color: #fff !important;
        background: #DE4E45;
    }
}

.type-product .product-title {
    height: 70px;
}

.arrow-btn {
    color: var(--text-color) !important;
    background: url('assets/images/left-ar.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: 180px;
    z-index: 990;
}

#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;
    }
}


@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;
    }
}

@media (max-width: 994px) {
    #main-area {
        width: 100%;
    }

    #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;
        }
    }


}

@media (max-width: 580px) {
    .type-product {
        .quantity .plus, .quantity .minus {
            height: 35px !important;
            width: 35px !important;
        }
    }

    #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;
        }

        .product-item {
            border: none !important;
        }

        .quantity {
            width: 100%;
        }
    }
    .single-product {
        .prod--excerpt p {
            font-size: 15px;
        }
    }

    .single-product .type-product {
        .quantity {
            width: 100%;
        }

        /*.single_add_to_cart_button:not(.add-to-cart) {*/
        /*    margin: 0 !important;*/
        /*    height: unset;*/
        /*    padding-left: 20px;*/
        /*    padding-right: 20px;*/
        /*}*/

        .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%;
    }
}


/***** WOOCOMMERCE *****/

/*** 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-left: 1px solid #243628;
    border-top: 1px solid #243628;
    border-bottom: 1px solid #243628;
}

.quantity .minus {
    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;
}


/*** Check Out Page ***/


.page-template-checkout {
    h1{
        color: var(--text-color) !important;
    }
    .quantity .plus {
        border: none;
    }

    .quantity .minus {
        border: none;
    }

    .checkout-button {
        background: #000 !important;
        color: #fff !important;
    }

    .checkout-button:hover {
        background: #fff !important;
        color: #000 !important;
    }
}

/*** PRODUCT PAGE ***/

.single-product{
    .type-product .price {
        font-weight: 600;
    }
}

/** 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(--text-color) !important;
    background: transparent !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: -4px;
    right: 1.5rem;
    width: 55px;
    overflow: hidden;
    height: 35px;
    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: 1rem;
    white-space: break-spaces;
}


#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;
}

/** PRODUCT ACCORDION **/
.product-accordion {
    .accordion-header {
        border-bottom: 1px solid #A8A8A8;
    }
}

.accordion-button {
    box-shadow: none !important;
    background: transparent !important;
    color: var(--text-color) !important;
    font-weight: 600;
}

.accordion-item {
    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: 1.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(--solid-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: 1.5rem;
    min-width: 0;
    min-height: 0;
    line-height: 1;
    z-index: 2;
}

.yith-wcwl-add-to-wishlist-popup {
    display: none !important;
}

.yith-wcwl-popup-overlay,
.yith-wcwl-popup-message {
    display: none !important;
}

.blockUI.blockOverlay,
.blockUI.blockMsg {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


/*.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: 16px;
        opacity: 1;
        margin-bottom: 0.5rem;

        span{
            display:none;
        }
    }

    .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%;
}


/*** SINGLE PRODUCT PAGE ***/

.woo-variation-swatches.wvs-show-label .variations td, .woo-variation-swatches.wvs-show-label .variations th {
    margin-bottom: 10px !important;
}

.single-product {
    .variations{
        tr:nth-child(1) {
            display: flex;
            align-items: baseline;
            gap: 10px;
            margin-bottom: 15px;

            .woo-selected-variation-item-name{
                display: none;
            }
            label{
                font-weight: 600;
                color: var(--title-color) !important;
            }
        }
        tr:nth-child(2){
            ul{
                flex-wrap:unset;
            }
        }
    }



    h1 {
        font-size: 35px;
        color: var(--title-color);
    }

    .related-products h2 {
        color: #383230;
    }

    .summary-content {
        .single_add_to_cart_button {
            background-color: #383230;
            color: #fff !important;
            border: none;
            width: 100%;
            height: 45px;
        }

        .single_add_to_cart_button.loading {
            color: #383230 !important;
        }

        .quantity .plus, .quantity .minus {
            border: none;
        }

        /*.cart {*/
        /*    display: flex;*/
        /*}*/
    }



    .quantity{
        display:none !important;
    }


    .prod--excerpt p{
        color: #A8A8A8;
        font-weight: 500;
    }

    /*.single_variation .price{
        display: none;
    }*/

    /* optional – hide the “Diamond type : Natural” text if you don’t need it */
    .woo-selected-variation-item-name { display:none; }

    /*  Center-diamond weight  →  make each pill round  */
    .variable-items-wrapper[data-attribute_name="attribute_pa_center-diamond-weight"]{
        .button-variable-item {
            border-radius: 50% !important;
            width: 35px !important;
            height: 35px !important;
            padding: 18px !important;
            border: 0.5px solid #000;
            font-size: .875rem;
        }

        /* Selected state – invert colours (black fill, white text) */
        .button-variable-item.selected {
            background:#000 !important;
            color:#fff !important;
        }

        .woo-variation-swatches .variable-items-wrapper{
            width: 100%;
            gap: 10px;
            flex-wrap: unset;
        }
    }


    /* Diamond type  –  pill labels, square ends
   --------------------------------------------------------------- */
    .variable-items-wrapper[data-attribute_name="attribute_pa_diamond-type"]{
        .button-variable-item {
            border-radius: 0 !important;  /* keep subtle square shape     */
            padding: 1.2rem 1rem !important;
            font-size: .875rem;
            font-weight: 600;
            background:#fff;
            color:#000;
            transition:.25s;
            width: 32% !important;
            text-align:center;
        }
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
        -webkit-box-shadow: none;
        box-shadow: none !important;
    }

    /* hover + focus for better UX */
    .button-variable-item:hover,
    .button-variable-item:focus {
        background:#f4f4f4;
    }

    /* selected state – filled black, white text  */
    .button-variable-item.selected {
        background:#000 !important;
        color:#fff !important;
        box-shadow: none !important;
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
         box-shadow: none !important;
    }



/*Notices*/
    .prod--notices {
        margin-top: 1.5rem;
    }
    .prod--notices .notice-item {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }
    .notice-icon {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }
    .notice-text {
        font-size: 0.875rem;
        color: #666;
    }


/*    Share*/
    .share-this-product {
        margin-top: 1.5em;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
    }
    .share-label {
        margin-right: 0.5em;
        font-weight: 600;
        text-transform: capitalize;
    }
    .share-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2em;
        height: 2em;
        margin-right: 0.5em;
        text-decoration: none;
        color: #fff;
        border-radius: 50%;
        border: 1px solid #000;
        background: #000;
    }
    .share-icon:hover {
        background-color: #000;
        color: #fff;
    }

}

/*** PRODUCT LOOP CONTENT **/

.product-item, .type-product {
    padding: 0px 5px;
    /*margin: 0 0.5rem;*/
}

.single-product {
    section {
        border: none;
    }
}

#archive {
    .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
        position: absolute;
        right: 1.5rem;
        top: 1rem;
        left: auto;
    }

    .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist.exists {
        position: absolute;
        right: 1.8rem;
    }

    .product-item {
        border: none;
        margin-bottom: 1rem;
    }
}

.product-image-wrap .hover-buttons {
    pointer-events: none;
}

.product-image-wrap .hover-buttons a {
    pointer-events: auto;
}

.product-image-wrap {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border: 1.2px solid #d5d5d5;
    background: #FFF;
    border-radius: 0;

    img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.8s ease-in-out;
    }

    img.img-second {
        opacity: 0;
        visibility: hidden;
    }
}

/*!* Grey overlay that will appear on hover *!*/
/*.product-image-wrap::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0, 0, 0, 0.5);*/
/*    opacity: 0;*/
/*    transition: opacity 0.3s ease;*/
/*    z-index: 1;*/
/*}*/

/*!* Show the overlay when hovering *!*/
/*.product-image-wrap:hover::before {*/
/*    opacity: 1;*/
/*}*/


/*!* Hidden Buttons *!*/
/*.product-image-wrap .hover-buttons {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    display: none;*/
/*    gap: 10px;*/
/*    z-index: 4;*/
/*}*/

/*!* Display the buttons when hovering *!*/
/*.product-image-wrap:hover .hover-buttons {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*}*/

/*.product-image-wrap:hover .hover-buttons button {*/
/*    width: 35%;*/
/*}*/
/* let clicks fall through to Woo's wrapper link except on the two buttons */
.product-image-wrap .hover-buttons {
    pointer-events: none;
}

.product-image-wrap .hover-buttons a,
.product-image-wrap .hover-buttons button {
    pointer-events: auto;
}

.details-btn img{

}
/* start: outline heart  */
/* keep it in the DOM for YITH’s JS, but invisible to the eye */
.yith-wcwl-add-to-wishlist {
    display:none !important;
}
.phb.details-btn img {
    transition: opacity .35s ease;        /* smooth fade */
}

/* when button gains the .wl-added class → swap to filled icon */
.phb.details-btn.wl-added img {
    opacity:0;                            /* hide the outline, reveal below …*/
}
.phb.details-btn.wl-added::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/wp-content/themes/EMILIA/assets/images/button-heart-fill.svg) center / contain no-repeat;
    animation: pop .2s ease;
    /* right: 0; */
    /* top: 0; */
    left: 203px;
    top: -3px;
    width: 50px;
    height: 50px;
}

/* optional “pop” keyframes */
@keyframes pop{
    0%   {transform:scale(.8);}
    60%  {transform:scale(1.15);}
    100% {transform:scale(1);}
}


.type-product:hover .product-image-wrap {
    img {
        transform: scale(1.05);
    }
}

.product-image-wrap:hover img.img-second {
    opacity: 1;
    visibility: visible;
}

.product-meta {
    min-height: 64px;

    h3 {
        color: #1F1F1F;
        letter-spacing: -0.475px;
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize;
    }

    .product-short-description {
        font-size: 16px;
        color: #8C8C8C;
        font-family: var(--btn-family);
    }

    .tag {
        font-weight: 500;
    }
}


@-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);
    }
}


/*NEW PRODUCT ITEM*/


/* Grey overlay that will appear on hover */
.product-image-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

/* Show the overlay when hovering */
.product-image-wrap:hover::before {
    opacity: 1;
}

/* let clicks fall through to the wrapper link,
   but still allow the icon-buttons themselves to receive clicks */
.product-image-wrap .hover-buttons {
    pointer-events: none;
}

.product-image-wrap .hover-buttons a {
    pointer-events: auto;
}

/* keep the icons above the wrapper <a> */
.product-image-wrap .hover-buttons a {
    z-index: 5; /* higher than wrapper link */
}

/*  ──  Hover button wrapper  ───────────────────────── */
.product-image-wrap .hover-buttons {
    position: absolute;
    top: 85%;
    left: 45%;
    transform: translate(-50%, -50%);
    display: none; /* hidden by default */
    gap: 10px;
    z-index: 4;
}

.product-image-wrap:hover .hover-buttons {
    display: flex; /* show on hover/focus */
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* give them equal width on phones */
.product-image-wrap:hover .hover-buttons a {
    flex: 1 1 45%;
    text-align: center;
}

/*  ──  Icon-only Add-to-Cart  ─────────────────────── */
.add-to-cart-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    transition: filter .3s ease;
    background: none;
}

/*.add-to-cart-btn:hover {*/
/*    filter: brightness(1.15);*/
/*}*/

.add-to-cart-btn img,
.details-btn img {
    width: 50px;
    height: 50px;
    display: block;
}
.phb.details-btn{
    display: flex;
    align-items: center;
    background: none;
    border: none;
}

/*  ──  Outline Details button  ────────────────────── */


/*** 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: 105px;
    margin: auto;
    display: block;
    max-width: 100%;
}

/*Product Item In cart*/
.woocommerce-mini-cart-item .product-meta {
    background: #FFF;
    min-height: unset;



    dt.variation-Centerdiamondweight,
    dt.variation-Diamondtype{
        font-weight: 500;
        font-size: 14px;
    }


    /*Weight*/
    dt.variation-Centerdiamondweight{
        display: inline-flex;
    }
    dd.variation-Centerdiamondweight{
        display: inline-flex;

        p{
            margin:0;
            font-size: 14px;
            font-weight: 600;
        }
    }

    /*Type*/
    dt.variation-Diamondtype{
        display: none;
    }
        dd.variation-Diamondtype{
            margin-bottom: 0;
            p{
                margin:0;
                font-size: 14px;
                font-weight: 600;
            }
        }
    .variation{
        margin-bottom: 0.4rem;
    }

    /*size*/
    dt.variation-Size{
        display: inline-flex;
        margin:0;
        font-size: 14px;
        font-weight: 600;
    }
    dd.variation-Size{
        display: inline-flex;
        margin-bottom: 0;
        p{
            margin:0;
            font-size: 14px;
            font-weight: 600;
        }
    }
}

.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;
        line-height: 100%;
        font-size: 14px;
        border: 1px solid #383230;
    }

    .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;
}

/*ALSO SHOP*/
/*** ARCHIVE ***/
.border-bottom, .border-top {
    border-color: var(--solid-color) !important;
}

#yith-wcwl-popup-message {
    display: none !important;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    left: auto;
    display: none;

    .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;
}

#yith-wcwl-form .woocommerce-notices-wrapper{
    margin-bottom: 1rem;
    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;
        color: var(--text-color);
        text-transform: capitalize;
    }

    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: #000;
        border-radius: var(--border-radius);
        height: 100%;
        position: absolute;
    }

    /* Price slider handles */

    .price_slider .ui-slider-handle {
        width: 19px;
        height: 19px;
        background: #000;
        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 #000 !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 {

    }
}


/** Category Widget **/
.widget.woocommerce.widget_product_categories .product-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*  Give each <li> room for a checkbox icon */
.widget.woocommerce.widget_product_categories .product-categories li {
    position: relative;
    margin-bottom: 0.5em;
}

/* Style the category links and inject an empty box */
.widget.woocommerce.widget_product_categories .product-categories li a {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
    padding-left: 25px;
    text-transform: capitalize;
}
.widget.woocommerce.widget_product_categories .product-categories li a::before {
    content: "\f096";
    font-family: "Line Awesome Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 0x;
    transition: 0.3s;
    color: #000;
    background: transparent;
}

/* Swap to a check‐box for current category */
.widget.woocommerce.widget_product_categories .product-categories li.current-cat a::before {
    content: "\f00c";
    background: #000;
    color: #fff;
    font-size: 14px;
}



.type-product .price {
    font-size: 16px !important;
    display: inline-block;
    font-weight: 400;
    color: #1F1F1F;
    text-transform: capitalize;
}

.type-product .added_to_cart {
    display: none !important;
}

@media (max-width: 1200px){
    .phb.details-btn.wl-added::after {
        left: 158px;
        top: -3px;
    }
}
@media (max-width: 994px) {
    .phb.details-btn.wl-added::after {
        left: 218px;
        top: -3px;
    }

    .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
        display: block;
    }
    .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-form.woocommerce-form-login.login{
    max-width: 50%;
}


.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(--solid-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;

    + p {
        /*display: none !important;*/

        + .form-row-first {
            width: 60%;
            margin-bottom: 0 !important;

            + .form-row-last {
                width: 40%;
                margin-bottom: 0 !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(--solid-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;
    background: #383230;
    color: #fff !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;
}

/*Check Out Last step Iframe*/
.page-template-checkout {
    /*.woocommerce{*/
    /*    text-align: center;*/
    /*}*/

    .woocommerce-order-pay {
        text-align: center;
    }
}

.woocommerce-order-pay {
    h1 {
        color: #000;
    }

    .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;
        }
    }
}

.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: #383230;
}


/*** 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;
}
table.wishlist_table thead th {
    border-top: none;
    padding: 16px 12px;
    background: #FBF7F4 !important;
}

.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 {
    background: #000 !important;
    color: #fff !important;
    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: #fff !important;
}

.modal-content {
    .modal-footer {
        a {
            background: #383230;
            color: #fff !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 {
    img {
        height: 80px;
        filter: brightness(0) invert(1);
        position: relative;
    }

    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

#coverPhoto::before {
    background: rgba(0, 0, 0, 0.4);
    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;


    button[type="submit"], input[type="submit"], .btn, .checkout-button, .wishlist_table .product-add-to-cart a, .button.wc-backward{
        background: var(--btn-second-bg-color);
        color: #fff;
    }
}

.ywgc-empty-table-icon {
    margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation {
    width: 25% !important;

    ul {
        list-style: none;
        padding: 0;
        margin: 0;

        li {
            position: relative;
            display: list-item;
            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: 100%;
        float: left;
        font-size: 14px;
        border-top: var(--border-width) solid var(--solid-color);
        margin-bottom: 1rem;

        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: 100%;
        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;
        }
    }

}

.woocommerce-result-count {
    display: none;
}

#productGallery {
    .wrap-image {
        padding-bottom: 100%;

        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;
    }
}


@media (max-width: 576px) {
    .phb.details-btn.wl-added::after {
        left: 98px;
        top: -3px;
        width: 30px;
        height: 30px;
    }
    .add-to-cart-btn img, .details-btn img {
        width: 30px;
        height: 30px;
    }
    .hover-buttons {
        .add-to-cart-btn {
            width: 24px;
            height: 24px;
        }
    }
        .product-image-wrap .hover-buttons {
            position: absolute;
            top: 82%;
            left: 42%;
        }
    .single-product .yith-wcwl-add-to-wishlist {
        top: -24px;
        width: 30px;
    }

    .type-product {
        .product-item {
            border: 0 !important;
        }
    }

    .product-item, .type-product {
        padding: 5px;
    }

    #archive {
        .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
            position: absolute;
            right: 1rem;
            top: 1.2rem;
            left: auto;
        }
    }

    main#archive {
        /*background: #F2F2F2;*/
        margin-top: 128px;
    }

    .type-product {
        .btn {
            height: 32px !important;
        }
    }

    .single-product {
        h1 {
            font-size: 30px;
        }
    }

    .product-meta {
        min-height: 70px;

        .product-top {
            min-height: 50px;
        }

        h3 {
            font-size: 16px;
        }

        .product-short-description {
            font-size: 14px;
        }
    }

    .home .section-products .products,
    .related-products .products {
        .slick-next, .slick-prev {
            width: 30px;
            height: 30px;
        }
    }

    .single-product .related-products {
        h2 {
            font-size: 32px;
        }
    }

    .product-image-wrap .hover-buttons {
        display: none;
    }

    .product-image-wrap:hover .hover-buttons {
        display: none;
    }

    #cartModal {
        .product-title {
            font-size: 14px;
        }

        /*.quantity .plus, .quantity .minus {*/
        /*    height: 35px !important;*/
        /*    width: 33px !important;*/
        /*}*/
    }


    .single-product {
        .variable-items-wrapper[data-attribute_name="attribute_pa_center-diamond-weight"] {
            .button-variable-item {
                border-radius: 50% !important;
                width: 16px !important;
                height: 16px !important;
                padding: 13px !important;
                border: 0.5px solid #000;
                font-size: 14px !important;
            }
        }
        .variations {
            tr:nth-child(1) {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                gap: 0;
            }
            tr:nth-child(2) {
                margin-bottom: 18px;
            }
        }
        .variable-items-wrapper[data-attribute_name="attribute_pa_diamond-type"] {
            .button-variable-item {
                width: 50% !important;
            }
        }
    }

    .product-accordion{
        .accordion-body {
            padding: 1rem 0.25rem;
        }
        .accordion-button {
            padding: 1rem 0.25rem;
        }
    }
}


