/* Add custom CSS styles below */ 
/* navbar */
/* #mainnav .container >div div:first-child {
    width: 50%;
    justify-content: space-between;
}
#mainnav .navbar-brand{
    order:1;
} */
.navbar-brand img {
    max-height: 85px !important;
}
@media (max-width:867px){
  .navbar-brand img {
    max-height: 65px !important;
}
}
#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;
}
#main-content section:nth-of-type(2) .container{
  max-width: 80% !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: 14% !important;
    height: 251px !important;
}

@media (max-width:768px){
  #main-content  .s-block--banners .grid .banner-entry
 {
        width: 23% !important;
        height: 122px !important;
}
}
@media (min-width:770px) and (max-width:992px){
  #main-content  .s-block--banners .grid .banner-entry
 {
        width: 13% !important;
        height: 162px !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:#C59E51 !important;
  color:white !important;
}
.s-product-card-wishlist-btn span{
  color:#C59E51 !important;
  
}
.s-product-card-price{
  color:#FF0707 !important;
}

/* footer */
.store-footer{
  background-color: #E3BB6C !important;
    color:#FFFFFF !important;
}
.store-footer__inner {
    background-color: #C59E51 !important;
}
.store-footer__inner + div{
    background-color: #E3BB6C !important;
}
.store-footer__inner + div .copyright-text p{
  color:#FFFFFF !important;
}
@media (max-width:768px){
.store-footer__inner .container *{
  justify-content: center;
      text-align: center !important;
    /* flex-direction: column;
    align-items: start; */
    /* margin-right: 10px; */
}
  /* .store-footer__inner .container a,
  .store-footer__inner .container h3,
  .s-trust-badges-wrapper{
      justify-content: center;
      text-align: center !important;
  } */
}