/*
 * Keep Core Tools commerce additions mobile-only.
 * The full cart/checkout stylesheet is loaded with media="(max-width: 767px)".
 */
@media (min-width: 768px) {
	body.woocommerce-cart .ep-flow-heading,
	body.woocommerce-cart .ep-flow-shipping,
	body.woocommerce-cart .ep-flow-stock,
	body.woocommerce-cart .ep-flow-trust,
	body.woocommerce-checkout .ep-flow-heading,
	body.woocommerce-checkout .ep-flow-payment-trust,
	body.woocommerce-checkout .ep-mobile-order {
		display: none !important;
	}
}
