:root {
  --main-color: #7cc223;
  --main-font-size: 1rem;
  --main-line-height: 22px;
  --font-family: Lato,sans-serif;
  --background-color: #fff;
  --background-lightgrey-color: #EBEFF2;
  --background-special-color: #ffd700;
  --text-color: #555;
  --link-color: #1779ba;
}
html{
    font-size: var(--main-font-size);
    line-height: var(--main-line-height);
}
html.text-zoom {
	--main-font-size: 120%!important;
	--main-line-height: 140%!important;
}
body{
    font-family: var(--font-family);
    background-color: var(--background-color);
    color: var(--text-color);
}
body.high-contrast {
--background-color: #000!important;
--background-lightgrey-color: #2c2b28!important;
--background-special-color: #b38100;
--text-color: #fff!important;
--main-color: #60961b;
}
body.readable-font {
--font-family: 'Arial', 'Verdana', sans-serif;
}
body.spaced-text,
body.spaced-text p,
body.spaced-text li,
body.spaced-text span,
body.spaced-text b,
body.spaced-text strong,
body.spaced-text h1,
body.spaced-text h2,
body.spaced-text h3,
body.spaced-text h4,
body.spaced-text h5,
body.spaced-text h6,
body.spaced-text button,
body.spaced-text input,
body.spaced-text textarea,
body.spaced-text select,
body.spaced-text ::placeholder {
  letter-spacing: 0.12em !important;
  word-spacing: 0.16em !important;
  line-height: 1.6 !important;
}
body.highlight-link a,
body.highlight-link a:visited,
body.highlight-link button,
body.highlight-link button:focus,
body.highlight-link [type="submit"],
body.highlight-link [type="button"],
body.highlight-link .button,
body.highlight-link .btn {
  outline: 2px solid var(--link-color)!important;
  outline-offset: 2px;
}

body.reduce-motion *,
body.reduce-motion *:before,
body.reduce-motion *:after {
transition: none !important;
animation: none !important;
}
body.high-contrast .bs-logo2x {
	filter: brightness(0%) invert(100%);
}

