diff --git a/components/cart-popover.tpl b/components/cart-popover.tpl
new file mode 100644
index 00000000..dc7687e5
--- /dev/null
+++ b/components/cart-popover.tpl
@@ -0,0 +1,13 @@
+
+
+
+ {% include 'ico-cart' %}
+
+
+
+ {{ "was_added_to_cart" | lc | escape_once }}.
+
+
{{ "view_cart" | lc | escape_once }}
+
+
+
\ No newline at end of file
diff --git a/components/content-item.tpl b/components/content-item.tpl
index e28341bd..82b97f17 100644
--- a/components/content-item.tpl
+++ b/components/content-item.tpl
@@ -50,7 +50,7 @@
- {% include 'image_src_variable', _data: _imageData, _targetWidth: _targetWidth %}
+ {% include 'image-src-variable', _data: _imageData, _targetWidth: _targetWidth %}
-
+
{% if show_language_menu_popover %}
@@ -43,7 +43,12 @@
{%- include "search-btn" -%}
{%- endif -%}
-
+
+
+ {% include 'ico-cart' %}
+
+
+
\ No newline at end of file
diff --git a/components/header.tpl b/components/header.tpl
index 43897df5..2aa4e8f5 100644
--- a/components/header.tpl
+++ b/components/header.tpl
@@ -9,7 +9,8 @@
{%- include 'menu-main-iteration' -%}
{%- include "site-search" %}
- {% include 'header-fixed', _menuTop: menuTop -%}
+{% include 'header-fixed', _menuTop: menuTop -%}
+{% include 'cart-popover' %}
{%- if menuSettings.max_width >= 1 -%}