.js-subtotal-amount {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}

.js-tax-amount {
    font-size: 14px;
    color: #666666;
    font-style: italic;
}

.js-total-amount {
    font-size: 18px;
    color: #E64545;
    font-weight: 700;
    margin-top: 8px;
}
