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

@import url("https://use.typekit.net/yhx3vpu.css");
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


:root {
    --action-color: #5F7552;
    --action-text: #fff;
    --text-color: #232323;
    --border-radius: 0px;
    --title-color: #1c1b1b;
    --title-weight: 300;
    --solid-color: #eaeaea;
    --font-family: "sweet-sans-pro", 'Rubik', sans-serif;
    --title-family: "sweet-sans-pro", 'Rubik', sans-serif;
    --border-width: 1px;
    --transition: 0.3s ease-in-out;
}


/*** GENERAL ****/

body {
    font-size: 16px;
    font-family: var(--font-family);
    color: var(--text-color);
}

body.admin-bar {

}

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

h2, .h2 {
    font-size: 36px;
    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 {
    padding-top: 146px;
    margin-top: 3rem;
}

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


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

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

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

}

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

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

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

}

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

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

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

{
    border: 0 !important ;
    background-color: var(--action-color) !important;
    color: var(--action-text) !important;
    border-radius: var(--border-radius) !important;
    position: relative;
    top: 0;
    transition: var(--transition);
    font-family: var(--font-family);
    height: 39px;
    line-height: 27px;
    box-shadow: none !important;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}


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


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





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



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

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


h2.reg-text {
    font-size: inherit;
}



.btn.invert, button[name="apply_coupon"], button[type="submit"].ywgc_apply_gift_card_button {
    background-color: transparent !important;
    color: var(--action-color) !important;
    border: var(--border-width) solid var(--action-color) !important;
}

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(--action-color);
}

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

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

.btn-close {
    box-shadow: none !important;
    opacity: 0.6 !important;
    z-index: 4;
}

#about, #studio {
    border-top: 1px solid #E4E3E3;
}

#studio {
    h2, h3 {
        text-transform: uppercase;
    }

    h3 {
        margin-bottom: 1.5rem;
    }
}

#map {
    height: 500px;
}

#instagram {
    .ig-title {
        background: #BAC4B0;
        color: #fff;
    }
    h3 {
        text-transform: uppercase;
        color: #fff !important;
        font-size: 20px;
    }

    #sbi_images {
        padding: 0;
    }
}

/*** FOOTER
 */

footer {

}

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

.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: #4a4a4a !important;
    text-decoration: underline !important;
}

.emilia {
    direction: ltr;
}

.emilia img {
    height: 15px;
}

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

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

.gform_validation_errors {
    display: none !important;
}

.offcanvas {
    z-index: 1200;
}

footer {
    float: left;
    width: 100%;

    border-top: 1px solid #E4E3E3;
    .text {
        line-height: 22px;
    }

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

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

    .title {
        font-size: 16px;

        font-weight: 600;
    }

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

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

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

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

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

    .gform_wrapper.gravity-theme .gfield input.large {
        border-radius: 0 !important;
        border: 0 !important;
        border-bottom: 1px solid #c0c0c0 !important;
        background: transparent !important;
        color: #fff !important;
        height: 46px;
        padding: 0 35px 0 0 !important;
        box-shadow: none;
        outline: 0 !important;
    }

    .gform-body {
        position: relative;
    }

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

    .gfield_validation_message {
        position: absolute;
        bottom: -30px;
        right: 0;
        color: red !important;
        font-size: 12px !important;
        background: transparent !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .gform_wrapper.gravity-theme .gform_footer::before {
        content: "\f061";
        font-family: 'Line Awesome Free';
        font-weight: 900;
        position: absolute;
        top: -37px;
        right: 0;
        z-index: 2;
        pointer-events: none;
        width: 17px;
        height: 25px;
        color: #c0c0c0;
        font-size: 24px;
    }

    .gform_wrapper.gravity-theme .gform_footer input {
        background: transparent !important;
        width: 17px;
        height: 25px;
        position: absolute;
        right: 0;
        top: -34px;
        text-indent: -9999px;
        border: 0 !important;
        cursor: pointer;
        outline: 0 !important;
        padding: 0 !important;
    }

    .gform_ajax_spinner {
        position: absolute;
        top: -30px;
        right: 25px;
    }
}

.social-icons {
    font-size: 24px;
}

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

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

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

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

    .gform_footer {
        position: relative;
    }

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

    .gform_ajax_spinner {
        position: absolute;
        top: 34px;
        left: 15px;
    }

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



/*** HEADER ***/

#topMsg {
    background: #BAC4B0;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    p {
        margin-bottom: 0;
    }

    .carousel-control-prev,
    .carousel-control-next
    {
        width: 20px;
        opacity: 1;

        span {
            display: block;
            width: 20px;
            height: 20px;
            opacity: 1;
        }
    }
}

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

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

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

    .cartClick {
        font-size: 23px;
        position: relative;
        top: -1px;

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

        }
    }


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

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

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

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