input::placeholder{
    color: #666;
}
.off-canvas-wrapper {
    overflow: initial;
}
.rotate-icon {
    transition: transform 0.3s ease;
    transform: rotate(90deg);
}
.header_container {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s ease, opacity 0.3s ease;
}
.header_container.scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 1;
}
#header{
    display:flex;
    gap: 30px;
    justify-content:space-between;
    align-items:center;
    height:72px;
    margin: auto;
    padding-right: .9375rem;
    padding-left: .9375rem;
	max-width: 75rem;
}
#header>a{
	flex: 1;
}
#header>div{
	flex: 4;
    display:flex;
    gap: 15px;
    justify-content:end;
}
#header-right{
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
}
#header-right .header-box.header-box-hidden-mobile{
    display:inline-block!important
}
#header-right #cashback .list-container{
    background: var(--main-color);
    color:#fff;
    font-size: 0.875rem;
    padding: 5px 10px;
    border-radius: 5px;
    min-width: 160px;
    text-align: center;
}
#header-right #profile .h6clone,
#header-right #profile h6{
    line-height:1.3em;
    font-family:"Varela Round", Sans-serif;
    font-weight:400
}
.header_top{
    border-top:1px solid #ccc
}
header_top .top-menu ul{
    margin:0;
    font-size: 0.875rem;
}
.header_top .top-menu ul li{
    display:inline-block;
    vertical-align:middle
}
.header_top ul li a{
    border:0;
    border-radius:0;
    color:var(--text-color);
    font-size: 0.875rem;
    display:inline-block;
    line-height:1
}
.page-cashback #orangebar a.lanza-menu,.page-cashback #orangebar button.lanza-menu,.page-cashback #orangebar a.lanza-menu.mobile,.page-cashback #orangebar button.lanza-menu.mobile,.page-cashback #orangebar.fixed #lastsearches a,.page-cashback #orangebar.fixed #lastsearches>span.empty{
    color:initial
}
.page-cashback #orangebar a:hover.lanza-menu,
.page-cashback #orangebar a:focus.lanza-menu,
.page-cashback #orangebar button:hover.lanza-menu,
.page-cashback #orangebar button:focus.lanza-menu{
    color:#6fae1f
}
#header .logo{
    background-image:url(/imgs/logo2.jpg);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:0 50%
}
#header .logo a{
    width:100%;
    height:100%;
    display:block;
    text-indent:-9999px
}
#search_top_container{
    width:calc(60% - 10px);
    max-width: 700px;
    display:flex;
    padding: 32px 0 8px;
    margin: auto;
}
.search_top {
	height:100%;
    height: auto;
    position:relative;
    margin:0;
    padding-bottom:0;
}
#orangebar.fixed  .search_top{
    margin:7px 0;
}
.page-cashback .search_top.inside_page button{
    height:56px
}
.page-cashback .search_top.menu_bar button{
    height:44px
}
#search_top_cashbackplus,#search_top_sscb{
    height:100%;
    position:relative;
    margin:0;
    padding:0 0 0 45px;
    text-align:center
}
#search_top_cashbackplus a,#search_top_sscb a{
    display:block;
    min-width:150px;
    color:var(--text-color);
    border-radius:30px;
    font-size:13px;
    border:1px solid #bbb;
    padding:8px;
    text-align:center
}
#search_top_cashbackplus a:hover,#search_top_sscb a:hover{
    background-color:#fff
}
#search_top_cashbackplus a img,#search_top_sscb a img{
    max-width:114px;
    vertical-align:initial
}
.search_top .search-bar{
    margin:0;
    float:left;
    box-shadow:none;
    font-size:13px;
    border: 0;
}
.search_top.inside_page .search-bar {
    height:56px;
    padding:0 16px 0 60px;
    box-shadow: 0 0 16px 0px #F6D9C3!important;
    border-radius:16px;
}
.search_top.menu_bar .search-bar {
	font-size: 0.875rem;
    height:44px;
    padding:0 0 0 52px;
    border-radius:16px;
}
.search_top button {
    margin:0;
    cursor:pointer;
    text-align:center;
    color:var(--main-color);
    position:absolute;
    top:0;
    left:16px;
}
.search_top.menu_bar button i {
	font-size: 24px;
}
.search_top button:hover{
    text-decoration:none;
    color:#333;
}
#suggestions{
    z-index: 5;
    position: absolute;
    top: 44px;
    width: 100%;
    max-height: 37vh;
    overflow-y: scroll;
    padding-top: 10px;
}
#suggestions a{
    text-decoration: none!important;
    font-weight: normal!important;
    background: #fff;
    display: block;
}
#suggestions .scroll-down{
    position:sticky;
    bottom:0;
    background-color:var(--main-color);
    color:#fff;
    display:block;
    width:100%;
    text-align:center;
    padding:3px;
    border-radius:0 0 16px 16px
}
#suggestions .dataac,#suggestions .img,#suggestions .img-category{
    display:table-cell;
    vertical-align:middle;
    height:100%
}
#cart-notifications p.title,#header-right #profile .info-container,#header-right #profile .info-container .h6clone,#orangebar #category ul.menucategory a,#orangebar #category ul.top-negozi-menucategory a,#suggestions a{
    color:var(--text-color)
}
#suggestions>a>div.item{
    width:100%;
    min-height:55px;
    display:table;
    border-top:1px solid #ccc
}
#header #header-right .list-container ul li p,#header-right #profile .info-container .h6clone,#header-right #profile .info-container h6,#secondfooterextra ul,#suggestions .item p,ul#cart-products li p,ul#messages li p,ul#messages-mobile li p{
    margin:0;
    font-size: initial;
    line-height: normal;
}
#suggestions a:not(.merchant-sponsored) .item:hover{
    background:#efefef
}
#suggestions .img{
    background-color:#fff;
    border-right:1px solid #ccc;
    text-align:center;
    width:100px
}
#suggestions .img img{
    width:auto;
    max-width:80px;
    max-height:37px
}
#suggestions .img-category{
    padding-left:10px;
    text-align:center;
    width:40px
}
#suggestions .img-category img{
    max-width:30px;
    max-height:30px
}
#suggestions img.grayscale{
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%)
}
#suggestions .dataac{
    text-align:left;
    padding:5px 10px
}
#suggestions .titleac{
    font-weight:700;
    line-height:1
}
#header-right #profile.active:after,#header-right #profile:hover:after,#header-right .header-box:nth-last-child(1):after,#suggestions .sponsor,.no-touch #header-right #cart-notifications:hover:after,.no-touch #header-right #notifications:hover:after,.no-touch #header-right #profile:hover:after,.page-cashback #orangebar.fixed .to-hide-in-fixed-mode{
    display:none
}
#suggestions .merchant-sponsored{
    background-color:#edffcd;
    display:block
}
#suggestions .merchant-sponsored .dataac .sponsored{
    text-align:center;
    border:2px solid #ccc;
    border-radius:2px;
    padding:1px 5px;
    display:inline-block;
    vertical-align:top;
    margin-left:5px;
    margin-bottom:-2px;
    font-size:12px;
    font-weight:400;
    line-height:1
}
#suggestions .merchant-sponsored .dataac .sponsored-title{
    display:inline-block
}
#suggestions .merchant-sponsored .sponsored-button{
    display:table-cell;
    height:100%;
    vertical-align:middle;
    padding:0 10px 0 0
}
#suggestions .merchant-sponsored .sponsored-button p{
    text-align:center;
    background-color:#e20e0e;
    color:#fff;
    font-size:12px;
    line-height:1;
    font-weight:700;
    padding:3px 7px;
    border-radius:5px
}
#header-right>div:first-child{
    display: flex;
    gap: 24px;
    align-items: center;
    margin-right: 16px;
}
#header-right a:not(.button):hover{
    text-decoration:underline;
    color:inherit
}
#header-right .header-box .content a{
    display:block;
    position:relative;
    padding:0 0 0 1.5em;
    outline:0
}
#header-right .header-box .content a:hover{
    border-radius:50%
}
#header-right .header-box .content a i{
    font-size:20px;
    color:#aaa
}
#header-right .header-box .content a:hover i,#notifications-dropdown .daleggere-notifica:hover{
    color:var(--main-color)
}
#header-right .header-box .content a p{
    font-size:10px;
    line-height:1;
    margin:0 0 0 2px;
    color:#aaa;
    display:inline-block;
    text-align:left
}
#header-right #profile{
    position: relative;
    cursor: pointer;
    border-radius: 30px;
}
#header-right #profile button.header-combo-down{
    position:absolute;
    right:0;
    text-align:right;
    cursor:pointer;
    width:100%;
    height:100%;
    border: 2px solid var(--main-color);
    border-radius: 30px;
}
#header-right #profile button.header-combo-down>.fa{
    right:14px;
    position:relative;
    color: var(--main-color);
}
#header-right #profile .info-container{
    display:inline-block;
    vertical-align: text-bottom;
    margin:0;
    padding: 0 40px 0 7px;
}
#header-right #profile .list-container{
    text-align: right;
}
#header-right #search-desktop>i,
#header-right #notifications>i,
#header-right #cashback>i,
#header-right #profile>div>i{
    font-size:20px;
    border-bottom:none;
}
#header-right #cashback.open .list-container,
#header-right #cashback:hover .list-container,
#header-right #livello.open .list-container,
#header-right #livello:hover .list-container,
#header-right #profile.active .list-container,
#header-right .list-container ul li a,
#notifications-dropdown li:hover .chiudi-notifica,
#notifications-dropdown li:hover .daleggere-notifica,
#orangebar .menucategory.activo,
#orangebar a.lanza-menu.activo,
.no-touch #header-right #cashback:hover .list-container
.no-touch #header-right #livello:hover .list-container{
    display:block
}
#header-right #search-desktop,
#header-right #notifications,
#header-right #cashback,
#header-right #livello {
    border-radius: 50%;
    cursor: default;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #fff;
    background: var(--main-color);
    border: 2px solid var(--main-color);
    cursor: pointer;
    position:relative;
}
#header-right #cashback {	
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    width: auto;
    border-radius: 0 0 8px 8px!important;
    padding: 0 8px;
    background: linear-gradient(90deg, #FF8C73 0%, var(--main-color) 100%);
    color: #fff;
    border: 0;
    cursor: default;
    min-width: 81px;
}
#header-right #cashback:before {	
    content: ' ';
    top: -15px;
    position: absolute;
    background: linear-gradient(90deg, #FF8C73 0%, var(--main-color) 100%);
    left: 0;
    right: 0;
    padding-top: 15px;
    border:0
}
#header-right #livello {	
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    width: auto;
    border-radius: 0 0 8px 8px!important;
    padding: 0 8px;
    background: linear-gradient(90deg, rgba(93, 191, 135, 1) 0%, rgba(0, 166, 135, 1) 100%);
    color: #fff;
    border: 0;
    cursor: default;
    min-width: 81px;
}
#header-right #livello:before {	
    content: ' ';
    top: -15px;
    position: absolute;
    background: linear-gradient(90deg, rgba(93, 191, 135, 1) 0%, rgba(0, 166, 135, 1) 100%);
    left: 0;
    right: 0;
    padding-top: 15px;
    border:0
}
#header-right #menu-tabs{
    border:1px solid #1E2042;
    border-radius:2px;
    margin-left:2px;
    cursor:default
}
#notifications i.fa-3x{
    font-size:2em
}
#header-right #search-desktop>i,
#header-right #notifications>i,
#header-right #cashback>i,
#header-right #profile>div>i {
    line-height: 40px;
}
#header-right .nav-arrow{
    border-style: solid;
    border-width: 0 7px 9px;
    border-color: transparent;
    border-bottom: 8px solid var(--main-color);
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -8px;
    left: 63px;
}
#header-right #profile>div>i {
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--main-color);
}
#notifications-dropdown .separator{
    padding:0 4px
}
#notifications-dropdown .notifies{
    font-weight:700;
    padding:0 .9375rem;
    text-transform:uppercase
}
#notifications .notifications-counter{
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: -8px;
    width: 22px;
    height: 22px;
    background: #F6D9C3;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    z-index: 3;
    text-align: center;
}
#notifications-dropdown .chiudi-notifica {
    color:var(--text-color);
    bottom:calc(50% - 8px);
    cursor:pointer;
    display:none;
    position:absolute
}
#messages-mobile .chiudi-notifica {
    color:var(--text-color);
    bottom:8px;
    cursor:pointer;
    position:absolute;
    right: 16px;
}

