<div class="bg-grey-cart d-flex flex-row px-0 align-items-center h-100 wp-200">
<span class="image-bottom-number py-0 flex-1">
<a href="{{ path('sylius_shop_cart_summary') }}">
<img src={{ asset("build/images/cart.png") }}>
</a>
<span id="header_cart_items" class="left-bottom-number border-grey bg-white ct-darkgray ff-os-regular">{{ getCurrentCartItemsCount() }}</span>
</span>
<div class="ml-3 border-left border-white h-75 d-flex align-items-center justify-content-center w-100 flex-2 text-truncate">
<a href="{{ path('sylius_shop_cart_summary') }}" class="link-cart">
<h6 class="my-0 text-white mw-100 ff-os-regular"/>
{{ "bundles.sylius_shop.homepage.index.header.icons_bar.buy.label"|trans }}
</h6>
</a>
</div>
</div>