﻿.menu-navigation {
    border-top: 1px solid #f7f3f3;
    border-bottom: 1px solid #f7f3f3;
    height: 40px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs-classic .tab-content {
    max-height: 650px;
    overflow: auto;
}

.isotope-filters.group-sm li:first-of-type {
    margin-left: 0;
}

    .one-category {
        cursor: default;
    }

    .menu-navigation li {
        display: inline-block;
        box-sizing: border-box;
        padding: 14px 30px;
        font-weight: 500;
        font-size: 15px;
        cursor: pointer;
    }

        .menu-navigation li.active {
            padding: 9px 30px;
            border-bottom: 2px solid black;
            margin-top: 4px;
            font-weight: bold;
        }

.menu-navigation-body {
}

.menu_section_body {
    width: 100%;
}

.menu_category {}

    .menu_category:first-child {
        margin-top: 18px;
    }


.menu_category_title {
    margin-top: 0px;
}

    .menu_category_title h2 {
        text-align: center;
        border-bottom: 1px solid #f7f3f3;
        padding-bottom: 15px;
        font-weight: 700;
    }

.item-section-header {
    background-color: #6B6B6C;
    margin-left: 0px;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
}

.item-section-title {
    margin-left: 15px;
}
    .menu_item {
        margin-left: 15px;
    }

    .menu_item h3 {
        font-size: 18px;
        text-transform: capitalize;
        margin-bottom: 5px;
        font-weight: 500;
        margin-top: 25px;
        font-weight: bold;
    }

        .menu_item h3 span {
            float: right;
        }

    .menu_item p {
        font-size: 15px;
    }

.menu_items-block {
    padding-left: 124px;
    padding-right: 124px;
}

.list-item.isotope-item {
    margin-top: 25px;
    background-color: #6B6B6C;
    padding: 5px 20px;
    font-size: 20px;
}

.isotope-item.list-item:first-of-type {
    margin-top: 0;
}

.box-event-modern .event-item-modern:last-of-type {
    margin-bottom: 40px;
}

.event-item-modern > * + * {
    margin-top: 5px;
}

.event-time {
    line-height: 20px;
}

.list-price,
.list-price div {
    width: 100%;
    font-weight: 300;
    padding-left: 0;
}
    .list-price {
        padding: 10px 0;
    }

    .list-price::before {
        right: -5px;
        bottom: 0px;
        left: 5px;
    }

    .list-price .item-title {
        font-weight: bold;
    }

    .isotope {
        margin-bottom: 25px;
    }

.isotope.not-active {
    display: none;
}

.isotope .element-item {
    float: none;
    display: block;
    width: 100%;
    position: relative !important;
    top: unset !important;
    transform: unset !important;
}

.item-title {
    font-weight: bold;
    cursor: default;
}

.section-title
 {
    cursor: default;
}

.item-price {
    cursor: default;
    text-align: right;
}

.list-price a:hover {
    color: #FFF;
}



@media screen and (max-width: 900px) {
    html .group-sm {
        margin-bottom: unset;
        margin-left: unset;
    }
    .isotope-filters {
        flex-wrap: unset;
        overflow-x: scroll;
    }
}

@media screen and (max-width: 700px) {
    .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;
            margin-top: 4px;
            font-weight: bold;
        }

        .menu-navigation li {
            display: inline-block;
            box-sizing: border-box;
            padding: 9px 10px;
            font-weight: 500;
            font-size: 13px;
        }

    .menu_category_title h2 {
        font-size: 17px;
        border-bottom: 1px solid #ccc;
    }

    .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 #f7f3f3;
        border-bottom: 1px solid #f7f3f3;
        height: auto;
        list-style: none;
        display: block;
        padding-left: 15px;
    }

        .menu-navigation li.active {
            padding: 9px 10px;
            border-bottom: 2px solid black;
            margin-top: 4px;
            font-weight: bold;
        }

        .menu-navigation li {
            display: inline-block;
            box-sizing: border-box;
            padding: 9px 20px;
            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;
    }
}