header #logo img {
    width: 300px;
    display: block;
    margin: auto;
    transition: 0.4s ease;
}


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

#deskmenu {
    transition: 0.4s ease;
}

header.scrolled {
    #deskmenu {
        margin-top: 1rem !important;
    }
}


#offcanvasHeader::before {
    width: 100%;
    height: 60px;
    content: '';
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: 3;
}

#offcanvasHeader {
    max-width: calc(100% - 1.5rem);
    ul {
        padding: 0;
        margin: 0;
        list-style: none;

        li {
            padding-bottom: 1rem;
            margin-bottom: 1rem;
            border-bottom: 1px solid #E4E3E3;
            font-size: 18px;
            a {

                display: flex;
                justify-content: space-between;
                align-items: center;
            }
        }

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

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

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

        li {
            padding: 0 0 1rem;
            margin: 0;
            border: 0;
        }

        li a {
            margin: 0;
            font-size: 14px;
            opacity: 0.7;

        }
    }
}


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

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

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



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

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

/* MOBILE NAV */

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

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

.toggler-icon:first-of-type {
    margin-top: 0;
}

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

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

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


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

/*** MEDIA QUERY ***/

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

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


}



@media (max-width: 1199px) {

    main {

    }


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

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

    .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.active > a::after {
        transform: rotate(180deg);
    }

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

    h1, .h1 {
        font-size: 36px;
    }

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

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

    h4, .h4 {
        font-size: 20px;
    }

    h5, .h5 {
        font-size: 16px;
    }

}

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

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

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

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

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

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

        .cartClick {
            font-size: 20px;
        }


    }
    #searchMe {
        font-size: 21px;
        top: 0;
    }
}

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

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



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

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

.head-title {
    text-transform: uppercase;
    span {
        display: block;
        font-size: 18px;
    }
}

/*** PRICES ***/

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

.price {
    font-size: 22px !important;

    color: var(--text-color) !important;
    text-decoration: none !important;

    del {
        opacity: 0.7;
    }
}

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



/*** 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: #fff;
    border: 1px solid #E4E3E3;
    height: 45px;
    width: 45px;
    color: var(--text-color);
    font-weight: normal;
    cursor: pointer;
    top: 0;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.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 #ddd;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    width: 60px !important;
}

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

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

/*** PRODUCT PAGE ***/

/** giftcard **/

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

.product-type-gift-card {
    .price {
    display: none !important;
    }
}

.gift-cards-list {
    margin-top: 1rem;
}

.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: 90px;
    line-height: 26px;
    margin: 0 5px 7px 0;
}

#deskmenu ul {
    list-style: none;
    text-align: center ;
    margin-bottom: 0;
    padding: 0;
    li {
        display: inline-block;
        margin: 0 10px;
        font-size: 18px;
        font-weight: 500;
    }

    .sub-menu {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        padding: 1rem;
        transition: 0.4s ease-in-out;
        text-align: left;

        li {
            display: block;
            font-size: 14px;
            margin: 3px 0 !important;
        }
    }

    li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }
}

.gift-cards-list > h3 {
display: none !important;
}

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

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

.gift_card_template_button button {
    margin: 0 !important;
}

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


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

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


.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: 13px !important;
    color: var(--text-color);
    opacity: 0.7;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}


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

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

}

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

}

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

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

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

.accordion-item: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 {
border-radius: 0 !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: #fff;
    color: var(--text-color);
    padding: 8px 14px;
    border-radius: var(--border-radius);
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    min-width: 0;
    min-height: 0;
    line-height: 1;
    z-index: 2;
}

.single-product {
    .quantity {
        display: none !important;
    }
}
.custom-sticky {
    top: 150px;
}

