/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
*:root {
    --primary-color: #1eb2bb;
    --primary-color-hover: #0c838a;
    --secondary-color: #f5af43;
    --secondary-color-hover: #d8870d;
}

body:lang(zh-HK) h1,
body:lang(zh-HK) h2,
body:lang(zh-HK) h3,
body:lang(zh-HK) h4,
body:lang(zh-HK) h5,
body:lang(zh-HK) h6,
body:lang(zh-HK) a {
    font-family: 'Hiragino Kaku Gothic Pro', 'WenQuanYi Zen Hei', '微軟正黑體', '蘋果儷中黑', Helvetica, Arial, sans-serif;
}

.backBtn {
    color: #4c4c4c;
}


.h1 {
    padding: 20px;
    font-size: 1.2rem;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background-color: #f7f7f7;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
}

.btn-secondary2 {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-outline-secondary {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: var(--secondary-color-hover);
    border-color: var(--secondary-color-hover);
}

.slider-box {
    width: 90%;
    margin: 10px auto
}

.slider-box label,
.slider-box input {
    border: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 30%
}

.slider-box input {
    width: 70%
}

.slider {
    margin: 10px 0
}

.ui-slider-horizontal .ui-slider-range {
    top: 0px;
    height: 6px;
}

.filterWarp {
    background-color: #f8f8f8;
    display: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border-radius: 50px;
}

.ui-widget-content {
    border: 0px solid #aaaaaa;
    background: #efeeee url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;

}

.ui-slider-horizontal {
    height: .4em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
    margin-left: -.6em;
}

.docmentWrap a {
    color: var(--secondary-color);
}

.flickity-page-dots .dot.is-selected {
    background: var(--secondary-color);
}

.breadcrumb a {
    color: var(--secondary-color);
}

.breadcrumb a:hover {
    color: var(--secondary-color-hover);
}

.product_slider {
    height: auto;
    width: 100%;
}

.product_slider_thumbs {
    height: auto;
    box-sizing: border-box;
    padding: 10px 0;
}

.product_slider_thumbs .swiper-slide {
    width: 25%;
    height: auto;
    opacity: 0.4;
}

.product_slider_thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.mb_footermenu {
    display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary-color) !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ececec !important;
}

.datepicker td,
.datepicker th {

    width: 40px;
    height: 40px;

}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {

    background-image: none;
}

.datepicker .day.active {
    background-color: var(--primary-color);
    color: #fff;

}

.datepicker {

    padding: 6px;

}

.datepicker-dropdown {

    border-radius: 10px;

    border: 1px solid #e8e8e8;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.input-group-prepend {
    position: relative;
}

.coupon_error {
    padding-left: 10px;
}

.coupon_success,
.coupon_danger,
.referralCode_success,
.referralCode_danger,
.point_success,
.point_danger {
    position: absolute;
    right: 10px;
    top: 0px;
}

.datepicker .day {
    cursor: pointer;
}

.js-flickity {
    transform: scale(1) !important;
}

.silderWrap {
    overflow: hidden;
    padding-bottom: 60px;
}

.flickity-viewport {
    height: auto !important;
    padding-bottom: 43%;
}

.js-flickity {
    height: auto !important;
}

.filterBtn {

    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.recommendMemberWrap {
    overflow: hidden;
    display: flex;
    margin: 0px 20px 60px 20px;
    align-items: center;
    border-radius: 10px;
    border: 2px solid var(--primary-color);
    animation: colorBorderChange 1s infinite;

}

.stepCardWrap .stepCardText {
    text-align: left;

}

.productDes {
    position: relative;
    max-height: 50px;
    /* Initial height */
    overflow: hidden;

}

.productDes.description {
    position: relative;

}

.text-secondary2 {
    color: var(--secondary-color);
}


.productDes::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));

}

.productDes.expanded {
    max-height: 100%;

}

.stepCardText {
    font-size: 1.2rem;
}


.productDes.expanded::after {
    display: none;
}

.showmoreBtn {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 10;
    text-align: center;
    margin-top: 10px;
    color: #1eb2bb;
    transition: transform 0.3s ease;
}



.productDes.expanded .showmoreBtn i {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: rotate(180deg);
    /* Rotate the icon when expanded */
}

