﻿body {
    background-color: #dfc3ba;
    overflow-x:hidden!important;
}
[class~=button-outline]:focus, [class~=button-outline]:hover, [class~=button-outline][class~=border-white]:focus, .button-black:hover, [class~=button-black]:focus {
    background: #9f7c50 !important;
}

@media only screen and (max-width: 500px) {
    .newsletter-popup .newsletter-container .newsletter-form {
        padding: 30px!important;
    }
    .newsletter-title .title {
        font-size:25px!important;
    }
    [class~=block-info] [class~=info-wrap]{
        max-width:100%!important;
    }
    #site-footer, #site-footer.three-columns{
        padding:0!important;
    }
}

@media only screen and (min-width: 501px) and (max-width: 1090px) {
    .newsletter-popup .newsletter-container .newsletter-form {
        padding: 30px !important;
    }

    .newsletter-title .title {
        font-size: 25px !important;
    }

    [class~=block-info] [class~=info-wrap] {
        max-width: 100% !important;
    }
}

#site-footer {
    color: #868686 !important;
}

footer .block-title {
    color: #dfc3ba !important;
    font-weight: bold;
    font-size: 18px !important;
}
#site-footer ul li a:hover {
    color: #dfc3ba !important;
}
.header-mobile-fixed{
    display:none!important;
}

.imageuserlleter {
    height: 400px;
    object-fit: cover;
}

.newsletter-form {
    padding: 30px;
    background: #cd978c !important;
    color: #dfc3ba;
}

    .newsletter-form .sub-title {
        color: white !important;
    }

input::placeholder {
    color: white !important;
}

.newsletter-form input {
    border-radius: 20px !important;
    border-color: white !important;
}

.btnsubscirbe {
    background: white;
    color: #dfc3ba;
    font-weight: bold !important;
    width: 100%;
    border-radius: 20px !important;
}

    .btnsubscirbe:hover {
        background: transparent !important;
        color: white !important;
        border-color: white !important;
    }

.hfeed{
    overflow-x:hidden!important;
}

.newsletter-popup2,
.popup-shadow {
    display: none;
}

.popup-shadow2 {
    display: none; /* Hidden by default */
    position: fixed; /* Covers the screen even when scrolling */
    top: 0;
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.2); /* Black with 70% transparency */
    z-index: 9998; /* One level BELOW the popup */
}

.wishlist-box svg {
    margin-top: 13px;
    margin-left: -10px;
}
.social-link{
    display:flex;
    align-items:center;
}
    .social-link svg {
        margin-top: 5px;
        fill: #dfc3ba!important
    }

    .social-link a:hover svg {
        margin-top: 5px;
        fill: white !important
    }

.faaa svg{
    fill:white!important;
}
.mini-cart {
    align-items: center;
    display: flex;
    gap: 4px;
}
.faaa{
    padding-top:4px;
}
.swal2-container {
    z-index: 999999999!important;
}

.swal2-confirm {
    background-color: #dfc3ba !important;
    color: white !important;
    border:1px solid #dfc3ba !important;
    border-radius: 20px;
}
    .swal2-confirm:hover {
        background-color: white !important;
        color: #dfc3ba !important;
        border: #dfc3ba !important;
    }