/* ================= COUPON ROW ================= */
.coupon-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px;
  border:1px dashed #ddd;
  border-radius:14px;
  margin-bottom:6px;
  cursor:pointer;
}

.coupon-left{
  font-weight:700;
}

#coupon-applied-info{
  font-size:13px;
  color:#1b8f3c;
  margin-top:4px;
}

#coupon-remove{
  color:#ff3b3b;
  font-size:18px;
  font-weight:bold;
  cursor:pointer;
}

#coupon-arrow{
  font-size:20px;
  color:#888;
}

/* ================= COUPON HINT ================= */
.coupon-hint{
  font-size:13px;
  color:#b45309;
  background:#fff7ed;
  border-left:4px solid #f59e0b;
  padding:10px 12px;
  border-radius:10px;
  margin-bottom:12px;
}

.coupon-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px;
  border:1px dashed #ddd;
  border-radius:14px;
  margin-bottom:6px;
  cursor:pointer;
}

#coupon-applied-info{
  font-size:13px;
  color:#1b8f3c;
  margin-top:4px;
}

#coupon-remove{
  color:#ff3b3b;
  font-size:18px;
  font-weight:bold;
  cursor:pointer;
}

.coupon-hint{
  font-size:13px;
  color:#b45309;
  background:#fff7ed;
  border-left:4px solid #f59e0b;
  padding:10px 12px;
  border-radius:10px;
  margin-bottom:12px;
}