#notifications-dropdown.dropdown-pane{
    min-width: 425px;
    border: 0;
    background: transparent;
}
#notifications.active>i{
    border-color:#ccc;
    color:var(--text-color)
}
#notifications-dropdown p.text,
#messages-mobile p.text{
    color:var(--text-color);
    margin-top:2px;
    font-size:12px
}
#notifications-dropdown .leggi-notifica i,
#notifications-dropdown .daleggere-notifica i,
#messages-mobile .leggi-notifica i,
#messages-mobile .daleggere-notifica i {
    font-size:12px;
}
#notifications-dropdown .chiudi-notifica {
    right:36px
}
#notifications-dropdown .chiudi-notifica:hover{
    color:var(--text-color);
}
#header-right .list-container{
    position:absolute;
    top:40px;
    right:0;
    display:none;
    z-index:501;
    min-width:275px;
    text-align: left;
}
#header-right .list-container:before{
    content:' ';
    background:transparent;
    display:block;
    height:16px;
}
#header-right div.cashback .list-container:before{
    content:'';
    height: 0;
    margin: 0;
}
#header-right .list-container ul{
	background-color:#fff;
	color: var(--text-color);
    border-radius: 5px;
    padding:8px 0;
    border: 2px solid #ccc;
}
#header-right .dropdown-pane ul{
    border-radius: 5px;
    border: 2px solid #ccc;
    max-height: 450px;
    overflow: auto;
    margin-top:12px;
    background: #fff;
}
#header-right .list-container hr{
    margin: 8px auto;
    border-bottom: 2px solid var(--main-color);
}
#header-right #cashback .list-container {
    left: -49px;
    right: initial;
}
ul#cart-products,
ul#messages,
ul#messages-mobile{
    margin:-1px;
    list-style-type:none
}
ul#cart-products a li,
ul#messages a li,
ul#messages-mobile a li{
    list-style:none;
    margin:0;
    padding:.5em 7px;
    color:var(--text-color);
    border:1px solid;
    border-bottom:0;
    position:relative;
    width:100%
}
ul#cart-products li,
ul#messages li,
ul#messages-mobile li,
div#profile ul li {
    padding: 8px 16px;
    position: relative;
}
ul#messages li.toRead,
ul#messages-mobile li.toRead {
    background:#f4f4f4;
}
#header #header-right .list-container ul li p i,ul#cart-products li p i,ul#messages li p i,ul#messages-mobile li p i{
    padding-left:8px;
    width:30px;
    font-size: 1rem;
    text-align:center
}
#header-right #cart-notifications ul li p i,#header-right #notifications ul li p i{
    width:auto;
    padding-right:.25em;
    font-size: 0.875rem;
}
#orangebar .nav--secondary__logo-mobile {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -30px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: opacity .5s linear,visibility linear;
    -o-transition: opacity .5s linear,visibility linear;
    -webkit-transition: opacity .5s linear,visibility linear;
    transition: opacity .5s linear,visibility linear
}
#orangebar.fixed{
    position:fixed;
    top:0;
    width:100%;
    z-index:1001;
    border-bottom: 2px solid #ccc;
}
#orangebar.fixed.opened{
    bottom:0;
    overflow-y:auto;
    overflow-x:hidden
}
#orangebar.fixed .nav--secondary__logo-mobile {
    opacity: 1;
    visibility: visible
}
#orangebar a.lanza-menu,
#orangebar button.lanza-menu{
    border-radius:0;
    display:flex;
    flex-direction:row;
    align-items:center;
	justify-content: center;
    gap: 15px;
    padding:0 .9375rem;
    width:100%;
    height:52px;
    text-align:left;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:#fff;
    line-height:1;
    cursor:pointer;
    position:relative
}
#orangebar:not(.fixed) .row-container .row .column:nth-child(2) a.lanza-menu,
#orangebar:not(.fixed) .row-container .row .column:nth-child(2) button.lanza-menu{
	justify-content: left;
}
#orangebar a.lanza-menu span:not(.show-for-large),
#orangebar button.lanza-menu span:not(.show-for-large){
    font-size:12px;
    display: none;
}
#orangebar a.lanza-menu>i,
#orangebar button.lanza-menu>i{
    font-size:13px
}
#orangebar a.lanza-menu::after,
#orangebar button.lanza-menu::after{
    display:none!important
}
#orangebar .negozi-menu{
    padding:.764em 0!important;
    margin:0;
    width:auto;
    border-bottom-color:transparent!important;
    -webkit-box-shadow:none;
    box-shadow:none;
    display:inline-block
}
#orangebar .negozi-menu span{
    font-size:.85em;
    line-height:1.25;
    display:block
}
#orangebar .negozi-menu i{
    position:relative;
    top:1px
}
#orangebar .negozi-menu:focus,
.page-cashback #orangebar a.lanza-menu,
.page-cashback #orangebar button.lanza-menu{
    background-color:transparent
}
.page-cashback #orangebar .lanza-menu:not(:last-child):after {
    content:" ";
    width:1px;
    position:absolute;
    border-right:1px solid;
    right:0;
    top:0;
    bottom:0;
}
li.negozi-menucategory>.level2-special-content a{
    display:block;
    height:100%;
    width:100%;
    text-decoration:none
}
#orangebar>.row-container>.row>.column,#orangebar>.row>.column,#search-in-fixed-mode-container #search_top_cashbackplus,#search-in-fixed-mode-container #search_top_sscb{
    padding:0;
    position: relative;
}
#orangebar:not(.fixed)>.row-container>.row>.column:not(:nth-child(5)):after {
    content:" ";
    width:2px;
    position:absolute;
    border-right: 2px solid #79BE22;
    right:0;
    top: 25%;
    bottom: 25%;
}
ul.menucategory>li:hover{
    background-color:transparent!important
}
#menucategory-container li.negozi-menucategory>.level2-special-content>ul>li,#menucategory-container-buonispesa li.negozi-menucategory>.level2-special-content>ul>li,#menucategory-container-codicisconto li.negozi-menucategory>.level2-special-content>ul>li,#menucategory-container-ricariche li.negozi-menucategory>.level2-special-content>ul>li{
    -webkit-column-break-inside:avoid;
    page-break-inside:avoid;
    break-inside:avoid-column
}
.page-cashback #orangebar #category .h5clone{
    display:inline-block;
    margin-bottom:15px;
    padding: 0 5px;
}
.page-cashback #orangebar .menu>li:not(.menu-text)>a{
    line-height:28px;
    padding:0 5px;
}
.menucategory-container {
    background: #EBEFF2;
    border-top:2px solid;
    position:absolute;
    overflow:hidden;
    opacity:0;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    display:none;
}
.menucategory-container.menu-activo{
    opacity:1;
    overflow:visible;
    pointer-events:auto;
    border-radius: 0 0 15px 15px;
    z-index:500;
    display:block;
    width:100%
}
.menucategory-container.menu-activo .menucategory-container-content{
    padding: 30px 0;
}
.menucategory-container.menu-activo .menucategory-container-content.left{
    padding-left: 25px;
}
.menucategory-container.menu-activo .menucategory-container-content.right{
    padding-right: 25px;
    padding-left: 20px;
}

