:root{
  --upperbar: 65px;
  --cover: 350px;
  --faraway: 2000px;
  --solid: #F6F9FA;
}
body{
   overscroll-behavior-y: none;
}
body.onpopup, body.onpopup #root, body.user-menu-open, body.user-menu-open #root{
  overflow: hidden;
  height: 30vh;
}
:not(.catnav) ::-webkit-scrollbar-track
{
    display: none;
}
:not(.catnav) ::-webkit-scrollbar
{
  display: none;
}
:not(.catnav) ::-webkit-scrollbar-thumb
{
  display: none;
}
.onload{
  display: none !important;
}
.main-content:not(.mobile) .glass.onload{
  display: block !important;
  opacity: 0 !important;
}
.minimal{
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  border-bottom: 2px solid #d2d2d259;
  border-radius: 0;
  display: block;
}
.minimal::placeholder, .minimal::-webkit-input-placeholder  {
  color: #b5b3b3 !important;
  font-weight: 300 !important;
}
.main-content{
  padding: 0;
}
.nores{
  display: none;
}
.mainc{
  color: var(--main);
}
.btn-custom{
  background-color: var(--main);
  border-color: var(--main);
}
#upperbar{
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0;
  z-index: 400;
  background-color: var(--main);
  height: var(--upperbar);
  text-align: center;
}
#upperbar .centerico{
  padding-top: 1rem;
  font-size: 1.5rem;
  color: white;
  height: fit-content;
  cursor: pointer;
}
#user_but.logged{
  text-shadow: 1px 1px 4px #3e3e3ea3;
  color: var(--alt);
}
#logocliente img{
  display: block;
  margin: auto;
  margin-top: 15px;
  max-height: 130px;
  max-width: 220px;
  transition: max-height .5s, margin-top .5s;
}
body.onpopup #logocliente img,
#root.carting #logocliente img,
#logocliente.contain img,
#logocliente.just_contain img{
  max-height: var(--upperbar);
  transition: max-height .5s, margin-top .5s;
  margin-top: 0;
}
.cover{
  height: var(--cover);
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.infocard{
  max-width: 500px;
  margin: auto;
}
.cover .infocard{
  top: calc(var(--cover) + -150px);
  position: relative;
  padding: 5px;
  max-width: 21.5rem;
  margin: auto;
  z-index: 2;
}
.cover.heading{
  margin-top: var(--upperbar);
  margin-bottom: 60px;
}
.cover:not(.heading) .infocard{
  top: calc(var(--cover) + -330px);
  text-shadow: 0 1px 6px #313131;
}
.cover:not(.heading) .infocard div{
  color: white !important;
}
.heading.cover .infocard{
  background-color: white;
  box-shadow: 0px 2px 5px 1px #73727299;
}
.infocard .chiamaci{
  font-weight: 300;
  color: var(--gray);
}
.infocard .titolo{
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.4rem;
  margin-bottom: 0.7rem;
}
.infocard .split{
  display: inline-block;
  width: 49%;
  color: var(--main);
  font-size: 1.2rem;
}
.infocard .split i{
  margin-right: 3px;
  font-size: 1.25rem;
}
.infocard .promotion{
  color: var(--alt);
  font-size: 1.1rem;
  margin-top: 3px;
}
.categoria{
  margin: 13px 15px;
  height: 150px;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  background-size: cover;
  background-position: center;
  text-shadow: 0 1px 6px #313131;
  border-radius: 10px;
  cursor: pointer;
}
.categoria .overtext{
  margin-top: -90px;
  z-index: 2;
}
#dsk .categoria .overtext{
  margin-top: -111px;
  z-index: 2;
}
.darken{
  width: 100%;
  height: 100%;
  background-color: #00000035;
  z-index: 1;
  border-radius: inherit;
}
.cover .darken{
  position: absolute;
  height: var(--cover);
  top: 0px;
}
.categoria:active .darken{
  background-color: transparent;
}
#user{
  font-size: 1.25rem;
  display: none;
}
.main-content.desktop #user, #magic_popup #user{
  display: block;
}

