/* Add custom CSS styles below */ 
/*font*/
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');* {
   font-family: Tajawal !important
}
/*end*/
.section-space.categories-1 img{
    width: 80%;
}

.limited-offer-product .product-details h2 ,
.limited-offer-product .product-details p ,
.limited-offer-product .product-details li ,
.limited-offer-product .product-details .product-price *{
    color:#fff !important;
}
.s-product-card-content-title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customer-reviews .s-rating-stars-selected path{
    fill:#a9e22d;
}


/*start customize section*/

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

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

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