

:root{

    /* Primary Color */
    --color-primary:#273C84;
    --color-primary-dark:#131E42;
    --color-primary-light:#BDC8EC;
    /* Secondary Color */
    --color-secondary:#FAD943;
    --color-secondary-dark:#534402;
    --color-secondary-light:#FEF5CD;
    /* Background Color */
    --color-white-background:#FFFFFF;
    --color-blue-background:#273C84;
    /* Text Color */
    --color-black-text:#000000;
    --color-white-text:#FFFFFF;
    --color-blue-text:#273C84;
    --color-yello-text:#FAD943;
    /* Semantic Color */
    --color-semantic-danger:#C32003;
    --color-semantic-warning:#FFBC42;
    --color-semantic-success:#5AB243;
    --color-semantic-info:#0C51A0;
    /* Gray Color */
    --color-gray-900:#0E0E0F;
    --color-gray-800:#292A2C;
    --color-gray-700:#454749;
    --color-gray-600:#616366;
    --color-gray-500:#7C8083;
    --color-gray-400:#999C9E;
    --color-gray-300:#B6B8BA;
    --color-gray-200:#D3D4D6;
    --color-gray-100:#F0F1F1;

    /* Avenir Next font */
    /* Display */
    --display-font-size-96: 96px;
    /* Headings */
    --h1-font-size-64: 64px;
    --h2-font-size-48: 48px;
    --h3-font-size-24: 24px;
    --h4-font-size-20: 20px;
    /* Subhead */
    --sub1-font-size-40: 40px;
    --sub2-font-size-32: 32px;
    --sub3-font-size-24: 24px;
    --sub4-font-size-14: 14px;
    /* Body Text */
    --body1-font-size-20: 20px;
    --body2-font-size-16: 16px;
    --body3-font-size-14: 14px;
    --body4-font-size-12: 12px;
    --body4-font-size-10: 10px;
    /* Small Text */
    --cta-m-font-size-16: 16px;
    --cta-r-font-size-14: 14px;
    --cta-s-font-size-12: 12px;
    --breadcrumb1-font-size-20: 20px;
    --breadcrumb2-font-size-12: 12px;

    /* font weight */
    --regular-400:400;
    --medium-500:500;
    --demi-bold-600:600;
    --bold700:700;
    --heauy-800:800;
    --black-900:900;

    /* letter-spacing */
    --letter-spacing-button:1px;
}
 
body{
    padding: 0;
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: var(--regular-400);
}

    /* @font-face {
        font-family: "Avenir Next";
        src: url("fonts/AvenirNext.ttf") format("truetype");
        font-weight: 400;
        font-style: normal;
    } */
p{
    margin: 0;
}
::-webkit-scrollbar {
    display: none;
  }

/* noom */

/* nevbar */
.nav-menu-box{
    width: auto;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    z-index: 15;
    padding: 0 24px;
    border-radius: 100px;
    background-color: var(--color-white-background);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.05);
}
.menufont-box{
    display: flex;
    margin-left: 16px;
    gap: 32px;
    height: 100%;
    align-items: center;
}
.menufont{
    font-weight: var(--medium-500);
    font-size: var(--h4-font-size-20);
    color: var(--color-gray-400);
    cursor: pointer;
}
.menufont.active{
    font-weight: var(--bold700);
    color: var(--color-primary);
}
.menufont:hover{
    color: var(--color-primary);
}
.dropbtn {
  /* background-color: #04AA6D; */
  /* color: white; */
  /* padding: 16px; */
  /* font-size: 16px; */
  border: none;

  font-weight: var(--medium-500);
    font-size: var(--h4-font-size-20);
    color: var(--color-gray-400);
    cursor: pointer;
}
.dropbtn.active{
    font-weight: var(--bold700);
    color: var(--color-primary);
}

.dropdown {
    position: relative;
    display: flex;
    height: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    width: 272px;
    height: 118px;
    position: absolute;
    top: 70px;
    border-radius: 16px;
    background-color: var(--color-white-background);
    box-shadow: 0px 4px 20px 0px #0000001A;
  
}

.dropdown-content .supmenu-location-in {
    height: 59px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    color: var(--color-primary);
    font-weight: var(--medium-500);
    text-decoration: none;
}

.dropdown-content .supmenu-location-in:hover {
    background-color: var(--color-primary);
    color: var(--color-white-text);
    font-weight: var(--bold700);
    border-radius: 16px;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
    height: 100%;
    color: var(--color-primary);
    /* background-color: #3e8e41; */
}



/* .supmenu-location{
    width: 272px;
    height: 118px;
    position: absolute;
    top: 52px;
    border-radius: 16px;
    background-color: var(--color-white-background);
    box-shadow: 0px 4px 20px 0px #0000001A;
} */
/* .supmenu-location-in{
    height: 59px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    color: var(--color-primary);
    font-weight: var(--medium-500);
}
.supmenu-location-in:hover{
    background-color: var(--color-primary);
    color: var(--color-white-text);
    font-weight: var(--bold700);
    border-radius: inherit;
} */


.menu-logo-icon{
    height: 65%;
    margin-left: -195px;
}
.menu-search-icon{
    width: 24px;
    object-fit: contain;
    cursor: pointer;
}
.menu-search-open{
    width: auto;
    position: absolute;
    top: 115px;
    left: 24px;
    right: 24px;
    border-radius: 24px;
    z-index: 9;
    padding: 24px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.05);
    background-color: var(--color-white-background);
    display: none;
}
.menu-search-input{
    width: auto;
    height: 48px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    background-color: var(--color-gray-100);
}
input::placeholder{
    color: var(--color-primary-light) !important;
}
.input-search{
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: var(--body2-font-size-16);
    color: var(--color-primary);
    background-color: var(--color-gray-100);
    border: unset;
    outline: none;
}
.input-search::placeholder{
    color: var(--color-primary);
}
.input-search-text-bt{
    font-size: var(--cta-m-font-size-16);
    color: var(--color-primary);
    font-weight: var(--demi-bold-600);
    cursor: pointer;
}
.box-category-menu{
    width: 100%;
    height: 442px;
    margin-top: 16px;
    gap: 16px;
    display: flex;
}
.box-result-search{
    /* background-color: #0C51A0; */
}
.box-category-box{
    width: 50%;
    height: 100%;
}
.box-category-text{
    height: 33px;
    display: flex;
    align-items: center;
    font-size: var(--h3-font-size-24);
    font-weight: var(--bold700);
    color: var(--color-primary);
}
.box-category-num{
    width: 24px;
    height: 24px;
    border-radius: 100px;
    margin-left: 8px;
    font-size: var(--body2-font-size-16);
    font-weight: var(--regular-400);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-gray-100);
}
.box-category-result{
    height: calc(100% - 33px);
    overflow: scroll;
}
.category-result{
    height: 40px;
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: var(--sub3-font-size-24);
    font-weight: var(--demi-bold-600);
    color: var(--color-primary);
}
.box-menusearch-box{
    width: 50%;
    height: 100%;
}
.box-menusearch-text{
    height: 33px;
    display: flex;
    align-items: center;
    font-size: var(--h3-font-size-24);
    font-weight: var(--bold700);
    color: var(--color-primary);
}
.box-menusearch-num{
    width: 24px;
    height: 24px;
    border-radius: 100px;
    margin-left: 8px;
    font-size: var(--body2-font-size-16);
    font-weight: var(--regular-400);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-gray-100);
}
.box-menusearch-result{
    height: calc(100% - 33px);
    overflow: scroll;
}
.menusearch-result{
    height: 100px;
    display: flex;
    align-items: center;
    margin-top: 16px;
    font-size: var(--sub3-font-size-24);
    font-weight: var(--demi-bold-600);
    color: var(--color-primary);
}
.menusearch-result-img{
    width: 100px;
    height: 100px;
    border-radius: 16px;
}
.menusearch-result-de{
    height: 100%;
    padding-left: 16px;
}
.menusearch-result-de-title{
    margin-bottom: 8px;
    font-size: var(--sub3-font-size-24);
    font-weight: var(--demi-bold-600);
    color: var(--color-primary);
}
.menusearch-result-de-body{
    font-size: var(--body2-font-size-16);
    color: var(--color-primary);
}
/* nevbar end */

/* search */
.box-searchlocations-box {
    width: 100%;
    height: 323px;
}
.box-searchlocations-text {
    height: 33px;
    display: flex;
    align-items: center;
    font-size: var(--h3-font-size-24);
    font-weight: var(--bold700);
    color: var(--color-primary);
}
.box-searchlocations-num {
    width: 24px;
    height: 24px;
    border-radius: 100px;
    margin-left: 8px;
    font-size: var(--body2-font-size-16);
    font-weight: var(--regular-400);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-gray-100);
}
.box-searchlocations-result {
    height: calc(100% - 33px);
    overflow: scroll;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.box-searchlocations-result-de{
    width: calc(50% - 8px);
    height: 274px;
    margin-top: 16px;
    gap: 16px;
    display: flex;
}
.result-de-img{
    width: 219px;
    height: 100%;
    background-image: url("./imgs/bg-location-map.png");
    background-size: cover;
    background-position: center;
}
.result-de-img-text-box{
    width: calc(100% - 251px);
    padding: 24px 16px 24px 0;
    font-size: var(--body1-font-size-20);
    color: var(--color-primary);
}
.result-de-img-text-title{
    height: 37px;
    font-size: var(--h3-font-size-24);
    font-weight: var(--bold700);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.result-de-img-text-sup{
    height: 114px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.result-de-img-call-box{
    height: 38px;
    display: flex;
    align-items: center;
}
.result-de-img-call{
    width: 14px;
    height: 14px;
    margin-left: 7px;
    margin-right: 7px;
}
.result-de-img-open-box{
    height: 27px;
}
/* search end */

/* burger */
.burger-btn {
  overflow: visible;
  cursor: pointer;
  fill: var(--color-primary);
  width: 4vw;
  height: unset;
  display: none;
}
.burger-btn--1, .burger-btn--2, .burger-btn--3 {
  transition: 0.2s;
  transform-origin: center center;
}
.burger-btn.active .burger-btn--1 {
  transform: translate(-7px, 7px) rotate(45deg);
}
.burger-btn.active .burger-btn--2 {
  transform: translateX(20px);
  opacity: 0;
}
.burger-btn.active .burger-btn--3 {
  transform: translate(-7px, -7px) rotate(-45deg);
}
/* burger end */

/* in menu burger */
.box-menu-burger{
    height: 0;
    position: absolute;
    top: 58px;
    left: 24px;
    right: 24px;
    z-index: 14;
    display: none;
    flex-direction: column;
    /* justify-content: end; */
    transition: 0.3s;
    overflow: hidden;
    background-color: var(--color-white-background);
    /* background-color: red; */
    box-shadow: 0px 8px 24px 0px #0000000D;
    border-radius: 0 0 40px 40px;
}
.box-menu-burger-in{
    height: 64px;
    color: var(--color-primary);
    font-weight: var(--medium-500);
    font-size: 2vw;
    /* font-size: var(--body1-font-size-20); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-menu-burger-in.active{
    font-weight: var(--bold700);
}

/* in menu burger end */

/* footer */
.footer-box{
    height: 172px;
    padding: 24px;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    background-color: var(--color-primary);
    position: relative;
    z-index: 12;
}
.footer-box-l{
    width: 23%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--color-white-background);
}
.footer-box-c{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--color-white-background);
}
.footer-box-c-img{
    width: 136px;
    margin-bottom: 16px;
}
.footer-box-r{
    width: 23%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    color: var(--color-white-background);
}

.footer-box-r-menu{
    display: flex;
    gap: 40px;
}
.footer-boxsocial{
    gap: 20px;
    display: flex;
}
.boxicon-social{
    width: 24px;
    height: 24px;
    object-fit: contain;
}


/* footer end*/





.box-worldthe-story{
    width: 100%;
    height: 800px;
    display: flex;
}
.worldthe-story{
    width: calc(50% - 80px);
    height: 100%;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.worldthe-story-img1{
    width: 50%;
    height: 100%;
    /* background-image: url(./imgs/story1.png); */
    background-size: cover;
    background-position: center;
}
.worldthe-story-img2{
    width: 50%;
    height: 100%;
    /* background-image: url(./imgs/story2.png); */
    background-size: cover;
    background-position: center;
}
.worldthe-story-img3{
    width: 50%;
    height: 100%;
    /* background-image: url(./imgs/story3.png); */
    background-size: cover;
    background-position: center;
}
.title-story{
    font-size: var(--h1-font-size-64);
    font-weight: var(--black-900);
    color: var(--color-primary);
}
.sup-title-story{
    font-size: var(--sub1-font-size-40);
    font-weight: var(--demi-bold-600);
    color: var(--color-primary);
}
.dis-title-story{
    font-size: var(--body1-font-size-20);
    color: var(--color-primary);
    margin-top: 16px;
    overflow-wrap: break-word;
}
.title-menu-category{
    font-size: var(--h2-font-size-48);
    font-weight: var(--black-900);
    color: var(--color-primary);
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
}
.template-cat-box{
    width: 100%;
    display: flex;
    gap: 1.35vw;
    margin-bottom: 1.35vw;
    justify-content: center;
    /* background-color: blue; */
}
.img-cat-1-1{
    width: 19.271vw;
    height: 19.271vw;
    background-image: url(./imgs/Rectangle-598.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.img-cat-2-1{
    width: 39.896vw;
    height: 19.271vw;
    background-image: url(./imgs/Rectangle-599.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.img-cat-2-3{
    width: 29.5834vw;
    height: 19.271vw;
    background-image: url(./imgs/Rectangle-600.png);
    background-position: center;
    background-size: cover;
    position: relative;
}

.location-box{
    height: 800px;
    /* height: 48vw; */
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 180px;
    /* background-color: red; */
    transition: 1s;
}
.location-box-l{
    width: 21.99999vw;
    height: 100%;
    position: relative;
    /* display: flex;
    align-items: center; */
    /* background-color: lawngreen; */
}
.location-box-r{
    width: 48vw;
    height: 100%;
    /* background-color: paleturquoise; */
}
.location-df{
    width: 21.99999vw;
    height: 41.667vw;
    position: absolute;
    top: 94.3px;
    background-size: cover;
    background-image: url(./imgs/location-df.png);
}
.title-location{
    font-size: var(--h1-font-size-64);
    font-weight: var(--black-900);
    color: var(--color-primary);
}
.sup-title-location {
    font-size: var(--sub1-font-size-40);
    font-weight: var(--demi-bold-600);
    color: var(--color-primary);
}
.dis-title-location {
    font-size: var(--body1-font-size-20);
    color: var(--color-primary);
    margin-top: 16px;
}
#ic_pin_white{
    width: 16px; 
    height: 16px;
    margin-right: 5px; 
    flex-shrink: 0;
}
 #location_north{
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 8vw;
    left: 3vw;
    cursor: pointer;
    z-index: 9;
    /* background-color: navajowhite; */
}
#location_north.active{
    width: 21.99999vw;
    height: 41.667vw;
    position: absolute;
    top: 94.3px;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-image: url('./imgs/location-north.png');
}
#location_central{
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: 17vw;
    left: 5vw;
    cursor: pointer;
    z-index: 9;
    /* background-color: navy; */
}
#location_central.active{
    width: 21.99999vw;
    height: 41.667vw;
    position: absolute;
    top: 94.3px;
    left: 0;
    z-index: 0;
    z-index: 1;
    background-size: cover;
    background-image: url('./imgs/location-central.png');
}
#location_east{
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 23.8vw;
    left: 10.6vw;
    cursor: pointer;
    z-index: 9;
    /* background-color: darkgreen; */
}
#location_east.active{
    width: 21.99999vw;
    height: 41.667vw;
    position: absolute;
    top: 94.3px;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-image: url('./imgs/location-east.png');
}
#location_south{
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: 37.5vw;
    left: 4vw;
    cursor: pointer;
    z-index: 9;
    /* background-color: blueviolet; */
}
#location_south.active{
    width: 21.99999vw;
    height: 41.667vw;
    position: absolute;
    top: 94.3px;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-image: url('./imgs/location-south.png');
}
.region-box{
    width: 100%;
    display: flex;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.region-box-in{
    width: 33%;
    height: 54px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: var(--color-blue-text);
    font-size: var(--cta-m-font-size-16);
    background-color: var(--color-gray-100);
}
.region-box-in.active{
    font-weight: var(--demi-bold-600);
    background-color: var(--color-secondary);
}
.bt-location-see-more{
    width: 100%;
    height: 59px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: var(--breadcrumb1-font-size-20);
    font-weight: var(--bold700);
    color: var(--color-white-background);
    letter-spacing: var(--letter-spacing-button);
    background-color: var(--color-primary);
    margin-bottom: 24px;
}

.location-img-branc-north{
    height: 330px;
    display: none;
}
.location-img-branc-central{
    height: 330px;
    display: none;
}
.location-img-branc-east{
    height: 330px;
    display: none;
}
.location-img-branc-south{
    height: 330px;
    display: none;
}
.location-img-branc-north-in{
    display: flex;
    /* justify-content: space-between; */
    height: 100%;
    gap: 16px;
}
.location-img-branc-north-img{
    width: 15.3vw;
    height: 100%;
    background-image: url("./imgs/bg-location-map.png");
    background-position: center;
    background-size: cover;
}
.location-name-home-box{
    width: 100%; 
    background-color: #273C84; 
    display: flex; 
    align-items: center; 
    padding: 5px 10px; 
    position: absolute; 
    bottom: 0;
    box-sizing: border-box;
    height: 45px;
}
.location-name-home-text{
    margin: 0; 
    font-weight: var(--regular-400); 
    font-size: 14px; 
    color: white; 
    /* text-align: left;  */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    /* flex: 1; */
    text-align: center;
}

.divtagin-category{
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 7px;
    line-height: 1.3em;
    max-width: 23.8vw;
    background-color: var(--color-primary);
    position: absolute;
    top: 1.3vw;
    left: 1.3vw;
    font-weight: var(--demi-bold-600);
    font-size: 1vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    color: var(--color-white-text);
    text-transform: uppercase;
    word-break: break-all;
}
/* noom end */

/* eve */
 /* banner */
.banner-head {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }

  .images-area {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: white;
    /* background-image: url(./imgs/bg-location-map.png); */
    background-position: center;
    background-size: cover;
  }

  .images-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex: 0 0 100%;
  }

  .pagination-area {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
  }

  .pagination-area span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    margin: 0 3px;
    transition: background-color 0.3s;
    cursor: pointer;
  }

  .pagination-area span.active {
    background-color: var(--color-white-background);
    width: 40px;
    border-radius: 10px;
  }
  /* banner */
  .section2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section2-sizepic{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .section2-text{
    color: var(--color-primary);
    font-weight: var(--black-900);
    text-align: center;
  }
  .section2-text-catering{
    color: var(--color-primary);
    font-weight: var(--demi-bold-600);
    text-align: center;
  }
  .section3{
    width: 100%;
    position: relative;
  }
  .sizebg-seasonalmenu{
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    object-position: top;
  }
  .section-seasonalmenu{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: 0.3s;
  }
  .btn-position{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 40px;
    height: 20%;
  }
  .btn-sum-coffeeseasonal{
    display: grid;
    grid-template-columns: repeat(5, auto); 
  }
  .boxbtn-coffeeseasonal{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .size-btn-coffeeseasonal{
    width: 100px;
    height: 100px; 
    border-radius: 50%;
    cursor: pointer;
  }
  .size-coffeeseasonal{
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .txt-btn-coffeeseasonal{
     text-transform: uppercase;
    text-align: center;
    line-height: 1.3em;
    width: 100%;
    font-weight: var(--demi-bold-600);
    font-size: 1vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    text-transform: uppercase;
    /* word-break: break-all; */
    overflow-wrap: break-word;
    
  }
  .df-dct-seasonal{
    display: flex;
    height: 100%;
  }
  .seasonal-l{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
  }
  .seasonal-r{
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
    justify-content: center;
    width: 100%;
  }
 
  .sizepic-coffeeseasonal{
    width: 100%;
    height: 100%;
  }
  .discription-coffe-seasonal{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    word-break: break-all;
    padding-right: 20px;
  }
  .txt-seasanalcoffee{
    color: var(--color-white-text);
    background-color: var(--color-blue-background);
    width: fit-content;
    font-weight: var(--demi-bold-600);
  }
  .txt-name-coffeeseasonal{
    color: var(--color-black-text);
    font-weight: var(--bold700);
    line-height: 1.3em;
    width: 90%;
    font-size: 1vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    text-transform: uppercase;
    /* word-break: break-all; */
    overflow-wrap: break-word;
  }
  .boxmenu-seasonal{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
  }
  .box-seasonal{
    overflow-wrap: break-word;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .picmenu-seasonal{
    width: 100%;
  }
  .sizemenu-seasonal{
    height: 100%;
    width: 100%;
  }
  .txt-menuseasinal{
    text-transform: uppercase; 
    line-height: 1.3em;
    max-width: 23.8vw;
    font-weight: var(--demi-bold-600);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    text-transform: uppercase;
    /* word-break: break-all; */
    overflow-wrap: break-word;
  }

  /* ปุ่มบนสุดstart */
  #backToTop {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: var(--color-white-background);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none; /* ซ่อนก่อน */
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    z-index: 12;
  }

  #backToTop:hover {
    background: var(--color-primary);
  }
 
  /* ปุ่มบนสุดend */

  .menuseasonal-mobile{
    display: none
  }

  /* หน้่า catering เริ่ม */
  .banner-catering{
    height: 442px;
    width: 100%;
  }
  .section-catering{
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .title-catering{
    font-size: var(--h1-font-size-64);
    color: var(--color-blue-text);
    font-weight: var(--bold700);
  }
  .subtitle-catering{
    font-size: var(--sub1-font-size-40);
    color: var(--color-blue-text);
    font-weight: var(--demi-bold-600);
  }
  .bt-catering-viewmenu{
    width: 272px;
    height: 59px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--cta-m-font-size-16);
    font-weight: var(--demi-bold-600);
    color: var(--color-white-background);
    letter-spacing: var(--letter-spacing-button);
    background-color: var(--color-primary);
    cursor: pointer;
}
.bt-catering-restaurantmenu{
    width: 272px;
    height: 59px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--cta-m-font-size-16);
    font-weight: var(--demi-bold-600);
    color: var(--color-blue-text);
    letter-spacing: var(--letter-spacing-button);
    background-color: var(--color-secondary);
}
.box-dis-catering{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
}
.title-dis-catering{
    margin-top: 40px;
    color: var(--color-blue-text);
    font-size: var(--h3-font-size-24);
    font-weight: var(--demi-bold-600);
}
.subtitle-dis-catering{
    color: var(--color-blue-text);
    font-size: var(--h3-font-size-24);
    font-weight: var(--regular-400);
    text-align: center;
}
.box-size-iconcatering{
    width: 48px;
    height: 48px;
}
.box-infor-catering{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: baseline;
}
.box-btn-catring{
    margin: 50px 0;
    display: flex;
    gap: 16px;
}
#banner-catering-mb {
    display: none;
}
.sizebanner-catering{
    height: 442px;
    width: 100%;
}


  /* หน้า catering จบ */

  
