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

@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap");

body {
    font-family: "Assistant", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #000;
}

h1 {
    color: #000;
    text-align: right;
    font-size: 70px;
    font-weight: 700;
    line-height: 66.5px;
}

dl,
ol,
ul {
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

ul li {
    display: inline-block;
    position: relative;
}

.btn,
#login .gform_footer input[type="submit"],
.contact .gform_footer input[type="submit"],
.page-template-contact .gform_footer input[type="submit"],
.return-to-shop a
{
    display: inline-flex;
    padding: 12px 33px;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.4s ease;
    top: 0;
    border-radius: 50px;
    background: #050607 !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none !important;
}


.contact .gform_footer input[type="submit"],
.page-template-contact .gform_footer input[type="submit"] {
    justify-content: center;

}

.btn:hover,
.contact .gform_footer input[type="submit"]:hover, .return-to-shop a:hover {
    top: -4px;
    color: #ffffff;
}

.btn.secondary {
    background-color: #fff !important;
    border: 2px solid #050607 !important;
    color: #050607 !important;
}

/*h2 {*/
/*    margin-bottom: 1rem;*/
/*}*/

h2, .single-product h1, .h2 {
    color: #050607;

    font-size: 45px;
    font-weight: 700;
    line-height: 120%;
}



.single-product .price, .p-title {
    color: #050607 !important;
    font-weight: normal !important;
    font-size: 26px;
}

.single-product .price del {
    font-size: 18px;
    font-weight: normal;
    opacity: 0.7;

    span {
        font-size: 18px;
        font-weight: normal;
    }
}

.offcanvas-header {
    border-bottom: 1px solid #f4f0e9;
}

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

.p-title {
    font-weight: bold !important;
    font-size: 21px;
}

.quantity-wrapper {
    margin-bottom: 35px;
}

.quantity {
    position: relative;
    display: inline-flex;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(5, 6, 7, 0.09);
    align-items: center;
    height: 50px;
}

.reset_variations {
    display: none !important;
}

.woocommerce-product-details__short-description {
    margin-top: 20px;
    margin-bottom: 30px;
}

.variations, .variations * {
    display: block;
}

.variations .value {
    padding: 0 !important;
    background: transparent;
    margin-top: 10px;

}

.variations select {
    border: 0;
    font-family: "Assistant", sans-serif;
    height: 50px;
    box-shadow: 0px 0px 50px 0px rgba(5, 6, 7, 0.09);
    outline: 0 !important;
}

.variations .label,
.variations .label label {
    font-weight: bold !important;
    background: transparent;
    padding: 0;
}

.quantity input {
    border: 0 !important;
    height: 100%;
}

.single_add_to_cart_button, .kitchen_add {
    border-radius: 50px !important;
    color: white !important;
    padding: 15px 80px !important;
    background: #050607 !important;
    opacity: 1 !important;
    font-weight: 600 !important;
    outline: 0;
    box-shadow: none;
    border: 0;
    font-family: "Assistant", sans-serif;
}

.toggle-password {
    cursor: pointer;

    img {
        height: 15px;
    }
}

.error-it {
    label {
        font-size: 16px !important;
        font-weight: bold;
    }
}

#toggleIcon {
    transition: 0.2s ease-in-out;
    opacity: 1;
}

#toggleIcon.show-me {
    opacity: 0.5;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button {
    position: relative;
}

.single-bundle-price {
    font-size: 18px;
    font-weight: 600;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-left: 0.5em;
    left: 8px;
    top: 18px;
    position: absolute;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


#selectKitchen {
    position: relative;
}

#selectKitchen h4 {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}


#selectKitchen.show-side .select-option:not(.buy-it) {

}


.dom-to-image .config-wrapper {
    width: 1900px !important;
}

.dom-to-image .config-main {
    padding-bottom: 41% !important;
}

.dom-to-image {
    width: 1900px;
    overflow: hidden;
}

.dom-to-image #loadingWrap {
    background: #fff;
    position: fixed;
    z-index: 999999;
}


@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 15px 0 rgba(5, 6, 7, 0.45);
    }
    50% {
        transform: scale(1.07);
        box-shadow: 0 0 30px 0 rgba(5, 6, 7, 0.45);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 15px 0 rgba(5, 6, 7, 0.45);
    }
}


#selectKitchen {

    .select-option {
        transition: 0.4s ease;
    }


    .floating-label {
        position: absolute;
        background: url('assets/images/add.svg') no-repeat center center;
        width: 30px;
        box-shadow: 0px 0px 15px 0px rgba(5, 6, 7, 0.45);

        border-radius: 50%;
        height: 30px;
        cursor: pointer;
        background-size: contain;
        z-index: 10;
        animation: pulse 2s infinite;

        .tip-me {
            opacity: 0;
            visibility: hidden;
            transition: 0.3s ease;
            position: absolute;
            white-space: nowrap;
            background: #fff;
            color: #050607;
            font-size: 14px;
            font-weight: 500;
            border-radius: 4px;
            padding-left: 5px;
            padding-right: 5px;
            top: 40px;
            left: 50%;
            transform: translateX(-50%);

        }
    }




    .floating-label:hover .tip-me {
        opacity: 1;
        visibility: visible;
    }

    .config-main {
        position: relative;
        padding-bottom: 41%;
        overflow: hidden;
    }


    .config-wrapper {
        width: 100%;
        background: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;

        .handle.not-show {
            opacity: 0;
            visibility: hidden;
        }

        .handle {
            position: absolute;
            height: auto;
            width: auto;
            display: flex;
            object-fit: none;


        }

        .handle.vertical {
            transform: rotate(90deg);
        }

        .handle img {
            width: 56px;
            height: auto;
            position: static;
        }

        .config-in {
            width: 100%;
            overflow: hidden;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding-bottom: 42%;
        }

        img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            object-position: center;
            object-fit: contain;
        }
    }

    #configSideBar.show {
        left: 0;
    }

    #configSideBar {
        position: absolute;
        width: 450px;
        height: 100%;
        box-shadow: 0px 0px 50px 0px rgba(5, 6, 7, 0.4);
        background: #fff;
        left: -450px;
        transition: 0.5s ease;
        top: 0;

        .close-this img {
            width: 100%;
            position: static;
            transform: none !important;
        }

        .close-this {
            width: 35px;
            cursor: pointer;

        }

        .out-of-stock {
            font-size: 12px;
            font-weight: 500;
            opacity: 1;
            top: 0.75rem;
            right: 0.75rem;
            padding: 5px 12px;
        }

        .outstock {
            pointer-events: none;
            img {
                opacity: 0.25 !important;
            }
        }

        /* ===== Scrollbar CSS ===== */
        /* Firefox */

        * {
            scrollbar-width: thin;
            scrollbar-color: #0f0f0f #ffffff;


        }

        /* Chrome, Edge, and Safari */

        *::-webkit-scrollbar {
            width: 8px;
        }

        *::-webkit-scrollbar-track {
            background: #ffffff;
        }

        *::-webkit-scrollbar-thumb {
            background-color: #0f0f0f;
            border-radius: 50px;
            border: 3px solid #ffffff;
        }

        > .inside {
            max-height: 100%;
            overflow-y: auto;
        }

        .option {
            position: relative;
            cursor: pointer;
        }

        .option .image-wrap:after {
            content: "";
            position: absolute;
            bottom: 10px;
            left: 10px;
            width: 30px;
            height: 30px;
            background: url('assets/images/check.svg') no-repeat center center;
            background-size: contain;
            opacity: 0;
            visibility: hidden;
            transition: 0.3s ease;
        }

        .option.active .image-wrap:after {
            opacity: 1;
            visibility: visible;
        }

        .image-wrap {
            padding-bottom: 100%;
            position: relative;

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

        .part_name {
            color: #050607;
            position: static;
            font-size: 20px;
            line-height: 29px;
        }

        .product, .price {
            font-size: 14px;
            font-weight: 600;
            line-height: 19px;
        }
    }
}

.select-wrapper {
    position: absolute;
    width: 370px;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 3;
}

.select-box {
    background: #fff;
    overflow: hidden;
    border-radius: 18px;
    /*box-shadow: 0px 0px 20px 0px rgba(5, 6, 7, 0.2);*/
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.change-wrapper .total {

    color: #fff;
}

.buy-it .select-box {
    height: 78px;
    background: url('assets/images/arrow-w.svg') no-repeat left 15px center #050607;
    background-size: 11px;
    transition: 0.4s ease-in-out;
    position: relative;
    top: 0;
    font-size: 13px;
}

.buy-it .select-box.out-stock {
    background: #b8b8b8;
    cursor: not-allowed;
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
}


button.out-stock {
    pointer-events: none;
    background: #b8b8b8 !important;
    cursor: not-allowed;
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
}

.buy-it:hover .select-box {
    top: -4px;
}


.page-template-checkout .quantity-selector {
    display: none !important;
}


#checkoutBtn, #checkoutBtnPDF, .submit-form {
    overflow: hidden;

    .loading-wrap {
        background: #050607;

        .spinner-border {
            color: #fff !important;
            width: 1rem;
            height: 1rem;
        }
    }
}

