/* _content/YongHongBasic/Components/CustomCompontents/MenuItemComponent.razor.rz.scp.css */
.menu-item[b-c3m1dwvag8] {
    display: grid;
    grid-template-columns: 30px auto 60px;
    padding: 12px 0 8px;
    border-bottom: 1px solid var(--mid-dark-grey)
}
.menu-item .title[b-c3m1dwvag8], .menu-item .title-with-margin[b-c3m1dwvag8] {
    max-width: 350px;
}
.menu-item .allergy-icon[b-c3m1dwvag8] {
    margin-left: 7px;
    vertical-align: middle;
}
.menu-item .price[b-c3m1dwvag8] {
    text-align: right;
}
.menu-item .number[b-c3m1dwvag8] {
    text-transform: uppercase;
    line-height: 21px;
    transform: translateY(1px);
}
/* _content/YongHongBasic/Components/CustomCompontents/MenuTitle.razor.rz.scp.css */
.menu-title[b-gcb9tiuxti] {
    margin: 20px 0;
    position: relative;
}

.menu-title a[b-gcb9tiuxti] {
    color: var(--dark-grey);
    opacity: 50%;
    display: inline-block;
    max-width: 401px;
    text-decoration: none;
    font-size: 18px;
    background-color: transparent;
}

.menu-title.active a[b-gcb9tiuxti] {
    background-color: var(--orange);
    padding: 20px;
    opacity: 100%;
    color: var(--off-white);
    position: relative;
    z-index: 2;
}

.divider[b-gcb9tiuxti] {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 800px;
    height: 2px;
    background-color: var(--orange);
    display: none;
}
/* _content/YongHongBasic/Components/CustomCompontents/SetMenuForFour.razor.rz.scp.css */
.flexbox[b-vqr2e77zy2] {gap:80px}
.flexbox > div[b-vqr2e77zy2] {flex:1;}

.divider[b-vqr2e77zy2] {height: 1px; background-color: var(--off-white); width: 100%; margin: 30px 0;}

@media (max-width:1000px){
    .flexbox[b-vqr2e77zy2] {flex-direction: column; gap: 30px}
}
/* _content/YongHongBasic/Components/CustomCompontents/SetMenuForOne.razor.rz.scp.css */
.flexbox[b-v2slk0730m] {gap:80px}
.flexbox > div[b-v2slk0730m] {flex:1;}

@media (max-width:1000px){
    .flexbox[b-v2slk0730m] {flex-direction: column; gap: 30px}
}
/* _content/YongHongBasic/Components/CustomCompontents/SetMenuForThree.razor.rz.scp.css */
.flexbox[b-ppofh9u9vi] {gap:80px}
.flexbox > div[b-ppofh9u9vi] {flex:1;}

.divider[b-ppofh9u9vi] {height: 1px; background-color: var(--off-white); width: 100%; margin: 30px 0;}

@media (max-width:1000px){
    .flexbox[b-ppofh9u9vi] {flex-direction: column; gap: 30px}
}
/* _content/YongHongBasic/Components/CustomCompontents/SetMenuForTwo.razor.rz.scp.css */
.flexbox[b-5ys6381zc5] {gap:80px}
.flexbox > div[b-5ys6381zc5] {flex:1;}

@media (max-width:1000px){
    .flexbox[b-5ys6381zc5] {flex-direction: column; gap: 30px}
}
/* _content/YongHongBasic/Components/CustomCompontents/SetMenuItemComponent.razor.rz.scp.css */
.set-menu-item[b-gsqd9ztdz9] {
    display: grid;
    grid-template-columns: auto 60px;
    padding: 12px 0 8px;
}
.set-menu-item .title[b-gsqd9ztdz9] {font-weight: bold}

.set-menu-item .allergy-icon[b-gsqd9ztdz9] {
    margin-left: 7px;
    vertical-align: middle;
}

.set-menu-item .price[b-gsqd9ztdz9] {
    text-align: right;
}
/* _content/YongHongBasic/Components/Layout/AllergensSection.razor.rz.scp.css */
.allergens-container[b-o6i89pa46b] {padding: 30px 0;}
.divider[b-o6i89pa46b] {height: 2px; background-color: var(--yellow); max-width: 440px; width: 100%; margin: 20px auto;}
/* _content/YongHongBasic/Components/Layout/DeliverySection.razor.rz.scp.css */
.delivery-container[b-kb957bm3gy] {
    display: grid;
    grid-template-columns: auto 60px;
    grid-template-rows: 60px auto;
    margin-bottom: 30px;
}

.delivery-container h2[b-kb957bm3gy] {
    margin-right: -60px;
    line-height: 60px;
}

.delivery-container-content[b-kb957bm3gy] {
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 25px 20px 35px;
}