/* eve end */
/* nice start  */

.grid-container-cate {
    display: grid;
    grid-template-columns: repeat(5, 11vw);
    /* grid-template-rows: 29vw; */
    grid-gap: 3vw;
    /* padding: 0 2vw; */
    justify-content: center;
    margin-bottom: 3vh;
}

.grid-container-cate > .cardcatemenu {
background-color: rgba(255, 255, 255, 0.8);
text-align: center;
flex-direction: column;
display: flex;

}
.covermaindiv-cate{
display: flex; 
width: 100%;
height: 100%; 
flex-direction: column;
}
.coversec02-chosexscroll{
display: flex;
flex-direction: column;
position: relative;
    background-color: var(--color-white-text);
}
.sec02-chosexscroll-01{
font-size: var(--display-font-size-96);
display: flex;
justify-content: center;
font-weight: var(--black-900);
margin-top: 70px;
color: var(--color-primary);
margin-bottom: 53px;
}
.sec02-chosexscroll-02{
 /* max-width: 100%; */
display: flex; 
justify-content: center;
align-items: center; 
background-color: var(--color-white-text); 
/* height: 317px; */
margin-bottom: 72px;
overflow-x:scroll;
overflow-y:hidden;
position: relative;
}
.sec02-chosexscroll-02::-webkit-scrollbar{
width: 0;
height: 0;
display: none;
-webkit-appearance: none;
}
.sec02-chosexscroll-03{
width: auto;
white-space:nowrap; 
display: flex; 
/* overflow-x: scroll; */
}
.coverbtuseemore{
display: flex; 
justify-content: center; 
width: 100%;    
margin:20px 0;
}
.btuseemore{
width: 463px;
height: 101px;
display: flex; 
border-radius: 50px;
justify-content: center; 
align-items: center;
background-color: var(--color-gray-100);
font-weight: var(--demi-bold-600);
color: var(--color-primary);
font-size: var(--sub2-font-size-32);
letter-spacing: var(--letter-spacing-button);
text-align: center;

}
.btuViewCafeMenu{
width: 463px;
height: 101px;
background-color: var(--color-primary);
display: flex; 
cursor: pointer;
justify-content: center; 
align-items: center;
border-radius: 50px;
margin-right: 25px;
color: var(--color-white-background);
font-size: var(--sub2-font-size-32);
font-weight: var(--bold700);
text-align: center;
letter-spacing: var(--letter-spacing-button);

}
.btuViewRestaurantMenu{
width: 463px;
height: 101px;
background-color: var(--color-secondary);
display: flex; 
cursor: pointer;
justify-content: center; 
align-items: center;
text-align: center;
color: var(    --color-primary);
border-radius: 50px;
font-size: var(--sub2-font-size-32);
font-weight: var(--bold700);   
letter-spacing: var(--letter-spacing-button);

}
.coverbtupdfloand{
display: flex; 
justify-content: center;
align-items: center;
margin-bottom: 81px;
margin-top: 30px;
}
.catecardproduct01{
/* height: 607px; */
position: relative; 
/* background-color: lavenderblush; */
}
.catecardproduct01sup1{
width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: cover;
}
.catecardproduct02{
 justify-content: space-between; 
 align-items: baseline; 
 display: flex; 
 flex-direction: column;
  padding: 0 16px 0 16px;
}
.cover-catecardproduct02txt1{
display: flex;
flex-direction: column;
height: 313px;
background-color: var(--color-white-background);
}
.catecardproduct02txt1{
font-size: var(--sub1-font-size-40);
font-weight: var( --demi-bold-600);
 padding-top: 40px;
 text-align: left;
 display: -webkit-box;
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis; 
min-width: 10vw;
word-break: break-all;
}
.catecardproduct02txt2{
text-align: left; 
font-size: var(--sub2-font-size-32);   
font-weight: var(--regular-400); 
display: -webkit-box;
-webkit-line-clamp: 3; 
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis; 
margin: 10px 0;
word-break: break-all;
min-width: 10vw;
}
.catecardproduct02txt3{
font-size: var(--sub1-font-size-40);    
font-weight:var( --demi-bold-600);
}
.catecardproduct02txt3-price{
    font-size: var(--body1-font-size-20);    
    font-weight:var(--demi-bold-600);
    padding: 0 16px 0 16px;
    text-align: left;
    color: var(--color-gray-400);
    font-weight: var(--regular-400);
}
.divtagincardmenu{
width: 100%;
line-height: 1.3em;
padding: calc(3% - 1%);
max-width: max-content;
background-color: var(--color-primary);
/* width: 400px; */
font-weight: var(--demi-bold-600);
font-size: var(--sub2-font-size-32);    
display: -webkit-box;
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
color: var(--color-white-text);
flex-grow: 0; /* Prevents growing to fill space */
flex-shrink: 0; /* Prevents shrinking */
text-align: left;
word-break: break-all;

}
.coverdivtagincardmenu{
    height: 19%;
    position: absolute;
    padding: 12px;
    width: calc(100% - 18px - 11%);
}
.cardcatetofitter{
/* width: 235px;
height: 275px;  */
flex-direction: column;
display: flex;
justify-content: end;
cursor: pointer;
transition: 1s ease-in;
}
.cardcatetofitter01 {
    transition: height 0.3s ease; 
    overflow: hidden;
    height: 67%; 
}

.hoverheightup {
    height: 100%;
    transition: height 0.3s ease; 
}
.active-cardcate {
    height: 100%;
    transition: height 0.3s ease; 
  }

.cardcatetofitter02{
width: 100%;
height: 100%; 
object-fit: contain;
}
.cover_cardcatetofitter03{
    height: 260px;
    display: flex;align-items: end;
    margin-bottom: 15px;
}
.coverbot_cardcatetofitter03{
    height: 90px;
    align-items: baseline;
}
.cardcatetofitter03{
font-size: var(--sub2-font-size-32);
text-align: center;
 /* margin-top: 18px; */
 display: -webkit-box;
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;

}
/* banner */
.banner-head-cate {
width: 100%;
height: 100vh;
position: relative;
overflow: hidden;
}

.images-area-cate {
display: flex;
width: 100%;
height: 100%;
object-fit: cover;
background-color: white;
/* background-image: url(./imgs/bg-location-map.png); */
background-position: center;
background-size: cover;

}

.images-area-cate img {
width: 100%;
height: 100%;
object-fit: cover;
flex: 0 0 100%;
}

.pagination-area-cate {
position: absolute;
bottom: 16px;
left: 50%;
transform: translateX(-50%);
}

.pagination-area-cate span {
display: inline-block;
width: 20px;
height: 20px;
background-color: rgba(255, 255, 255, 0.6);
border-radius: 50%;
margin: 0 3px;
transition: background-color 0.3s;
cursor: pointer;
}

.pagination-area-cate span.active {
background-color: var(--color-white-background);
width: 40px;
border-radius: 10px;
}
/* banner */

/* test sclick center  */
.slider-container-cate {
margin: 20px auto;
position: relative;
padding: 0 10px;
}

.slider-wrapper-catechose {
overflow-x: auto;     
scroll-behavior: smooth;
scrollbar-width: none;  
}
.slider-wrapper-catechose::-webkit-scrollbar { 
display: none;
} 

.slider-catechose {
display: flex;
width: 96vw;
align-items: center;
/* overflow-y: hidden; */
}

.slide-h3 {
width: 340px;
display: flex;
flex-direction: column;
align-items: center;
/* justify-content: space-between; */
/* height: 270px; */
background-color: red;
background: var( --color-white-text);
font-size: var(--body3-font-size-14);
text-align: center;
color: var(--color-gray-600);
cursor: pointer;
/* opacity: 0.6; */
transition: all 0.3s;
flex-shrink: 0;
font-weight: var(--regular-400);
}
.slide-h3.active {
color: var(--color-primary);
font-weight:var(--demi-bold-600) !important;
}
/* .slide-h3.active .cardcatetofitter01 {
height: 200px; 
} */

.cardcatetofitter03.active{
font-weight:var(--demi-bold-600) !important;
font-size: var(   --sub2-font-size-32);

}
.arrowcate {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: var(--color-primary-light);
border-radius: 50px;
color: #fff;
border: none;
font-size: 24px;
width: 60px;
height: 60px;
display: flex !important;
align-items: center !important;
justify-content: center !important;
cursor: pointer;
z-index: 10;
opacity: 0.5;
}
.arrowcate.leftcate {
 left: 27px;
}
.arrowcate.rightcate {
right: 22px; 
}

.boxdetailmenucate {
display: none; 
}
.boxdetailmenucate.active {
display: block;
}
button{
background-color: transparent;
padding: 0 !important;
}

.sizeiconarrwn60per{
    height: 50%;
    object-fit: contain;
   border-radius: 50px;
}
/* img {
    pointer-events: none;
} */
.btuweb{ 
display: block;
}
.btumobile{
    display: none;
}

/* locatione page 3840px */
.covermaindiv-location{
    display: flex; 
    width: 100%;
    height: 90vh; 
    /* height: 50%; */
    /* background-color: lightgoldenrodyellow; */
    flex-direction: column;
    overflow: hidden;
}
.subdive-locationtop01{
    display: flex;
    align-items: end;
    background-color: var(--color-white-background);
    padding: 0 65px;
}

.subdive-locationtop02{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 65px 0;
}
.subdive-locationtop03{
    width: 30%;
    display: flex;
    flex-direction: column;
}
.subdive-locationtop0301{
    font-size: var(--h2-font-size-48);
    font-weight: var(--black-900);
    color: var(--color-blue-text);
}
.subdive-locationtop0302{
    font-size: var(  --h2-font-size-48);
    font-weight: var( --regular-400);
    margin-bottom: 96px;
}
.subdive-locationtop04{
    width: 68%;
    display: flex;
    flex-direction: column;
    gap: 1vh;
}
.subdive-locationbott01{
    display: none;
}