#checkoutBtnPDF {
    .loading-wrap {
        background: #fff;

        .spinner-border {
            color: #050607 !important;
        }
    }
}

.loading-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    transition: 0.4s ease-in-out;

    .spinner-border {
        color: #000 !important;
    }
}


.loading-wrap.show,
.submit-form.loading .loading-wrap {
    opacity: 1;
    visibility: visible;
}

.total-smaller {
    font-size: 22px !important;
}

.form-check .note {
    font-size: 13px;
    padding-right: 32px;
    opacity: 0.7;
}

.inner-flex {
    position: relative;
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #eaeaea transparent;

    /* Force scrollbars to be visible on mobile */
    -webkit-overflow-scrolling: touch; /* Enables smooth scrolling for iOS */
}

.inner-flex::-webkit-scrollbar-thumb {
    background-color: #eaeaea;
    border-radius: 50px;
    border: 2px solid transparent;
}

.inner-flex::-webkit-scrollbar {
    background-color: #eaeaea;
    border-radius: 50px;
    border: 2px solid transparent;
    -webkit-appearance: none;
    width: 4px;
}


.inner-flex::-webkit-scrollbar-button {
    display: none; /* This hides the up/down arrows on the scrollbar itself */
}


.form-select {
    border-radius: 50px;
    background-color: #f5f5f5;
    border: none;
    box-shadow: none !important;
    border-radius: 50px;
    height: 48px;

}


.loading-products {
    background: #fff;
}

.flex-wrap-it {
    height: 100%;
    position: relative;
    padding: 25px 0;
}

.scroll-arrow {
    display: none !important;
    position: absolute;
    /*display: flex; /* Show arrows when active */
    justify-content: center;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    width: 35px;
    height: 35px;
    left: 50%;
    transform: translateX(-50%);
    background: #eaeaea;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(5, 6, 7, 0.4);
}

.scroll-arrow svg {
    width: 18px;
    height: 18px;
}

.scroll-arrow-up {
    top: 0;

    svg {
        transform: rotate(90deg);
    }
}

.scroll-arrow-down {
    bottom: 10px;

    svg {
        transform: rotate(-90deg);
    }
}

.scroll-arrow-up.active,
.scroll-arrow-down.active {
    opacity: 1;
    visibility: visible;
}

.buy-it .select-box button {
    display: block;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: right;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.fav-title-box-cat {
    font-weight: 600;
    opacity: 0.7;
    font-size: 14px;
}

.change-wrapper .total {
    margin-top: -8px;
}

.change-wrapper .total span.d-block {
    font-size: 14px;
}

.to-buy {
    color: #fff;
}

.change-wrapper .total .total-price {
    font-size: 22px;
    position: relative;
    top: 2px;
}

.select-box:hover {
    color: #F3BD69;
}

.select-box .title {
    font-weight: bold;
    font-size: 13px;
}

.select-box .title del {
    display: none !important;
}

.select-box .form-select {
    border: 0;
    padding-right: 0 !important;
    height: auto;
    box-shadow: none !important;
    background-color: transparent !important;
    padding-bottom: 0 !important;
    font-size: 15px;
    padding-top: 0 !important;
}

/* ***FAVORITE PAGE*** */
#favorite {
    margin-top: 8rem;
}

.favorite-card {
    border-radius: 18px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(5, 6, 7, 0.09);
    overflow: hidden;
}

.fav-title-box {
    border-radius: 20px;
    background: #fff;
    padding: 8px 22px;
    box-shadow: 0px 0px 10px 0px rgba(5, 6, 7, 0.09);
    font-size: 12px;
    font-weight: 500;
}

.fav-heart {
    position: absolute;
    width: 30px !important;
    height: 30px !important;
    right: 15px;
    bottom: 10px;
}

.favorite-card-left {
    position: relative;

    a {
        display: block;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
    }
}

#basket .favorite-card-left {

    a {
        height: 100%;

        img {
            border-radius: 12px;
            height: auto;
        }
    }

    .custom-wrap {
        padding-bottom: 73%;
        position: absolute;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;

        img {
            position: absolute;
            width: auto;
            height: 100%;
            transform: translateX(-50%);
            left: 50%;
            top: 0;
            object-fit: unset;
            max-width: none;
        }
    }

    .custom-wrap.custom-cube img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        transform: none;
        left: 0;
    }

    .custom-wrap.simple-p img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

.start #loadingWrap {
    background: #fff;
}

#loadingWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    color: #050607;
    font-weight: bold;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.addedKitchen {
    pointer-events: none;

    #loadingWrap {
        opacity: 1;
        visibility: visible;
    }
}

.favorite-card-left img:nth-of-type(1) {
    object-fit: contain;
    width: 100%;
    height: 100%;

}

.page-template-favorite {
    .woocommerce-message {
        margin-bottom: 3rem;
        box-shadow: 0px 0px 50px 0px rgba(5, 6, 7, 0.09);
        padding: 10px 15px;
        border-radius: 12px;
        background: #fff;

        a {
            text-decoration: underline !important;
        }
    }
}

.favorite-card-right .price-box strong {

}

.favorite-card-right .price-box span {
    font-size: 21px;
    font-weight: 700;
}

#yith-wcwl-form {
    padding: 0 !important;
    margin: 0 !important;
}

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

#favorite .side-nav {
    width: 200px;
}

.side-nav .profile-area {
    height: 200px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(5, 6, 7, 0.09);
}

.side-nav .profile-info {
    border-radius: 18px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(5, 6, 7, 0.09);
}

.side-nav ol,
ul {
    padding-right: 0;
}

.side-nav .profile-area img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}


.edit-link {
    display: none !important;
}


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

.feedback {
    font-weight: bold;
}

.yith-wcwl-add-to-wishlist {
    margin: 0;
    position: relative;
}

.yith-wcwl-add-button a {
    outline: 0 !important;
}

.yith-wcwl-add-button .yith-wcwl-icon {
    background: url('assets/images/heart.svg') no-repeat center center;
    width: 35px;
    height: 35px;
    background-size: contain;
    margin-right: 0;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}


.exists .yith-wcwl-add-button .yith-wcwl-icon {
    background: url('assets/images/heart-full.svg') no-repeat center center;
    background-size: contain;
}

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

.view-wishlist {
    display: none;
}

.feedback + a {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

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

.quantity button {
    background: transparent !important;
    font-weight: bold;
    border: 0 !important;
    height: 100%;
    color: #050607 !important;
}

.quantity-wrapper + input[type="submit"] {

}

.quantity .minus, .quantity .plus {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.quantity .minus {
    border-right: none;
}

.quantity .plus {
    border-left: none;
}

.quantity .qty {
    text-align: center;
    height: 30px;
    width: 50px;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    background: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
}

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

/* Remove arrows/spinner from number input fields in Firefox */
.quantity input[type="number"] {
    -moz-appearance: textfield;
}

.woocommerce-Price-currencySymbol {
    font-size: 75% !important;
}

.single-product h1 {
    margin-bottom: 10px;
}

hr {
    background-color: #f4f0e9 !important;
    opacity: 1;
    height: 2px;
}


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

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;
}

button {
    font-family: 'Assistant', sans-serif;
}

.modal-content {
    border-radius: 0 !important;
    border: 0 !important;
}

.modal-content h5 {
    font-weight: bold;
    font-size: 28px;
}


.modal-content p {
    margin: 0 !important;
}

#customersPhotos h4 {
    margin-bottom: 5px;
}

/** HEADER **/
header {
    position: fixed;
    background-color: white;
    top: 0;
    width: 100%;
    transition: 0.6s ease;
    left: 0;
    z-index: 12;
}

.menu-main img {
    height: 24px;
    cursor: pointer;
    max-width: unset;
}

.menu-main img.user-img {
    height: 21px;
    max-width: unset;
    cursor: pointer;
}

.cart-count {
    position: absolute;
    bottom: -3px;
    right: -5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #050607;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    line-height: 13px;
}


.modal-header .btn-close {
    opacity: 1 !important;
    background-color: transparent;
    outline: 0 !important;
    box-shadow: none !important;
}

header .navbar-logo {
    height: 30px;
    display:block; 
}

header .navbar-logo img {
    width: 110px;
    max-width: unset;
}

