﻿:root {
    --primary-color: #fff;
    --secondary-color: #fff;
    --text-color: #fff !important;
    --background-color-main: #F76B15 !important;
    --text-color-topic: #290101;
    --text-name-page: #1C2024;
    --Colors-Neutral-Neutral-12: #1C2024;
    --Colors-Neutral-Neutral-Alpha-11: #0007149F;
    --Colors-Gray-4: #E8E8E8;
    --background-card-hex: #e8e8e88c;
    --Colors-Orange-9: #F76B15;
    --Colors-Orange-Alpha-11: #CC4E00C5;
    --Colors-Orange-11: #CC4E00;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
    /*    background: linear-gradient(336deg, #fce6d4 0%, #ffffff 28%, #ffffff 50%);*/
    /*    background: linear-gradient(to bottom, #fce6d4 0%, #ffffff 15%, #ffffff 70%, #fce6d4 100%);*/
    background: linear-gradient(to bottom, #fce6d4 0%, #ffffff 15%, #ffffff 70%, #ffba81 100%);
    /*    background: red;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-blend-mode: multiply;
    /*height:100vh;*/
    background-attachment: fixed;
}

.item-title-menu {
    --bs-bg-opacity: 1;
    background-color: #290801;
}

/* Container chính */
.container {
}

.wrap {
    border: 1px solid #dcc295;
    padding: 20px;
    border-radius: 30px;
}

.container-wifi .box-text {
    max-width: 700px;
    background-color: var(--background-card-hex);
    border-radius: 40px;
    margin: 60px auto 0;
    padding: 40px;
    color: black;
}

.container-wifi img {
    display: block;
    text-align: center;
    max-width: 100px;
    margin: 0 auto;
    margin-top: -100px;
    height: auto;
}

div.text {
    color: #fff;
}

.list-wifi {
    margin-left: 0px;
}

    .list-wifi > li {
        display: flex;
        gap: 20px;
        text-align: left;
    }

ul.list-wifi li img {
    max-width: 30px;
    margin-right: 10px;
    height: auto;
}

ul.list-wifi li strong {
    display: block;
}

.card-order {
    background-color: transparent;
    color: #444444;
}

    .card-order input[type=text], input[type=number], input[type=date] {
        /* background-color: rgb(255 255 255 / 60%);*/
        background-color: #b9b4ac8c;
        padding: 15px !important;
        border-radius: 0;
        /*        box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;*/
        color: #fff;
        line-height: normal;
        font-size: 16px;
        height: 40px;
        border: none;
        border-radius: 12px;
        color: rgb(0 0 0 / 80%);
    }

.btn-payment-now {
    /*    background: url("../img/app/btn-payment-now.png");
    background-position: center;
    background-repeat: no-repeat;*/
    background-size: 100% 100%;
    background-color: var(--background-color-main);
    padding: 0;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    height: 52px;
    max-width: 250px;
    margin: auto;
    border: none;
    color: #fff;
    font-weight: bold;
    border-radius: 14px;
}

.info-box {
    content: "";
    display: block;
    border: 1em solid #dcd7e3;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: relative;
    top: -.75em;
    left: 0;
    display: none;
    margin-top: 20px;
    margin-left: -20px;
    padding: 10px;
    border: 1px solid #ddd;
    /*   border-radius: 5px;*/
    background-color: #dbd7e2;
    color: #515151;
    border-radius: 10px;
}

    .info-box::before {
        content: "";
        display: block;
        border: 1em solid #dcd7e3;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
        position: absolute;
        top: -.75em;
        left: 0;
        margin: -1em 0 0 2em;
    }

    .info-box::after {
        clear: both;
    }
/* Hiển thị thông tin khi radio button được chọn */
input[type="radio"]:checked ~ .info-box {
    display: block;
}

input[type="radio"]:checked ~ .info-box {
    display: block;
}

.order-review {
    margin: auto;
    /* position: relative;*/
    /* background-color: #f9f9f996;*/
    background-color: rgba(162, 162, 162, 0.1);
    padding: 15px !important;
    border-radius: 12px;
    /*    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;*/
}

    .order-review ul > li {
        background: transparent;
    }

.fl-col {
    flex-direction: column;
}

.main-container {
    display: flex;
    flex: 1;
    flex-direction: column;
    max-width: 640px;
    margin: auto;
    /* padding: 20px; */
    padding: 105px 15px 120px 15px;
}

h2.text-center {
    color: #f8f9fa;
    font-weight: bold;
    text-transform: uppercase;
}
/* Thẻ app-card */
.app-card {
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: transparent;
    width: 100%;
    border: none;
}

.card-header {
    border-radius: 10px 10px 0 0;
}

.card-body .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 15px;
}

    .card-body .col i {
        margin-bottom: 10px;
        color: #6c757d;
    }

    .card-body .col p {
        margin: 0;
        color: #495057;
    }

