/* /Components/Header.razor.rz.scp.css */
.header-container[b-7y9q1fx0le] {
    padding: 10px 10px;
}

.text-container *[b-7y9q1fx0le] {
    display: inline !important;
    color: #B4221C !important;
    font-size: 40px;
    
}

.store-name[b-7y9q1fx0le] {
    color: #B4221C !important;
    font-size: 40px;
    font-style: italic !important;
}

.brand-logo[b-7y9q1fx0le] {
    width: 130px;
    padding-bottom: 6px;
}

@media only screen and (min-width: 1920px) and (min-height: 1080px) and (orientation: landscape) {
    /* Styles for landscape-oriented TV screens */
    .text-container *[b-7y9q1fx0le] {
        font-size: 100px !important;
        line-height: 8px !important;
    }
    .text-container h4[b-7y9q1fx0le] {
        vertical-align:  central !important;
    }

    .brand-logo[b-7y9q1fx0le] {
        width: 300px;
        padding-bottom: 25px;
    }

    .store-name[b-7y9q1fx0le] {
        font-size: 85px !important;
        margin-top: 20px;
    }
}
/* /Components/LineHeading.razor.rz.scp.css */
.menu[b-9obzrxi4pu] {
    position: relative;
}

.menu-heading[b-9obzrxi4pu] {
    position: absolute;
    top: -10px; /* Adjust this value to move the heading from the left */
    background-color: #fff; /* Set the background color of the heading */
    padding: 0 10px; /* Adjust the padding as needed */
    background-color: #F3F3F3;
    font-family: "Lato-normal";
    color: #333333;
    font-size: 18px;
}

.heading-line[b-9obzrxi4pu] {
    border: 1px solid #b9b1b1ff;
}


@media only screen and (min-width: 1920px) and (min-height: 1080px) and (orientation: landscape) {
    /* Styles for landscape-oriented TV screens */
    .menu-heading[b-9obzrxi4pu] {

        top: -20px; /* Adjust this value to move the heading from the left */
        font-weight: bold;
        font-size: 36px;
    }

    .menu[b-9obzrxi4pu] {
        margin-bottom: 35px!important;
    }
}
/* /Components/MenuCategoryCarousel.razor.rz.scp.css */

#menuCategoryCarousel[b-4iccwfh9b6] {
    background-color: none;
}

.carousel-indicators[b-4iccwfh9b6] {
    position: relative !important;
    top: 0px !important; /* Adjust the top distance as needed */
    justify-content: center; /* Center the indicators horizontally */
    visibility: hidden;
}

    .carousel-indicators li[b-4iccwfh9b6] {
        background-color: #e4dddc;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        margin-right: 5px;
        cursor: pointer;
    }

    .carousel-indicators .active[b-4iccwfh9b6] {
        background-color: #f1ebea;
    }



/* Extra small devices (phones) */
@media (max-width: 576px) {

    .carousel-indicators li[b-4iccwfh9b6] {
        width: 8px;
        height: 8px;
    }
}

/* Small devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {

    .carousel-indicators li[b-4iccwfh9b6] {
        width: 8px;
        height: 8px;
    }
}

/* Medium devices (laptops) */
@media (min-width: 769px) and (max-width: 992px) {

    .carousel-indicators li[b-4iccwfh9b6] {
        width: 10px;
        height: 10px;
    }
}

/* Large devices (desktops) */
@media (min-width: 993px) and (max-width: 1200px) {
}

/* Extra large devices (large desktops) */
@media (min-width: 1201px) {
}
/* /Components/MenuCategoryCarouselItem.razor.rz.scp.css */
.carousel-item[b-p69yme5vr7] {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0; /* Start with items hidden */
    transform: translateY(100%); /* Start below the container */
    height: 100vh !important;
}

.carousel-item.active[b-p69yme5vr7] {
    opacity: 1; /* Show active item */
    transform: translateY(0); /* Move active item into view */
}
.category-description-container[b-p69yme5vr7] {
    padding-left: 11px !important;
    padding-right: 11px !important;
}

.category-description[b-p69yme5vr7] {
    font-family: 'Lato-normal';
    font-size: 18px !important;
    color: #333333 !important;
}


