{"id":9,"date":"2024-04-02T19:02:14","date_gmt":"2024-04-02T17:02:14","guid":{"rendered":"https:\/\/mamacri.it\/?page_id=9"},"modified":"2026-03-25T16:29:39","modified_gmt":"2026-03-25T15:29:39","slug":"menu","status":"publish","type":"page","link":"https:\/\/mamacri.it\/en\/","title":{"rendered":"menu"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"9\" class=\"elementor elementor-9\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec83122 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"ec83122\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a85dbf9 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"a85dbf9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1f14a14 e-grid e-con-full wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"1f14a14\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-91a2af5 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"91a2af5\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2e3f87 elementor-widget elementor-widget-heading\" data-id=\"d2e3f87\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">MAMACRI<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-91658df elementor-widget elementor-widget-heading\" data-id=\"91658df\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Burger Style<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bf9d6c6 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"bf9d6c6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e1d78d8 elementor-widget elementor-widget-html\" data-id=\"e1d78d8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\n\n\/* Code from https:\/\/element.how\/elementor-horizontal-scroll-navigation-menu\/\n* Version 1.0\n* Copyright 2023 Element.How\n*\/\n\ndocument.addEventListener('DOMContentLoaded', function () {\n\nlet scrollableNavigations = document.querySelectorAll('.horizontalNav .elementor-nav-menu'), svgIcon;\n\n\/* delete this line if you don't want arrows, or change the <svg> markup to your own to have your left pointing icon *\/\nsvgIcon = `<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M13.939 4.939L6.879 12l7.06 7.061l2.122-2.122L11.121 12l4.94-4.939z\" \/><\/svg>`;\n\nscrollableNavigations.forEach((scrollableNavigation) => {\n\nlet navigationItems = Array.from(scrollableNavigation.querySelectorAll('.menu-item')).filter(e => e.parentElement.closest('.menu-item') == null);\nlet activeNavigationItemIndex = navigationItems.findIndex((navigationItem) => navigationItem.classList.contains('current-menu-item'));\n\nscrollableNavigation.style.scrollBehavior = \"smooth\";\n\nnavigationItems.forEach((navigationItem, i) => {\n\nlet scrollToPosition = (navigationItem.getBoundingClientRect().left + navigationItem.offsetWidth \/ 2) - (window.innerWidth \/ 2);\nnavigationItem.addEventListener('click', function () {\nscrollableNavigation.scrollTo(scrollToPosition, 0);\n});\nif (i === activeNavigationItemIndex) scrollableNavigation.scrollTo(scrollToPosition, 0);\n\nupdateMask(scrollableNavigation);\n\n});\n\nscrollableNavigation.addEventListener('scroll', function () {\nupdateMask(scrollableNavigation);\n});\n\nlet navContainer = scrollableNavigation.parentElement;\nlet navWidth = navContainer.offsetWidth;\n\n\/* add class if can't scroll *\/\nif (scrollableNavigation.scrollWidth <= scrollableNavigation.offsetWidth) {\nnavContainer.classList.add('no-scroll');\n}\n\n\/* on resize *\/\nlet windowWidth = window.innerWidth;\nwindow.addEventListener('resize', function () {\nif (windowWidth === window.innerWidth) return;\nnavWidth = navContainer.offsetWidth;\nif (scrollableNavigation.scrollWidth <= scrollableNavigation.offsetWidth) {\nnavContainer.classList.add('no-scroll');\n} else {\nnavContainer.classList.remove('no-scroll');\n}\n});\n\nif (svgIcon) {\n\nnavContainer.insertAdjacentHTML('afterBegin', `<button class=\"scrl-button scrollable-navigation scrollable-navigation-left\">${svgIcon}<span class=\"sr-only\">Scroll left<\/span><\/button>`);\nnavContainer.insertAdjacentHTML('afterBegin', `<button class=\"scrl-button scrollable-navigation scrollable-navigation-right\">${svgIcon}<span class=\"sr-only\">Scroll right<\/span><\/button>`);\nnavContainer.querySelector('.scrollable-navigation-left').addEventListener('click', function () {\nscrollableNavigation.scrollBy(navWidth * -0.78, 0);\n});\nnavContainer.querySelector('.scrollable-navigation-right').addEventListener('click', function () {\nscrollableNavigation.scrollBy(navWidth * 0.78, 0);\n});\n}\n});\n\nfunction updateMask(scrollableNavigation) {\nconst maxScroll = scrollableNavigation.scrollWidth - scrollableNavigation.clientWidth;\nconst currentScroll = scrollableNavigation.scrollLeft;\n\nif (currentScroll > 8) {\nscrollableNavigation.parentElement.classList.add('show-left-mask');\n} else {\nscrollableNavigation.parentElement.classList.remove('show-left-mask');\n}\n\nif (currentScroll < maxScroll - 8) {\nscrollableNavigation.parentElement.classList.add('show-right-mask');\n} else {\nscrollableNavigation.parentElement.classList.remove('show-right-mask');\n}\n}\n\n});\n<\/script>\n<style>\n.horizontalNav {\n--nav-padding: 0 20px; \/* set to 0 if you don't use the SVG arrows, 0 20px if you use them *\/\n--nav-item-margin: 0 6px; \/* spacing between nav items *\/\n--nav-item-padding: 8px 16px;\n--nav-item-border-radius: 30px;\n--nav-item-font-weight: 700;\n--nav-item-font-size: 1rem;\n--nav-item-bg-color: #cecece;\n--nav-item-color: #444444;\n--nav-item-hover-bg-color: #b0b0b0; \/* background color on hover *\/\n--nav-item-hover-color: #333333; \/* text color on hover *\/\n--nav-item-active-bg-color: #444444; \/* active background color *\/\n--nav-item-active-color: #ffffff; \/* active text color *\/\n--tab-style-border: 0px solid #888888; \/* to add a tab style border, change to 2px *\/\n--nav-gradient-width: 60px; \/* width of gradients *\/\n--nav-gradient-color: #ffffff; \/* color of gradients *\/\n--scrollable-navigation-width: 30px;\n}\n\n.horizontalNav {\nborder-bottom: var(--tab-style-border);\n}\n\n.horizontalNav .elementor-nav-menu.elementor-nav-menu.elementor-nav-menu {\noverflow-x: auto;\ndisplay: flex;\nflex-wrap: nowrap;\njustify-content: start;\nposition: relative;\npadding: var(--nav-padding);\n}\n\n.horizontalNav .elementor-nav-menu>.menu-item {\nwhite-space: nowrap;\nmargin: var(--nav-item-margin);\n}\n\n.horizontalNav .elementor-nav-menu>.menu-item>.elementor-item {\npadding: var(--nav-item-padding);\nbackground-color: var(--nav-item-bg-color);\nborder-radius: var(--nav-item-border-radius);\ncolor: var(--nav-item-color);\nfont-weight: var(--nav-item-font-weight);\nfont-size: var(--nav-item-font-size);\n}\n\n\/* styles of nav items on hover *\/\n.horizontalNav .elementor-nav-menu>.menu-item>.elementor-item:hover {\nbackground-color: var(--nav-item-hover-bg-color);\ncolor: var(--nav-item-hover-color);\n}\n\n\/* styles of active nav item *\/\n.horizontalNav .elementor-nav-menu>.menu-item>.elementor-item.elementor-item-active {\nbackground-color: var(--nav-item-active-bg-color);\ncolor: var(--nav-item-active-color);\nborder-top: var(--tab-style-border);\nborder-left: var(--tab-style-border);\nborder-right: var(--tab-style-border);\n}\n\n\/* SVG arrows *\/\n.horizontalNav .scrl-button.scrl-button.scrl-button.scrl-button.scrl-button {\nbackground: none;\noutline: none;\nborder: none;\npadding: 0;\nmargin: 0;\n}\n\n.horizontalNav .scrl-button.scrl-button.scrl-button.scrl-button.scrl-button:focus-visible {\noutline: auto;\n}\n\n.horizontalNav .scrollable-navigation {\nposition: absolute;\nheight: 100%;\nleft: 0;\nwidth: var(--scrollable-navigation-width);\ndisplay: grid;\nplace-content: center;\nz-index: 7;\n}\n\n.horizontalNav .scrollable-navigation-right {\nleft: initial;\nright: 0;\n}\n\n.horizontalNav .scrollable-navigation svg {\nwidth: var(--scrollable-navigation-width);\nheight: var(--scrollable-navigation-width);\n}\n\n.horizontalNav .scrollable-navigation-right svg {\ntransform: rotate(180deg);\n}\n\n.horizontalNav .elementor-nav-menu__container:not(.show-right-mask) .scrollable-navigation-right,\n.horizontalNav .elementor-nav-menu__container:not(.show-left-mask) .scrollable-navigation-left {\nopacity: 0.4;\npointer-events: none;\n}\n\n\/* hide the svg arrows from 800px viewport and up, adjust as you need *\/\n@media (min-width: 800px) {\n.horizontalNav .scrl-button {\ndisplay: none;\n}\n}\n\n\/* END OF SVG arrows *\/\n\n\/* gradients on each side when it is possible to scroll more *\/\n.horizontalNav .elementor-nav-menu__container {\nposition: relative;\n}\n\n.horizontalNav .elementor-nav-menu__container::before,\n.horizontalNav .elementor-nav-menu__container::after {\ncontent: \"\";\nposition: absolute;\nwidth: var(--nav-gradient-width);\ntop: 0;\nbottom: 0;\ntransform: scaleX(0);\nbackground: linear-gradient(to right, var(--nav-gradient-color), transparent);\ntransition: transform 0.4s ease-in-out;\nz-index: 4;\npointer-events: none;\n}\n\n.horizontalNav .elementor-nav-menu__container::before {\nleft: -2px;\ntransform-origin: 0 50%;\n}\n\n.horizontalNav .elementor-nav-menu__container::after {\nright: -2px;\ntransform-origin: 100% 50%;\nbackground: linear-gradient(to left, var(--nav-gradient-color), transparent);\n}\n\n.horizontalNav .elementor-nav-menu__container.show-left-mask::before,\n.horizontalNav .elementor-nav-menu__container.show-right-mask::after {\ntransform: scaleX(1);\n}\n\n\/* END OF gradients on each side when it is possible to scroll more *\/\n\n\/* remove the scroll bar *\/\n.horizontalNav .elementor-nav-menu::-webkit-scrollbar {\ndisplay: none;\n}\n\n\/* screen reader only styles *\/\n.sr-only {\nborder: 0;\nclip: rect(0,0,0,0);\nheight: 1px;\nmargin: -1px;\noverflow: hidden;\npadding: 0;\nposition: absolute;\nwidth: 1px;\n}\n<\/style>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f78071a elementor-nav-menu--dropdown-none horizontalNav elementor-widget elementor-widget-nav-menu\" data-id=\"f78071a\" data-element_type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\\&quot;e-font-icon-svg e-fas-caret-down\\&quot; viewBox=\\&quot;0 0 320 512\\&quot; xmlns=\\&quot;http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\&quot;&gt;&lt;path d=\\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\\&quot;&gt;&lt;\\\/path&gt;&lt;\\\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}\" data-widget_type=\"nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<nav class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none\">\n\t\t\t\t<ul id=\"menu-1-f78071a\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-77\"><a href=\"#burger\" class=\"elementor-item elementor-item-anchor\">Burger<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-78\"><a href=\"#chicken\" class=\"elementor-item elementor-item-anchor\">Chicken Burger<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-79\"><a href=\"#porkburg\" class=\"elementor-item elementor-item-anchor\">Pork Burger<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-80\"><a href=\"#vegghy\" class=\"elementor-item elementor-item-anchor\">Veggie Burger<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-81\"><a href=\"#insalatone\" class=\"elementor-item elementor-item-anchor\">Salad<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-82\"><a href=\"#stuzzicherie\" class=\"elementor-item elementor-item-anchor\">Appetizer<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-83\"><a href=\"#birre\" class=\"elementor-item elementor-item-anchor\">Beers<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-84\"><a href=\"#bibite\" class=\"elementor-item elementor-item-anchor\">Drinks<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-85\"><a href=\"#caffetteria\" class=\"elementor-item elementor-item-anchor\">Coffee Bar<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-567\"><a href=\"#cocktails\" class=\"elementor-item elementor-item-anchor\">Cocktails<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-383\"><a href=\"#vini\" class=\"elementor-item elementor-item-anchor\">Wines<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">\n\t\t\t\t<ul id=\"menu-2-f78071a\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-77\"><a href=\"#burger\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Burger<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-78\"><a href=\"#chicken\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Chicken Burger<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-79\"><a href=\"#porkburg\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Pork Burger<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-80\"><a href=\"#vegghy\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Veggie Burger<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-81\"><a href=\"#insalatone\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Salad<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-82\"><a href=\"#stuzzicherie\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Appetizer<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-83\"><a href=\"#birre\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Beers<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-84\"><a href=\"#bibite\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Drinks<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-85\"><a href=\"#caffetteria\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Coffee Bar<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-567\"><a href=\"#cocktails\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Cocktails<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-383\"><a href=\"#vini\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Wines<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5a59725 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"5a59725\" data-element_type=\"container\" id=\"burger\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cad72e2 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"cad72e2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-376cf46 elementor-widget elementor-widget-heading\" data-id=\"376cf46\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Burger<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-53a7a89 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"53a7a89\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11d8449 elementor-widget elementor-widget-image\" data-id=\"11d8449\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1000\" height=\"927\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2026\/03\/LoveBurger.png\" class=\"attachment-full size-full wp-image-912\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2026\/03\/LoveBurger.png 1000w, https:\/\/mamacri.it\/wp-content\/uploads\/2026\/03\/LoveBurger-300x278.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2026\/03\/LoveBurger-768x712.png 768w, https:\/\/mamacri.it\/wp-content\/uploads\/2026\/03\/LoveBurger-13x12.png 13w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c05f10a e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"c05f10a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0ea67df elementor-widget elementor-widget-heading\" data-id=\"0ea67df\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Special - Love Burger<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f9aeb4 elementor-widget elementor-widget-heading\" data-id=\"3f9aeb4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>19<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1a0b8f4 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"1a0b8f4\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0a3c437 elementor-widget elementor-widget-text-editor\" data-id=\"0a3c437\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"font-weight: 400;\">Sesame buns, pulled pork, sun-dried tomato, onion, lettuce, hamburger and double cheddar<br \/><strong>accompanied by french fries<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a900813 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"a900813\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c73fc5 elementor-widget elementor-widget-image\" data-id=\"7c73fc5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"900\" height=\"824\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/1-CrazyBurgher.png\" class=\"attachment-full size-full wp-image-226\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/1-CrazyBurgher.png 900w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/1-CrazyBurgher-300x275.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/1-CrazyBurgher-768x703.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d1370d5 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"d1370d5\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f470338 elementor-widget elementor-widget-heading\" data-id=\"f470338\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">01-Crazy Burger<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ce50327 elementor-widget elementor-widget-heading\" data-id=\"ce50327\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>17<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c0d21c8 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"c0d21c8\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd6aa25 elementor-widget elementor-widget-text-editor\" data-id=\"dd6aa25\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"font-weight: 400;\">Buns Mamacri, Piedmontese hamburger, egg, cheddar cheese, bacon, tomato, lettuce, BBQ sauce<br \/><strong>accompanied by french fries<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aaf893a e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"aaf893a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 2600 131.1\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bba332a elementor-widget elementor-widget-image\" data-id=\"bba332a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"900\" height=\"756\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/2DirtyBurgher.png\" class=\"attachment-full size-full wp-image-228\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/2DirtyBurgher.png 900w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/2DirtyBurgher-300x252.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/2DirtyBurgher-768x645.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e8d1ace e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"e8d1ace\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-abb34e2 elementor-widget elementor-widget-heading\" data-id=\"abb34e2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">02-Dirty Burger<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a40a16 elementor-widget elementor-widget-heading\" data-id=\"3a40a16\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>17<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c983ce9 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"c983ce9\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8925f73 elementor-widget elementor-widget-text-editor\" data-id=\"8925f73\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"font-weight: 400;\">Classic buns, Piedmontese hamburger, grilled tomino cheese, lard, rocket and mustard<br \/><strong>accompanied by french fries<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1870c38 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"1870c38\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 2600 131.1\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-480507a elementor-widget elementor-widget-image\" data-id=\"480507a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"732\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/3MonkeyBurgher.png\" class=\"attachment-full size-full wp-image-232\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/3MonkeyBurgher.png 900w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/3MonkeyBurgher-300x244.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/3MonkeyBurgher-768x625.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fe8e8ed e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"fe8e8ed\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca0ffed elementor-widget elementor-widget-heading\" data-id=\"ca0ffed\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">03-Monkey Burger<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-add1507 elementor-widget elementor-widget-heading\" data-id=\"add1507\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>16<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-86bd0bf e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"86bd0bf\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5853ce5 elementor-widget elementor-widget-text-editor\" data-id=\"5853ce5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"font-weight: 400;\">Buns Mamacri, Piedmontese hamburger, caramelized onion, crispy bacon, truffle cream, cheese and pepper sauce<br \/><strong>accompanied by french fries<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9e8b9b9 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"9e8b9b9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 2600 131.1\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a32e269 elementor-widget elementor-widget-image\" data-id=\"a32e269\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"754\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/4HipPop90-Burgher.png\" class=\"attachment-full size-full wp-image-241\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/4HipPop90-Burgher.png 900w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/4HipPop90-Burgher-300x251.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/4HipPop90-Burgher-768x643.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3883d41 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"3883d41\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-439b4bf elementor-widget elementor-widget-heading\" data-id=\"439b4bf\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">04-Hip-Hop 90' Burger<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-71e015c elementor-widget elementor-widget-heading\" data-id=\"71e015c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>16<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a9d9948 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"a9d9948\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cd7f900 elementor-widget elementor-widget-text-editor\" data-id=\"cd7f900\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"page\" title=\"Page 3\"><div class=\"section\"><div class=\"layoutArea\"><div class=\"column\"><p style=\"font-weight: 400;\">Mamacri Buns, Piedmontese hamburger, double cheddar cheese, grilled peppers, raw red onion, \u2018nduja spicy sauce<br \/><strong>accompanied by french fries<\/strong><\/p><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ef1e836 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"ef1e836\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 2600 131.1\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e45f123 elementor-widget elementor-widget-image\" data-id=\"e45f123\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"800\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/5AngelBurgher.png\" class=\"attachment-full size-full wp-image-245\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/5AngelBurgher.png 900w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/5AngelBurgher-300x267.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/5AngelBurgher-768x683.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c0ac7cc e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"c0ac7cc\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0520208 elementor-widget elementor-widget-heading\" data-id=\"0520208\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">05-Angel Burger<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e0a2c90 elementor-widget elementor-widget-heading\" data-id=\"e0a2c90\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>23<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0b49239 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"0b49239\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f088d7 elementor-widget elementor-widget-text-editor\" data-id=\"1f088d7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"page\" title=\"Page 3\"><div class=\"section\"><div class=\"layoutArea\"><div class=\"column\"><div class=\"page\" title=\"Page 5\"><div class=\"section\"><div class=\"layoutArea\"><div class=\"column\"><p style=\"font-weight: 400;\">Classic buns, double Piedmontese hamburger, double crispy bacon, double cheddar cheese, caramelized onion, egg, tomato, lettuce, mayonnaise, ketchup<br \/><strong>accompanied by french fries<\/strong><\/p><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c474b8b e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"c474b8b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 2600 131.1\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7620012 elementor-widget elementor-widget-image\" data-id=\"7620012\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"827\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/6GodBurgher.png\" class=\"attachment-full size-full wp-image-246\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/6GodBurgher.png 900w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/6GodBurgher-300x276.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/6GodBurgher-768x706.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7fe88c2 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"7fe88c2\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-008b3ab elementor-widget elementor-widget-heading\" data-id=\"008b3ab\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">06-God Burger<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-96b9088 elementor-widget elementor-widget-heading\" data-id=\"96b9088\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>20<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-42d65cc e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"42d65cc\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bc08d30 elementor-widget elementor-widget-text-editor\" data-id=\"bc08d30\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Buns Mamacri, Piedmontese hamburger, Cri pastrami, scamorza cheese, stracciatella cheese, dried tomato, aubergine chips, 'nduja spicy sauce<br \/><strong>accompanied by french fries<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a38db9c e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"a38db9c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 2600 131.1\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ce65049 elementor-widget elementor-widget-image\" data-id=\"ce65049\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"736\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/7LegendaryBurgher.png\" class=\"attachment-full size-full wp-image-247\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/7LegendaryBurgher.png 900w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/7LegendaryBurgher-300x245.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/7LegendaryBurgher-768x628.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e83b99c e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"e83b99c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54dab17 elementor-widget elementor-widget-heading\" data-id=\"54dab17\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">07-17.08.59 Legendary Burger<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-29c1ba7 elementor-widget elementor-widget-heading\" data-id=\"29c1ba7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>19<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e6bc242 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"e6bc242\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f649ab elementor-widget elementor-widget-text-editor\" data-id=\"0f649ab\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"page\" title=\"Page 3\"><div class=\"section\"><div class=\"layoutArea\"><div class=\"column\"><div class=\"page\" title=\"Page 5\"><div class=\"section\"><div class=\"layoutArea\"><div class=\"column\"><div class=\"page\" title=\"Page 6\"><div class=\"section\"><div class=\"layoutArea\"><div class=\"column\"><div class=\"page\" title=\"Page 7\"><div class=\"section\"><div class=\"layoutArea\"><div class=\"column\"><p style=\"font-weight: 400;\">Buns Mamacri, Piedmontese hamburger, cheddar cheese, caramelized onion, gherkin, crispy bacon, tomato, lettuce, mayonnaise, ketchup<br \/><strong>accompanied by french fries<\/strong><\/p><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-968257e e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"968257e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 2600 131.1\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b0dc1a2 elementor-widget elementor-widget-image\" data-id=\"b0dc1a2\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"777\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/8AveBurgher.png\" class=\"attachment-full size-full wp-image-248\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/8AveBurgher.png 900w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/8AveBurgher-300x259.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/8AveBurgher-768x663.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-97d5e94 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"97d5e94\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6cc0a9a elementor-widget elementor-widget-heading\" data-id=\"6cc0a9a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">08-Ave Burger<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9fade4d elementor-widget elementor-widget-heading\" data-id=\"9fade4d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac 22<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7b98cc2 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"7b98cc2\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9f6c3c8 elementor-widget elementor-widget-text-editor\" data-id=\"9f6c3c8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Classic buns, double Piedmontese hamburger, bacon cooked at low temperature, egg, rocket, truffle cream, parmesan cheese cream<br \/><strong>accompanied by french fries<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-556bded e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"556bded\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 2600 131.1\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e715327 elementor-widget elementor-widget-image\" data-id=\"e715327\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"771\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/9KingBurgher.png\" class=\"attachment-full size-full wp-image-249\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/9KingBurgher.png 900w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/9KingBurgher-300x257.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/9KingBurgher-768x658.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-342ca54 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"342ca54\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5adecca elementor-widget elementor-widget-heading\" data-id=\"5adecca\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">09-King Burger<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01dd8dd elementor-widget elementor-widget-heading\" data-id=\"01dd8dd\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>17<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f84635c e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"f84635c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-94e2d54 elementor-widget elementor-widget-text-editor\" data-id=\"94e2d54\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"page\" title=\"Page 9\"><div class=\"section\"><div class=\"layoutArea\"><div class=\"column\"><p style=\"font-weight: 400;\">Classic buns, Piedmontese hamburger, bacon cooked at low temperature, egg, grated pecorino cheese, artichoke cream, \u201ccacio cheese e pepe\" sauce<br \/><strong>accompanied by french fries<\/strong><\/p><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d74f7b1 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"d74f7b1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 2600 131.1\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e88f9f6 elementor-widget elementor-widget-image\" data-id=\"e88f9f6\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"852\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/10ParrotBurgher.png\" class=\"attachment-full size-full wp-image-250\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/10ParrotBurgher.png 900w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/10ParrotBurgher-300x284.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/10ParrotBurgher-768x727.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7d7f92c e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"7d7f92c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-63d9c28 elementor-widget elementor-widget-heading\" data-id=\"63d9c28\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">10-Parrot Burger<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3dca6ca elementor-widget elementor-widget-heading\" data-id=\"3dca6ca\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>19<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-26768cb e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"26768cb\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-907da87 elementor-widget elementor-widget-text-editor\" data-id=\"907da87\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"page\" title=\"Page 9\"><div class=\"section\"><div class=\"layoutArea\"><div class=\"column\"><p style=\"font-weight: 400;\">Classic buns, Piedmontese hamburger, grilled tomino cheese, bacon cooked at low temperature, bacon chips, tomato, lettuce, BBQ sauce<br \/><strong>accompanied by french fries<\/strong><\/p><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6f49e1a e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"6f49e1a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 2600 131.1\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ef2b48 elementor-widget elementor-widget-image\" data-id=\"7ef2b48\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"771\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/11NigerBurgher.png\" class=\"attachment-full size-full wp-image-251\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/11NigerBurgher.png 900w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/11NigerBurgher-300x257.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/11NigerBurgher-768x658.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f8164f2 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"f8164f2\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32cc0e3 elementor-widget elementor-widget-heading\" data-id=\"32cc0e3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">11-Niger Burger<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b1df2f8 elementor-widget elementor-widget-heading\" data-id=\"b1df2f8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>18<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f3c1bb3 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"f3c1bb3\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-efeff24 elementor-widget elementor-widget-text-editor\" data-id=\"efeff24\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"page\" title=\"Page 9\"><div class=\"section\"><div class=\"layoutArea\"><div class=\"column\"><p style=\"font-weight: 400;\">Classic buns, Piedmontese hamburger, pulled turkey, stracciatella, red onion, dried tomato, lettuce, guacamole sauce<br \/><strong>accompanied by french fries<\/strong><\/p><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0c330be e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"0c330be\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 2600 131.1\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f906e5a elementor-widget elementor-widget-image\" data-id=\"f906e5a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"827\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/12HardBurgher.png\" class=\"attachment-full size-full wp-image-252\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/12HardBurgher.png 900w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/12HardBurgher-300x276.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/12HardBurgher-768x706.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-74cb657 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"74cb657\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-90633e3 elementor-widget elementor-widget-heading\" data-id=\"90633e3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">12-Hard Burger<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-603061f elementor-widget elementor-widget-heading\" data-id=\"603061f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>18<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-adf28b6 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"adf28b6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1172f09 elementor-widget elementor-widget-text-editor\" data-id=\"1172f09\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Buns Mamacri, Piedmontese hamburger, pulled turkey, scamorza, dried tomato, pistachio sauce<\/p><p><strong>accompanied by french fries<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c86b19f e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"c86b19f\" data-element_type=\"container\" id=\"chicken\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d6852d1 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"d6852d1\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-46231f7 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"46231f7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d1001c elementor-widget elementor-widget-heading\" data-id=\"2d1001c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Chicken Burger<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-10d8ee0 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"10d8ee0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1b7a0b elementor-widget elementor-widget-image\" data-id=\"c1b7a0b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"700\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Chicken-Burger-1.png\" class=\"attachment-full size-full wp-image-253\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Chicken-Burger-1.png 900w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Chicken-Burger-1-300x233.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Chicken-Burger-1-768x597.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f84a71f e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"f84a71f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1189ce6 elementor-widget elementor-widget-heading\" data-id=\"1189ce6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">001-Chick-Euphoria<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2dfbc4c elementor-widget elementor-widget-heading\" data-id=\"2dfbc4c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>18<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4c93f21 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"4c93f21\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-82c0f03 elementor-widget elementor-widget-text-editor\" data-id=\"82c0f03\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"font-weight: 400;\">Classic buns, breaded chicken steak, bacon cooked at low temperature, double scamorza cheese, caramelized onion, 'nduja spicy sauce<br \/><strong>accompanied by french fries<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d4e5b64 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"d4e5b64\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 2600 131.1\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad82225 elementor-widget elementor-widget-image\" data-id=\"ad82225\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"775\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Chicken-Burger-2.png\" class=\"attachment-full size-full wp-image-254\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Chicken-Burger-2.png 900w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Chicken-Burger-2-300x258.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Chicken-Burger-2-768x661.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-751b6f8 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"751b6f8\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c2514bb elementor-widget elementor-widget-heading\" data-id=\"c2514bb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">002-Chick-Golden<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8b30677 elementor-widget elementor-widget-heading\" data-id=\"8b30677\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>18<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ed70501 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"ed70501\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a6fe0f elementor-widget elementor-widget-text-editor\" data-id=\"7a6fe0f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"font-weight: 400;\">Classic buns, breaded chicken steak, pulled turkey, stracciatella cheese, red onion, dried tomato, lettuce, avocado sauce<br \/><strong>accompanied by french fries<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ee6ee02 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"ee6ee02\" data-element_type=\"container\" id=\"porkburg\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cab509c e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"cab509c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-485f4de elementor-widget elementor-widget-heading\" data-id=\"485f4de\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Pork Burger<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e26108a e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"e26108a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-edba486 elementor-widget elementor-widget-image\" data-id=\"edba486\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"781\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Pork-Burgher1.png\" class=\"attachment-full size-full wp-image-255\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Pork-Burgher1.png 900w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Pork-Burgher1-300x260.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Pork-Burgher1-768x666.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7fba04a e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"7fba04a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0450df8 elementor-widget elementor-widget-heading\" data-id=\"0450df8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">003-Hambub\u00f9<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-501a91d elementor-widget elementor-widget-heading\" data-id=\"501a91d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>17<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e56dbee e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"e56dbee\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-00d3746 elementor-widget elementor-widget-text-editor\" data-id=\"00d3746\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"font-weight: 400;\">Buns Mamacri, pulled BBQ ribs, egg, crispy bacon, gherkin, caramelized onion, BBQ sauce<br \/><strong>accompanied by french fries<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4b16f13 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"4b16f13\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 2600 131.1\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d90af5 elementor-widget elementor-widget-image\" data-id=\"2d90af5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"764\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Pork-Burgher2.png\" class=\"attachment-full size-full wp-image-256\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Pork-Burgher2.png 900w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Pork-Burgher2-300x255.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Pork-Burgher2-768x652.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-46b90d3 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"46b90d3\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb41949 elementor-widget elementor-widget-heading\" data-id=\"fb41949\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">004-Stibub\u00f9<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4bc4c06 elementor-widget elementor-widget-heading\" data-id=\"4bc4c06\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>18<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1c699f5 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"1c699f5\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5c279e elementor-widget elementor-widget-text-editor\" data-id=\"c5c279e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"font-weight: 400;\">Classic buns, pork shank, cheddar cheese, grated pecorino, rocket, mustard<br \/><strong>accompanied by french fries<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dc3f8ed e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"dc3f8ed\" data-element_type=\"container\" id=\"vegghy\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-45e62ce e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"45e62ce\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-237646b elementor-widget elementor-widget-heading\" data-id=\"237646b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Veggie Burger<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9cd82c6 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"9cd82c6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b614029 elementor-widget elementor-widget-image\" data-id=\"b614029\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"748\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Vegghy-Burgher.png\" class=\"attachment-full size-full wp-image-258\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Vegghy-Burgher.png 900w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Vegghy-Burgher-300x249.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/06\/Vegghy-Burgher-768x638.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-da9dadf e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"da9dadf\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29c9228 elementor-widget elementor-widget-heading\" data-id=\"29c9228\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">005-Buddha<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-619350b elementor-widget elementor-widget-heading\" data-id=\"619350b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>22<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e9ad4db e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"e9ad4db\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b241794 elementor-widget elementor-widget-text-editor\" data-id=\"b241794\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"font-weight: 400;\">Classic buns, veggie hamburger, veggy cheese, caramelized onion, tomato, lettuce, BBQ sauce\u00a0<br \/><strong>accompanied by french fries<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-14d4325 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"14d4325\" data-element_type=\"container\" id=\"insalatone\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-072da7e e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"072da7e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c37f009 elementor-widget elementor-widget-heading\" data-id=\"c37f009\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Salad<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a5855f9 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"a5855f9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8dc0dc7 elementor-widget elementor-widget-image\" data-id=\"8dc0dc7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"529\" height=\"432\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/04\/35-350469_caesar-salad.png\" class=\"attachment-full size-full wp-image-185\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/04\/35-350469_caesar-salad.png 529w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/04\/35-350469_caesar-salad-300x245.png 300w\" sizes=\"(max-width: 529px) 100vw, 529px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9e2227c e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"9e2227c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e1385f elementor-widget elementor-widget-heading\" data-id=\"1e1385f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Cesar Salad<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ab451ce elementor-widget elementor-widget-heading\" data-id=\"ab451ce\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>18<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-80f1b73 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"80f1b73\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ac1ff8a elementor-widget elementor-widget-text-editor\" data-id=\"ac1ff8a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"font-weight: 400;\">Chicken breast, lettuce, carrots, bread, Grana Padano cheese, pickled gherkins<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-10d01f8 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"10d01f8\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 2600 131.1\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-380ff34 elementor-widget elementor-widget-image\" data-id=\"380ff34\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"609\" src=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/04\/cesar-2.png\" class=\"attachment-full size-full wp-image-199\" alt=\"\" srcset=\"https:\/\/mamacri.it\/wp-content\/uploads\/2024\/04\/cesar-2.png 800w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/04\/cesar-2-300x228.png 300w, https:\/\/mamacri.it\/wp-content\/uploads\/2024\/04\/cesar-2-768x585.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-06679a6 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"06679a6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab90499 elementor-widget elementor-widget-heading\" data-id=\"ab90499\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Caprese Salad<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e889af2 elementor-widget elementor-widget-heading\" data-id=\"e889af2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u20ac <b>16<\/b><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-df2eb6f elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"df2eb6f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-061f7ff elementor-widget elementor-widget-text-editor\" data-id=\"061f7ff\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"font-weight: 400;\">Tomato, buffalo mozzarella<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-517db30 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"517db30\" data-element_type=\"container\" id=\"stuzzicherie\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5680be5 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"5680be5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-06defc1 elementor-widget elementor-widget-heading\" data-id=\"06defc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">APPETIZER<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63244d8 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"63244d8\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1080af5 elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"1080af5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Chicken Nuggets<\/strong><\/p><p><strong>Cheese Krok<\/strong><\/p><p><strong>Chips fries<\/strong><\/p><p><strong>Cheddar and bacon chips fries<\/strong><\/p><p><strong>\u201cCacio e Pepe\u201d chips fries<\/strong><\/p><p><strong><b>Vulcanic Chicken Wings<\/b><\/strong><\/p><p><strong>Pork Meat Balls<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a1ae735 elementor-widget elementor-widget-text-editor\" data-id=\"a1ae735\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u20ac 9<\/p><p>\u20ac 8<\/p><p>\u20ac 6<\/p><p>\u20ac 8<\/p><p>\u20ac 8<\/p><p>\u20ac 10<\/p><p>\u20ac 8<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9ca9e63 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"9ca9e63\" data-element_type=\"container\" id=\"birre\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-434a5e9 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"434a5e9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c02b3f elementor-widget elementor-widget-heading\" data-id=\"0c02b3f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">BEERS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3c33f39 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"3c33f39\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e5f270 elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3e5f270\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><b>0,2 cl \u2013 Small<\/b><\/p><p><strong>0,4 cl \u2013 Medium<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d3f2d59 elementor-widget elementor-widget-text-editor\" data-id=\"d3f2d59\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u20ac 5<\/p><p>\u20ac 9<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c7270e8 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"c7270e8\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-95806b0 elementor-widget-mobile__width-auto elementor-widget elementor-widget-text-editor\" data-id=\"95806b0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div><b>Poretti 4 luppoli Lager<\/b><\/div><div><b>Poretti 6 luppoli Bock rossa\u00a0<\/b><\/div><div><b>Poretti 9 luppoli IPA\u00a0<\/b><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b768e60 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"b768e60\" data-element_type=\"container\" id=\"bibite\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63677dd e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"63677dd\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-be0e050 elementor-widget elementor-widget-heading\" data-id=\"be0e050\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">DRINKS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-26f273b e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"26f273b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b5f5ec elementor-widget elementor-widget-text-editor\" data-id=\"8b5f5ec\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>33 cl glass bottle<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9c07385 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"9c07385\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bd41ea1 elementor-widget elementor-widget-text-editor\" data-id=\"bd41ea1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Coca-Cola<\/strong><\/p><p><strong>Coca Zero<\/strong><\/p><p><strong>Sprite<\/strong><\/p><p><strong>Fanta<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-696ba0d elementor-widget elementor-widget-text-editor\" data-id=\"696ba0d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u20ac 5<\/p><p>\u20ac 5<\/p><p>\u20ac 5<\/p><p>\u20ac 5<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-707487a e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"707487a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3dc3f55 elementor-widget elementor-widget-text-editor\" data-id=\"3dc3f55\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>ACQUA 0,5 lt<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0591fc1 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"0591fc1\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3359f61 elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3359f61\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div><b>Natural<\/b><\/div><div><b>Medium sparkling water<\/b><\/div><div><b>Sparkling water<\/b><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d26bcc elementor-widget elementor-widget-text-editor\" data-id=\"2d26bcc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u20ac 3<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-040d026 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"040d026\" data-element_type=\"container\" id=\"caffetteria\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c0ff06e e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"c0ff06e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d3ad859 elementor-widget elementor-widget-heading\" data-id=\"d3ad859\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">COFFEE BAR<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6ba0e71 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"6ba0e71\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e0162bc elementor-widget elementor-widget-text-editor\" data-id=\"e0162bc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><b>Espresso coffee<\/b><\/p><p><b>Decaffeinated espresso coffee<\/b><\/p><p><b>Cappuccino<\/b><\/p><p><b>American coffee\u00a0<\/b><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5664528 elementor-widget elementor-widget-text-editor\" data-id=\"5664528\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u20ac 2<\/p><p>\u20ac 2<\/p><p>\u20ac 3<\/p><p>\u20ac 3<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2f1b4f3 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"2f1b4f3\" data-element_type=\"container\" id=\"cocktails\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-df63fa7 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"df63fa7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-498c947 elementor-widget elementor-widget-heading\" data-id=\"498c947\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">COCKTAILS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a3c76a5 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"a3c76a5\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6239fab elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"6239fab\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Aperol Spritz<\/strong><\/p><p><strong>Campari Spritz<\/strong><\/p><p><strong>Limoncello Spritz<\/strong><\/p><p><strong>Gin tonic<\/strong><\/p><p><strong>Digestives<\/strong><br \/><span style=\"font-size: 12px;\">(ask our staff)<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7acb0ee elementor-widget elementor-widget-text-editor\" data-id=\"7acb0ee\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u20ac 10<\/p><p>\u20ac 10<\/p><p>\u20ac 10<\/p><p>\u20ac 12<\/p><p>from \u20ac4 to \u20ac9<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ec3a31d e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"ec3a31d\" data-element_type=\"container\" id=\"vini\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8eb7c05 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"8eb7c05\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-583bfc0 elementor-widget elementor-widget-heading\" data-id=\"583bfc0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">WINES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-97c83d9 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"97c83d9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26aebed elementor-widget elementor-widget-text-editor\" data-id=\"26aebed\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h4>Sparkling Wine<\/h4><p><b>Prosecco di Valdobbiadene Brut Docg &#8220;San Boldo&#8221;<\/b><br \/>Marsuret &#8211; Guia (TV)<br \/>\u20ac35<\/p><p><b>Franciacorta Brut Docg &#8220;Conte di Provaglio&#8221;<\/b><br \/>Ziliani Chiara &#8211; Provaglio D&#8217;Iseo (BS)<br \/>\u20ac65<\/p><h4>White Piedmont Wine<\/h4><p><b>Gavi di Gavi Docg<\/b><br \/>Il Rocchin &#8211; Gavi (AL)<br \/>\u20ac30<\/p><h4>South Tyrol White Wine<\/h4><p><b>Gewurztraminer A.A. Doc<\/b><br \/>Tramin &#8211; Termeno (BZ)<br \/>\u20ac42<\/p><h4>Friuli Venezia Giulia White Wine<\/h4><p><b>Chardonnay Friuli Doc &#8220;Andritz&#8221;<\/b><br \/>Sturm &#8211; Cormons (GO)<br \/>\u20ac45<\/p><p><b>Pinot Grigio Doc Collio &#8220;Mongris&#8221;<\/b><br \/>Marco Felluga &#8211; Gradisca D&#8217;Isonzo (GO)<br \/>\u20ac45<\/p><p><b>Ribolla Gialla Doc Collio<\/b><br \/>Cormons &#8211; Cormons (GO)<br \/>\u20ac33<\/p><h4>Campania White Wine<\/h4><p><b>Falanghina Sannio Doc<\/b><br \/>La Guardiense &#8211; Guardia Sanframondi (BN)<br \/>\u20ac33<\/p><h4>Marche White Wine<\/h4><p><b>Pecorino Terre di Chieti Igp<\/b><br \/>Cantine Belisario &#8211; Matelica (MC)<br \/>\u20ac30<\/p><p><b>Verdicchio di Matelica Riserva Docg &#8220;Cambrugiano&#8221;<\/b><br \/>Cantine Belisario &#8211; Matelica (MC)<br \/>\u20ac50<\/p><h4>Sardinia White Wine<\/h4><p><b>Vermentino di Gallura Superiore Docg &#8220;Kintari&#8221;<\/b><br \/>Saraja &#8211; Telti (SS)<br \/>\u20ac35<\/p><h4>Sicily White Wine<\/h4><p><b>Grillo Dop\u00a0<br \/><\/b><span style=\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 1rem; text-align: var(--text-align);\">Molino a Vento &#8211; Gibellina (TP)<br \/><\/span>\u20ac30<\/p><h4>Piedmont Red Wine<\/h4><p><b>Barbera d&#8217;Alba Doc<\/b><br \/>Marchisio Tonino &#8211; Castellinaldo (CN)<br \/>\u20ac30<\/p><p><b>Barbera d&#8217;Asti Docg &#8220;4 Sorelle&#8221;<\/b><br \/>Bersano &#8211; Nizza Monferrato (AT)<br \/>\u20ac30<\/p><p><b>Nebbiolo d&#8217;Alba &#8220;S\u00f2t&#8221;<\/b><br \/>Pelassa Mario &#8211; Mont\u00e0 d&#8217;Alba (CN)<br \/>\u20ac35<\/p><h4>Friuli Venezia Giulia Red Wine<\/h4><p><b>Merlot Doc Collio<\/b><br \/>Cantina Produttori Cormons &#8211; Cormons (GO)<br \/>\u20ac32<\/p><h4>South Tyrol Red wine<\/h4><p><b>Lagrein A.A. Doc<\/b><br \/>Girlan &#8211; Cornaiano (BZ)<br \/>\u20ac33<\/p><p><b>Pinot Nero A.A. Doc<\/b><br \/>Colterenzio &#8211; Appiano (BZ)<br \/>\u20ac40<\/p><h4>Tuscany Red Wine<\/h4><p><b>Maremma Toscana Doc Cabernet &#8220;Terre More&#8221;<\/b><br \/>Marches D\u00e8 Frescobaldi &#8211; Firenze (FI)<br \/>\u20ac33<\/p><p><b>Chianti Classico Docg Riserva &#8220;Nipozzano&#8221;<\/b><br \/>Marchesi D\u00e8 Frescobaldi &#8211; Firenze (FI)<br \/>\u20ac43<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a3b3c8f e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"a3b3c8f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-11aee91 elementor-widget elementor-widget-heading\" data-id=\"11aee91\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Allergens<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ff93f8 elementor-widget elementor-widget-text-editor\" data-id=\"5ff93f8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Customers are informed that in this establishment foods are administered that may contain some types of allergens or their traces. Inquire with the staff.<\/p><p>Please note that in this restaurant, for food safety, only foods that have undergone the process of blast chilling and maintenance at negative temperatures are served, with the exception of cured meats, cheeses, vegetables and some other products.<i><\/i><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12009db elementor-widget elementor-widget-heading\" data-id=\"12009db\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hours<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-818e418 elementor-widget elementor-widget-text-editor\" data-id=\"818e418\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h5><strong>12<\/strong>:00 &#8211; <strong>15<\/strong>:00 \/<strong> 18<\/strong>:00 &#8211; <strong>23<\/strong>:30<\/h5>\n<p><em><i>The variations requested on the ingredients of the dishes will result in an increase in price<\/i><\/em><\/p><p><em style=\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; text-align: var(--text-align); font-size: 1rem;\"><i>Service 1,5 Euro<\/i><\/em><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d86a239 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"d86a239\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a35049 wpr-stt-btn-align-fixed wpr-stt-btn-align-fixed-right elementor-widget elementor-widget-wpr-back-to-top\" data-id=\"5a35049\" data-element_type=\"widget\" data-widget_type=\"wpr-back-to-top.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wpr-stt-wrapper\"><div class='wpr-stt-btn' data-settings='{&quot;animation&quot;:&quot;fade&quot;,&quot;animationOffset&quot;:&quot;0&quot;,&quot;animationDuration&quot;:&quot;200&quot;,&quot;fixed&quot;:&quot;fixed&quot;,&quot;scrolAnim&quot;:&quot;800&quot;}'><span class=\"wpr-stt-icon\"><svg class=\"e-font-icon-svg e-fas-chevron-up\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"><\/path><\/svg><\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b316e9f e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"b316e9f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>MAMACRI Burger Style Burger Special &#8211; Love Burger \u20ac 19 Buns al sesamo, pullerd pork, pomodoro secco, cipolla, lattuga, hamburger e doppio cheddaraccompagnato da patatine 01-Crazy Burger \u20ac 17 Buns Mamacri, hamburger razza Piemontese, uovo, formaggio cheddar, bacon, pomodoro, lattuga, BBQ sauceaccompagnato da patatine 02-Dirty Burger \u20ac 17 Classic buns, hamburger razza Piemontese, tomino grigliato, lardo, rucola e senape anticaaccompagnato da patatine 03-Monkey Burger \u20ac 16 Buns Mamacri, hamburger razza Piemontese, cipolla caramellata, guanciale crispy, crema al tartufo, salsa cacio e pepeaccompagnato da patatine 04-Hip-Hop 90&#8242; Burger \u20ac 16 Buns Mamacri, hamburger razza Piemontese, doppio cheddar, peperoni grigliati, cipolla rossa a crudo, salsa \u2018nduja piccanteaccompagnato da patatine 05-Angel Burger \u20ac 23 Classic buns, doppio hamburger razza Piemontese, doppio bacon croccante, doppio cheddar, cipolla caramellata, uovo, pomodoro, lattuga, maionese, ketchupaccompagnato da patatine 06-God Burger \u20ac 20 Buns Mamacri, hamburger razza Piemontese, prosciutto cotto grigliato, scamorza, stracciatella, pomodoro secco, chips di melanzana, salsa \u2018nduja piccanteaccompagnato da patatine 07-17.08.59 Legendary Burger \u20ac 19 Buns Mamacri, hamburger razza Piemontese, formaggio cheddar, cipolla caramellata, cetriolino, bacon croccante, pomodoro, lattuga, maionese, ketchupaccompagnato da patatine 08-Ave Burger \u20ac 22 Classic buns, doppio hamburger razza Piemontese, guanciale cotto a bassa temperatura, uovo, rucola, crema al tartufo, crema di granaaccompagnato da patatine 09-King Burger \u20ac 17 Classic buns, hamburger razza Piemontese, guanciale cotto a bassa temperatura, uova, pecorino grattugiato, crema al carciofo, salsa cacio e pepeaccompagnato da patatine 10-Parrot Burger \u20ac 19 Classic buns, hamburger razza Piemontese, tomino grigliato, guanciale cotto a bassa temperatura, chips di guanciale, pomodoro, lattuga, BBQ sauceaccompagnato da patatine 11-Niger Burger \u20ac 18 Classic buns, hamburger razza Piemontese, pulled turkey, stracciatella, cipolla rossa, pomodoro secco, lattuga, salsa guacamoleaccompagnato da patatine 12-Hard Burger \u20ac 18 Buns Mamacri, hamburger razza piemontese, pulled turkey, scamorza, pomodoro secco, salsa al pistacchio accompagnato da patatine Chicken Burger 001-Chick-Euphoria \u20ac 18 Classic buns, bistecca di pollo impanata, guanciale cotto a bassa temperatura, doppia scamorza, cipolla caramellata, salsa \u2018nduja piccanteaccompagnato da patatine 002-Chick-Golden \u20ac 18 Classic buns, bistecca di pollo impanata, pulled turkey, stracciatella, cipolla rossa, pomodoro secco, lattuga, salsa avocadoaccompagnato da patatine Pork Burger 003-Hambub\u00f9 \u20ac 17 Buns Mamacri, ribs BBQ sfilacciata, uovo, bacon croccante, cetriolino, cipolla caramellata, BBQ sauceaccompagnato da patatine 004-Stibub\u00f9 \u20ac 18 Classic buns, pork shank, formaggio cheddar, pecorino grattugiato, rucola, senapeaccompagnato da patatine Veggie Burger 005-Buddha \u20ac 22 Classic buns, hamburger vegghy, formaggio vegghy, cipolla caramellata, pomodoro, lattuga, BBQ sauce\u00a0accompagnato da patatine Insalatone Cesar Salad \u20ac 18 Petto di pollo, lattuga, carote, pane, Grana Padano, cetriolini sottoaceto Caprese Salad \u20ac 16 Pomodoro, mozzarella di bufala STUZZICHERIE Naggy di pollo Cheese Krok Patatine fritte Patate fritte cheddar e bacon Patate fritte cacio e pepe Vulcanic Chicken Wings Pork Meat Balls \u20ac 9 \u20ac 8 \u20ac 6 \u20ac 8 \u20ac 8 \u20ac 10 \u20ac 8 BIRRE 0,2 cl &#8211; Piccola 0,4 cl &#8211; Media \u20ac 5 \u20ac 9 Poretti 4 luppoli LagerPoretti 6 luppoli Bock rossa\u00a0Poretti 9 luppoli IPA\u00a0 BIBITE Bottiglia di vetro da 33 cl. Coca-Cola Coca Zero Sprite Fanta \u20ac 5 \u20ac 5 \u20ac 5 \u20ac 5 ACQUA 0,5 lt NaturaleLeggermente gasataGasata \u20ac 3 CAFFETTERIA Caff\u00e8 espresso Caff\u00e8 espresso decaffeinato Cappuccino Caff\u00e8 americano\u00a0 \u20ac 2 \u20ac 2 \u20ac 3 \u20ac 3 COCKTAILS Aperol Spritz Campari Spritz Limoncello Spritz Gin tonic I digestivi(chiedi al nostro personale) \u20ac 10 \u20ac 10 \u20ac 10 \u20ac 12 da \u20ac 4 a \u20ac 9 VINI Le Bollicine Prosecco di Valdobbiadene Brut Docg &#8220;San Boldo&#8221;Marsuret &#8211; Guia (TV)\u20ac35 Franciacorta Brut Docg &#8220;Conte di Provaglio&#8221;Ziliani Chiara &#8211; Provaglio D&#8217;Iseo (BS)\u20ac65 Vini Bianchi &#8211; Piemonte Gavi di Gavi DocgIl Rocchin &#8211; Gavi (AL)\u20ac30 Vini Bianchi &#8211; Alto Adige Gewurztraminer A.A. DocTramin &#8211; Termeno (BZ)\u20ac42 Vini Bianchi &#8211; Friuli Venezia Giulia Chardonnay Friuli Doc &#8220;Andritz&#8221;Sturm &#8211; Cormons (GO)\u20ac45 Pinot Grigio Doc Collio &#8220;Mongris&#8221;Marco Felluga &#8211; Gradisca D&#8217;Isonzo (GO)\u20ac45 Ribolla Gialla Doc CollioCormons &#8211; Cormons (GO)\u20ac33 Vini Bianchi Bianchi &#8211; Campania Falanghina Sannio DocLa Guardiense &#8211; Guardia Sanframondi (BN)\u20ac33 Vini Bianchi &#8211; Marche Pecorino Terre di Chieti IgpCantine Belisario &#8211; Matelica (MC)\u20ac30 Verdicchio di Matelica Riserva Docg &#8220;Cambrugiano&#8221;Cantine Belisario &#8211; Matelica (MC)\u20ac50 Vini Bianchi &#8211; Sardegna Vermentino di Gallura Superiore Docg &#8220;Kintari&#8221;Saraja &#8211; Telti (SS)\u20ac35 Vini Bianchi &#8211; Sicilia Grillo Dop\u00a0Molino a Vento &#8211; Gibellina (TP)\u20ac30 Vini Rossi &#8211; Piemonte Barbera d&#8217;Alba DocMarchisio Tonino &#8211; Castellinaldo (CN)\u20ac30 Barbera d&#8217;Asti Docg &#8220;4 Sorelle&#8221;Bersano &#8211; Nizza Monferrato (AT)\u20ac30 Nebbiolo d&#8217;Alba &#8220;S\u00f2t&#8221;Pelassa Mario &#8211; Mont\u00e0 d&#8217;Alba (CN)\u20ac35 Vini Rossi &#8211; Friuli Venezia Giulia Merlot Doc CollioCantina Produttori Cormons &#8211; Cormons (GO)\u20ac32 Vini Rossi &#8211; Alto Adige Lagrein A.A. DocGirlan &#8211; Cornaiano (BZ)\u20ac33 Pinot Nero A.A. DocColterenzio &#8211; Appiano (BZ)\u20ac40 Vini Rossi -Toscana Maremma Toscana Doc Cabernet &#8220;Terre More&#8221;Marches D\u00e8 Frescobaldi &#8211; Firenze (FI)\u20ac33 Chianti Classico Docg Riserva &#8220;Nipozzano&#8221;Marchesi D\u00e8 Frescobaldi &#8211; Firenze (FI)\u20ac43 Allergeni Si informano i clienti che in questo esercizio vengono somministrati alimenti che possono contenere alcuni tipi di allergeni o le loro tracce. Informati con lo staff. Si informa che in questo ristorante, per sicurezza alimentare, si servono solo alimenti che hanno subito il processo di abbattimento e mantenimento a temperatura negativa, fatta eccezione per salumi, formaggi, verdure e alcuni altri prodotti. Orario 12:00 &#8211; 15:00 \/ 18:00 &#8211; 23:30 Le variazioni richieste sugli ingredienti dei piatti, comporteranno un aumento di prezzo. Service 1,5 Euro<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mamacri.it\/en\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mamacri.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mamacri.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mamacri.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mamacri.it\/en\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":544,"href":"https:\/\/mamacri.it\/en\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":915,"href":"https:\/\/mamacri.it\/en\/wp-json\/wp\/v2\/pages\/9\/revisions\/915"}],"wp:attachment":[{"href":"https:\/\/mamacri.it\/en\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}