.menucategory-container.menu-activo .row>.columns:nth-child(2) {
	position: relative;
}
.menucategory-container.menu-activo .row>.columns:nth-child(2):before {
    content: " ";
    width: 2px;
    position: absolute;
    border-left: 2px solid #79BE22;
    left: 0;
    top: 30px;
    bottom: 30px;
}
#lastsearches{
    border:0;
    vertical-align:top;
    display:inline-block;
    overflow:hidden;
    height: 24px;
}
#orangebar.fixed  #lastsearches {
	display: none;
}
#lastsearches>span:not(:first-child){
    padding:0 0 0 10px
}
#lastsearches>span.empty{
	font-size: 0.875rem;
    line-height:14px;
    padding-left:10px
}
#lastsearches a{
    font-weight:700;
    color:var(--text-color);
    font-size:13px;
    line-height: 24px;
    display: inline-block;
}
#lastsearches>span>small>a{
    font-weight:initial
}
#header #header-right .list-container ul li{
    list-style:none;
    position: relative;
}
#notifications ul li .notifica,
#notifications-dropdown ul li .notifica {
    display: flex;
    gap: 16px;
    align-items: center;
}
#notifications ul li .notifica a,
#notifications-dropdown ul li .notifica a {
    flex:1;
    margin:0;
}
#header #header-right .list-container ul li a{
    width:100%
}
#header #header-right .list-container ul li.guadagna{
    background-color: var(--main-color);
}
#header #header-right .list-container ul li.guadagna a{
    color: #fff!important;
    font-weight: bold;
}
.page-cashback>div #header-right a:not(.button),
#messages-mobile a:not(.button){
    color:#1E2042!important;
    padding: 0;
}
.page-cashback>div #header-right a:not(.button).active{
    font-weight: bold;
}
.page-cashback #orangebar .row-container{
    background-color:#EBEFF2
}
.page-cashback #orangebar a.lanza-menu b,
.page-cashback #orangebar button.lanza-menu b{
    display:block;
    font-size: 0.875rem;
}
.page-cashback #orangebar .nav-arrow{
    left:120px
}
.page-cashback #menunegozi-spacer{
    background-color:#6fae1f
}
#search-in-fixed-mode-container{
    height:100%;
    padding: 0 15px !important;
}
#search-in-fixed-mode-container #search_top_cashbackplus a,#search-in-fixed-mode-container #search_top_sscb a{
    color:#fff;
    border-radius:0;
    border:0;
    text-align:right;
    font-size: 0.875rem;
    padding:8px .9375rem
}
#header-right #profile:hover>i{
    color:var(--main-color);
    z-index:13
}
#app-bah {
	position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 3em 0;
  background: #1E2042;
  color: #ffffff;
  border-bottom:1px solid #686A80
}
#app-bah h3 {
	font-size: 24px;
	line-height: 28px;
	margin-top: 0;
}
#app-bah h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0;
    font-weight: 300;
}
#app-bah .buttons-for-app {
	margin: 15px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
