
/* Formula Unit — Free delivery over Rs. 5,000 */
.fu-free-delivery-note{
  display:block;
  margin:8px 0;
  padding:8px 12px;
  border-radius:9px;
  text-align:center;
  font-size:13px;
  font-weight:700;
  color:#15803d;
  background:#f0fdf4;
  border:1px solid #bbf7d0;
}
.fu-delivery-free{
  color:#15803d!important;
  font-weight:800!important;
}
