/* Add custom CSS styles below */ 
.top-ban-margin{
  padding-top: 0;
  margin-top:-2;
}
.header {
  background-color: #808080	 /* رمادي فاتح */
}
    flex-direction: row-reverse;
    background-color: black;
}

/* تصميم نافذة التحذير */
#installment-popup {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 20px;
  border: 2px solid #d33;
  border-radius: 8px;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  max-width: 90%;
  width: 400px;
  font-family: Arial, sans-serif;
  text-align: center;
}

#installment-popup strong {
  font-size: 18px;
  color: #d33;
}

#installment-popup p {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

#installment-popup .btn-group {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}

#installment-popup button {
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#installment-popup button.confirm {
  background-color: #28a745;
  color: white;
}

#installment-popup button.cancel {
  background-color: #ccc;
  color: black;
}
.s-fast-checkout-button.rtl {
    background-color: black;
}