.iconList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iconList li {
    position: relative;
    padding-left: 30px;

}

.iconList li i {
    position: absolute;
    left: 0;
    top: 5px;
}

.mapwrap {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 300px;
}

.footerinfo {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
    gap: 20px;
}

.footerinfoDetail {
    display: flex;
    gap: 20px;
}

.FooterSocialLinks {
    text-align: center;
}

.recommendMemberTitle {

    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    border-right: 2px solid var(--primary-color);
    white-space: nowrap;
    color: #fff;
    animation: colorbgChange 1s infinite, colorBorderChange 1s infinite;
    background-color: var(--primary-color);
}

.recommendMemberContent {
    text-align: center;
    width: 100%;

    padding: 10px 20px;
    font-weight: bold;
    color: var(--primary-color);
    animation: colortextChange 1s infinite;
}

.payment {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: center;
}

/* Color change animation */
@keyframes colorbgChange {
    0% {
        background-color: var(--primary-color);
    }

    50% {
        background-color: var(--secondary-color);
    }

    100% {
        background-color: var(--primary-color);
    }
}

@keyframes colorBorderChange {
    0% {
        border: 1px solid var(--primary-color);
    }

    50% {
        border: 1px solid var(--secondary-color);
    }

    100% {
        border: 1px solid var(--primary-color);
    }
}

@keyframes colortextChange {
    0% {
        color: var(--primary-color);
    }

    50% {
        color: var(--secondary-color);
    }

    100% {
        color: var(--primary-color);
    }
}



/* Text fade animation */
@keyframes textFade {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}



.gallery {
    background: #fff;
}



.gallery-cell {

    width: 66%;
    height: auto;
    padding: 20px 0;
    margin: 10px;
    /*   background: #8C8; */
    /*   counter-increment: gallery-cell; */
}

.gallery-cell img {
    border-radius: 10px;
    opacity: 0.5;
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
}

/* cell number */
.gallery-cell:before {
    display: block;
    text-align: center;
    /*   content: counter(gallery-cell); */
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.is-selected img {
    opacity: 1;


    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
    /*     width: 66%; */
}


a:hover {
    color: #cdcdcd;
}

.entry-title h2 a:hover {
    color: #2f3091;
}

.btn-warning.autoWidth {
    width: auto !important;

}

.card-body a {
    color: #4c4c4c;

}

.text-primary {
    color: var(--primary-color) !important;
}

.text-primary2 {
    color: var(--secondary-color) !important;
}

.h4,
h4 {
    font-size: 1.2rem;
}

.formh3 {

    margin-top: 0px;

}



.marginCenter {
    margin: 50px auto;
}

.payment {
    text-align: center;
}

.show {
    display: block !important;
}


.table thead th {
    font-size: 1rem;

}


.slider-wrap:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.tag {
    font-size: 0.8rem;
    padding: 6px 10px;
    border-radius: 4px;
}

.tagGreen {
    color: #fff;
    background-color: #1cb35b;
}

.tagYellow {
    color: #fff;
    background-color: #f5af43;
}

.tagRed {
    color: #fff;
    background-color: #b31c1c;
}

.tagOrange {
    color: #fff;
    background-color: #c7531f;
}

.tagBlue {
    color: #fff;
    background-color: #33439b;
}

.tagGary {
    color: #fff;
    background-color: #696969;
}

.link {
    color: #f5af43;
}

.form-link {
    text-align: center;
    margin-top: 10px;
}

.form-link span,
.form-link a {
    font-size: 14px;
    font-weight: 400;
    color: #232836;
}

.mr-2 {
    margin-right: 10px;
}

.form a {
    color: #f5af43;
    text-decoration: none;
}

.form-content a:hover {
    text-decoration: underline;
}

.line {
    position: relative;
    height: 1px;
    width: 100%;
    margin: 36px 0;
    background-color: #d4d4d4;
}

.line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    color: #8b8b8b;
    padding: 0 15px;
}

.media-options a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50px;
    border: 1px solid #dadce0;
}

