/* Hamburger Button */
.offcanvas-navbar {
    display: none;
    width: fit-content;
}
/* header */
#free-shipping-banner {
    background-color: #f4d595;
    text-align: center;
    padding: 5px;

}
#free-shipping-banner   p {
    font-family: Abril Display;
    color: #363636;
    size: 1rem;
}

#header-second-banner {
    background: #ffeecd;
    background-size: cover;
    padding: 15px;
}

/* search style */
#search-wrapper {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 35px;
    padding: 5px;
    padding-inline: 12px;
}

#search-wrapper input {
    flex-grow: 1;
    width: 100%;
    border-style: none;
}
input:focus-visible {
    outline: none;
}

.logo-btn-container {
    cursor: pointer;
    border-radius: 40px;
}

.logo-btn-container img {
    border-radius: 35px;
}

#currency-dropdown-container {
    background-color: #fff;
    color: #353535;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    padding: 7px 20px;
    border-radius: 35px;
    line-height: 10px;
}
.currency {
    padding: 0;
    margin: 0;
    font-family: Abril Display;
    color: rgba(53, 53, 53, 1);
}
.vl {
    border-left: 2px solid #c5ad7d;
    height: 2.5em;
}
/* navbar */
#navbar-wrap {
    background-color: #ffffff;
    z-index: 5;
}
.nav-item .nav-link {
    padding: 0;
    margin: 0;
    font-family: Abril Display;
    padding: 10px 0 5px 0;
    color: #2c3743;
}
.web-nav-link.active {
    position: relative;
}
.web-nav-link.active  a{
    color: #E22726;
}

.web-nav-link.active::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 2%;
    margin-left: 15%;
    background-color: #E22726;
    border-radius: 25px;
    height: 5px;
    width: 70%;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

#new-arrivals-navbar {
    color: #ff0000;
}
.bg-body-tertiary {
    background-color: #ffffff;
}

.footer-pattern-top{
    padding-top: 10px;
    display: flex;
    justify-content: center;
}
.footer-pattern-top img{
    object-fit: cover;
    width: 100%;
}
.footer-sub-headings {
    font-size: 1.3rem;
    text-transform: capitalize;
    text-align: center;
}
.footer-ol {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer-ol li {
    font-size: 1rem;
    text-transform: capitalize;
    padding-top: 15px;
    font-family: Open sans;
    color: rgba(136, 112, 86, 1);
    cursor: pointer;
}


/* Responsive Header */
@media screen and (max-width: 995px) {
    #header-second-banner {
        display: none;
    }
    #navbar-wrap {
        display: none;
    }
    #free-shipping-banner {
        padding: 14px;
    }

    .offcanvas-navbar {
        display: block;
    }
    .offcanvas-navbar img {
        object-fit: contain;
        padding: 10px;
        width: 54px;
    }
}
.free-shipping-banner-text-wrap {
    text-align: center;
    /* background-color: #353535; */
}
/* footer */
.footer-container {
    background: #f3e9c7;
}

.footer-content-continer {
    padding-top: 6%;
    padding-bottom: 4%;
}

a {
    font-family: Open sans;
    color: rgba(136, 112, 86, 1);
    cursor: pointer;
    text-decoration: none;
}

.social-media-icon-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2%;
}
.social-media-icons {
    object-fit: contain;
    width: 35px;
}

/* Footer label */
#rights-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7db9e;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #887056;
}

.content-text p {
    color: #fff;
}

.search-btn {
    padding: 0 !important;
    border: 0 !important;
    background: transparent;
    box-shadow: 0px 0px transparent !important;
}

#footer-description {
    font-family: Abril Display;
    font-size: 0.9rem;
    color: rgba(136, 112, 86, 1);
}

/* Responsive*/
@media screen and (max-width: 1440px) and (min-width: 1020px) {
    /* Tab content */
}
@media screen and (max-width: 1024px) and (min-width: 760px) {
    /* header section */
    #banner-text-wrap {
        position: absolute;
        top: 0;
        margin-top: 13%;
        margin-left: 39.8%;
    }
    /*


      /* footer */
    .footer-container {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .footer-content-continer {
        padding-top: 6%;
        padding-bottom: 4%;
    }
    .social-media-icon-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 2%;
    }
    .social-media-icons {
        object-fit: contain;
        width: 35px;
    }
}
@media screen and (max-width: 768px) and (min-width: 425px) {

    /* Footer */

    .footer-img-wrap {
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 426px) and (min-width: 376px) {
    /* main banner */
    #main-banner img {
        object-fit: cover;
        width: 100%;
    }
    #banner-text-wrap {
        margin-top: 10%;
    }

    /* Footer */
    .footer-content-continer {
        padding-top: 15%;
    }
}
@media screen and (max-width: 375px) and (min-width: 320px) {
    /* Footer */
    .footer-content-continer {
        padding-top: 15%;
        /* padding-bottom: 4%; */
    }

    .footer-img-wrap {
        display: flex;
        justify-content: center;
    }
    .footer-description-wrap {
        display: flex;
        justify-content: center;
    }

}