.delivery-container .grid-item-0-0[b-kb957bm3gy] {
    border-top: 2px solid var(--orange);
    border-left: 2px solid var(--orange)
}
.delivery-container .grid-item-1-1[b-kb957bm3gy] {
    border: 2px solid var(--orange);
    border-top: none
}

@media (max-width: 1000px){
    .delivery-container[b-kb957bm3gy] { margin-top: 30px;}
}
/* _content/YongHongBasic/Components/Layout/Footer.razor.rz.scp.css */
footer[b-0egwp3eo93] {padding: 15px 0;}
footer p[b-0egwp3eo93] {margin:15px 0;}
footer a[b-0egwp3eo93] {text-decoration: none}
footer a:hover[b-0egwp3eo93] {text-decoration: underline}
/* _content/YongHongBasic/Components/Layout/Header.razor.rz.scp.css */
header[b-tfd752h2su] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    color: var(--off-white);
    z-index: 10;
}
header .content-container[b-tfd752h2su] {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}
header ul[b-tfd752h2su] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 15px;
}
.logo[b-tfd752h2su] {
    height: 70px;
    line-height: 36px;
    flex-grow: 0;
    font-size: 44px;
    text-decoration: none;
}
header ul a[b-tfd752h2su],
header ul a.active[b-tfd752h2su] {
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}

header ul a[b-tfd752h2su]:before,
header ul a[b-tfd752h2su]:after,
header ul a.active[b-tfd752h2su]:before,
header ul a.active[b-tfd752h2su]:after {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    box-sizing: border-box;
}

header ul a[b-tfd752h2su]:before,
header ul a.active[b-tfd752h2su]:before {
    top: 0;
    left: 0;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    transition: height 0.5s ease-out, width 0.5s ease-out;
}

header ul a[b-tfd752h2su]:after,
header ul a.active[b-tfd752h2su]:after {
    bottom: 0;
    right: 0;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: height 0.5s ease-out, width 0.5s ease-out;
}

header ul a:hover[b-tfd752h2su]:before,
header ul a.active[b-tfd752h2su]:before {
    height: 100%;
    width: 100%;
    border-left: 2px solid var(--off-white);
    border-top: 2px solid var(--off-white);
}

header ul a:hover[b-tfd752h2su]:after,
header ul a.active[b-tfd752h2su]:after {
    height: 100%;
    width: 100%;
    border-right: 2px solid var(--off-white);
    border-bottom: 2px solid var(--off-white);
}

@media (max-width: 1100px) {
    header ul[b-tfd752h2su] {
        gap: 10px;
        font-size: 20px
    }
}
@media (max-width: 1000px) {
    header ul[b-tfd752h2su] {gap:20px; padding-top:20px;}
}
/* _content/YongHongBasic/Components/Layout/HomeSection.razor.rz.scp.css */
.home-container[b-h9eaizkl90] {
    min-height: 340px;
    height: 0;
    position: relative;
    background-color: var(--orange);
    text-align: center;
    color: var(--off-white);
}

.vertically-aligned-flex-wrapper[b-h9eaizkl90] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 1356px;
    margin: 0 auto;
    position: relative;
}

.home-container .content-container[b-h9eaizkl90] {
    width: 100%;
}

.subheading[b-h9eaizkl90] {
    letter-spacing: 3px;
}

.button-container[b-h9eaizkl90] {
    justify-content: space-around;
    max-width: 340px;
    margin: 35px auto 25px;
    gap: 20px;
}
.button-container a[b-h9eaizkl90] {
    flex: 1;
    flex-basis: 1px
}

.flower1[b-h9eaizkl90] {
    top: 15px;
    left: 25px;
}

.flower2[b-h9eaizkl90] {
    top: 50px;
    left: 165px;
    transform: scale(50%) rotate(-105deg);
}

.flower3[b-h9eaizkl90] {
    top: 214px;
    left: -11px;
    transform: scale(65%) rotate(10deg);
}

.flower4[b-h9eaizkl90] {
    bottom: -30px;
    left: 162px;
    transform: rotate(-105deg);
}

.flower5[b-h9eaizkl90] {
    top: 27px;
    left: 370px;
    transform: scale(70%) rotate(15deg);
}

.flower6[b-h9eaizkl90] {
    top: 0;
    right: 12px;
    transform: rotate(16deg);
}

.flower7[b-h9eaizkl90] {
    top: 40px;
    right: 131px;
    transform: scale(50%) rotate(-46deg);
}

.flower8[b-h9eaizkl90] {
    bottom: 120px;
    right: 335px;
    transform: scale(50%) rotate(-46deg);
}

.cloud1[b-h9eaizkl90] {
    top: 130px;
    left: 134px;
    width: 245px;
}

