@charset "UTF-8";
.nascosto {
  display: none !important;
}

.contenuto {
  position: absolute;
  width: 100vw;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contenuto.open {
  pointer-events: none;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

body {
  overflow-x: hidden;
}

body.open {
  overflow-y: hidden;
}

.navbar-top.open {
  pointer-events: none;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.inizio {
  background-size: cover;
  pointer-events: none;
  background-position: center;
}

.contenitore {
  padding-top: 8vh;
  background-color: black;
}

.contenitoreinizio {
  color: #ad772b;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  min-height: 100vh;
  width: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.829);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}

.contenitoreinizio .linkPdf {
  pointer-events: all;
  font-size: 2rem;
  color: #ad772b;
}

.contenitoreinizio h2 {
  font-size: 2.3vw;
}

.contenitoreinizio * {
  margin-top: 10px;
  letter-spacing: 0.1px;
  text-align: center;
}

.contenitoreinizio p {
  color: #131419;
  max-width: 46vw;
  text-transform: uppercase;
}

.contenitoreinizio .allergeni {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contenitoreinizio .allergeni .allergie {
  width: 20%;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contenitoreinizio .allergeni .allergie p {
  font-size: 0.9rem;
  letter-spacing: -0.5px;
  text-align: center;
}

.contenitoreinizio .allergeni .allergie img {
  margin: 0 auto;
  padding: 10px;
  border-radius: 1rem;
  width: 2rem;
}

.hamburger2 {
  opacity: 0;
  z-index: 12;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  cursor: pointer;
  pointer-events: none;
  right: 5%;
  top: 4%;
  -webkit-transform: translate(-5%, -50%);
          transform: translate(-5%, -50%);
}

.hamburger2 div {
  width: 30px;
  height: 3px;
  background: #ffffff;
  margin: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hamburger2.open {
  opacity: 1;
  display: block;
  pointer-events: all;
}

.hamburger2.open .line1 {
  -webkit-transform: rotate(145deg) translate(-5px, 2px) scale(1.5);
          transform: rotate(145deg) translate(-5px, 2px) scale(1.5);
}

.hamburger2.open .line1 a {
  font-size: 1.8rem;
  display: block;
  color: #d0b13c;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 1;
  z-index: 99;
  -webkit-transform: rotate(266deg) translate(10px, 10px) scale(0.5);
          transform: rotate(266deg) translate(10px, 10px) scale(0.5);
}

.hamburger2.open .line2 {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 0;
}

.hamburger2.open .line3 {
  -webkit-transform: rotate(155deg) translate(-15px, -1px) scale(1.5);
          transform: rotate(155deg) translate(-15px, -1px) scale(1.5);
}

.categorie {
  z-index: 12;
}

.categorie .contenitoretuttili {
  padding-top: 60px;
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: fixed;
  width: 100vw;
  height: calc(100vh - 60px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-clip-path 1.2s ease-out;
  transition: -webkit-clip-path 1.2s ease-out;
  transition: clip-path 1.2s ease-out;
  transition: clip-path 1.2s ease-out, -webkit-clip-path 1.2s ease-out;
  clip-path: circle(50px at 90% -20%);
  -webkit-clip-path: circle(50px at 90% -10%);
  background-color: black;
}

.categorie .contenitoretuttili .contenitoreli {
  width: 33vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.categorie .contenitoretuttili li {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  text-transform: uppercase;
  list-style: none;
  text-decoration: none;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}

.categorie .contenitoretuttili li img {
  width: 50px;
}

.categorie .contenitoretuttili li:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  color: #d0b13c;
  -webkit-text-decoration: #d0b13c 0.2rem underline;
          text-decoration: #d0b13c 0.2rem underline;
}

.categorie .bottone.cliccato {
  pointer-events: none;
  cursor: none;
  color: #d0b13c;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-text-decoration: #d0b13c 0.2rem underline;
          text-decoration: #d0b13c 0.2rem underline;
}

.categorie.open {
  pointer-events: visible;
}

.categorie.open .contenitoretuttili {
  -webkit-clip-path: circle(145vmax at 100% 0);
          clip-path: circle(145vmax at 100% 0);
}

.categorie.open .contenitoretuttili li {
  opacity: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bottone.cliccato {
  pointer-events: none;
  cursor: none;
  color: #d0b13c;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-text-decoration: #d0b13c 0.2rem underline;
          text-decoration: #d0b13c 0.2rem underline;
}

.contenitorecategoria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  background-color: #1a1a1a;
}

.contenitorecategoria .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 5px 0px;
  text-transform: uppercase;
}

.contenitorecategoria .cat a {
  font-size: 1.2rem;
}

.contenitorecategoria .cat:hover {
  -webkit-transform: scale(1.2) translate(10px, 0px);
          transform: scale(1.2) translate(10px, 0px);
}

.contenitorecategoria .cat:hover a {
  color: #d0b13c;
  -webkit-text-decoration: #d0b13c 0.2rem underline;
          text-decoration: #d0b13c 0.2rem underline;
}

.contenitorecategoria .contcat {
  width: 30vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.contenitorecategoria .contcat .bottone.cliccato a {
  pointer-events: none;
  cursor: none;
  color: #d0b13c;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-text-decoration: #d0b13c 0.2rem underline;
          text-decoration: #d0b13c 0.2rem underline;
}

.contenitorecategoria img {
  width: 25px;
  margin-right: 3px;
}

.contenitorecategoria a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
  white-space: nowrap;
  color: #fff;
}

.contenitorepiatti {
  padding-top: 15px;
  width: 100vw;
  text-decoration: none;
  background-color: white;
}

.contenitorepiatti .contenitorepiatticat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contenitorepiatti .contenitorepiatticat .titolocat {
  width: 100vw;
  font-size: 2.5rem;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #705938;
}

.piatto:not(.dettaglio, .special):hover .spiegazione {
  top: -124px;
  background-color: rgba(255, 255, 255, 0.8);
}

.piatto {
  margin: 15px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 250px;
  height: 365px;
  text-align: center;
  border-radius: 20px;
  background-color: white;
  -webkit-transition: -webkit-box-shadow 1s ease;
  transition: -webkit-box-shadow 1s ease;
  transition: box-shadow 1s ease;
  transition: box-shadow 1s ease, -webkit-box-shadow 1s ease;
  overflow: hidden;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 8px 28px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 8px 28px 0px;
  position: relative;
}

.piatto .numero {
  position: absolute;
  font-size: 2rem;
  margin-top: 2%;
  margin-left: 2%;
  z-index: 2;
  color: white;
  background-color: black;
  border-radius: 1rem;
}

.piatto:not(.dettaglio):hover {
  -webkit-box-shadow: rgba(100, 100, 111, 0.8) 0px 8px 28px 0px;
          box-shadow: rgba(100, 100, 111, 0.8) 0px 8px 28px 0px;
}

.piatto:not(.dettaglio):hover .fotopiatto {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.piatto:not(.dettaglio):not(.special) .fotopiatto {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 275px;
  min-height: 275px;
  max-width: 250px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.piatto .btndettagli {
  position: absolute;
  top: -150%;
  height: 50px;
  width: 8rem;
  right: calc((100% - 8rem) / 2);
  font-size: 1.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #333333;
}

.piatto:hover:not(.dettaglio) .btndettagli {
  top: 10px;
}

.piatto .spiegazione {
  position: relative;
  height: 220px;
  top: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.piatto .spiegazione * {
  max-height: 100%;
}

.piatto .spiegazione .descrizionepiatto {
  text-transform: lowercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
  width: 100%;
  font-family: "Wire One", sans-serif;
  font-size: 1rem;
  font-weight: bolder;
  height: 125px;
}

.piatto .spiegazione .nomepiatto {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  text-align: center;
  color: black;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.piatto .spiegazione .nomepiatto a {
  color: #6e5500;
  font-size: 1.1rem;
  line-height: 20px;
  height: min-height;
}

.piatto .spiegazione .prezzopiatto {
  font-size: 1rem;
  display: block;
  text-align: right;
  padding-right: 15px;
  height: 20px;
  color: black;
}

.piatto .spiegazione .prezzopiatto::after {
  content: "€";
}

.piatto .spiegazione .contenitoreicondettaglio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.piatto .spiegazione .contenitoreicondettaglio img {
  margin: 0 0.1rem;
}

.piatto .spiegazione .contenitoreicondettaglio a {
  display: none;
}

.piatto .contenitoredettaglio {
  display: none;
}

.piatto.large:not(.dettaglio) {
  border-radius: 0;
  width: 500px;
  background-color: rgba(255, 255, 255, 0);
}

.piatto.large:not(.dettaglio) .fotopiatto {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.piatto.large:not(.dettaglio):hover .spiegazione {
  background-color: rgba(255, 255, 255, 0.8);
}

.piatto.large:not(.dettaglio) .spiegazione {
  background-color: white;
}

.piatto.large:not(.dettaglio) .spiegazione .nomepiatto a {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  font-size: 1.8rem;
}

.piatto.dettaglio {
  background-color: #ffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80vw;
  max-width: 700px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  min-height: 30rem;
  max-height: 700px;
  z-index: 2;
  margin: 0;
  -webkit-animation: copar 1s;
          animation: copar 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.piatto.dettaglio .fotopiatto {
  width: 100%;
  height: 50%;
  max-height: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.piatto.dettaglio .spiegazione {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  min-height: 10rem;
}

.piatto.dettaglio .nomepiatto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: 100%;
  padding-left: 5%;
}

.piatto.dettaglio .nomepiatto a {
  font-size: 2rem;
}

.piatto.dettaglio .prezzopiatto {
  width: 5rem;
  position: absolute;
  font-size: 1.5rem;
  bottom: 0.5rem;
  right: 0;
}

.piatto.dettaglio .descrizionepiatto {
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

.piatto.dettaglio .btnchiudidettaglio {
  z-index: 3;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 1vw;
  top: 1vh;
  cursor: pointer;
}

.btnchiudidettaglio {
  background-color: black;
  display: none;
  border-radius: 1rem;
}

.btnchiudidettaglio img {
  background-color: black;
  max-width: 100%;
  max-height: 100%;
  border-radius: 1rem;
}

.piatto.special:not(.dettaglio) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 465px;
  margin: 15px 10px;
}

.piatto.special:not(.dettaglio) .numero {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.piatto.special:not(.dettaglio) .spiegazione {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 360px;
  right: 0px;
}

.piatto.special:not(.dettaglio) .nomepiatto {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: 340px;
  font-size: 1.8rem;
  line-height: 30px;
  padding: 0;
  width: 60px;
}

.piatto.special:not(.dettaglio) .nomepiatto a {
  width: 60px;
  font-size: 1.8rem;
}

.piatto.special:not(.dettaglio) .contenitoreicondettaglio {
  width: 25px;
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.piatto.special:not(.dettaglio) .contenitoreicondettaglio img {
  margin: 0;
}

.piatto.special:not(.dettaglio) .descrizionepiatto {
  height: 95%;
  width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.piatto.special:not(.dettaglio) .prezzopiatto {
  position: absolute;
  bottom: 0px;
}

.piatto.special:not(.dettaglio) .fotopiatto {
  width: calc(100% - 85px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: contain;
     object-fit: contain;
}

.piatto.special:not(.dettaglio):hover .spiegazione {
  right: 200px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 800px) {
  .open .contenuto {
    overflow-y: hidden;
  }
  .contenitoreinizio {
    width: 70%;
  }
  .contenitoreinizio h2 {
    font-size: 1.8rem;
  }
  .contenitoreinizio p {
    max-width: 98%;
  }
  .categorie .contenitoretuttili .contenitoreli {
    width: 50vw;
  }
  .piatto:not(.dettaglio, .large) {
    margin: 5px 5px;
    width: 48vw;
    max-width: 250px;
  }
  .piatto:not(.dettaglio):not(.special):not(.large) .fotopiatto {
    max-width: 100%;
  }
  .piatto.special:not(.dettaglio) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 98vw;
    max-width: 465px;
  }
  .piatto.large:not(.dettaglio) {
    width: 98vw;
    max-width: 500px;
  }
  .contenitorepiatti {
    width: calc(100vw - 10px);
    padding: 0 5px;
  }
}

@media screen and (max-width: 530px) {
  .contenitorecategoria .contcat {
    width: 50vw;
  }
  .allergie img {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .contenitoreinizio {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.425);
  }
  .contenitoreinizio h2 {
    font-size: 2rem;
    color: #c49753;
  }
  .contenitoreinizio p {
    letter-spacing: 0.2px;
    color: white;
    max-width: 70vw;
    text-align: start;
  }
  .categorie .contenitoretuttili li {
    font-size: 1.3rem;
  }
  .piatto.large:not(.dettaglio) {
    height: 305px;
  }
  .piatto.large:not(.dettaglio) .fotopiatto {
    width: 100%;
    max-height: 220px;
    min-height: 220px;
  }
  .piatto:not(.dettaglio) {
    width: 45vw;
    height: calc(48vw + 90px);
  }
  .piatto:not(.dettaglio):not(.special) .nomepiatto {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .piatto:not(.dettaglio).special {
    width: 80vw;
    height: 210px;
    margin: 10px 0;
  }
  .piatto:not(.dettaglio).special .fotopiatto {
    width: calc(80vw - 85px);
  }
  .piatto:not(.dettaglio).special .spiegazione {
    height: 100%;
  }
  .piatto:not(.dettaglio).special .spiegazione .nomepiatto {
    height: calc(100% - 20px);
  }
  .piatto:not(.dettaglio).special .spiegazione .nomepiatto a {
    font-size: 1.4rem;
  }
  .piatto:not(.dettaglio):not(.special):hover .spiegazione {
    top: -135px;
  }
  .piatto:not(.dettaglio):not(.special):not(.large) .fotopiatto {
    max-width: 48vw;
    min-width: 48vw;
    max-height: 48vw;
    min-height: 48vw;
  }
  .piatto:not(.dettaglio):not(.special) .spiegazione .nomepiatto {
    letter-spacing: -1px;
    height: 40px;
  }
  .piatto:not(.dettaglio):not(.special) .spiegazione .nomepiatto a {
    line-height: 20px;
  }
  .piatto:not(.dettaglio) .descrizionepiatto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=menu.css.map */