.tax-rate td{
    text-align: right;
    font-size: 1.6rem;
}
.tax-rate th {
    font-weight: 400;
}
.tax-rate th,
.tax-rate td {
    border-top: none;
    padding-top: 0;
    line-height: 1;
    padding-bottom: 1.6rem;
}
.cart-information .cart-subtotal th,
.cart-information .cart-subtotal td {
    padding-bottom: 0.8rem;
}

.cart-information tr:nth-last-child(2) th, 
.cart-information tr:nth-last-child(2) td{
    padding-bottom: 1rem;
}

.cart-information  tr.tax-rate th,
.cart-information  tr.tax-rate td {
    border-top: none;
    padding-top: 0;
    line-height: 1;
    padding-bottom: 1.6rem;
}