/**
 * MOD:- DISCOUNT RULES
 *
 * @version 2.0
 */
/* @version 9.0 [rev.9.0.02] */
.au-price {
  white-space: nowrap; }

.default-price {
  color: #999;
  font-weight: 400;
  text-decoration: none;
  position: relative; }
  .default-price::before {
    top: 50%;
    background: #dc3545;
    opacity: .85;
    content: '';
    width: 105%;
    position: absolute;
    height: .08em;
    border-radius: .1em;
    left: -5%;
    white-space: nowrap;
    display: block;
    transform: rotate(-15deg); }
  .default-price.straight::before {
    transform: rotate(0deg);
    left: -1%;
    width: 102%; }

/*# sourceMappingURL=discounts.css.map */
