WooCommerce checkout page price break down table hook

I think the hooks you’re looking for are going to be either woocommerce_review_order_after_shipping or woocommerce_review_order_before_order_total. If you need to get in between where those two put you then you’re looking at modifying a template, which isn’t as future proof but is still a viable option when the hooks aren’t enough.