
/*
 * Rhigi 7.4.8 — cart is intentionally product-focused.
 * Delivery choice and delivery charges are presented only at checkout.
 */

/* WooCommerce Cart Blocks shipping row. */
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-shipping-block,
body.woocommerce-cart .wc-block-components-totals-shipping,
body.woocommerce-cart .wc-block-cart__totals-shipping,
body.woocommerce-cart [data-block-name="woocommerce/cart-order-summary-shipping-block"]{
  display:none!important;
}

/* Classic WooCommerce cart shipping row/calculator. */
body.woocommerce-cart .cart_totals tr.shipping,
body.woocommerce-cart .cart_totals .woocommerce-shipping-totals,
body.woocommerce-cart .cart_totals .shipping-calculator-form,
body.woocommerce-cart .cart_totals .shipping-calculator-button{
  display:none!important;
}

/* Remove spacing/borders left behind by hidden block rows. */
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block{
  row-gap:0!important;
}