.menu-items-container[b-p69yme5vr7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    justify-content: space-between;
    grid-gap: 1px;
    padding-top: 10px;
    margin-bottom: 80px;
}


/* Extra small devices (phones) */
@media (max-width: 576px) {

    .menu-items-container[b-p69yme5vr7] {
        grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
        grid-gap: 1px;
        padding: 0px 15px !important;
    }
}

/* Small devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
    .menu-items-container[b-p69yme5vr7] {
        grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
        grid-gap: 1px;
        padding: 0px 15px !important;
    }
}

/* Medium devices (laptops) */
@media (min-width: 769px) and (max-width: 992px) {
    .menu-items-container[b-p69yme5vr7] {
        grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
        grid-gap: 1px;
        padding: 0px 15px !important;
    }
}


/* Landscape mode */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* CSS styles for iPad Mini in landscape mode */
    .menu-items-container[b-p69yme5vr7] {
        grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
        grid-gap: 1px;
    }
}

/* Portrait mode */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /*  CSS styles for iPad Mini in portrait mode */
    .menu-items-container[b-p69yme5vr7] {
        grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
        grid-gap: 1px;
        padding: 0 10px;
    }
}

@media only screen and (min-width: 1920px) and (min-height: 1080px) and (orientation: landscape) {
    /* Styles for landscape-oriented TV screens */
    .menu-items-container[b-p69yme5vr7] {
        grid-template-columns: repeat(auto-fill, minmax(36rem, 1fr)) !important;
        grid-gap: 1px !important;
        padding: 0 10px !important;
    }
}

/* /Components/MenuItem.razor.rz.scp.css */

.menu-item-card[b-ucwkbsz922] {
    border: 1px hidden;
    box-shadow: 0px 10px 8px rgb(0, 0, 0, 0.04);
    margin-bottom: 20px;
    cursor: default !important;
    padding-bottom: 0!important;
}

.item-image[b-ucwkbsz922] {
    position: relative;
    width: 100%;
    aspect-ratio: 1.6 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent !important;
}

.item-price-tag[b-ucwkbsz922] {
    z-index: 1;
    padding: 2px 10px;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    color: white;
    font-family: 'Lato-normal';
    position: absolute;
    bottom: 15px;
    border-radius: 0px 3px 3px 0px;
}

.item-name[b-ucwkbsz922] {
    font-family: 'Lato-bold' !important;
    font-weight:600;
    margin-bottom: 0 !important;
    
}

.item-details[b-ucwkbsz922] {
    font-family: 'Lato-normal';
    color: #888787;
    font-size: 12px;
}

[b-ucwkbsz922] .item-customize-btn {
    position:absolute;
    left: 15px;
    bottom: 15px;
    font-size: 14px;
    background: none !important;
    color: #E12626 !important;
    border-color: #E12626 !important;
}

.card-body[b-ucwkbsz922] {
    position: relative;
    padding: 2px 0 10px 10px !important;
    /* min-height: 190px; */
}

.sold-out-cart[b-ucwkbsz922] {
    opacity: 0.5;
    pointer-events: none;
}

.sold-content[b-ucwkbsz922] {
    position: absolute;
    bottom: 5px;
    right: 0;
    background-color: #ffcc00;
    padding: 2px 10px;
}

/* Extra small devices (phones) */
@media (max-width: 576px) {
}

/* Small devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
}


@media only screen and (min-width: 1920px) and (min-height: 1080px) and (orientation: landscape) {
    /* Styles for landscape-oriented TV screens */
    .item-name[b-ucwkbsz922] {
        font-size: 32px!important;
    }

    .item-price-tag[b-ucwkbsz922] {
        font-size: 35px !important;
        bottom: 30px;
    }
}
/* /Components/MenuItemsCarousel.razor.rz.scp.css */

#menuItemsCarousel[b-0h8ghyirrf] {
    background-color: none;
    padding: 0 !important;

}

.carousel-indicators[b-0h8ghyirrf] {
    position: absolute !important;
    top: 0px !important; /* Adjust the top distance as needed */
    justify-content: center; /* Center the indicators horizontally */
    visibility: hidden;
}

