/**
 * @file
 * Code for the zest cart discount module.
 */

.free-shipping {
  color: #dd0101;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}
.free-ship-radio-wrap {
  padding: 1em;
  border: 1px solid #878787;
}
span.discount-cart {
  color: #dd0101;;
}
