.product-quantity-discounts {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
}

.product-quantity-discounts .h6 {
  font-weight: 600;
}

.product-quantity-discounts table th,
.product-quantity-discounts table td {
  vertical-align: middle;
  white-space: nowrap;
}
