﻿@font-face {
    font-family: Chonburi;
    src: url(../lib/fonts/chonburi-regular-webfont.ttf);
}

@font-face {
    font-family: Kanit;
    src: url(../lib/fonts/Kanit-Medium.ttf);
}

@font-face {
    font-family: Kanit-light;
    src: url(../lib/fonts/kanit-light.ttf);
}

:root {
    --color-black: #000000;
    --color-white: #FFFFFF;
    --color-yellow: #FFD300;
    --color-orange: #FFAA00;
    --color-gray: #DDDDDD;
    --color-lightgray: #F2F2F2;
    --color-red: #E30513;
    --color-transparent: transparent;
}

html {
    height: 100dvh;
    overflow-y: hidden;
}

body {
    height: 100dvh;
    overflow-y: scroll;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.sf_cols {
    flex: 0 0 100%;
    max-width: 100%;
}


.ShopAlongTheRouteHeaders {
    background-color: var(--color-yellow);
}

    .ShopAlongTheRouteHeaders > div:first-child {
        padding-top: 108px;
    }

    .ShopAlongTheRouteHeaders > div:last-child {
        padding-bottom: 41px;
    }

.bg-yellow-gradient {
    background-image: linear-gradient(to right, var(--color-orange), var(--color-yellow));
    height: fit-content;
}

    .bg-yellow-gradient > .bg-yellow-gradient-image {
        background: none;
    }

        .bg-yellow-gradient > .bg-yellow-gradient-image > div:first-child {
            padding-top: 121px;
        }

        .bg-yellow-gradient > .bg-yellow-gradient-image > div:last-child {
            padding-bottom: 139px;
        }

.bg-yellow {
    background-color: var(--color-yellow);
}

.ShopAlongTheRouteHeaderTitleBox {
    display: flex;
    -ms-flex-flow: row;
    -webkit-flex-flow: row;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.ShopAlongTheRouteHeaderTitleText {
    font-family: Chonburi;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    margin: 0px 35px 21px 35px;
}

.ShopAlongTheRouteHeaderTitleLine {
    height: 1px;
    width: initial;
    background-color: var(--color-black);
    margin-bottom: 62px;
}

.ShopAlongTheRouteHeaderMoreButton {
}

    .ShopAlongTheRouteHeaderMoreButton button {
        background-color: var(--color-transparent);
        border: 1px solid var(--color-white);
        -moz-border-radius: 6px 28px;
        -webkit-border-radius: 6px 28px;
        border-radius: 28px;
        padding: 12px 56px 8px 56px;
    }

        .ShopAlongTheRouteHeaderMoreButton button div {
            gap: 12px;
        }

            .ShopAlongTheRouteHeaderMoreButton button div span {
                font-family: Kanit;
                font-size: 16px;
                font-weight: 400;
                line-height: 20.93px;
            }

            .ShopAlongTheRouteHeaderMoreButton button div img {
                width: 7.47px;
                height: 11.24px;
            }

.ShopAlongTheRouteItemContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
    max-width: 926px;
    margin-bottom: 84px;
}

.ShopAlongTheRouteItemBox {
    max-width: 356px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .ShopAlongTheRouteItemBox h1 {
        font-family: Kanit;
        font-size: 30px;
        font-weight: 600;
        line-height: 44.85px;
        text-align: left;
        margin-top: 27px;
        letter-spacing: 0.5px;
    }

    .ShopAlongTheRouteItemBox p {
        font-family: 'kanit-light';
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        margin-top: 5px;
    }

    .ShopAlongTheRouteItemBox > img {
        max-width: 356px;
        width: 100%;
        height: 388px;
        -o-object-fit: cover;
        object-fit: cover;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 0px 7px 10px 0px #00000040;
    }

    .ShopAlongTheRouteItemBox a {
        background-color: var(--color-white);
        border: 0px solid var(--color-white);
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        padding: 12px 40px 9px 40px;
        box-shadow: 6.67px 6.67px 9.54px 0px #0000001A;
        margin-top: 12px;
    }

        .ShopAlongTheRouteItemBox a div {
            gap: 12px;
        }

            .ShopAlongTheRouteItemBox a div span {
                font-family: Kanit;
                font-size: 16px;
                font-weight: 400;
                line-height: 20.93px;
            }

            .ShopAlongTheRouteItemBox a div img {
                width: 10px;
                height: 6px;
            }






.footer {
    background-color: var(--color-yellow);
}

.footerBox > div:first-child {
    padding-top: 60px;
}

.footerBox > div:last-child {
    padding-bottom: 55px;
}

.social-box {
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    grid-column-gap: 28px;
    max-width: 926px;
}

#action_button {
    position: fixed;
    bottom: 35px;
    right: 35px;
    cursor: pointer;
    height: 67px;
    width: 67px;
    background-color: var(--color-red);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 11;
}

    #action_button img {
        height: 17px;
        width: 17px;
    }

