/* إزالة الخلفية السوداء فوق السلايدر */
.s-block--hero-slider .swiper-slide .overlay-bg:after {
    background-color: rgba(0, 0, 0, 0) !important;
}

/* إخفاء عنوان السلايدر */
.s-slider-block__title {
    ؟display: none !important;
}

/* تنصيق الصوره */
img.w-16 {
border-radius: 0px ;
}

/* تنصيق الصوره */
.has-overlay:after {
  background-color: rgb(0 0 0 / 0%);
}

/* تنصيق الصوره */
@media (min-width: 1280px) {
    .container {
                max-width: 1480px;

    }
}


@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a
Specificity: (0,2,2)
 {
        padding-bottom: 1rem;
    }
    
}

@media only screen and (min-width: 1024px) {
    .main-menu li>a {
        padding: 0.50rem;
      }
}

.bg-center{
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #fff !important;
}

@media only screen and (max-width: 1024px) {
    .mm-spn li a, .mm-spn li>span {
        padding: 0px;
    }
}

.mm-spn li img {
   display: none;
}

.mm-spn li a , .\!py-3 {
    padding: 15px !important;
}

.mm-spn li>span {
    padding: 15px;
}

.s-product-card-vertical {
    border: 1px solid #1f1f1f2e;
}