#user .status{
  position: relative;
  top: -30px;
  margin: auto;
  width: 210px;
  font-size: 1rem;
}
#user .status .indirizzo{
  color: #838383;
  font-weight: 300;
}
#user h2{
  margin: 60px auto;
  margin-bottom: 50px;
}
#user .signup h2{
  margin-bottom: 10px;
}
#user .logged, #user .login, #user .signup{
  display: none;
}
#user .switch{
  margin-top: 30px;
  font-size: 1rem;
  cursor: pointer;
}
#user.login .login, #user.signup .signup{
  display: block;
}
#user:not(.social) .onsocial, #user.social .nosocial, #user:not(.new_social) .onnewsocial{
  display: none !important;
}
#user .minimal{
  margin: auto;
  border-bottom: 1px solid #000000b0;
  text-align: center;
  width: 320px;
}
#user .group{
  margin-bottom: 15px;
}
#user .group label{
  display: block;
  font-weight: 300;
  position: relative;
  top: 25px;
  transition: top .3s;
  font-size: 1rem;
}
#user .group.focus label{
  transition: top .3s;
  top: 0;
}
#user .group.focus .minimal{
  border-bottom: 2px solid #938b8b8c;
}
#user .check .txt{
  font-size: 1.1rem;
}
#user .signup .check .txt{
  color: #333;
}



.menu_utente{
  text-align: center;
}

.error-msg{
  max-height: 300px;
  transition: 1s;
  opacity: 1;
  text-align: center;
  color: var(--danger);
  text-shadow: 0px 1px 1px #bebcbc;
  margin-top: 25px;
}
.error-msg.collapsed{
  max-height: 0;
  opacity: 0;
}

.menu_utente .status{
  position: relative;
  top: -30px;
  margin: auto;
  width: 210px;
  font-size: 1rem;
}
.menu_utente .status .indirizzo{
  color: #838383;
  font-weight: 300;
}
.menu_utente h2{
  margin: 60px auto;
  margin-bottom: 15px;
}
.menu_utente .profilo{
  margin-top: 40px;
}
.menu_utente .signup h2{
  margin-bottom: 10px;
}
.menu_utente .logged, .menu_utente .login, .menu_utente .signup{
  display: none;
}
.menu_utente .switch{
  margin-top: 30px;
      font-size: 1.2rem;
      cursor: pointer;
      padding: 25px 0;
        text-align: center;
}
.menu_utente.login .login, .menu_utente.signup .signup{
  display: block;
}
.menu_utente:not(.social) .onsocial, .menu_utente.social .nosocial, .menu_utente:not(.new_social) .onnewsocial{
  display: none !important;
}
.menu_utente .minimal{
  margin: auto;
  border-bottom: 1px solid #000000b0;
  text-align: center;
  max-width: 320px;
}
.menu_utente .group{
  margin-bottom: 15px;
}
.menu_utente .group label{
  display: block;
  font-weight: 300;
  position: relative;
  top: 25px;
  transition: top .3s;
  font-size: 1rem;
  text-align: center;
  z-index: -1;
}
.menu_utente .group.focus label{
  transition: top .3s;
  top: 0;
}
.menu_utente .group.focus .minimal{
  border-bottom: 2px solid #938b8b8c;
}
.menu_utente .check .txt{
  font-size: 1.1rem;
}
.menu_utente .signup .check .txt{
  color: #333;
}




