/**
 * Cart totals after WooCommerce AJAX Update.
 * Avada prepends an empty absolutely-positioned .awb-shipping-td overlay
 * that clips the rate list. Keep those nodes in normal flow.
 */
div.fusion-woo-cart-totals-wrapper .awb-shipping-heading,
div.fusion-woo-cart-totals-wrapper .awb-shipping-td {
	position: static !important;
	inset: auto !important;
	top: auto !important;
	bottom: auto !important;
	width: auto !important;
	height: auto !important;
}
div.fusion-woo-cart-totals-wrapper .awb-shipping-td:empty {
	display: none !important;
}
div.fusion-woo-cart-totals-wrapper .shipping > td {
	overflow: visible !important;
	height: auto !important;
}
div.fusion-woo-cart-totals-wrapper .shipping #shipping_method {
	margin-top: 0.5em;
}