#app-bah picture img {
	width: 100%;
	margin: 15px auto 30px;
    max-width: 250px;
}
#app-bah .row > div > div {
	display: flex;
    height: 100%;
    flex-direction: column;
    font-size: 1rem;
}
#app-bah .row > div > div > ul {
    font-weight: 300;
    margin-bottom: 0;
}
#app-bah a {
  color: #ffffff!important;
  text-decoration:none!important;
  font-size:12px;
  line-height: 1;
}
#app-bah a u {
  display:block;
}
@media screen and (min-width: 63.99875em) {	
	#app-bah {
  		padding: 4em 0;
  		padding-bottom: calc(4em - 32px);
	}
	#app-bah h3 {
		font-size: 40px;
		line-height: 48px;
	}	
	#app-bah .buttons-for-app {
		margin: 0 0 32px 20px;
		flex-direction: column;
	}
	#app-bah picture img {
		margin: -32px auto 0 auto;
		max-width: 325px;
	}
	#app-bah .row > div > div {
		align-items: start;
		justify-content: center;
	}
}
#newsletterfooter{
    background-color:#1E2042;
    color: #fff;
    border-bottom: 1px solid #686A80;
}
#newsletterfooter .newsletterform{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:16px;
    font-size: 1rem;
    line-height:20px;
}
#newsletterfooter h4{
    font-size:28px;
    line-height:34px;
}
#newsletterfooter .newsletterform a:not(.button){
    color: #fff;
    text-decoration:underline;
}
#newsletterfooter .newsletterform #newsletter-input{
    max-width:400px;
    height:51px;
    border-radius:16px;
    padding:16px;
    margin: 0;
}
#newsletterfooter .newsletterform p{
    display:flex;
    align-items:center;
    margin: 0;
}
#trustpilotfooter{
    background-color:#1E2042;
    color: #fff;
    font-size:20px;
    line-height:33px;
    font-weight:500;
    padding:0;
}
#trustpilotfooter .row{
	max-width: 1170px;
	padding:32px 0;
    border-bottom: 2px solid var(--main-color);
}
#trustpilotfooter a{
    color: #fff!important;
    text-decoration:underline;
}
#secondfooter{
    background-color:#1E2042;
    color: #fff;
}
#secondfooter .columns{
    padding: 0 15px;
}
#secondfooter .accordion{
    background:0 0;
    border:0;
    border-radius:0;
    margin-left:initial;
    display:inline-block;
    width:100%;
    margin-bottom:0
}
#secondfooter ul{
    list-style:none;
    margin-bottom: 30px;
}
#secondfooter ul li:last-child{
    border-bottom:0;
}
#secondfooter ul li a{
    color:#fff;
    padding: 0;
    line-height: inherit;
    font-weight: normal;
    text-decoration: none;
}
#secondfooter ul li a:hover{
    color:#aaa;
    text-decoration:none
}
#secondfooter ul li a.green:hover{
    color:#6fae1f!important;
    text-decoration:none
}
#secondfooter ul li .fa,
#secondfooter ul li .fab {
    margin-right: 3px;
    font-size: 0.875rem;
}
#secondfooter ul.social {
    display:inline-block;
	list-style: none;
    margin: 0;
}
#secondfooter ul.social li{
    float:left;
    border-bottom:0;
    margin-right:5px;
    padding:0
}
#secondfooter ul.social li:last-child{
    margin-right:0;
}

