
.reb-promo-auto,
.reb-promo-auto *,
.reb-promo-listing-flag,
.reb-promo-listing-flag * {
  box-sizing: border-box;
}

.reb-promo-positioned {
  position: relative !important;
}

.reb-promo-listing-flag {
  position: absolute !important;
  top: 8px !important;
  left: 0 !important;
  z-index: 50 !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none !important;
  transform: none !important;
}

.reb-promo-listing-flag span,
.reb-promo-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f00000 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 4px 10px !important;
  font-size: 11px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: .7px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.reb-promo-auto--product {
  margin: 6px 0 10px 0;
  display: block !important;
}

.reb-promo-auto--product .reb-promo-badge {
  font-size: 12px !important;
  padding: 5px 12px !important;
  letter-spacing: .7px !important;
}

.reb-promo-auto--checkout {
  margin: 4px 0 0 0;
  display: block !important;
}

.reb-promo-auto--checkout .reb-promo-badge {
  font-size: 10px !important;
  padding: 3px 8px !important;
  letter-spacing: .45px !important;
}

.reb-promo-percent {
  display: inline-block;
  margin-left: 8px;
  color: #f00000 !important;
  font-size: 13px;
  font-weight: 800;
  vertical-align: baseline;
}

.reb-promo-prices {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.25;
}

.reb-promo-old {
  color: #777;
  text-decoration: line-through;
  margin-right: 0;
}

.reb-promo-net {
  display: block;
  color: #222;
  font-weight: 800;
  margin-top: 2px;
}
