.hero-content-inner h1 {

    color: var(--color-cedar);
}
.footer-info.ui-underline-parent.text-small.credits {
    text-align: center;
    margin: 30px;
}
.footer {
    padding-bottom: 1.5357143rem;
}
.hero-smalltitle, .altboxes-item-smalltitle, .map-label {
    letter-spacing: 3px;
}
.top-menu svg path {
    color: var(--color-cedar);
}
.boxes-item-overlay svg, .hero-box.hero-box--content>svg {
    opacity: 0.6;
}


/* Nuove modifiche applicativo ristorante */

p.ingredients {
    display: inline;
}
.allergen-numbers {
    font-weight: 600;
    color: var(--color-gray);
    font-style: italic;
    font-size: x-small;
}
.frozen {
    font-size: small;
    line-height: 0;
    color: var(--color-red);
}

@media print {
    .allergen-numbers {
        font-weight: 600;
        color: var(--color-cedar);
        font-size: 6px;
        font-style: italic;
    }
}

/* Struttura per la ripetizione header */
.print-wrapper-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .print-wrapper-table th, 
  .print-wrapper-table td {
    padding: 0;
    border: none;
    text-align: left;
    font-weight: normal;
  }
  
  thead {
    display: table-header-group; 
  }
  .print-header {
    display: flex !important;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 20px 0 40px 0;
  }
  
  .header-line {
    flex: 1;
    height: 1px !important;
    background-color: var(--color-red) !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  
  .header-logo img {
    height: 60px;
    width: auto;
    display: block;
  }
  
  .print-allergeni-legenda {
    margin-top: 50px;
    page-break-inside: avoid;
  }
  
  .print-allergeni-legenda .header-line {
    margin-bottom: 20px;
  }
  
  .allergeni-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    font-size: 0.75rem;
  }
  
  @media print {
    @page {
      margin: 1.5cm;
    }
    body {
      background: white;
    }
  }

.menu-allergeni-legenda {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 1.4em;
    margin-top: 10rem;
}
.menu-allergeni-legenda h6 {
    color: var(--color-gray);
}
.allergeni-list {
    margin-top: 1.2rem;
    display: flex;
    width: 100%;
    gap: .8em;
    text-align: left;
    flex-direction: column;
    font-size: clamp(13px, .7738095rem, 16px);
    padding: 1.4em;
    font-weight: 400 !important;
    line-height: 1.4;
    background-color: var(--color-bone);
    border-radius: 12px;
}

@media only screen and (max-width:760px) {
    .allergeni-list {
    width: 92%;
    height: 100% !important;
  }
  .menumobile {
    overflow: visible !important;
    height: auto !important;
}
}

.menumobile {
  min-height: max-content;
}

.inactive {
  display: none !important;
}
.menumobile-category{
  min-height: 100dvh;
}
.menumobile-category[data-active] {
  min-height: 100dvh;
}

@media screen and (max-width:760px) {
  :has(.menumobile-category[data-active]) .menu-allergeni-legenda {
    display: none !important;
  }
}

ul.top-main-languages.layout-row.select-language {
  justify-content: center;
  margin: 1.2rem 0 4rem 0;
}

.subcat-note {
  padding: 1.4rem;
  font-size: small;
  font-weight: 400 !important;
  line-height: 1.4;
  background-color: var(--color-bone);
  border-radius: 12px;
  margin: 1.4rem 0;
}
@media print {
  .subcat-note {
    -webkit-print-color-adjust: exact; 
    padding: 1.4rem;
    font-size: x-small;
    font-weight: 400 !important;
    line-height: 1.4;
    background-color: #ede1db;
    border-radius: 12px;
    margin: 1.4rem 0;
  }
}

.legend-icons img {
  object-fit: contain;
  width: auto;
  height: calc(var(--line-height) * 1.45);
}
.legend-icons {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: .8rem;
}
.legend-others{
  display: flex;
  flex-direction: row;
}
.allergeni-list h6 {
  color: var(--color-red);
}
.legend-h6 {
  margin-top: 1.2rem;
}
@media print {
  .allergeni-list {
    margin-top: 1.2rem;
    display: flex;
    width: 100%;
    gap: 1.4rem;
    text-align: left;
    flex-direction: column;
    font-size: clamp(13px, .7738095rem, 16px);
    padding: 1.4rem;
    font-weight: 400 !important;
    line-height: 1.4;
    -webkit-print-color-adjust: exact; 
    background-color: #ede1db;
    border-radius: 12px;
  }
  .legend-icons img {
    object-fit: contain;
    width: 20px;
    height: 20px;
  }
  .legend-icons {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: .8rem;
  }
  .legend-others{
    display: flex;
    flex-direction: row;
  }
  .allergeni-list h6 {
    color: var(--color-red);
  }
  .legend-h6 {
    margin-top: 20px;
  }
  .menu-allergeni-legenda {
    break-before: page;
    padding-top: 2rem;
  }
  
}

