/* keep button in DOM but hide it */
.woocommerce-cart button[name="update_cart"] {
	display: none !important;
}