.subdive-locationbott0101{
    /* height: calc(100vh - 25vh); */
    height: calc(100vh - 497.59px);
    width: 100%;
    padding: 0 65px;
    display: flex;
    justify-content: space-between;

}
.subdive-locationbott0101-lef{
    width: 69%;
    overflow-x: scroll;
    padding-bottom: 7vw;
}
.subdive-locationbott0101-lef01{
    display: flex;
    /* height: 600px; */
    cursor: pointer;
    margin-bottom: 10px;
    justify-content: space-between;
    background-color: var(--color-white-background);
}
.subdive-locationbott0101-lef01.selectedlocat{
    background-color:var(--color-primary);
}
.selectedcolorlocat{
  color: var(--color-white-text) ;
}
.sublef01-img{
    width: 500px;
    height: 550px;
}
.subright01-deslocat{
    width: calc(100% - 500px - 50px);
    /* height: calc(100% - 100px); */
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.subright01-deslocat-intop{
    display: flex;
    /* height: 211px; */
    padding-right: 1.5vw;
    flex-direction: column;
    color: var(--color-primary);
}
.subright01-deslocat-inbot{
    display: flex;
    height: 50%;
    padding-right: 200px;
    justify-content: end;
    flex-direction: column;
    color: var(--color-primary);
}
.subright01-deslocat-inbot-iconphone{
    display: flex;
    align-items: center;
}
.subdive-locationbott0101-right{
    width: 30%;
    display: flex;
    background-color: white;
    /* background-image: url(./imgs/bg-location-map.png); */
}


/* font icon  */
.txt-deslocat-intop-01{
    font-size: var(--h2-font-size-48 );
    font-weight: var(--bold700);
    margin-bottom: 20px;
    color: var(--color-primary);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 

}
.txt-deslocat-intop-02{
    font-size: var(--h3-font-size-24 );
    color: var(--color-primary);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    margin-bottom: 20px;
 
}
.txt-deslocat-inbot01{
    font-size: var(    --h3-font-size-24 );
    color: var(--color-primary);
    outline: none;
    text-decoration: none;
}
.txt-deslocat-inbot02{
    font-size: var(    --h3-font-size-24 );
    color: var(--color-primary);
    margin-top: 15px;
    padding-right: 2px;

    
}

.activeinfolocat {
    color: var(--color-white-text) !important;
}
.activeinfolocat-bg{
    background-color: var(--color-primary) !important;
}
.bluephone{
    color: var(--color-primary) !important;
}

.icon-phonephone--android-phone-mobile-device-smartphone-iphone:before {
    content: "\e900";
    font-size: 30px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    align-items: center;
    margin-right: 15px;
    /* padding-top: 4px; */
    /* color: var(--color-primary); */

}
.boxregion-locatpage{
    width: 24.5%;
    height: 121px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: var(--color-blue-text);
    font-size: var(  --sub2-font-size-32);
    background-color: var(--color-gray-100);
}
.subdive-locationtop0401{
    display: flex;
    justify-content: space-between;
}
.subdive-locationtop0402{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 13px;
}
.acivecocococo{
    font-weight: var(--demi-bold-600);
    background-color: var(--color-secondary) !important;
}

.btuall-locatpage{
    width: 165px;
    height: 121px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
    color: var(--color-blue-text);
    font-size: var(--sub2-font-size-32);
    background-color: var(--color-gray-100);
}
.btucaffrester-locatpage{
    width: 42%;
    height: 121px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
    color: var(--color-blue-text);
    font-size: var(--sub2-font-size-32);
    background-color: var(--color-gray-100);
}

/* drop search  */

  /* dropdown start */
  .dropdown-contain {
    position: relative;
    width: 100%;
    font-size: 16px;;
  }

  
  /* ซ่อน select จริง */
  .dropdown-contain  select {
    display: none;
  }
  
  /* ปุ่ม trigger */
  .select__trigger {
    padding:40px 0 38px 41px;
    /* height: 121px; */
    border-radius: 100px;
    cursor: pointer;
    background-color: var(--color-primary);
    color: var(--color-white-text);
    font-size: 16px;
    user-select: none;
    position: relative;
    transition: max-height 0.25s ease-in;  

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    word-break: break-all;
}
  .select__text {
    font-size: var(--sub2-font-size-32); 
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    width: calc(100% - 38.4px);
    word-break: break-all;
 }
  
  /* ลูกศรปกติ */
  .select__trigger::after {
    content: "";
    position: absolute;
    right: 1vw;
    top: 50%;
    width: 1vw;
    height: 1vw;
    background: url('./imgs/icon-arrow-white.png') no-repeat center center;
    background-size: contain;
    transform: translateY(-50%) rotate(0deg);
    transition: max-height 0.25s ease-in;
    z-index: 10;
  }
  .is-open .select__trigger {
    background-color: var(--color-white-background);
    color: var(--color-primary);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 16px 16px 0 0;
    
  }
  
  .is-open .select__trigger::after {
    background-image: url('./imgs/icon-arrow-blue.png');
    transform: translateY(-50%) rotate(180deg); /* ยังไม่หมุน */
    transition: all 0.25s ease;

  }
  
  /* หลังเลือก option แล้ว → เปลี่ยนเป็นลูกศรน้ำเงิน */
  .has-selected .select__trigger {
    background-color: var(--color-primary);
    color: var(--color-white-text);
    transition: all 0.25s ease-in;

  }
  
  .has-selected .select__trigger::after {
    background-image: url('./imgs/icon-arrow-white.png');
    transform: translateY(-50%) rotate(360deg); /* หมุน 180° */
    transition: all 0.25s ease-in;

  }


  
  /* กล่อง options */
  .select__content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    top: 95px;
    background: var(--color-white-background);
    border-radius: 8px;
    max-height: 0;
    overflow-y: scroll;
    opacity: 0;
    transition: max-height 0.25s ease-in;
    z-index: 11;
    width: 88px;
    margin-top: 6px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);

  }
  
  /* เปิด dropdown */
  .is-open .select__content {
    max-height: 300px;
    opacity: 1;
  }
  
  /* option */
  .select__option {
    padding: 12px 16px;
    cursor: pointer;
    color: var(--color-primary);
    transition: 0.3s;
    font-size: var(--sub2-font-size-32);
    background-color: var(--color-white-background);
  }
  .select__group__title {
    padding:15px 21px;
    font-weight: 700;
    line-height: 1.3em;
    font-size: var(--sub2-font-size-32);
    color: var(--color-gray-300);
    background-color: var(--color-gray-100);

  }
  .select__wrapper.is-open .select__content {
    display: block;
    width: 100%;
  }
  .select__group .select__option {
    padding-left: 20px;
  }
   .select__group + .select__group {
    /* border-top: 1px solid #e9e9e9; */
    background-color: var(--color-gray-100);
  }
  
  /* hover option */
  .select__option:hover {
    background-color: var(--color-primary);
    color: var(--color-white-text);
  }
  .mg-bt-16{
    margin-bottom: 16px;
  }
  .mg-bt-24{
    margin-bottom: 24px;
  }
  .ds-f-bt{
    display: flex;
    justify-content: space-between;
  }
  .boxinput_dropdown{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .boxinput_dropdown-l{
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .box-btn-upload{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
  }
  .box-upload-picpd{
    height: 400px;
    width: 400px;
    background-color: var(--color-blue-background-alter );
    border-radius: 16px;
    position: relative;
    border: 2px dashed var(--color-primary-light);
    background-image: url(./imgs/testuppic.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-upload-picpd.active{
    height: 400px;
    width: 400px;
    background-color: unset;
    border: unset;
    background-image: url(./imgs/herobanner1.jpg);
    background-size: cover;
    background-position: center;
  }
  .box-btn-iconwhite{
    position: absolute;
    right: 0 ;
    top: 0;
    padding: 8px;
    background-color: var(--color-white-background);
    border-radius: 0 0 0 8px;
  }
  .box-btnduo-iconwhite{
    position: absolute;
    right: 0 ;
    top: 0;
    background-color: var(--color-white-background);
    display: flex;
    padding: 0 0 8px 8px;
    border-radius: 0 0 0 8px;
    gap: 8px;
  }


  /* dropdown end */
.coversearchlocation{
    width: 49%;
    height: 119px;
    border-radius: 100px;
    display: flex;
    background-color: var(--color-white-background);
    align-items: center;
    border: 1px solid var(--color-primary);
}
.wtd50locatper{
    width: 50%;
    gap: 4px;
    display: flex;
    justify-content: space-between;
}
input{
    border: none;
    outline: none;
    padding: unset;
    font-family: "Avenir Next", Tahoma, Geneva, Verdana, sans-serif;
}
input[type="search"] {
    background-color: transparent;
    border: none;
    outline: none;
    font-family: "Avenir Next", Tahoma, Geneva, Verdana, sans-serif;
    width: calc(85% - 10px);
    height: 100%;
    border-radius: 100px;
    padding-left: 41px;
    padding-right: 10px;
    font-size: var(--sub2-font-size-32);
    color: var(--color-primary);
}
.locat-search input[type="search"]{
    background-color: transparent;
    border: none;
    outline: none;
    height: 100%;
}
.locat-search input[type="search"]:active {
    color: var(--color-primary);
    font-weight: var(--regular-400);
    font-style: normal;
}
input[type="search"]::placeholder {
    color: var(--color-primary);
    font-weight: var(--demi-bold-600);
    font-size: var(--sub2-font-size-32);
}
#searchlocat::placeholder{
   font-weight: 400;
   font-size: var(--sub2-font-size-32);
}
.coversizeiconsearch{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sizeiconsearch{
   width: 100%;
   height: 100%;  
}
.select__trigger select {
    -webkit-appearance: none; 
    -moz-appearance: none;    
    appearance: none;        
}

/* mobile  */
#bottomSheet{
    display:  none !important;
}
.bottom-sheet{
    display: none !important;
}
#des-locationspags01{
    display: flex;
}
#subdive-locationbott0101-lef-d01{
    display: flex;
}
#subdive-locationbott0101-lef-d01{
    display: flex;
    flex-direction: column;
}
.covermobilelocatations{
display: none;
}
.sizeicon100per{
    width: 100%;
    height: 100%;
}
.textmobile-locathd{
    font-size: var( --h1-font-size-64);
    font-weight: var( --black-900);
    color: var(--color-primary);
}
.textmobile-locatsup{
    font-size: var(  --h2-font-size-48);
}
.text-mobilesortbtrigi{
    font-size: var(--sub2-font-size-32);
    font-weight: var(--bold700);
    color: var(--color-primary);
}
.sub-bottom-sheet-content{
    display: flex; 
    flex-direction: column;
     width: 100%; 
     overflow: scroll;
}
.btufitterlocattion{
    width: 45px; 
    cursor: pointer;
    display: flex; 
    justify-content: center;
    align-items: center; 
    height: 45px;
    border-radius: 100px;
    background-color: var(--color-primary);
}
/* overlay fitter  */
.overlayto_openfitterlocat {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 13;
    background-color: var(--color-white-background);
    overflow: hidden;
}

.overlay-slidedown_openfitterlocat.open {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    transition: 1s;

}

.overlay-slidedown_openfitterlocat {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: 1s;
}
.covermainfitterlocat{
    display: flex;  
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: scroll;
}
.box-top-fitterlocat{
    height: 100px;
}
.box-mid-fitterlocat{
    height: 70vh;
    overflow-y: scroll;
}
.box-bottom-fitterlocat{
    /* position:absolute;
    bottom: -8vw; */
    width: 100%;
    background-color: var(--color-white-background);
}
.subbottom-fitterlocat{
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    margin-top: 16px;
}
.btu-fiterlocat{
    border: 1px solid var(--color-primary);
    width: 49%;
    height: 45px;
    font-weight: var(--demi-bold-600);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--cta-r-font-size-14);
    border-radius: 100px;
    color: var(--color-primary);
    cursor: pointer;
}
.activefiter{
    background-color: var(--color-primary);
    color: var(--color-white-text);
}
.sup-box-mid-fitterlocat-01{
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
}
.sup-box-mid-fitterlocat-02{
    color: var(--color-primary);
    font-weight: var(--bold700);

    font-size: var(--sub3-font-size-24);
}
.sup-box-mid-fitterlocat-03{
    color: var(--color-primary);
    font-weight: var(--demi-bold-600);
    font-size: var( --body1-font-size-20);
    padding: 0 16px;
}
.sup-box-mid-fitterlocat-03-1{
    margin-top: 16px;
    margin-bottom: 5px;
    font-size: var( --body2-font-size-16);
}

.coverfittelocatsearch{
    width: 100%;
    height: 44px;
    border-radius: 100px;
    display: flex;
    background-color: var(--color-white-background);
    align-items: center;
    border: 1px solid var(--color-primary);
}
.sup-box-mid-fitterlocat-05{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    margin-top: 16px;
    padding: 0 16px;
}
.btu-caffrester-mobile{
    width: 49%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
    font-weight: var(--demi-bold-600);
    color: var(--color-blue-text);
    font-size: var(--sub4-font-size-14);
    background-color: var(--color-gray-100);
}
.sup-box-mid-fitterlocat-04{
    font-size: var( --body2-font-size-16);
}

.btureglocat-mobile{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
    font-weight: var(--demi-bold-600);
    color: var(--color-blue-text);
    font-size: var(--sub4-font-size-14);
    background-color: var(--color-gray-100);
}
.horizontal-scroll-container-fitterlocat {
    width: calc(100vw - 17px - 17px);
    overflow-x: scroll;
    overflow-y: hidden; 
    white-space: nowrap; 
    padding-left: 17px;
    padding-right: 17px;
    overscroll-behavior-x: none;

  }
  
  .horizontal-scroll-container-fitterlocat div {
    display: inline-block; 
    text-align: center;
    padding: 10px;
  }
  .horizontal-scroll-container-fitterlocat::-webkit-scrollbar{
    width: 0;
    height: 0;
    background-color: unset;
  }
  /* width */
::-webkit-scrollbar {
    background: unset; 
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: unset; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: unset; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: unset;  
  }

  .sup-box-mid-fitterlocat-06{
    color: var(--color-primary);
    font-weight: var(--demi-bold-600);
    font-size: var( --body1-font-size-20);
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    margin-top: 14px;
  }
  .sup-box-mid-fitterlocat-06-1{
    margin-bottom: 5px;
    font-size: var( --body2-font-size-16);
  }
  .sup-covermobilelocatations-01{
    display: flex; flex-direction: column; text-align: center; width: 100%; align-items: center;
  }
  .sup-covermobilelocatations-02{
    display: flex; align-items: center; margin-bottom: 10px; flex-direction: column;align-items: center;
  }
  .sup-covermobilelocatations-03{
    display: flex; justify-content: space-between; width: 100%;
  }
  .cover-menu78px{
    display: flex; width: 100%; 
     flex-direction: column; 
  }
  .menu78px{
     width: 100%; 
     height: 102px;
  }
  /* Example for styling a scrollable div with WebKit pseudo-elements */
.scrollable-content::-webkit-scrollbar {
    width: 0; /* Width of the vertical scrollbar */
    height: 0;
  }
  
  .scrollable-content::-webkit-scrollbar-track {
    background: transparent; /* Light gray track */
  }
  
  .scrollable-content::-webkit-scrollbar-thumb {
    background: transparent; 

  }
  
  .scrollable-content::-webkit-scrollbar-thumb:hover {
    background: transparent; /* Darker gray on hover */
  }
  .coverwhennoimg{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .noitime{
    position: relative;
  }
  .positionlocat_nodata{
    position: absolute;
   top: 40%;

  }
  .nosupportdevice_location{
    display: none;
    position: absolute;
    z-index: 16;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nosupportdevice_location-sup1{
    background-color: var(--color-gray-100);
    display: flex;
    width: 100%;
    height: 100%;
}
.nosupportdevice_location-sup2{
    display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;
}
.nosupportdevice_location-sup3{
    display: flex; flex-direction: column; align-items: center;
}
.nosupportdevice_location-sup4{
    width: 64px;height: 64px; margin-bottom: 30px;
}
.nosupportdevice_location-sup5{
    width: 100%; height: 100%; object-fit: contain;
}
.nosupportdevice_location-sup6{
    font-size: var( --body1-font-size-20);
                    text-align: center;
                    line-height: 15px;
                        color: var(  --color-primary-light); font-weight: var(  --regular-400);
}
/* nice end  */


/* Responstive  */
@media (max-width: 3840px){
    /* Noom start  */
    .location-box{
        height: 45vw;
        /* background-color: #cbe7cf; */
    }
    .box-worldthe-story{
        height: 1800px;
    }
    #location_north{
        top: 3vw;
    }
    #location_central{
        top: 11vw;
    }
    #location_east{
        top: 17.8vw;
    }
    #location_south{
        top: 32.5vw;
    }
    .region-box-in{
        height: 121px;
        font-size: var(--sub2-font-size-32);
    }
    .bt-location-see-more{
        height: 121px;
        font-size: var(--sub2-font-size-32);
    }
    .location-img-branc-north-in{
        gap: 42px;
    }
    .location-img-branc-north{
        height: 800px;
    }
    .location-img-branc-central{
        height: 800px;
    }
    .location-img-branc-east{
        height: 800px;
    }
    .location-img-branc-south{
        height: 800px;
    }
    .location-name-home-box{
        height: 85px;
    }
    .location-name-home-text{
        font-size: 25px;
        max-width: 85%;
    }
    #ic_pin_white{
        width: 25px;
        height: 25px;
    }
    .location-df{
        top: 0;
    }
    #location_north.active{
        top: 0;
    }
    #location_central.active{
        top: 0;
    }
    #location_east.active{
        top: 0;
    }
    #location_south.active{
        top: 0;
    }
    .worldthe-story{
        width: calc(50% - 8%);
        padding: 0 4%;
    }
    .title-story{
        font-size: var(--display-font-size-96);
    }
    .sup-title-story{
        font-size: var(--h2-font-size-48);
    }
    .dis-title-story{
        font-size: var(--sub2-font-size-32);
    }
    .title-menu-category{
        font-size: var(--display-font-size-96);
    }
    .title-location{
        font-size: var(--display-font-size-96);
    }
    .sup-title-location{
        font-size: var(--h2-font-size-48);
    }
    .dis-title-location{
        font-size: var(--sub2-font-size-32);
    }
    .footer-box-l{
        width: 29%;
        font-size: var(--body1-font-size-20);
    }
    .footer-box-r{
        width: 29%;
    }
    .footer-boxsocial{
        gap: 45px;
    }
    .boxicon-social{
        width: 45px;
        height: 45px;
    }
    .divtagin-category{
        max-width: calc(100% - 3vw);
    }
    .sizebanner-catering{
        height: 50vh;
    }
    .bt-catering-viewmenu{
        width: 620px;
        height: 121px;
        font-size: var(--sub2-font-size-32);
    }
    .box-infor-catering{
        width: 60%;
        margin-top: 50px;
    }
    .dropdown-content{
        top: 78px;
    }
    /* Noom end  */

     /* Eve start  */
     .section2-pic{
        width: 100px;
        /* height: 210px; */
        margin-bottom: 40px;
    
      }
      .section2-text{
        font-size: var(--display-font-size-96);
      }
      .section2-text-catering{
        font-size: var(--h1-font-size-64);
      }
      .section2{
        margin: 80px 0;
      }
      .section3{
        height: 100vh;
      }
      .picmenu-seasonal{
        height: 400px;
        width: 400px;
        margin-bottom: 32px;
      }
      .boxpic-coffee-seasonal {
        width: 1060px;
        height: 1060px;
        }
        .discription-coffe-seasonal{
            height: 380px;
            font-size: var(--sub2-font-size-32);
            overflow-wrap: break-word;
            width: 1060px;
            padding-left: 80px;
            padding-right: 80px;
          }
          .txt-seasanalcoffee{
            font-size: var(--display-font-size-96);
            padding: 0 8px;
          }
          .txt-name-coffeeseasonal{
            font-size: var(--display-font-size-96);
            margin-top: 16px;
          }
          .txt-menuseasinal{
            font-size: var(--sub2-font-size-32);
            width: 400px;
          }
          .boxmenu-seasonal{
            margin: 40px 0;
          }
          .size-btn-coffeeseasonal {
            width: 200px;
            height: 200px;
        }
        .txt-btn-coffeeseasonal{
            font-size: var(--body1-font-size-20);
            margin-top: 19px;
            width: 230px;
          }
          .boxbtn-coffeeseasonal{
            margin-right: 20px;
          }
          #backToTop{
            width: 150px;
            height: 150px;
          }
          .sizearrowtotop {
            width: 40px;
        }
          
          
    /* Eve end  */

     /* Nice start  */
     .btuweb{ 
        display: block;
     }
    .btumobile{
        display: none;
    }
    .is-open .select__trigger {
        border-radius: 60px 60px 0 0;
    }
    .select__wrapper.is-open .select__content {
        display: block;
        width: 100%;
        border-radius: 0 0 60px 60px;
    }
    input[type="search"]{
        width: calc(86% - 10px);

    }
  
    /* Nice end  */
}

@media (max-width: 3024px){
    /* Noom start  */
    .location-img-branc-north{
        height: 645px;
    }
    .location-img-branc-central{
        height: 645px;
    }
    .location-img-branc-east{
        height: 645px;
    }
    .location-img-branc-south{
        height: 645px;
    }
    .region-box-in{
        height: 97px;
    }
    .bt-location-see-more{
        height: 97px;
    }
    .box-worldthe-story{
        height: 1500px;
    }
    .bt-catering-viewmenu{
        height: 97px;
    }
    .location-img-branc-north-img{
        width: 15.1vw;
    }
    .divtagin-category {
        max-width: calc(100% - 3.1vw);
    }
    /* Noom end  */

     /* Eve start  */
     .picmenu-seasonal{
        height: 350px;
        width: 350px;
        margin-bottom: 32px;
      }
      .boxpic-coffee-seasonal {
        width: 800px;
        height: 800px;
    }
    .txt-menuseasinal{
        width: 350px;
      }
      .discription-coffe-seasonal{
        width: 800px;
      }
    /* Eve end  */

     /* Nice start  */
  
 
     .size-btn-coffeeseasonal {
        width: 180px;
        height: 180px;
    }
    /* locationpage  */
  
    .coverselectlocat{
        height: 100px;
    }
    .boxregion-locatpage{
        width: 24%;
    }
    .coverselectlocat-isopen{
        height: 100px;
    }
    .coversearchlocation{
        height: 95px;
    }
    .btucaffrester-locatpage{
        height: 97px;
    }
    .btuall-locatpage{
        height: 97px;
    }
    .txt-deslocat-intop-01{
        font-size: var(--h2-font-size-48);
    }
    .txt-deslocat-intop-02{
        /* font-size: var(--sub1-font-size-40); */
    }
    .txt-deslocat-inbot01{
        /* font-size: var(--sub1-font-size-40); */
    }
    .txt-deslocat-inbot02{
        /* font-size: var(--sub1-font-size-40); */
    }
    .icon-phonephone--android-phone-mobile-device-smartphone-iphone:before{
        font-size: 26px;
    }
  
    .subright01-deslocat{
        padding-top: 30px;
        padding-bottom: 30px;
        width: calc(100% - 400px - 50px);
    }
    .sublef01-img {
        width: 400px;
        height: 450px;
    }
  
    .grid-container-cate {
        grid-template-columns: repeat(5, 12vw);
    }
    .catecardproduct02txt3-price {
        font-size: var(--body2-font-size-16);
    }

    /* locat  */
  
   
    .select__content {
        position: absolute;
        top: 80px;
      
    }
    /* calc บน */
    .subdive-locationtop01 {
        /* height: 20vh; */
    }
     /* calc ล่าง */
     .subdive-locationbott0101{
     }
     .boxregion-locatpage{
        height: 97px;
     }
     .subdive-locationtop02{
        margin: 55px 0;
     }
    /* des  */
    .select__trigger {
        padding: 27px 0 27px 41px;
    }
    /* Nice end  */
 
}