#overlay_loading {
    background-color: #fff;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
}

    #overlay_loading > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }




#nav_bar {
    background-color: #ffffff;
    min-height: 100px;
    padding-left: 150px;
    padding-right: 150px;
}

    #nav_bar .navbar-brand img {
        width: 74px;
        height: 57px;
    }

ul.navbar-nav li.nav-item.dropdown div.dropdown-menu .dropdown-item {
    font-family: Chonburi;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: var(--color-black);
    padding-top: 5px;
    padding-bottom: 5px;
}

    ul.navbar-nav li.nav-item.dropdown div.dropdown-menu .dropdown-item:hover {
        color: var(--color-orange);
    }

    ul.navbar-nav li.nav-item.dropdown div.dropdown-menu .dropdown-item.active,
    ul.navbar-nav li.nav-item.dropdown div.dropdown-menu .dropdown-item:active {
        color: var(--color-white);
    }


ul.navbar-nav li.nav-item a.nav-link {
    font-family: Chonburi;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    color: var(--color-black);
    padding-top: 5px;
    padding-bottom: 5px;
}

    ul.navbar-nav li.nav-item a.nav-link:hover {
        color: var(--color-orange);
    }


.dropdown-toggle::after {
    content: none;
}


.RecommendHeaderTitleBox {
    display: flex;
    -ms-flex-flow: row;
    -webkit-flex-flow: row;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-bottom: 103px;
}

.detail-page .RecommendHeaderTitleBox {
    margin-bottom: 50px;
}

    .detail-page .RecommendHeaderTitleBox .RecommendHeaderTitleText {
        margin-top: 0px;
    }

.RecommendHeaderTitleText {
    font-family: Chonburi;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    margin-bottom: 21px;
    margin-top: 75px;
}

.RecommendHeaderTitleLine {
    height: 1px;
    width: initial;
    background-color: var(--color-black);
    margin: 0px 100px;
}

ol.carousel-indicators {
    align-items: center;
}

.RecommendListDesktop.carousel.home {
    max-height: 470.86px !important;
    margin-bottom: 75px;
}

.RecommendListDesktop.carousel.detail {
    max-height: 430px !important;
}

.RecommendListDesktop.carousel ol.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: var(--color-white);
    border: 1px solid var(--color-yellow);
    border-radius: 7.5px;
    opacity: 1;
}

    .RecommendListDesktop.carousel ol.carousel-indicators li.active {
        width: 24px;
        height: 24px;
        background-color: var(--color-yellow);
        border: 1px solid var(--color-yellow);
        border-radius: 12px;
        opacity: 1;
    }

.RecommendListDesktop.carousel .carousel-inner .carousel-item {
    margin-bottom: 137px;
}

    .RecommendListDesktop.carousel .carousel-inner .carousel-item div.d-flex.flex-row {
        gap: 12px
    }

.carousel-control-prev {
    z-index: 10;
}

.carousel-control-next {
    z-index: 10;
}

.carousel-item div .wrap:nth-child(odd) {
    margin-top: 0px;
}

.carousel-item div .wrap:nth-child(even) {
    margin-top: 41px;
}

