.back_btn_menu {
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    display: table;
    margin: auto;
    padding: 10px;
    border: 2px solid #000;
    min-width: 200px;
    color: #fff;
    background: #000;
    margin-top: 0;
    margin-bottom: 20px;
    transition: all ease 0.3s;
}
.back_btn_menu:hover {
    background: #000;
    color: #fff;
}
.pricelistLastUpdated {
    color: #737373;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 14px;
    pointer-events: none;
}
#section-_root {
    display: none;
}
#menuSectionOfSections {
    display: table;
    width: 100%;
    max-width: 1300px;
    margin: auto;
}
#menuSectionOfSections > div {
    color: #000;
    width: 49%;
    margin: 0.5%;
    float: left;
    height: 0;
    position: relative;
    cursor: pointer;
    display: inline-table;
    font-size: 2em;
    transition: 0.4s;
    background-size: cover;
    background-position: center;
}
#menuSectionOfSections > div:hover {
    transition: 0.4s;
}
.menu-category-items-container {
    display: table;
    width: 100%;
}
.menu-category-items-container .menu-category {
    display: none;
}
.menu-dots {
    display: none;
}
.menuSectionName {
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    padding: 120px 0;
    -o-transition: all 0.3s ease;
}
.menuSectionName:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.menu-category-container {
    margin-bottom: 20px;
    margin-top: 20px;
}
.menu-category-desc {
    margin-bottom: 10px;
    text-align: -moz-center;
    text-align: -webkit-center;
    font-weight: 300;
    width: 100%;
}
.menu-category-items {
    display: inline-block;
    width: 100%;
}
.sub-item-box {
    display: table;
    width: 100%;
    text-align: left;
}
.sub-item-box h1 {
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: -moz-center;
    text-align: -webkit-center;
}
#menu-container {
    max-width: 1300px;
    width: 100%;
    display: table;
    margin: auto;
}
.sub-item-box h3 {
    margin: 0;
}
.menu-item-description {
    width: 80%;
    float: left;
    text-align: left;
}
.menu-item-prices {
    width: 20%;
    float: left;
    text-align: right;
    padding: 0;
}
.menu-item {
    display: inline-flex;
    width: 47%;
    float: left;
    margin: 10px 1.5% 0 1.5%;
}
.menu-item-description p {
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 3px;
    text-transform: lowercase;
    line-height: normal;
    letter-spacing: 0;
}
.menu-category-items h1 {
    color: #000;
    margin-bottom: 15px;
}
.menu-item-description h3 {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
    margin: 0;
    text-align: left;
}
.menu-var {
    font-size: 13px;
    letter-spacing: 0;
}
.menu-item .menu-img {
    width: 100%;
    display: table;
    text-align: left;
}
.menu-item .menu-img img {
    width: 100%;
    max-width: 300px;
    margin: auto;
}
.menu-item-prices p {
    margin-bottom: 0;
    line-height: 15px;
    margin-top: 0;
}
.price {
    font-weight: 400;
    padding-left: 5px;
    font-size: 16px;
    color: #000;
}
.dollarSign {
    font-weight: 600;
    font-size: 18px;
    display: none;
}
.menu-category {
    padding: 7px 10px;
    display: inline-block;
    border: 2px solid #000;
    margin-bottom: 15px;
    font-size: 18px;
    margin: 5px;
    font-weight: 500;
    min-width: 150px;
    cursor: pointer;
    transition: all ease 0.3s;
}
.menu-category:hover {
    background: #000;
    color: #fff;
}
.menu-category-selected {
    background: #000;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .menuSectionName {
        padding: 100px 0;
    }
}
@media screen and (max-width: 767px) {
    .menu-item-description {
        padding-left: 0;
    }
    .menu-item-prices {
        padding: 0;
    }
    .menu-item {
        display: table;
        width: 97%;
    }
    #menuSectionOfSections > div {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 479px) {
    .menu-category {
        font-size: 23px;
        color: #000;
        width: 100%;
        display: inline-block;
        line-height: normal;
        font-weight: 400;
        margin-left: 0;
        margin-right: 0;
    }
    .menu-item-description p {
        margin-bottom: 5px;
        line-height: 18px;
    }
    .menu-item-description {
        width: 70%;
    }
    .menu-item-prices {
        width: 30%;
    }
    #menu-container {
        display: inline-block;
        width: 100%;
        padding-top: 0;
    }
    #menu-container hr {
        display: none;
    }
    .menu-item {
        display: table;
        width: 97%;
    }
    .menuSectionName {
        padding: 80px 0;
        color: #fff;
        font-size: 24px;
    }
    .menu-item-description h3 {
        line-height: 20px;
        letter-spacing: 0;
    }
}
.gn-new-menu .menu-item-prices {
    display: flex;
    align-items: flex-start;
}
.gn-new-menu .menu-item.has-variants {
    display: inline-flex;
    flex-wrap: wrap;
}
.variants-are-rows .gn-multiple-variant-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.variants-are-rows.stacked-variants .gn-multiple-variant-container p {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.variants-are-rows .menu-item .menu-item-prices {
    display: flex;
}
.variants-are-rows .menu-item-prices p {
    display: inline-flex;
    flex-direction: row;
}
.variants-are-rows.stacked-variants .menu-item-prices p {
    flex-direction: column;
}
.variants-are-rows.stacked-variants .has-no-variant p {
    align-items: flex-start;
}
.variants-are-rows.stacked-variants .price {
    padding: 0;
}
.gn-new-menu .gn-multiple-variant-container {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
}
.variants-are-rows .gn-multiple-variant-container p {
    margin: 0 10px 0 0;
}
.menu-item-description h3 {
    line-height: normal;
}
.has-price-right .menu-item.has-no-variant {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.has-price-right .menu-style-no-variant-center .menu-item.has-no-variant {
    justify-content: center;
}
.has-price-right .menu-style-no-variant-right .menu-item.has-no-variant {
    justify-content: flex-end;
}
.has-price-right .menu-style-no-variant-center .menu-item .menu-item-description.has-variants {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.has-price-right .menu-item.has-no-variant .menu-item-description {
    display: flex;
    width: auto;
    float: none;
    flex-direction: column;
}
.has-price-right .menu-item.has-no-variant .menu-item-prices {
    width: auto;
    float: none;
    flex-basis: 25%;
    text-align: left;
}
.has-price-right .menu-item.has-no-variant .menu-item-prices p {
    padding-left: 10px;
    margin: 0;
}
.has-price-right .menu-item.has-no-variant .menu-item-description p {
    margin: 0;
    line-height: normal;
}
.center-gn-menu .menu-item {
    width: 100%;
    margin: 20px auto;
    max-width: 400px;
    display: flex;
}
.center-gn-gn-menu.has-price-right .menu-item {
    max-width: 400px;
    justify-content: space-between;
    display: flex;
}
.gnm-price-below .menu-item {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}
.gn-new-menu .menu-item.has-variants {
    flex-wrap: wrap;
}
.gnm-price-below .menu-item-prices {
    margin: 10px 0;
    text-align: left;
    width: auto;
}
.gnm-price-below .price {
    padding: 0;
}
.price-in-description .menu-item {
    display: inline-flex;
}
.price-in-title.spread-between .gn-price-inline-title {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.price-in-title .menu-item-description {
    width: 100%;
}
.inline-variant-price-value {
    padding: 0 10px;
}
.inline-price-container span:first-of-type {
    padding-left: 0;
}
.center-gn-menu-sm.has-price-right .menu-item {
    max-width: 300px;
}
.center-gn-menu-med.has-price-right .menu-item {
    max-width: 600px;
}
.center-gn-menu-lg.has-price-right .menu-item {
    max-width: 900px;
}
.center-gn-menu.has-price-right .menu-item p {
    margin: 0;
}
.center-gn-menu.has-price-right .menu-item.menu-item.has-no-variant .menu-item-prices {
    flex-basis: 0;
}
.center-menu.has-price-right .menu-item-prices.has-variants > p {
    text-align: center;
}
.table-menu-layout table {
    max-width: 900px;
    width: 100%;
    margin: auto;
}
.table-menu-layout .menu-table-description {
    max-width: 300px;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    display: none;
}
.table-menu-layout .menu-item {
    margin: 0;
    display: inline;
    color: #000;
    font-weight: 600;
}
.menu-table-content-row td {
    padding: 0 0 10px 0;
}
.menu-table-headings th {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 800;
    color: #000;
    text-align: center;
}
.menu-table-headings th:first-of-type {
    text-align: left;
}
.no-table-arrow {
    display: none;
}
.menu-table-variant {
    text-align: center;
}
.toggle-table-description {
    display: inline !important;
}
@media (min-width: 768px) {
    .table-menu-layout .menu-table-description {
        max-width: 300px;
        margin: 0;
        font-size: 14px;
        font-weight: 300;
        display: inherit;
    }
    .menu-table-arrow {
        display: none;
    }
    .menu-table-data {
        pointer-events: none;
    }
    .no-table-arrow {
        display: none;
    }
}
.sub-item-image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sub-item-image-wrapper .menu-item {
    width: 100%;
}
.sub-item-image-wrapper > div {
    flex: 1;
}
@media (min-width: 768px) {
    .sub-item-image-wrapper {
        flex-direction: row;
    }
}
.gn-new-menu .hidden-single-variant .menu-item-description {
    width: 100%;
}
.gn-new-menu .hidden-single-variant .menu-item-prices {
    display: none;
}
.qr-menu .menu-item .menu-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 75%;
    border: solid 2px #333;
    margin: 10px 0;
    display: block;
}
.qr-menu .menu-item .menu-img img {
    object-fit: cover;
    max-width: unset;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: unset;
    margin: 0;
}
@media (min-width: 768px) {
    .qr-menu .menu-item .menu-img {
        padding: 0;
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }
    .qr-menu .menu-item .menu-img img {
        position: unset;
    }
}