@media (max-width: 2560px){
    /* Noom start  */
    .box-worldthe-story{
        height: 1300px;
    }
    .title-story{
        font-size: var(--h1-font-size-64);
    }
    .sup-title-story{
        font-size: var(--sub2-font-size-32);
    }
    .dis-title-story{
        font-size: var(--h3-font-size-24);
    }
    .title-menu-category{
        font-size: var(--h1-font-size-64);
    }
    .title-location{
        font-size: var(--h1-font-size-64);
    }
    .sup-title-location{
        font-size: var(--sub2-font-size-32);
    }
    .dis-title-location{
        font-size: var(--h3-font-size-24);
    }
    .sec02-chosexscroll-01{
        font-size: var(--h1-font-size-64);
        margin-bottom: 10px;
    }
    .section2-text-catering{
        font-size: var(--sub1-font-size-40);
    }
    .location-img-branc-north{
        height: 555px;
    }
    .location-img-branc-east{
        height: 555px;
    }
    .location-img-branc-central{
        height: 555px;
    }
    .location-img-branc-south{
        height: 555px;
    }
    .location-img-branc-north-in{
        gap: 16px;
    }
    .location-img-branc-north-img{
        width: 15.4vw;
    }
    .divtagin-category{
        padding-bottom: 4px;
        max-width: calc(100% - 3.2vw);
    }
    /* Noom end  */

     /* Eve start  */
     .picmenu-seasonal{
        height: 200px;
        width: 200px;
        margin-bottom: 32px;
      }
      .boxpic-coffee-seasonal {
        width: 700px;
        height: 700px;
    }
    .discription-coffe-seasonal{
        width: 700px;
    }
    .txt-menuseasinal{
        width: 300px;
        font-size: var(--h3-font-size-24);
      }
      .txt-seasanalcoffee{
        font-size: var(--h1-font-size-64);
      }
      .txt-name-coffeeseasonal{
        font-size: var(--h1-font-size-64);
      }
      .size-btn-coffeeseasonal {
        width: 120px;
        height: 120px;
    }
    .discription-coffe-seasonal {
        height: 330px;
    }
    .btn-position{
        bottom: 16px;
    }

    /* Eve end  */

     /* Nice start  */

   
    .slide-h3 {
        width: 350px;
        height: 370px;
    }
    /* .sec02-chosexscroll-01{
        font-size: var(--h2-font-size-48);
    } */
    .catecardproduct02txt2{
        font-size: var(--body2-font-size-16);
    }
 
    .grid-container-cate {
        grid-template-columns: repeat(5, 13vw);
    }
    .btuViewCafeMenu{
        font-size: var(  --sub3-font-size-24);
    }
    .btuViewRestaurantMenu{
        font-size: var(  --sub3-font-size-24);
    }
    .cardcatetofitter03{
        font-size: var(--sub3-font-size-24);
    }
    .btuseemore{
        font-size: var(--sub3-font-size-24);
    }
    .catecardproduct02txt1{
        font-size: var(--sub3-font-size-24);
    }
    .catecardproduct02txt3{
      font-size: var(--sub3-font-size-24);
    }
    .divtagincardmenu{
        font-size: var(--sub3-font-size-24);

    }
    /* locationspage  */
    
   
   
        /* font  */
        .txt-deslocat-intop-01{
            font-size: var(--h2-font-size-48);
        }
        .txt-deslocat-intop-02 {
            /* font-size: var(--sub2-font-size-32); */
        }
        .txt-deslocat-inbot01{
            /* font-size: var(--sub2-font-size-32); */
        }
        .icon-phonephone--android-phone-mobile-device-smartphone-iphone:before {
            font-size: 23px;
            margin-right: 10px;
        }
        .txt-deslocat-inbot02{
            /* font-size: var(--sub2-font-size-32); */
        }
        .subright01-deslocat-inbot{
            padding-right: 0;
        }
        /* btu ภาค  */
        .boxregion-locatpage{
            font-size: var(--sub2-font-size-32);
        }
        .coverselectlocat{
            width: 48%;
            font-size: var(--sub2-font-size-32);
        }
        .coversearchlocation{
            width: 48%;
            font-size: var(--sub2-font-size-32);
            height: 93px;
        }
        .coversizeiconsearch {
            width: 40px;
            height: 40px;
        }
        .btucaffrester-locatpage{
            width: calc(57% - 130px - 4px);
            height: 95px;
            font-size: var(--sub2-font-size-32);
        }
        .btuall-locatpage{
            height: 95px;
            font-size: var(--sub2-font-size-32);
        }
        .select__trigger {
            padding: 26px 0 26px 41px;
        }
      
        .catecardproduct02txt3-price {
            font-size: var( --sub4-font-size-14);
        }
        .cover-catecardproduct02txt1{
                height: 200px;
        }
      
        .txt-deslocat-intop-01 {
            font-size: var(--sub1-font-size-40);
        }
        .subdive-locationtop01 {
            /* height: 23vh; */
        }
        .is-open .select__trigger {
            border-radius: 50px 50px 0 0;
        }
        .select__wrapper.is-open .select__content {
            display: block;
            width: 100%;
            border-radius: 0 0 50px 50px;
        }
        .boxregion-locatpage {
            height: 95px;
        }
        .arrowcate{
            top: 47%;
        }
    /* Nice end  */
}

@media (max-width: 2310px){
     /* Noom start  */
     .section2-pic{
        width: 70px;
     }
     .section2-text{
        font-size: var(--h1-font-size-64);
     }
     .box-worldthe-story{
        height: 1100px;
     }
     .region-box-in{
        height: 83px;
     }
     .bt-location-see-more{
        height: 83px;
     }
     .region-box-in{
        font-size: var(--h3-font-size-24);
     }
     .bt-location-see-more{
        font-size: var(--h3-font-size-24);
     }
     .location-img-branc-north{
        height: 477px;
     }
     .location-img-branc-central{
        height: 477px;
     }
     .location-img-branc-east{
        height: 477px;
     }
     .location-img-branc-south{
        height: 477px;
     }
     .location-name-home-text{
        font-size: var(--h4-font-size-20);
     }
     .bt-catering-viewmenu{
        height: 83px;
     }
     .divtagin-category{
        padding-bottom: 5px;
        max-width: calc(100% - 3.3vw);
     }
    /* Noom end  */

     /* Eve start  */
     .boxpic-coffee-seasonal {
        width: 600px;
        height: 600px;
    }
    .discription-coffe-seasonal{
        width: 600px;
    }
    #backToTop{
        width: 100px;
        height: 100px;
    }
    .sizearrowtotop {
        width: 25px;
    }
    .txt-btn-coffeeseasonal{
        font-size: var(--body2-font-size-16);
        width: 175px;
      }

    /* Eve end  */

     /* Nice start  */
     .divtagincardmenu{
        /* width: 300px; */
     }
     .grid-container-cate {
        grid-template-columns: repeat(4, 13vw);
    }
    .catecardproduct02txt1{
       padding-top: 18px;    
    }
    .cover-catecardproduct02txt1 {
        height: 172px;
    }
   
    .subdive-locationtop04{
        width: 73%;
    }
    .boxregion-locatpage {
        height: 75px;
        font-size: var(--sub3-font-size-24);
    }
    .btucaffrester-locatpage{
        height: 75px;
        font-size: var(--sub3-font-size-24);
    }
    .btuall-locatpage{
        height: 75px;
        font-size: var(--sub3-font-size-24);
    }
    .coversearchlocation{
        height: 73px;
        font-size: var(--sub3-font-size-24);
    }
    .select__trigger {
        padding: 21px 0 21px 29px;;
        font-size: var(--sub3-font-size-24);

    }
    .coversizeiconsearch {
        width: 33px;
        height: 33px;
    }
    #searchlocat::placeholder{
        font-size: var(  --sub3-font-size-24);
    }
    .select__text {
        font-size: var(  --sub3-font-size-24);

    }
    .subdive-locationtop01 {
        /* height: 20vh; */
    }
   
    .subdive-locationtop02 {
        margin: 50px 0;
    }
    .subdive-locationbott0101 {
        height: calc(100vh - 375.59px);
    }
    .select__wrapper.is-open .select__content {
        display: block;
        width: 100%;
        top: 57px;
    }
    .cover_cardcatetofitter03 {
        height: 230px;
    }
    .slide-h3 {
        width: 300px;
    }
    .sec02-chosexscroll-02{
        margin-bottom: 20px;
    }
    .txt-deslocat-intop-01 {
        font-size: var(--sub3-font-size-24);
    }
    .txt-deslocat-intop-02{
        font-size: var( --body1-font-size-20);
    }
    .sublef01-img {
        width: 320px;
        height: 380px;
    }
    .subright01-deslocat {
        width: calc(100% - 320px - 50px);
    }
    .select__group__title{
        font-size: var(--sub3-font-size-24);
    }
    .select__group .select__option{
        font-size: var(--sub3-font-size-24);
    }
    .arrowcate {
        top: 42%;
    }
    /* Nice end  */
}

@media (max-width: 2048px){
    /* Noom start  */
    /* Noom end  */

     /* Eve start  */
     .picmenu-seasonal{
        height: 250px;
        width: 250px;
        margin-bottom: 32px;
      }
      .boxpic-coffee-seasonal {
        width: 700px;
        height: 700px;
    }
    .txt-menuseasinal{
        width: 250px;
      }
      .discription-coffe-seasonal{
        width: 700px;
      }

    /* Eve end  */

     /* Nice start  */
     /* .divtagincardmenu {
        width: 277px;
    } */
     /* locationspage  */
  
   
    /* .sublef01-img {
        width: 340px;
    } */

        /* font  */
        .txt-deslocat-intop-01{
            font-size: var(  --sub1-font-size-40);
        }
        .txt-deslocat-intop-02 {
            font-size: var(  --sub3-font-size-24);
        }
        .txt-deslocat-inbot01{
            font-size: var(  --sub3-font-size-24);
        }
        .icon-phonephone--android-phone-mobile-device-smartphone-iphone:before {
            font-size: 23px;
        }
        .txt-deslocat-inbot02{
            font-size: var(  --sub3-font-size-24);
        }
        .subright01-deslocat-inbot{
            padding-right: 0;
        }
        /* btu ภาค  */
        .select__trigger{
            font-size: var(  --sub3-font-size-24);
        }
        .coverselectlocat-isopen{
            height: 79px;
        }
        .select__option{
            font-size: var(  --sub3-font-size-24);
        }
        .select__group__title{
            font-size: var(  --sub3-font-size-24);
        }
        .boxregion-locatpage{
            font-size: var(  --sub3-font-size-24);
            height: 79px;
        }
        .coverselectlocat{
            width: 48%;
            height: 79px;
            font-size: var(  --sub3-font-size-24);
        }
        .coversearchlocation{
            width: 48%;
            height: 79px;
            font-size: var(  --sub3-font-size-24);
        }
     
        .btucaffrester-locatpage{
            width: calc(58% - 130px - 4px);
            height: 79px;
            font-size: var(  --sub3-font-size-24);
        }
        .btuall-locatpage{
            height: 79px;
            font-size: var(  --sub3-font-size-24);
        }
        #searchlocat::placeholder{
            font-size: var(  --sub3-font-size-24);
        }
        .coversizeiconsearch{
            width: 26px;
            height: 26px;
        }
      
        input[type="search"] {
            font-size: var(--sub3-font-size-24);
            padding-left: 20px;
            width: calc(87% - 10px);
        }
        .select__text {
            font-size: var(--sub3-font-size-24);
        }
        .subright01-deslocat-intop {
            height: calc(308px - 30px);
        }
        .grid-container-cate {
            grid-template-columns: repeat(4, 16vw);
        }
        .subdive-locationtop01 {
            /* height: 24vh; */
        }
      
        .sublef01-img {
            width: 379px;
            height: 422px;
        }
        .subright01-deslocat {
        
            width: calc(100% - 379px - 50px);
        }
        .subdive-locationtop02 {
            margin: 35px 0;
        }
        .subdive-locationbott0101 {
            height: calc(100vh - 346.5px);
        }
        .coverbot_cardcatetofitter03 {
            height: 70px;
        }
      
    /* Nice end  */
}

@media (max-width: 1920px){
    /* Noom start  */
    .box-worldthe-story{
        height: 800px;
    }
    .title-story{
        font-size: var(--h2-font-size-48);
    }
    .dis-title-story{
        font-size: var(--body2-font-size-16);
    }
    .title-menu-category{
        font-size: var(--h2-font-size-48);
    }
    .divtagin-category{
        padding-bottom: 3px;
        max-width: calc(100% - 3.4vw);
    }
    .title-location{
        font-size: var(--h2-font-size-48);
    }
    .dis-title-location{
        font-size: var(--body2-font-size-16);
    }
    .region-box-in{
        height: 54px;
        font-size: var(--cta-m-font-size-16);
    }
    .bt-location-see-more{
        height: 54px;
        font-size: var(--cta-m-font-size-16);
    }
    .location-img-branc-north{
        height: 447px;
    }
    .location-img-branc-central{
        height: 447px;
    }
    .location-img-branc-east{
        height: 447px;
    }
    .location-img-branc-south{
        height: 447px;
    }
    .location-name-home-box{
        height: 60px;
    }
    .location-name-home-text{
        font-size: var(--body2-font-size-16);
    }
    #ic_pin_white{
        width: 21px;
        height: 21px;
    }
    .category-result{
        font-size: var(--h4-font-size-20);
    }
    .section2-text-catering{
        font-size: var(--sub2-font-size-32);
    }
    .bt-catering-viewmenu{
        width: 272px;
        height: 59px;
        font-size: var(--breadcrumb1-font-size-20);
    }
    .box-size-iconcatering{
        width: 40px;
        height: 40px;
    }
    .title-dis-catering{
        margin-top: 15px;
        font-size: var(--h4-font-size-20);
    }
    .subtitle-dis-catering{
        font-size: var(--body2-font-size-16);
    }
    .box-infor-catering{
        margin-top: 25px;
    }
    .box-category-menu{
        height: 350px !important;
    }
    /* Noom end  */

     /* Eve start  */
     /* banner start */
     .pagination-area span {
        width: 20px;
        height: 20px;
     }
     .pagination-area span.active{
        width: 40px;
     }
       /* banner end */
       .section2{
        margin: 80px 0;
        padding: 0 16px;
       }
       .section2-pic{
        width: 70px;
      }
      .section2-text{
        font-size: var(--h2-font-size-48);
      }
      /* .section3{
        height: 1080px;
      } */
      .btn-position{
        height: 16%;
      }
      .boxbtn-coffeeseasonal{
        margin-right: 16px;
      }
      .txt-btn-coffeeseasonal{
        font-size: var(--cta-r-font-size-14);
        margin-top: 9px;
        width: 122px;
      }
      .df-dct-seasonal{
        padding: 0 16px;
      }
      .seasonal-l{
        width: 604px;
      }
      .size-btn-coffeeseasonal {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }
      .boxpic-coffee-seasonal{
        width: 604px;
        height: 604px;
      }
      .discription-coffe-seasonal{
        height: 230px;
        width: 500px;
        font-size: var(--body1-font-size-20);
      }
      .txt-seasanalcoffee{
        font-size: var(--h2-font-size-48);
        padding: 0 8px;
      }
      .txt-name-coffeeseasonal{
        font-size: var(--h2-font-size-48);
        margin-top: 16px;
      }
      .boxmenu-seasonal{
        margin: 40px 0;
      }
      .box-seasonal{
        width: 248px;
      }
      .picmenu-seasonal{
        height: 200px;
        width: 200px;
        margin-bottom: 32px;
      }
      .txt-menuseasinal{
        font-size: var(--h4-font-size-20);
        width: 248px;
      }
      #backToTop{
        width: 80px;
        height: 80px;
      }
      .sizearrowtotop{
        width: 20px;
      }
      .btn-position {
        bottom: 6px;
    }
  
      


    /* Eve end  */

    /* Nice start  */
     .sec02-chosexscroll-01{
        font-size: var(--h2-font-size-48); 
        margin-top: 38px;
        margin-bottom: 7px;
    }
    .sec02-chosexscroll-02{
        background-color: var(--color-white-text); 
        margin-bottom: 50px;
    }

    .btuseemore{
        width: 272px; 
        height: 55px; 
        background-color: var(--color-gray-100);
        font-size: var(--body2-font-size-16 );

    }
    .btuViewCafeMenu{
        width:272px ;
        height: 55px; 
        color: var(--color-white-background);
        font-size: var(--body2-font-size-16);
    }
    .btuViewRestaurantMenu{
        width:272px ;
        height: 55px; 
        color: var(    --color-primary);
        font-size: var(--body2-font-size-16);
    }
    .coverbtupdfloand{
        margin-bottom: 67px;
        margin-top: 10px;
    }
  
  
 
    .catecardproduct02txt3{
        font-size: var(--sub3-font-size-24); 
        font-weight:var( --demi-bold-600);
    }
    .divtagincardmenu{
        font-weight: var(--demi-bold-600);
        font-size: var(--body3-font-size-14);
    }

    .cardcatetofitter03{
        font-size: var(--body1-font-size-20);
    }
    .catecardproduct02txt3-price {
        font-size: var(--body3-font-size-14);
    }

    /* test sclick center  */

    .slide-h3 {
    width: 232px;
    height: 230px;
    background: var( --color-white-text);
    font-size: var(--body3-font-size-14);
    color: var(--color-gray-600);
    font-weight: var(--regular-400);
    }
    .slide-h3.active {
    color: var(--color-primary);
    font-weight:var(--demi-bold-600) !important;
    }
    .arrowcate {
    background: var(--color-primary-light);
    width: 34px;
    height: 34px;

    }

    /* .sizeiconarrwn60per{
        width: 60%; 
        height: 60%;
    } */
    /* locationspage  */
    .subdive-locationtop0301{
        font-size: var(--h2-font-size-48);
    }
        /* btu  */
        .boxregion-locatpage {
            height: 54px;
            font-size: var(--cta-m-font-size-16);
        }
        .coverselectlocat-isopen{
            height: 68px;
            font-size: var(    --body1-font-size-20);
        }
        .coversearchlocation{
            height: 54px;
            font-size: var(--cta-m-font-size-16);
        }
        .coverselectlocat{
            height: 54px;
            font-size: var(--cta-m-font-size-16);
        }
        .btucaffrester-locatpage{
            height: 54px;
            font-size: var(--cta-m-font-size-16);
        }
        .btuall-locatpage{
            height: 54px;
            font-size: var(--cta-m-font-size-16);
        }
        #searchlocat::placeholder{
            font-size: var(    --body1-font-size-20);
         }
    
        /* font  */
        .txt-deslocat-intop-01 {
            font-size: var(--sub3-font-size-24);
            margin-bottom: 10px;
        }
        .txt-deslocat-intop-02{
            font-size: var(--body1-font-size-20);
            margin-bottom: 10px;
        } 
        .txt-deslocat-inbot01 {
            font-size: var(--body1-font-size-20);
        }  
        .txt-deslocat-inbot02{ 
            font-size: var(--body1-font-size-20);
        }  
        .select__text {
            font-size: var(--body2-font-size-16);
            width: calc(100% - 19.2px - 23px);
            height: 20px;
        }
        input[type="search"] {
            font-size: var(--body2-font-size-16);
        }
        #searchlocat::placeholder{
            font-size: var(--body2-font-size-16);
         }
        .grid-container-cate{
            grid-gap: 1vw;
        }
        .sublef01-img {
            width: 295px;
            height: 330px;
        }
        .subright01-deslocat {
            width: calc(100% - 295px - 46px);
            padding-top: 23px;
            padding-bottom: 23px;
        }
        .subright01-deslocat-intop {
            height: calc(295px - 30px - 20px - 15px - 20px);
        }
      
        .subdive-locationbott0101 {
            height: calc(100vh - 262.8px);
        }
        .arrowcate {
            position: absolute;
            top: 45%;
         }
         .cover_cardcatetofitter03 {
            height: 161px;
        }
        .coverbot_cardcatetofitter03 {
            height: 54px;
        }
        .is-open .select__trigger {
            border-radius: 35px 35px 0 0;
        }
        .select__wrapper.is-open .select__content {
            border-radius: 0 0 35px 35px;
            top: 42px;
        }
        .icon-phonephone--android-phone-mobile-device-smartphone-iphone:before {
            font-size: 20px;
            margin-right: 7px;
        }
        .select__group__title {
            font-size: var(--cta-m-font-size-16);
        }
        .select__group .select__option {
            font-size: var(--cta-m-font-size-16);
        }
        .subdive-locationtop04 {
            width: 56%;
        }    
        .coversizeiconsearch {
            width: 20px;
            height: 20px;
        }
        .subdive-locationtop02 {
            margin: 20px 0;
        }
        .select__trigger {
            padding:16px 0 18px 23px;
        }
