<div class="bg-grey 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('app_estimation_cart') }}">
<img class="blue-image" src={{ asset("build/images/estimation.png") }}>
</a>
<span id="header_estimation_cart_items" class="left-bottom-number bg-blue-image text-grey-estimation ff-os-regular">{{ getEstimationCartItemsCount() }}</span>
</span>
<div class="ml-3 border-left-blue h-75 d-flex align-items-center justify-content-center w-100 flex-2 text-truncate">
<a href="{{ path('app_estimation_cart') }}" class="link-estimation">
<h6 class="my-0 ct-blue mw-100 text-truncate ff-os-regular"/>
{{ "bundles.sylius_shop.homepage.index.header.icons_bar.estimate.label"|trans }}
</h6>
</a>
</div>
</div>