.wrap {
    height: 370px;
    width: 273px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    box-shadow: 0px 7px 10px 0px #00000040;
}

    .wrap .tag {
        position: absolute;
        top: -3px;
        color: #FFF;
        left: -8px;
        font-size: 65px;
    }

        .wrap .tag .tag-name {
            position: absolute;
            top: 50%;
            left: 13px;
            z-index: 9;
            color: black;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }


    .wrap .icon.icon-label,
    .wrap .icon.icon-label-outline {
        position: absolute;
        z-index: 9;
        font-size: 35px;
        top: 2px;
        right: 0%;
        padding: 10px;
        cursor: pointer;
    }

    .wrap img {
        width: 100%;
        height: 100%;
        z-index: 1;
        object-fit: cover;
    }

    .wrap .detail {
        position: absolute;
        bottom: 0;
        padding: 10px;
        width: 100%;
        z-index: 10;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

        .wrap .detail.gradient {
            background: rgba(255, 255, 255, 0);
            background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 216, 0, 0.2) 30%, #ffd800 80%);
            z-index: 9;
            padding-top: 58px;
            left: 0;
        }

        .wrap .detail h4 {
            font-family: Kanit;
            font-size: 24px;
            font-weight: 600;
            line-height: 35.88px;
            text-align: left;
            overflow: hidden;
            letter-spacing: 0.5px;
            /*display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            line-height: 1.4;*/
        }

        .wrap .detail h5 {
            font-family: Kanit;
            font-size: 14px;
            font-weight: 400;
            line-height: 20.93px;
            text-align: left;
            overflow: hidden;
            /* display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;*/
        }

    .wrap.vdo .icon-play {
        position: absolute;
        z-index: 99;
        font-size: 75px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .wrap.blogger .blogger-img {
        height: 55px;
        width: 55px;
        display: inline-block;
    }

        .wrap.blogger .blogger-img img {
            border-radius: 50px;
        }

    .wrap.blogger .blogger-dtl {
        display: inline-block;
        vertical-align: bottom;
        padding-left: 5px;
    }

    .wrap.quote {
        border-radius: 15px;
    }

        .wrap.quote img.quote-img {
            width: auto;
            height: auto;
            padding-bottom: 10px;
        }

        .wrap.quote .quote-desc {
            padding: 5px;
        }

            .wrap.quote .quote-desc h5 {
                overflow: hidden;
                display: -webkit-box;
                /*! autoprefixer: ignore next */
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                -webkit-line-clamp: 1;
            }

        .wrap.quote .thr-line {
            height: 82px;
            padding-top: 10px;
            overflow: hidden;
        }

        .wrap.quote hr.under-quote {
            width: 15%;
            border: 0.8px solid black;
            margin-top: 15px;
            margin-bottom: 15px;
            margin-left: 0;
            text-align: left;
        }




    .wrap .detail {
        padding: 15px;
    }

    .wrap.blogger .blogger-dtl {
        position: relative;
    }

    .wrap.quote img.quote-img {
        padding-top: 10px;
    }

    .wrap.quote hr.under-quote {
        margin-top: 15px;
        margin-bottom: 8px;
    }

    .wrap.quote .quote-desc {
        padding: 20px 5px;
    }

        .wrap.quote .quote-desc h4 {
            height: 22px;
        }

        .wrap.quote .quote-desc h3 {
            height: 53px;
            padding-top: 8px;
            line-height: 1.3;
        }

        .wrap.quote .quote-desc h5 {
            line-height: 1.5;
        }

.galleryHeaderBox {
    margin: 125px 0 50px 0;
}

    .galleryHeaderBox h1 {
        font-family: Chonburi;
        font-size: 30px;
        font-weight: 400;
        line-height: 36px;
        margin: 0 97px 21px 97px;
    }

    .galleryHeaderBox div {
        height: 1px;
        background-color: var(--color-black);
    }

.galleryBox {
    width: 100%;
    max-width: 1116px;
}

    .galleryBox > div {
        margin-right: 24px;
    }

        .galleryBox > div:last-child {
            margin-right: 0px;
        }

        .galleryBox > div > a {
            margin-bottom: 19px;
        }

            .galleryBox > div > a:last-child {
                margin-bottom: 0px;
            }

.galleryBtnPageBox {
    margin: 68px 0 58px 0;
}

.galleryBtnPage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 34px;
    background-color: var(--color-transparent);
    border-radius: 17px;
}

    .galleryBtnPage.active {
        background-color: var(--color-yellow);
    }

/* 
.galleryItem {
    width: 356px;
    height: 330px;
} */


.gallery .galleryBox div img {
    width: 356px;
}

.gallery .galleryBox div:nth-child(odd) a.galleryItem {
    height: 420px;
}

    .gallery .galleryBox div:nth-child(odd) a.galleryItem:first-child {
        height: 330px;
    }

.gallery .galleryBox div:nth-child(even) a.galleryItem {
    height: 420px;
}

    .gallery .galleryBox div:nth-child(even) a.galleryItem:last-child {
        height: 330px;
    }

/*.galleryItem.odd {
    width: 356px;
    height: 330px;
}

.galleryItem.even {
    width: 356px;
    height: 420px;
}*/

.galleryItem img {
    width: inherit;
    height: inherit;
    border-radius: 10px;
    object-fit: cover;
}

.searchbox-round {
    display: flex;
    flex-direction: row;
    height: 58px !important;
    border-radius: 28px;
    margin: 0px !important;
    background-color: var(--color-white);
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.15));
}

    .searchbox-round > input.search-popup-js.inputbox--search {
        height: inherit;
        padding-left: 28px;
        padding-right: 0px;
        background-color: var(--color-transparent);
        box-shadow: none !important;
        font-size: 17px;
        font-family: 'Kanit-light';
    }

    .searchbox-round > input.restuarant-toggle.text.inputbox--search.shadow.input-search-js {
        height: inherit;
        padding-left: 28px;
        padding-right: 0px;
        background-color: var(--color-transparent);
        box-shadow: none !important;
    }

    .searchbox-round a.btn-solid.find-search-js {
        margin-top: auto;
        margin-bottom: auto;
        position: relative !important;
        margin: 3px 4px;
        width: auto !important;
        height: 50px !important;
        max-width: none !important;
    }

    .searchbox-round > a > span {
        font-family: Chonburi;
        font-size: 22px;
        font-weight: 400;
        line-height: 21.6px;
        text-align: left;
        margin-left: 28px;
    }

    .searchbox-round > a > img {
        width: 19px;
        height: 19px;
        margin-left: 15px;
        margin-right: 28px;
    }

