@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');

:root {
    --w: 55px;
    --h: 26px;
    --bg: #a92b2b; /* 红底 */
    --text-on: #a92b2b; /* 选中时的文字颜色（红色） */
    --text-off: #ffffff; /* 未选中的文字颜色（白色） */
    --knob: 22px; /* 圆球大小 */
    --pad: 2px;
}

.chef_recommend {
    background-color: black;
    padding: 35px 0;
}

.chef_recommend h3 {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    color: white;
    font-size: 40px;
    line-height: 78px;

}

.chef_recommend_img {
    height: 202px;
    max-width: 357px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 16px;
}

.chef_recommend_row {
    width: 1112px;
    margin: auto;
    margin-top: 20px;
}

.btn_order_now {
    font-family: 'CronosProSemibold', Arial, sans-serif;
    background-color: #B51414;
    font-size: 16px;
    border-radius: 20px !important;
    color: white !important;
    display: inline-block;
    padding: 14px 20px !important;
    text-align: center !important;
    letter-spacing: 0.8px;
}


.btn_main {
    font-family: 'CronosProSemibold', Arial, sans-serif;
    background-color: #B51414;
    font-size: 16px;
    line-height: 1;
    border: none;

    border-radius: 20px !important;
    color: white !important;
    display: inline-block;

    min-width: 130px;
    padding: 13px 0 !important;
    text-align: center !important;
    letter-spacing: 0.8px;
}


.btn_main_tran {
    font-family: 'CronosProSemibold', Arial, sans-serif;
    background-color: transparent;
    font-size: 16px;
    border: solid 1px #B51414;
    line-height: 1;

    border-radius: 20px !important;
    color: #B51414 !important;
    display: inline-block;
    padding: 13px 0 !important;
    min-width: 131px;
    text-align: center !important;
    letter-spacing: 0.8px;
}

.main_content {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1.4px;
}

.btn_main_bar {
    margin-top: 40px;
}

.catering_box .catering_box_text {
    margin-right: 210px;
}

.catering_box {
    margin-top: 85px;
}

.catering_box .main_img_box {
    max-width: 628px;

}

.main_title {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 1.2px;
    margin-bottom: 0;
}

.lunch_special {
    margin-top: 142px;
}

.color_red {
    color: #B51414 !important;
}

.lunch_special .main_text {
    margin-top: 18px;
}

.main_img_box {
    overflow: hidden;
    border-radius: 10px;
}

.lunch_special .main_img_box {

    max-width: 765px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 33px;
}

.main_text {
    color: #282828;
    font-weight: 300;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.24px;
    text-align: center;

}

.main_content_text {
    font-family: "Outfit", sans-serif;
    font-weight: 300;

    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;

}

.catering_box {
    max-width: 1185px;
    margin-top: 80px !important;
}

.catering_box .main_content {
    max-width: 424px;


}

.deliver_box {
    max-width: 1185px;
    margin-top: 230px !important;
    padding-bottom: 260px;
}

.deliver_box_text2 {
    margin-right: 150px;
}

.footer_container {
    padding: 60px 100px !important;
}

.footer_container a {
    color: white;
    font-family: "Cronos-Pro", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.6px;

}

.chef_recommend_row img {
    object-fit: cover;
}

.footer_container_row {
    width: 680px !important;
}

.soc_link {
    font-size: 20px;
}

.footer_container_copy {
    /*padding: 25px 100px !important;*/
}

.footer_container_copy {
    font-family: "Cronos-Pro", sans-serif;
    font-size: 14px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    color: white;
}


.footer_mobile_oph_text {
    background-color: #000;
    padding: 26px;
    font-family: "Outfit", sans-serif;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1.4px;

}

.btn_main.btn_main_mb, .btn_main_tran.btn_main_mb {
    color: #AF0D21;
    text-align: center;
    padding: 9px !important;
    width: 132px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 16px; /* 150% */
    letter-spacing: 0.48px;
}

.footer_mobile_btn_bar {
    padding: 24px;
}

.btn_main_tran.btn_main_mb {
    border-color: #A8A7A6;
    font-weight: 300;
    font-family: 'Cronos-Pro', sans-serif !important;
}

