.nav-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40pt;
    background: rgb( 120, 120, 120);
    background: -webkit-linear-gradient( 90deg, rgb( 60, 60, 60) 0%, rgb( 120, 120, 120) 100%);
    background: -moz-linear-gradient( 90deg, rgb( 60, 60, 60) 0%, rgb( 120, 120, 120) 100%);
    background: linear-gradient( 0deg, rgb( 60, 60, 60) 0%, rgb( 120, 120, 120) 100%);
    z-index: 4;
}

.nav-item {
    width: 12.5%;
    height: 30pt;
    border: 1pt solid rgb( 255, 255, 255);
    color: rgb( 255, 255, 255);
    text-align: center;
    font-size: 18pt;
    margin: 0pt 2pt;
    line-height: 30pt;
    border-radius: 5pt;
}

.nav-item:not(.sidemenu-open):not(.sidemenu-close):not(.nav-selected):active {
    background: rgba( 255, 255, 255, 0.2);
}

.nav-selected {
    background: rgba( 255, 255, 255, 0.2);
}

.nav-item.sidemenu-open,
.nav-item.sidemenu-close {
    border: none;
}

.nav-item.fav-btn {
    color: rgb( 218, 120, 164);
}

.nav-item.lang-btn {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.nav-item.lang-btn img {
    height: 75%;
    width: auto;
    margin-left: 5pt;
}

.nav-item.lang-btn span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0pt 5pt;
}

.sidemenu {
    position: fixed;
    top: 40pt;
    left: 0;
    width: 0%;
    opacity: 0;
    height: calc(100% - 40pt);
    background: rgb( 120, 120, 120);
    overflow-x: hidden;
    overflow-y: auto;
    background: -webkit-linear-gradient( -90deg, rgb( 60, 60, 60) 0%, rgb( 120, 120, 120) 100%);
    background: -moz-linear-gradient( -90deg, rgb( 60, 60, 60) 0%, rgb( 120, 120, 120) 100%);
    background: linear-gradient( 180deg, rgb( 60, 60, 60) 0%, rgb( 120, 120, 120) 100%);
    z-index: 4;
}

