/* ABN Lookup WooCommerce overrides */
body.woocommerce-checkout .quantity {
    display: none !important;
}

body.woocommerce-checkout nav.woocommerce-breadcrumb {
    display: none !important;
}

body.woocommerce-checkout .woocommerce-shipping-fields {
    display: none;
}

body.woocommerce-checkout h3#order_review_heading {
    display: none !important;
}

body.woocommerce-checkout th.product-name {
    display: none !important;
}

body.woocommerce-checkout th.product-total {
    display: none !important;
}
body.woocommerce-checkout tr.cart_item {
    display: none !important;
}