.is-rtl {
    text-align: right;
    direction: rtl;
}

.vertical-indicators {
    position: absolute;
     left: -50px;
    height: 100%;

    .custom-sticky {
        top: calc(50% + 100px);
        transform: translateY(-50%);
    }
}

.indicator {
    width: 12px;
    height: 12px;
    border: 2px solid var(--solid-color);
    border-radius: 50%;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}

.indicator.active {
    background-color: var(--action-color);
    border-color: var(--action-color);
}

.woocommerce span.out-of-stock-badge {
    background-color: var(--text-color);
    white-space: nowrap;
    color: #fff;
    padding: 8px 14px;
    border-radius: var(--border-radius);

   text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    min-width: 0;
    min-height: 0;
    line-height: 1;
    z-index: 2;
}

.single_add_to_cart_button {

    min-width: 150px;
}

.whatsapp-link {
    position: absolute;
    bottom: 0;
    right: 0;

    i {
        font-size: 22px;
        position: relative;
        top: 1px;
    }
}

.single-product form.cart {
    position: relative;
}

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

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

    .value select {
        width: 317px;
    }

    .reset_variations {
        display: none !important;
    }
}

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

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

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

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

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

.type-product > a {
    position: relative;

    display: block;
    text-align: center;
}

@media (max-width: 994px) {
   .woocommerce-breadcrumb {
       margin-top: 2rem !important;
   }

    .archive {
        .woocommerce-breadcrumb {
            margin-top: 0 !important;
        }
    }
}

@media (max-width: 768px) {
    .single_add_to_cart_button {
        width: calc(100% - 169px) !important;
    }

    form.checkout {
        overflow: hidden;
    }


}

@media (max-width: 600px) {
    #wpadminbar {
        bottom: auto;
        top: 0;
        display: none !important;
    }
}


@media (max-width: 480px) {
    .single_add_to_cart_button {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 3rem !important;
    }
}


.starting {
    font-size: 14px;
}

    /** 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: #fff;
        border: 2px solid var(--solid-color);
        overflow: hidden;
        transition: var(--transition);
        position: relative;

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

    li.slick-active {
        background-color: var(--action-color);
        border-color: var(--action-color);
    }
}

@media (max-width: 994px) {
    .gallery-item {
        position: relative;
        padding-bottom: 100vw;
        overflow: hidden;
        img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;

        }
    }

    .summary-gallery {
        overflow: hidden;
    }

    .single-product .slick-dots {
        margin-top: 0 !important;
        text-align: center;
    }

    .single-product .yith-wcwl-add-to-wishlist {
        right: 1.5rem;
        top: 0;
    }

    .single-product main {
        margin-top: 0;
        padding-top: 71px;
    }

    .xl-hidden {
        overflow: hidden;
    }
}

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

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

    .whatsapp-link {
        position: static;
    }

    .variations {
        .value select {
            width: 100%;
            color: #232323 !important;
        }
    }

    .single_add_to_cart_button {
        width: 100% !important;
    }

    ::selection {

        color: #232323 !important;
    }

    /* For compatibility with Safari */
    ::-moz-selection {
        color: #232323 !important;
    }

    .single-product main {
        padding-top: 65px;
    }
}

/*** PRODUCT LOOP CONTENT **/

.semi {
    font-weight: 500;
}

#cartModal {
    .product-image-wrap {
        margin-bottom: 0.5rem !important;
    }

    .reg-text {
        font-weight: normal;
    }

    h3 {
        font-size: 16px !important;
    }

    .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
        right: 1rem;
        top: 0.25rem;
    }

}


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

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

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

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

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

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

    .slick-slider {
        touch-action: auto !important;
    }

    #saleC .p-wrap strong {
        font-size: 28px !important;
    }



    .related-products {


         .yith-wcwl-add-to-wishlist {
             top: 0.5rem !important;
             right: 1.5rem !important;
         }
    }

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

    .child-wrap {
        position: absolute;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 0.5rem;
        width: 100%;
        top: 0;
        padding-left: 30px;
        border-bottom: 1px solid var(--solid-color);
    }

    .child-cats {

        text-align: left;
        width: 100%;
        top: 0px;
        font-size: 13px !important;



    }
    .has-child {
        margin-top: 35px;
    }

    .child-wrap + form {
        margin-top: 35px;
    }
}

