/* Add custom CSS styles below */ 

body{
background:#f7f7f7;
}

.header-btn__icon {
    background: #9e0c0b;
    color: #fff !important;
    border-radius: 10px !important;
    border: none;
}

.top-navbar {
    background: #9b0c0a;
    color: #fff;
}
.s-cart-summary-count{
  background: #323232;
}
.s-block__title h2 {
    color:  #9b0c0a;
      border-radius: 40px;
     background: antiquewhite;
     font-size:23px;
}

.s-block--features__item {
    border-radius: 40px;
    background: antiquewhite;
}

.s-product-card-entry{
overflow:hidden;
 border-radius: 30px;
    background: antiquewhite;
}
.s-button-btn {
    border-radius: 40px;
    background: #9b0c0a;
    color:#fff;
}
.main-nav-container {
 background: antiquewhite;
}
.store-footer h3{
 color: #9b0c0a;
}
.store-footer__inner{
 background: antiquewhite !important;
}
.s-contacts-icon{
    background: #9e0c0b;
    color: #fff !important;
    border: none;
}

 .store-footer .md\:flex {
  background: #9e0c0b !important;
}

.store-footer .md\:flex p{
 color:#fff;
}