/* nice end */
}

@media (max-width: 1880px){
    /* Noom start  */
    /* Noom end  */

     /* Eve start  */
     .picmenu-seasonal{
        height: 200px;
        width: 200px;
        margin-bottom: 32px;
      }
      .box-seasonal{
        width: 200px;
      }
      .txt-menuseasinal{
        width: 200px;
      }
    /* Eve end  */

     /* Nice start  */
     input[type="search"] {
        padding-left: 16px;
        width: calc(89% - 16px);
     }
     .arrowcate {
        position: absolute;
        top: 47%;
    }
    /* Nice end  */
}

@media (max-width: 1680px){
    /* Noom start  */
    .footer-box-l{
        width: 30%;
    }
    .footer-box-r{
        width: 30%;
    }
    .location-img-branc-north-img{
        width: 15.3vw;
    }
    .divtagin-category{
        max-width: calc(100% - 3.5vw);
    }
    
    /* Noom end  */

     /* Eve start  */
     .picmenu-seasonal {
        height: 180px;
        width: 180px;
    }
    .box-seasonal{
        width: 180px;
    }
    .txt-menuseasinal{
        font-size: var(--body1-font-size-20);
        width: 180px;
    }
    /* Eve end  */

     /* Nice start  */
     /* .divtagincardmenu {
        width: 228px;
    } */
    /* locationpage  */
    /* .subdive-locationtop01 {
        height: 390px;
    } */
   
  
    /* .sublef01-img {
        width: 295px;
    } */
    .subright01-deslocat {
        width: calc(100% - 295px - 50px);
    }
    .txt-deslocat-intop-01 {
        font-size: var(--sub3-font-size-24);
    }

    .txt-deslocat-intop-02 {
        font-size: var(--body1-font-size-20);
    }
    .txt-deslocat-inbot01{
        font-size: var(--body1-font-size-20);
    }
    .txt-deslocat-inbot02{
        font-size: var(--body1-font-size-20);
    }
    .icon-phonephone--android-phone-mobile-device-smartphone-iphone:before {
        font-size: 18px;
    }
  
    /* btu  */
  
  
  
    #searchlocat::placeholder{
        font-size: var( --body1-font-size-20);
    }
    .coversizeiconsearch {
        width: 20px;
        height: 20px;
    }
    .btucaffrester-locatpage {
        width: calc(62% - 130px - 4px);
    }
    .subright01-deslocat{
        padding-left: 28px;
        width: calc(100% - 295px - 28px);

    }
 
    #searchlocat::placeholder{
        font-size: var(--cta-m-font-size-16);
     }
  
  
    .select__content{
        top: 44px;
    }
  
    .catecardproduct02txt1{
        padding-top: 20px;
        font-size: var( --sub3-font-size-24);
    }
    .catecardproduct02txt3-price {
        font-size: var(--body4-font-size-12);
    }
  
    .grid-container-cate > .cardcatemenu {
        margin-bottom: 0;
     }
     .cover-catecardproduct02txt1 {
        height: 178px;
    }
   
    .subdive-locationtop01{
        /* height: 27vh; */
    }
    .select__wrapper.is-open .select__content {
        display: block;
        width: 100%;
        top: 47px;
        border-radius: 0 0 30px 30px;
    }
    .is-open .select__trigger {
        border-radius: 30px 30px 0 0;
    }
    .btuall-locatpage{
        width: 100px;
    }
    .btucaffrester-locatpage {
        width: calc(62% - 100px - 4px);
    }
    /* Nice end  */
}

@media (max-width: 1600px){
     /* Noom start  */
     .location-img-branc-north{
        height: 323px;
     }
     .location-img-branc-central{
        height: 323px;
     }
     .location-img-branc-east{
        height: 323px;
     }
     .location-img-branc-south{
        height: 323px;
     }
     .dis-title-location{
        margin-top: 5px;
     }
     .region-box{
        margin-top: 16px;
        margin-bottom: 16px;
     }
     .location-name-home-box{
        height: 50px;
     }
     .section2-text{
        font-size: var(--sub2-font-size-32);
     }
     .section2-pic{
        width: 50px;
        margin-bottom: 10px;
     }
     .nav-menu-box{
        height: 60px;
     }
     .menu-search-icon{
        width: 20px;
     }
     .menufont{
        font-size: var(--body2-font-size-16);
     }
     .dropbtn{
        font-size: var(--body2-font-size-16);
     }
     .dropdown-content{
        top: 60px;
     }
          .box-worldthe-story{
        height: 700px;
     }
     .title-story{
        font-size: var(--sub1-font-size-40);
     }
     .title-menu-category{
        font-size: var(--sub1-font-size-40);
     }
    .region-box-in{
        height: 48px;
    }
    .bt-location-see-more{
        height: 48px;
    }
    .location-name-home-text{
        font-size: var(--sub4-font-size-14);
    }
    .boxicon-social{
        width: 20px;
        height: 20px;
    }
    .footer-box{
        height: 120px;
    }
    .footer-boxsocial{
        gap: 30px;
    }
    .footer-box-c-img{
        width: 90px;
    }
    .footer-box-l{
        font-size: var(--sub4-font-size-14);
    }
    .section2-text-catering{
        font-size: var(--h3-font-size-24);
    }
    .bt-catering-viewmenu{
        height: 48px;
        font-size: var(--body2-font-size-16);
    }
    .box-size-iconcatering{
        width: 30px;
        height: 30px;
    }
    #official_account{
        font-size: var(--sub4-font-size-14);
    }
    .menu-search-open{
        top: 90px;
    }
    .category-result{
        height: 36px;
        margin-top: unset;
        margin-bottom: unset;
        font-size: var(--sub4-font-size-14);
    }
    .box-category-menu{
        height: 210px !important;
    }
    .box-searchlocations-result-de{
        height: 225px;
    }
    .result-de-img{
        width: 199px;
    }
    .result-de-img-text-box{
        width: calc(100% - 231px);
    }
    .box-category-text{
        font-size: var(--h4-font-size-20);
    }
    .box-searchlocations-text{
        font-size: var(--h4-font-size-20);
    }
    .result-de-img-text-title{
        height: 45px;
        -webkit-line-clamp: 2;
        font-size: var(--body2-font-size-16);
    }
    .result-de-img-text-box{
        font-size: var(--sub4-font-size-14);
    }
    .result-de-img-text-sup{
        height: 78px;
    }
    /* Noom end  */

     /* Eve start  */
     .boxpic-coffee-seasonal {
        width: 400px;
        height: 400px;
    }
    .discription-coffe-seasonal{
        font-size: var(--body2-font-size-16);
        width: 440px;
    }
    .txt-seasanalcoffee{
        font-size: var(--sub2-font-size-32);
    }
    .txt-name-coffeeseasonal{
        font-size: var(--sub2-font-size-32);
    }
    .txt-menuseasinal {
        font-size: var(--body2-font-size-16);
    }
    .picmenu-seasonal {
        height: 150px;
        width: 150px;

    }
    .size-btn-coffeeseasonal {
        width: 70px;
        height: 70px;
    }
    .txt-btn-coffeeseasonal{
        width: 110px;
    }
    .btn-position {
        height: 19%;
    }
    .pagination-area span {
        width: 16px;
        height: 16px;
    }
    .pagination-area-cate span{
         width: 16px;
        height: 16px;
    }
    /* Eve end  */

     /* Nice start  */
     .sec02-chosexscroll-01{
        font-size: var(  --sub1-font-size-40);
     }
     .cardcatetofitter03 {
        font-size: var(--body2-font-size-16);
    }
    .btuViewCafeMenu{
        height: 48px;
    }
    .btuViewRestaurantMenu{
        height: 48px;
    }
    .catecardproduct02txt1 {
        font-size: var(--body1-font-size-20);
    }
    .catecardproduct02txt3{
        font-size: var(--body1-font-size-20);
    }
    .slide-h3 {
        width: 188px;
    }
    .txt-deslocat-intop-01 {
        font-size: var(--body1-font-size-20);
    }
    .txt-deslocat-intop-02{
        font-size: var(--body2-font-size-16);
    }
    .boxregion-locatpage {
        height: 48px;
    }
    .btucaffrester-locatpage{
        height: 48px;
    }
    .btuall-locatpage{
        height: 48px;
    }
    .coversearchlocation{
        height: 46px;
    }
    .select__trigger {
        padding: 14px 0 14px 23px;
    }
    .menu78px{
        height: 84px;
    }
    .subdive-locationtop01{
        padding: 0 24px;
    }
    .subdive-locationbott0101 {
        padding: 0 24px;
        height: calc(100vh - 231px);
    }
    .txt-deslocat-inbot01{
        font-size: var(--body2-font-size-16);
    }
    .txt-deslocat-inbot02{
        margin-top: 8px;
        font-size: var(--body2-font-size-16);
    }
    .icon-phonephone--android-phone-mobile-device-smartphone-iphone:before {
        font-size: 14px;
    }
    .sublef01-img {
        height: 308px;
    }
    /* Nice end  */
}

@media (max-width: 1540px){
    /* Noom start  */
    .location-img-branc-north{
        height: 307px;
    }
    .location-img-branc-central{
        height: 307px;
    }
    .location-img-branc-east{
        height: 307px;
    }
    .location-img-branc-south{
        height: 307px;
    }
    .divtagin-category{
        padding-top: 4px;
    }
    /* Noom end  */
}

@media (max-width: 1520px){
    /* Noom start  */
    /* Noom end  */

    /* Eve start  */
    .picmenu-seasonal {
        height: 150px;
        width: 150px;
    }
    .box-seasonal{
        width: 150px;
    }
    .txt-menuseasinal{
        width: 150px;
    }
    .boxpic-coffee-seasonal {
        width: 560px;
        height: 560px;
    }
    .discription-coffe-seasonal{
        width: 560px;
    }
    .section2-pic {
        width: 80px;
    }
 
    /* .picmenu-seasonal {
        height: 150px;
        width: 150px;
    } */
        
    /* Eve end  */

    /* Nice start  */
    .divtagincardmenu {
        /* width: 206px; */
        font-size: var(  --body3-font-size-14);
    }
    /* .catecardproduct01 {
        height: 327px;
    } */
    .grid-container-cate{
        grid-gap: 1.5vw;
        grid-template-columns: repeat(4, 16vw);
    }
    .sec02-chosexscroll-01{
        font-size: var( --sub1-font-size-40);
        /* background-color: green; */
    }
    .slide-h3{
        height: 209px;
    }
    .cardcatetofitter03{
        font-size: var(--body3-font-size-14);
    }
    /* card  */
    .catecardproduct02txt1{
        font-size: var( --sub3-font-size-24);
    }
    .catecardproduct02txt3{
        font-size: var( --sub3-font-size-24);
    }
    .catecardproduct02txt2{
        font-size: var(--body3-font-size-14);
    }
    .coverbot_cardcatetofitter03 {
        height: 41px;
    }
    .cover_cardcatetofitter03{
        margin-bottom: 8px;
    }
    /* Nice end  */
}

@media (max-width: 1470px){
    /* Noom start  */
    /* Noom end  */

    /* Eve start  */
    .size-btn-coffeeseasonal {
        width: 90px;
        height: 90px;
        border-radius: 50%;
    }
    /* Eve end  */

    /* Nice start  */
    .slide-h3 {
        width: 206px;
    }
    .divtagincardmenu {
        /* width: 182px; */
        font-size: var( --body4-font-size-12);
    }
    .catecardproduct02txt1{
        padding-top: 10px;
        font-size: var(  --body1-font-size-20);
    }
    .catecardproduct02txt2{
        font-size: var( --body4-font-size-12);
    }
    .catecardproduct02txt3{
        font-size: var(  --body1-font-size-20);
    }
  
    .btuViewCafeMenu{
        font-size: var(--sub4-font-size-14);
    }
    .btuViewRestaurantMenu{
        font-size: var(--sub4-font-size-14);
    }
    .btuseemore{
        font-size: var(--sub4-font-size-14);
    }
    /* locationpage  */

    .subdive-locationtop01 {
        padding: 0 26px;
    }
    .subdive-locationbott0101{
        padding: 0 26px;
    }
  
    input[type="search"] {
        font-size: var(--body2-font-size-16);
        padding-left: 18px;
    }
    .cover-catecardproduct02txt1{
        height: 132px;
    }
    .btucaffrester-locatpage{
        font-size: var(--body2-font-size-16);

    }
    .catecardproduct02txt3-price{
        font-size: var( --body4-font-size-10);
    }
    .select__trigger {
        font-size: var(--body2-font-size-16);
    }
    .sublef01-img {
        width: 280px;
        height: 300px;
    }
    .subright01-deslocat {
        padding-left: 28px;
        width: calc(100% - 280px - 28px);
    }
    .subright01-deslocat-intop {
        height: calc(280px - 30px - 20px - 15px - 20px);
    }
    .txt-deslocat-intop-01 {
        font-size: var( --body1-font-size-20);

    }
    .txt-deslocat-intop-02 {
        font-size: var(--body2-font-size-16);
    }
    .txt-deslocat-inbot02 {
        font-size: var(--body2-font-size-16);
    }
    .txt-deslocat-inbot01{
        font-size: var(--body2-font-size-16);

    }
 
    /* Nice end  */

}

@media (max-width: 1440px){
    /* Noom start  */
    /* #location_north{
        top: 10vw;
    }
    #location_central{
        top: 20vw;
    }
    #location_east{
        top: 25.8vw;
    }
    #location_south{
        top: 40.5vw;
    } */
    .banner-head{
        height: 100vh;
    }
    .section2-pic{
        width: 40px;
    }
    .section2{
        margin: 50px 0;
    }
    .title-story{
        font-size: var(--sub2-font-size-32);
    }
    .sup-title-story{
        font-size: var(--h3-font-size-24);
    }
    .title-menu-category{
        font-size: var(--sub2-font-size-32);
    }
    .title-location{
        font-size: var(--sub2-font-size-32);
    }
    .sup-title-location{
        font-size: var(--h3-font-size-24);
    }
    .location-img-branc-north{
        height: 301px;
        display: none;
    }
    .location-img-branc-central{
        height: 301px;
        display: none;
    }
    .location-img-branc-east{
        height: 301px;
        display: none;
    }
    .location-img-branc-south{
        height: 301px;
        display: none;
    }
    /* Noom end  */

    /* Eve start  */
    .pagination-area span{
        width: 14px;
        height: 14px;
    }
    .pagination-area-cate span {
        width: 14px;
        height: 14px;
    }
    .boxpic-coffee-seasonal{
        width: 460px;
        height: 460px;
    }
    .discription-coffe-seasonal {
        width: 430px;
        height: 200px;
    }
    .size-btn-coffeeseasonal{
        width: 72px;
        height: 72px;
    }
    .txt-btn-coffeeseasonal{
        font-size: var(--body4-font-size-12);
        /* width: 90px; */
    }
    .seasonal-l {
        width: 550px;
    }
    /* Eve end  */

    /* Nice start  */
    .select__group__title {
        font-size: var(--body2-font-size-16);
    }
    .select__group .select__option{
        font-size: var(--body2-font-size-16);
    }
    .subdive-locationtop0301 {
        font-size: var( --sub2-font-size-32);
    }

    .btucaffrester-locatpage {
        height: 48px;
        font-size: var(--body2-font-size-16);
    }
    .btuall-locatpage {
        height: 48px;
        font-size: var(--body2-font-size-16);
    }
    .select__text {
        font-size: var(--body2-font-size-16);
    }
  
    #searchlocat::placeholder{
        font-size: var(--body2-font-size-16);
     }
     .sublef01-img {
        width: 220px;
        height: 260px;
    }
    .subright01-deslocat {
        width: calc(100% - 220px - 28px);
    }
    .subright01-deslocat-intop {
        height: calc(220px - 30px - 20px - 15px - 20px);
    }
    .txt-deslocat-intop-01 {
        font-size: var(--body2-font-size-16);
    }
    .txt-deslocat-intop-02 {
        font-size: var(--body3-font-size-14);
    }
    .txt-deslocat-inbot01{
        font-size: var(--body3-font-size-14);

    }
    .txt-deslocat-inbot02{
        font-size: var(--body3-font-size-14);
        margin-top: 8px;

    }
    .icon-phonephone--android-phone-mobile-device-smartphone-iphone:before {
        font-size: 14px;
        margin-right: 9px;
    }
    /* .select__trigger {
        padding: 14px 22px;
    } */
    .subdive-locationtop01 {
        /* height: 33vh; */
    }
    .subdive-locationbott0101 {
        height:calc(100vh - 229px);
    }
    .select__wrapper.is-open .select__content {
        top: 32px;
    }
    .select__trigger {
        padding: 13px 0 15px 23px;
    }
    .sec02-chosexscroll-01{
        font-size: var(--sub2-font-size-32);
        /* background-color: green; */
    }
    .arrowcate {
        top: 52%;
    }
    /* Nice end  */

}

