/* Add custom CSS styles below */ 
section.s-block.s-block--logos-slider.brand-sec a.brand-item{
  border:1px solid #ddd;
}
.banners-slider a img{

width : auto !important;
object-fit : fill !important;
height: 15vw;


}

section.s-block.s-block--hero-slider+section .swiper-wrapper.s-slider-swiper-wrapper {
    display : flex;
    justify-content: center !important;
}


#bigMenu .a {
    color: #272a32 !important;
}

.s-block--hero-slider salla-slider .swiper {
    height: 31vw;
}

.s-products-slider-card.swiper-slide{
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
margin : 0 10px !important;
border-radius : 20px !important
}




.s-block--hero-slider .swiper-slide .overlay-bg:after{
  display:none;
}

.home-slider-bg{
    animation: none;           /* يلغي أي animation محدد */
  animation-play-state: paused; /* يوقف الأنيميشن إن كان شغال */
}
.s-block--hero-slider .swiper-slide{
  background:transparent;
}


@media(max-width : 768px){

.s-block--hero-slider salla-slider .swiper {
    height: 40vw;
}
.banners-slider a img {
    width: auto !important;
    object-fit: fill !important;
    height: 37vw !important;
}

}


.fixed-btm a {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 80px !important;
    height: 80px !important;
    background: #1ec35b;
    color: #fff;
    color: var(--white);
    font-size: 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

i.sicon-whatsapp2 {
    font-size: 45px !important;
}