/* Add custom CSS styles below */ 
.store-header #mainnav .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    background: #b6b98e;
    color: white;
}
.store-header #mainnav .sicon-menu:before {
    content: "\ed7f";
    color: white;
}

.store-header #mainnav .sicon-search:before {
    content: "\ef09";
    color: white;
}
.store-header #mainnav .header-cart{    color: white;
}
.store-header #mainnav .sicon-user:before {
    content: "\f078";
    color: white;
}
.header-btn .sicon-add:before {
    content: "\e901";
     color: white;
}
.store-header #mainnav .s-cart-summary-total {
    color: white;
    font-weight: 600;
}
/*Responsible on header*/
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    border: 2px solid #f89397;
}
.store-footer__inner {
    border-color: initial;
    background: #c9c7ba;
    border-top: 4px solid #949576;
}
.store-footer .footer-container {
    --tw-border-opacity: 1;
    border-bottom-width: 1px;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    gap: 1rem;
    justify-content: space-between;
    padding-bottom: 2rem;
    padding-top: 2rem;
    text-align: center;
    border-bottom: 2px dashed;
}
.store-footer  .store-footer__inner .menu-list h3{    color: black;
}
.store-footer__inner title  .text-center h3{    color: black !important;
}
.store-footer h3 {
    color: #414042;
color: black !important;
}
.store-footer a:hover{color: black !important;
}
.footer-bottom .sbc-certificate p{ color: black !important;
}
.store-footer__inner .text-gray-400 {
    --tw-text-opacity: 1;
    color: black;
}
.banner--fixed img {
    /* padding-top: 97px; */
    border-radius: 0;
    border-style: none;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    margin-top: -32px;
        padding-bottom:10px;

}
@media (max-width: 640px) {
    .banner--fixed img {
    /* padding-top: 97px; */
    border-radius: 0;
    border-style: none;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    margin-top: -12px;
    padding-bottom:7px;
}
}