.main-content:not(.mobile) .glass{
  position: absolute;
  z-index: 300;
  width: 100%;
  padding-top: 500px;
  min-height: 640px;
  animation: totop 1s;
  animation-fill-mode: forwards;
  background-color: #f6f9fa;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.main-content:not(.mobile) .glass.open{
  animation: fromtop .7s;
  animation-fill-mode: forwards;
}
.ghost{
  display: none;
  position: absolute;
  z-index: 10;
}
.ghost.from, .ghost.to, #magic_popup .ghost{
  display: inherit;
  width: 100%;
  padding-bottom: 380px;
}
#magic_popup > .body, #magic_popup > .underlap{
  margin-top: var(--upperbar);
}
@keyframes frombot{
  0% {top: var(--faraway)}
  100% {top: var(--upperbar)}
}
@keyframes tobot{
  0% {top: var(--upperbar)}
  100% {top: var(--faraway)}
}
@keyframes fromtop{
  0% {top: calc(var(--faraway) * -1)}
  100% {top: calc(var(--upperbar) - 480px)}
}
@keyframes totop{
  0% {top: calc(var(--upperbar) - 480px)}
  100% {top: calc(var(--faraway) * -1)}
}
.ghost.from.bot{
  animation: frombot .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  background-color: var(--solid);
}
.ghost.to.bot{
  animation: tobot 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  background-color: var(--solid);
}
.closer{
  color: white;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 20px;
  padding: 15px 40px;
  width: fit-content;
  cursor: pointer;
  margin: auto;
  position: relative;
  top: calc(var(--cover) + -85px);
  z-index: 2;
}
#cerca .closer, #user .closer{
  color: #333;
  position: static;
  margin-top: 15px;
  margin-bottom: 25px;
}
.drop{
  max-height: 0;
  transition: max-height .5s;
}
.drop.down, #paying .drop{
  max-height: 1000px;
  transition: max-height .5s;
}
.wannapay{
  display: none;
}
.piatti{
  border-radius: 10px;
  box-shadow: 0 0 4px 2px #dcd6d6a8;
  margin: 15px;
}
.piatti .piatto{
  color: #454545;
  border-bottom: 2px solid #d2d2d259;
  margin: 0px 10px;
  margin-right: 0;
}
.piatti .piatto .head, .piatti .piatto .body{
  position: relative;
  left: -15px;
}
.piatti .piatto .body{
  text-align: left;
  overflow: hidden;
  max-height: 0px;
  transition: max-height .3s;
  padding: 0 30px;
}
.piatti .piatto.xpand .body{
  max-height: 1000px;
  transition: max-height .4s;
}
.piatti .piatto .head{
  cursor: pointer;
  text-align: left;
  margin: 0;
  border-radius: 10px;
  width: calc(100% + 15px);
  transition: background-color .3s;
}
.piatti .piatto.carted .info .prezzo{
  display: block;
  color: white;
}
.piatti .piatto.carted .head .action .prezzo{
  display: none;
}
.piatti .piatto.carted .head{
  transition: background-color .3s;
  background-color: var(--alt);
  color: white;
  cursor: pointer;
}
.piatti .piatto.carted .head .info .descrizione{
  color: white;
}
.piatti .piatto .head .qta{
  color: var(--main);
  text-align: center;
}
.piatti .piatto:not(.carted) .head .qta i{
  display: none;
}
.piatti .piatto:not(.carted) .head .qta .fa-plus-circle{
  position: relative;
  top: 10px;
}
.piatti .piatto.carted .head .qta{
  color: white;
}
.piatti .piatto .head .qta i, .piatto .chqta{
  display: block;
  font-size: 1.4rem;
  margin: auto;
  padding: 5px;
  cursor: pointer;
}
.piatti .piatto .head .qta i:active{
  color: var(--main);
}
.piatti .piatto .head .qta i:nth-child(2){
  margin-top: 10px;
}
.piatti .piatto .head .foto, .piatti .piatto .head .info, .piatti .piatto .head .action{
  padding: 10px 0;
  min-height: 60px;
}
.piatti .piatto .head .img{
  width: 70px;
  height: 70px;
  margin: auto;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  padding: 0;
}
.piatti .piatto .head .info.col-10{
  padding-left: 15px;
}
.piatti .piatto .head .info .nome, #render_cart .nome{
  font-size: .9rem;
  font-weight: 500;
}
.piatti .piatto .head .prezzo, #render_cart .prezzo{
  font-size: .9rem;
  font-weight: 300;
  color: var(--alt);
  height: 100%;
}
.piatti .piatto .head .info .descrizione{
  font-size: .75rem;
  font-weight: 300;
  color: var(--gray);
  max-height: 36px;
  overflow: hidden;
}
.piatti .piatto.xpand .head .info .descrizione{
  max-height: none;
}
.piatti .piatto .body label{
  display: block;
  margin-top: 20px;
}
.piatti .piatto .body .qualcosaltro{
  padding: 0 5px;
  max-width: 310px;
  margin: auto;
}
.piatti .piatto .body label i{
  color: var(--main);
}
.check{
  cursor: pointer;
  padding-bottom: 3px;
}
.check .box{
  vertical-align: top;
  display: inline-block;
}
.check .txt{
  display: inline-block;
  font-weight: 300;
  position: relative;
  bottom: .1rem;
  color: var(--gray);
  max-width: calc(100% - 30px);
}
.check img{
  width: 22px;
  position: relative;
  bottom: 1px;
  filter: brightness(0.9);
}
.check:not(.checked) .ischecked, .check.checked .unchecked{
  display: none;
}
.piatti .piatto .body .nota{
  color: #757575;
  font-size: .9rem;
  width: 100%;
  resize: none;
}
.check.checked .fas{
  display: inline-block;
}
.checks{
  margin: 0;
}
.checks .col-12, .checks .col-6{
  padding: 0 3px;
}
.checks .spaced{
  margin-right: 1px;
  margin-left: 3px;
  letter-spacing: 1px;
}
.check.consent .txt{
  max-width: 270px;
  margin-top: -1px;
  margin-bottom: 5px;
}
.widebut{
  padding: 10px;
  background-color: var(--main);
  margin: auto;
  max-width: 85%;
  border-radius: 12px;
  color: white;
  font-weight: 500;
  cursor: pointer;
  font-size: 1.15rem;
  text-align: center;
}
.widebut.disabled{
  background-color: var(--gray);
}
.widebut:active{
  background-color: var(--alt);
}
.widebut.small{
  padding: 2px;
  font-weight: 400;
  font-size: 1.1rem;
  width: 250px;
  border-radius: 7px;
  margin-bottom: 10px;
}
.widebut.small.aggiungi{
  margin-top: 10px;
}
.socialbut{
  background-color: white;
  color: var(--main);
  border: 2px solid;
}
.socialbut .icow{
  margin-right: -5px;
  position: relative;
  top: 1px;
}
#submitter{
  padding: 9px;
  margin-bottom: 50px;
}
#cart_head{
  position: fixed;
  bottom: 40px;
  width: 80%;
  left: 10%;
  z-index: 249;
  box-shadow: 0px 1px 2px 0px #3a3a3ab8;
  transition: bottom .5s;
  cursor: pointer;
  font-weight: 300;
}
#cart_head.empty{
  bottom: -200px;
  transition: bottom .5s;
}
#root.dontfloat #cart_head{
  transition: .3s;
  overflow: hidden;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}
