.wc-block-cart .wc-block-cart__totals-title,
.is-large.wc-block-cart .wc-block-cart__totals-title,
.wc-block-components-express-payment-continue-rule--cart,
.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__change-address__link,
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__change-address__link button,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table.wc-block-cart-items thead tr th {
    font-size: var(--wp--preset--font-size--x-small);
    font-family: var(--wp--preset--font-family--heading);
    font-weight: var(--wp--custom--font-weight--medium);

    text-transform: uppercase;
    letter-spacing: 0.025rem;
    color: var(--wp--custom--color--base5);
}

.wc-block-components-totals-coupon,
.wc-block-components-totals-footer-item-tax,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart-order-summary-totals-block {
    font-size: 80%;

}


.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
  font-weight: var(--wp--custom--font-weight--semi-bold);
}

.wc-block-components-totals-item__description {
    text-align: right;

}

