/* Making H2 Center in the homepage */ 

.right-side {
  width: 100% !important;
  text-align: center !important;
  padding: 0 !important;
}


/* تحسين شكل المنتجات الثابته لما اخليها منتج واحد تصير في النصر بعرض محدد */ 

@media (min-width: 1024px) {
    .s-products-list-horizontal-cards {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.s-product-card-horizontal {
  max-width: 540px;
  margin: 0 auto !important;

}





salla-installment {
  display: none;
}