/* navbar */

.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:nth-of-type(1) .container{
        max-width: 100% !important;
        padding-left:0 !important;
        padding-right:0 !important;
}

#best-offers-3-slider + section .container,
#best-offers-7-slider + section .container{
   max-width: 100% !important;
        padding-left:0 !important;
        padding-right:0 !important;
}

#main-content .s-block--fixed-banner .container img{
          border-radius:0 !important;
}

/* product card */
@media (max-width:768px){
.s-slider-block__title h2 {
    font-size: 1.125rem !important;
}
}
.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 .s-block--banners .grid .banner-entry
 {
    width: 17%;
    height: 326px;
}

@media (max-width:768px){
  #main-content  .s-block--banners .grid .banner-entry
 {
    width: 23%;
          height: 142px;
}
}
@media (min-width:429px) and (max-width:768px){
  #main-content  .s-block--banners .grid .banner-entry
 {            width: 16% !important;
            height: 101px !important;
}
}
@media (min-width:770px) and (max-width:992px){
  #main-content  .s-block--banners .grid .banner-entry
 {
   width: 17%;
        height: 243px;
}
}
/* 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:#3D533C !important;
  color:white !important;
}

.s-product-card-price{
  color:#FF0707 !important;
}
.s-product-card-wishlist-btn span{
  color:#3D533C !important;
}
.s-block--features__item{
background: linear-gradient(180deg, rgba(51, 82, 157, 0.3) 0%, rgba(116, 183, 126, 0.3) 100%)
 !important;
  
}
.s-block--features__item .feature-icon{
   background-color:#74B77E  !important;

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

#main-content > .s-block--fixed-banner:nth-of-type(4) .container img {
    width: 55% !important;
    margin: auto !important;
}


/* footer */
.store-footer__inner .container{
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
}
.store-footer{

  box-shadow: 0px -2.67px 69.47px 0px #00000040;
color:#FFFFFF !important;
  background-color: #849C6D !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;
}
@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;
  } */
}