/* Add custom CSS styles below */ 
.mobile-menu{
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  background-color: #4e1e14 !important;
  color: white !important;
}
.top-navbar{
  display: none !important;
}
.header-search{
  order: -1 !important;
  padding-top:12px !important;
  padding-inline: 10px !important;
  
}

@media (max-width: 900px){
  .header-search{
    display: none !important;
  }
}
#mainnav .inner .container > div div:first-child{
  order: -1 !important;
  
}
body{
  background-color: #fffbf6 !important;
}
.store-footer__inner{
  background-color: #4e1e14 !important;
}
.store-footer>div:nth-child(3) {
    background: #f9fafb !important;
    color: black !important;
}

.store-footer>div:nth-child(3) p {
    color: black !important;
}

.s-products-slider-card  .s-product-card-content{
  margin-top: 10px !important;  
  background-color: #fffbf6 !important;
    border: 1px solid #a78d85 !important;
    border-radius: 25px 25px 0 25px !important;
} 
.s-product-card-entry{
  background-color: #fffbf6 !important;
  
}
.s-slider-block__display-all{
  color: black !important;
}
.s-product-card-content-footer  button{
    background-color: #4e1e14 !important;
    color: white !important;
}

.s-block--features__item {
   background-color: #fffbf6 !important;
    border: none !important;
   box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1) !important;
    border-radius: 15px !important;
    transition: 0.3s all linear !important;
}
.s-block--features__item:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2) !important;
    
}

.s-block--features__item p {
    color: #4e1e14 !important;
}
.s-block--features__item h2 {
    color: #4e1e14 !important;
}

.s-block--features__item .feature-icon {
    background-color: #fffbf6 !important;
    color: #4e1e14 !important;
}
.store-footer>div:nth-child(3) {
  padding-left: 0 !important;
  padding-right: 0 !important;
    background-color: #fffbf6 !important;
}
.store-footer {
    background-color: #fffbf6 !important;
  
}
.sub-menu  li a span{
  color: #4e1e14 !important;
}
.main-menu li>a:hover{
  color: #fffbf6 !important;
}
.s-product-card-image img{
  border-radius: 25px !important;
    border: 2px solid #a78d85 !important;
  
}