I fix it change in file flatsome-child/template-parts/header/partials/element-cart.php
Replase line
<?php the_widget('WC_Widget_Cart', array('title' => '')); ?>
to stardard mini cart code
<div class="widget_shopping_cart_content">
<?php woocommerce_mini_cart(); ?>
</div>