@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

@font-face {
    font-family: 'rockwellregular';
    src: url('./font/rock-webfont.woff2') format('woff2'),
        url('./font/rock-webfont.woff') format('woff'),
        url('./font/rock-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rockwellbold';
    src: url('./font/rockwell-bold-webfont.woff2') format('woff2'),
        url('./font/rockwell-bold-webfont.woff') format('woff'),
        url('./font/rockwell-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sukhumvit_setbold';
    src: url('./font/sukhumvitset-bold-webfont.woff2') format('woff2'),
        url('./font/sukhumvitset-bold-webfont.woff') format('woff'),
        url('./font/sukhumvitset-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sukhumvit_setlight';
    src: url('./font/sukhumvitset-light-webfont.woff2') format('woff2'),
        url('./font/sukhumvitset-light-webfont.woff') format('woff'),
        url('./font/sukhumvitset-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sukhumvit_setmedium';
    src: url('./font/sukhumvitset-medium-webfont.woff2') format('woff2'),
        url('./font/sukhumvitset-medium-webfont.woff') format('woff'),
        url('./font/sukhumvitset-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sukhumvit_setsemi_bold';
    src: url('./font/sukhumvitset-semibold-webfont.woff2') format('woff2'),
        url('./font/sukhumvitset-semibold-webfont.woff') format('woff'),
        url('./font/sukhumvitset-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sukhumvit_settext';
    src: url('./font/sukhumvitset-text-webfont.woff2') format('woff2'),
        url('./font/sukhumvitset-text-webfont.woff') format('woff'),
        url('./font/sukhumvitset-text-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sukhumvit_setthin';
    src: url('./font/sukhumvitset-thin-webfont.woff2') format('woff2'),
        url('./font/sukhumvitset-thin-webfont.woff') format('woff'),
        url('./font/sukhumvitset-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    height: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #ebe8de;
    /*font-family: 'Gotham', sans-serif;*/
    font-family: 'sukhumvit_setsemi_bold';
    font-size: 18px;
    background-image: url('./img/bg_border_p.jpg');
    background-position: top left;
    background-repeat: repeat;

}

.food-menu {
    padding-top: 0px;
    padding-bottom: 10px;
}

.menu-tab {
    background-color: #f5f5f5;
    padding: 10px;
    background-image: url(./img/bg_border_p.jpg);
}


.navbar {
    top: -70px;
    transition: top 0.3s;
}

.img-responsive {
    width: 100%;
}

.img-logo {
    padding: 10px;
    /*background: #ebe8de;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'rockwellregular';
    text-transform: uppercase;
    color: #4b4741;
    /* text-align: center; */
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.025cm;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    font-size: 1rem;
}

p {
    font-family: 'sukhumvit_setsemi_bold';
    color: #828281;
    margin: 0 0 10px;
    font-size: 0.9rem;
}

.splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    z-index: 200;
}

.splash.loaded {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    z-index: -10;
    opacity: 0;
    display: none;
}

.page-col {
    display: none;
}

.page-col.active {
    display: flex;
}

.page-header {
    border: none;
    margin: 0px auto 0px auto;
    background-color: #f5f5f5;
    background-image: url(./img/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    min-height: 150px;

}

.page-header h1 {
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    color: #4b4741;
    text-align: center;
    font-weight: 800;
}

.page-header h1 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-family: 'Kanit', sans-serif;
    display: block !important;
    text-transform: none;
    text-align: center;
    margin: 10px 0 15px;
}

.tags-h {
    visibility: hidden;
    display: none;
}

.tags-h span,
.tags-h .tagsort-active {
    color: #ebe8df;
}
.tagsort-active img{
    filter: brightness(0) invert(1);

}

.menu-info {
    position: relative;
    overflow: hidden;
    z-index: 0;
   
}

.menu-item-list .dotted-bg,
.menu-item3 .dotted-bg {
    border-top: dotted 1px #d3d3d3;
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    z-index: -1;
    background-color: #fff;
}

.menu-item-list .menu-wrapper,
.menu-item3 .menu-wrapper {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.menu-item-list h4,
.menu-item3 h4 {
    font-family: 'rockwellregular';
    font-weight: 500;
    text-align: left;
    margin: 5px 0;
    float: left;
    padding-right: 10px;
    display: inline;
    background-color: #fff;
}

.wine.menu-item-list h4 {
    font-size: 1rem;
    font-weight: normal;
}

/* .hero-list-2 .menu-list-wrap:nth-child(3) .feature-info h4 {
    font-size: 0.83rem;
} */

.menu-item-list .price,
.menu-item3 .price {
    float: right;
    padding-left: 10px;
    line-height: 19.8px;
    margin: 5px 0;
    /* background: #ebe8df none repeat scroll 0% 0%;*/
    font-family: 'rockwellregular';
    font-weight: 500;
    color: #24bdc5;
}

.menu-item-grid {
    background-color: #fff;
    background-clip: content-box;
}

.menu-item-grid img {
    /* transform: scale(0.98);
    transition: .4s; */
    opacity: 1;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border: 0;
}

.menu-item-grid a {
    text-decoration: none !important;
}

.menu-overlay {
    position: relative;
    z-index: 444;
    background-color: #fff;
    margin-top: -15px;
    text-align: center;
    text-decoration: none !important;
    padding: 5px;
}

.menu-overlay h4 {
    color: #333;
    margin: 10px;
    font-family: 'rockwellregular';
    letter-spacing: 0.025cm;
}

.menu-overlay h4>em {
    font-weight: normal;
}

.menu-overlay p {
    color: #6b6b6b;
    line-height: 24px;
    font-family: 'sukhumvit_setmedium';
    margin: 10px;
}

.menu-overlay .price {
    font-family: 'rockwellregular';
    font-weight: 700;
    text-transform: uppercase;
    /* color: #e7ad48; */
    color: #24bdc5;
    width: 100%;
    display: table;
    margin: 0;
    padding: 0 0 5px;
}

.section-header {
    /* border-bottom: 2px dotted #444;
    display: flex;
    justify-content: center; */
    background-color: #24bdc5;
    background-clip: content-box;
    margin-top: 15px;
    padding: 8px 0 !important;
}

.section-header h4 {
    color: white;
    /* text-shadow: 1px 1px 2px #50505073; */
    font-family: 'rockwellregular';
    letter-spacing: 0.10cm;
    font-size: 20px;
    padding: 5px 0 0 0;
}

.feature-info {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.feature-info .price-dot {
    border-bottom: 2px dotted #b7b7b7;
    flex: 1;
}

.feature-info .price {
    padding: 0 0 0 5px;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #24bdc5;
    margin: 0;
    white-space: nowrap;
}

.menu-overlay .price::before,
.menu-item-list .price::before,
.feature-info .price::before {
    content: "฿ ";
}

.feature-info h4 {
    padding: 0 5px 0 0;
    margin-bottom: 0;
}

.feature-wrap {
    align-self: center;
}

.feature-wrap li {
    list-style: none;
    border-bottom: 2px dotted #ccc;
}

.feature-wrap li h4 {
    text-align: left;
}

.feature-wrap li h4 small {
    font-weight: normal;
}

.menu-list-wrap {
    flex-grow: 1;
}

.menu-list-wrap p {
    margin: 0;
}

.space_0 {
    visibility: hidden;
    margin: 0;
    pad: 0;
    height: 0;
}

.home-menu {
    display: flex;
    align-items: center;
    height: 100vh;
}

.table-head .price::before {
    content: "";
}

.table-head .price.last::before {
    content: " | ";
}

.table-head .price {
    color: #4b4741;
}

.table-head .price-dot {
    border-color: #ebe8df;
}

.price.nc::before {
    content: "\00a0\00a0";
}

.bg-trans {
    background-color: transparent;
}

.wine.menu-item-list {
    margin-top: 0;
}

img.special {
    padding-right: 5px;
    height: 30px;
}

.bg-white {
    background: #fff;
}

.x-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.x-grid .menu-item {
    box-shadow: 0 2px 3px #e2e2e2;
    /* margin: 10px; */
    /* border-radius: 10px; */
    overflow: hidden;
}

.x-grid .menu-item:hover{
    box-shadow: 0 2px 5px #b0b0b0;
    overflow: hidden;
}

.menu-item{
    margin: 0 5px 0 20px 5px;
    border-radius: 15px !important;
}
