Situation:
Code used to print the cart with the respective values:
<p>
Meu Carrinho<br>
<?php echo wp_kses_post( WC()->cart->get_cart_subtotal() ); ?> <span class="count"><?php echo wp_kses_data( sprintf( _n( '%d item', '%d items', WC()->cart->get_cart_contents_count(), 'storefront' ), WC()->cart->get_cart_contents_count() ) );?></span>
</p>
NOTE: Only on the homepage.
*
Theme: Storefront
General Plugin: WooCommerce
Wordpress Version 4.9
*