.cart-totals-inner table .cart-subtotal .amount {
    color: #AAAAAA;
    font-weight: 500;
    font-size: 15px;
}

tr.order-total strong .amount {
    font-size: 20px;
}

tr.order-total th {
    font-size: 18px;
}

.woocommerce-cart-form table th {
    border-bottom: 1px solid var(--brdcolor-gray-200);
}