/* تغيير لون زر واتساب إلى هوية باب الرزق */
a.wa-s-n {
  background-color: #a494fa !important;
  border-color: #a494fa !important;
  color: #ffffff !important;
}

/* تغيير لون أيقونة واتساب نفسها إلى الأبيض */
a.wa-s-n svg,
a.wa-s-n svg path {
  fill: #ffffff !important;
  color: #ffffff !important;
}

/* تغيير شريط العروض فوق المنتجات */
.s-product-card-promotion-title.mazaya-promotion-title {
  background-color: #a494fa !important;
  color: #ffffff !important;
  border-color: #a494fa !important;
}

/* تغيير الشرطتين قبل وبعد كلمة العرض */
.s-product-card-promotion-title.mazaya-promotion-title::before,
.s-product-card-promotion-title.mazaya-promotion-title::after {
  background-color: #a494fa !important;
  border-color: #a494fa !important;
  color: #a494fa !important;
}
@media (max-width: 1023px) {
  #store-header #mainnav .container {
    position: relative !important;
  }

  #store-header .navbar-brand {
    position: absolute !important;
    top: calc(50% + 5px) !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 20 !important;
    margin: 0 !important;
  }

  #store-header .navbar-brand img {
    display: block !important;
    width: 80px !important;
    max-width: 80px !important;
    height: auto !important;
  }
}
/* إخفاء نافذة العنوان */
#salla-modal.s-bullet-delivery-modal {
  display: none !important;
}

/* فك قفل تمرير الصفحة */
html,
body {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  position: static !important;
}

body.modal-is-open {
  overflow-y: auto !important;
  position: static !important;
}