/* Add custom CSS styles below */ 
/*font*/
@import 'https://fonts.googleapis.com/css2?family=Harmattan:wght@400;500;600;700&display=swap';* {
   font-family: "Harmattan", sans-serif !important
}
/*end*/

.main-nav-container .container{
padding: 1.5rem;
}
/*start customize section*/

    salla-slider.photos-slider .swiper-slide {
    padding: 0rem !important;
    margin: 0rem !important;
    width: 100%;
    border-radius:0 !important;
}
.home-slider img{
border-radius:0;
}
section:first-of-type .s-slider-block__title-nav {
    visibility: hidden;
}

 salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) ,
 salla-slider.photos-slider .swiper:where([dir="ltr"], [dir="ltr"] *){
    padding: 0rem !important;
}  

section:first-of-type {
        margin-top:0 !important;
}


    /*banner*/
.banner--fixed img {
    background-color: transparent;
    padding: 0rem;
}

#featured-products-5 p{ 
color:#fff;
}
.over_shop {
    display: none;
}
.Gl-fav-shop {
    display: none;
}

@media(max-width:768px){
section:first-of-type {
        margin-top:8% !important;
}
}