.footer_mobile_btn_bar .btn_main.btn_main_mb {
    margin-left: 17px;
}

.banner {
    height: 715px;
    overflow: hidden
}

.banner_page {
    height: 770px;
    width: 100%;
}

.banner_page.contact {
    height: 523px;
    width: 100%;
}


.banner_page.menu {
    height: 840px;
    width: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center center;
}

.text_red_wk {
    color: #C71313 !important;
}


.container.story.flavor .catering_box {
    padding-bottom: 130px;
}

.story .catering_box .catering_box_text {
    margin-right: 73px;
}

.story .catering_box .main_img_box {
    max-width: 576px;
}

.story .catering_box {

    margin-top: 160px !important;
}

.story .catering_box .main_content {
    max-width: 471px;
    margin-top: 27px;
    color: #282828;

    font-weight: 300;

    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;


}

.story_gallery {
    background-color: #000000;
}

.main_title_sub {
    font-size: 32px;
}

.story_gallery_top_le_img1 {
    max-width: 728px;
    /* 关键：PNG 蒙版 */
    -webkit-mask-image: url("/wp-content/themes/wok88/img/story/gallery/1.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("/wp-content/themes/wok88/img/story/gallery/1.png");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    overflow: hidden;
}

.story_gallery_top_le_img2 {
    max-width: 284px;
    overflow: hidden;
    /* 关键：PNG 蒙版 */
    -webkit-mask-image: url("/wp-content/themes/wok88/img/story/gallery/2.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("/wp-content/themes/wok88/img/story/gallery/2.png");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.story_gallery .main_title {
    margin-top: 45px;
}

.story_gallery_top_le {
    margin-top: 195px;
    margin-right: 77px;
}

.story_gallery_top_re {
    margin-top: 391px;
}

.story_gallery {
    padding-bottom: 190px;
}


.story_gallery_top2 .story_gallery_top_le_img1 {
    max-width: 702px;
    -webkit-mask-image: url("/wp-content/themes/wok88/img/story/gallery/4.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("/wp-content/themes/wok88/img/story/gallery/4.png");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    overflow: hidden;

}

.story_gallery_top2 .story_gallery_top_le_img2 {
    max-width: 284px;
    -webkit-mask-image: url("/wp-content/themes/wok88/img/story/gallery/3.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("/wp-content/themes/wok88/img/story/gallery/3.png");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    overflow: hidden;
}


.story_gallery_top2 .story_gallery_top_le {
    margin-top: 70px;
    margin-right: 0;
}

.story_gallery_top2 .story_gallery_top_re {
    margin-top: 185px;

    margin-right: 80px;
}

.catering .banner_page {
    height: 840px;

}


.container.story.catering {
    margin-top: 150px;
}


.container.story.catering {
    margin-top: 150px;
}

.container.story.catering .catering_box_text1 .main_content {
    max-width: 960px;
    font-size: 24px !important;
    line-height: 40px;
    letter-spacing: 2.4px;
    font-weight: 300;
    margin: auto;
    font-family: "Outfit", sans-serif;
    margin-top: 60px;

}

.container.story.catering .catering_box_text2 {
    margin-top: 180px;
}

.container.story.catering .catering_box_text2 .main_content {

    font-size: 24px !important;
    line-height: 40px;
    letter-spacing: 2.4px;
    font-weight: 300;
    margin: auto;
    font-family: "Outfit", sans-serif;
    margin-top: 60px;

}

.ba_input {
    font-family: "Outfit", sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 16px !important;

    letter-spacing: 0

}

.contactForm label {
    font-family: "Outfit", sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 14px !important;
    text-transform: capitalize !important;
    letter-spacing: 0
}

.contact_info_map {
    max-width: 484px;
    margin-right: 150px;

}

.contact_info_text {
    font-family: "Outfit", sans-serif;
    font-weight: 300;

    font-size: 24px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 2.4px;
}


.contact_info {
    padding-top: 50px;
    padding-bottom: 150px;
    background-color: #000000;
}

.menu_swiper.menu img {
    z-index: -1;
}

.menu_swiper.menu .banner_page_menu_text {
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 111;
    bottom: 0;
    height: 86px;
    line-height: 86px;
    font-weight: 300;
    font-size: 30px;

    letter-spacing: 3px;
    text-align: center;

}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 100%;

}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    width: 1290px
}

.mySwiper .swiper-slide {
    width: 121px;
    height: 100%;
    opacity: 0.5;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu_nav_btn {
    background-color: transparent;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    color: #282828;

    padding: 10px 15px;
    font-size: 16px;
    line-height: 1;
    border-radius: 30px;
    letter-spacing: 1.6px;
    border-color: #282828;
    margin-right: 10px;


}

.menu_nav_btn:hover {
    background-color: #AF0D21;
    border-color: #AF0D21;
}

.menu_info_box {
    margin-top: 30px;
}

.menu_nav_btn.active {
    background-color: #AF0D21;
    border-color: #AF0D21;
}

.menu_box_content_left_img1 {
    max-width: 361px;
}

.menu_box_content_text {
    width: 1157px;
}

.menu_box_content {
    margin-top: 125px;

}

.menu_item {
    padding-bottom: 80px;

}

.menu_item_dec {
    font-family: Outfit, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1.6px;

}

.menu_item_title {
    font-family: Outfit, sans-serif;
    margin-bottom: 30px;

    font-weight: bold;
    font-size: 32px;
    color: #AF0D21;

    line-height: 25px;
    letter-spacing: 3.2px;

}

.menu_item_product_title {
    font-family: Outfit, sans-serif;;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2.4px;
}

.menu_item_product_title {
    color: #282828;
    margin-bottom: 10px;
}

.menu_item_product_content {
    font-family: Outfit, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
    letter-spacing: 1.6px;

}

.menu_item_product_price {
    color: #AF0D21;
    font-family: Outfit, sans-serif;
    font-weight: 300;

    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
}

.menu_item_product {
    margin-top: 35px;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 25px;

}

.menu_item {
    border-bottom: solid 1px #AF0D21 !important;
}


.menu_item:last-child {
    border-bottom: none !important;

}

.menu_nav_wk {
    max-width: 1286px;
    margin: auto;
}

.toggle_input {
    margin-bottom: 33px;
}

/* 容器 */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: var(--w);
    height: var(--h);
    /* 禁止文字被选中，提升点击体验 */
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* 核心修复：让 input 铺满整个容器并置顶，确保点击一定生效 */
.toggle-switch input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10; /* 最高层级 */
    cursor: pointer;
    margin: 0;
}

/* 红色背景槽 */
.slider {
    position: absolute;
    inset: 0; /* top/left/right/bottom: 0 的简写 */
    background-color: var(--bg);
    border-radius: 50px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3); /* 内部阴影制造凹陷感 */
    transition: 0.3s;
    pointer-events: none; /* 让点击穿透到 input */
}

/* 白色滑块 */
.knob {
    position: absolute;
    left: var(--pad);
    bottom: var(--pad);
    width: var(--knob);
    height: var(--knob);
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    z-index: 1;
}

/* 文字层 */
.labels {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    z-index: 2;
    pointer-events: none; /* 让点击穿透到 input */
}

.labels span {
    font-size: 14px;
    font-family: Outfit, sans-serif;

    width: 50%;
    text-align: center;
    transition: color 0.3s;

    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;


    margin-top: 1px; /* 视觉微调居中 */
}

.labels .en {
    margin-right: -5px;
}

.labels .cn {
    margin-left: -5px;
}

/* --- 状态变化逻辑 --- */

/* 1. 默认状态（未选中/滑块在左/Cn红字） */
.cn {
    color: var(--text-on);
}

.en {
    color: var(--text-off);
    opacity: 0.8;
}

/* 2. 选中状态（滑块移到右边） */
input:checked ~ .slider .knob {
    /* 移动距离 = 总宽(55) - 球宽(22) - 左右边距(4) = 29px */
    transform: translateX(29px);
}

/* 3. 选中状态（文字颜色反转：En变红，Cn变白） */
input:checked ~ .slider .labels .en {
    color: var(--text-on);
    opacity: 1;
}

input:checked ~ .slider .labels .cn {
    color: var(--text-off);
    opacity: 0.8;
}

.intro {

    top: 96px;
    width: 100%;
    height: calc(100vh - 97px);
    z-index: 1111;
    background-color: black;

}

.intro_img img {
    object-fit: cover;
    object-position: center center;

}

.intro_text_container {
    padding-left: 170px !important;
}

.intro_img {

}

.intro_text_img {
    display: none;
}

.menu_nav_wk_in_box {
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #dedede #f1f1f1;
    padding-bottom: 5px;
}


.menu_nav_wk_in_box::-webkit-scrollbar {
    width: 8px;
}

.menu_nav_wk_in_box::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.menu_nav_wk_in_box::-webkit-scrollbar-thumb {
    background: #dedede;
    border-radius: 4px;
}

.menu_nav_wk_in_box::-webkit-scrollbar-thumb:hover {
    background: #dedede;
}

.menu_item_product_title_cn {
    display: none;
}

.menu_item_product_content_cn {
    display: none;
}

.menu_item_title_cn {
    display: none;
}


.menu_item_dec_cn {
    display: none;
}

.menu_nav_btn_cn {
    display: none;
}


.menu_nav_wk_in_box_ff {
    width: 210%
}

.menu_nav_wk_in_box_ff_cn {
    display: none;
}

.menu_nav_wk_mobile {
    width: 100%;
    overflow: scroll;
    top: 56px;
    height: calc(100vh - 72px - 159px);
    background-color: rgba(0, 0, 0, 0.5);
    display: none;

}

.menu_nav_wk_mobile_in {
    padding: 15px;
    width: 207px;
    transition: all 0.5s;
    transform: translateX(-100%);
    height: auto;
    background-color: #F9F4EF;
}

.menu_nav_wk_mobile_in.active {
    transition: all 0.5s;
    transform: translateX(0);
}

.menu_nav_wk_mobile_in a {
    color: #282828;
    font-size: 15px;
    padding: 10px 15px !important;
    font-weight: bold;
    display: block !important;
}

.menu_nav_wk_mobile_in a:hover {
    color: #000;
    background-color: #d3d3d3 !important;
}

.menu_nav_wk_mobile_in a.active {
    background-color: #AF0D21 !important;
    color: #fff;
}

.m_item_image_box {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}

.m_item_image_box img {
    object-fit: cover;
}

.m_item_image_box_flex {

}

.menu_info_box_pre {
    background-color: #F9F4EF;
    padding-top: 30px;
}

.menu_info_box_pre.fixed_top {
    position: fixed;
    z-index: 11111;
    top: 97px;
    left: 0;
    width: 100%;
}


.catering_box_text_end {
    padding-bottom: 30px;
}

/*.m_item_content_box_flex {*/
/*    max-width: 250px;*/
/*}*/

.story .policy_box_text .main_content {
    max-width: 991px !important;
    font-family: Outfit,sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 2.4px;
    text-align: center;
}

.policy_box_text h1.main_title {
    font-size: 42px;
    margin-bottom: 10px;
}

.policy_box_text_content {
    margin-top: 55px;
    font-family: Outfit, sans-serif;
}

.policy_box_text h4.main_title {
    font-size: 32px;
}


.story .policy_box_text .main_content a {
    text-decoration: underline;
    color: black;
}

@media (max-width: 992px) {


    .catering_box_text_end {
        margin-top: 0;
        padding: 0 30px;
        padding-bottom: 30px;
    }

    .banner {
        height: 219px;
        overflow: hidden;
    }

    .banner.banner_page {
        height: 235px;
    }


    .chef_recommend_row {
        width: 100%;

    }

    .logo {
        height: auto !important;

    }

    .logo .logo_img {
        height: 22px;
    }

    .chef_recommend h3 {
        font-family: "Yeseva One", serif;
        font-weight: 400;
        color: white;
        font-size: 20px;
        line-height: 20px;
    }

    .chef_recommend {
        padding: 40px 0;
    }

    .chef_recommend_row {
        margin-top: 36px;
        padding: 0 16px;
    }

    .chef_recommend_img {
        height: 94px;
        margin-bottom: 2px;

    }

    .chef_recommend_row .col-md-4 {
        padding: 2px;
    }

    .lunch_special {
        margin-top: 60px;
    }

    .main_title {

        font-size: 24px;
        line-height: 1.2;

    }

    .lunch_special {
        padding: 30px !important;
    }

    .main_text {
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 1.4px;
    }

    .main_content {

        font-size: 14px;
        font-weight: 300;
        line-height: 26px; /* 185.714% */
        letter-spacing: 1.4px;
    }

    .main_content {

    }

    .lunch_special .main_text {
        margin-top: 12px;
    }

    .catering_box .catering_box_text {
        margin-right: 0;
    }

    .lunch_special .main_img_box {

        margin-top: 20px;
    }

    .lunch_special .main_content {
        max-width: 289px;
        margin: auto;
    }

    .container.story.flavor .catering_box {
        padding-bottom: 0px;
    }

    .catering_box {
        padding: 0 30px;
        margin-top: 40px !important;
    }

    .catering_box_text .main_title {
        margin-top: 30px;
        text-align: center;
    }

    .catering_box_text .main_content {
        margin-top: 27px;

    }

    .catering_box .btn_main_bar {
        text-align: center;
    }


    .deliver_box {
        max-width: 1185px;
        margin-top: 81px !important;
        padding-bottom: 70px;
    }

    .deliver_box_text .main_title {
        text-align: center;
    }


    .deliver_box_text .main_content_text {
        color: #282828;

        max-width: 216px;

        margin: auto;
        font-size: 14px;

        font-weight: 300;
        line-height: 28px; /* 200% */
        letter-spacing: 1.12px;
    }

    .deliver_box_text2 .main_title {
        text-align: center;
    }

    .deliver_box_text2 {
        margin-right: 0px;
        margin-top: 90px;
    }

    .deliver_box_text2 .main_content_text {
        margin-top: 20px;

        max-width: 269px;

    }

    .story .catering_box {
        margin-top: 40px !important;
    }

    .story .catering_box .catering_box_text {
        margin-right: 0px;

    }


    .story_gallery_mobile_top_img {
        max-width: 143px;
    }

    .story_gallery_mobile {
        margin-top: 180px;
        padding: 0 15px;
        padding-bottom: 30px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    }

    .story_gallery_mobile_top_img_left {
        margin-right: 38px;
        margin-top: -105px;
    }

    .story_gallery_mobile_top_img_right {
        margin-left: 48px;
    }

    .story_gallery_mobile_top {
        margin-bottom: 50px;
    }

    .story_gallery_mobile_top_img_sig {
        margin-bottom: 30px;
    }

    .story_gallery_mobile_top_img_sig:last-child {
        margin-bottom: 0;
    }

    .story_gallery_mobile .main_title_sub {

        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.6px;
        text-align: center;

    }

    .container.story.catering {
        margin-top: 80px;
    }

    .container.story.catering .catering_box_text2 {
        margin-top: 60px
    }

    .container.story.catering .catering_box_text1 .main_content {


        border-bottom: solid 1px #AF0D21;

        margin: 0 30px;
        padding-bottom: 70px;
        margin-top: 40px;
        font-weight: 300;
        font-size: 14px !important;
        line-height: 25px;
        text-align: left !important;
        letter-spacing: 1.4px;

    }

    .container.story.catering .catering_box_text2 .main_content {

        font-weight: 300 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        letter-spacing: 1.4px !important;
        text-align: center;
        padding: 20px;

        margin-top: 50px;

    }

    .contactForm {
        padding: 30px;
    }


    .banner_page.contact {
        height: 287px;
    }

    .contact_info .container.story.catering {
        margin-top: 30px;

    }

    .contact_info .container.story.catering .catering_box_text1 .main_content {
        border-bottom: none;
    }

    .contact_info_map {

        max-width: 100%;
        margin-right: 0px;
        padding: 0 30px;
    }

    .contact_info_text {
        margin-top: 66px;
        padding: 0 30px;


        font-weight: 300;

        font-size: 14px;
        line-height: 30px;
        letter-spacing: 1.4px;


    }

    .contact_info_text span {

        font-weight: 300;
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 2.4px;

    }

    .contact_info {
        padding-top: 10px !important;
        padding-bottom: 70px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    }

    .menu_swiper.menu .banner_page_menu_text {
        font-size: 12px;
        padding: 10px;
        line-height: 1.5;
        height: auto;
    }

    .menu_nav_wk {
        width: 1186px;
    }

    .menu_box_content_text {
        max-width: 100%;
        margin-left: 0px;
    }


    .menu_nav_wk_box {
        width: 100%;
        overflow: hidden;
    }

    .mySwiper {

        width: 100%;
    }

    .menu_info_box {
        padding: 20px !important;
        margin-top: 0;
    }

    .menu_box_content {
        margin-top: 50px;
    }


    .menu_item_title {

        font-size: 24px;
        margin-bottom: 0;

    }

    .menu_nav_box_list a {
        font-size: 17px;
        color: #282828;
    }

    .menu_nav_box_list li {
        margin-bottom: 40px;
    }

    .menu_item_dec {

        font-weight: 300;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 1.2px;
        max-width: 100%;
    }

    .menu_item {
        margin-bottom: 33px;
        padding-bottom: 33px;
    }


    .menu_item:last-child {
        padding-bottom: 0;
    }

    .menu_item_product_content {
        font-size: 12px;
        max-width: 240px;
    }

    .menu_item_product_price {
        font-size: 14px;
    }

    .menu_item_product_title {

        font-size: 16px;
        line-height: 25px;
        letter-spacing: 1.6px;
    }


    .intro {

        top: 72px;
        width: 100%;
        height: calc(100vh - 72.2px);
        z-index: 1111;

    }

    .intro_mb .intro_img {
        height: calc(100vh - 72.2px - 230px);

    }

    .intro_text_container {
        padding-left: 45px !important;
    }

    .intro_text_container img {
        max-width: 126px;
        height: auto;


    }

    .intro_img img.bg {
        object-fit: cover;
        height: 100%;
        object-position: center center;
    }

    .intro_mb .footer_mobile_oph_text {
        border-top: solid 1px rgba(255, 255, 255, 0.2);
    }

    .footer_mobile_btn_bar {
        background-color: #F9F4EF;
    }

    .footer_mobile {
        padding-bottom: 100px;
    }

    .footer_mobile_btn_bar .btn_main {

        font-weight: 300 !important;
        line-height: 19px;
        font-family: 'Cronos-Pro', sans-serif !important;
    }


    .menu_nav_wk_in_box_ff {
        width: 300%
    }

    .menu_nav_btn {
        margin-right: 10px;
    }

    .menu_nav_wk_mobile_in .menu_nav_btn {
        padding: 0;
        margin-right: 0;
    }

    .menu_nav_wk_mobile .menu_nav_btn.active {
        background-color: transparent;
        border-color: transparent;
    }

    .m_item_image_box_flex {
        margin-left: 0;
        width: 100%;
    }

    .m_item_image_box {
        width: 100%;
        height: 125px;
        margin-bottom: 10px;
    }

    .menu_item_product_content {

        max-width: 100%;
    }

    .menu_item_product {
        margin-top: 25px;

        padding: 20px;
    }


    .menu_info_box_pre {


    }

    .menu_info_box_pre .menu_info_box_pre_relative {
        padding: 20px;
        padding-top: 20px;
    }


    .toggle_input {
        margin-bottom: 20px;
    }

    .menu_info_box_pre.fixed_top {
        top: 72px;
    }

    .story .catering_box .catering_box_text.policy_box_text {
        padding-bottom: 30px;
    }


    .policy_box_text h1.main_title {
        font-size: 32px;

    }
    .policy_box_text h4.main_title {
        font-size: 24px;
    }


    .policy_box_text_content {
        margin-top: 26px;
    }

    .story .policy_box_text .main_content {


        margin-top: 13px;
        color: #282828;
        font-weight: 300;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 1px;
        text-align: left !important;

    }

}

.ba_input.hasValue ~ label {
    top: -20px;
    font-size: 12px;
    color: #AA8D66;
}

.red_color {
    color: #AF0D21 !important;
}
