.left-menu{
    background-color:#FFCA30;
    height: 600px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow-y: scroll;
    position: sticky; 
    top: 107px;
}
.left-logo{
    max-width:120px;
    max-height: 100px;
    min-width:70px;
}
.nav{
    z-index: 100;
}
.category{
    font-size: 13px;
    line-height: 24px;
    font-family: "Sora", sans-serif;
    color: #666;
}
.category a{
    border: 5px solid transparent;
    font-weight: 600;
    transition: 0.3s ease;
    color: #FFCA30;
}
.category a:visited, a:active, a:focus, a:hover{
    border: 5px solid #fff;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 40px;
    font-weight: 600;
}
.category p{
    font-size: 12px;
    font-weight: bold;
    font-family: "Estedad-VF-FD", sans-serif;
    color: #153F82;
    margin: 4px 0 0 0;
    line-height: 18px;
}
.category img{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 40px;
    
}
.menu-item a{
    font-weight: 600;
    color: #FFCA30;
}
.menu-item-img{
    width: 100%;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 60px;
    max-width: 100%;

}
.menu-item-price{
    width: 20%;
    float: left;
    font-size: 17px;
    font-weight: 700;
}
.menu-item-price p{
    font-weight: 400;
    margin-bottom: 24px;
}
.menu-item-name{
    width: 80%;
    float: left;
    text-align: right;
    font-weight: bold;
    font-family: "Estedad-VF-FD", sans-serif;
}
.menu-item-name h5{
    color: #292929;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 24px;
}
.menu-item{
    margin: auto;
    width: 90%;
}