.menu-section+p {
  margin: 3.0952381rem 0;
}
.menu-section-item-toggle {
  float: right;
  width: auto;
  height: calc(var(--line-height) * 1.20);
  margin-left: .4em;
}
.--vegan ~ .--bio {
  display: none;
}
.--glutenfree ~ .--bio {
  display: none;
}

@media print {
  .menu-section-item-toggle {
      position: absolute;
      float: unset;
      width: 15px;
      height: 15px;
      left: -20px;
      margin-top: 2px;
      margin-left: 0;
      margin-right: 0;
      object-fit: contain;
      object-position: center top
  }
  .--vegan + .--glutenfree {
    left: -38.5px;
  }
  .--vegan ~ .--bio {
    display: none;
  }
  .--glutenfree ~ .--bio {
    display: none;
  }
  .menu-section-item h6 {
    color: var(--color-red);
    border-bottom: none;
    padding-bottom: .1em;
  }
  h5{
    display: none;
  }
}

.menumobile-category-section h5, .menu-section-item h6 {
  color: var(--color-red);
}
@media (hover:hover) {
  .menu-categories a:hover {
      background-color: var(--color-red);
  }
}

img.bio-icon, img.glutenfree-icon {
  margin-left: .4em;
}

h6.legenda-h6 {
  margin-top: .8em;
}
.legend-others sup {
  line-height: .8;
  margin-right: .1em;
  font-size: x-large;
}

.menumobile-category-back {
  background-color: var(--color-red);
}






/* template per menu speciali desktop mobile e menuprint-special */

.menu-section.special {
  grid-template-columns: 1fr;
  padding: 32px 34px;
}
.menu-section.special:before {
  display: none;
}
.menu-section.special+.menu-section.special {
  margin-top: 0;
}

@media print {
  .menu-section.special, .menu-notes.special, .menu-notes.text-content.special {
    padding: 0 !important;
    border-width: 0;
    grid-template-columns: minmax(0, 1fr);
    page-break-before: unset;
    
  }
  .menu-section.special:before {
    display: none;
  }
  .menu-section.special+.menu-section.special {
    margin-top: 0;
  }
}
.menu-section.special {
  border: none;
  text-align: left;
}
.menu-section-item.special h5 {
  color: var(--color-red);
  /* border-bottom: 1px solid var(--color-cedar); */
  padding-bottom: .3em;
}

.menu-notes.text-content.special h5 {
  padding: 15px;
  border: 1px solid;
  display: inline-block;
  border-radius: 32px;
}
.menu-notes.text-content.special {
  color: var(--color-red);
  text-align: left;
  padding: 0px 34px;
  margin: 60px 0;
}
.menu-notes.text-content.special.note {
  font-size: var(--font-size);
  color: var(--color-cedar);
  font-weight: 600;
  margin: 0px;
}

@media screen and (max-width:760px) {
  .menu-section.special {
    padding: 32px 16px;
  }
  .menu-notes.text-content.special.note p {
    font-size: var(--font-size);
    color: var(--color-cedar);
    font-weight: 600;
    font-style: normal;
    margin: 0px;
  }
  .menu-notes.text-content.special {
    color: var(--color-red);
    text-align: left;
    padding: 0px 16px;
    margin: 40px 0;
    width: 100%;
  }
  .menumobile .menu-notes.special p {
    font-weight: inherit;
    font-style: inherit;
  }
  .layout-content {
    padding-top: 0px !important;
  }
}


@media print {
  .menu-section-item.special h5{
    display: block;
  }
  .menu-notes.text-content.special.price{
    text-align: center !important;
  }
}

.menu-container.special h5 {
  display: block;
  text-align: center;
  margin-bottom: 4rem;
}



/* Casetta */

.menumobile-category-section.casetta ul {
  overflow:visible;
}
.menumobile:has(.menumobile-category[data-active]) .menumobile-category:not([data-active]) {
  display: none !important;
}



/* Solo titoli coerenza con sito web */
h1, h5, h6 {
  font-family: "Playfair Display", serif;;
}

.backto {
  margin-bottom: 40px;
  text-align: center;
}
.backto a {
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid black;
  font-size: small;

}