.empty .nores{
  display: inherit;
}
#cart_tot{
  margin-left: 2px;
}
#cart_body{
  display: none;
  padding-top: 15px;
  z-index: 250;
  background-color: var(--solid);
  width: 100%;
  text-align: left;
}
#magic_popup #cart_body{
  display: block;
}
h2{
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 700;
  color: black;
}
.carrello h2{
  margin-bottom: 1.3rem;
}
.h-0, .h-0 .ghost{
  overflow: hidden;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}
.pad{
  padding: 15px;
}
.section{
  margin-bottom: 25px;
}
.carrello .piatto .chqta{
  margin: 0;
  padding-bottom: 0;
  margin-top: -10px;
  color: var(--main);
}
.carrello .piatto .chqta:active{
  color: var(--alt);
}
.carrello .piatto{
  border-bottom: 2px solid #d2d2d259;
  margin-top: 10px;
  padding-bottom: 10px;
}
.carrello .check .txt{
  font-size: 1rem;
  color: #333;
  font-weight: 400;
}
#render_cart .spaced{
  margin-right: 3px;
}
#render_cart .mod{
  font-weight: 300;
  font-size: .9rem;
  color: #757575;
}
#render_cart .mod i{
  margin-left: 5px;
  font-weight: 900;
}
.totale{
  margin-top: 10px;
  font-weight: 500;
}
#cerca{
  z-index: 150;
  padding-top: 60px;
  min-height: 640px;
  padding-bottom: 70px;
}
#search{
  width: 100%;
  max-width: 290px;
  margin: auto;
  margin-top: 25px;
  color: #545454;
  border-bottom: 2px solid #a5a5a5c4;
  font-size: 1.2rem;
  text-align: center;
}
#search_render{
  padding: 0;
}
#search_render.empty{
  box-shadow: none;
}
#cerca .piatti{
  margin: auto;
}
#cerca .piatti .piatto{
  margin-left: 0;
}
#cerca .hit{
  font-weight: 900;
  color: var(--main);
}
.tips{
  max-height: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: .85rem;
  color: #666565;
  text-align: left;
  margin: auto;
  width: 200px;
  margin-top: 3px;
  transition: max-height .5s;
}
.tips.open{
  max-height: 100px;
  transition: max-height .5s;
}
.tips .tip{
  padding: 3px 0;
  cursor: pointer;
}
.tips .tip:active{
  color: var(--main);
}
.cap_ok{
  font-size: 1rem;
}
.cap_ok.ok{
  color: var(--success);
}
.cap_ok.no{
  color: var(--danger);
}
.righter{
  margin-left: 40px;
  font-size: 0.9rem;
}
.righter .tips{
  width: 90%;
  margin-bottom: 5px;
}
.carrello .section label{
  border-bottom: 2px solid #d2d2d259;
  color: var(--gray);
  font-weight: 300;
  display: block;
}
#mod_indirizzo .minimal{
  border-bottom: 0;
}
#consegna_voluta select{
  border-bottom: 0;
  text-decoration: underline;
  cursor: pointer;
}
#paypal-button, .carrello .widebut {
  max-width: 315px;
  display: block;
  border-radius: 25px;
  margin: 20px auto 5px;
  transition: filter 1s;
}
.nofire{
  pointer-events: none !important;
  filter: saturate(0%);
}
#pay.now .widebut{
  display: none;
}
#pay.then #paypal-button{
  display: none;
}
#ordine_minimo{
  text-align: center;
  color: var(--gray);
}
.ritiraqui{
  color: var(--gray);
}
.onchecked{
  overflow: hidden;
  max-height: 0;
  transition: max-height .6s;
}
.onchecked.show{
  max-height: 400px;
  transition: max-height .6s;
}
@media (max-width: 500px){
  .cover .infocard{
    max-width: 90%;
  }
  #logocliente img{
    max-width: 100%;
  }
}
#preloader {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F9FA;
}
#preloader.exit{
  animation: fdout .3s;
  animation-fill-mode: forwards;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #d5dde0;
  -webkit-animation: spin 2s linear infinite, fdin .3s;
  animation: spin 2s linear infinite, fdin .3s;
  animation-fill-mode: forwards;
}
#loader_text{
  display: block;
  margin-top: 30px;
  margin-bottom: 140px;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: var(--main);
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--main);
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--alt);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0%   {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fdin{
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fdout {
  0% {opacity: 1;}
  100% {opacity: 0;}
}
.allert{
  transition: opacity .3s;
  font-size: 14px;
  background-color: var(--alt);
  position: absolute;
  top: 6px;
  font-weight: 700;
  left: -2px;
  border-radius: 50%;
  padding: 0px 6px;
  padding-top: 1px;
  padding-left: 5px;
  line-height: 19px;
}
.allert:not(.on){
  opacity: 0;
}
#magic_popup .carrello{
  padding-top: 40px !important;
}
#magic_popup .magic_close{
  top: 0px;
}
.mobile #logocliente{
  margin-left: 6.333333%;
}
.magic_close.white{
  color: white;
  z-index: 2;
}
#magic_popup .piatti{
  box-shadow: none;
  margin: 0;
  margin-right: 15px;
}
#magic_popup .piatti .piatto .head, #magic_popup  .piatti .piatto .body {
  left: 0px;
}
.search_control i{
  cursor: pointer;
  float: right;
  position: relative;
  bottom: 35px;
  left: 10px;
  color: #696666;
  font-size: 14px;
  padding: 10px;
}
.desktop .search_control i{
  left: 25px;
}
.search_control{
  display: inline-block;
}
#magic_popup .cover .darken{
  /*top: 48px;*/ /*removed .catnav*/
}
#magic_popup .catcontainer .magic_close{
  top: 53px;
}
.catnav{
  display: none; /*removed in 2.8.9*/
  width: 100%;
  height: 48px;
  overflow: hidden;
  text-align: center;
}
.catnav > div{
  height: 48px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space:nowrap
}
.catlink{
  display: inline-block;
  color: var(--main);
  padding: 13px;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}
