/* زر إضافة للسلة */
salla-add-product-button .s-button-element {
border: 2px solid #ffffff !important;
background: transparent !important;
color: #ffffff !important;
}
/* زر تحويل اللغة في الإعدادات */
.taeb[data-code="en"]{
color:#000000 !important;
}

.taeb[data-code="ar"]{
color:#ffffff !important;
}
/* زر إتمام الطلب */
.cart-submit-wrap .s-button-text{
color:#ffffff !important;
}
/* إضافة حدود لزر الدخول وتغير ألوان الارقام */
iframe[src*="accounts.salla.com"] {
  filter: invert(1) hue-rotate(180deg) brightness(0.6);
}

/* تغير لون نص الخصم للون الأبيض وأيقونة النسخ */
.text-primary {
  color: #ffffff !important;
}
button[data-content="S20"] {
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
}
button[data-content="S20"] svg {
  border: 2px solid #ffffff !important;
  border-radius: 6px;
  padding: 3px;
}
button[data-content="S20"] svg path {
  stroke: #ffffff !important;
}

/* تغير لون زر الرجوع للأعلى  */
#scrollToTopBtn {
  background-color: #1e1e1e !important;
  color: #ffffff !important;
}
#scrollToTopBtn svg path {
  stroke: #ffffff !important;
}

/* رفع زر الواتس والرجوع للأعلى*/
@media (max-width: 768px) {
  #utility-buttons {
    overflow: visible !important;
  }
  #scrollToTopBtn,
  #wpp-link {
    transform: translateY(-30px) !important;
  }
}
/* إخفاء مستطيل الخيارات في صفحة السلة*/
.s-product-options-option-label {
  display: none !important;
}

.s-product-options-option-content {
  display: none !important;
}

.cart-options {
  display: none !important;
}

/* حذف أيقونة محفظة محلي */
.s-payments-list-item img[src*="mahally_customer_wallet"],
.s-payments-list-item img[alt*="mahally_customer_wallet"] {
  display: none !important;
}

/* حذف العنصر كامل (li) عشان يروح الفراغ */
.s-payments-list-item:has(img[src*="mahally_customer_wallet"]),
.s-payments-list-item:has(img[alt*="mahally_customer_wallet"]) {
  display: none !important;
}