header ul li a {
    color: #050607;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}


body::after {
    content: '';
    background: #000;
    transition: 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

body.menu-hover:after {
    opacity: 0.45;
    visibility: visible;
}

header ul.sub-menu {
    position: fixed;
    width: 100%;
    gap: 1.5rem !important;
    top: 64px;
    background: #fff;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
    padding: 1.5rem 3rem 3rem !important;

    z-index: 2;

    li {
        a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: column;
            height: 190px;
            width: 200px;
            box-shadow: 0px 0px 8px 0px rgba(5, 6, 7, 0.09);
            position: relative;
            font-size: 18px;
            padding: 0.5rem 0.5rem;

            .card-menu {
                height: 130px;
                width: 100%;
                overflow: hidden;
            }

            .card-menu:hover {
                .menu-image {
                    transform: scale(1.08);

                }

            }

            .menu-image {
                width: 100%;
                transition: 0.4s ease-in-out;
                height: 100%;
                object-position: center;
                object-fit: cover;
            }
        }

    }
}

header li.menu-item-has-children > a::after {
    content: '+';
    margin-right: 5px;
    font-size: 15px;
    position: relative;
    top: -1px;
}

/*header li.menu-item-has-children:before {*/
/*    !*content: '';*/
/*    background: #000;*/
/*    transition: 0.4s ease-in-out;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: fixed;*/
/*    right: 0;*/
/*    top: 77px;*/
/*    opacity: 0;*/
/*    visibility: hidden;*!*/
/*}*/

header li.menu-item-has-children:hover:before {
    opacity: 0.25;
    visibility: visible;
}

header li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

/*header li:first-of-type ul.sub-menu {
    opacity: 1;
    visibility: visible;
}*/

.wishlist-btn{
    font-size: 22px;
    font-weight: 600;
}

header.scrolled {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0 !important;
}

/* MOBILE NAV */

.hamburger-menu {
    display: inline-block;
    position: relative;
    z-index: 10001;
    top: 2px;
}

#menuWrapper ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.toggler-icon {
    background-color: #080808;
    display: block;
    width: 30px;
    height: 2px;
    margin: 5px auto;
    transition: 0.4s ease-in-out;
}

.hamburger-menu.active .toggler-icon {
    background-color: #000;
}

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

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

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


/*.searchMe {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    height: 150px;*/
/*    top: 88px;*/
/*    left: 0;*/
/*    background: #fff;*/
/*    transition: 0.5s ease-in-out;*/
/*    display: none;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*}*/
/*.search-wrapper {*/
/*    position: relative;*/
/*}*/
/*.search-wrapper img {*/
/*    position: absolute;*/
/*    bottom: 12px;*/
/*    left: 0;*/
/*    height: 22px;*/
/*    cursor: pointer;*/
/*}*/

/*.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;*/
/*    font-family: "Kaisei Decol", 'noto-sans-hebrew', serif;*/
/*    padding-left: 0 !important;*/
/*    padding-right: 0 !important;*/
/*}*/

/* Search container that slides down */
.searchMe {
    position: fixed;
    width: 100%;
    height: 150px;
    top: 65px;
    left: 0;
    background: #fff;
    transition: 0.5s ease-in-out;
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 9999; /* Ensure it appears above other elements */
}

.searchMe.open {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* Search wrapper for input + icon */
.search-wrapper {
    position: relative;
}

.search-wrapper img {
    position: absolute;
    bottom: 12px;
    left: 0;
    height: 22px;
    cursor: pointer;
}

/* The open/close icons logic */
/* By default, show the "open" icon, hide the "close" icon */
.search-btn img{
    position: relative;
    top: 4px;
    left: 2px;
    height: 24px;
}
.search-btn .open-s {
    display: inline-block;
}
.search-btn .close-s {
    display: none;
}

/* When .search-btn has .go, swap visibility */
.search-btn.go .open-s {
    display: none !important;
}
.search-btn.go .close-s {
    display: inline-block !important;
}

/* 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;
}

.search-wrapper input:focus {
    box-shadow: none;
}

/* Remove default search clear button (Chrome) */
.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;
}

#filterForm .flex-fill > div {
    width: 100%;

    img {
        filter: brightness(0) invert(1);
    }
}

.sort-by {
    max-width: 70px;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    align-items: start;
}


#filterForm .form-control {
    border: 1px solid #000;
    max-width: 600px;
    box-shadow: none !important;
    border-radius: 50px;
    height: 48px;
    /*border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;*/


}

/* HOME HERO */

main#home {
    margin-top: 80px;
}

.home .hero {

    height: calc(100vh - 75px);
    position: relative;
}

.home .hero .hero-text {
    max-width: 790px;
    /*padding-right: 10rem;*/
}

.home .hero .wrapper::before {
    content: '';
    background: rgb(0, 0, 0);
    background: linear-gradient(207deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}

.home .hero-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}


.home .hero .h1 {
    color: #fff;
    font-size: 66px;
    font-weight: 700;
    line-height: 100%;
}

.home .hero .h3 {
    color: #fff;
}



/* ***STEPS*** */
.steps {
    background: #f5f5f5;
}

.steps .icon-box {
    height: 100px;
    width: 100px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(5, 6, 7, 0.07);
}

.steps .icon-box img {
    width: 50px;
}

.steps .row .step-col:nth-child(even) .step-box {
    display: flex;
    flex-direction: column-reverse !important;
}

.steps .row .step-col {
    position: relative;
}

.steps .row .step-col:not(:first-child)::after {
    content: "";
    position: absolute;
    top: 34%;
    right: -45px;
    width: 120px;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.steps .row .step-col:nth-child(odd)::after {
    background-image: url("/wp-content/themes/EMILIA-WOO/assets/images/step-arrow-down.svg");
}

.steps .row .step-col:nth-child(even)::after {
    background-image: url("/wp-content/themes/EMILIA-WOO/assets/images/step-arrow-up.svg");
}

/* ***CONFIGURATOR PREVIEW*** */
.info-banner {
    background: #f4f0e9;
}

.videoWrapper {
    position: relative;
    padding-bottom: 47.25%; /* 16:9 */
}

.videoWrapper .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    border: none;
    background: none;
}

.info-banner video {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.info-banner .preview-text {
    max-width: 513px;
    margin: auto;
}


/* ***ACCESSORIES*** */

.accessories .accessories-text {
    max-width: 400px;
    margin: auto;
}

/*p.accessories .accessories-text p {*/
/*    color: #050607;*/
/*    line-height: 140%;*/
/*}*/
.accessories .img-wrapper {
    position: relative;
    padding-bottom: 45%;
}

.accessories .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}


/****TAP GALLERY****/
#tap-gallery {
    background-color: #f3bd69;
}

#tap-gallery .taps-text {
    max-width: 480px;
    margin: auto;
}

#tap-gallery .taps-text .btn {
    margin: auto;
    justify-content: center;
}

#tap-gallery .tap-img {
    position: absolute;
    mix-blend-mode: multiply;
    max-width: 320px;
    height: auto;
}

#tap-gallery .right-tap {
    right: 15%;
    bottom: 18%;
}

#tap-gallery .left-tap {
    position: absolute;
    bottom: 18%;
    left: 15%;
}

#tap-gallery .inside {
    padding-top: 18rem;
}

/*** COUNTER TOPS COLLECTION ***/

.countertopsCollection .collection-info h2 {
    color: #fff;
}

.countertopsCollection .collection-info h2, .countertopsCollection .collection-info p {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.countertopsCollection .collection-info .btn {
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #ececec;
    justify-content: center;
}

.countertopsCollection .collection-info {
    z-index: 1;
    max-width: 522px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    color: #fff;
    text-align: center;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

.countertopsCollection .carousel .img-wrapper {
    position: relative;
    padding-bottom: 35%;
}


.back-part {
    transition: 0.2s ease-in-out;

}

.back-part.not-show {
    opacity: 0;
    visibility: hidden;
}

#carouselExampleFade .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}


/*** TILES GALLERY REVIEWS ***/
.tilesgallery .top-card {
    background: #f4f0e9;
}

.tilesgallery .top-card .person-img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.tilesgallery .img-wrapper {
    position: relative;
    padding-bottom: 50%;
}

.tilesgallery .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.tilesgallery .top-card-inside {
    min-height: 220px;
}

.tilesgallery .top-card-inside p {
    margin: 0;
}

.slick-slide {
    margin-right: 16px;
}

.tilesgallery {
    .carousel-control-next, .carousel-control-prev {
        width: 10%;
        opacity: 1;

        span {
            background-color: #fff;
            border-radius: 50%;
            background-size: 60%;
            background-position: center;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
        }
    }

    .carousel-control-prev {
        span {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

        }
    }

}

/* COLLECTIONS */
.collection-text {
    max-width: 600px;


}
#collections .img-wrapper {
    position: relative;
    padding-bottom: 129%;
}
#collections .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
#collections .img-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0.3) 100%
    );
    z-index: 1;
}
.collection-info {
    position: absolute;
    top: 5%;
    right: 15%;
    max-width: 372px;
    color: #fff;
    z-index: 3;
}
.collection-info h3 {
    font-size: 36px;
    font-weight: 700;
}
#collections {
    .collection-info .btn {
        border-radius: 50px;
        background-color: transparent !important;
        border: 1px solid var(--Color-Palette-Grey-30, #ececec) !important;
    }
}


/* Classic Collection */
#collections .classic-collection .img-wrapper {
    padding-bottom: 0;
    height: 100%;
    width: 100%;
}
#collections .classic-collection .collection-info {
    top: 0;
    right: 0;
    width: 100%;
    max-width: 450px;
}

