/* Rabattstaffeln Produktseite */
.qty-discount-box {
  background: #ffffff;
  border: 2px solid #e8d6ff;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.qty-discount-box h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #6d2db7;
}

.qty-discount-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 6px;
}

.qty-discount-table td {
  padding: 6px 0;
  font-size: 15px;
}

.qty-discount-table td:last-child {
  text-align: right;
  color: #6d2db7;
  font-weight: 700;
}

.mengenrabatt-box {
  background: #ffffff;        /* wird per Inline-Style überschrieben */
  border: 2px solid #f0c4ff;  /* wird per Inline-Style überschrieben */
  border-radius: 8px;
  padding: 14px 16px;
  margin: 10px 0 18px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.mengenrabatt-box h4 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 600;
}

/* Warenkorb-Layout für die 3 Zeilen */
.mr-cart-text {
  display: inline-block;
  vertical-align: top;
  max-width: 65%;
}

.mr-line-1 {
  font-weight: 600;
}

.mr-line-2 {
  font-size: 13px;
  color: #555;
  margin-top: 2px;
}

.mr-line-3 {
  font-weight: 600;
}