/* Thanh điều hướng dưới cùng */
.bottom-nav {
    position: relative;
    background-color: #290801;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-app {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    /*padding: 10px 20px;*/
     max-width: 600px;
    /* height:100px;*/
}

/* Biểu tượng trong thanh điều hướng */
.nav-icon {
    color: #d2b48c;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 64px;
    height: 64px;
}

    /* Biểu tượng được chọn */
    .nav-icon.active {
        background-color: #505050;
        border-radius: 50%;
        padding: 8px;
    }

/* Huy hiệu giỏ hàng */
.cart-badge {
    background-color: #f1c40f;
    color: #000;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 5px;
}

/* Responsive cho màn hình nhỏ hơn */
@media (max-width: 768px) {
    .card-body {
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .app-card {
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .icon-container {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
    }
}

.icon-container {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;*/
    /*background-color: rgba(0, 0, 0, 0.7);*/ /* Màu nền có độ trong suốt */
    /*border-radius: 15px;*/
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

    .icon-container a {
        /* width: 29%;*/
        text-decoration: unset;
        padding: 10px;
    }

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center;*/
    /*width: 140px;*/ /* Độ rộng cố định */
    /* flex-basis: 28.33%;*/
    /* max-width: 28.33%;*/
    /*padding: 10px;*/
    background-color: #732409;
    border-radius: 10px;
    color: #d2b48c;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .icon-item:hover {
        transform: scale(1.05);
    }

    .icon-item i {
        margin-bottom: 8px;
    }

    .icon-item p {
        margin: 0;
        font-size: 14px;
    }

.header {
    display: flex;
    align-items: center;
    position: fixed;
    justify-content: center;
    background-color: var(--background-color-main); /* Màu nền tối */
    padding: 10px 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 600px;
    height: 100px;
    z-index: 100;
}

.header-content {
    position: relative;
}

@media (max-width: 520px) {
    .header {
        height: 80px;
    }

    .header-left p {
        font-size: 11px;
    }

    .header-left h1 {
        font-size: 12px;
    }

    .bottom-nav {
        height: 80px;
        /*   bottom: 10px;*/
    }

    .wrap {
        border: 1px solid #dcc295;
        padding: 20px;
        border-radius: 30px;
    }

        .wrap h2 {
            font-size: 20px;
        }

        .wrap p {
            font-size: 12px;
            margin-bottom: 5px;
        }
    /*  .footer-app {
       
        bottom: 10px;
        position:fixed;
    }*/
}

.header-left {
    text-align: center;
    padding-right: 20px;
}

    .header-left p {
        color: #dcc295;
        font-size: 13px;
        margin-bottom: 0;
    }

    .header-left h1 {
        color: #e8e8e8;
        font-size: 12px;
        margin: 0;
        text-transform: uppercase;
    }

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #d2b48c; /* Màu chữ */
}

.title-section h1 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.title-section p {
    margin: 5px 0 0;
    font-size: 14px;
}

.logo-section {
    text-align: right;
}

    .logo-section img {
        width: 70px; /* Điều chỉnh kích thước logo */
        margin-bottom: 5px;
    }

    .logo-section p {
        margin: 0;
        font-size: 12px;
        color: #d2b48c;
    }


.card-menu {
    display: flex;
    flex-direction: row-reverse;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    align-items: center;
    padding: 15px;
    gap: 10px;
    background-color: rgb(255 255 255 / 40%);
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

    .card-menu.no-padding {
        padding: 0 !important;
    }

    .card-menu img {
        object-fit: cover;
        height: 175px;
        border-radius: 15px;
        width: 100%;
    }

.card-menu-description {
    width: 60%;
}

    .card-menu-description h5 {
        text-align: left;
        text-transform: uppercase;
        margin: 0;
        font-size: 18px;
        font-weight: bold;
    }

    .card-menu-description p {
        font-size: 11px;
    }

.text-center h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-size: 36px;
    color: #FFF;
}
/* .card-img-right{
    width: 50%;
} */
.card-body-left {
    width: 50%;
}

/*CART*/
.cart-container {
    /* background-color: #3e3e3e;
    border-radius: 12px;*/
    padding: 20px;
    margin: 20px auto;
    max-width: 600px; /* Định kích thước cho thiết bị di động */
}



/* Các item trong giỏ hàng */
.cart-item {
    /*    display: flex;*/
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #555; /* Đường viền chia cách */
}

    .cart-item img {
        width: 60px;
        border-radius: 10px;
    }

/* Thông tin sản phẩm */
.item-info {
    display: flex;
    align-items: center;
}

    .item-info h5 {
        font-size: 16px;
        margin: 0;
        color: #ffffff;
    }
/*PRODUCT*/
.prd-card-body {
    padding: 8px 0 0 10px;
    width: 76%;
}


h5.prd-card-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
    line-height: 1;
}

