body {
    min-height: 100dvh;
    min-height: -webkit-fill-available;
    font-family: 'Montserrat', sans-serif;
    overflow-y: hidden;
}

.app-menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

#home-menu .content-menu {
    height: 100dvh;
    background-color: black;
    overflow-y: hidden;
}

#list-menu .content-menu {
    height: 100dvh;
    background-color: #000;
    padding: 0 12px;
    overflow-y: scroll;
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

.content-menu svg {
    position: absolute;
    top: 20px;
    left: -25px;
}

.nav-menu {
    position:relative;
    height: 100dvh;
    overflow-y: scroll;
    text-align: center;
}

.nav-menu .logo {
    position: sticky;
    top: 0px;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 10;
}

.menu-category {
    padding-top: 20px;
}


.menu-item {
    padding-bottom: 40px;
}

.menu-item p,
.menu-item a {
    font-size: 3.467vw;
    color: #000;
    text-decoration: none;
    margin-top: 11px;
}

@media (min-width: 375px) {
    .menu-item p {
        font-size: 13px;
        margin-top: 11px;
    }
}

.dot-category {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 25px;
    margin: auto;
}

.dot-category.active-category {
    border: 1px solid #CF8626;
}

.dot-category.active-category::after {
    content: '';
    width: 17px;
    height: 17px;
    background-color: #CF8626;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
}

/* LIST MENU */
#list-menu .heading-category {
    position: sticky;
    top: 0;
    background-color: black;
}

.list-menu .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    border-bottom: 1px solid #2A2A2A;
}

.list-menu .item .product-name {
    margin-top: 17.5px;
    margin-bottom: 7.5px;
}

.list-menu .item .product-name p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0px;
}

.list-menu .item .product-name span {
    font-size: 13px;
    color: #fff;
}

.list-menu .item .product-price {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 7.5px;
}


/* HEADING TIPOLOGIA CALICI */
.tipologia_calice p {
	color: black;
	padding-bottom: 10px;
	padding-top: 10px;
	background: white;
	margin-bottom: 20px;
	padding-left: 10px;
	margin-top: 20px;
}