/* Premium Collection */
#collections .premium-collection .img-wrapper {
    padding-bottom: 0;
    height: 100%;
    width: 100%;
}
#collections .premium-collection .collection-info {
    top: 0;
    right: 0;
    width: 100%;
    max-width: 450px;
}


.bigImagePart {
    height: 90vh;
    position: relative;
    min-height: 400px;
    .info-banner {
        background: transparent;

        .btn {
            border-radius: 50px;
            background-color: transparent !important;
            border: 1px solid var(--Color-Palette-Grey-30, #ececec) !important;
        }
    }
}

.bigImagePart::before {
    content: '';
    background: rgb(0, 0, 0);
    background: linear-gradient(207deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}

/* Companies Logos */
.collaborations {

}

.logo-carousel .slick-slide {
    height: auto;
}

.starting {
    font-size: 70% !important;
}

.logo-carousel {
    pointer-events: none;
}

.logo-carousel .slick-slide img {
    width: auto;
    margin: auto;
    height: 200px;
}

.logo-carousel .slick-track {
    padding: 1rem 0;
}

/*** CONTACT ***/
.contact .first-col {
    background: #e0d8cb;
}

.contact .contact-text p {
    margin: 0;
}

.contact .second-col {
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem;
}

.contact .form-container {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 70%;
}

.contact form {
    padding: 3rem;
}

/* Form Inputs */
.contact .gfield input[type="text"],
.contact .gfield input[type="email"],
.contact .gfield textarea {
    background: none;
    border: none;
    resize: none;
    border-radius: 24px;
    background: #F5F5F5;
    font-size: 16px;
    text-align: start;
}

.contact .gfield textarea {
    height: 120px !important;
}

#gform_fields_2 input,
#gform_fields_1 input,
#gform_fields_1 textarea {
    padding: 8px 30px;
}

.gform_footer {
    position: relative;
}

.gform_wrapper.gravity-theme .gform_fields {
    display: unset !important;
}

.contact .gfield:not(.spacer) {
    margin-bottom: 15px; /* Reduced margin between fields */
}

.contact input:focus,
.contact textarea:focus {
    outline: none;
}

/* Submit Btn */
.contact .gform_footer input[type="submit"] {
    width: 100%;
    height: auto;
}


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

.emilia {
    direction: ltr;
}

.emilia img {
    height: 14px;
}

/* 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: 15px !important;
    margin-top: 4px !important;
    color: #ff7474 !important;
    font-weight: 500;
}

.gform_ajax_spinner {
    position: absolute;
    top: 45%;
    left: 15px;
    transform: translateY(-50%);
}

/*** FOOTER ***/
footer {
    background: #050607;
    color: #fff;
}

footer ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0;
}

footer a {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    right: 0;
    transition: 0.3s ease-in-out;
}

footer strong {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 1rem;
}

footer a:hover {
    right: 4px;
}

/* NEWSLETTER */
footer input {
    border-radius: 50px;
    background: #f5f5f5;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: none;
}

footer input:focus {
    outline: none;
}

footer .gform_footer input[type="submit"] {
    border-radius: 50px;
    border: 1px solid #ececec;
    width: 100%;
    background: transparent;
    color: white;
}

/**** FAQ PAGE ****/
#questions {
    margin-top: 4rem;
}

#questions .img-wrapper {
    position: relative;
    padding-bottom: 55%;
}

#questions .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.questions .text-inner {
    overflow: hidden;
    height: 5px;
    max-width: 590px;
    padding-top: 1rem !important;
    padding-right: 37px !important;

    p {
        margin-top: 0 !important;
        margin-bottom: 4px !important;
    }
}

.questions .more {
    cursor: pointer;
    background: none;
    border: none;
    color: #050607;
    font-size: 24px;
    line-height: 130%;
}

.question .instructions-box p {
    margin-top: 1.5rem;
}

.question .col-second {
    padding-top: 14rem;
}

.toggle-icon {
    transition: transform 0.5s ease !important;
    width: auto !important;
}

.toggle-icon.rotated {
    transform: rotate(180deg) !important;
    transition: transform 0.3s ease !important;
}


/**** ABOUT PAGE ****/
#about {
    margin-top: 7rem;
}

#about .about-text {
    max-width: 450px;
}

#about-content {
    background: #F4F0E9;
}

#about-content img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: auto;
}

#about-content .side-text {
    max-width: 530px;
    z-index: 3;
    position: relative;
}

#about-content .side-text.right {

}

/* ABOUT US */
#about-us .img-wrapper {
    position: relative;
    padding-bottom: 70%;
}

#about-us .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

#about-us .img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            0deg,
            rgba(0, 180, 209, 0.18) 0%,
            rgba(0, 180, 209, 0.18) 100%
    );
    z-index: 2;
}

#about-us .text-wrapper {
    position: absolute;
    width: 100%;
    z-index: 4;
    bottom: 0;
    color: #fff;
    font-size: 20px;
}

#about-us .text-wrapper.left {
    right: 12px;
    bottom: 11px;
}

#about-us .text-wrapper.right {
    text-align: end;
    right: -12px;
    bottom: 11px;
}

#about-us .second-container h4 {
    font-size: 24px;
}

#about-us .second-container .text-box {
    max-width: 265px;
    margin: auto;
}

#about-us .left-img-circle {
    top: 55%;
    left: -15px;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;

}

#about-us .left-img-circle strong {
    position: absolute;
    left: 0;
    top: -27px;
}

/**/
#about-us .right-img-circle {
    top: 55%;
    right: 0;
    transform: translate(50%, -50%);
    position: absolute;
    display: flex;
}

#about-us .right-img-circle strong {
    position: absolute;
    right: 0;
    top: -27px;
}

#endText {
    background: #F4F0E9;
}

#endText .text-center {
    max-width: 646px;
    font-size: 18px;
    margin: auto;
    font-weight: 700;
}

/* ***BASKET PAGE*** */

#basket-page {
    margin-top: 77px;

    .wc-empty-cart-message {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-top: 6rem;
        margin-bottom: 20px;
    }

    .return-to-shop {
        margin-bottom: 10rem;
        text-align: center;
    }
}

#price-box .favorite-card .price-box {
    font-size: 20px;
}

strong.title {
    font-size: 21px;
}



#basket {
    margin-top: 8rem;
}

#basket .quantity-selector .quantity-decrease {
    font-size: 16px;
    padding: 0 4px;
}

#basket .quantity-selector .quantity-increase {
    padding: 0 4px;
}

#basket .quantity-selector {
    width: 74px;
}

#paymentArea .total-text strong {
    color: #050607;
    font-size: 64px;
    font-weight: 700;
    line-height: 24px;
}

#paymentArea .total-text span {
    font-size: 40px;
    font-weight: 700;
}

#paymentArea .total-text .in-price span {
    font-size: 18px;
}

#paymentArea .delivery-btn label {
    font-size: 13px;
}

#paymentArea input {
    width: 20px;
    height: 20px;
}

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


/* *** orderInfo *** */
#order-sum {
    margin-top: 8rem;
}

#order-sum .favorite-card {
    background-color: none;
    box-shadow: none;
}

#order-sum .favorite-card-left {

    position: relative;
    padding-bottom: 25%;
}

#order-sum .favorite-card-left img {
    position: absolute;
    top: 0;
    left: 0;
}

#order-sum .cart-items {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    overflow: hidden;


}

.custom_remove_link, .editMe {
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.7;
    left: 2rem;
    bottom: 1.5rem;
    z-index: 3;
}

.editMe {
    position: relative;
    bottom: auto;
    top: -10px;
    left: auto;
}

#order-sum .quantity-selector .quantity-decrease {
    font-size: 16px;
    padding: 0 4px;
}

#order-sum .quantity-selector .quantity-increase {
    padding: 0 4px;
}

#order-sum .quantity-selector {
    width: 74px;
}

.page-template-checkout .fav-title-box {
    font-size: 12px;
    padding: 5px 10px;
}

.page-template-checkout h1 {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

#accordionCheckout {
    .favorite-card:last-child::after {
        display: none;
    }

    .accordion-item {
        border: 0 !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 18px;
        overflow: hidden;
    }

    .accordion-button {
        box-shadow: none !important;
        outline: 0 !important;
        background-color: transparent !important;
        color: #000 !important;
    }

    .totals-part {
        border-top: 2px solid #b9b9b9;
    }
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 16 16' fill= '%23000' %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");
}

.sales-item {

}

.status {
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 12px;
}

.order-total .title {
    font-size: 16px;
    opacity: 0.5;
}

.ui-menu {
    border: 0 !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    overflow: hidden;
}