#secondfooter ul.social li a div.icon .fab{
    font-size: 30px;
}
#secondfooter ul.social div.icon{
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    overflow: hidden
}
#secondfooter .socialfooter-container {
	display: flex;
	flex-direction: column;
    height: 100%;
    gap: 15px;
}


#secondfooter .vertical.menu>li>button{
    color:#fff;
    font-weight: 600;
    padding:0;
    margin:0 0 16px;
    border:0;
    opacity:1
}
#secondfooter .is-accordion-submenu-parent>a::after{
    content:'';
    display:block;
    width:0;
    height:0;
    border:6px inset;
    border-color:#ccc transparent transparent;
    border-top-style:solid;
    position:absolute;
    margin-top:-4px;
    right:1rem
}
#secondfooter .is-accordion-submenu-parent[aria-expanded=true]>a::after{
    -webkit-transform-origin:50% 30%;
    -ms-transform-origin:50% 30%;
    transform-origin:50% 30%;
    -webkit-transform:scaleY(-1);
    -ms-transform:scaleY(-1);
    transform:scaleY(-1)
}
#secondfooter .accordion .accordion-navigation>a,#secondfooter .accordion dd>a{
    background:0 0;
    display:block;
    font-weight:900;
    color: var(--main-color)!important;
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    opacity:1
}
#secondfooter .accordion .accordion-navigation>a:hover,#secondfooter .accordion dd>a:hover{
    background:0 0;
    text-decoration:none
}