.catlink:hover, .catlink:active{
  color: var(--alt);
}

.text-main{
  color: var(--main);
}

/*menu utente*/

@import "https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400";
.tabs {
  text-align: left;
  font-family: "Montserrat";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  background: white;
  padding: 50px 15px;
  width: 90%;
  height: 250px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  min-width: 240px;
  transition: .3s;
}
.menu_utente.login .tabs{
  max-width: 320px;
}
.tabs input[name="tab-control"] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  color: var(--main);
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  -webkit-box-flex: 1;
          flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul li label {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  width: 25%;
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: var(--main);
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: var(--main);
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: var(--main);
  margin-top: 5px;
  left: 1px;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: var(--main);
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: var(--main);
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: var(--main);
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: var(--main);
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: var(--main);
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: var(--main);
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: var(--main);
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: var(--main);
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    display: none;
  }
  .tabs .content section h2::after {
    display: none;
  }
  .tabs .content {
    margin: 0px 10px;
    margin-top: -10px;
  }
  .tabs .content section h2 {
    display: block;
  }
}

.tabs{
  height: auto;
}
@media(min-width: 768px){
  .menu_utente.logged .tabs{
    min-height: 620px;
  }
}
.menu_utente .tabs{
      max-width: 1050px;
}

.user-menu-open #logocliente{
  pointer-events: none;
}


