:root {
  --drx-bg: #05162f;
}

/* خلفية الموقع */
html, body, #app, .app-inner, main, .store-footer, .store-footer__inner {
  background: var(--drx-bg) !important;
}

/* خانة البحث */
.search-form input,
.search-form,
input[type="search"],
.s-search-input {
  background: var(--drx-bg) !important;
  color: #fff !important;
  border-color: rgba(174, 216, 224, 0.15) !important;
}

/* نصوص الفوتر */
.store-footer,
.store-footer h3,
.store-footer p,
.store-footer a,
.store-footer span,
.store-footer li {
  color: #fff !important;
}
.inner.bg-inherit,
div.inner.bg-inherit,
.bg-inherit {
  background: var(--drx-bg) !important;
  background-color: var(--drx-bg) !important;
  color: #fff !important;
}
/* كل العناوين */
h1, h2, h3, h4, h5, h6,
.s-slider-block__title h2,
.s-block__title h2 {
  color: #fff !important;
}
/* أيقونات البروفايل والسلة */
.salla-user-menu-login-btn svg path,
salla-user-menu svg path,
salla-cart-summary svg path,
.s-header-cart svg path {
  fill: #fff !important;
  stroke: #fff !important;
}
/* أيقونة السلة */
.header-btn__icon.sicon-shopping-bag,
i.header-btn__icon.icon.sicon-shopping-bag {
  color: #fff !important;
}
a.s-menu-topnav-item.topnav-link-item {
  color: #fff !important;
}
.mm-spn a,
.mm-spn a span,
.mm-spn li a,
.mm-spn li a span {
  color: #fff !important;
  background: transparent !important;
}
/* عنوان التصنيف والـ breadcrumb */
.s-breadcrumb-item,
.s-breadcrumb-item a,
.s-breadcrumb-item span,
.s-breadcrumb-arrow {
  color: #fff !important;
}
/* خلفية القائمة المنسدلة */
.sub-menu,
.sub-menu.w-56,
div.sub-menu {
  background: var(--drx-bg) !important;
}
/* نصوص كل صفحات المنتجات */
.product__description,
.product__description *,
.article--main,
.article--main *,
.ql-editor *,
p.ql-direction-rtl {
  color: #fff !important;
}
/* أسعار المنتجات */
.font-bold.text-xl.inline-block,
.product__description p,
p.font-bold {
  color: #fff !important;
}