@media only screen and (max-width:63.9375em){
	.header_home_container,
	.header_container {
		display: none;
	}
	#newsletterfooter .newsletterform{
    	flex-direction:column;
	}
	#secondfooter {
		padding: 3em 0;
	}
	#secondfooter ul li a {
    	line-height: 48px;
	}
	#secondfooter ul li img.appstore {
		max-width: 150px;
    	height: 50px;
	}
	#secondfooter ul li img.googlestore {
		max-width: 150px;
	}
    
    /* MOBILE */
    #notifications-mobile,.x-friend-mobile { 
	position: relative;
	background: var(--main-color);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.header_mobile .left,
.header_mobile .right {
	display: flex;
	height: 60px;
    align-items: center;
    gap: 5px;
}
.header_mobile .left {
    justify-content: start;
}
.header_mobile .right {
    justify-content: end;
}

.header_mobile img {
	max-height: 35px;
}

.header_mobile i {
	color: var(--main-color);
}

.header_mobile .left i.fa-2x {
    padding-left: 5px;
	font-size: 24px;
}
.header_mobile .right i.fa-2x {
	color: #fff;
    font-size: 18px;
	margin-top: 9px;
}

.header_mobile #notifications-mobile .image-container { 
	width: 35px;
    height: 35px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    border: 2px solid var(--main-color);
}

.header_mobile.fixed {
	max-width: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 11;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s ease, opacity 0.3s ease;
}
.header_mobile.fixed.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 1;
}

.header_mobile_search #suggestions {
	top: 44px;
	max-height: calc(100vh - 107px);
}

.header_mobile_search .fa-search {
	font-size: 1rem;
	color: var(--text-color);
	padding: 0;
}

#search-mobile {
	position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
#search-mobile i {
	font-size: 24px;
    line-height: 35px;
    margin:0;
    color: var(--main-color);
}

.page-cashback .header_mobile_search .search_top {
	width: 100%;
	display: inline-block;
}

#notifications i .notifications-counter {
    top: -10px;
        left: -6px;
        width: 18px;
        height: 18px;
        font-size: 12px;
        line-height: 14px;
        background: var(--main-color);
        color: #fff;
}

#notifications-dropdown li .chiudi-notifica,#notifications-dropdown li .daleggere-notifica,.off-canvas.position-left .menu:not(.nested) a { color: var(--text-color); }
#notifications-dropdown li .daleggere-notifica { right: 30px; }

#notifications-mobile .notifications-counter {
	border-radius: 50%;
	position: absolute;
	top: -3px;
	left: -4px;
	width: 16px;
	height: 16px;
	background: var(--main-color);
	color: #fff;
	font-family:"Varela Round", Sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	z-index: 3;
	text-align: center;
}

.position-left {
    width: 285px;
    transform: translateX(-285px);
}
.off-canvas.is-open {
    z-index: 15;
}
.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(285px);
    -ms-transform: translateX(285px);
    transform: translateX(285px);
}
.off-canvas.position-left .menu:not(.nested) a {	
    padding: 15px 10px 15px 15px!important;
    display: inline-block;
    margin: 0;
}
.off-canvas.position-left .menu:not(.nested) button.submenu-toggle::after {
    border-color: #ccc transparent transparent;
}

.off-canvas.position-left .menu.nested a {
	padding: 8px 0!important;
	height: auto;
	flex-direction: row;
	align-content: center;
	align-items: start;
	justify-content: start;
}

.js-off-canvas-overlay {
    background: rgba(0,0,0,.65);
}

#featuredshop-mobile .shops-container.preferiti:after,#featuredshop-mobile .shops-container.preferiti:before { display: none; }

#notifications-dropdown ul#messages li,
#notifications-dropdown ul#messages-mobile li { padding: 10px .9375rem; }
#notifications-dropdown ul#messages-mobile li a { padding: 0; }

.off-canvas {
	overflow-x: hidden;
}

.off-canvas div.title {
	padding: 16px;
	background: var(--main-color);
	color: #fff;
	margin-bottom: 5px;
}
.off-canvas div.title a {
	color: #fff;
}
.off-canvas .close-button {
	font-size: 2em;
    color: #fff;
}

.off-canvas .menu.nested { margin: 1rem; }

.off-canvas.position-left .menu:not(.nested)>li>a:after { 
	border-color: #ccc transparent transparent;
    margin-top: 0;
    top: 42%;
    right: -10px;
}

.off-canvas .is-accordion-submenu .h5clone {
	display: block;
	margin-bottom: 5px;
    font-weight: 900;
}

.off-canvas .is-accordion-submenu>li>a {
	padding: 8px 0!important;
	color: #1E2042;
}

.off-canvas #search_top_cashbackplus,.off-canvas #search_top_sscb {
	padding: .9375rem;
	width: auto;
}

.off-canvas #search_top_cashbackplus a,.off-canvas #search_top_sscb a {
	font-size: inherit;
	background-color: #fff;
	justify-content: center;
}

.off-canvas #search_top_cashbackplus a img { max-width: 75%; }
.off-canvas #featuredshop-mobile .menu.nested { margin-left: 0; }
.off-canvas #featuredshop-mobile .column { width: 50%; }
.off-canvas #featuredshop-mobile a>div.item-ridotto { padding: 0 .9375rem; }