/*** 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: 100%;
    height: auto;
}

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


.single-product .woocommerce-notices-wrapper {
    display: none !important;
}

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

    z-index: 1110;


    .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: 35px !important;
        border: 1px solid #E4E3E3;
        border-right: 0;
        border-left: 0;
        font-size: 14px;
        width: 35px !important;
    }

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

    .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);
    }
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

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

main#archive {
    margin-top: 0px;
}

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

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    position: absolute;
    right: 2.5rem;
    top: 0.75rem;

    left: auto;

    .blockOverlay.blockUI {
        top: -12px !important;
        left: -5px !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: 16px;
}

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

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


.widget {

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

    form {
        display: none;
    }

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

    }

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

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

    .woocommerce-widget-layered-nav-list {
        list-style: none;
        padding: 0 0 0.75rem !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 a:before {
            content: "\f00c";
            font-family: 'Line Awesome Free';
            font-weight: 900;
            color: #fff;
            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);
    }

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

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

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

    /* Styling for the filter button */
    .price_slider_amount .button {
        display: block;
        width: 100%;
    }

    .price_slider_amount .button:hover {
        background: #0056b3;
    }

    /* Clearfix for floating elements */
    .price_label {
        font-weight: 600;
        font-size: 12px;
    }
}

.favorites-link {
    font-size: 22px;
}

.type-product .price {
    font-size: 18px !important;

    display: inline-block;

}

.single-product .in-content .price {
    font-size: 26px !important;
}

del + .screen-reader-text + ins {
    color: #ff3900;
}

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

.child-cats {
    font-size: 14px;


    a {
        color: #a1a1a1;
        transition: 0.4s ease-in-out;
        text-decoration: underline;
    }

    a.active {
        text-decoration: none;
    }

    a.active, a:hover {
        color: var(--text-color);

    }
}

/*** CHRISMAS **/


#saleC .p-wrap strong {

    font-size: 34px;
    font-weight: normal;
}

.iframe-wrap .click {

    font-size: 20px;
    position: relative;
    top: -25px;
}

#saleC .p-wrap {
    font-size: 18px;

    opacity: 1;
    visibility: visible;
    transition: 2s ease-in-out;
}

#saleC.showMe .p-wrap {
    opacity: 0;
    visibility: hidden;
}

.iframe-wrap {
    overflow: hidden;
    cursor: pointer;
    transition: 2s ease-in-out;
}

.showMe .iframe-wrap {
    opacity: 0;
    visibility: hidden;
}


#saleC .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}


.iframe-wrap iframe {
    pointer-events: none;
    max-width: 100%;

}

#saleC .product-wrap {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 1.1s ease-in-out 1.5s;

    img {
        width: 100%;
    }
}

.gif-back {
    background: url(assets/images/shahar.gif) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: 1.1s ease-in-out 1.5s;

}

#saleC.showMe .gif-back {
    opacity: 1;
    visibility: visible;
}

#saleC.showMe .product-wrap {
    opacity: 1;
    visibility: visible;
}



@media (max-width: 994px) {

    .filter-title {
        position: relative;
    }

    .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
        right: 1rem;
        top: 0.5rem;
    }

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

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

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

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

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


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

.woocommerce-checkout {
    .entry-thumbnail {
        display: none !important;
    }
}

.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-wishlist {
    main {
        padding-bottom: 3rem;
    }
}

.woocommerce-wishlist h1 {
    text-align: center;
}

.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;
        z-index: 2;
    }
    line-height: 15px;

}



.woocommerce-order-pay {

    .woocommerce {
        text-align: center;
    }

    h1 {
        display: none;
    }

    .order_details {
        border-radius:0px;
        border: 1px solid #e5e5e5;
        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;
        }
    }

}

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

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

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

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

.ywgc_apply_gift_card_button {
    font-size: 12px !important;
}
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    position: relative;
}

#flashy_accept_marketing {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;

}

#flashy_accept_marketing + label {
direction: rtl;
}


#flashy_accept_marketing:checked + label span::before {
    background-color: var(--action-color);
    border-color: var(--action-color);
}

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

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

