/* 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 ;
}
/*-----------banner--------------------*/
/* start customize setion*/


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

/*--------margin-top of main container---------------*/
/*--------------------------*/
/*------main-image------*/
.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
   padding:0px
}
/*-------------------------------------*/
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
     padding-left:0;
}
.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
    padding: 0px;
}
salla-slider.photos-slider .swiper-slide {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%;
    padding: 0px;
}
/*---------------------------*/
section:nth-child( 3 of .s-block.s-block--banners )
.md\:grid-cols-3 , section:nth-child( 4 of .s-block.s-block--banners ) .md\:grid-cols-3{
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
section:nth-child( 3 of .s-block.s-block--banners ) a.banner-entry, section:nth-child( 4 of .s-block.s-block--banners ) a.banner-entry{
    height: 340px;
    background-color:unset;
}
section.s-block.s-block--banners.container .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 !important;
}
}
@media(max-width:767px){
section:nth-child( 3 of .s-block.s-block--banners ) a.banner-entry, section:nth-child( 4 of .s-block.s-block--banners ) a.banner-entry{
    height: 80px !important; 
    padding: 0rem;
  
}
}
section:nth-of-type(1){
margin-top:0px
}
/*---------------------------*/
section#best-offers-5-slider,section#best-offers-7-slider {
    margin-top: 20px;
}
/*---------footer-----------*/
footer *{
margin-left:auto;
margin-right:auto ;
text-align: center;
}
/*---------footer-----------*/
/*--------------slider-button--------*/
@media screen and (max-width:768px){
.s-products-slider-card{
    width:50%
}
}