.carousel-indicators li[b-0h8ghyirrf] {
    background-color: #e4dddc;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    cursor: pointer;
}

.carousel-indicators .active[b-0h8ghyirrf] {
    background-color: #f1ebea;
}



/* Extra small devices (phones) */
@media (max-width: 576px) {

    .carousel-indicators li[b-0h8ghyirrf] {
        width: 8px;
        height: 8px;
    }
}

/* Small devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {

    .carousel-indicators li[b-0h8ghyirrf] {
        width: 8px;
        height: 8px;
    }
}

/* Medium devices (laptops) */
@media (min-width: 769px) and (max-width: 992px) {

    .carousel-indicators li[b-0h8ghyirrf] {
        width: 10px;
        height: 10px;
    }
}

/* Large devices (desktops) */
@media (min-width: 993px) and (max-width: 1200px) {
}

/* Extra large devices (large desktops) */
@media (min-width: 1201px) {
}
/* /Components/MenuItemsCarouselItem.razor.rz.scp.css */
.item-details-wrapper[b-9xli5hhtdj] {
    background-color: none !important;
    width: 65% !important;
    margin: 0 auto !important;
}
.product-name[b-9xli5hhtdj] {
    display: inline-block;
    color: #212529;
    font-size: 18px;
    margin-bottom: 0.5rem !important;
    font-weight: bold !important;
}

.product-price[b-9xli5hhtdj] {
    display: inline-block;
    color: #212529;
    font-size: 18px;
    margin-bottom: 0.5rem !important;
    margin-right: 3px;
    float: right !important;
    font-weight: bold !important;
}

.product-description[b-9xli5hhtdj] {
    color: #212529;
    font-size: 17px;
}

.menu-item-container[b-9xli5hhtdj] {
    justify-content: center !important;
    padding: 10px;
    height: 80% !important;
}


[b-9xli5hhtdj] .menu-item-card {
    width: 100% !important;
    margin-bottom: 1.5rem !important;
    
}

[b-9xli5hhtdj] .item-image {
    aspect-ratio: 1.7 / 1;
    background-size: cover !important;
    border: none !important;
    border-radius: 4px !important;
}

[b-9xli5hhtdj] .card-body{
    display: none !important;
    padding: 0 !important;
}

[b-9xli5hhtdj] .item-price-tag {
    display: none !important;
}


.carousel-item[b-9xli5hhtdj] {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0; /* Start with items hidden */
    transform: translateY(100%); /* Start below the container */
    height: 100vh !important;
    margin-top: 1.5rem;
}

.carousel-item.active[b-9xli5hhtdj] {
    opacity: 1; /* Show active item */
    transform: translateY(0); /* Move active item into view */
}

.category-description-container[b-9xli5hhtdj] {
    padding-left: 11px !important;
    padding-right: 11px !important;
}

.category-description[b-9xli5hhtdj] {
    font-family: 'Lato-normal';
    font-size: 18px !important;
    color: #333333 !important;
}

/* Extra small devices (phones) */
@media (max-width: 576px) {

    .menu-item-container[b-9xli5hhtdj] {
        padding: 0px 15px !important;
    }
}

/* Small devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
    .menu-item-container[b-9xli5hhtdj] {
        
        padding: 0px 15px !important;
    }
}

/* Medium devices (laptops) */
@media (min-width: 769px) and (max-width: 992px) {
    .menu-item-container[b-9xli5hhtdj] {
        
        padding: 0px 15px !important;
    }
}


/* Landscape mode */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* CSS styles for iPad Mini in landscape mode */
    .menu-item-container[b-9xli5hhtdj] {
        
    }
}

