body {
    font-family: 'Helvetica Neue', sans-serif;
    background-color: #fefefe;
    color: #2e2e2e;
}
h1{
    font-size: 40px !important;
}
.menu-section {
    padding: 1rem 1rem;
}
.menu-section h2 {
}
.menu-section .containerTitoloSecondoLivello {
    border-bottom: 2px solid #d7a360;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}
.menu-section .containerTitoloSecondoLivello p{
    margin-bottom: 0px;
}
.menu-item {
    margin-bottom: 1.5rem;
}
.menu-item .price {
    float: right;
    font-weight: bold;
}
.anchor-link {
    scroll-margin-top: 100px;
}
.navbar {
    background-color: #22244a;
}
.navbar-nav{
    margin-top: 40px;
}
.navbar-nav .nav-link:not(.no-white) {
    font-weight: bold;
    color:rgb(255, 255, 255);
}
.navbar-nav .nav-link:hover {
    color: #d7a360;
}
.logoHeader{
    max-width: 50%;
}
.titleSection{
    color: #d7a360;
    border-bottom: 1px solid #d7a360 !important;
}
/* Overlay nero */
.custom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  display: none;
}

/* Side menu */
.side-menu {
  position: fixed;
  top: 0;
  left: -85%;
  height: 100%;
  width: 85%;
  max-width: 400px;
  background-color: #22244a;
  z-index: 1050;
  padding: 2rem 1rem;
  overflow-y: auto;
  transition: all 0.3s ease;
  box-shadow: 2px 0 10px rgba(0,0,0,0.2);
}

/* Menu attivo */
.side-menu.active {
  left: 0;
}

/* Overlay attivo */
.custom-overlay.active {
  display: block;
}

/* Bottone chiusura */
.close-menu {
  font-size: 2rem;
  border: none;
  background: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.modal-content{
    background-color: #22244a !important;
    color: #000000;
}
.modal-header{
    background-color: #22244a;
    color: white;
    border-bottom: 1px solid #d7a360;
}
.modal-body{
    color: white;
}
.modal-body .btn-secondary{
    color: #22244a;
    background-color: white;
    margin-top: 10px;
}
.modal-body .btn-primary{
    color: white;
}
.modal-footer{
    border-top: 1px solid #d7a360;
}
.close-menu{
    z-index: 1;
    color: white;
}
#sideMenu .navbar-nav .dropdown-menu{
    position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
}
.no-white{
    color: #212529;
    padding: 0.25rem 1.5rem !important;
}
#sideMenu a {
    font-size: 20px;
}
.containerAllergeni {
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin-top: 10px;
}
.containerAllergeni .containerAllergeno{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


/* SELETTORE LINGUA*/
button#changeLanguageBtn {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 14px;
    line-height: 14px;
}
#languageModal .modal-content {
    background: #fff;
    border: none;
  }
.gtranslate_wrapper a {
    margin: 0 10px;
    transition: transform 0.2s ease;
}
.gtranslate_wrapper a img {
    width: 64px !important;
    height: auto !important;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.gtranslate_wrapper a:hover {
    transform: scale(1.15);
}
/* Sfondo sfocato per la modale */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
}
/* SELETTORE LINGUA*/

footer{
    background-color: #22244a;
}