/* Add custom CSS styles below */ 
.urgent-box{
  border:2px dashed #f4a300;
  border-radius:14px;
  background:#fff7e8;
  padding:14px 10px;
  margin-top:12px;
  text-align:center;
  font-family:inherit;
}
.urgent-title{
  font-weight:bold;
  font-size:24px;
  color:#000;
}
.urgent-time{
  margin-top:6px;
  font-size:14px;
  color:#555;
}
.urgent-time span{
  color:#00a884;
  font-weight:bold;
}










.product-rating-bar {
  background: #e7fbe6;
  border-radius: 12px;
  padding: 10px 20px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-rating-bar .product-stars {
  color: #ffb400;
  font-size: 22px;
}
.product-rating-bar .rate-value {
  font-weight: bold;
  color: #22a662;
  font-size: 19px;
  margin: 0 7px;
}
.product-rating-bar .rate-label {
  color: #555;
  font-size: 20px;
}















.fast-order-box{
  border:2px dashed #f4a300;
  border-radius:14px;
  background:#fff7e8;
  padding:14px 10px;
  margin:10px 0;
  text-align:center;
  font-family:inherit;
}
.fast-order-text{
  font-weight:bold;
  font-size:18px;
  color:#000;
}
.fast-order-time{
  margin-top:6px;
  font-size:15px;
  color:#555;
}
.fast-order-time span{
  color:#d32f2f;
  font-weight:bold;
}













/* صندوق ضمان الإرجاع: خلفية خضراء فاتحة وإطار منقط لتوضيح سياسة الإرجاع */
.return-guarantee-box{
  border:2px dashed #4CAF50;
  border-radius:14px;
  background:#e8f8f1;
  padding:14px 10px;
  margin:10px 0;
  text-align:center;
  font-family:inherit;
}
.return-guarantee-text{
  font-weight:bold;
  font-size:18px;
  color:#2e7d32;
}

















.cod-note-text {
    text-align: center;
    font-size: 19px;
    margin: 20px 0 10px;
    color: #333;
}

.cod-whatsapp-btn {
    display: block;
    width: fit-content;
    margin: 0 auto 20px;
    background: #25D366;
    color: #fff !important;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none !important;
    transition: 0.2s ease-in-out;
}

.cod-whatsapp-btn:hover {
    background: #1ebe5d;
}