a.facebook svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a.facebook .facebook-icon {
    height: 28px;
    width: 28px;
    color: #0171d3;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.facebook-icon,
img.google-img {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

img.google-img {
    height: 20px;
    width: 20px;
    object-fit: cover;
}

.container_1000px {
    max-width: 1000px;
}

.blog_container {
    max-width: 1000px;
}

.blogImg {
    position: relative;
    z-index: 1;
    display: flex;
    border-radius: 6px;
    margin-bottom: 1rem;
    overflow: hidden;
    height: 316px;
    align-items: center;
    justify-content: center;

}

.a-tag {
    color: var(--primary-color);

}

.blogImg img {
    max-width: 100%;

    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

}

.blogCard:hover .blogImg img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


.blogButton {
    display: block;
    position: relative;
    border: 2px solid #3F464B;
    border-radius: 1000px;
    max-width: 100%;
    padding: 0.5rem 4.5rem;
    width: 100%;
    font-size: 0.9rem;
    font-weight: 600;
    background-color: #fff;
    align-items: center;
    text-align: center;
    color: #3F464B;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.blogButton:hover {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.blogButton {
    position: absolute;
    max-width: 85%;
    bottom: 8px;
    /* display: flex; */
    /* justify-content: center; */
    margin: 0px auto;
    padding: 20p;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;

}

.blogCard {
    height: 100%;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    padding-bottom: 50px;
}

.blogdate {
    text-align: center;
    font-size: 0.8rem;
    font-style: italic;
}

.blogBody .date {
    margin-bottom: 1.2rem;
    font-size: 0.8rem;
}

a.google span {
    font-weight: 500;
    opacity: 0.6;
    color: #232836;
}

.partnerLogo {
    padding: 60px 0px;
}

.partnerLogoWrap {
    margin: 0;
    padding: 0;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.partnerLogoWrap li {
    list-style: none;
    max-width: 300px;
}

.fixwhatsapp {
    white-space: nowrap;
    overflow: hidden;
    position: fixed;
    bottom: 105px;
    right: 20px;
    color: #fff;
    background-color: #1eb2bb;
    padding: 10px 15px;
    border-radius: 50px;
    z-index: 99;
    width: 44px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nowrap {
    white-space: nowrap;
}

.fixwhatsapp:hover {
    min-width: 206px;
    width: auto;
}

.paynow {
    padding: 15px;
    border-radius: 10px;
    border: 0px;
}

.fixwhatsapp .fixwhatsapptext {
    display: none;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixwhatsapp:hover .fixwhatsapptext {
    display: inline;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;


}

.text_justify {
    justify-content: space-around;
    line-height: 30px;
}

.borderRightTodown {

    border-right: 1px solid #cdcdcd !important;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.scrollToTop {
    bottom: 160px;
    background-color: #1eb2bb;
}

.sub_order_list_group {
    display: flex;
}

.FooterRowNew {
    text-align: left;
}

.footerRowWrap {
    display: flex;
    justify-content: space-between;
    gap: 0 40px;

}

.footerlogoWrap,
.footerMenuWrap {
    width: 100%;
}

.footerMenu {
    padding: 0;
    margin: 0;

}

.footerMenuTitle {
    color: #f5af43;

}

.footerMenu li {
    list-style: none;

}

.footerMenu li a {
    color: #fff;

}

.footerMenu li a:hover {
    color: #7d8281;

}

.gap20top {
    gap: 20px 0;
}

.accordion-body {
    padding: 0px;
}

.accordion-collapse {
    padding: 10px;
}



.food_items_accordion {
    position: relative;
}

/* Sticky Accordion Header Styles - Mobile Only */
@media (max-width: 768px) {
    .food_items_accordion .accordion-header.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0;
    }

    .food_items_accordion .accordion-body.sticky-offset {
        padding-top: 60px;
    }
}

.food_items_accordion {
    position: relative;
}

.topMenuWrap {
    display: none;
}

/* Sticky Accordion Header Styles for Modal - Mobile Only (Fixed for modal context) */
@media (max-width: 768px) {
    #viewCart .modal-body {
        position: relative;
    }

    #viewCart .food_items_accordion .accordion-header.sticky {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0;
    }

    #viewCart .food_items_accordion .accordion-body.sticky-offset {
        padding-top: 60px;
    }
}