.off-canvas #featuredshop-mobile a>div.item-ridotto>div.logo-container {
	width: 50%;
	display: inline-block!important;
	height: 60px;
	line-height: 60px;
}

.off-canvas #featuredshop-mobile a>div.item-ridotto>p {
	width: 48%;
	display: inline-block!important;
	vertical-align: middle;
	margin-bottom: 0;
	color: var(--text-color);
	text-align: right;
}

.off-canvas #featuredshop-mobile .column a {
	width: 100%;
    margin: 0 auto 15px;
}

.off-canvas #featuredshop-mobile img {
	margin: 0 auto;
	max-height: 50px!important;
	max-width: 100px;
    padding: 0 10px;
}

.off-canvas #featuredshop-mobile .column a i {
	font-size: .8em;
	line-height: 2em;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	background: #e20e0e;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: calc(50% - 12px);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.off-canvas.position-right .menu:not(.nested).logged>li>a {
	color: #1E2042;
	padding: 10px 15px!important;
	background-color: #EBEFF2;
}

.off-canvas.position-right .menu:not(.nested).not-logged { padding: 16px; }

.off-canvas.position-right .menu:not(.nested).not-logged>li>a:not(.button) {
    color: #1E2042 !important;
    padding: 8px 0;
}
a.active {
    font-weight:bold;
}
.off-canvas.position-right .menu:not(.nested).not-logged>li>.button {
    margin-top:16px;
    margin-bottom: 16px;
}

.off-canvas.position-right .menu:not(.nested)>li>a:after { border-color: #1E2042 transparent transparent; }
.off-canvas.position-right .menu:not(.nested)>li>a #profile { border: 0!important; }
.off-canvas.position-right #profile .info-container { padding: 0!important;vertical-align: initial!important; }
.off-canvas.position-right .menu.nested>li p { margin: 0; }

.off-canvas.position-right .menu.nested>li p i {
	padding-right: 5px;
	width: 25px;
	font-size: 1rem;
	text-align: center;
}

.page-cashback .off-canvas-content { padding-top: 60px; }
}

@media only screen and (min-width:40em){ 
	#secondfooter ul{
		margin: 0;
	}
    #secondfooter ul.social li{
		margin-right:15px
	}	
	#secondfooter .socialfooter-container.right {
		align-items: center;
    	flex-direction: row;
	}
	#secondfooter .socialfooter-container img {
		max-width: 100px;
	}
}

@media only screen and (min-width:64em){	

	.header_mobile,
	.off-canvas.position-left,
	.off-canvas.position-right {
		display: none;
	}
	.search_top .search-bar{
    	font-size: 1rem;
	}
	#lastsearches a{
		font-size: 0.875rem;
	}
	
.search_top.menu_bar {
    display:none;
    width: 0;
    position: absolute;
    right: -8px;
    top: -22px;
    transition: width 0.35s ease;
}
.search_top.menu_bar.open {
    width: 375px;
}
.search_top.menu_bar .search-bar {
    border-radius:16px 0 0 16px;
}
#orangebar a:hover.lanza-menu span:not(.show-for-large), #orangebar a:focus.lanza-menu span:not(.show-for-large),
#orangebar button:hover.lanza-menu span:not(.show-for-large), #orangebar button:focus.lanza-menu span:not(.show-for-large){
    display: initial;
}
    #secondfooter .accordion .accordion-navigation.active .fa-minus,#secondfooter .accordion .accordion-navigation.active .fa-plus,#secondfooter .accordion .fa-minus,#secondfooter .accordion .fa-plus,#secondfooter .vertical.menu>li>button::after{
        display:none
    }
    #secondfooter ul.submenu{
        display:block!important
    }
    #secondfooter ul li{
        line-height:25px
    }
    #secondfooter ul.trustness li{
        width:calc(16.6666667% - 5px);
        margin-bottom:0
    }
    #secondfooter ul.social li{
		margin-right:16px;
	}
	#secondfooter ul.social li a div.icon .fab{
		font-size: 36px;
	}
    #secondfooter ul.social div.icon{
		width: 45px;
		height: 45px;
	}
	#secondfooter .socialfooter-container.right {
		gap: 25px;
		height: 118px;
	}
	
    .page-cashback #orangebar .menu>li:not(.menu-text)>a:hover{
    	background-color: var(--main-color);
        color:#fff!important;
        font-weight: bold;
    }
    #menucategory-container li.negozi-menucategory>div>ul{
        -webkit-column-count:3;
        -webkit-column-gap:.9375rem;
        -moz-column-count:3;
        -moz-column-gap:.9375rem;
        -o-column-count:3;
        -o-column-gap:.9375rem;
        column-count:3;
        column-gap:.9375rem;
        padding:0;
        overflow:hidden;
        z-index:10;
        position:relative
    }
}

@media only screen and (orientation:portrait){
    #search_top_container{
        width:100%;
    }
}