.blockOverlay.blockUI {
    background-image: none !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;

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

.woocommerce-account main {
    padding-bottom: 3rem;
}

.ywgc_apply_gift_card_button {
    width: 100% !important;
    top: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    height: 45px !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);
    font-weight: 600;
}

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

.slider-btn {
    position: absolute;
    bottom: 5rem !important;
    top: auto !important;
    left: 50%;
    transform: translateX(-50%);

}

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

    label::before {
        display: none;
    }
}

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

     }

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

    }

    label::before {
        content: '';

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

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

}


#order_review {
    .product-title {
        font-size: 14px;
    }
}

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

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

    a {
        text-decoration: underline;
    }
}

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

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

.ywgc_have_code {
    display: none !important;
}

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

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

.yith-giftcard {
    position: relative;

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

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

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

.woocommerce-terms-and-conditions {

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

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

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



/*** CART **/

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

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

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

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

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

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

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

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

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

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

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

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

/** MY ACCOUNT **/

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

#loginModal, #registerModal {
    img {
        height: 20px;
        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;
    overflow: hidden;
}

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

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

.woocommerce-account .woocommerce {
    overflow: hidden;

}

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

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

        li {
            position: relative;

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

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

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

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

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

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

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

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


}

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

    .single-product .yith-wcwl-add-to-wishlist {
        top: 29px;
    }

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

    }

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

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

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

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

        li {
            margin-bottom: 0.5rem;
        }

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





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

        table {
            width: 100%;
        }

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

        .product-name {
            width: 40%;
        }

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

        }
    }

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

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

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

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

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

            margin-bottom: 2rem;
        }

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

}

.container-fluid {
}

.mida-wrapper {
    select {
        display: none;
    }
}

/*** FOOTER ***/
#customer-support {

    .title {
        font-weight: 600;
    }
    .text {
        font-size: 14px;
        line-height: 22px;
    }
    .text-wrap {
        max-width: 380px;
        margin: auto;
    }

    .border-top {
        border-color: var(--action-color) !important;
    }
}


/*** HOME ***/
#hero {
    height: 75vh;
    margin-top: 143px;
    min-height: 500px;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    .carousel-indicators {
       button {
           width: 10px;
           height: 10px;
           border-radius: 50%;

        }
    }
}


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

    p {
        margin-bottom: 0;
    }

    .square {
        width: 40px;
    }
}

.mida-square {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid var(--solid-color);
    line-height: 36px;
    text-align: center;
    color: var(--text-color);
    transition: 0.4s ease-in-out;
    margin-right: 5px;
    margin-bottom: 5px;
}

.mida-square:hover, .mida-square.active {
   border-color: var(--action-color);
    color: var(--text-color);
}

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

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

    .vertical-indicators {
        left: -18px;
    }

    .indicator {
        width: 9px;
        height: 9px;
    }
}

@media (max-width: 1201px) {

    main {
        padding-top: 71px;
    }

    header #logo img {
        width: 104px !important;
    }

    #hero {

        margin-top: 71px;
            .quote {
                font-size: 32px;
            }

        .title {
            font-size: 18.9px;
        }

        .big-image {
            position: absolute;
            top: 0;
            left: 0rem;
            max-height: 80%;
        }

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

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

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

        .big-image {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%, 0);
            height: 300px;
        }

        .background-it {
            height: auto;
        }
    }

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

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

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

    .order_details li {
        display:  block !important;
        text-align: left;
    }
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    display: block;
}

.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist .add_to_wishlist img {
    height: auto;
    width: 20px;
    position: relative;
    top: -1px;
    left: -1px;
}

body:has(.cartModal.show) #qlwapp.qlwapp {
    z-index: 1;
}

/*new fixes*/
@media (max-width: 767px) {
    .cartModal .modal-body {
        max-height: calc(100dvh - 130px);
    }
}

@media (max-width: 760px) {
    .woocommerce-MyAccount-navigation ul li a {
        top: 0;
        left: -30%;
    }
}

@media (max-width: 430px) {
    .cartModal .modal-footer {
        margin-inline: -0.25rem;
    }

    .cartModal .modal-footer .col:first-child {
        flex: 1.5;
    }

    .cartModal .modal-footer .btn {
        height: auto;
        min-height: 40px;
        font-size: clamp(12px, 3.5vw, 24px);
    }
}