:root {
    --textColor: #413F39;
    --headingColor: #21201D;
    --brownColor: #BFA078;
    --darkBrown: #937957;
    --lightBrown: #FAF6EB;
    --bodyFont: 'SourceSans', sans-serif;
    --headingFont: 'Lora', serif;
}

/* @font-face {
    font-family: Urbanist;
    src: url(/wp-content/themes/reinette/assets/font/Urbanist-VariableFont_wght.ttf);
}

@font-face {
    font-family: Urbanist-Italic;
    src: url(/wp-content/themes/reinette/assets/font/Urbanist-Italic-VariableFont_wght.ttf);
}

@font-face {
    font-family: Dancing-Script;
    src: url(/wp-content/themes/reinette/assets/font/DancingScript-VariableFont_wght.ttf);
} */

@font-face {font-family: 'Lora'; src: url(../../assets/font/Lora.ttf); }
@font-face {font-family: 'SourceSans'; src: url(../../assets/font/SourceSans3.ttf); }

.woocommerce-breadcrumb {
    display: none;
}

.navbar_cart {
    position: fixed;
    top: 167px;
    height: auto;
    z-index: 10;
    transition: opacity 0.3s ease-out;
}

.navbar_cart {
    display: none;
    /* Initially hide the cart */
    opacity: 0;
}

.navbar_cart.visible {
    display: block;
    /* Make the cart visible when it has the .visible class */
    opacity: 1;
    transition: opacity 0.3s ease;
}

.cart_contents_nav.hidden {
    /* opacity: 0; 
    pointer-events: none;  */
    display: none;
}

.navbar_cart.hidden {
    opacity: 0;
    /* Hide the cart using opacity */
    pointer-events: none;
    /* Disable pointer events when hidden */
}

.navbar_cart .cart_contents_nav {
    border: 1px solid rgba(65, 63, 57, 0.50);
    background: #F5F5F5;
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 35px 25px;
    backdrop-filter: blur(5px);
    transition: opacity 0.3s ease-out;
}

.navbar_cart .d-flex {
    justify-content: flex-end;
}

.navbar_cart .flex_grandtotal {
    justify-content: space-between;
    margin-bottom: 10px;
}

/* .navbar_cart .product-remove{
    margin-top: -10px;
} */
.woocommerce-message {
    display: none;
}

.navbar_cart bdi,
.navbar_cart .flex_grandtotal p {
    font-family: "Urbanist";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: var(--textColor);
    line-height: 160%;
}

.navbar_cart .cart_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
}

.woocommerce a.remove:hover {
    color: unset !important;
    background: unset !important;
}

.navbar_cart .product-name {
    display: flex;
    flex-direction: column;
}

.navbar_cart .product-name a {
    font-family: "Urbanist";
    font-size: 16px;
    font-style: normal;
    color: #212121;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    width: 280px;
}

.navbar_cart div.product-quantity {
    border: 1px solid #212121;
    padding: 5px;
}

.navbar_cart .product_item {
    display: flex;
    align-items: center;
    max-width: 373px;
    gap: 0 13px;
}

.navbar_cart .product-thumbnail img {
    width: 51px;
    height: 71px;
    object-fit: cover;
}

.navbar_cart .ctas_ {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
}

.navbar_cart .cta_gray,
.navbar_cart .cta_gray_transparent {
    max-width: 100%;
    font-family: "Urbanist";
    width: 100%;
    font-weight: 600;
}

.navbar_cart hr {
    margin: 25px 0;
}

.navbar_cart .scroll_product {
    max-height: 365px;
    /* Set your desired maximum height */
    overflow-y: auto;
    /* Enable vertical scrolling */
    padding: 10px;
    /* Optional: Add some padding */
}

.navbar_cart a.cta_gray_transparent {
    transition: .3s ease-in-out;
    gap: 5px;
}

.navbar_cart a.cta_gray_transparent:hover {
    background: #BFA078;
    color: white;
    border: 1.5px solid #937957;
}

.shop_icons p {
    font-size: 16px;
    font-weight: 600;
}

.mb50 {
    margin-bottom: 50px;
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    background-color: rgba(244, 244, 244, 0.85) !important;
    backdrop-filter: blur(5px);
}

.modal-backdrop.fade {
    z-index: 1 !important;
}

