/* Add custom CSS styles below */ 

body{
background:#fff !important ;
}

.navbar-brand img {
    max-height: 7rem;
}
.top-navbar {
    background: #b3833a;
}
.top-navbar .s-search-input {
    background-color: #fff;
}

.main-nav-container {
    background: #eeeeec;
}

.header-btn__icon {
    color: #fff !important;
    border: none !important;
    background: #b2833a;
   }
   
   .s-cart-summary-count{
     background: #fff;
     color:#b3833a;
   }
   





.s-product-card-entry {
    border: 1.5px solid #111d25;
}

.s-button-btn{
background: #b3833a;
color:#fff ;
}

.s-block--features__item {
    background: #eeeeec;
    border-radius:0px;
}
.s-block--features__item h2 {
    font-size: 1.875rem;
    line-height: 3.25rem;
    color: rgb(180 133 63) !important;
}
.footer-is-light .store-footer .store-footer__inner{
   background: #eeeeec;
   position:relative;
}
/*
.store-footer__inner::after {
    content: "";
    position: absolute;
    right: 6px;
    bottom: 25px;
    width: 141px;
    height: 61px;
    background-image: url(https://i.postimg.cc/yNQs0kJ5/2.png);
    background-size: cover;
}
.store-footer h3 {
   color: #b3833a;
}
*/
.store-footer .md\:flex {
    background: #b3833a !important;
}
.store-footer .md\:flex p , .store-footer .md\:flex p a {
    color: #fff!important;
}


.s-block__title h2 {
    color: #b3833a;
    font-size:30px;
}

@media(max-width:768px){
/*.store-footer__inner::after {
    content: "";
    position: absolute;
    right: 132px;
    bottom: 28px;
    width: 151px;
    height: 65px;
    background-image: url(https://i.postimg.cc/yNQs0kJ5/2.png);
    background-size: cover;
}
*/
.store-footer__inner .grid {
    place-items: center;
}


.footer-is-light .store-footer .store-footer__inner{
   background: #eeeeec;
   text-align: center;
}

.s-block--features__item h2 {
    font-size: 1.4rem;
   
}
.store-footer a {
    justify-content: center;
}
}