﻿.cart-tally-root .cart-tally-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 0.9rem;
    padding: 0.1rem 0;
}

.cart-tally-root .cart-tally-row-title {
    flex-grow: 1;
    flex-shrink: 1; /* IE */
    width: 100%; /* IE */
    font-weight: 500;
    color: #737373;
    text-align: right;
}

.cart-tally-root .cart-tally-row-value {
    flex-shrink: 0;
    width: 5rem;
    text-align: right;
}

    .cart-tally-root .cart-tally-row-value.cart-tally-row-value-discount {
        color: #357a00;
    }

    .cart-tally-root .cart-tally-row-value.cart-tally-row-value-total {
        font-weight: 500;
    }