.menu-index-container .menu-index-item .image img{
    width: 80px;
}
.menu-index-container .menu-index-item .image{
    display: flex;
    align-items: center;
    width: 108px;
    justify-content: center;
}
.menu-index-container .menu-index-item .title{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin: 0 15px 0 15px;
}
.menu-index-container .menu-index-item {
    height: 115px;
    margin-right: 10px;
    background-color: #F1F1F1;
    flex: 1;
    border-radius: 20px;
    padding: 15px 0 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;


}
::-webkit-scrollbar {
    -webkit-appearance: none !important;
}
::-webkit-scrollbar:vertical {
    width: 12px !important;
}
::-webkit-scrollbar:horizontal {
    height: 12px !important;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3 ) !important;
    border-radius: 10px !important;
    border: 2px solid #ffffff !important;
}
::-webkit-scrollbar-track {
    border-radius: 10px !important;
    background-color: #ffffff !important;
}
.menu-index-container {
    overflow: scroll;
    display: flex;
    margin-top: 6px;
    margin-bottom: 8px;
}