/* تغيير لون أيقونات ونصوص الهيدر إلى الأبيض */
#mobile-menu,
#mobile-menu * {
  color: #fff !important;
}

#mobile-menu svg {
  fill: #fff !important;
}

/* إجبار روابط القائمة */
#mobile-menu a,
#mobile-menu h5,
#mobile-menu span {
  color: #fff !important;
}

/* إزالة اللون الرمادي (text-gray-500) */
#mobile-menu .text-gray-500 {
  color: #fff !important;
}
.search-btn i,
.mburger i,
.mburger p,
.currency,
.currency span,
.header-btn i,
.text-black,
.text-primary {
    color: #fff !important;
}

/* أيقونات SVG إن وجدت */
.search-btn svg,
.search-btn svg path,
.mburger svg,
.mburger svg path {
    fill: #fff !important;
}
/* إجبار لون أيقونة البحث إلى الأبيض */

span.search-btn.header-btn i.sicon-search {
    color: #ffffff !important;
}

/* إذا كانت الأيقونة SVG */
span.search-btn.header-btn svg,
span.search-btn.header-btn svg path {
    fill: #ffffff !important;
}
button.header-btn i.sicon-user {
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* كسر أي كلاس يفرض اللون الأسود */
button.header-btn i.text-black,
button.header-btn i.da-tm {
    color: #ffffff !important;
}
/* إجبار أيقونة الإضافة على اللون الأبيض */
i.sicon-add {
    color: #fff !important;
    fill: #fff !important;
}

/* كسر الكلاسات التي تفرض الأسود */
i.text-black,
i.da-tm {
    color: #fff !important;
}
/* تغيير لون أيقونة السلة إلى الأبيض */
#s-cart-icon svg,
#s-cart-icon svg path {
    fill: #fff !important;
}

/* تغيير أيقونة الإضافة داخل السلة */
#s-cart-icon i.sicon-add {
    color: #fff !important;
    fill: #fff !important;
}

/* كسر اللون الأسود */
#s-cart-icon .text-black,
#s-cart-icon i {
    color: #fff !important;
}
/* خلفية القائمة */
.s-user-menu-dropdown {
    background-color: #4c322a !important;
}

/* النصوص داخل القائمة */
.s-user-menu-dropdown,
.s-user-menu-dropdown span,
.s-user-menu-dropdown p,
.s-user-menu-dropdown a,
.s-user-menu-dropdown-item-title {
    color: #ffffff !important;
}

/* الأيقونات SVG */
.s-user-menu-dropdown svg,
.s-user-menu-dropdown svg path {
    fill: #ffffff !important;
}

/* تحسين شكل العناصر عند المرور */
.s-user-menu-dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.08) !important;
}

/* تغيير لون أيقونات SVG */
.header-cart svg,
.header-cart svg path {
    fill: #fff !important;
}

/* إزالة أي لون أسود افتراضي */
.text-black,
.text-primary {
    color: #fff !important;
}


.footer-middle p,
.footer-middle a,
.footer-middle h3,
.footer-middle span,
.footer-middle b,
.footer-middle .unicode {
    color: #fff !important;
}

/* الأيقونات SVG */
.footer-middle svg,
.footer-middle svg path {
    fill: #fff !important;
}

/* روابط الفوتر */
.footer-middle a:hover {
    color: #ffffff !important;
    opacity: 0.8;
}

/* عنوان خدمة العملاء والروابط */
.footer-middle .s-contacts-title,
.footer-middle .footer-list a,
.footer-middle .s-trust-badges-label,
.footer-middle .s-trust-badges-number,
.footer-middle .vat-num p,
.footer-middle .vat-num span {
    color: #fff !important;
}
/* تغيير لون حقوق النشر والرابط إلى الأبيض */

.copyrights,
.copyrights p,
.copyrights a {
    color: #fff !important;
}

/* لون الرابط عند المرور */
.copyrights a:hover {
    color: #ffffff !important;
    opacity: 0.8;
}
/* تغيير لون النص داخل شهادة منصة الأعمال */

.sbc-certificate,
.sbc-certificate p,
.sbc-certificate a {
    color: #fff !important;
}

/* الحفاظ على خلفية الأيقونة بيضاء */
.sbc-link {
    background: #fff !important;
}
/* تغيير لون أيقونات ونصوص القائمة السفلية إلى الأبيض */

.bottom-header-buttons i,
.bottom-header-buttons span,
.bottom-header-buttons a,
.bottom-header-buttons button,
.bottom-header-buttons .s-cart-summary-total,
.bottom-header-buttons .s-cart-summary-count {
    color: #fff !important;
}

/* أيقونات SVG داخل السلة */
.bottom-header-buttons svg,
.bottom-header-buttons svg path {
    fill: #fff !important;
}

/* إزالة اللون الأسود الافتراضي */
.bottom-header-buttons .text-black {
    color: #fff !important;
}
/* جعل أيقونات التواصل سوداء */
.s-contacts-icon svg,
.s-contacts-icon svg path,
.s-contacts-icon i {
    color: #000 !important;
    fill: #000 !important;
}

/* لو النصوص بجانب الأيقونات */
.s-contacts-item {
    color: #000 !important;
}