/* Portrait mode */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /*  CSS styles for iPad Mini in portrait mode */
    .menu-item-container[b-9xli5hhtdj] {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 1920px) and (min-height: 1080px) and (orientation: landscape) {
    /* Styles for landscape-oriented TV screens */
    .menu-item-container[b-9xli5hhtdj] {
        padding: 0 10px !important;
    }
    .product-name[b-9xli5hhtdj] {
        font-size: 50px !important;
        font-weight: bold !important;
    }

    .product-price[b-9xli5hhtdj] {
        font-size: 50px !important;
        font-weight: bold !important;
    }

    .product-description[b-9xli5hhtdj] {
        font-size: 50px !important;
        margin-top: 2rem !important;
    }

    .carousel-item[b-9xli5hhtdj] {
        margin-top: 42px !important;
    }
}
/* /Components/QRCode.razor.rz.scp.css */
.qr-code-container[b-560k8jztha] {
    position: absolute;
    bottom: 52px;
    padding: 3px;
    left: 6px;
    margin: 0 auto;
    z-index: 100;
    width: 10%;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 10px 8px rgb(0, 0, 0, 0.25);
}
.arrow-pointer-gif[b-560k8jztha]{
    display: none !important;
    position: absolute;
    left: -125px;
    bottom: 50px;
    width: 120px;
    height: 100px;
}

@media only screen and (min-width: 1920px) and (min-height: 1080px) and (orientation: landscape) {
    /* Styles for landscape-oriented TV screens */
    .arrow-pointer-gif[b-560k8jztha] {
        display: none !important;
        position: absolute;
        left: -185px;
        bottom: 90px;
        width: 180px;
        height: 140px;
    }
}
/* /Components/Signage.razor.rz.scp.css */
.signage-container[b-ki9o93ykm7] {
    padding-top:22px;
    height: 100vh;
    width: 100%;
    box-shadow: 0px 10px 8px rgb(0, 0, 0, 0.25);
}
/* /Components/SignageCarousel.razor.rz.scp.css */

#signageCarousel[b-lr5jokvwlo] {
    background-color: none;
}

.carousel-indicators[b-lr5jokvwlo] {
    position: absolute !important;
    top: -27px !important; /* Adjust the top distance as needed */
    justify-content: center; /* Center the indicators horizontally */
    visibility: hidden;
}

.carousel-indicators li[b-lr5jokvwlo] {
    background-color: #e4dddc;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    cursor: pointer;
}

.carousel-indicators .active[b-lr5jokvwlo] {
    background-color: #f1ebea;
}



/* Extra small devices (phones) */
@media (max-width: 576px) {

    .carousel-indicators li[b-lr5jokvwlo] {
        width: 8px;
        height: 8px;
    }
}

/* Small devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {

        .carousel-indicators li[b-lr5jokvwlo] {
            width: 8px;
            height: 8px;
        }
}

/* Medium devices (laptops) */
@media (min-width: 769px) and (max-width: 992px) {

        .carousel-indicators li[b-lr5jokvwlo] {
            width: 10px;
            height: 10px;
        }
}

/* Large devices (desktops) */
@media (min-width: 993px) and (max-width: 1200px) {
}

/* Extra large devices (large desktops) */
@media (min-width: 1201px) {
}
/* /Components/SignageCarouselItem.razor.rz.scp.css */
.image-container[b-hs7st9pf9o] {
    width: 100%;
    height: calc(100vh - 40px);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-color: none;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-pnuw1al5me] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pnuw1al5me] {
    flex: 1;
}

.sidebar[b-pnuw1al5me] {
/*    background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, #e42526 70%);*/
}

.top-row[b-pnuw1al5me] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pnuw1al5me]  a, .top-row[b-pnuw1al5me]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pnuw1al5me]  a:hover, .top-row[b-pnuw1al5me]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pnuw1al5me]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-pnuw1al5me] {
        justify-content: space-between;
    }

    .top-row[b-pnuw1al5me]  a, .top-row[b-pnuw1al5me]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pnuw1al5me] {
        flex-direction: row;
    }

    .sidebar[b-pnuw1al5me] {
        width: 20%;
        min-width: 350px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pnuw1al5me] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pnuw1al5me]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pnuw1al5me], article[b-pnuw1al5me] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Menu.razor.rz.scp.css */

@media only screen and (min-width: 1920px) and (min-height: 1080px) and (orientation: landscape) {
    /* Styles for landscape-oriented TV screens */
    .main-container[b-n1j0czmnnx] {
        width: 100% !important;
        max-width: 100% !important;
    }
}