p.prd-card-text {
    font-size: 10px;
}

.prd-card-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0px;
    border-radius: 15px;
    background-color: rgb(255 255 255 / 40%);
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.prd-card-price {
    width: 22%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}

.price {
    color: #fff;
    font-family: var(--heading-font);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.fd-col {
    flex-direction: column;
}

.prd-card-img {
    width: 100%;
    border-radius: 15px;
}

    .prd-card-img img {
        width: 100%;
        object-fit: scale-down;
        height: 246px;
        border-radius: 15px 15px 0 0;
    }

    @media (min-width: 1024px) {
        .prd-card-img img {
/*           height: 486px !important;*/
        }
    }

.btn-addtocart {
    /* background-color: #d0dcdf;*/
    background: url("../img/app/btn-woo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-transform: uppercase;
    font-weight: bold;
    height: 35px;
    line-height: 25px;
    margin: auto;
    border: none;
    color: #fff;
    /*border-radius: 30px;*/
}

.btn-order-now {
    background: linear-gradient(to right, #ff9900, #ff6600);
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 16px;
    text-align: center;
    transition: background 0.3s ease;
    height: 55px;
    line-height: 45px;
    text-transform: uppercase;
}

    .btn-order-now:hover {
        background: linear-gradient(to right, #ff8800, #ff5500);
        color: #fff;
    }

.btn-apply {
    background: url("../img/app/btn-woo.png");
    background-repeat: no-repeat;
    background-size: 100% 50%;
    height: 60px;
    text-transform: uppercase;
    font-weight: bold;
    margin: auto;
    border: none;
    color: #fff;
    font-weight: bold;
}

a.prod-link:active {
    text-decoration: unset;
}

a.prod-link {
    text-decoration: unset;
    color: #290801;
}

.nav-icon a {
    color: #d3c299;
    text-decoration: unset;
}

.with-empty-cart-icon:before {
    background-color: rgb(249 245 219);
    content: "";
    display: block;
    height: 5em;
    margin: 0 auto 1em;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwWm02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTJaTTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwIDEgLjk4IDBjMS4wMDQgMS4zMzMgMy4xODggNC40MjggMy4xODggNS45NiAwIDEuOTkyLTEuNjQ4IDMuNjAxLTMuNjc4IDMuNjAxWm0xLjIyNi0xMy40ODRhMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTIgMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTFabTEzLjA0IDExLjgxNEE4Ljk4OSA4Ljk4OSAwIDAgMCAxOSAyNi4zNTVjLTEuNjI0IDAtMS42MjQtMi40NTIgMC0yLjQ1MmExMS40IDExLjQgMCAwIDEgOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M1oiLz48L3N2Zz4=);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 4em;
    width: 4em;
}

.has-text-align-center {
    text-align: center;
}

.not-item-in-cart {
    font-size: 16px;
}

/*Memory*/
.box-text {
    max-width: 560px;
    background-color: #2b2b2b;
    border-radius: 25px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    color: #fcfae2;
}

@media (max-width: 520px) {
    .box-text {
        max-width: 440px;
    }

    div#slider {
        padding: 0 40px;
        margin: 40px 0 10px;
    }

    ul.slides {
        padding: 0;
        padding-bottom: 30px;
    }

        ul.slides li {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }

        ul.slides .item-p {
            width: 5.33%;
        }

        ul.slides li > * {
            width: calc(30% - 20px);
            height: 40vw;
            object-fit: cover;
            border-radius: 20px;
            margin-bottom: 20px;
            margin-right: 10px;
            margin-left: 10px;
            display: block;
            overflow: hidden;
        }

    .slides p {
        margin-bottom: 1em;
        margin-top: 0;
    }

    ul.slides li > * img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    img {
        height: auto;
        max-width: 100%;
    }
}

.badge-container {
    display: flex;
    gap: 4px;
    height: 56px;
    background: var(--Colors-Gray-3, #F0F0F0);
    border-radius: 0 0 15px 15px;
}

.menu-name-price {
    width: 72%;
}

.menu-add-button {
    display: flex;
    width: 25%;
    justify-content: right;
    align-items: center;
}

.circle-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    /*    background-color: #3498db;*/
    background: #cbcbcb;
    color: black;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-title-page,
.category-text-title .c-t-f1 {
    font-weight: 400;
    color: var(--text-name-page) !important;
}

h3.category-text-title {
    font-weight: 400;
    font-size: 24px;
    color: #0007149F !important;
}

.underlined-text {
    text-decoration: underline;
}

.m-bt-15 {
    padding-bottom: 20px
}


.tabs-container {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 10px;
}

.tabs {
    display: flex;
    gap: 8px;
}

.category-tab-button {
    padding: 8px 12px;
    border: none;
    border-radius: 20px;
    background-color: #f0f0f0;
    cursor: pointer;
    max-width: 188px;
    min-width: 70px;
    height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

    .category-tab-button.active {
        background-color: var(--background-color-main);
        color: white;
    }

.prd-text-price {
    color: var(--Colors-Orange-11);
}

.card-cart-item {
    flex-direction: row-reverse;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    align-items: center;
    padding: 15px;
    gap: 10px;
    background-color: #F0F0F0;
    /*    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;*/
}

    .card-cart-item.no-padding {
        padding: 0 !important;
    }

    .card-cart-item:not(:first-child) {
        margin-top: 20px !important;
    }

    .card-cart-item img {
        object-fit: cover;
        border-radius: 15px;
        width: 24%;
    }

.card-cart-item-description {
    width: 60%;
}

    .card-cart-item-description h5 {
        text-align: left;
        text-transform: uppercase;
        margin: 0;
        font-size: 18px;
        font-weight: bold;
    }

    .card-cart-item-description p {
        font-size: 11px;
    }

.align-items-start {
    align-items: start !important;
}

.addon-card-info {
    width: 100%;
    display: unset;
    flex-direction: row;
    padding: 15px 10px 10px 10px;
    border-radius: 15px;
    background-color: var(--background-card-hex);
/*        box-shadow: rgba(0, rgb(193 193 193 / 26%), 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;*/
}
    .addon-card-info .form-check {
        margin-top: 4px;
    }

.label-checked {
    width: 74%;
}

    .label-checked .form-check-input {
        width: 20px !important;
        height: 20px !important;
        transform: translateY(-3px);
    }


.addon-card-info .form-check {
    display: flex;
    justify-content: space-between;
}


/*Giỏ hàng*/
.tags {
    display: block;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 10px;
    min-height: 124px;
}

.tag {
    background: #FFC182;
    color: var(--Colors-Neutral-Neutral-12);
    padding: 2px 8px;
    font-size: 15px;
    border-radius: 20px;
    height: 24px;
    display: inline-table;
    padding: 4px 12px;
    margin: 4px 4px 0 0;
    white-space: nowrap;
}
.tag-note {
    font-size: 18px;
    margin: 2px 8px 0 0;
    color: #0007149F;
}

.cart-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    font-size: 22px;
    font-weight: 400;
    color: #e26d00;
}

.quantity-control {
    display: flex;
    align-items: center;
    background: #E8E8E8;
    border-radius: 20px;
    padding: 4px 6px;
    gap: 6px;
}

.btn-qty {
    background: #e2e1e1;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    cursor: pointer;
}

.btn-qty-plus {
    background: #FF9C0029;
    color: #CC4E00C5;
}

.btn-qty-minus {
    background: #0000330F;
}

.qty {
    font-size: 14px;
    min-width: 20px;
    text-align: center;
}

.cart-bottom .custom-input {
    width: 30px !important;
    height: 24px !important;
    padding: 0px 2px !important;
    font-size: 14px;
    border-radius: 4px;
}

#input-quantity input[type="number"].no-spinner::-webkit-outer-spin-button,
#input-quantity input[type="number"].no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.order-bar {
    position: fixed;
    bottom: 100px;
    /* width: 200px; */
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 2px;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 10px;
    background: #f0f0f047;
    min-width: 264px;
}

    .order-bar .total {
        font-size: 16px;
        font-weight: bold;
    }
    .order-bar .text-price {
        display: grid;
        width: 60%;
    }
    .order-bar .text-price span {
        display: flex;
        justify-content: center;
    }

.order-bar .order-btn {
    background-color: #f97316;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
}

.container-total-add {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ms-3 h2 {
    color: var(--Colors-Neutral-Neutral-12);
    font-weight: 600;
}

.cart-bottom input[type=number]::-webkit-inner-spin-button,
.cart-bottom input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-bottom input[type=number] {
    box-shadow: unset !important;
    background: #0000000F;
    color: black;
}

.count-order {
    margin-left: 6px;
    color: #0007149F;
}

/*----*/
/*Addon page*/
#addon-form .price-voucher {
    font-size: 22px;
    font-weight: 400;
    color: #e26d00;
    margin-left: 24px;
}

.color-alpha-11 {
    color: var(--Colors-Neutral-Neutral-Alpha-11);
}

.text-price-topping {
    color: var(--Colors-Orange-Alpha-11);
    margin-right: 4px;
}

.title-card-topping {
    display: flex;
    justify-content: space-between;
}
.tag-option {
    background: #582D1D;
    color: #fff;
    padding: 2px 8px;
    font-size: 14px;
    border-radius: 20px;
    height: 24px;
    display: inline-table;
    padding: 4px 12px;
    margin: 4px 4px 0 0;
    white-space: nowrap;
}

.btn-addon-wrapper {
    background: #FFFFFFB2;
    width: 86%;
    border-radius: 20px
}
.input-quatity {
    box-shadow: 4px 3.5px 2px 0px #1e1ee006 inset !important;
}
.menu-link {
    text-decoration: none;
    color: #ff6600;
}
/*----*/
.form-check-input:checked {
    background-color: var(--Colors-Orange-9);
    border-color: var(--Colors-Orange-9);
}

.tag-discount {
    background: #CDCED6;
    color: black;
    padding: 2px 8px;
    font-size: 14px;
    border-radius: 20px;
    height: 24px;
    display: inline-table;
    padding: 4px 12px;
    margin: 4px 4px 4px 8px;
    white-space: nowrap;
}


@media (max-width: 376px) {
    .carousel-container {
        width: 88% !important;
        height: 58% !important;
        transform: translateX(2%) !important;
    }
}

@media (min-width: 768px) {
    .carousel-container {
        width: 82% !important;
        height: 78% !important;
        transform: translateX(6%) !important;
    }
}

/*footer*/

/*.footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 72px;
    background-color: #cececeb8;
    border-radius: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 12px;
    z-index: 999;
}

.menu-item {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease;
}

    .menu-item.active,
    .menu-item:hover {
        background-color: #f1f1f1;
    }

    .menu-item img {
        width: 24px;
        height: 24px;
    }

    .menu-item.cart .dot-badge {
        position: absolute;
        top: 6px;
        right: 6px;
        width: 8px;
        height: 8px;
        background-color: red;
        border-radius: 50%;
        border: 2px solid white;
    }

.bot-avatar img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f18f00;
    background-color: white;
}

.footer-item-bot {
    position: fixed;
    left: 100px;
    right: 0px;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 999;
    bottom: 14px;
}*/



.footer-app {
    position: fixed;
    bottom: 0;
/*    background: #f9f9f9;*/
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px 24px 0 0;
/*    box-shadow: 0 -2px 20px rgba(0,0,0,0.08);*/
    z-index: 1000;
}

.footer-menu {
    display: flex;
    background: #cececeb8;
    border-radius: 32px;
    padding: 10px 20px;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    flex: 1;
    justify-content: space-around;
    align-items: center;
}

.menu-item {
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    transition: background 0.3s;
}

    .menu-item.active {
        background: white;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .menu-item img {
        width: 24px;
        height: 24px;
    }

.active-indicator {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 4px;
    background: orange;
    border-radius: 999px;
}

.cart-badge {
    position: absolute;
    top: 12px;
    right: 6px;
    width: 12px;
    height: 12px;
    background: red;
    border-radius: 50%;
    border: 2px solid white;
}
/*
.footer-menu::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 40px;
    background: white;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 5px 0 10px rgba(0,0,0,0.05);
    z-index: 0;
}
*/
/* Bot Avatar */
.bot-avatar {
    position: relative;
    width: 64px;
    height: 64px;
    margin-left: 10px;
    background: linear-gradient(45deg, #F76B15, #fee9d3);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(113 113 113 / 30%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

    .bot-avatar img {
        width: 38px;
        height: 38px;
    }


/*menu*/
/*@media (min-width: 768px) {
    .carousel-container {
        height: 88% !important;
    }
}*/

.carousel-container {
    position: relative;
    width: 84%;
    height: 58%;
    perspective: 1000px;
    transform: translateX(4%);
}

    .carousel-container .card {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        transition: transform 0.5s ease, opacity 0.5s ease;
        background: #fff;
        cursor: pointer;
    }

        .carousel-container .card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.card-content {
    position: absolute;
    top: 16px;
    left: 16px;
    color: white;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.carousel-container .card-content h2 {
    font-size: 1.8rem;
}

.carousel-container .card-content p {
    font-size: 1rem;
    margin-top: 5px;
}

.next-button {
    position: absolute;
    bottom: 42px;
    right: 4px;
    background: #dedede80;
    border-radius: 50%;
    padding: 16px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 999;
    font-size: 22px;
    font-weight: 600;
}

@media (min-width: 1024px) {
    .footer-app {
        width: 25% !important;
    }
}

.card-payment {
    background: var(--background-card-hex);
}

.group-btn-payment {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}
    .group-btn-payment .btn {
        height: 48px;
        border-radius: 18px;
        align-items: center;
        display: flex;
    }
        .group-btn-payment .btn.order-new {
            background: #F76B15;
            color: white;
        }
        .group-btn-payment .btn.go-home {
            border-color: #F76B15;
            color: #F76B15;
            background: white;
        }




.more-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    border-radius: 12px;
    background: var(--background-card-hex);
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 14px;
    text-decoration: none;
    color: #4e4f51;
}

    .more-menu-item .menu-item-left {
        display: flex;
    }

    .more-menu-item i {
        margin-right: 10px;
        width: 28px;
        height: 24px;
    }

    .more-menu-item span {
        display: flex;
        align-items: center;
        font-weight: 600;
    }

    .more-menu-item svg {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
    .more-menu-item i.icon-check-in {
        background-image: url('../img/icons8-location-24.png');
    }
    .more-menu-item i.icon-wifi {
        background-image: url('../img/icons8-wifi-32.png');
    }
    .more-menu-item i.icon-star {
        background-image: url('../img/icons8-star-24.png');
    }
    .more-menu-item .menu-item-right .icon-zalo {
        background-image: url('../img/icons8-zalo-48.png');
    }
    .more-menu-item .menu-item-right .icon-facebook {
        background-image: url('../img/icons8-facebook-48.png');
    }
    .more-menu-item .menu-item-right .icon-website {
        background-image: url('../img/icons8-internet-50.png');
    }
    .more-menu-item .contact i {
        width: 24px;
        height: 24px;
        display: inline-block;
        background-size: contain; 
        background-repeat: no-repeat;
        background-position: center;
    }

    .more-menu-item i.icon-arrow {
        background-image: url('../img/icons8-arrow-right-30.png');
        width: 16px;
        height: 12px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 0px;
    }

    .contact-icons {
        display: flex;
        gap: 14px;
        align-items: center;
        margin-left: 10px;
    }

    .contact-icons img {
        width: 22px;
        height: 22px;
        cursor: pointer;
    }





@media (max-width: 462px) {
    .Product-AddOnsAndNotes, .Cart-EditDetailCartItem {
        padding: 0px 0px 120px 0px !important;
    }
    .header.hidden {
        transition: opacity 0.3s ease, visibility 0.3s ease;
        opacity: 0;
        visibility: hidden;
    }

    .hiddenInfoTitleOrder {
        transition: opacity 0.3s ease, visibility 0.3s ease;
        opacity: 0;
        display: none;
    }

}


.icon-success-order {
    background-image: url(../img/icons8-verified-account-64.svg);
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.text-time-prepare-order {
    border-radius: 6px;
    background: #00A43319;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .text-time-prepare-order p {
        color: #00713FDE;
    }


#info-title-order .box-text {
    background: linear-gradient(to right, #ff9900, #ff6600);
}

    #info-title-order .box-text a {
        color: rgb(5 242 246 / 100%);
    }


@keyframes fadeSlideIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



.title-bill {
    font-size:18px;
    font-weight: 600;
}

.order-review .w-name-product {
    max-width: 65%;
}

.btn-addon {
    height: 48px;
    border-radius: 18px;
    background: var(--background-color-main);
}

.cartBtnShow {
    position: fixed;
    display: none;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 16px;
    margin-top: 10px;
    z-index: 100;
    bottom: 200px;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 250px;
}

    .cartBtnShow.active {
        display: block;
        animation: fadeSlideIn 0.6s ease forwards;
    }

.cart-options {
    display: flex;
    flex-direction: column;
}


#ContactUs button {
    margin-top: 15px;
    width: 100%;
    padding: 12px;
    background-color: orange;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}
    button:hover {
        background-color: orange;
    }

.color-text-thank {
    color: var(--background-color-main);
}


.cart-container .btn-utili {
    padding: 0px 5px 0px 5px;
    border: none;
    background: transparent;
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.4rem;
    align-items: flex-start;
}
.cart-container .close-btn {
    color: red;
}

.cart-container .edit-btn {
    color: var(--background-color-main);
}

.prd-card-img {
    transition: background-color 0.7s ease;
}

    .prd-card-img img {
        opacity: 0;
        transition: opacity 0.7s ease;
    }

        .prd-card-img img.loaded {
            opacity: 1;
        }