/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
        
/* mover banner///////////////// */ 
    .swiper-slide.swiper-slide-active {
        margin: auto !important;
        width: 100% !important;
    }
 section.s-block.s-block--fixed-banner.wide-placeholder .container {
    margin: auto;
    max-width: 100% !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100%;
    margin-bottom: 2rem;
}

/*products*/
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #e04151;
    color: black;
    border: 1px solid black;
}
    .s-product-card-vertical {
    border: 2px solid #c7a174;
}


/* Media Query for Mobile Devices */ 
 @media (max-width: 480px) { 
           .banner-entry {
    width: 100%;
     height: 130px !important;
         background: #f9fafb00;
    }
  } 
/* Media Query for low resolution  Tablets, Ipads */ 
       
@media (min-width: 481px) and (max-width: 767px) { 
 .banner-entry {
    width: 47%;
    height: 177px !important;
    background: #f9fafb00;
    }
 }
/* Media Query for Tablets Ipads portrait mode */ 
 
  @media (min-width: 768px) and (max-width: 1024px){ 
 .banner-entry {
    width: 48%;
     height: 130px !important;
         background: #f9fafb00;
    }
 } 
 
/* Media Query for Laptops and Desktops */ 

@media (min-width: 1025px) and (max-width: 1280px){ 
 banner-entry {
    width: 48%;
     height: 130px !important;
         background: #f9fafb00;
    }
  }
  .swiper-slide.swiper-slide-prev {
    width: 100% !important;
    margin: auto !important;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    padding-inline: 0;
}
.swiper-slide.swiper-slide-active {
    width: 100% !important;
    margin: auto;
}

section.s-block.s-block--photos-slider {
    margin-top: 20px;
}
.swiper-slide.swiper-slide-next {
    width: 100% !important;
}

salla-slider.photos-slider .swiper-slide {
        width: 80%;
        width: 100% !important;
        margin: auto;
}
@media (max-width:760px){
section.s-block.s-block--fixed-banner.wide-placeholder .container{
  margin-bottom:0px !important;
 }
salla-slider.photos-slider .swiper-slide {
  width:112% !important;
  padding-right:10px;
  padding-left:0px;
}
}