.ui-menu-item-wrapper {
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.ui-menu .ui-menu-item {
    display: block;
    font-family: 'Assistant', sans-serif;
}

.ui-menu .ui-state-active {
    background: #000 !important;
}


.success-page h1 {
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
}

ins {
    text-decoration: none !important;
}

label.error {
    font-size: 13px;
    color: #ff7474;
    margin-top: 3px;
    display: block;
    text-align: right;
}

.order-id-wrap {
    border-radius: 60px;
    background: #fff;
    background: var(--Color-Palette-White, #FFF);
    /* Dropdown Shadow */
    padding: 30px 60px;
    box-shadow: 0px 0px 50px 0px rgba(5, 6, 7, 0.09);
    display: inline-block;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
}

.page-template-checkout h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

#order-sum .favorite-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #eaeaea;
    width: 100%;

}

.order-total {
    font-weight: bold;
}

.order-total .total-price-c {
    font-size: 32px;
}

#checkout-form .form-label {
    font-weight: 500;
    margin-bottom: 7px;

    font-size: 13px;
    font-weight: 500;
    opacity: 0.7;
}

#checkout-form .form-control, .custom-form-control.form-control {
    background: #f5f5f5;
    border: none;
    box-shadow: none !important;
    border-radius: 50px;
    height: 48px;
    padding-right: 25px !important;
    padding-left: 25px !important;
    text-align: right;

}

#couponApply {
    width: 100px;
}

.loading-btn {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;

    .spinner-border {
        width: 1rem;
        height: 1rem;
        border-width: 0.15rem;
    }
}

.btn.loading {
    pointer-events: none;

    .loading-btn {
        opacity: 1;
        visibility: visible;
    }
}

#couponLoad {
    .remove-me {
        cursor: pointer;
        font-size: 14px;
        font-weight: normal;
        opacity: 0.7;
        position: absolute;
        left: 23px;
        top: 21px;
        display: none;
    }
}

#couponLoad.hasCoupon {
    .remove-me {
        display: block;
    }

    #collapseFour {
        display: none;
    }

    .accordion-button {
        pointer-events: none;
    }

    .accordion-button::after {
        display: none;
    }
}

#checkout-form textarea.form-control {
    border-radius: 18px;
}

#checkout-form textarea.form-control {
    height: 100px;
}

#checkout-form .form-check-label {
    margin-bottom: 5px;
    line-height: 19px;
}

.form-check .form-check-input {
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 5px;
    width: 22px;
    height: 22px;
    background-size: 150%;
    box-shadow: none !important;
    margin-top: 0;
}

.form-check-input[type=checkbox] {
    background-size: 16px;
    border-radius: 2px;
}


.form-check-input:checked {
    background-color: #050607;
    border-color: #050607;
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e");
}

#checkout-form .btn {
}

#checkout-form .btn:hover {
    background-color: #e63e00;
}

#checkout-form .btn.invert {
    border: 2px solid #050607 !important;
    color: #050607 !important;
    background: #fff !important;
}


/*** CONTACT PAGE ***/
.contactSection {
    margin-top: 5rem;
}

.contactSection .contact-info p {
    max-width: 700px;
}

.page-template-contact .form-container {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    width: 90%;
}

.page-template-contact .contactSection form {
    padding: 3rem;
}

/* Form Inputs */
.page-template-contact .gfield input[type="text"],
.page-template-contact .gfield input[type="email"],
.page-template-contact .gfield textarea {
    background: none;
    border: none;
    resize: none;
    border-radius: 24px;
    background: #F5F5F5;
    font-size: 16px;
    text-align: start;
}

.gform_wrapper.gravity-theme .gform_fields {
    display: unset !important;
}

.page-template-contact .gfield:not(.spacer) {
    margin-bottom: 15px; /* Reduced margin between fields */
}

.page-template-contact input:focus,
.page-template-contact textarea:focus {
    outline: none;
}

/* Submit Btn */
.page-template-contact .gform_footer input[type="submit"] {
    width: 100%;
    height: auto;
}


/*** LOGIN PAGE ***/
.page-template-login {
    background: #f4f0e9;
}

#login {
    margin-top: 5rem;
}

/* Form Inputs */

body.not-logged-in.woocommerce-account {
    background: #f4f0e9;
}


.forget-passowrd {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 500;
    text-decoration: underline !important;
}


#login .gfield input[type="text"],
#login .gfield input[type="password"],
#login .gfield input[type="email"] {
    border-radius: 50px;
    background: #f5f5f5;
    border: none;
    box-shadow: 0px 0px 50px 0px rgba(5, 6, 7, 0.09);
    padding: 8px 30px;
    outline: 0;
}

#login #checkout-form {
    max-width: 500px;
    margin: auto;
}

#login #checkout-form .form-control {
    box-shadow: 0px 0px 50px 0px rgba(5, 6, 7, 0.09) !important;
}

#login .gfield:not(.spacer) {
    margin-bottom: 15px; /* Reduced margin between fields */
}

#login .gform_footer input[type="submit"] {
    width: 100%;
    justify-content: center;
    padding: 0;
}

#login form {
    padding: 2rem;
}

#login .btn {
    justify-content: center;
}

#login .left-side {
    gap: 5rem;
}

#login h4 {
    line-height: 40px;
}

#login .left-side img {
    width: 100%;
    height: auto;
}

#login .form-container a {
    color: #f3bd69;
    font-size: 21px;
    font-weight: 700;
    line-height: 130%;
}

#login .rightedge {
    position: absolute;
    bottom: 50px;
    right: 0;
}

/*  ***KITCHEN CATALOG PAGE*** */
#kitchens {
    margin-top: 9rem;
}

#kitchens .kitchen-text {
    max-width: 560px;

    p {
        margin-bottom: 3px;
    }

    p:last-child {
        margin-bottom: 0;
    }
}

#kitchens .kitchenType-box {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(5, 6, 7, 0.07);
    height: 250px;

    .in-card-img {
        width: 100%;
        height: 170px;
    }
}


#kitchens .kitchenType-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;

}

.kitchenType-box strong {
    font-size: 20px;
    \ font-weight: 700;
}

/* kitchensCollections */

.custom-dropdown {
    max-width: 90%;
    margin-right: auto;
}

.dropbtn {
    background-color: #f9f9f9;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    width: 100%;
    text-align: right;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #f1f1f1;
}

/* Dropdown Content */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 30px;
    margin-top: 10px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

#kitchensCollections .pages ul li {
    border-radius: 50%;
    border: 1px solid #050607;
    padding: 2px 11px;
    text-align: center;
}


/*** LOGIN WORKERS PAGE ***/
.page-template-loginWorker {
    background: #f4f0e9;
}

.page-template-loginWorker #login {
    position: relative;
}

.login-workers-images {
    left: 5%;
    position: relative;
}

.page-template-loginWorker .left-edge {
    position: absolute;
    bottom: 50px;
    left: 0;
}


/*** REGISTER PAGE ***/
.page-template-register {
    background: #f4f0e9;
}

/**** ARTICLE PAGE ****/
.single p {
    margin: 0;
}

.single #hero {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(95vh - 380px);
    margin-top: 5rem;
}

.single #hero .text-wrap h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.seperate {
    margin-top: 77px;
}

.article-header {
    max-width: 640px;
}

#articleInfo .img-wrapper {
    position: relative;
    padding-bottom: 70%;
}

#articleInfo .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

/* articleText */
#articleText .text-box {
    max-width: 600px;
}

.single_variation_wrap {
    margin-top: 20px;
}

/* configuratorPromotion */
#configuratorPromotion .img-wrapper {
    position: relative;
    padding-bottom: 55%;
}

#configuratorPromotion .img-wrapper::after {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
            242deg,
            rgba(0, 0, 0, 0.5) 7.65%,
            rgba(113, 133, 148, 0) 85.68%
    );
    opacity: 0.5; /* Adjust overall opacity of the gradient overlay */
    pointer-events: none; /* Ensure clicks pass through the overlay */
}

#configuratorPromotion .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 2;
}

#configuratorPromotion .img-text {
    max-width: 400px;
    z-index: 3;
}

.promotion-text {
    max-width: 540px;
}

.promotion-text a {
    text-decoration: underline;
}

#configuratorPromotion .box-wrapper .text-wrapper {
    position: absolute;
    z-index: 5;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 550px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

/**** ARTICLES PAGE ****/
.category-blog {
    margin-top: 7rem;
}

.article-card-left {
    position: relative;
    padding-bottom: 48%;
    width: 100%;
}

.art-logo {
    height: 35px;
    width: auto;
}

.article-card-left img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.article-card-left img:hover img {
    transform: scale(1.05);
}

table {
    max-width: 100%;
}

.article-card-right {
    background: #f4f0e9;
}

.article-card-right .btn {
    justify-content: center;
    width: 230px;
    height: 35px;
}

.press-section .reviews-slider {
    .slick-track
    {
        display: flex !important;
    }

    .slick-slide
    {
        height: inherit !important;
    }
}

.pagination {
    text-align: center;
    padding: 20px 0;
}

.pagination a {
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #ddd;
    display: inline-block;
    background-color: #f4f4f4;
}

.pagination .current {
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #ddd;
    display: inline-block;
    background-color: #d5d2d2;
}

.pagination a:hover {
    background-color: #ddd;
}

/*** Personal Area **/
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
    margin-top: 6rem;
}

