/* Add custom CSS styles below */ 
/* navbar */
/* #mainnav .container >div div:first-child {
    width: 50%;
    justify-content: space-between;
}
#mainnav .navbar-brand{
    order:1;
} */

#main-content > section:nth-of-type(1){
        margin: 0 0 4rem  0 !important;
}

#main-content section:nth-of-type(1) .container{
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
}

#main-content section:nth-of-type(1) .container img{
          border-radius:0 !important;
}

/* product card */
.s-product-card-image-contain{
      object-fit: inherit !important;
}
/*convert to flex */
#main-content > .s-block--banners .grid
{
  display:flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
}
  #main-content section:nth-of-type(2) .grid .banner-entry
 {
    width: 22% !important;
    height: 285px !important;
       background-color: transparent !important;
}

@media (max-width:768px){
  #main-content  section:nth-of-type(2) .grid .banner-entry
 {
          width: 20% !important;
        height: 100px !important;

} }
@media (min-width:770px) and (max-width:992px){
  #main-content  section:nth-of-type(2) .grid .banner-entry
 {
    width: 60%;
    height: 250px;
}
}
  /* section 4 */
  #main-content > section:nth-of-type(4) .grid .banner-entry
 {
    width: 40% !important;
    height: 445px !important;
    background-color: transparent !important;
}

@media (max-width:768px){
  #main-content  section:nth-of-type(4) .grid .banner-entry
 {
       width: 46% !important;
        height: 176px !important;

}
}
@media (min-width:770px) and (max-width:992px){
  #main-content  section:nth-of-type(4) .grid .banner-entry
 {
    width: 60%;
    height: 250px;
}
}
/* background color */
.banner--fixed img, .grid .banner-entry {
   background-color: transparent !important;
}

#main-content .s-block--fixed-banner .container img  {
    background-color: transparent !important;
}
/* buttons bg */
custom-salla-product-card .s-product-card-content button{
  background-color:#6B8254 !important;
  color:white !important;
}
.s-product-card-wishlist-btn span
{
  color:#6B8254 !important;
}
.s-product-card-price {
  color:#FF0707 !important;
}
.s-block--features__item{
  backdrop-filter: blur(30px) !important;
  background-color: #6B825447 !important;

}
.s-block--features__item .feature-icon{
   background-color:#6B825447  !important;
  backdrop-filter: blur(30px) !important;
  box-shadow: 0px 4px 23px 0px #6B8254 !important;

}
.s-block--features__item p{
   color:#3E3E3E  !important;
  
}
/* footer */

.store-footer{
  background-color: #849C6D !important;
  color:#FFFFFF !important;
}
.store-footer__inner {
    background-color: #6B8254 !important;
}
.store-footer__inner + div{
    background-color: #849C6D !important;
}
.store-footer__inner + div .copyright-text p{
  color:#FFFFFF !important;
}
.banner-entry {
    width: 20% !important;
    height: 275px !important;
}
@media(max-width:767px) {
.banner-entry {
    width: 48% !important;
    height: 230px !important;
}
}