@media (max-width: 1380px){
    .banner-head{
        height: auto;
    }
    .images-area img{
        max-height: 800px;
    }
    .location-img-branc-north{
        height: 274px;
    }
    .location-img-branc-central{
        height: 274px;
    }
    .location-img-branc-east{
        height: 274px;
    }
    .location-img-branc-south{
        height: 274px;
    }
    .location-img-branc-north-img {
        width: 15.2vw;
    }

    /* nice start  */
    /* .leftcate{
        display: none !important;
    }
    .rightcate{
        display: none !important;
    } */
     /* nice end  */
     .arrowcate {
        position: absolute;
        top: 52%;
    }
}

@media (max-width: 1366px){
    /* Noom start  */
    .title-menu-category{
        margin-top: 70px;
        margin-bottom: 40px;
    }
    .divtagin-category{
       padding-top: 4px; 
       max-width: calc(100% - 3.8vw);
    }
    .region-box{
        gap: 12px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .region-box-in{
        height: 40px;
    }
    .bt-location-see-more{
        height: 40px;
        margin-bottom: 12px;
    }
    .location-img-branc-north{
        height: 305px;
        display: none;
    }
    .location-img-branc-central{
        height: 305px;
        display: none;
    }
    .location-img-branc-east{
        height: 305px;
        display: none;
    }
    .location-img-branc-south{
        height: 305px;
        display: none;
    }
    .location-img-branc-north-in{
        gap: 12px;
    }
    /* Noom end  */

    /* Eve start  */
    #backToTop {
        width: 50px;
        height: 50px;
    }
    .sizearrowtotop {
        width: 16px;
    }

 
    /* Eve end  */

    /* Nice start  */
    /* locatione page  */
        .boxregion-locatpage {
            height: 40px;
        }
        .coverselectlocat-isopen{
            height: 40px;
        }
        .coversearchlocation{
            height: 38px;
        }
        .btucaffrester-locatpage{
            height: 40px;
        }
        .coverselectlocat{
            height: 40px;
        }
        .btuall-locatpage{
            height: 40px;
        }
        .select__trigger{
            font-size: var(--body2-font-size-16);
            padding: 10px 0 10px 14px;
        }
        input[type="search"] {
            font-size: var(--body2-font-size-16);
            padding-left: 13px;
            margin-right: 2px;
            border-radius: 0;
            width: calc(89% - 13px);
        }
        
        #searchlocat::placeholder{
            font-size: var(--body2-font-size-16);
        }
        .catecardproduct02txt1 {
            font-size: var(--body2-font-size-16);
        }
        .catecardproduct02txt3{
            font-size: var(--body2-font-size-16);
        }
        .cover-catecardproduct02txt1 {
            height: 121px;
        }
        .select__group__title {
            font-size: var(--body2-font-size-16);
            padding: 10px 19px;
        }
        .select__option {
            font-size: var(--body2-font-size-16);

        }
        .subdive-locationtop01 {
            /* height: 35vh; */
            padding: 0 26px;
        }
        .sublef01-img {
            width: 200px;
            height: 210px;
        }
        .subright01-deslocat {
            width: calc(100% - 200px - 28px);
            padding-top: 19px;
        padding-bottom: 19px;
        }
        .subright01-deslocat-intop {
            height: calc(210px - 30px - 20px - 15px - 20px);
        }
        .txt-deslocat-intop-01 {
            font-size: var(--body3-font-size-14);
        }
        .txt-deslocat-intop-02 {
            font-size: var(--body4-font-size-12);
        }
        .txt-deslocat-inbot01 {
            font-size: var(--body4-font-size-12);

        }
        .txt-deslocat-inbot02 {
            font-size: var(--body4-font-size-12);
            margin-top: 3px;
        }
        .subdive-locationbott0101-lef01{
            margin-bottom: 4px;
        }
        .coversizeiconsearch {
            width: 17px;
            height: 17px;
        }
        .subdive-locationbott0101 {
            height:calc(100vh - 213.68px);
        }
        .sec02-chosexscroll-02 {
            margin-bottom: 35px;
        }
        .cover_cardcatetofitter03 {
            height: 156px;
        }
        .is-open .select__trigger {
            border-radius: 24px 24px 0 0;
        }
        .select__wrapper.is-open .select__content {
            border-radius: 0 0 24px 24px;
        }
        .icon-phonephone--android-phone-mobile-device-smartphone-iphone:before {
            font-size: 10px;
            margin-right: 6px;
            margin-top: 0;
        }
        #searchlocat::placeholder{
            font-size: var(--body2-font-size-16);

        }
        .leftcate{
            display: flex !important;
        }
        .rightcate{
            display: flex !important;
        }
    /* Nice end  */
    }

@media (max-width: 1280px){
    /* Noom start  */
    .result-de-img-text-box{
        font-size: var(--body2-font-size-16);
    }
    .sup-title-story{
        font-size: var(--h4-font-size-20);
    }
    .dis-title-story{
        font-size: var(--sub4-font-size-14);
    }
    .title-menu-category{
        font-size: var(--sub2-font-size-32);
    }
    .divtagin-category {
        max-width: calc(100% - 4vw);
    }
    .img-cat-1-1{
        width: 28.271vw;
        height: 28.271vw;
    }
    .img-cat-2-1{
        width: 57.9vw;
        height: 28.259vw;
    }
    .img-cat-2-3{
        width: 43.3vw;
        height: 28.271vw;
    }
    .location-img-branc-north{
        height: 300px;
    }
    .title-location{
        font-size: var(--sub2-font-size-32);
    }
    .sup-title-location{
        font-size: var(--sub3-font-size-24);
    }
    .dis-title-location{
        font-size: var(--body2-font-size-16);
    }
    .location-box-r{
        /* width: 56vw; */
        /* padding-top: 50px; */
    }
    .location-box{
        margin-bottom: 100px;
    }
    .location-img-branc-north{
        height: 271px;
    }
    .location-img-branc-central{
        height: 271px;
    }
    .location-img-branc-east{
        height: 271px;
    }
    .location-img-branc-south{
        height: 271px;
    }
    .location-img-branc-north-img{
        width: 15.3vw;
    }
    .bt-catering-viewmenu{
        height: 40px;
    }
    .box-btn-catring{
        margin-bottom: 20px;
    }
    .sec02-chosexscroll-01{
        margin-top: 30px;
    }

    .footer-box{
        margin-top: unset;
    }
    .footer-box-l{
        width: 40%;
    }
    .footer-box-r{
        width: 40%;
    }
    .box-worldthe-story{
        height: 600px;
    }
    .result-de-img-text-sup{
        height: 87px;
    }
    /* Noom end  */

    /* Eve start  */
    .boxpic-coffee-seasonal {
        width: 320px;
        height: 320px;
    }
    
    .size-btn-coffeeseasonal {
        width: 45px;
        height: 45px;
    }
    .txt-name-coffeeseasonal{
        font-size: var(--sub3-font-size-24);
    }
    .txt-seasanalcoffee{
        font-size: var(--sub3-font-size-24);
    }
    .txt-menuseasinal{
        font-size: var(--body4-font-size-10);
        width: 150px;
    }
  
    .boxmenu-seasonal{
        grid-template-columns: repeat(3, 1fr);
        margin: 20px 0;
        width: 80%;
    }
 
   
    .picmenu-seasonal {
        width: 80px;
        height: 80px;
    }
    .btn-position {
        height: 18%;
    }
    .discription-coffe-seasonal{
        width: 400px;
    }
    .boxbtn-coffeeseasonal {
        margin-right: 10px;
    }
    .seasonal-l{
        width: 500px;
    }
    .discription-coffe-seasonal{
        height: 210px;
        font-size: var(--body3-font-size-14);
    }
    .picmenu-seasonal{
        margin-bottom: 16px;
    }
    .txt-btn-coffeeseasonal {
        font-size: var(--body4-font-size-10);
    }
   
    /* Eve end  */

    /* Nice start  */
   
    .slide-h3 {
        width: 175px;
        height: 187px;
    }
  
    /* locatpage  */
  
    .btucaffrester-locatpage {
        width: calc(66% - 65px - 4px);
    }
    .btuall-locatpage {
      width: 65px;
    }
    .coversizeiconsearch {
        width: 16px;
        height: 16px;
    }
   
    .is-open .select__trigger::after {
        width: 13px;
        height: 13px;
        right: 7px;
    }
    .select__group__title {
        font-size: var(--body2-font-size-16);
    }
    .select__option {
        font-size: var(--body2-font-size-16);
    }
    .select__text{
        font-size: var(--body2-font-size-16);
    }
    /* .is-open .select__content {
        max-height: 22em;
    } */
  
    .select__content {
        top: 34px;
    }
    .grid-container-cate {
        grid-gap: 1.4vw;
        grid-template-columns: repeat(4, 17vw);
    }
    .arrowcate {
        position: absolute;
        top: 49%;
    }
    .cover_cardcatetofitter03 {
        height: 136px;
    }
    .btuViewCafeMenu{
        height: 40px;
    }
    .btuViewRestaurantMenu{
        height: 40px;
    }
    /* Nice end  */
}

@media (max-width: 1100px){
    /* Noom start  */
    .result-de-img{
        width: 170px;
    }
    .result-de-img-text-box{
        width: calc(100% - 170px);
    }
    .menusearch-result-de-title{
        font-size: var(--body1-font-size-20);
    }
    .category-result{
        font-size: var(--body1-font-size-20);
    }
    .result-de-img-text-title{
        font-size: var(--body1-font-size-20);
    }
    .box-result-search{
        height: calc(100vh - 64px - 48px - 200px);
        overflow: scroll;
    }
    /* .section2-pic{
        width: 80px;
        height: 80px;
    } */
    .section2-text{
        font-size: var(--sub2-font-size-32);
    }
    /* Noom end  */

    /* Eve start  */
    .boxpic-coffee-seasonal {
        width: 380px;
        height: 380px;
    }
    .boxbtn-coffeeseasonal{
        margin-right: 5px;
    }
    .btn-position{
        height: 17%;
        padding: 0 20px;
    }
    .discription-coffe-seasonal{
        width: 380px;
    }

    /* Eve end  */

    /* Nice start  */
    .grid-container-cate {
        grid-gap: 1vw;
        grid-template-columns: repeat(4, 20vw);
    }
    .divtagincardmenu {
        /* width: 145px; */
        font-size: var(--body4-font-size-12);
    }
    .coverbtupdfloand{
        margin-bottom: 55px;
    }
    .slide-h3 {
        width: 178px;
        height: 172px;
    }
    .select__text{
        font-size: var(--cta-s-font-size-12);
    }
    .btucaffrester-locatpage{
        width: calc(66% - 60px - 4px);
        height: 40px;
        font-size: var(--cta-s-font-size-12);
    }
    .boxregion-locatpage {
        height: 40px;
        font-size: var(--cta-s-font-size-12);
    }
    .btuall-locatpage{
        height: 40px;
        width: 60px;
        font-size: var(--cta-s-font-size-12);
    }
    #searchlocat::placeholder{
        font-size: var(--cta-s-font-size-12);
     }
     .select__group__title{
        font-size: var(--cta-s-font-size-12);
     }
     .select__group .select__option{
        font-size: var(--cta-s-font-size-12);
     }
     .coversearchlocation {
        height: 40px;
        font-size: var(--body2-font-size-16);
    }
 
    /* .select__trigger {
        padding: 9px 27px;
    } */
    .icon-phonephone--android-phone-mobile-device-smartphone-iphone:before {
        font-size: 12px;
        margin-right: 5px;
        padding-top: 0px;
    }
    .select__group__title {
        padding: 9px 21px;
        font-weight: 700;
    }
    .cover_cardcatetofitter03 {
        height: 110px;
    }
    .select__wrapper.is-open .select__content {
        top: 30px;
    }
    /* Nice end  */
}