.searchbox.with-nearby {
    margin: 0px;
    width: inherit;
}

    .searchbox.with-nearby .searchbox-inner:before {
        display: none;
    }

.galleryBtnPage > span {
    font-family: Kanit;
    font-size: 21px;
    font-weight: 400;
    line-height: 31.4px;
    text-align: center;
}

.home-search-panel {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: start;
    align-items: start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 121px;
    padding-bottom: 139px;
    max-width: 926px;
}

    .home-search-panel h1 {
        font-family: Chonburi;
        font-size: 38px;
        font-weight: 400;
        line-height: 45.6px;
        text-align: left;
        margin-bottom: 8px;
    }

    .home-search-panel h2 {
        font-family: Kanit;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        margin-bottom: 15px;
        letter-spacing: 0.5px;
    }

    .home-search-panel .search-main.searchbox-wrap {
        width: 100%;
        max-width: 574px;
        margin-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .home-search-panel p {
        font-family: Kanit;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
    }

.credit-box p {
    font-family: Kanit;
    font-size: 11px;
    font-weight: 400;
    line-height: 16.45px;
    text-align: center;
}

#banner_row img {
    width: 100%;
    height: 460px;
    max-height: 460px;
    object-fit: cover;
}


#detail_row .detail_box {
    margin: 38px auto;
    max-width: 950px;
    width: 100%;
    background-color: var(--color-lightgray);
    padding: 25px 75px 55px 75px;
    border-radius: 10px;
}

#detail_row .detail_header {
    font-family: Chonburi;
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    text-align: center;
    color: var(--color-red);
}

#detail_row .detail_line {
    height: 1px;
    background-color: var(--color-black);
    margin: 25px 305px;
}

#detail_row .detail_description {
    font-family: Kanit;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
}

#menu_recommend_row div {
    width: 100%;
    max-width: 1118px;
    margin: 0 auto;
}

.menu_recommend_text_box .menu_recommend_text_title {
    font-family: Chonburi;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    margin-bottom: 37px;
}

.menu_recommend_text_box .menu_recommend_text_description {
    /*font-family: Kanit;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;*/

    font-family: 'kanit-light';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    margin-top: 5px;
}

.restaurant_detail_row {
    padding: 46px 0px 46px 0px;
    background-color: var(--color-lightgray);
}

.restaurant-dt {
    background-color: var(--color-white);
    margin: 0px auto 0px auto;
    max-width: 1116px;
    padding: 44px 53px 52px 53px;
    box-shadow: 3.02px 3.02px 20.16px 0px #00000040;
    border-radius: 20px;
}

div.second-column.flex-basis-100 {
    flex-basis: 100%;
}

.icon.icon-label-outline.white.favRes {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--color-yellow);
}

.footerBox > div:last-child p {
    font-family: Kanit;
    font-size: 18px;
    font-weight: 400;
    line-height: 16.45px;
    text-align: center;
    margin-top: 10px;
}

.carousel {
    overflow: hidden;
}

.carousel-item {
    overflow: hidden;
}


#inputShareUrl {
    display: none;
}

.RecommendListDesktop.carousel.slide {
    max-height: 500px;
}

    .RecommendListDesktop.carousel.slide .carousel-inner .carousel-item .d-flex.flex-row .wrap.resterant {
        height: 370px;
        width: 273px;
    }

        .RecommendListDesktop.carousel.slide .carousel-inner .carousel-item .d-flex.flex-row .wrap.resterant a {
            height: 370px;
            width: 273px;
        }


.search-main.searchbox-wrap {
    max-width: 900px;
    margin-left: 0px;
    margin-right: auto;
}

.restaurant_detail_row .restaurant-dt .container .tag-btn {
    display: none;
}

.sf_colsIn.bg-yellow-gradient {
    background-image: url(/webimages/enhance2024/banner_desktop.jpg?sfvrsn=54cefd45_2);
    background-repeat: no-repeat;
    background-size: cover;
}

.wh.list-article .page-header.text-center .searchbox.with-nearby {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#menu_recommend_row {
    background-image: url(/webimages/enhance2024/recommendmenubg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 550px;
}

    #menu_recommend_row .row {
        margin-top: 79px;
    }

/*.onion-bg.relatedRestaurant_wrapper .container.no-padding-right .label-overflow.label-overflow-js.width-flex-just-con.topNeighborResults .label-overflow--width div {
    -moz-border-radius: unset;
    -webkit-border-radius: unset;
    border-radius: unset;
}

    .onion-bg.relatedRestaurant_wrapper .container.no-padding-right .label-overflow.label-overflow-js.width-flex-just-con.topNeighborResults .label-overflow--width div span.contentblock-01--image {
        -moz-border-radius: unset;
        -webkit-border-radius: unset;
        border-radius: unset;
    }*/
