/* Add custom CSS styles below */ 

body{
background-color:#fff!important;
}

section.secContBanner div.container{
width: 100%;
    max-width: 100%;
    padding: 0px;
}
section.secContBanner div.container img{
border-radius: 0px;
}

section.secContBanner{
margin-top:0px!important;
}

.s-block--features__item{
background-color: #fff;
    flex-direction: row;
}   
 .txtFet{
 text-align:right;
 padding-right:10px;
 }   
  .s-block--features__item .feature-icon{
background-color: #fff;
  }  
  .s-block--features__item .feature-icon i{
  color:#BB935A;
  }
  .s-block--features__item h2{
  color: #333333;
    font-size: 16px;
  }
 .s-block--features__item p {
  color:#666666;
  }
  

custom-salla-product-card{
  border: 1.4px solid #707070;
  }
  
.s-product-card-content-title a{
color: #333333;
font-weight:bold;
font-size:18px;
}

.s-product-card-price{
color:#BB935A;
}
.s-product-card-content,.s-product-card-price{
text-align:center;
}
.s-product-card-content-sub {
  justify-content: center;}
  
salla-add-product-button button{
color: #333333;
}
salla-add-product-button button:hover{
color:#fff!important;
}

.offerSec{
grid-template-columns: repeat(2, minmax(0, 1fr))!important;
}
.offerSec custom-salla-product-card{
flex-direction: row;
}

.offerSec .s-product-card-image{
max-width:260px;
}
.offerSec .s-product-card-content{
width:55%;
}
.topnav-is-dark .top-navbar,#mainnav{
background:#1A1818;
}

header ul li a{
color:#fff;
}
header i.header-btn__icon,header .sicon-sar{
color:#fff!important;
}
header .s-cart-summary-count{
background:#BB935A;
}

.topnav-is-dark .top-navbar .s-search-input{
border:1px solid #BB935A;
border-radius:4px!important;
background: #fff0;
}
.top-navbar .s-search-icon svg{
fill:#D6C2A4;
}
.s-search-input::placeholder {
  color: #D6C2A4;
}
.store-footer__inner{
background-color:#fff!important;
}
.store-footer{
background-color:#1D1F1F!important;
}
.text-sm.copyright-text p,.text-sm.copyright-text a{
color:#fff!important;
}
/*media*/

@media screen and (max-width:900px){
.offerSec custom-salla-product-card{
flex-direction: column;
}
.offerSec .s-product-card-image{
max-width:100%;
}
.offerSec .s-product-card-content{
width:100%;
}
}