@import "font-awesome.min.css";
@import "../fonts/stylesheet.css";
.show-tablet {
    display: none;
}
@media only screen and (max-width: 991px) {
    .show-tablet {
        display: block;
    }
}
.hide-tablet {
    display: block;
}
@media only screen and (max-width: 991px) {
    .hide-tablet {
        display: none;
    }
}
.show-mob {
    display: none;
}
@media only screen and (max-width: 767px) {
    .show-mob {
        display: block;
    }
}
.hide-mob {
    display: block;
}
@media only screen and (max-width: 767px) {
    .hide-mob {
        display: none;
    }
}
.transition {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
body,
html {
    min-height: 100%;
}
body {
    font-size: 16px !important;
    font-family: "Montserrat", sans-serif !important;
    background: url("../img/halftone.png") !important;
    overflow-x: hidden;
    color: #000 !important;
    line-height: 1.2 !important;
    position: relative;
	overflow:overlay;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .35);
}

::-webkit-scrollbar-track {
    /* @apply bg-white; */
    background: transparent;
}

::-webkit-scrollbar-corner {
    /* @apply bg-white; */
    background: transparent;
}

::-webkit-scrollbar-track-piece:start {}

::-webkit-scrollbar-track-piece:end {}

.container-fluid {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 999;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.header.stick {
    background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(6px);
}
.header.stick .header-inner {
    padding:5px;
}
.header.stick .header-logo {
    opacity: 1;
}
.header-inner {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-logo {
    opacity: 0;
}
.header-logo img {
    width: 70px;
}
.header-search {
    display: none;
    width: 100%;
    position: relative;
    padding-right: 60px;
}
.header-search input {
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    height: 40px;
    padding-right: 45px;
    padding-left: 45px;
    position: relative;
    font-weight: bold;
    border: none;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.search-submit {
    position: absolute;
    right: 70px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    padding: 0;
    font-size: 20px;
    color: #fff;
    background: none;
}
.header-search-button,
.header-search-close {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.header-search-button:hover,
.header-search-close:hover {
    opacity: 0.5;
}
.header-search-close {
    display: none;
}
.intro {
    background: url("../img/intro.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}
.intro:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}
.intro-inner {
    padding: 25px 0;
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .intro-inner {
        padding: 25px 0;
    }
}
.intro-logo img {
    height: 200px;
}
@media only screen and (max-width: 767px) {
    .intro-logo img {
        height: 80px;
    }
}
.intro-title {
    display: none;
    margin-top: 15px;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-family: Merriweather;
    text-align: center;
}
.intro-title span {
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .intro-title {
        margin-top: 0;
        font-size: 24px;
    }
    .intro-title span {
        font-size: 16px;
    }
}
.menu-bar {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    background: #fff;
    position: relative;
    z-index: 200;
}
.menu-inner {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.menu-prev {
    color: #fff;
/*    background: #be9b5d;*/
    background: #cc0000;
    height: 100%;
    width: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    font-size: 32px;
}
.menu-prev:hover {
    background: #e3423a;
}
.menu-next {
    color: #fff;
/*    background: #be9b5d;*/
    background: #cc0000;
    height: 100%;
    width: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    font-size: 32px;
}
.menu-next:hover {
    background: #e3423a;
}
.menu-item {
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
	text-decoration: none !important;
	display: block;
}
.menu-item:hover .menu-item-title {
    color: #e3423a;
}
.menu-item:hover img {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}
.menu-item.on {
    background: url("../img/halftone.png");
}
.menu-item.on img {
    fill: #e3423a;
}
.menu-item.on .menu-item-title {
    color: #e3423a;
}
.menu-item-inner {
    padding: 15px 15px;
    min-height: 131px;
}
@media only screen and (max-width: 767px) {
    .menu-item-inner {
        padding: 15px 5px;
        min-height: 100px;
    }
}
.menu-icon img {
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
@media only screen and (max-width: 767px) {
    .menu-icon img {
        height: 32px;
    }
}
.menu-item-title {
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    color: #8c6239;
}
@media only screen and (max-width: 767px) {
    .menu-item-title {
        font-weight: normal;
        max-width: 100px;
        font-size: 10px;
    }
}
.main {
    margin-top: 30px;
    padding-bottom: 100px;
}
.dishes {
    display: none;
}
.dishes.on {
    display: block;
}
.dish-section {
    margin: 30px 0;
    text-align: center;
    font-size: 32px;
    color: #be9b5d;
    font-family: Merriweather;
}
@media only screen and (max-width: 767px) {
    .dish-section {
        font-size: 24px;
    }
}
.dish-section2 {
    margin: 15px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    font-family: Merriweather;
}
@media only screen and (max-width: 767px) {
    .dish-section2 {
        font-size: 18px;
    }
}
.dish {
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Merriweather;
    cursor: pointer;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.dish:hover {
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0);
}
@media only screen and (max-width: 767px) {
    .dish {
        padding: 15px;
        margin-bottom: 10px;
    }
}
.dish-left {
    margin-right: 30px;
}
.dish-title {
    font-weight: bold;
    font-size: 18px;
    color: #be9b5d;
}
@media only screen and (max-width: 767px) {
    .dish-title {
        font-size: 16px;
    }
}
.dish-subtitle {
    font-size: 14px;
    font-style: italic;
    margin-top: 8px;
}
@media only screen and (max-width: 767px) {
    .dish-subtitle {
        font-size: 12px;
    }
}
.dish-right {
    font-size: 18px;
    white-space: nowrap;
}
.footer {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
}
.footer-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-lang-item {
    margin: 0 10px;
    cursor: pointer;
    padding: 4px;
    border: 2px solid transparent;
}
.footer-lang-item img {
    height: 32px;
}
.footer-lang-item.on {
    border: 2px solid #e3423a;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.footer-lang-item:hover {
    border: 2px solid #ccc;
    padding: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
* {
    outline: none !important;
}
label.error {
    display: none !important;
}
input.error,
textarea.error {
    border-color: #cc0000 !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.bright:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1 !important;
}
::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.85;
}
:-moz-placeholder {
    color: #fff;
    opacity: 0.85;
}
::-moz-placeholder {
    color: #fff;
    opacity: 0.85;
}
:-ms-input-placeholder {
    color: #fff;
    opacity: 0.85;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus:-moz-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder {
    opacity: 0;
}
.dish-left-wrap {
    display: flex;
    align-items: center;
}
.dish-photo {
    margin-right: 15px;
}
.dish-photo a {
    display: block;
}
.dish-photo a:hover {
    opacity: 0.75;
}
.dish-photo img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
}
@media only screen and (max-width: 767px) {
    .dish-photo img {
        width: 60px;
        height: 60px;
    }
}
