div.fusion-woo-cart-totals-wrapper {
  --awb-heading-cell-width-small: var(--awb-heading-cell-width, var(--awb-heading-cell-width-medium));
}
div.fusion-woo-cart-totals-wrapper table.shop_table tbody tr th {
  width: var(--awb-heading-cell-width-small);
}
div.fusion-woo-cart-totals-wrapper table.shop_table tbody tr td {
  width: calc(100% - var(--awb-heading-cell-width-small));
}
