body.woocommerce-cart table.shop_table small.deposit_label {
    display: none;
}

body.woocommerce-checkout table.shop_table small.deposit_label {
    display: none;
}

body.woocommerce-cart div.cart_totals tr.fee span.wgm-tax {
    display: none;
}

body.woocommerce-checkout table.shop_table tr.fee span.wgm-tax {
    display: none;
}
