/* الهيدر والقوائم والفوتر — ثيم رائد */

/* خلفية الهيدر والقوائم */
.store-header .top-navbar,
.store-header #mainnav,
.store-header .main-nav-container,
#mobile-menu {
  background: #0D91A3 !important;
  color: #fff !important;
}

/* نصوص وروابط الهيدر */
.store-header .top-navbar a,
.store-header .main-menu a,
.store-header .mburger,
.store-header .sicon-menu,
.store-header .s-cart-summary-wrapper,
.store-header .s-cart-summary-total,
#mobile-menu a {
  color: #fff !important;
}

/* أيقونة السلة */
.store-header .s-cart-summary-icon svg,
.store-header .s-cart-summary-icon path {
  fill: #fff !important;
}

/* القوائم عند تمرير المؤشر */
.store-header .main-menu li:hover > a,
#mobile-menu li:hover > a {
  background: rgba(0, 0, 0, 0.12) !important;
  color: #fff !important;
}

/* عدّاد السلة */
.store-header .s-cart-summary-count {
  background: #fff !important;
  color: #0D91A3 !important;
}

/* خلفية الفوتر */
.store-footer,
.store-footer .store-footer__inner {
  background: #0D91A3 !important;
  color: #fff !important;
}

/* نصوص وروابط الفوتر */
.store-footer h3,
.store-footer p,
.store-footer a,
.store-footer .s-contacts-title,
.store-footer .s-contacts-item,
.store-footer .copyright-text {
  color: #fff !important;
}