.menu_utente.dispose{
  display: none;
}
.menu_utente{
  position: fixed;
  z-index: 399;
  top: -100vh;
  opacity: 0;
  height: calc(100vh - var(--upperbar));
  width: 100%;
  left: 0;
  background: #669f43;
  background: linear-gradient(0deg, #ff9645 0%, #669f43 35%);
  transition: .6s;
}
.menu_utente.open{
  top: var(--upperbar);
  opacity: 1;
}
.mu-inner{
  height: 100%;
  overflow: auto;
  margin: auto;
  opacity: 0;
  transition: .4s;
}
.user-menu-open .mu-inner{
  opacity: 1;
}
.mu-space{
  padding: 100px 0;
}


.profilo{
  max-width: 320px;
  margin: auto;
  text-align: center;
}
.propic img{
  max-width: 130px;
  margin-bottom: 1.5rem;
}
.profilo .form-control,
.profilo .btn{
  text-align: center;
  margin-bottom: 1rem;
}

.onchpwd{
  transition: .5s;
  overflow: hidden;
  max-height: 0;
}
.chpwd .onchpwd{
  max-height: 120px;
  padding: 5px;
}

#user_but{
  transition: .5s;

}
#user_but.disabled{

  color: var(--main);
}
.menu_utente .onlogin, .menu_utente .onsignup, .menu_utente .onlogged{
  display: none;
}
.login .onlogin,
.logged .onlogged,
.signup .onsignup{
  display: block;
}

.menu_utente .check.consent .txt{
  width: calc(100% - 30px);
}

.menu_utente .cap_ok,
.menu_utente h3{
  text-align: center;
}


.menu_utente .dot{
  display: inline-block;
    width: 5px;
    height: 5px;
    margin: 2px 5px;
    background: #ccc;
    border-radius: 50%;
}

.menu_utente .ordine{
  box-shadow: 0px 1px 6px 1px #9c9c9c;
padding: 10px;
margin: 70px 30px;
max-width: 280px;
width: 100%;
display: inline-block;
text-align: center;
}
@media(max-width: 768px){
  .menu_utente .ordine{
    display: block;
    margin: 70px auto;
  }
}
.menu_utente .ordine > .text-muted{
  font-size: .8rem;
  margin: 5px 0 10px;
}
.ordine .meta{
  text-align: left;
  font-size: .9rem;
  padding: 0 10px;
}
.ordine .mercante {
  margin-top: -50px;
}
.ordine .mercante img{
  height: 70px;
  background-color: white;
}

@media(min-width: 768px){
  .menu_utente .check{
    max-width: 310px;
    margin: auto;
    margin-top: 1rem;
  }
}


/* attivo evidenziato
.piatti .piatto.carted.active .head {
  transition: 0;
  background: var(--primary) !important;
}
*/

#yom_loader{
  width: 310px;
  position: relative;
  left: -30px;
}
