/* Add custom CSS styles below */ 
/* navbar */
.navbar-brand img {
      max-height: 90px !important;
}
@media (max-width:768px){
.navbar-brand img {
      max-height: 52px !important;
}
}

#main-content > .s-block--fixed-banner:nth-of-type(1){
        margin: 0 0 4rem  0 !important;
}

#main-content section:nth-of-type(5) .container{
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
}
#main-content section:nth-of-type(2) .container{
        max-width: 80% !important;
}
#main-content section:nth-of-type(2) .container img{
      max-width: 422px !important;
    margin:10px auto !important;
}
@media (max-width:768px){
#main-content section:nth-of-type(2) .container img{
    max-width: 149px !important;
    margin: 0px auto !important;
}
}
#main-content section:nth-of-type(5) .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 .s-block--banners .grid .banner-entry
 {
    width: 30% !important;
    height: 395px !important;

}

@media (max-width:768px){
  #main-content  .s-block--banners .grid .banner-entry
 {
        width: 27% !important;
        height: 129px !important;
}
}
@media (min-width:770px) and (max-width:992px){
  #main-content  .s-block--banners .grid .banner-entry
 {
        width: 28% !important;
        height: 250px !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:#174C5F !important;
  color:white !important;
  
}
.s-product-card-wishlist-btn span{
   color:#174C5F !important;
}
.s-product-card-price{
  color:#000000 !important;
}


/* footer */
.store-footer{
  background-color: #246F89 !important;
  color:#ffffff !important;
}
.store-footer__inner {
    background-color: #174C5F !important;
}
.store-footer__inner + div{
    background-color: #246F89 !important;
}
.store-footer__inner + div .copyright-text p{
  color:#FFFFFF !important;
}