/* Add custom CSS styles below */ 
/*photos slider full width */
section.s-block--photos-slider .swiper{
    padding:0;
}
section.s-block--photos-slider .swiper .swiper-slide{
    padding:0;
    width:100%;
}
section.s-block.s-block--photos-slider {
    margin-top:0;
}
.s-block--photos-slider  button.s-slider-nav-arrow.swiper-button-disabled {
    visibility:hidden;
}
/* language changer
.store-header  .top-navbar{
  display: none;
}
*/
#slider-0 .txt.container{
    max-width:1700px
}


@media(min-width:768px){
  .swiper-slide[aria-label="2 / 2"] .txt.container .item-text {
     margin-bottom:250px;
  }
    section.banner_ad .img3 .text{
        width:250px ;
    }
    /* section.banner_ad .img3 .text p{
        line-height:29px !important; 
    } */
}
@media(max-width:768px){
  .swiper-slide[aria-label="1 / 2"] .txt.container .item-text {
      margin-bottom:250px;
      align-items:start !important
  }
    .swiper-slide[aria-label="1 / 2"] .txt.container .item-text h1{
      text-align:start;
        width:150px !important
    }
    section.banner_ad .img3 .text{
        width:150px ;
    }
    section.banner_ad .img3 .text p{
        line-height:29px !important; 
    }
}