.side-title {
    display: block;
    width: 100%;
    color: rgb( 255, 255, 255);
    text-align: center;
    font-size: 18pt;
    margin: 5pt 0pt;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.side-menu {
    display: block;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.side-menu li {
    width: 100%;
    height: 36pt;
    color: rgb( 255, 255, 255);
    font-size: 16pt;
    margin: 2.5pt 0pt;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.li-first {
    padding: 8pt;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.li-first i {
    margin-right: 15pt;
}

.side-menu li:not(.li-selected):not(.li-loading):active {
    background: rgba( 255, 255, 255, 0.3);
}

.side-menu li div:nth-child(1) {
    width: 36pt;
    height: 36pt;
}

.side-menu li div:nth-child(1) img {
    width: 36pt;
    height: 36pt;
}

.side-menu li div:nth-child(2) {
    height: 36pt;
    width: calc(100% - 36pt);
    line-height: 36pt;
    padding: 0pt 5pt;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.li-selected {
    background: rgba( 255, 255, 255, 0.3);
}

.li-loading {
    color: rgb( 255, 255, 255) !important;
    font-size: 40pt !important;
    text-align: center !important;
    padding: 20pt 0pt !important;
}

.wrap {
    width: 100%;
    height: auto;
    background: transparent;
    margin-bottom: 30pt;
}

.mainLogo {
    width: 100%;
    height: auto;
    margin-top: 40pt;
    margin-bottom: 10pt;
}

.mainLogo img {
    width: 100%;
    height: auto;
}

.main-loading {
    width: 100%;
    height: auto;
    padding: 40pt;
    font-size: 50pt;
    text-align: center;
    color: rgb( 120, 120, 120);
}

.plate,
.total {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 80pt;
    background: rgb( 255, 255, 255);
    -webkit-box-shadow: 0pt 0pt 10pt 0pt rgba( 0, 0, 0, 0.5);
    -moz-box-shadow: 0pt 0pt 10pt 0pt rgba( 0, 0, 0, 0.5);
    box-shadow: 0pt 0pt 10pt 0pt rgba( 0, 0, 0, 0.5);
    margin: 20pt 0pt;
}

.plate:first-child {
    margin: 0;
    margin-bottom: 20pt;
}

.plate:last-child {
    margin: 0;
    margin-top: 20pt;
}

.plateImg {
    width: 60pt;
    height: 80pt;
    overflow: hidden;
}

.plateImg img {
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    transform: translateX(-25%);
}

.plateInfo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 90pt);
    height: 80pt;
    margin-left: 4pt;
}

.plateInfo:active {
    background: rgb( 0, 0, 0, 0.1);
}

.plateAmount {
    width: 30pt;
    height: 80pt;
}

.plateAmount .amountUp {
    width: 100%;
    height: 33.33%;
    font-size: 18pt;
    text-align: center;
    line-height: 50pt;
}

.plateAmount .amount {
    width: 100%;
    height: 33.33%;
    font-size: 15pt;
    text-align: center;
    line-height: 25pt;
}

.plateAmount .amountDown {
    width: 100%;
    height: 33.33%;
    font-size: 18pt;
    text-align: center;
}

.plateAmount .amountDown i {
    -webkit-transform: rotate(180deg) translateY(7pt);
    -moz-transform: rotate(180deg) translateY(7pt);
    transform: rotate(180deg) translateY(7pt);
}

.plateAmount .amountUp:active,
.plateAmount .amountDown:active {
    background: rgb( 0, 0, 0, 0.1);
}

.platePrice {
    width: 60%;
    height: 25pt;
    font-size: 20pt;
    color: rgb( 80, 80, 80);
    font-style: italic;
    text-align: left;
}

.plateVal {
    width: 40%;
    height: 25pt;
    font-size: 10pt;
    text-align: right;
    white-space: nowrap;
    color: rgb( 255, 217, 20);
    line-height: 25pt;
}

.plateVal .value {
    color: rgb( 0, 0, 0);
    font-size: 12pt;
}

.plateName {
    width: 100%;
    height: 17.5pt;
    line-height: 17.5pt;
    font-size: 14pt;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.plateDesc {
    width: 100%;
    height: 17.5pt;
    line-height: 17.5pt;
    font-size: 12pt;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.plateAllergen {
    width: 100%;
    height: 20pt;
    text-align: left;
}

.plateAllergen img {
    width: 12pt;
    height: 12pt;
    margin: 0pt 2.5pt;
}

.amountSel {
    font-weight: bold;
    color: rgb( 0, 150, 0);
}

.plateBox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 80%;
    -webkit-border-radius: 10pt;
    -moz-border-radius: 10pt;
    border-radius: 10pt;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba( 255, 255, 255, 0.9);
    -webkit-box-shadow: 0pt 0pt 10pt 1pt rgba( 0, 0, 0, 0.6);
    -moz-box-shadow: 0pt 0pt 10pt 1pt rgba( 0, 0, 0, 0.6);
    box-shadow: 0pt 0pt 10pt 1pt rgba( 0, 0, 0, 0.6);
    padding: 15pt;
    z-index: 6;
}

.plateClose {
    position: absolute;
    top: 5pt;
    right: 5pt;
    font-size: 20pt;
    color: rgb( 180, 180, 180);
    z-index: 7;
}

.plate-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 60pt;
    color: rgb( 150, 150, 150);
}

.plate-wrap {
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.plate-wrap img {
    width: 100%;
    height: auto;
    border-radius: 15pt;
}

.plate-wrap .boxPlateCat {
    width: 100%;
    padding: 10pt;
    font-size: 28pt;
    color: rgb( 150, 150, 150);
    font-style: italic;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.plate-wrap .boxPlateName {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.plate-wrap .boxPlateName span:first-child {
    display: block;
    color: rgb( 50, 50, 50);
    font-size: 20pt;
    width: 20%;
    text-align: center;
}

.plate-wrap .boxPlateName span:last-child {
    display: block;
    color: rgb( 50, 50, 50);
    font-size: 20pt;
    width: 80%;
    text-align: left;
}

.plate-wrap .boxPlateDescription {
    width: 100%;
    color: rgb( 50, 50, 50);
    text-align: left;
    margin: 4pt 0pt;
    font-size: 15pt;
}

.plate-wrap .boxPlateOther {
    width: 100%;
    color: rgb( 50, 50, 50);
    text-align: left;
    margin: 4pt 0pt;
    font-size: 15pt;
}

.plate-wrap .boxPlatePrice {
    width: 100%;
    color: rgb( 255, 255, 255);
    -webkit-text-shadow: 0pt 0pt 5pt rgba( 0, 0, 0, 0.8);
    -moz-text-shadow: 0pt 0pt 5pt rgba( 0, 0, 0, 0.8);
    text-shadow: 0pt 0pt 5pt rgba( 0, 0, 0, 0.8);
    font-weight: bold;
    text-align: center;
    font-size: 40pt;
    margin: 8pt 0pt;
}

.plate-wrap .boxPlateAllerText {
    width: 100%;
    color: rgb( 50, 50, 50);
    font-size: 18pt;
    text-align: left;
    margin: 5pt 0pt;
}

.plate-wrap .boxPlateAller {
    width: 100%;
}

.plate-wrap .boxPlateAllerInfo,
.plateBox .langShow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 30pt;
    margin: 8pt 0pt;
}

.plate-wrap .boxPlateAllerInfo div:first-child,
.plateBox .langShow div:first-child {
    width: 30pt;
    height: 30pt;
}

.plate-wrap .boxPlateAllerInfo div:last-child,
.plateBox .langShow div:last-child {
    width: calc(100% - 30pt);
    height: 30pt;
    margin-left: 8pt;
    font-size: 18pt;
    color: rgb( 50, 50, 50);
    text-align: left;
    line-height: 30pt;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.plate-wrap .boxPlateAllerInfo div:first-child img,
.plateBox .langShow div:first-child img {
    height: 30pt;
    width: 30pt;
}

.plate-wrap .boxPlateVote {
    width: 100%;
}

.plate-wrap .boxPlateVote .boxPlateVoteText {
    width: 100%;
    text-align: center;
    color: rgb( 50, 50, 50);
    font-size: 18pt;
    margin: 5pt 0pt;
}

.plate-wrap .boxPlateVote .boxPlateStars {
    width: 100%;
    height: 30pt;
    color: rgb( 255, 217, 20);
    font-size: 20pt;
    text-align: center;
    line-height: 30pt;
}

.plate-wrap .boxPlateVote .boxPlateValue {
    width: 100%;
    text-align: center;
    font-size: 18pt;
    margin: 5pt 0pt;
    color: rgb( 50, 50, 50);
}

.empty {
    width: 100%;
    font-size: 16pt;
    text-align: center;
    color: rgb( 160, 160, 160);
    padding: 10pt;
    border: 1px dotted rgb( 160, 160, 160);
}

.erase {
    margin: 0 auto;
    padding: 5pt;
    text-align: center;
    background: rgb( 120, 120, 120);
    background: -webkit-linear-gradient( 90deg, rgb( 60, 60, 60) 0%, rgb( 120, 120, 120) 100%);
    background: -moz-linear-gradient( 90deg, rgb( 60, 60, 60) 0%, rgb( 120, 120, 120) 100%);
    background: linear-gradient( 0deg, rgb( 60, 60, 60) 0%, rgb( 120, 120, 120) 100%);
    color: rgb( 255, 255, 255);
    font-size: 16pt;
}

.erase:active {
    -webkit-filter: contrast(50%);
    -moz-filter: contrast(50%);
    filter: contrast(50%);
}

.infoHeader {
    width: 100%;
    text-align: center;
    margin: 6pt 0pt;
    font-size: 20pt;
}

.infoAddress {
    width: 100%;
    text-align: center;
    margin: 3pt 0pt;
    font-size: 16pt;
}

.infoPhone,
.infoEmail {
    width: 100%;
    font-size: 14pt;
    text-align: center;
    margin: 4pt 0pt;
}

.infoPhone .link,
.infoEmail .link {
    text-decoration: none;
    color: rgb( 80, 80, 80);
}

.infoPhone .link:active,
.infoEmail .link:active {
    text-decoration: underline;
}

.infoSocial {
    width: 100%;
    text-align: left;
    font-size: 16pt;
}

.infoSocial div {
    margin: 8pt;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.infoTime {
    width: 100%;
    margin: 12pt 0pt;
}

.infoTime .table {
    width: 100%;
    border-spacing: 0;
    border-collapse: 0;
}

.infoTime .table tr td {
    min-width: 35%;
    max-width: 70%;
    width: 70%;
    text-align: center;
    font-size: 14pt;
}

.infoTime .table tr td:first-child {
    min-width: 30%;
    max-width: 30%;
    width: 30%;
    text-align: right;
    font-size: 12pt;
}

.infoMap {
    width: 100%;
    height: 200pt;
}

.infoMap iframe {
    width: 100%;
    height: 200pt;
}

.langSelText {
    width: 100%;
    text-align: center;
    color: rgb( 80, 80, 80);
    margin: 14pt 0pt;
    font-size: 18pt;
}

.langSelBox {
    width: 100%;
    height: calc(100vh - 180pt);
    overflow-y: auto;
    overflow-x: hidden;
}

.lang-selected {
    background: rgb( 0, 0, 0, 0.1);
    -webkit-border-radius: 14pt;
    -moz-border-radius: 14pt;
    border-radius: 14pt;
}

.langShow:not(.lang-selected):active {
    background: rgba( 0, 0, 0, 0.1);
    -webkit-border-radius: 14pt;
    -moz-border-radius: 14pt;
    border-radius: 14pt;
}

.cookie {
    display: none;
    height: auto;
}

.cookie .cookieText {
    width: 100%;
    color: rgb( 50, 50, 50);
    font-size: 16pt;
    text-align: left;
}

.cookieText {
    height: calc(100vh - 180pt);
    overflow-y: auto;
    overflow-x: hidden;
}

.cookie .cookieAccept {
    width: 100%;
    color: rgb( 255, 255, 255);
    padding: 8pt;
    text-align: center;
    background: rgb( 120, 120, 120);
    font-size: 16pt;
    background: -webkit-linear-gradient( 90deg, rgb( 60, 60, 60) 0%, rgb( 120, 120, 120) 100%);
    background: -moz-linear-gradient( 90deg, rgb( 60, 60, 60) 0%, rgb( 120, 120, 120) 100%);
    background: linear-gradient( 0deg, rgb( 60, 60, 60) 0%, rgb( 120, 120, 120) 100%);
    margin: 30pt 0pt;
}

.cookie .cookieAccept:active {
    -webkit-filter: contrast(50%);
    -moz-filter: contrast(50%);
    filter: contrast(50%);
}

.swipe {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.swipe-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    position: relative;
}

.swipe-wrap>div {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.plateBox.boxPromo {
    padding: 0;
    overflow: hidden;
    height: auto;
}

.plateBox.boxPromo .swipe {
    margin-bottom: -3pt;
}

.plateBox.boxPromo .swipe-wrap {
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.promo {
    width: 100%;
    height: 100%;
}

.total {
    height: 40pt;
}

.total div:first-child {
    font-size: 20pt;
    width: 50%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 4pt;
}

.total div:last-child {
    font-size: 26pt;
    width: 50%;
    text-align: right;
    padding-right: 4pt;
}