header.header_inside {
    /* position: relative; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(244, 244, 244, 0.85);
    backdrop-filter: blur(5px);
}

header .input-group-text {
    border-radius: 0px !important;
    border: 1px solid #413F39;
    padding: 10px;
}

header .modal-body {
    padding: 0;
}

header input.form-control {
    border-radius: 0px;
    border-top: 1px solid #413F39;
    border-right: 1px solid #413F39;
    border-bottom: 1px solid #413F39;
}

header .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

header .navbar-fixed li a,
header .header-inside li a,
header .navbar li a {
    color: #413F39 !important;
}

header .navbar-fixed svg path,
header .header-inside svg path,
header .navbar svg path {
    fill: #413F39 !important;
}

/* .modal-content {
    background: unset;
} */

.view_product .modal_content {
    background-color: var(--bs-modal-bg);
}

/* .navbar_cart span.woocommerce-Price-currencySymbol {
    display: none;
} */

/* .navbar_cart .flex_grandtotal span.woocommerce-Price-currencySymbol {
    display: block !important;
} */

.navbar_cart .flex_grandtotal span.woocommerce-Price-amount.amount bdi,
.navbar_cart .product_item span.woocommerce-Price-amount.amount bdi {
    display: flex;
    gap: 4px;
}

.navbar_cart span.woocommerce-Price-currencySymbol {
    display: block !important;
}

.navbar_cart .product-remove .woocommerce a.remove:hover {
    background: none !important;
}

.modal .product_content h4 {
    text-align: center;
}

.modal-body .fg--search {
    background: white;
    position: relative;
    /* width: 300px; */
    width: 100%;
}

.modal-body .fg--search input {
    width: 100%;
    /* max-width: 364px; */
    height: 55px;
    padding: 10px 20px 10px 40px;
    display: block;
    /* border-radius: 50px; */
    border: 1px solid var(--Blck, #413F39);
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

.modal-body .fg--search div.search-icon {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 13px 10px 13px 15px;
    z-index: 2;
    color: #413F39;
}

.cta_gray {
    padding: 20px 10px;
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    max-width: 125px;
    color: #fff;
    background-color: var(--textColor);
    height: 46px;
    font-family: "Urbanist";
}

.cta_gray:hover {
    background-color: var(--brownColor);
    border: 1px solid var(--darkBrown);
    transition: 0.4s;
}

.cta_gray_transparent {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    border: 1px solid var(--textColor);
    max-width: 125px;
    color: var(--textColor);
    background-color: transparent;
    font-family: "Urbanist";
}

.no_pad_bottom {
    padding: 100px 0 0;
}

.footer__desc p {
    margin-bottom: 27px;
    font-size: 14px;
}

.footer__desc .show_now a,
.footer__desc .show_now a path {
    transition: 0.3s ease-in-out;
}

.footer__desc .show_now a:hover {
    color: #BFA078;
}

.footer__desc .show_now a:hover svg path {
    fill: #BFA078;
}

section {
    padding: 100px 0;
}

section span {
    font-family: var(--bodyFont) !important;
}

p, ul li{
    font-family: var(--bodyFont) !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; 
    color: var(--textColor);
}

h1{
    color: var(--headingColor);
    font-family: var(--headingFont) !important;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
h2{
    color: var(--headingColor);
    font-family: var(--headingFont) !important;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
h3{
    color: var(--headingColor);
    font-family: var(--headingFont) !important;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
h4{
    color: var(--headingColor);
    font-family: var(--headingFont) !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
h5{
    color: var(--headingColor);
    /* H5 */
    font-family: var(--headingFont) !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 32px */
}


h1 span, h2 span, h3 span, h4 span, h5 span{
    font-family: var(--headingFont) !important;
}

a {
    font-family: var(--bodyFont) !important;
}

header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
}

header .socmed {
    background-color: var(--brownColor);
    padding: 10px;
}

header .socmed .socmed_icons ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 32px;
    margin: 0;
}

header .shop_icons a {
    text-decoration: none;
}

header .shop_icons {
    display: flex;
    gap: 32px;
}

header .socmed .socmed_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .socmed .right_content p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

header .navbar li a {
    padding: 20px 0;
    color: #fff;
    font-family: "Urbanist";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    line-height: normal;
    text-decoration: none;
}

header .navbar {
    /* background-color: transparent; */
    background-color: white;
    /* padding-top: 70px; */
}

header .navbar ul li {
    margin-right: 20px;
    list-style-type: none;
}


header .navbar-collapse {
    justify-content: center;
}

header .navbar ul li.current-menu-item a {
    position: relative;
}

header .navbar ul li.current-menu-item a::before {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #413F39;
}

header .navbar ul li:not(.current-menu-item) {
    position: relative;
}

header .navbar ul li:hover:not(.current-menu-item) a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #413F39;
}

header .navbar .btn-search {
    cursor: pointer;
}

.sect_subscribe {
    text-align: center;
}

.sect_subscribe h2 {
    margin: 0;
}

.sect_subscribe .d-flex {
    justify-content: center;
    margin: 40px 0 0;
}

.sect_subscribe .d-flex .input_email p,
.sect_subscribe .cta_submit p {
    margin: 0;
}

.sect_subscribe .cta_submit input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 0;
    gap: 10px;
    max-width: 125px;
    color: #fff;
    background-color: var(--textColor);
}

.sect_subscribe input {
    padding: 10px 20px;
    background-color: #F0F0F0;
    border: 0;
}

.sect_subscribe .form {
    margin-bottom: 100px;
}

.sect_subscribe .logos_ {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.sect_full_width img {
    /* width: 100%; */
    object-fit: cover;
}

.sect_full_width .icon_ img {
    width: 55px;
    height: 55px;
}

.sect_full_width .items_ {
    cursor: pointer;
    position: relative;
}

.sect_full_width .items_ .icon_ {
    position: absolute;
    top: 50%;
    transition: 0.5s;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sect_full_width .items_ .icon_ {
    opacity: 0;
}

.sect_full_width .items_:hover .icon_ {
    opacity: 1;
}

.sect_full_width .items_:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(191 160 120);
    opacity: 0;
    content: "";
}

.sect_full_width .items_:hover::after {
    opacity: 0.7;
}

.sect_full_width .d-flex {
    align-items: center;
}

.sect_full_width .item_3 {
    text-align: center;
    padding: 0 100px;
}

.sect_full_width .container-fluid {
    padding: 0;
}

.sect_full_width .items_content {
    text-align: center;
}

.product_added_to_wislist .modal-content {
    background-image: url(../../assets/images/wishlist/wishlist-added.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
}

.modal .view_wishlist {
    font-weight: 600;
}

.modal .close_wishlist {
    font-weight: 600;
}

/* footer */
footer {
    background: url(/wp-content/themes/reinette/assets/images/global/footer_bg-min.jpg) no-repeat center center / cover;
    padding: 100px 0 30px;
}

footer h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

footer .row {
    margin-bottom: 80px;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer a {
    color: var(--textColor);
    text-decoration: none;
    font-family: "Urbanist";
}

footer .footer_left {
    padding-right: 80px;
}

footer .cart_number {
    margin-bottom: 16px;
    gap: 32px;
    align-items: center;
}

footer .cart_number p {
    margin-bottom: 5px;
}

footer .contact_info strong {
    color: #000;
    font-weight: 800;
}

footer .contact_info .info a {
    color: #000;
    font-weight: 800;
}

footer .copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer_info {
    display: flex;
    gap: 25px;
    align-items: center;
}

footer .footer_info p {
    margin: 0;
    font-size: 14px;
}

footer .footer_icons {
    display: flex;
    gap: 24px;
}

/* footer .copyright{
    margin: 30px 0 0;
    text-align: center;
    border-top: 1px solid #fff;
}
footer .copyright p{
    margin: 30px 0 0;
} */
.footer_logo {
    margin-right: 100px;
}

/* footer ul li {
    margin-bottom: 20px;
} */
footer .footer_contact-info {
    /* max-width: 324px; */
    max-width: 200px;
    width: 100%;
}

footer .footer__desc {
    max-width: 486px;
    width: 100%;
}

footer .gap-80 {
    gap: 80px;
}

footer .gap-120 {
    gap: 120px;
    margin-bottom: 30px;
}

footer strong {
    color: #000;
    font-weight: 800;
}

footer .footer_contact-info .info a {
    font-size: 18px;
    color: #21201D;
    font-weight: 600;
}

footer .footer__desc h3 {
    font-size: 35px;
}

footer .footer_contact-info p,
footer .footer_contact-info a {
    font-size: 14px;
}

footer .useful-links a,
footer .my-account a {
    font-size: 14px;
}

/* Footer */

/* Products columns */
.products_related h2 {
    text-align: center;
    margin-bottom: 50px;
}

.products_related ul.products.row.columns-4 {
    justify-content: center;
}

.products_related .products_div .card .image_ img {
    height: 368px;
}

.product_row {
    row-gap: 40px;
}

.products_div .card {
    border: 1px solid white;
    padding: 10px;
    border-radius: 0px;
    transition: 0.5s;

}

.products_div .card img {
    transition: .5s ease-in-out;
}

.products_div .image_ {
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
}

.products_div .card:hover .image_ img {
    transform: scale(1.3);
    transition: transform 0.5s ease;
}

.products_div .card a {
    transition: .3s ease-in-out;
}

.products_div .card svg {
    transition: .3s ease-in-out;
}

.products_div .card:hover {
    border: 1px solid var(--textColor);
    transition: 0.5s;
}

.products_div .card:hover a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: var(--brownColor) !important;
}

.products_div .card:hover a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::after {
    filter: brightness(0) saturate(100%) invert(68%) sepia(58%) saturate(218%) hue-rotate(354deg) brightness(86%) contrast(89%);
}

.products_div img.rate_img {
    width: 150px;
}

.products_div .shop_now,
.products_div .rate_view_like {
    justify-content: space-between;
}

.products_div .shop_now .card-body p {
    margin: 0;
}

.products_div .card .card-body {
    padding: 20px 0 0;
}

.products_div .view_like {
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 2;
    position: relative;
}

.products_div .card .card-body h5 {
    margin: 10px 0;
}

.products_div .shop_now a {
    text-decoration: none;
    color: var(--textColor);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

/* .products_div .shop_now svg{
    margin-left: 15px;
} */
/* Products columns */

header .is_mobile {
    display: none;
}

/* Style the button */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    background: transparent;
    max-width: 70px;
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .sect_full_width .item_3 {
        padding: 0;
    }
}

@media screen and (max-width: 1440px) {
    .sect_full_width img {
        width: 100%;
    }

    .sect_full_width .items_content {
        padding: 0 30px;
        text-align: center;
        max-width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .sect_full_width img {
        width: 100%;
        height: 170px;
    }

    .sect_subscribe .logos_ {
        gap: 50px;
    }

    section {
        padding: 70px 30px !important;
    }

    .no_pad_bottom {
        padding: 70px 0 0 !important;
    }

    header .is_pc {
        display: none;
    }

    header .is_mobile {
        display: flex;
        margin: 0 0 10px 0;
        gap: 15px;
        flex-direction: column;
    }

    header .navbar ul li {
        margin-bottom: 15px;
    }

    header #navbarNavReinette {
        /* background-color: var(--brownColor); */
        /* background-color: rgba(244, 244, 244, 0.85) !important; */
        padding: 20px 10px;
    }

    header .navbar-toggler {
        background-color: var(--textColor);
    }

    header .navbar-toggler-icon.close-icon {
        background-image: url(/wp-content/themes/reinette/assets/images/global/close-hamburger-icon.svg);
    }

    header .navbar-toggler-icon {
        background-image: url(/wp-content/themes/reinette/assets/images/global/hamburger-icon.svg);
    }

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

    h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    h3 {
        font-size: 24px !important;
        line-height: 35px !important;
    }

    footer .gap-120 {
        gap: 60px;
    }

    footer .footer__desc {
        max-width: 300px;
    }

    footer .gap-80 {
        gap: 30px;
    }

    footer .footer_contact-info {
        max-width: 300px;
    }

    footer {
        padding: 70px 30px;
    }
}


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

    .sect_subscribe .logos_ {
        gap: 25px;
        flex-direction: column;
    }

    .no_pad_bottom {
        padding: 70px 30px 0 !important;
    }

    footer .footer__desc {
        max-width: 100%;
    }

    /* footer .my-account {
        width: 100%;
    } */

    footer .gap-80 {
        gap: 120px;
    }

    footer .footer_contact-info {
        max-width: 400px;
    }

    footer .useful-links {
        width: 100%;
    }
}


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

    .navbar_cart {
        top: 231px;
    }

    header .socmed .right_content p {
        font-size: 15px;
    }

    .no_pad_bottom {
        padding: 50px 20px 0 !important;
    }

    .sect_full_width .item_3 {
        padding: 20px 50px;
    }

    .sect_full_width .d-flex {
        flex-direction: column;
    }

    .sect_subscribe .d-flex {
        flex-direction: column;
    }

    .sect_subscribe input {
        width: 100%;
        margin-bottom: 20px;
    }

    .sect_subscribe .cta_submit input.wpcf7-form-control.wpcf7-submit.has-spinner {
        width: 100%;
        max-width: 100%;
    }

    .sect_subscribe .logos_ img {
        width: 140px;
    }

    .navbar_cart .cart_contents_nav {
        width: 100%;
    }

    footer .footer_contact-info {
        max-width: 100%;
    }

    footer .cart_number {
        justify-content: center;
        margin-bottom: 30px;
        gap: 30px;
    }

    footer {
        text-align: center;
    }

    footer .gap-120 {
        gap: 40px;
    }

    .footer_links_flex {
        flex-direction: column;
    }

    footer .footer_left,
    .myaccount_,
    .useful_links,
    footer .row {
        margin-bottom: 20px;
    }

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

    h2 {
        font-size: 26px !important;
        line-height: 35px !important;
    }

    h3 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    header .socmed .socmed_content {
        flex-direction: column;
        gap: 10px;
    }

    section,
    footer {
        padding: 50px 20px !important;
    }

    footer .copyright {
        flex-direction: column;
    }

    footer .footer_info {
        gap: 10px;
        flex-direction: column;
    }

    .footer_logo {
        margin-right: 0;
    }

    footer .footer_left {
        padding-right: 0;
    }

    footer .gap-80 {
        gap: 30px;
    }
}