.cart-show-discounts {
    margin: 5px 0;
}
.productinfo-show-discounts {
    margin: 5px 0;
}

.bulk-discount-table-wrap {
    width: 100%;
    margin: 15px 0;
    direction: rtl;
}

.bulk-discount-table {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
    background: #fff;
}

.bulk-discount-table th,
.bulk-discount-table td {
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
}

.bulk-discount-table th {
    font-weight: 700;
    background: #f7f7f7;
}

.bulk-discount-table tbody tr:nth-child(even) td {
    background: #fafafa;
}

.bulk-discount-amount {
    display: block;
    margin-top: 4px;
    font-size: 0.9em;
}

.bulk-discount-table caption {
    padding: 0 0 8px;
    text-align: right;
    font-size: 1.05em;
    font-weight: 700;
}
