/* 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 > .s-block--fixed-banner:nth-of-type(1){
        margin: 0 0 4rem  0 !important;
}

#main-content .s-block--fixed-banner .container{
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
}

#main-content .s-block--fixed-banner .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 !important;;
  align-items: center !important;;
  flex-wrap:wrap !important;;
}
#main-content section:nth-of-type(2) .grid .banner-entry
 {
             width: 23% !important;
    height: 310px !important;

}

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

}
}
@media (min-width:770px) and (max-width:992px){
  #main-content  section:nth-of-type(2) .grid .banner-entry
 {        width: 20% !important;
        height: 237px !important;
}
}
/* section 3 */
#main-content section:nth-of-type(3) .grid .banner-entry
 {
    width: 34% !important;
    height: 415px !important;


}

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

}
}
@media (min-width:770px) and (max-width:992px){
  #main-content  section:nth-of-type(3) .grid .banner-entry
 {      width: 27% !important;
        height: 241px !important;

}
}
/* background color */
.banner--fixed img, .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:#5F417F !important;
  color:white !important;
}
.s-product-card-wishlist-btn span,
.s-product-card-price{
  color:#5F417F !important;
}

.s-block--features__item{
background: #5F417F59 !important;
  backdrop-filter: blur(30px) !important;

  
}
.s-block--features__item .feature-icon{
   background: #5F417F  !important;
backdrop-filter: blur(30px) !important;

box-shadow: 0px 4px 23px 0px #5F417F !important;

}
.s-block--features__item .feature-icon i {
  color: #ffffff !important;
}

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

.store-footer{
  background-color: #7C55A4 !important;
    color: #ffffff !important;
}
.store-footer__inner {
    background-color: #5F417F !important;
}
.store-footer__inner + div{
    background-color: #7C55A4 !important;
}
.store-footer__inner + div .copyright-text p{
  color:#FFFFFF !important;
}