/* Add custom CSS styles below */ 

@media (max-width:650px){
   .s-block--main-slider .swiper-slide {
    height: 250px !important;
}
}
.share-area {
    display: none !important;
}
.outer>.wrap>.inner.flex-col.flex-center {
    background: #125F5F !important;
    color: #fff !important;
}


span.icon.sicon-calendar-alt {
    color: #fff !important;
}

span.icon.sicon-branch {
    color: #fff !important;
}

span.icon.sicon-branch {}

span.icon.sicon-cart2 {
    color: #fff !important;
}

span.icon.sicon-users {
    color: #fff !important;
}

.outer>.wrap>.inner.flex-col.flex-center>p {
    color: #fff;
}


@media (min-width: 640px) {
    .s-block.s-block--banners>.container>.grid>.banner-entry {
        height: 550px !important;

    }
}

@media (max-width: 639px) {
    .s-block.s-block--banners>.container>.grid>.banner-entry {
        height: 250px !important;

    }
}


/*أضف للسلة*/
button:has(.sicon-shopping-bag) .s-button-text {
  font-size: 0; /* إخفاء النص الأصلي */
  position: relative;
}

button:has(.sicon-shopping-bag) .s-button-text::after {
  content: " أضف إلى السلة"; /* النص الجديد */
  font-size: 16px;
  color: inherit;
}

/*إتمام الطلب*/
button:has(.sicon-gift-sharing) .s-button-text {
  font-size: 0; /* يخفي النص الأصلي */
  position: relative;
}

button:has(.sicon-gift-sharing) .s-button-text::after {
  content: "إتمام الطلب"; /* النص الجديد */
  font-size: 16px;
  color: inherit;
}


/*اشتري الآن*/
.s-add-product-button-mini-checkout-content {
  font-size: 0; /* يخفي النص الأصلي */
  position: relative;
}

.s-add-product-button-mini-checkout-content::after {
  content: "اشتري الآن"; /* النص الجديد */
  font-size: 14px;
  color: inherit;
}

/* المزيد من المنتجات */

.s-button-text.s-infinite-scroll-btn-text {
  font-size: 0; /* يخفي النص الأصلي */
  position: relative;
}

.s-button-text.s-infinite-scroll-btn-text::after {
  content: "المزيد من المنتجات"; /* النص الجديد */
  font-size: 16px;
  display: inline-block;
  color: inherit;
}

/* لا توجد منتجات */
.s-products-list-placeholder p {
  font-size: 0; /* يخفي النص الأصلي */
  position: relative;
}

.s-products-list-placeholder p::after {
  content: "لا توجد منتجات"; /* النص الجديد */
  font-size: 16px;
  display: inline-block;
  color: inherit;
}



/* عن المتجر */
.store-footer .about-store h3.footer-title {
  font-size: 0; /* إخفاء النص الأصلي */
  position: relative;
}

.store-footer .about-store h3.footer-title::after {
  content: "عن المتجر"; /* النص الجديد */
  font-size: 18px; /* حجم النص */
  color: inherit;  /* نفس لون النص القديم */
}


.breadcrumbs li:last-child span {
  font-size: 0; /* يخفي النص الأصلي */
  position: relative;
}

.breadcrumbs li:last-child span::after {
  content: "سلة المشتريات"; /* النص الجديد */
  font-size: 14px;
  display: inline-block;
  color: inherit;
}



h4.font-bold.text-sm.mb-5 {
  font-size: 0;
  position: relative;
}

h4.font-bold.text-sm.mb-5::after {
  content: "ملخص الطلب"; /* النص الجديد */
  font-size: 14px;
  color: inherit;
}



span.text-\[\#666666\] {
  font-size: 0; /* يخفي النص الأصلي */
  position: relative;
}

span.text-\[\#666666\]::after {
  content: "مجموع المنتجات"; /* النص الجديد */
  font-size: 14px;
  display: inline-block;
  color: #666666;
}

.s-slider-block__title-right h2 {
  font-size: 0; /* يخفي النص الأصلي */
  position: relative;
}

.s-slider-block__title-right h2::after {
  content: "منتجات مشابهة"; /* النص الجديد */
  font-size: 30px; /* حجم مناسب */
  color: inherit; /* نفس اللون */
}


.store-footer__inner {
    background: #125F5F !important;
}

/* MOOOO */
.banner-entry a:before {
 background-color: transparent !important; 
}