﻿@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;
        }

    .searchbox.with-nearby .searchbox-inner:before {
        display: none;
    }

    .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-image: url(/webimages/enhance2024/bg-image-mobile.png);
        }

    .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;
        }*/
}
