/* Add custom CSS styles below */ 
/*main-slider */
 salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
}
/*main-slider */
/*arrow of slider */
.s-slider-block__title-nav {
    visibility: hidden;
}
/*arrow of slider */
/*----------------banner----------------*/
.banner--fixed img {
    background: unset !important;
     margin-bottom:20px ;
}
/* start customize setion*/
.md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
    width: 80%;
    margin-inline: auto;
}

.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 305px;
    background-color:unset;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 160px;
    padding: 0rem;
}
  .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
    width: 100%;
   
}
}
section:nth-of-type(1){
margin-top:0px
}

.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
   padding:0px
}
/*-------------------------------------*/

.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
    padding: 0px;
}
salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding: 0px;
}
/*--------------media-of-product--------*/
@media screen and (max-width:768px){
.s-products-slider-card{
    width:50%
}
button.undefined {
    font-size: 15px;
    padding: 10px;
}
}
/*--------------media-of-product--------*/
/*---------footer-----------*/
footer *{
margin-left:auto;
margin-right:auto ;
text-align: center;
color:#fff;
border-color:#fff;
}
.store-footer__inner {
    background-color: #FE9A38!important;
}


.s-block__title h2:after , .s-block--best-offers  h2:after {
  content:"";
  display: block;
  background: #FE9A38;
  height: 2px;
  width: 100%;
  margin-top: 5px;
}