#nav_toggle {
    position: fixed;
    top:15px;
    left: 15px;
    z-index: 100;
}
#nav_toggle span {
    color: white;
    font-size: 48px;
}
#nav_menu {
    background-color: white;
    left: 0;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100vw;
    max-width: 640px;
    z-index: 101;
}
#nav_menu ul {
    list-style: none;
    padding: 0;
}
#nav_menu ul li {
    border-bottom: thin solid #ddd;
    padding: 10px;
    text-align: center;
    font-size: 24px;
}
#nav_menu ul li a {
    text-decoration: none;
}
#nav_close {
    font-size: 50px;
    margin: 20px 0 0 0;
    text-align: center;
}
.offset:before {
    content: " _ ";
    display: block;
    height: 150px;
    margin-top: -150px;
    position: relative;
    visibility: hidden;
}

h3 {
    font-weight: 600;
    text-align: center;
}
div.menu_voice {
    border-bottom: thin dashed #aaa;
    padding-bottom: 10px;
}
div.menu_voice div.flex_container {
    align-items: flex-end;
}
div.menu_voice p {
    margin: 0;
}
p.name {
    font-weight: 600;
    margin-top: 5px!important;
}
p.price {
    font-size: 22px;
    font-weight: 600;
}
p.ingredients {
    font-size: 0.9rem;
}
div.flex_container {
    display: flex;
    gap: 10px;
}
div.row_margin {
    margin-bottom: 10px;
}
#note {
    background-color: antiquewhite;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-top: 30px;
    padding: 20px;
}
#note h3 {
    margin-top: 0;
}
#menu_altre_lingue {
    background: #eee;
    padding: 1px 50px 20px 50px;
    border-radius: 10px;
}
#flag_container {
    width: 330px;
    margin: 0 auto;
}
#flag_container p {
    flex: 1;
}
#flag_container img {
    border-radius: 50px;
    cursor: pointer;
    height: 40px;
    max-width: 58px;
    width: 100%;
}
#qrcode {
    border: 10px solid #92cded;
    border-radius: 25px;
    box-shadow: 2px 2px 5px #666;
    margin: 25px auto 25px auto;
    padding: 20px;
    width: 220px;
}
#qrcode img {
    width: 220px;
}

@media only screen and (max-width: 600px) {
    #menu_altre_lingue {
        padding: 1px 30px 20px 30px;
    }
    #flag_container {
        width: inherit;
    }

}
