.menus-template {
    margin: auto;
}

.menus-page-heading {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}
.menu-heading-item {
    min-width: 190px;
    max-width: 200px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    display: flex;
}
.menu-heading-logo-img {
    width: 109px;
}
.menu-heading-title {
    margin: 0;
    font-weight: 800;
}
.menu-heading-item > span {
    font-weight: bold;
    line-height: 20px;
}
.menu-heading-item .url {
    text-decoration: underline;
    color: blue;
}

.menus-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 25px 0;
}

.select-menu-tab {
    margin-top: 0;
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 0;
    background-color: #959492;
    border-color: #959492;
    border: 0;
    line-height: 1;
    padding: 0.5rem 1rem 0.5rem !important;
    border-radius: 0;
    color: #fff;
    transition: all .2s ease-in-out 0s;
    font-size: .8rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.select-menu-tab:hover, .select-menu-tab.active {
    color: #fff;
    background-color: #000;
    border-color: #000;
    background-image: none;
    cursor: pointer;
}

.dish-menu-container {
    transition: all .2s ease-in-out 0s;
    opacity: 0;
    display: none;
}
.dish-menu-container.block{
    display: block;
}
.dish-menu-container.show{
    opacity: 1;
}

.dish-menu-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
}

.cat-item {
    padding: 5px 10px;
    width: 305px;    
    margin: 10px 0 15px;
}
.cat-item .cat-title {
    text-align: center;
    padding-bottom: 10px;
}
.cat-item .cat-title span {
	text-decoration: underline;
    font-weight: bold;
}
.cat-content {
    padding-top: 10px;
}


.group-item .group-title-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 13px;
    padding: 3px 0;
}
.group-item .group-title {
    width: max-content;
    padding: 0 5px 0 0;
    max-width: 245px;
}
.group-item .group-title div {
    width: max-content;
    max-width: 100%;
}
.group-item .group-number {
    width: max-content;
    padding: 0 0 0 5px;
    max-width: 75px;
}
.group-item .group-number div {
    width: max-content;
    max-width: 100%;
}
.group-item  .bottom-doted {
    flex-grow: initial;
    width: 100%;
    border-bottom: 2px dotted #666666;
}
.group-item .group-descrition {
    padding: 0 10px;
    font-size: 13px;
    line-height: 13px;
}


.meal-item {
    padding: 0px 0 25px;
}
.meal-item .meal-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 13px;
    padding: 3px 0;
}
.meal-item .meal-title {
    width: max-content;
    padding: 0 5px 0 0;
    max-width: 245px;
}
.meal-item .meal-title div {
    width: max-content;
    max-width: 100%;
}
.meal-item .meal-number {
    width: max-content;
    padding: 0 0 0 5px;
    max-width: 75px;
}
.meal-item .meal-number div {
    width: max-content;
    max-width: 100%;
}
.meal-item  .bottom-doted {
    flex-grow: initial;
    width: 100%;
    border-bottom: 2px dotted #666666;
}
.meal-item .meal-excerpt {
    padding: 0 10px;
    font-size: 13px;
    line-height: 13px;
}


@media (max-width: 574px){
    .menus-template {
        font-size: inherit !important;
        width: 320px;
    }
    .menus-page-heading {
        font-size: 13px;
    }

    .menu-heading-item.menu-heading-logo {
        order: 3;
    }

    .meal-item {
        border: none;
    }
    .meal-item .meal-excerpt, .group-item .group-descrition {
        font-size: 13px;
    }
}

@media (max-width: 374px){
    .meal-item .meal-excerpt {
        font-size: 12px;
    }
}

@media (min-width: 375px){

}
@media (min-width: 575px){
    .menus-page-heading {
        font-size: 13px;
    }
    .meal-item {
        border: none;
    }
    .meal-item .meal-excerpt, .group-item .group-descrition {
        font-size: 13px;
    }    
}
@media (min-width: 775px){
    .menus-template {
        font-size: 13px !important;
        width: 775px;
    }
    .menus-page-heading {
        font-size: 14px;
    }

    .dish-menu-item .cat-item:nth-child(2n+1) {
        border-right: 1px solid #666666;
    }
    .dish-menu-item .cat-item:nth-child(2n) {
        border-left: 1px solid #666666;
    }
    
    .meal-item .meal-excerpt, .group-item .group-descrition {
        font-size: 12px;
    }
}
@media (min-width: 975px){
    .menus-template {
        font-size: inherit !important;
        width: 960px;
    }

    .dish-menu-item .cat-item:nth-child(3n+1) {
        border-left: none;
        border-right: 1px solid #666666;
    }
    .dish-menu-item .cat-item:nth-child(3n+2) {
        border-left: 1px solid #666666;
        border-right: 1px solid #666666;
    }
    .dish-menu-item .cat-item:nth-child(3n) {
        border-left: 1px solid #666666;
        border-right: none;
    }

    .meal-item .meal-excerpt, .group-item .group-descrition {
        font-size: 13px;
    }

}
@media (min-width: 1175px){
    
}