.menu-navigation {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    height: 40px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-navigation li {
    padding: 9px 15px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 15px;
    cursor:pointer;
}

.menu-navigation li.active {
    padding: 9px 15px;
    font-weight: bold;
}

.menu_section_body {
    width: 100%;
}

.menu_category:first-child {
    margin-top: 18px;
}

.menu_category:not(:first-child) {
    margin-top: 50px;
}

.menu_category_title {
    margin-top: 0px;
}

.menu_category_title h2 {
    text-align: left;
    /*border-bottom: 1px solid #c0c0c0;*/
    /*padding-bottom: 15px;*/
    font-weight: bold;
    font-size: 22px;
}

.menu_item h3 span#price {
    color: #000;
    font-weight: normal;
}

.menu_item h3 {
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 25px;
    font-weight: bold;
}

.menu_item h3 span {
    float: right;
    font-size: 16px;
    font-family: "Roboto Regular", sans-serif;
}

.menu_item p {
    font-size: 13px;
    margin-bottom: 0;
}

.menu_items-block{
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 400px) { 
    .menu-navigation {
        border-top: 1px solid #f7f3f3;
        border-bottom: 1px solid #f7f3f3;
        height: auto;
        list-style: none;
        display: block;
        padding-left:15px;
    }

    .menu-navigation li.active {
        padding: 9px 15px;
        border-bottom: 2px solid black;
        font-weight:bold;
        border-bottom: 2px solid black;
        font-weight:bold;
    }

    .menu_category_title h2 {
        font-size: 17px;
        border-bottom: 1px solid #c0c0c0;
    }

    .menu_item h3 {
        font-size: 14px;
    }

    .menu_item p {
        font-size: 13px;
    }

    .menu_items-block{
        padding-left: unset;
        padding-right: unset;
    }
}

@media screen and (max-width: 415px) and (min-width: 414px){ 
    .menu-navigation {
        border-top: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0;
        height: auto;
        list-style: none;
        display: block;
        padding-left:15px;
    }
    
    .menu-navigation li {
        box-sizing: border-box;
        padding: 9px 15px;
        font-weight: 500;
        font-size: 15px;
    }

    .menu_category_title h2 {
        font-size: 17px;
        border-bottom: 1px solid #f7f3f3;
    }

    .menu_item h3 {
        font-size: 14px;
    }

    .menu_item p {
        font-size: 13px;
    }

     .menu_items-block{
        padding-left: unset;
        padding-right: unset;
    }
}

@media screen and (min-width: 641px) {
    .menu-navigation li {
        display: inline-block;
    }

    .menu-navigation li.active {
        padding: 9px 15px;
        font-weight: bold;
    }
}