/*** Employees Page ***/

.s-title {
    font-size: 18px;
}

.alert-msg {
    background: #718594 !important;
    color: #fff;
}

.product-wrapper {
    border-radius: 18px;
    overflow: hidden;
}


.inside-select {
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.order-details {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.details-left, .details-right {
    width: 45%;
}

.price-circle {
    background-color: #F3BD69;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.orders-wrap {
    max-width: 75%;
}

.order_details li {
    margin: 0 5px;
}

.price del {
    margin-left: 5px;
}

.price del span {
    font-size: 95% !important;
    opacity: 0.75;
    font-weight: normal;
}

.inside-select.select, .inside-select:hover {
    background: #f5f5f5;
    border-radius: 18px;
}

.alert-msg img {
    width: 24px;
}

.sidebar-block {
    box-shadow: 0px 0px 50px 0px rgba(5, 6, 7, 0.09);
    border-radius: 18px;
    background: #fff;

    outline: 0 !important;

    .menu-link {
        position: relative;
        transition: 0.3s ease-in-out;
        right: 0;
    }

    .menu-link:hover {
        right: 5px;
    }

    .chart-wrapper {
        max-width: 175px;
        margin: auto;
    }

    .goal-text {
        font-size: 13px;
        color: #718594;
    }


}

.p-logo {
    background: #000;
    position: relative;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}

.p-logo.empty {
    padding: 20px;
}

.p-logo img {
    width: 100%;
    height: 100%;
    object-position: center top;
}


/* ***PRODUCT CARD*** */
.product-card {
    cursor: pointer;
    overflow: hidden;
    background: #f5f5f5;
    height:auto !important;
}

.product-card .img-wrapper {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
}

.product-card .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transition: all 0.8s ease-in-out;
}

.product-card-body {
    z-index: 3;
}

.discount {
    border-radius: 30px;
    background: #f3bd69;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.em-bubble {
    border-radius: 30px;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.out-of-stock {
    border-radius: 30px;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.product-card-body .black-friday {
    padding: 10px 20px;
    border-radius: 30px;
    background: #050607;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.product-card .color-palette {
    position: relative;
    left: 6px;
}

.product-card .color-palette button {
    border: none;
    background: none;
}

.product-card-bottom strong {

    font-size: 14px;
    font-weight: 700;
    opacity: 0.6;
}

.product-card-bottom span {
    color: #050607;
    font-size: 16px;
    font-weight: 700;
}

.product-card-bottom .price span {
    font-size: 20px;
}

.product-card-bottom .price span.before {
    font-size: 80%;
}

.tags {
    span {
        font-weight: normal;
    }

}


.product-card .img-wrapper img:hover {
    transform: scale(1.05);
}

/*** SINGLE PRODUCT PAGE ***/

#errorModal {
    i {
        font-size: 24px;
        color: #ff7474;
    }
    font-size: 20px;
    font-weight: 500;
}


.cart-p-image {
    max-width: 400px;
    margin: auto;
}

.single-product #hero {
    /*background: url(/product-page/hero.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 250px);
    margin-top: 77px;
}

.single-product #hero .text-wrap {
    max-width: 453px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9), 1px 2px 26px rgba(0, 0, 0, 0.9);
}

/* PRODUCT INFO */
#productInfo hr {
    background-color: #f4f0e9 !important;
    opacity: 1;
    height: 2px;
}

.product-info span.new {
    color: #718594;
    font-size: 16px;
    font-weight: 700;
}

.selections-wrapper {
    max-width: 75%;
}

.quantity-selector {
    background: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(5, 6, 7, 0.09);
    padding: 0;
    width: 130px;
}

.quantity-decrease,
.quantity-increase {
    color: #000;
    background-color: transparent;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    font-size: 24px;
}

.quantity-decrease img,
.quantity-increase img {
    max-width: none;
    width: 14px;
}

.quantity-input {
    border: none;
    text-align: center;
    min-width: 40px;
    color: #718594;
    font-size: 20px;
    outline: none;
}

/* SIZE */
.size-selector {
    background: #ffffff;
    border-radius: 30px;
    margin: auto;
}

.size-decrease,
.size-increase {
    color: #000;
    background-color: transparent;
    border: none;
    padding: 10px;
    cursor: pointer;
    user-select: none;
    font-size: 24px;
}

.size-decrease img,
.size-increase img {
    width: 15px;
}

.size-display {
    padding: 10px 20px;
    margin: 0 10px;
    font-size: 20px;
    transition: opacity 0.3s ease-in-out;
    opacity: 0; /* Start with hidden */
    display: none; /* Ensure it doesn't take space when fully transparent */
}

.like-btn button {
    background: transparent;
}

/* GALLERY IMG */
#productInfo .img-wrapper {
    position: relative;
    padding-bottom: 67%;
}

#productInfo .img-wrapper img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#image-list .list-group-item {
    padding: 5px;
    cursor: pointer;
    height: 100%;
    outline: 0 !important;
    box-shadow: none !important;
    opacity: 0.4;
    max-height: 25%;
    border: 0 !important;
    background: none !important;
    transition: 0.3s ease-in-out;
}

#image-list .list-group-item.active {
    border: none;
}

.list-group-item.active {
    background-color: #fff !important;
}

.list-group {
    height: 100% !important;
    gap: 15px;
}

#image-list .list-group-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;;

}

#image-list .list-group-item.active,
#image-list .list-group-item:hover,
#image-list .list-group-item:focus {
    opacity: 1;
}

/*  ***orderSection***   */
#orderSection .instructions-box p {

}

.faq-wrap button {
    font-size: 20px !important;
}

.text-inner a {
    text-decoration: underline;
}

.offcanvas-body {
    max-height: calc(100% - 85px);
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #eaeaea transparent;
    /* Force scrollbars to be visible on mobile */
    -webkit-overflow-scrolling: touch; /* Enables smooth scrolling for iOS */

    ul {
        padding-right: 15px;
        li {
            display: list-item;
        }
    }
}


.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #eaeaea;
    border-radius: 50px;
    border: 2px solid transparent;
}

.offcanvas-body::-webkit-scrollbar {
    background-color: #eaeaea;
    border-radius: 50px;
    border: 2px solid transparent;
    -webkit-appearance: none;
    width: 4px;
}


.offcanvas-body::-webkit-scrollbar-button {
    display: none; /* This hides the up/down arrows on the scrollbar itself */
}

.pdf-list img {
    height: 22px;
}

.product-desc {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.7;
}


.offcanvas-title {
    font-size: 24px;
}

.offcanvas h3 {
    font-size: 24px;
}


.faq-wrap {
    .text-inner {
        padding-top: 0 !important;

        p:first-of-type {
            margin-top: 0.5rem !important;
        }
    }
}

#getOrder .total :nth-child(2) {
    font-size: 28px;
}

#orderSection .btn {
    justify-content: center;
}

#getOrder .delivery {
    color: #bebebe;
    font-size: 16px;
    font-weight: 400;
}

#orderSection .delivery strong {
    font-size: 21px;
    font-weight: 700;
}

#orderSection .description {
    color: #050607;
    max-width: 630px;
}

#orderSection hr {
    background-color: #f4f0e9 !important;
    opacity: 1;
    height: 2px;
}

#orderSection .text-inner {
    overflow: hidden;
    height: 5px;
    max-width: 590px;
}

#orderSection .more {
    cursor: pointer;
    background: none;
    border: none;
    color: #050607;
    font-size: 30px;
    line-height: 130%;
}

#orderSection .more img {
    width: 20px;
}

#orderSection .assembly-instructions {
    position: relative;
}

/* ***AdditionalInfo*** */

.additional-box {
    color: black;
    height: 100%;
}

.additional-box .img-wrapper {
    position: relative;
    padding-bottom: 76%;
}

.additional-box .img-wrapper.bigger {
    padding-bottom: 115%;
}

.additional-box .img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

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

#additionalVideo .videoWrap {
    position: relative;
    padding-bottom: 40%;
    height: auto;
}

#additionalVideo .videoWrap .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    border: none;
    background: none;
}

#additionalVideo .text-container .text-box {
    max-width: 520px;
    margin: auto;
}

/* ***customersPhoto*** */

#customersPhotos .customers-headers p {
    color: #050607;
    font-size: 16px;
    font-weight: 500;
}

#customersPhotos .center-image-wrapper {
    position: relative;
    padding-bottom: 65%;
}

#customersPhotos .center-image-wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#customersPhotos .first-image-wrapper.first {
    position: relative;
    padding-bottom: 50%;
}

#customersPhotos .first-image-wrapper.second {
    position: relative;
    padding-bottom: 36%;
}

#customersPhotos .first-image-wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.close-this {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 8px;
    border-bottom-right-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 5;
}


.scroll-arrow-in {
    position: absolute;
    z-index: 10;
    right: 15px;
    cursor: pointer;

    img {
        width: 8px;
    }
}

.deep-link {
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.woocommerce-cart .favorite-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);

    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}

