/* Start custom CSS for shortcode, class: .elementor-element-346d11f0 *//* Cart widget */
.woocommerce-mini-cart__total {
	display: none;
}

/* Cart */
.product-price, .product-subtotal {
	display: none !important;
}

/* Checkout */
.product-total *, th.product-total {
	display: none;
}

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-43ef3155 *//* proceed to checkout */
.product-price, .product-subtotal {
	display: none !
	// Изменить ссылку на кнопке "Вернутся в магазин" из корзины когда она пуста
function wc_empty_cart_redirect_url() {
	return '/catalog/';
}
add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );/* End custom CSS */