.section-search .search-main.searchbox-wrap,
.section-search.search-restaurant-landing .search-main.searchbox-wrap {
    margin-left: auto;
    margin-right: auto;
}

.contentblock-textcenter--inner .btn-circle.about-history-arrow-js {
    display: none;
}

.menu-shell-mobile-sticky-block.style3,
.menu-shell-desktop-sticky-block.style3 {
    display: none;
}

.bg-none {
    background: none;
}

@media (max-width: 769px) {
    .sf_cols {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer {
        background-color: var(--color-yellow);
    }

    .footerBox > div:first-child {
        padding-top: 41px;
    }

    .footerBox > div:last-child {
        padding-bottom: 56px;
    }

        .footerBox > div:last-child p {
            font-family: Kanit;
            font-size: 12px;
            font-weight: 400;
            line-height: 8.97px;
            text-align: center;
            margin-top: 10px;
        }

    .ShopAlongTheRouteHeaders {
        background-color: var(--color-yellow);
    }

        .ShopAlongTheRouteHeaders > div:first-child {
            padding-top: 41px;
        }

        .ShopAlongTheRouteHeaders > div:last-child {
            padding-bottom: 56px;
        }


    .bg-yellow-gradient {
        background-image: linear-gradient(to right, var(--color-orange), var(--color-yellow));
    }


        .bg-yellow-gradient > .bg-yellow-gradient-image > div:first-child {
            padding-top: 41px;
        }

        .bg-yellow-gradient > .bg-yellow-gradient-image > div:last-child {
            padding-bottom: 82px;
        }

    .bg-yellow {
        background-color: var(--color-yellow);
    }

    .ShopAlongTheRouteHeaderTitleBox {
        display: flex;
        -ms-flex-flow: row;
        -webkit-flex-flow: row;
        flex-flow: column;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }

    .ShopAlongTheRouteHeaderTitleText {
        font-family: Chonburi;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.6px;
        text-align: center;
        margin: 0px 2px 14px 2px;
    }

    .ShopAlongTheRouteHeaderTitleLine {
        height: 1px;
        width: initial;
        background-color: var(--color-black);
        margin-bottom: 27px;
    }

    .ShopAlongTheRouteHeaderMoreButton {
    }

        .ShopAlongTheRouteHeaderMoreButton button {
            background-color: transparent;
            border: 1px solid var(--color-white);
            -moz-border-radius: 17px;
            -webkit-border-radius: 17px;
            border-radius: 17px;
            padding: 7px 34px 5px 34px;
        }

            .ShopAlongTheRouteHeaderMoreButton button div {
                gap: 7px;
            }

                .ShopAlongTheRouteHeaderMoreButton button div span {
                    font-family: Kanit;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 14.95px;
                    color: var(--color-black);
                }

                .ShopAlongTheRouteHeaderMoreButton button div img {
                    width: 4.52px;
                    height: 6.8px;
                }

    .ShopAlongTheRouteItemContainer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-left: auto;
        margin-right: auto;
        gap: 10px;
        margin-bottom: 31px;
    }

    .ShopAlongTheRouteItemBox {
        width: 170px;
        margin-left: auto;
        margin-right: auto;
    }

        .ShopAlongTheRouteItemBox h1 {
            font-family: Kanit;
            font-size: 14px;
            font-weight: 600;
            line-height: 20.93px;
            text-align: left;
            letter-spacing: 0.5px;
        }

        .ShopAlongTheRouteItemBox p {
            font-family: 'kanit-light';
            font-size: 13px;
            font-weight: 400;
            line-height: 18px;
            text-align: left;
            margin-top: 5px;
        }

        .ShopAlongTheRouteItemBox > img {
            width: 100%;
            height: 185px;
            -o-object-fit: cover;
            object-fit: cover;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            box-shadow: 0px 7px 10px 0px #00000040;
        }

        .ShopAlongTheRouteItemBox a {
            background-color: var(--color-white);
            border: 0px solid var(--color-white);
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            border-radius: 20px;
            padding: 12px 40px 9px 40px;
            margin-top: 10px;
        }

            .ShopAlongTheRouteItemBox a div {
                gap: 7px;
            }

                .ShopAlongTheRouteItemBox a div span {
                    font-family: Kanit;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 14.95px;
                }

                .ShopAlongTheRouteItemBox a div img {
                    width: 6px;
                    height: 4px;
                }


    .social-box {
        margin-bottom: 13px;
        grid-column-gap: 22px;
    }

    #action_button {
        bottom: 101px;
        right: 13px;
        height: 44px;
        width: 44px;
    }

    .recommend_panel .wrap {
        height: 216px;
    }

    .recommend_panel div div .wrap .tag .tag-name {
        top: 51%;
        left: 15px;
    }

    .recommend_panel div div .wrap.quote hr.under-quote {
        margin-top: 0px;
        margin-bottom: 6px;
    }

    #nav_bar {
        min-height: 60px;
        padding-left: 12px;
        padding-right: 12px;
    }

        #nav_bar .navbar-brand img {
            width: 49px;
            height: 38px;
        }

    .RecommendHeaderTitleBox {
        display: flex;
        -ms-flex-flow: row;
        -webkit-flex-flow: row;
        flex-flow: column;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
        margin-bottom: 29px;
    }

    .detail-page .RecommendHeaderTitleBox {
        margin-bottom: 14px;
    }

        .detail-page .RecommendHeaderTitleBox .RecommendHeaderTitleText {
            margin-top: 0px;
        }

    .RecommendHeaderTitleText {
        font-family: Chonburi;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.6px;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 34px;
    }

    .RecommendHeaderTitleLine {
        height: 1px;
        width: initial;
        background-color: var(--color-black);
        margin: 0px 40px;
    }

    ol.carousel-indicators {
        align-items: center;
    }

    .RecommendListMobile.carousel {
        /*max-height: 246.39px;*/
        margin-bottom: 34px;
    }

        .RecommendListMobile.carousel ol.carousel-indicators li {
            width: 10px;
            height: 10px;
            background-color: var(--color-white);
            border: 1px solid var(--color-yellow);
            border-radius: 7.5px;
            opacity: 1;
        }

            .RecommendListMobile.carousel ol.carousel-indicators li.active {
                width: 15px;
                height: 15px;
                background-color: var(--color-yellow);
                border: 1px solid var(--color-yellow);
                border-radius: 12px;
                opacity: 1;
            }

        .RecommendListMobile.carousel .carousel-inner .carousel-item {
            margin-bottom: 77px;
        }

            .RecommendListMobile.carousel .carousel-inner .carousel-item div.d-flex.flex-row {
                gap: 5px
            }


        .RecommendListMobile.carousel.detail .carousel-inner .carousel-item div.d-flex.flex-row {
            height: 240px;
            margin-bottom: 50px !important;
        }

            .RecommendListMobile.carousel.detail .carousel-inner .carousel-item div.d-flex.flex-row .wrap {
                height: inherit;
            }



    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .carousel-item div .wrap:nth-child(odd) {
        margin-top: 0px;
    }

    .carousel-item div .wrap:nth-child(even) {
        margin-top: 20px;
    }

    .wrap {
        height: 154px;
        width: 114px;
    }


        .wrap .tag {
            position: absolute;
            top: -3px;
            color: #FFF;
            left: -8px;
            font-size: 65px;
        }

            .wrap .tag .tag-name {
                position: absolute;
                top: 50%;
                left: 13px;
                z-index: 9;
                color: black;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }


        .wrap .icon.icon-label,
        .wrap .icon.icon-label-outline {
            position: absolute;
            z-index: 9;
            font-size: 35px;
            top: 2px;
            right: 0%;
            padding: 10px;
            cursor: pointer;
        }

        .wrap img {
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .wrap .detail {
            position: absolute;
            bottom: 0;
            padding: 10px;
            width: 100%;
            z-index: 10;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }

            .wrap .detail.gradient {
                background: rgba(255, 255, 255, 0);
                background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 216, 0, 0.2) 30%, #ffd800 80%);
                z-index: 9;
                padding-top: 58px;
                left: 0;
            }

            .wrap .detail h4 {
                font-family: Kanit;
                font-size: 12px;
                font-weight: 400;
                line-height: 14.95px;
                text-align: left;
                overflow: hidden;
                letter-spacing: 0.5px;
                /*display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            line-height: 1.4;*/
            }

            .wrap .detail h5 {
                font-family: 'kanit-light';
                font-size: 12px;
                font-weight: 400;
                line-height: 8.97px;
                text-align: left;
                overflow: hidden;
                /* display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;*/
            }

        .wrap.vdo .icon-play {
            position: absolute;
            z-index: 99;
            font-size: 75px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .wrap.blogger .blogger-img {
            height: 55px;
            width: 55px;
            display: inline-block;
        }

            .wrap.blogger .blogger-img img {
                border-radius: 50px;
            }

        .wrap.blogger .blogger-dtl {
            display: inline-block;
            vertical-align: bottom;
            padding-left: 5px;
        }

        .wrap.quote {
            border-radius: 15px;
        }

            .wrap.quote img.quote-img {
                width: auto;
                height: auto;
                padding-bottom: 10px;
            }

            .wrap.quote .quote-desc {
                padding: 5px;
            }

                .wrap.quote .quote-desc h5 {
                    overflow: hidden;
                    display: -webkit-box;
                    /*! autoprefixer: ignore next */
                    -webkit-box-orient: vertical;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 1;
                }

            .wrap.quote .thr-line {
                height: 82px;
                padding-top: 10px;
                overflow: hidden;
            }

            .wrap.quote hr.under-quote {
                width: 15%;
                border: 0.8px solid black;
                margin-top: 15px;
                margin-bottom: 15px;
                margin-left: 0;
                text-align: left;
            }




        .wrap .detail {
            padding: 15px;
        }

        .wrap.blogger .blogger-dtl {
            position: relative;
        }

        .wrap.quote img.quote-img {
            padding-top: 10px;
        }

        .wrap.quote hr.under-quote {
            margin-top: 15px;
            margin-bottom: 8px;
        }

        .wrap.quote .quote-desc {
            padding: 20px 5px;
        }

            .wrap.quote .quote-desc h4 {
                height: 22px;
            }

            .wrap.quote .quote-desc h3 {
                height: 53px;
                padding-top: 8px;
                line-height: 1.3;
            }

            .wrap.quote .quote-desc h5 {
                line-height: 1.5;
            }

    .galleryHeaderBox {
        margin: 46px 0;
    }

        .galleryHeaderBox h1 {
            font-family: Chonburi;
            font-size: 18px;
            font-weight: 400;
            line-height: 21.6px;
            margin: 0 40px 15px 40px;
        }

        .galleryHeaderBox div {
            height: 1px;
            background-color: var(--color-black);
        }


    .galleryBox {
        width: 100%;
        max-width: 351px;
    }

    .galleryBtnPageBox {
        margin: 45px 0 53px 0;
    }


    .galleryBtnPage {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 29px;
        width: 29px;
        background-color: var(--color-transparent);
        border-radius: 14.5px;
    }

        .galleryBtnPage.active {
            background-color: var(--color-yellow);
        }

    /* 
    .galleryItem {
        width: 169.78px;
        height: 157.38px;
    } */

    .galleryBox > div {
        margin-right: 12px;
    }


    .gallery .galleryBox div img {
        width: 169.78px;
    }

    .gallery .galleryBox div:nth-child(odd) a.galleryItem {
        height: 200.3px;
    }

        .gallery .galleryBox div:nth-child(odd) a.galleryItem:first-child {
            height: 157.38px;
        }

    .gallery .galleryBox div:nth-child(even) a.galleryItem {
        height: 200.3px;
    }

        .gallery .galleryBox div:nth-child(even) a.galleryItem:last-child {
            height: 157.38px;
        }

    /*.galleryItem.odd {
        width: 169.78px;
        height: 157.38px;
    }

    .galleryItem.even {
        width: 169.78px;
        height: 200.3px;
    }*/

    .galleryItem img {
        width: inherit;
        height: inherit;
        border-radius: 10px;
        object-fit: cover;
    }

    .searchbox-round {
        display: flex;
        flex-direction: row;
        height: 33px !important;
        border-radius: 16.5px;
        margin: 0px !important;
        background-color: var(--color-white);
        align-items: center;
        justify-content: center;
        filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.15));
    }


        .searchbox-round > input.search-popup-js.inputbox--search {
            height: inherit;
            padding-left: 16.5px;
            padding-right: 0px;
            background-color: var(--color-transparent);
            box-shadow: none !important;
            font-size: 14px;
            font-family: 'Kanit-light';
        }

        .searchbox-round > input.restuarant-toggle.text.inputbox--search.shadow.input-search-js {
            height: inherit;
            padding-left: 16.5px;
            padding-right: 0px;
            background-color: var(--color-transparent);
            box-shadow: none !important;
        }

        .searchbox-round a.btn-solid.find-search-js {
            margin-top: auto;
            margin-bottom: auto;
            position: relative !important;
            margin: 2px 2px;
            width: auto !important;
            height: 29px !important;
            max-width: none !important;
        }

        .searchbox-round > a > span {
            font-family: Chonburi;
            font-size: 14px;
            font-weight: 400;
            line-height: 14.4px;
            text-align: left;
            margin-left: 28px;
        }

        .searchbox-round > a > img {
            width: 11px;
            height: 11px;
            margin-left: 7px;
            margin-right: 15px;
        }


    .galleryBtnPage > span {
        font-family: Kanit;
        font-size: 18px;
        font-weight: 400;
        line-height: 26.91px;
        text-align: center;
    }



    .home-search-panel {
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: start;
        align-items: start;
        margin-left: auto;
        margin-right: auto;
        padding-top: 54px;
        padding-bottom: 88px;
        max-width: 333px;
    }

        .home-search-panel h1 {
            font-family: Chonburi;
            font-size: 20px;
            font-weight: 400;
            line-height: 24px;
            text-align: left;
            margin-bottom: 4px;
        }

        .home-search-panel h2 {
            font-family: 'kanit-light';
            font-size: 14px;
            font-weight: 400;
            line-height: 14.95px;
            text-align: left;
            margin-bottom: 4px;
            margin-top: 5px;
        }

        .home-search-panel .search-main.searchbox-wrap {
            width: 100%;
            max-width: 333px;
            margin-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 10px;
        }

            .home-search-panel .search-main.searchbox-wrap .searchbox.with-nearby .searchbox-inner-btn {
                margin-bottom: 0px;
            }

        .home-search-panel p {
            font-family: 'kanit-light';
            font-size: 14px;
            font-weight: 400;
            line-height: 14.95px;
            text-align: left;
            margin-bottom: 4px;
        }

    .credit-box p {
        font-family: Kanit;
        font-size: 6px;
        font-weight: 400;
        line-height: 8.97px;
        text-align: center;
    }

    #banner_row img {
        width: 100%;
        height: 175px;
        max-height: 175px;
        object-fit: cover;
    }

    #detail_row .detail_box {
        margin: 17px 13px;
        width: inherit;
        background-color: var(--color-lightgray);
        padding: 27px 11px 19px 11px;
        border-radius: 10px;
    }

    #detail_row .detail_header {
        font-family: Chonburi;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.6px;
        text-align: center;
        color: var(--color-red);
    }

    #detail_row .detail_line {
        height: 1px;
        background-color: var(--color-black);
        margin: 12px 99px 27px 99px;
    }

    #detail_row .detail_description {
        font-family: 'kanit-light';
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
    }

    .menu_recommend_text_box .menu_recommend_text_title {
        font-family: Chonburi;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.6px;
        text-align: left;
        margin-bottom: 7px;
    }

    .menu_recommend_text_box .menu_recommend_text_description {
        font-family: "kanit-light";
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
    }

    #review_row .review_box {
    }

        #review_row .review_box img {
        }

        #review_row .review_box p {
        }

    .restaurant_detail_row {
        background-color: var(--color-lightgray);
    }

    .icon.icon-label-outline.white.favRes {
        display: none;
    }


    ul.navbar-nav li.nav-item.dropdown div.dropdown-menu .dropdown-item {
        font-family: Chonburi;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
        text-align: left;
        color: var(--color-black);
        padding-top: 5px;
        padding-bottom: 5px;
    }

    ul.navbar-nav li.nav-item a.nav-link {
        font-family: Chonburi;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
        text-align: left;
        color: var(--color-black);
        padding-top: 7px;
        padding-bottom: 7px;
    }



    .dropdown-item.active,
    .dropdown-item:active {
        background-color: var(--color-yellow);
    }


    .navbar-collapse.flex-grow-0.collapse.show {
        padding-top: 20px;
        padding-bottom: 5px;
    }

    div.sf_colsIn.section-footer {
        display: none !important;
    }

    /* data-placeholder-label="Container" */


    .carousel {
        overflow: hidden;
    }

    .carousel-item {
        overflow: hidden;
    }

    #inputShareUrl {
        display: none;
    }

    .RecommendListMobile.carousel.slide {
        max-height: 214px;
    }

    .menu-shell-mobile-sticky {
        display: none;
    }

    .restaurant-dt .restaurant-dt-head {
        display: block;
    }

    .restaurant_detail_row .restaurant-dt {
        padding: 51px 15px;
        margin: 0px 12px;
    }

    .element-center {
        margin-left: auto;
        margin-right: auto;
    }

    .restaurant_detail_row .restaurant-dt .container .tag-btn {
        display: flex;
    }

    .restaurant_detail_row {
        padding: 43px 0px 47px 0px;
        background-color: var(--color-lightgray);
    }

        .restaurant_detail_row > .container {
            height: 0px;
        }

    .sf_colsIn.bg-yellow-gradient {
        background-image: url(/webimages/enhance2024/bg-mobile.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

        .sf_colsIn.bg-yellow-gradient > .bg-yellow-gradient-image {
            background-repeat: no-repeat;
            background-position-x: right;
            background-position-y: bottom;
            background-size: contain;
            background-color: #ffc107;
            background-image: url(bg-image-mobile.png);
            max-height: 236.953px !important
        }

    .wh.list-article .page-header.text-center .searchbox.with-nearby {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #menu_recommend_row {
        background-image: linear-gradient(to bottom, var(--color-yellow) calc(100% - 167.39px), var(--color-white) calc(100% - 167.39px));
        min-height: 0px;
    }

        #menu_recommend_row .row {
            margin-top: 25px;
        }

    .bg-none {
        background: none;
    }
    /*

    .resteaser-slide .slick-list, .default-slide ul.slick-dots {
        bottom: auto !important;
    }


        .resteaser-slide .slick-list .slick-track .slick-slide {
            height: fit-content;
        }*/
}