.woocommerce-cart .favorite-card.loading:after {
    opacity: 1;
    visibility: visible;
}

.deep-container {
    display: none;
    width: 100%;

    img {
        position: absolute;
        left: 8px;
        top: 10px;
        width: 14px;
    }
}

.send-me {
    font-weight: 600;
    font-size: 16px;

    img {
        height: 20px;
    }
}


.slick-dots {
   bottom: -45px;
}

.slick-dots li button:before {

    font-size: 13px;
    transition: 0.4s ease-in-out;
}

.copied {
    display: none;
    font-size: 14px;
    font-weight: 600;
}

#deepLink {
    background: #f5f5f5 !important;
    cursor: pointer;
    padding-left: 30px;
    font-size: 14px;
    box-shadow: none !important;
    outline: 0 !important;
    text-align: left !important;
    direction: ltr !important;
    border-radius: 25px;
    border: 0 !important;
}

.up-arrow {
    top: 10px; /* Adjust as needed */

    img {
        transform: rotate(90deg);
    }
}

.down-arrow {
    bottom: 10px; /* Adjust as needed */

    img {
        transform: rotate(-90deg);
    }
}


.select-options {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#pageLoader {
    background: #fff;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;

    .spinner-border {
        margin: 0 auto 5px;
        border-color: #000;
        border-left-color: transparent;
    }
}

.backorder-info {
    font-weight: 500;
    img {
        height: 40px;
    }
}


/*** Media Queries  ***/

@media only screen and (max-width: 1600px) {
    #about-us .left-img-circle {
        top: 10%;
        left: 0px;
        transform: rotate(42deg);
        position: absolute;
        display: flex;
        gap: 1rem;
        height: 70px;
    }

    #about-us .right-img-circle {
        top: 10%;
        /* left: 0px; */
        transform: rotate(327deg);
        position: absolute;
        display: flex;
        /* gap: 1rem; */
        height: 70px;
    }

    .page-template-loginWorker .left-edge {
        display: none !important;
    }

    .contact .form-container {
        width: 100%;
    }

    .selections-wrapper {
        max-width: 100% !important;
    }
}

@media (max-width: 1401px) {
    /* HERO */
    #hero h1 {
        font-size: 58px;
    }


    .scroll-arrow {
        width: 30px;
        height: 30px;

        svg {
            width: 16px;
            height: 16px;
        }
    }

    /* COLLECTIONS */
    .collection-info h5 {
        font-size: 34px;
    }

    /* Most-sellers */
    .most-sellers .img-wrapper {
        padding-bottom: 62%;
    }

    .most-sellers .img-wrapper img {
        bottom: 0;
    }

    /* COLLECTIONS */
    .collection-info h5 {
        font-size: 34px;
    }

    #selectKitchen {
        .config-main {
            position: relative;
            padding-bottom: 45%;
            overflow: hidden;
        }

        .config-wrapper {
            width: 110vw;
        }

        .select-wrapper {
            width: 280px;
        }

        #configSideBar {
            width: 300px;

            .product {
                font-size: 12px;
                line-height: 16px;
            }

            .part_name {
                font-size: 20px;
                line-height: 24px;
            }
        }
    }

    /*NAV*/
    #menuWrapper ul {
        gap: 2rem;
    }

    header ul li a {
        font-size: 18px;
        font-weight: 600;
    }

    /*top products*/
    .p-title {
        font-weight: bold !important;
        font-size: 18px;
    }
}

@media (max-width: 1201px) {

    .flex-wrap-it {
        padding: 0;
    }

    .scroll-arrow {
        display: none !important;
    }

    .inner-flex {
        overflow: visible;
    }


    .select-option.select-sub {
        display: none !important;
    }

    #selectKitchen {

        .select-wrapper {
            width: 100%;
            padding: 0 1.5rem;
            bottom: -195px;

            height: auto !important;
            top: auto;

        }

        .config-main {
            position: relative;
            padding-bottom: 68%;
        }

    }

    #mob-wrap {
        max-width: 500px;
        margin: auto;
    }

    /* NAV */
    #menuWrapper {
        position: fixed;
        height: calc(100% - 62px);
        background: rgba(255, 255, 255, 0.9);
        left: 100%;
        transition: 0.6s ease-in-out;
        opacity: 0;
        bottom: 0;
        width: 100%;
        z-index: 10000;
    }

    #menuWrapper ul {
        display: block;
        text-align: center;
    }

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

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

    .nav-main.active {
        background-color: white;
    }

    header ul li a {
        font-size: 22px;
    }


    body.active {
        overflow: hidden;
    }

    .fav-heart {
        position: absolute;
        width: 30px !important;
        height: 30px !important;
        right: unset;
        left: 10px;
        top: 15px;
    }


    .menu-item-has-children .sub-menu {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        transition: 0.3s ease-in-out;
        list-style: none;
        min-width: 330px;
        padding: 5px 0;
        margin: 0;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

        li a {
            font-size: 17px;
            font-weight: 600;
            color: #000;
            text-transform: capitalize;
        }
    }

    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;
        }
    }

    header ul.sub-menu {
        li {
            a {
                height: unset;
                width: unset;
                box-shadow: none;
                padding: 0;

                .card-menu {
                    display: none;
                }
            }
        }
    }


    #login {
        margin-top: 4rem;
    }

    /* HERO */
    #hero h1 {
        font-size: 52px;
    }

    #home #hero {
        margin-top: 64px;
    }

    #productPage #hero {
        margin-top: 64px;
    }

    /*  ***Steps***  */
    .steps .row .step-col:not(:first-child)::after {
        width: 70px;
        right: -30px;
    }

    .steps .row .step-col:nth-child(odd)::after {
        right: -43px !important;
    }

    /* ARTICLE PAGE */
    #article #hero {
        margin-top: 4rem;
        height: calc(100vh - 407px);
        background-position: center;
    }

    #login {
        margin-top: 4rem;
    }

    .contactSection .form-container {
        width: 100%;
    }

    .contactSection form {
        padding: 2rem;
    }

    #selectKitchen {
        .config-wrapper {
            width: 150vw;
        }
    }

    #selectKitchen {
        .config-main {
            position: relative;
            padding-bottom: 61%;
        }
    }

    h2, .single-product h1, .h2 {
        font-size: 35px;
    }

    .sidebar-block {
         justify-content: space-between;
    }
}

@media (max-width: 993px) {
    .questions .col-second {
        padding-top: 0;
    }


    .bigImagePart::before {

        background: linear-gradient(207deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    }

    /* COLLECTIONS */
    #collections .img-wrapper {
        padding-bottom: 0%;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .basic-collection .collection-info {
        position: static;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 450px;
        margin: auto;
    }

    #collections .img-wrapper::after {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
    }

    /* ABOUT US */
    #about-us .second-container .text-box p {
        margin: 0;
    }

    #about-us .second-container .text-box {
        max-width: none;
    }

    /* CONTACT PAGE */
    .page-template-contact .form-container {
        width: 100%;
        border-radius: 18px;
    }

    .page-template-contact .contactSection form {
        padding: 2rem;
    }

    .page-template-contact .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
        padding: 0;
    }

    /* LOGIN PAGE */
    #login .left-side img {
        opacity: 0.5;
    }

    #login {
        margin-top: 68px;
    }

    #login .rightedge {
        display: none !important;
    }

    .login-workers-images {
        left: 0;
    }

    #login .left-side {
        gap: 0;
    }

    /* HERO */
    .home .hero h1 {
        font-size: 42px;
    }

    .home .hero .hero-text {
        max-width: 482px;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    /* STEPS*/
    .steps .row .step-col:nth-child(even) .step-box {
        display: flex;
        flex-direction: row !important;
    }

    .steps .row .step-col:not(:first-child)::after {
        content: none;
    }

    .step-text {
        width: 160px;
    }

    /* CONFIGURATOR */
    .info-banner {
        background-color: #fff;
    }

    .accessories-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 100%;
        color: #fff;
    }

    .accessories-text h4 {
        color: #fff;
    }

    .accessories-text .btn {
        background-color: transparent;
        border: 1px solid #ececec;
    }

    /* TAP GALLERY */
    #tap-gallery .right-tap {
        display: none;
    }

    #tap-gallery .left-tap {
        left: 2%;
    }

    .taps-text h4 {
        color: #fff;
    }

    .taps-text p {
        font-weight: 600;
    }

    .slick-slide {
        margin-right: 0;
        padding: 10px
    }


    /*    CONTACT*/
    .contact .second-col {
        background: #e0d8cb !important;
        padding: 1rem;
    }

    .contact .form-container {
        border-radius: 18px;
    }


    /*info-banner*/
    .info-banner .preview-text {
        max-width: unset;
    }


    .accessories .img-wrapper::after {
        content: '';
        background: rgb(0, 0, 0);
        background: linear-gradient(207deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        position: absolute;
    }

    .accessories-text h2 {
        color: #fff;
    }

    /* COUNTER TOP COLLECTION*/
    .countertopsCollection #carouselExampleFade .img-wrapper {
        padding-bottom: 50%;
    }


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