.cloud2[b-h9eaizkl90] {
    width:465px;
    bottom: -40px;
    right: -140px;
    transform: scaleX(-1);
    pointer-events: none;
}

@media (max-width: 1000px) {
    .cloud2[b-h9eaizkl90] {width:200px; right:0; bottom:-40px}
    .flower4[b-h9eaizkl90] {left: 30px}
}

@media (max-width: 450px){
    .home-container[b-h9eaizkl90] { min-height: 460px;}
}
/* _content/YongHongBasic/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-xpsxslfjdi] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-xpsxslfjdi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/YongHongBasic/Components/Layout/MenuSection.razor.rz.scp.css */
.menu-container[b-4dbo1qaegh] {
    margin-top: 20px;
}

.menu-outline[b-4dbo1qaegh] {
    display: grid;
    grid-template-columns: auto 60px 343px 60px auto;
    grid-template-rows: 60px 780px;
    position: relative;
}

.menu-flower[b-4dbo1qaegh] {
    bottom: 15px;
    left: 15px;
    transform: translate(-50%, 50%);
}

.grid-item-3[b-4dbo1qaegh] {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.grid-item-1[b-4dbo1qaegh], .grid-item-5[b-4dbo1qaegh] {
    border-bottom: 2px solid var(--orange);
}

.grid-item-3[b-4dbo1qaegh] {
    border-top: 2px solid var(--orange);
}

.grid-menu-content[b-4dbo1qaegh] {
    grid-column-start: 1;
    grid-column-end: 6;
    border: 2px solid var(--orange);
    border-top: 0;
    padding: 50px 16px 20px 32px
}

.grid-menu-content .flexbox[b-4dbo1qaegh] {
    height: 100%;
}

.menu-titles[b-4dbo1qaegh] {
    flex: 2;
    height: 100%;
    width: 100%;
}

.menu-sections[b-4dbo1qaegh] {
    width: 100%;
    background-color: var(--off-white);
    flex: 3;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 7px;
    overflow-y: scroll;
    padding-right: 16px;
    scroll-padding-top: 70px;
}

.menu-sections .menu-section[b-4dbo1qaegh] {
    padding: 20px 40px;
    border: 2px solid var(--orange);
    transition: .4s;
}

.menu-item[b-4dbo1qaegh] {
    display: grid;
    grid-template-columns: 30px auto 60px;
    padding: 12px 0 8px;
    border-bottom: 1px solid var(--mid-dark-grey)
}
.menu-item .title[b-4dbo1qaegh], .menu-item .title-with-margin[b-4dbo1qaegh] {
    max-width: 350px;
}
.menu-item .title img[b-4dbo1qaegh], .menu-item .title-with-margin img[b-4dbo1qaegh] {
    margin-left: 7px;
    vertical-align: middle;
}
.menu-item .price[b-4dbo1qaegh] {
    text-align: right;
}
.menu-item .number[b-4dbo1qaegh] {
    text-transform: uppercase;
    line-height: 21px;
    transform: translateY(1px);
}

.menu-section.active[b-4dbo1qaegh] {
    background-color: var(--orange);
    color: var(--off-white)
}

.menu-item .title-with-margin[b-4dbo1qaegh] {
    margin-top: 6px
}

@media (max-width: 1000px) {
    .menu-outline[b-4dbo1qaegh] {
        grid-template-columns: auto 60px 180px 60px auto;
        grid-template-rows: 60px auto;
    }

    .grid-menu-content[b-4dbo1qaegh] {
        overflow: hidden;
        padding: 20px;
    }

    .grid-menu-content .flexbox[b-4dbo1qaegh] {
        flex-direction: column;
    }

    .grid-menu-content .menu-titles[b-4dbo1qaegh] {
        display: flex;
        gap: 20px;
        width: 100%;
        white-space: nowrap;
        max-height: 80px;
        overflow-x: scroll;
        margin-bottom: 10px;
    }
    

    .menu-flower[b-4dbo1qaegh] {
        bottom: 15px;
        left: 15px;
        transform: translate(-50%, 50%);
        z-index: 3;
    }
    
    .menu-sections[b-4dbo1qaegh] {
        padding-right:0;
        overflow: visible;
        scroll-padding-top: 80px;
    }
    
    .menu-sections .menu-section[b-4dbo1qaegh] {padding: 20px;}
    
    .menu-container[b-4dbo1qaegh] {padding-top:40px}
}

@media (max-width: 450px){
    .grid-menu-content[b-4dbo1qaegh] {
        overflow: hidden;
        padding: 20px 10px;
    }
}
/* _content/YongHongBasic/Components/Layout/OpeningHoursSection.razor.rz.scp.css */
.opening-hours-container[b-tpb4j5z5pu] {
    display: grid;
    grid-template-columns: 60px auto;
    grid-template-rows: 60px auto;
    position: relative;
}

.opening-hours-container h2[b-tpb4j5z5pu] {
    margin-left: -60px;
    line-height: 60px;
}

.opening-hours-content[b-tpb4j5z5pu] {
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 25px 20px 35px;
}

.opening-hours-container .grid-item-0-1[b-tpb4j5z5pu] {
    border-top: 2px solid var(--orange);
    border-right: 2px solid var(--orange)
}
.opening-hours-container .grid-item-1-1[b-tpb4j5z5pu] {
    border: 2px solid var(--orange);
    border-top: none
}

.flower1[b-tpb4j5z5pu] {
    bottom: -40px;
    right: 35px;
}

@media (max-width:1000px){
    .flower1[b-tpb4j5z5pu] {left:35px;}
}
/* _content/YongHongBasic/Components/Layout/OrderSection.razor.rz.scp.css */
.contact-info[b-dqdfcnlsv3] {
    display: grid;
    grid-template-columns: auto 60px;
    grid-template-rows: 60px 210px;
}

.order-container[b-dqdfcnlsv3] {padding: 10px 0 30px;}

.order-container .flexbox[b-dqdfcnlsv3] {gap:20px}

.order-container h2[b-dqdfcnlsv3] {margin-bottom: 40px;}

.contact-info .grid-item-0-0[b-dqdfcnlsv3] {
    border-top: 2px solid var(--off-white);
    border-left: 2px solid var(--off-white);
}

.contact-info .grid-item-1-1[b-dqdfcnlsv3] {
    border: 2px solid var(--off-white);
    border-top: none;
}

.contact-info-content[b-dqdfcnlsv3] {
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 0 60px 35px;
}

.contact-info-content a[b-dqdfcnlsv3] {color:inherit; text-decoration: none;}
.contact-info-content a:hover[b-dqdfcnlsv3] {color:var(--yellow); text-decoration: underline;}

.contact-info .heading3[b-dqdfcnlsv3] {margin-bottom: 5px;}





@media (max-width: 1000px){
    .order-container[b-dqdfcnlsv3] {padding: 30px 0 30px;}
    .order-container .flexbox[b-dqdfcnlsv3] {flex-direction: column}
    .order-container h2[b-dqdfcnlsv3] {margin-bottom: 20px;}
}
/* _content/YongHongBasic/Components/Layout/SetMenuSection.razor.rz.scp.css */
.set-menu-container[b-zb0ef13s0l] {
    margin-top: 50px;
    padding: 30px 0;
    position: relative;
}

.set-menu-container h2[b-zb0ef13s0l] {margin-bottom: 40px}

.different-grid[b-zb0ef13s0l]{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: 60px auto;
}

.set-menu-grid-title[b-zb0ef13s0l] {
    display: grid;
    grid-template-columns: auto 60px 20px;
    grid-template-rows: 60px;
    position: relative;
}

.set-menu-grid-title-last[b-zb0ef13s0l] {
    grid-template-columns: auto 60px;
}

.row-0-column-0[b-zb0ef13s0l] {
    border-top: 2px solid var(--off-white);
    border-left: 2px solid var(--off-white);
    border-bottom: 2px solid var(--off-white);
    align-content: center;
    padding: 0 30px;
}

.row-0-column-2[b-zb0ef13s0l] {
    border-bottom: 2px solid var(--off-white);
}

.set-menu-grid-title.set-menu-active .row-0-column-0[b-zb0ef13s0l], .set-menu-grid-title-last.set-menu-active .row-0-column-0[b-zb0ef13s0l]  {
    border-bottom: none;
}

.set-menu-content[b-zb0ef13s0l] {
    grid-column-start: 1;
    grid-column-end: 5;
    border: 2px solid var(--off-white);
    border-top:none;
    padding: 30px;
    color: var(--off-white);
}

.flower1[b-zb0ef13s0l]{
    right:25px;
    bottom:-50px;
    height: 100px;
    transform: rotate(-30deg);
}


.set-menu-mobile[b-zb0ef13s0l] {
    display: grid;
    grid-template-columns: auto 60px;
    grid-template-rows: 60px auto;
    margin-bottom: 20px;
}

.set-menu-mobile .heading2[b-zb0ef13s0l] {line-height: 60px;}

.set-menu-mobile .grid-item-0-0[b-zb0ef13s0l] {
    border-top: 2px solid var(--off-white);
    border-left: 2px solid var(--off-white);
}

.set-menu-mobile .grid-item-1-1[b-zb0ef13s0l] {
    border: 2px solid var(--off-white);
    border-top: none;
}

.set-menu-mobile-content[b-zb0ef13s0l] {
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 20px 30px;
}