@media (max-width: 1035px){
    /* noom */
    .box-category-menu{
        height: auto !important;
    }
    .box-searchlocations-result{
        height: auto;
    }
    .category-result{
        height: unset;
        margin-top: 8px;
        margin-bottom: 5px;
    }
    .location-box-l {
        display: none;
    }
    .location-box-r {
        width: 91vw;
        padding-top: unset;
    }
    .location-img-branc-north-img {
        width: 29.5vw;
    }
    .location-box{
        margin-top: 100px;
        margin-bottom: 150px;
        height: unset;
    }
    .location-img-branc-north{
        height: 450px;
    }
    .location-img-branc-central{
        height: 450px;
    }
    .location-img-branc-east{
        height: 450px;
    }
    .location-img-branc-south{
        height: 450px;
    }
    .banner-head{
        height: 45vh;
    }
    .banner-head-cate{
        height: 45vh;
    }
    .divtagin-category{
        font-size: var(--body2-font-size-16);
        max-width: calc(100% - 4.2vw);
    }
    .title-menu-category{
        margin-top: 100px;
    }
    .catering_body{
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    /* noom end */

    /* eve */
    .boxpic-coffee-seasonal {
        width: 380px;
        height: 380px;
    }
    .discription-coffe-seasonal {
        height: 110px;
        font-size: var(--body4-font-size-12);
    }
    .section3 {
        height: 50vh;
    }
    .txt-seasanalcoffee {
        font-size: var(--body1-font-size-20);
    }
    .txt-name-coffeeseasonal {
        font-size: var(--body1-font-size-20);
    }
    .picmenu-seasonal {
        width: 70px;
        height: 70px;
    }
    .txt-menuseasinal {
        width: 120px;
    }
    .boxmenu-seasonal {
        width: 100%;
    }


   
   
    /* eve end */
    /* nice start  */
    .arrowcate {
        position: absolute;
        top: 42%;
    }

    /* nice end  */
    
}

@media (max-width: 1024px){
    /* Noom start  */
    .title-story{
        font-size: var(--sub2-font-size-32);
    }
    .sup-title-story{
        font-size: var(--sub3-font-size-24);
    }
    .dis-title-story{
        font-size: var(--body3-font-size-14);
    }
    .title-menu-category{
        font-size: var(--sub2-font-size-32);
    }
    .title-location{
        font-size: var(--sub2-font-size-32);
    }
    .img-cat-1-1{
        width: 29.271vw;
        height: 29.271vw;
    }
    .img-cat-2-1{
        width: 59.896vw;
        height: 29.271vw;
    }
    .img-cat-2-3{
        width: 45.1vw;
        height: 29.271vw;
    }
    .divtagin-category {
        top: 9px;
        left: 10px;
        max-width: calc(100% - 3.4vw);
    }
    /* .banner-head{
        height: 100vh;
    }
    .banner-head-cate{
        height: 100vh;
    } */
    .catering_body{
        position: unset;
    }
    /* Noom end  */

    /* Eve start  */

    .section3 {
        height: 600px;
    }
    /* Eve end  */

    /* Nice start  */
 
/*   
    .leftcate{
        display: none !important;
    }
    .rightcate{
        display: none !important;
    } */
    .grid-container-cate {
        grid-template-columns: repeat(2, 1fr);
        /* grid-template-rows: 66vw; */
        display: grid;
        /* grid-gap: 24px;*/
        padding: 0 4vw;
    }
  
    .divtagincardmenu {
        /* width: 149px; */
        font-size: var(--body3-font-size-14);
    }
    .catecardproduct02txt1{
        padding-top: 12px;
        font-size: var(  --body2-font-size-16);
    }
    .catecardproduct02txt3{
        font-size: var(  --body2-font-size-16);
    }
  
    /* locattions  */
  

    .boxregion-locatpage {
        height: 43px;
        font-size: var(--body3-font-size-14);
    }
 
    .btuall-locatpage {
        width: 66px;
        height: 43px;
    }
    .btucaffrester-locatpage {
        width: calc(66% - 66px - 4px);
        height: 43px;
    }
    .coverselectlocat {
        height: 43px;
    }
    
    .coversearchlocation{
        height: 43px;
    }
  
    .coversizeiconsearch {
        width: 18px;
        height: 18px;
    }
    .select__trigger {
        font-size: var(--body3-font-size-14);
        padding: 12px 0 8px 13px;
    }
    .select__text {
       
        height: 19px;
    }
    .coversearchlocation{
        font-size: var(--body3-font-size-14);

    }
    #searchlocat::placeholder{
        font-size: var(--body3-font-size-14);
    }
    input[type="search"] {
        font-size: var(--body3-font-size-14);
        padding-left: 14px;
        padding-right: 0;
    }
  
    .subright01-deslocat {
        width: calc(100% - 173px - 15px);
        padding-left: 15px;
    }

    .icon-phonephone--android-phone-mobile-device-smartphone-iphone:before{
        margin-right: 5px;
        font-size: 10px;
    }
    .select__group__title{
        font-size: var(--body3-font-size-14);
    }
    .select__option{
        font-size: var(--body3-font-size-14);
        padding: 12px 16px;
    }
    .is-open .select__trigger::after {
        width: 15px;
        height: 15px;
    }
    .coversizeiconsearch {
        width: 15px;
        height: 15px;
    }

    .grid-container-cate {
        grid-gap: 1vw;
        grid-template-columns: repeat(4, 19vw);
    }
    .boxregion-locatpage {
        height: 39px;
        font-size: var(--body4-font-size-12);
    }
    .btucaffrester-locatpage {
        width: calc(66% - 66px - 4px);
        height: 39px;
        font-size: var(--body4-font-size-12);
    }
    .btuall-locatpage {
        font-size: var(--body4-font-size-12);
        height: 39px;
    }
    .coversearchlocation {
        font-size: var(--body4-font-size-12);
        height: 37px;
    }
    #searchlocat::placeholder{
        font-weight: 400;
        font-size: var(--body4-font-size-12);
     }
     .select__group__title {
        font-size: var(--body4-font-size-12);
    }
    .select__option {
        font-size: var(--body4-font-size-12);
    }
    .is-open .select__trigger::after {
        width: 12px;
        height: 12px;
    }
    .subdive-locationbott0101 {
        height: calc(100vh - 233.25px);
    }
    .select__wrapper.is-open .select__content {
        top: 45px;
        border-radius: 0 0 30px 30px;
        max-height: 13em;
    }
 
    .cover_cardcatetofitter03 {
        height: 100px;
    }
    .sec02-chosexscroll-02 {
        margin-bottom: 18px;
    }
    .btufitterlocattion {
        width: 39px;
        height: 39px;
    }
  
    /* Nice end  */
}
/* mobile เริ่มที่นี้ */
@media (max-width: 970px){
      
    /* Noom start  */
    .menufont-box{
        display: none;
    }
    .menu-logo-icon{
        margin-left: unset;
    }
    .burger-btn{
        display: block;
    }
    .nav-menu-box{
        height: 64px;
    }
    .box-menu-burger{
        display: flex;
    }
    .menu-search-icon{
        margin-right: 24px;
    }
    .worldthe-story-img1{
        width: 100%;
        height: 100vh;
    }
    .worldthe-story-img2{
        width: 100%;
        height: 100vh;
    }
    .worldthe-story-img3{
        width: 100%;
        /* height: 506px; */
        height: 100vh;
    }
    .worldthe-story{
        width: auto;
        padding:32px; 
        text-align: center;
    }
    .box-worldthe-story{
        height: unset;
        flex-direction: column;
    }
    .story-2{
        flex-direction: column-reverse;
    }
    .title-story{
        font-size: var(--h2-font-size-48);
    }
    .sup-title-story{
        font-size: var(--sub2-font-size-32);
    }
    .dis-title-story{
        font-size: var(--body1-font-size-20);
    }
    .title-menu-category{
        font-size: var(--h2-font-size-48);
    }
    .title-location{
        font-size: var(--h2-font-size-48);
    }
    .sup-title-location {
        font-size: var(--sub2-font-size-32);
    }
    .dis-title-location {
        font-size: var(--h4-font-size-20);
    }
    .region-box{
        margin-top: 24px;
    }
    .template-cat-box{
        gap: 9.5px;
        margin-bottom: 9.5px;
    }
    .location-box-l{
        display: none;
    }
    .location-box-r{
        width: 91vw;
        padding-top: unset;
    }
    .location-img-branc-north-img{
        width: 29.2vw;
    }

    
    .footer-box{
        height: unset;
        flex-direction: column;
    }
    .footer-box-l{
        width: 100%;
        gap: 16px;
        margin-bottom: 16px;
    }
    .footer-box-r-menu{
        gap: 8px;
    }
    .footer-box-r{
        width: 100%;
        gap: 16px;
        align-items: unset;
    }
    .footer-box-c{
        display: none;
    }
    .menu-search-open{
        top: 100px;
    }
    #icon-search-in{
        display: none;
    }
    .box-result-search{
        height: calc(100vh - 64px - 48px - 130px);
        margin-top: 16px;
        overflow: scroll;
    }
    .box-category-menu{
        display: unset;
    }
    .box-searchlocations-result{
        display: unset;
    }
    .box-category-box{
        width: 100%;
        height: unset;
    }
    .box-category-result{
        overflow: unset;
    }
    .box-menusearch-box{
        width: 100%;
        height: unset;
        margin-bottom: 20px;
    }
    .box-menusearch-result{
        overflow: unset;
    }
    .box-searchlocations-result-de{
        width: 100%;
    }
    .result-de-img-text-box{
        padding: 24px 0px 24px 0;
    }
    .box-category-text{
        font-size: var(--h4-font-size-20);
    }
    .category-result{
        /* height: 35px; */
        font-size: var(--sub4-font-size-14);
    }
    .result-de-img-call{
        margin-left: unset;
        width: 12px;
        height: 12px;
    }
    .box-menusearch-text{
        font-size: var(--h4-font-size-20);
    }
    .menusearch-result-de-title{
        font-size: var(--sub4-font-size-14);
    }
    .menusearch-result-de-body{
        font-size: var(--body4-font-size-12);
    }
    .box-searchlocations-text{
        font-size: var(--h4-font-size-20);
    }
    .result-de-img-text-sup{
        height: 66px;
        font-size: var(--body4-font-size-12);
    }
    .result-de-img-call-box{
        font-size: var(--body4-font-size-12);
    }
    .result-de-img-open-box{
        font-size: var(--body4-font-size-12);
    }
    .box-result-search{
        height: calc(100vh - 64px - 48px - 200px);
    }
    /* .location-img-branc-north-img{
        width: 100%;
    } */
    .region-box-in{
        height: 45px;
        font-size: var(--sub4-font-size-14);
    }
    .bt-location-see-more{
        height: 45px;
        font-size: var(--sub4-font-size-14);
    }
    .result-de-img-text-title{
        height: 58px;
    }
    .footer-loca{
        display: none;
    }
    .divtagin-category{
        max-width: calc(100% - 4.4vw);
    }




    
    /* Noom end  */

    /* Eve start  */
    .pagination-area span {
        width: 15px;
        height: 15px;
    }
    .menuseasonal-web{
        display: none !important;
    }
    .menuseasonal-mobile{
        display: block !important;
        width: 100%;
        overflow: hidden;
        position: relative;
      }
      .menuseasonal-inner {
        width: 100%;
        height: 100%;
        position: relative;
      }
      .bg-seasonal {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
      }
    
      .picmenu-seasonal{
        height: 180px;
        width: 180px;
        margin-bottom: 12px;
      }
      .box-seasonal {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 20px 0;
    }
    .txt-name-coffeeseasonal{
        font-size: var(--sub1-font-size-40);
        -webkit-line-clamp: 3;
    }
    .txt-seasanalcoffee{
        font-size: var(--sub1-font-size-40);
    }
    .discription-coffe-seasonal{
        align-items: unset;
        font-size: 2vw;
        justify-content: start;
        width: 90%;
        padding: unset;
        height: 100%;
        margin: 16px 0;
    }
  
     /* ปุ่มควบคุม (overlay) */
     .controls {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        z-index: 11;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transform: translateY(-50%);
        padding: 0 12px;
        pointer-events: none; /* ให้ container ไม่ขัดการคลิก แต่ปุ่มจะเปิด pointer-events */
      }
      .controls button {
        background: transparent;
        border: none;
        width: 50px;
        height: 50px;
        padding: 0;
        cursor: pointer;
        pointer-events: auto;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .controls img { width: 100%; height: 100%; object-fit: contain; }
    
      /* track & slides (side-by-side) */
      
      .slides-track {
        position: relative;
        z-index: 10;
        display: flex;
        height: 100%;
        width: 100%;
        transition: transform 0.45s ease;
        will-change: transform;
      }
      .slidehome {
        flex: 0 0 100%;
        box-sizing: border-box;
        position: relative; /* important: keep normal flow of content inside */
        min-height: 100%;
        width: 100%
        /* อย่าใส่ display:none ที่นี่ */
      }
      .boxpic-coffee-seasonal {
        width: 500px;
        height: 500px;
    }
    /* .picmenu-seasonal {
        height: 248px;
        width: 248px;
        margin-bottom: 32px;
    } */
    .box-seasonal-mb{
        display:flex;
        justify-content:space-between;
        width:100%;
        margin-top:200px;
    }
    .boxl-seasonal-mb{
        margin-left: 32px;
        display: flex;
        flex-direction: column;
        align-items: start;
        height: 100%;
        width: 50%;
    }
    .mg-r-boxr-mb{
        margin-right: 50px;
    }
    .txt-menuseasinal{
        font-size: 1.8vw;
        /* height: 100px; */
        width: 180px;
    }
    .box-infor-catering{
        width: 85%;
    }
    .box-dis-catering{
        margin-bottom: 12px;
    }
    .section-catering{
        margin: 110px 16px;
    }
    .title-catering{
        font-size: var(--sub3-font-size-24);
    }
    .subtitle-catering{
        font-size: var(--body3-font-size-14);
    }
    .bt-catering-viewmenu{
        font-size: var( --cta-s-font-size-12);
        height: 45px;
    }
    .bt-catering-restaurantmenu{
        width: 50%;
        font-size: var( --cta-s-font-size-12);
        height: 40px;
    }
    .box-size-iconcatering{
        width: 16px;
        height: 16px;
    }
    .title-dis-catering{
        font-size: var(--cta-r-font-size-14);
        margin-top: 4px;
    }
    .subtitle-dis-catering{
        font-size: var(--cta-r-font-size-14);
    }

    .sizebanner-catering{
        height: 426px;
    }
    .banner-head{
        height: 75vh;
        min-height: 700px;
    }
    .banner-head-cate{
        height: 75vh;
        min-height: 700px;
    }
    .section2 {
        margin: 40px 0;
        padding: 0 48px;

    }
    .section2-text{
        font-size: var(--h2-font-size-48);
    }
    #backToTop:hover{
        background: var(--color-white-background);
    }
 
  
    /* Eve end  */

    /* Nice start */
    .sec02-chosexscroll-01 {
      font-size: var(--h2-font-size-48);
    }
    .cardcatetofitter03 {
        font-size: var(--body2-font-size-16);
    }
    .catecardproduct02txt1{
        font-size: var(  --body1-font-size-20);
    }
    .catecardproduct02txt3{
        font-size: var(  --body1-font-size-20);
    }
    .divtagincardmenu{
        font-size: var(--body2-font-size-16);
    }
    .cover-catecardproduct02txt1 {
        height: 150px;
    }
    .textmobile-locathd{
        font-size: var(--h2-font-size-48);
    }
    .subdive-locationtop02 {
        margin: 16px 0;
    }
    .txt-deslocat-intop-01 {
        font-size: var( --body2-font-size-16);
    }
    .subright01-deslocat {
        width: calc(100% - 200px - 15px);
        padding-top: 16px;
        padding-bottom: 16px;
    }
  
    /* .handle {
        margin: 16px 0;
    } */
        /* mobile start */

    /* mobile   */
    .leftcate{
        display: none !important;
    }
    .rightcate{
        display: none !important;
    } 
    .grid-container-cate {
        grid-template-columns: repeat(2, 46vw);
        justify-content: center;
        grid-gap: 3.5vw;
        padding: 0;
    }
    .btuweb{
        display: none;
    }
    .btumobile{
        display: block;
    }
    .coverbtupdfloand{
        margin-bottom: 9px;
        margin-top: 27px;
    }
    .sec02-chosexscroll-01{
        margin-top: 22px;
    }
    .btuViewRestaurantMenu{
        width: 34vw;
        height: 45px;
        font-size: var(--sub4-font-size-14);
    }
    .btuViewCafeMenu{
        width: 34vw;
        height: 45px;
        font-size: var(--sub4-font-size-14);
    }
    .btuseemore{
        height: 45px;
    }
    .subdive-locationtop0301{
        display: none;
    }
   .subdive-locationtop04{
    display: none;
   }
   .bottom-sheet {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: white;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease-in-out;
        border-radius: 20px 20px 0 0;
        max-height: 90%;
        overflow-y: auto;
        touch-action: none;
        transform: translateY(calc(100% - 50px));
        z-index: 13;
    }

    .bottom-sheet-header {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px 10px;
        cursor: grab;
    }

    .handle {
        width: 100px;
        height: 5px;
        background-color: var(--color-gray-200);
        border-radius: 5px;
        margin: 10px 0;
    }

    #bottomSheet{
        display: flex;
    }
    .subdive-locationtop03{
        display: none;
    }
 
    .covermobilelocatations{
        font-size: var(--body1-font-size-20);
        display: flex;
        align-items: baseline;
        justify-content: center;
        width: 100%;
    }
    /* localtions  */
    #des-locationspags01{
        display: flex;
    }
    #subdive-locationbott0101-lef-d01{
        display: none;
    }
    #bottomSheet{
        display: flex !important;
    }
    .bottom-sheet{
        display: flex !important;
        flex-direction: column;
    }
    .bottom-sheet-content{
        display: flex;
        padding:0 20px;
        height: calc(100vh - 45px - 217.5px);
    }
    /* gps  */
    .subdive-locationbott0101-right{
        width: 100%;
        height: 90%;
    }
    /* search mobile */
    .coversearchlocation{
        width: calc(100% - 45px - 10px);
        justify-content: space-between;
        height: 43px;
    }
    .btufitterlocattion {
        width: 45px;
        height: 45px;
    }
    .sizeicon100per {
        width: 40%;
        height: 40%;
    }
    #searchlocatmobile::placeholder{
        font-size: var(--sub4-font-size-14) !important;
    }
    input[type="search"]{
        font-size: var(--sub4-font-size-14);
        width: 100%;
    }
    .coversizeiconsearch {
        padding-right: 12px;
    }
    .textmobile-locathd{
        font-size: var(--sub1-font-size-40);
      
    }
    .textmobile-locatsup{
        font-size: var(--sub3-font-size-24);
    }
    /* overlay  */
    #sortbylocatmobile::placeholder{
        font-size: var(--body3-font-size-14);
    }
    .sup-box-mid-fitterlocat-02{
        font-size: var(--body1-font-size-20);
    }
    .sup-box-mid-fitterlocat-03{
        display: flex; flex-direction: column;
        font-size: var( --body2-font-size-16);
    }
  
    /* selecet opgb */
    .coverselectlocat{
        display: flex;
        justify-content: flex-start;
        width:100%;
        position: relative;
    }
  

    .coverselectlocat-isopen{
        justify-content: flex-start;
        width: calc(100% - 16px - 15px);
        padding-left: 15px;
    }
    .is-open .select__content{
        margin-top: -1px;
        /* max-height: 10em; */
        /* height: calc(100vh - 15px) ; */
        width: 93vw;
        left: 0;
    }
   
    .select__trigger::after{
        width: 13px;
        height:13px;
        right: 2vw;
    }
    .is-open .select__trigger::after {
        width: 13px;
        height:13px;
        right: 2vw;
    }
    .select__trigger{
        height: 28px;
        display: flex;
        align-items: center;
        padding: 9px 0 8px 13px;
    }
    .subdive-locationtop02{
        margin: 10px 0;
    }
    .subdive-locationbott0101 {
        height: calc(100vh - 217.5px);
    }
    .select__wrapper.is-open .select__content {
        height: 100em;
        top: 42px;
    }

    .horizontal-scroll-container-fitterlocat div {
        display: inline-block;
        text-align: center;
        padding: 13px 0px 13px 0px;
    }
    .coverfittelocatsearch{
        height: 43px;
    }
    .btu-fiterlocat{
        height: 43px;
    }
    .menu78px {
        /* 64+24top  */
        height: 88px;
    }
    .slider-catechose {
        overflow-y: hidden;
    }
        /* mobile end */
    /* Nice end */
}

@media (max-width: 770px){
    .txt-seasanalcoffee{
        font-size: var(--sub2-font-size-32);
    }
    .txt-name-coffeeseasonal{
        font-size: var(--sub2-font-size-32);
    }
}

@media (max-width: 810px){
    /* Noom start  */
    .worldthe-story{
        padding: 40px 24px;
    }
    .location-img-branc-north{
        height: 350px;
    }
    .location-img-branc-central{
        height: 350px;
    }
    .location-img-branc-east{
        height: 350px;
    }
    .location-img-branc-south{
        height: 350px;
    }
    .result-de-img-text-title{
        height: 58px;
    }
    .result-de-img-text-sup {
        height: 52px;
    }
    .result-de-img-text-box{
        padding: 0;
    }
    .result-de-img-call-box{
        margin-top: 32px;
    }
    .section2-text{
        font-size: var(--sub2-font-size-32);
    }
    .nav-menu-box{
        height: 54px;
    }
    .title-story{
        font-size: var(--sub1-font-size-40);
    }
    .title-menu-category{
        font-size: var(--sub1-font-size-40);
    }
    .title-location{
        font-size: var(--sub1-font-size-40);
    }
    .sup-title-story{
        font-size: var(--sub2-font-size-32);
    }
    .text-mobilesortbtrigi{
        font-size: var(--h3-font-size-24);
    }
    #locationNorthListMb{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #locationCentralListMb{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #locationEastListMb{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #locationSouthListMb{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .divtagin-category {
        max-width: calc(100% - 4.6vw);
    }
    
    /* Noom end  */

    /* Eve start  */
    .boxpic-coffee-seasonal {
        width: 515px;
        height: 515px;
    }
    .controls button{
        width: 30px;
        height: 30px;
    }
    /* Eve end  */

    /* Nice start  */
    /* .sec02-chosexscroll-01{
        background-color: lightcoral;
    } */
    /* locat  */
    /* .sup-box-mid-fitterlocat-02{
        background-color: lightcoral;
    } */
    /* .catecardproduct01 {
        height: 352px;
    } */
    /* .grid-container-cate {
        grid-template-rows: 44vw;
    } */
    .divtagincardmenu {
        /* width: 109px; */
    }
    /* .bottom-sheet-content{
        display: flex;
        height: calc(100vh - 64px - 207.5px);
    } */
    .slide-h3 {
        width: 153px;
    }
    /* local  */
    .textmobile-locathd{
        /* background-color: red; */
    }
    .bottom-sheet-content{
        height: calc(100vh - 45px - 207.5px)
    }
    .menu78px {
        /* 54+24top  */
        height: 78px;
    }
    .subdive-locationbott0101 {
        height: calc(100vh - 207.5px);
    }
    /* Nice end  */
}

@media (max-width: 767px){
    /* Noom start  */
    /* Noom end  */

    /* Eve start  */
    .boxpic-coffee-seasonal {
        width: 420px;
        height: 420px;
    }
    /* Eve end  */

    /* Nice start  */
  
    /* Nice end  */
}


