/* Add custom CSS styles below */ 
.s-menu-topnav-list{
    display: none !important;
}
.store-footer__inner{
    background: #d1c3b2 !important;
}

.store-footer > div:nth-child(3) {
    background: #4a4137 !important;
    color:white !important;
}
.store-footer > div:nth-child(3) p{
    color:white !important;
}

.store-footer__inner .container >:not(div , img){
    display: none !important;
}
.store-footer__inner .container img{
  order : -1 !important ;
}
.store-footer__inner .container div:first-child div:first:child{
  display : none !important;
}

.s-block--features__item{
    background-color: #d0c2b1 !important;
    border : 1px solid #4a4137 !important;
}

.s-block--features__item p{
    color: #c27d2d!important;
}

.s-block--features__item .feature-icon{
    background-color: #4a4137 !important;
    color :white !important;
}
.sicon-headset{
color :white !important;
}
.sicon-award-ribbon{
color :white !important;
}
.sicon-shipping-fast{
color :white !important;

}


.md\:flex.items-center.justify-between.py-4.container.text-center{
 background: #4a4137 !important;
 max-width:100% !important;
}
.md\:flex.items-center.justify-between.py-4.container.text-center p{
 color:white !important;

}