@media (max-width: 767px) {


    #selectKitchen {
        & #configSideBar {
            > .inside {
                /* Force the scrollbar to be visible and always displayed */
                overflow-y: scroll;
                scrollbar-gutter: stable; /* Makes the scrollbar always take up space and be visible */
            }

            > .inside ::-webkit-scrollbar {
                -webkit-appearance: none;
            }

            > .inside ::-webkit-scrollbar:vertical {
                width: 12px;
            }

            > .inside ::-webkit-scrollbar:horizontal {
                height: 12px;
            }

            > .inside ::-webkit-scrollbar-thumb {
                background-color: rgba(0, 0, 0, .5);
                border-radius: 10px;
                border: 2px solid #ffffff;
            }

            > .inside::-webkit-scrollbar-track {
                border-radius: 10px;
                background-color: #ffffff;
            }
        }
    }


}

.select-option-mobile {
    transition: 0.4s ease-in-out;
}

.show-side .select-option-mobile {


}

#customersPhotos .third-image-wrapper.first {
    position: relative;
    padding-bottom: 40%;
}

#customersPhotos .third-image-wrapper.second {
    position: relative;
    padding-bottom: 40%;
}

#customersPhotos .third-image-wrapper.third {
    position: relative;
    padding-bottom: 42%;
}

#customersPhotos .third-image-wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



#customersPhotos .last-img-wrapper {
    position: relative;
    padding-bottom: 70%;
}

#customersPhotos .last-img-wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


@media (max-width: 780px) {
    /* GENERAL */
    h2, .single-product h1, .h2 {
        font-size: 34px;
    }

    #selectKitchen {
        .config-main {
            padding-bottom: 74%;
        }

        .config-wrapper {
            width: 180vw;
        }


    }

    #about-us .text-wrapper {
        font-size: 15px;
    }

    /*!*HERO HOME*!*/
    .home .hero {
        margin-top: 61px;
        height: calc(100vh - 61px);
    }

    /* TAP GALLERY */
    #tap-gallery .taps-text {
        max-width: 270px;
        margin: 0;
    }



    #tap-gallery .left-tap {
        bottom: 25%;
        max-width: 290px;
    }

    /*COUNTER TOP */
    .countertopsCollection #carouselExampleFade .img-wrapper {
        padding-bottom: 60%;
    }

    .countertopsCollection .collection-info h5 {
        font-size: 34px;
        font-weight: 700;
    }

    /* ARTICLE PAGE */
    .single #hero::after {
        content: ""; /* Required for the pseudo-element to show */
        position: absolute; /* Position absolutely inside the relative parent */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; /* Cover the entire parent area */
        background: linear-gradient(180deg, rgba(5, 6, 7, 0) 0%, rgba(5, 6, 7, 0.57) 100%); /* Gradient overlay */
        pointer-events: none; /* Ensures click events pass through to underlying elements */
    }

    /* PRODUCT PAGE */
    /* FIRST GALLERY */
    #image-list .slick-dots {
        bottom: 4px;
    }

    #image-list .list-group-item img {
        height: 350px;
    }

    .list-group-item {
        border: 0;
    }

    #image-list .list-group-item.active,
    #image-list .list-group-item:hover,
    #image-list .list-group-item:focus {
        opacity: 1;
    }

    /* product gallery */
    #customersPhotos .third-image-wrapper.third {
        padding-bottom: 100%;
    }

    #customersPhotos .first-image-wrapper.first {
        padding-bottom: 100%;
    }

    #customersPhotos .first-image-wrapper.second {
        padding-bottom: 100%;
    }

    #customersPhotos .center-image-wrapper {
        padding-bottom: 42%;
        bottom: 42%;
    }

    #customersPhotos .mobile-row {
        align-items: self-end;
        bottom: 30%;
    }

    #customersPhotos .first-row {
        align-items: self-start;
    }


    /*top products*/
    .most-sellers .btn {
        padding: 6px 33px;
    }


    .countertopsCollection .collection-info {
        font-size: 18px;
        width: 100%;
        max-width: 452px;
    }

    h1 {
        font-size: 50px;
        line-height: 46.5px;
    }


    /*** Cart ***/
    .favorite-card{
        gap: 33px;
    }
    .favorite-card-left {
        width: 100%;
    }

    #basket .favorite-card-left {
        .custom-wrap {
            position: unset;
            padding-bottom: 50%;
        }
    }

    .orders-wrap {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    /* CONFIGURATOR */
    .info-banner .preview-text {
        max-width: 370px;
    }

    .info-banner .btn {
        width: 100%;
    }

    /* ACCESSORIES */
    .accessories .img-wrapper {
        position: relative;
        padding-bottom: 70%;
    }

    .question.more {
        font-size: 24px;
    }

    .question {
        margin-top: 0;
    }

    /*COUNTER TOP COLLECTION*/
    .countertopsCollection .collection-info {
        font-size: 16px;
    }

    .contact form {
        padding: 2rem;
    }

    /*ARTICLE*/
    .article-card {
        flex-direction: column;
    }

    .article-card .btn {
        width: 100%;
    }

    /* PRODUCT PAGE */
    .size-display {
        font-size: 16px;
    }

    .quantity-input {
        font-size: 16px;
    }

    .quantity-decrease img, .quantity-increase img {
        max-width: none;
        width: auto;
    }

    .size-decrease img, .size-increase img {
        width: auto;
    }


    main#home {
        margin-top: 0;
    }

    .tilesgallery .top-card-inside {
        min-height: 260px;
    }

    #orderSection .more {
        font-size: 24px;
    }

    .details-left, .details-right {
         width:unset;
    }

    .search-btn img {
        position: relative;
        top: 4px;
         left: 0;
        height: 22px;
    }
}

@media only screen and (max-width: 480px) {
    /* NAV */
    header .navbar-logo img {
        position: relative;
        left: 35px;
    }


    #selectKitchen {
        #configSideBar {
            width: 100%;
            left: -100%;

            .option .image-wrap:after {
                width: 20px;
                height: 20px;
            }
        }

        .floating-label {
            transform: scale(0.8);
        }

    }

    #selectKitchen {
        .config-main {
            padding-bottom: 78%;
        }

        .config-wrapper {
            width: 190vw;
        }


    }

    .question .more {
        font-size: 20px;
    }

    .question h4 {
        font-size: 32px;
    }

    #login .form-container a {
        font-size: 20px;
    }

    #login form {
        padding: 0;
    }

    /* TAP GALLERY */
    #tap-gallery .left-tap {
        bottom: 40%;
        max-width: 240px;
    }

    #tap-gallery .taps-text .btn {
        width: 100%;
    }

    .countertopsCollection .collection-info h5 {
        font-size: 30px;
        font-weight: 700;
    }

    .contact form {
        padding: 1rem;
    }

    /*hero*/
    .home .hero .h1 {
        font-size: 35px;
    }


    h2, .single-product h1, .h2 {
        font-size: 30px;
    }

    /*top products*/
    .most-sellers .btn {
        padding: 4px 33px;
    }

    .countertopsCollection #carouselExampleFade .img-wrapper {
        padding-bottom: 85%;
    }

    .contact .second-col {
        padding: 2rem;
    }

    .logo-carousel .slick-slide img {
        height: 130px;
    }

    .tilesgallery {
        .slick-dots {
            left: 5px;
        }
    }

    /*kitchens*/
    #kitchens {
        margin-top: 7rem;
    }

    #kitchens .kitchenType-box {
        height: 180px;
    }

    #kitchens .kitchenType-box {
        .in-card-img {
            height: 125px;
        }
    }

    .kitchenType-box strong {
        font-size: 16px;
    }

    h1 {
        font-size: 40px;
        line-height: 37.5px;
    }

    .btn, #login .gform_footer input[type="submit"], .contact .gform_footer input[type="submit"], .page-template-contact .gform_footer input[type="submit"] {
        padding: 10px 15px;
    }
    .menu-main .search-box span {
        display: none;
    }
    /* search wrapper */
    .search-wrapper input {
        width: 360px;
        font-size: 20px !important;
    }
}

.woocommerce-order-pay {
    .shop_table {
        margin: 50px auto 0;
        text-align: right;

        th, td {
            padding: 10px;
            border: 1px solid #eaeaea;
        }

        .wc-item-meta {
            display: none !important;
        }


    }



    .wc_payment_methods, .woocommerce-terms-and-conditions-wrapper {
        display: none !important;
    }

    #place_order {
        width: 100%;
        max-width: 400px;
        margin: 30px auto;
        padding: 10px 20px;
        background-color: #050607;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        border-radius: 30px;
        border: none;
        float: none !important;
    }
}

.items-details {
    font-size: 14px;
}

#home .most-sellers .products .product-card-wrapper{
    height: auto !important;
}
#home .most-sellers .products .product-card-wrapper a{
    height: auto !important;
}
#home .most-sellers .products .product-card-wrapper .price{
    display: inline-flex;
}