@media (max-width: 670px){
    /* Noom start  */
        .section2{
        padding: 0 8px;
    }
        .section2-text{
        font-size: var(--sub2-font-size-32);
    }
    .section2-pic{
        width: 45px;
        height: 55px;
        margin-bottom: 10px;
    
    }
    .region-box-in{
        font-size: var(--sub4-font-size-14);
    }
    .divtagin-category{
        max-width: calc(100% - 5.5vw);
    }
    /* Noom end  */

    /* Eve start  */
    .boxpic-coffee-seasonal {
        width: 419px;
        height: 419px;
    }
    .picmenu-seasonal {
        height: 120px;
        width: 120px;
    }
    .title-story {
        font-size: var(--sub2-font-size-32);
    }
    .sup-title-story{
        font-size: var(--body1-font-size-20);
    }
    .dis-title-story {
        font-size: var(--body3-font-size-14);
    }
    .sec02-chosexscroll-01 {
        font-size: var(--sub2-font-size-32);
    }
    .section2-text-catering {
        font-size: var(--body1-font-size-20);
    }

    /* Eve end  */

    /* Nice start  */

    .is-open .select__content{
        width: 91vw;
        left: 0;
    }
    .select__trigger {
        height: 30px;
    }
    .textmobile-locathd {
        font-size: var(--sub2-font-size-32);
        /* background-color: rebeccapurple; */
    }
    .sec02-chosexscroll-01 {
        font-size: var(--sub2-font-size-32);
    }
    .bottom-sheet-content {
        height: calc(100vh - 45px - 196.5px);
    }
    .subdive-locationbott0101 {
        height: calc(100vh - 196.5px );
    }
  
  
    
 
    /* Nice end  */
}
@media (max-width: 630px){
    /* Noom start  */
    .burger-btn{
        width: 6vw;
    }
    .sup-title-location{
        font-size: var(--sub4-font-size-14);
    }
    .dis-title-location{
        font-size: var(--body4-font-size-12);
    }
    .bt-location-see-more{
        font-size: var(--sub4-font-size-14);
        font-weight: var(--demi-bold-600);
    }
    .location-box{
        height: unset;
        margin-bottom: 42px;
    }
    .location-img-branc-north{
        height: auto;
    }
    .location-img-branc-north-in{
        flex-direction: column;
        gap: 24px;
    }
    .location-img-branc-central{
        height: auto;
    }
    .location-img-branc-central-in{
        flex-direction: column;
        gap: 24px;
    }
    .location-img-branc-east{
        height: auto;
    }
    .location-img-branc-east-in{
        flex-direction: column;
        gap: 24px;
    }
    .location-img-branc-south{
        height: auto;
    }
    .location-img-branc-south-in{
        flex-direction: column;
        gap: 24px;
    }
    .location-img-branc-north-img{
        width: 100%;
        height: 288px;
    }
    .box-menu-burger-in{
        font-size: 4vw;
    }
    .box-searchlocations-result-de{
        height: 210px;
    }
    .result-de-img-text-box{
        width: calc(100% - 120px);
        padding: unset;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .result-de-img{
        width: 120px;
    }
    .result-de-img-text-title{
        height: unset;
        font-size: 4vw;
        padding-bottom: 5px;
    }
    .result-de-img-text-sup{
        height: 90px;
    }
    .box-infor-catering{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .catering_body{
        position: unset;
    }
    /* Noom end  */

    /* Eve start  */
    .boxpic-coffee-seasonal {
        width: 306px;
        height: 306px;
    }
    .txt-seasanalcoffee {
        font-size: var(--sub2-font-size-32);
    }
    .txt-name-coffeeseasonal {
        font-size: var(--sub2-font-size-32);
    }
    .picmenu-seasonal {
        height: 80px;
        width: 80px;
    }
    .txt-menuseasinal {
        font-size: 2vw;
        width: 90%;
    }
    .discription-coffe-seasonal{
        font-size: 2.5vw;
    }
    /* Eve end  */

    /* Nice start  */
    /* .sec02-chosexscroll-01{
        background-color: lightseagreen;
    } */
    /* .catecardproduct01 {
        height: 270px;
    } */
    .grid-container-cate {
        /* grid-template-rows: 70vw; */
        grid-template-columns: repeat(2, 42vw);
    }
    .btuViewCafeMenu{
        width: 234px;
        margin-right: 15px;
    }
    /* .divtagincardmenu {
        width: 145px;
     } */
    .btuViewRestaurantMenu{
        width: 234px;
    }
    .slide-h3 {
        width: 150px;
        height: 147px;
     }
        /* locat  */
    /* .sup-box-mid-fitterlocat-02{
        background-color: lightseagreen;
    } */
    /* select  */
    .is-open .select__content{
        width: 91vw;;
        left: 0;
    }
    /* .select__trigger {
        width: 86vw;
    } */
    .txt-deslocat-inbot01{
        font-size: var(--body4-font-size-12);
    }
    .txt-deslocat-intop-02 {
        font-size: var(--body4-font-size-12);
    }
    .txt-deslocat-inbot02{
        font-size: var(--body4-font-size-12);
    }
    .txt-deslocat-intop-01 {
        font-size: var(--body3-font-size-14);
    }
    /* Nice end  */
}

@media (max-width: 520px){
    /* Noom start  */
    .divtagin-category{
        height: unset;
        font-size: 2.6vw;
        padding-top: unset;
        padding-bottom: unset;
        max-width: calc(100% - 7.6vw);
        padding-top: 3px;
        padding-bottom: 2px;
        /* line-height: 1.3px; */
    }
    .txt-seasanalcoffee {
        font-size: var(--h3-font-size-24);
    }
    .txt-name-coffeeseasonal{
        width: 100%;
        font-size: var(--h3-font-size-24);
    }
    .worldthe-story {
        padding: 40px 16px;
    }
    .box-category-num{
        font-size: var(--body4-font-size-12);
    }
    .box-searchlocations-num{
        font-size: var(--body4-font-size-12);
    }
    .result-de-img-call{
        margin-left: unset;
        width: 12px;
        height: 12px;
    }
    /* Noom end  */

    /* Eve start  */
    .controls button{
        width: 30px;
        height: 30px;
    }
    .boxl-seasonal-mb{
        width: 51%;
        margin-left: 18px;
    }
    .boxpic-coffee-seasonal {
        width: 250px;
        height: 251px;

    }
    .discription-coffe-seasonal{
        width: 100%;
    }
    .mg-r-boxr-mb {
        margin-right: 18px;
    }
    .box-seasonal-mb {
        margin-top: 114px;
        justify-content: space-around;
    }
    .box-dis-catering {
        margin-bottom: 24px;
    }
    .section-catering {
        margin: 32px 16px;
    }
    .sec02-chosexscroll-01{
        font-size: var(--sub2-font-size-32);
    }
    .section2-text-catering{
        font-size: var(--h4-font-size-20);
    }
    .section2-text{
        font-size: var(--sub2-font-size-32);
    }
    .section2 {
        padding: 0 16px;
    }
    .title-story {
        font-size: var(--sub2-font-size-32);
    }
    .sup-title-story {
        font-size: var(--body1-font-size-20);
    }
    .dis-title-story {
        font-size: var(--body3-font-size-14);
    }
    .title-menu-category {
        font-size: var(--sub2-font-size-32);
        margin-top: 50px;
    }
    .pagination-area span{
        width: 12px;
        height: 12px;
    }
    .pagination-area {
        bottom: 4px;
    }
    .pagination-area-cate span {
        width: 12px;
        height: 12px;
    }
    .pagination-area-cate{
        bottom: 4px;
    }
    .title-location{
        font-size: var(--sub2-font-size-32);
    }
    .sup-title-location{
        font-size: var(--body1-font-size-20);
    }
    .dis-title-location{
        font-size: var(--body3-font-size-14);
    }
    /* Eve end  */

    /* Nice start  */
    /* .sec02-chosexscroll-01{
        background-color: lightslategray;
    } */
    .btuViewCafeMenu{
        width: 43vw;
        margin-right: 17px;
    }
    /* .divtagincardmenu {
        width: 118px;
    } */
    .btuViewRestaurantMenu{
        width: 43vw;

    }

    .is-open .select__content {
        width: 90vw;
    }
    .select__trigger::after {
        position: absolute;
        right: 4vw;
    }
    .select__wrapper.is-open .select__content {
        max-height: 12em;
    }
    .textmobile-locathd {
        font-size: var(--sub2-font-size-32);
        /* background-color: #131E42; */
    }
    .bottom-sheet-content {
        height: calc(100vh - 45px - 196.5px);
    }
    .slide-h3.active {
        padding-bottom: 5px;
    }
    .subright01-deslocat {
        width: calc(100% - 200px - 1px);
        padding-top: 10px;
        padding-bottom: 10px;
    }
 
    /* Nice end  */
}

@media (max-width: 430px){
    /* Noom start  */
    .divtagin-category{
        max-width: calc(100% - 7.9vw);
    }
    /* Noom end  */

    /* Eve start  */
    .boxpic-coffee-seasonal {
        width: 230px;
        height: 230px;
    }
    .controls button {
        width: 30px;
        height: 30px;
    }
    .box-seasonal {
        width: 120px;
    }
    /* .discription-coffe-seasonal {
        font-size: var(--body1-font-size-20);
    } */
    .picmenu-seasonal {
        height: 90px;
        width: 90px;
    }
    .txt-menuseasinal {
        font-size: var(  --body4-font-size-12);
        width: 90px;

    }

    /* Eve end  */

    /* Nice start  */
    /* .sec02-chosexscroll-01{
        background-color: lightpink;
    } */
    .coverbtupdfloand {
        padding: 0 8px;
    }
  
    .btuViewRestaurantMenu{
        width: 100%;
        height: 47px;
        font-size: var( --body4-font-size-12);
    }
    .grid-container-cate {
        /* grid-template-rows: 79vw; */
        padding: 0;
    }
    .btuViewCafeMenu{
        width: 100%;
        font-size: var( --body4-font-size-12);
        margin-right: 11px;
        height: 47px;
    }
    .divtagincardmenu{
        font-size: var( --body4-font-size-12);
    }
   
    /* locat  */
  
 
    /* select  */
    .is-open .select__content {
        width: 86vw;
    }
  

  
    /* Nice end  */
}

@media (max-width: 414px){
    /* Noom start  */
    /* Noom end  */

    /* Eve start  */
    /* Eve end  */

    /* Nice start  */
    /* .sec02-chosexscroll-01{
        background-color: rebeccapurple;
    } */
    .sec02-chosexscroll-01{
        font-size: var(--sub2-font-size-32);
    }
    /* locatnation  */
    .textmobile-locathd{
        font-size: var(--sub1-font-size-40);
        /* background-color: #0C51A0; */
    }
    .textmobile-locatsup{
        font-size: var(--body1-font-size-20);
    }
    /* des mobile */

    .icon-phonephone--android-phone-mobile-device-smartphone-iphone:before{
        padding-top: 0px;
    }
    /* locat  */
    /* .sup-box-mid-fitterlocat-02{
        background-color: rebeccapurple;
    } */
    .cover_cardcatetofitter03 {
        height: 80px;
    }
    .select__wrapper.is-open .select__content{
        max-height: 11em;
    }
    .bottom-sheet-content {
        height: calc(100vh - 45px - 207.5px);
    }
    .subdive-locationbott0101 {
        height: calc(100vh - 207.5px);
    }
    /* Nice end  */
}

@media (max-width: 393px){
    /* Noom start  */
    .region-box{
        overflow: scroll;
    }
        .result-de-img-text-sup{
        height: unset;
        -webkit-line-clamp: 4;
    }
    /* Noom end  */

    /* Eve start  */

    .picmenu-seasonal {
        height: 80px;
        width: 80px;
    }

    /* Eve end  */

    /* Nice start  */
    /* locat  */
  
        /* select  */
    /* select  */
    .is-open .select__content {
        width: 87vw;
    }
    .select__trigger{
       height: 25px;
     }
     .select__trigger::after{
        right: 4vw;
     }
     .sublef01-img {
        width: 162px;
        /* height: 195px; */
    }
     .subright01-deslocat {
        width: calc(100% - 162px - 15px);
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .txt-deslocat-intop-01{
        font-size: var(--body3-font-size-14);
    }
    .txt-deslocat-intop-02 {
        font-size: var(--body4-font-size-12);
    }
    .select__wrapper.is-open .select__content {
        max-height: 9em;
    }
    .is-open .select__trigger::after{
        right: 4vw;
    }
 
    /* Nice end  */
}

@media (max-width: 375px){
    /* Noom start  */
    .result-de-img-text-sup{
        height: unset;
        -webkit-line-clamp: 3;
    }
    /* Noom end  */

    /* Eve start  */
    .boxpic-coffee-seasonal {
        width: 220px;
        height: 220px;
    }
    .picmenu-seasonal {
        height: 80px;
        width: 80px;
    }
    .box-seasonal{
        width: 100px;
    }
    .txt-seasanalcoffee {
        font-size: var(--h4-font-size-20);
    }
    .txt-name-coffeeseasonal{
        font-size: var(--h4-font-size-20);
    }
    .txt-menuseasinal{
        font-size: var(--body4-font-size-12);
        width: 80px;
        /* height: 70px; */
    }


    /* .discription-coffe-seasonal{
        font-size: var(--sub4-font-size-14);
    } */
    #backToTop{
        width: 50px;
        height: 50px;
    }
    .sizearrowtotop {
        width: 12px;
    }
    .controls button{
        width: 30px;
        height: 30px;
    }
    .picmenu-seasonal{
        margin-bottom: 12px;
    }
    /* Eve end  */

    /* Nice start  */
    /* .sec02-chosexscroll-01{
        background-color: black;
    } */
    /* locat  */
    .textmobile-locathd {
        font-size: var(--sub2-font-size-32);
        font-weight: var(--bold700);
        /* background-color: lemonchiffon; */
    }    
    .textmobile-locatsup{
        font-size: var(--sub3-font-size-24);
    }
    .coverbtupdfloand {
        padding: 0 7px;
    }
    /* .subdive-locationbott0101-lef01 {
        height: 240px;
    } */
    .btuViewCafeMenu{
        width: 45vw;
    }
    .btuViewRestaurantMenu{
        width: 50vw;
    }
    /* .sup-box-mid-fitterlocat-02{
        background-color: black;
    } */
      /* select  */
    .is-open .select__content {
        width: 86vw;
    }
    /* .select__trigger{
        width: 280px;
    } */
    /* .catecardproduct01 {
        width: 150px;
        height: 150px;
    } */

   
    .catecardproduct02txt1 {
        font-size: var(--body3-font-size-14);
    }
    .catecardproduct02txt3{
        font-size: var(--body4-font-size-12);
    }
    /* .grid-container-cate {
        grid-template-rows: 86vw;
    } */
    .txt-deslocat-intop-01 {
        font-size: var(--body3-font-size-14);
    }
    .txt-deslocat-intop-02{
        font-size: var(--body4-font-size-12);
    }
    .txt-deslocat-inbot01{
        font-size: var(--body4-font-size-12);
    }
    .icon-phonephone--android-phone-mobile-device-smartphone-iphone:before {
        margin-right: 7px;
        font-size: 11px;
    }
    .bottom-sheet-content {
        padding: 0 8px;
        height: calc(100vh - 45px - 196.5px);
    }
    .subdive-locationbott0101 {
        height: calc(100vh - 196.5px );
    }
  
    /* Nice end  */
}

@media (max-width: 320px){
    /* Noom start  */
            .divtagin-category{
        background-color: orange;
    }
    /* Noom end  */

    /* Eve start  */
    .discription-coffe-seasonal {
        width: 80%;
        margin: 8px 0;
    }
    .txt-menuseasinal{
        font-size: var(--body4-font-size-10);
    }
    .controls button{
        width: 24px;
        height: 24px;
    }
    .title-story{
        font-size: var(--sub3-font-size-24);
    }
    .sup-title-story {
        font-size: var(--body2-font-size-16);
    }
    .dis-title-story {
        font-size: var(--body4-font-size-12);
    }
    .section2-text{
        font-size: var(--sub3-font-size-24);
    }
    .title-menu-category{
        font-size: var(--sub3-font-size-24);
    }
    .title-location{
        font-size: var(--sub3-font-size-24);
    }
    .sup-title-location {
        font-size: var(--body2-font-size-16);
    }
    .dis-title-location{
        font-size: var(--body4-font-size-12);
    }
    .sec02-chosexscroll-01 {
        font-size: var(--sub3-font-size-24);
    }
    .section2-text-catering {
        font-size: var(--body2-font-size-16);
    }

 
    
    /* Eve end  */

    /* Nice start  */
    /* .sec02-chosexscroll-01{
        background-color: olive;
    } */
       /* locatnation  */
    .textmobile-locathd{
        font-size: var( --h3-font-size-24);
        /* background-color: #5AB243; */
    }
    .textmobile-locatsup{
        font-size: var(--body1-font-size-20);
    }
    /* .grid-container-cate {
        grid-template-rows: 88vw;
    } */
    .coverbtupdfloand {
        padding: 0 10px;
    }
    /* des mobile */
    .txt-deslocat-intop-01{
        font-size: var(--body4-font-size-12);
    }
    .txt-deslocat-intop-02{
        font-size: var(--body4-font-size-10);
    }
    .txt-deslocat-inbot01{
        font-size: var(--body4-font-size-10);
    }
 
    .icon-phonephone--android-phone-mobile-device-smartphone-iphone:before{
        padding-top: 0px;
    }
    .bottom-sheet-content {
        height: calc(100vh - 45px - 186px);
    }
    .subdive-locationbott0101 {
        height: calc(100vh - 186px);
    }

    /* info  */
    .text-mobilesortbtrigi{
        font-size: var( --h3-font-size-24);
    }
    /* .sublef01-img {
        width: 125px;
    } */
    .subright01-deslocat {
        width: calc(100% - 125px - 15px);
        padding-left: 15px;
    }
    /* .subdive-locationbott0101-lef01 {
        height: 231px;
    } */
    /* .sup-box-mid-fitterlocat-02{
        background-color: olive;
    } */
    /* .select__trigger {
        width: 227px;
    } */
    .is-open .select__content {
        width: 82vw;
    }
    .subright01-deslocat {
        width: calc(100% - 140px - 15px);
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sublef01-img {
        width: 140px;
    }
    .cover_cardcatetofitter03 {
        height: 72px;
    }
    .textmobile-locathd{
        font-size: var(--sub3-font-size-24);
        /* background-color: lightcoral; */
    }
    .sec02-chosexscroll-01{
        font-size: var(--sub3-font-size-24);
    }
    .subdive-locationbott0101 {
        height: calc(100vh - 196.5px );
    }
 
    /* Nice end  */
}

/* มือถือแนวนอน */
@media (max-height: 357px){
    .nosupportdevice_location{
        display: flex;
    }
  
}

/* default_loader */
.loader-box{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgb(150 150 150 / 65%);
}
.loader-default {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  /* border: 4px solid #Fff; */
  animation: loader 2s infinite ease;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}
/* default_loader end */

/* CMS_loader */
.glowing-loader{
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 2;
  /* background-color: hsl(0deg 0% 0% / 20%); */
  backdrop-filter: blur(2px);
}

.loader {
    width: 60px;
    height: 60px;
    border: 6px solid #dfdfdf;
    border-top: 6px solid #273C84;;
    border-radius: 100%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* CMS_loader end */


/* default_loader2 */
.loader-box2{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgb(150 150 150 / 65%);
}
.loader-default2 {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  /* border: 4px solid #Fff; */
  animation: loader 2s infinite ease;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}
/* default_loader2 end */