.quantity-discount-fo {
    margin: 15px 0;
}
.quantity-discount-table-wrapper {
    overflow-x: auto;
}
.quantity-discount-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.quantity-discount-table th,
.quantity-discount-table td {
    padding: 8px 12px;
    text-align: center;
    border: 1px solid #ddd;
}
.quantity-discount-table thead th {
    background: #f5f5f5;
    font-weight: 600;
}
.quantity-discount-table tbody tr:hover {
    background: #f9f9f9;
}
.quantity-discount-percent {
    color: #e74c3c;
    font-weight: 600;
}
.quantity-discount-active {
    background: var(--primary-bg-color, #2fb5d2);
    color: #fff;
}
.quantity-discount-active .quantity-discount-percent {
    color: #fff;
}
.quantity-discount-active:hover {
    background: var(--primary-bg-color, #2fb5d2) !important;
}
.quantity-discount-cart-msg {
    font-size: 13px;
    padding: 8px 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    background: #d9edf7;
    color: #31708f;
    border-radius: 4px;
}
