.bonus-price {
  margin-top: 18px;
  padding: 12px 14px;
  border: 2px solid #e30613;
  border-radius: 10px;
  background: #fff3f3;
}

.bonus-price span {
  display: block;
  margin-bottom: 4px;
  color: #a4000b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.bonus-price strong {
  display: block;
  color: #111;
  font-size: 29px;
  line-height: 1.1;
}

.regular-price {
  margin: 8px 0 2px;
  color: #666;
  font-size: 14px;
  text-decoration: line-through;
}
