.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2 {
    padding: 5px 20px !important;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table .product-remove a {
    min-width: 24px;
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td:before {
    content: "Итого:" !important;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal,
.elementor-widget-woocommerce-cart .woocommerce table.shop_table .woocommerce-shipping-totals {
    display: none;
}

@media (max-width: 767px) {
    .elementor-widget-woocommerce-cart .woocommerce table.cart tr:first-child {
        padding: 0 20px;
    }

    .woocommerce-page #content table.cart td.product-remove {
        position: absolute;
        right: 20px;
    }

}