/* _content/QuickShop/Components/Lightbox.razor.rz.scp.css */
/* Lightbox styles */
.lightbox-overlay[b-l90r6a9x44] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-content[b-l90r6a9x44] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .lightbox-content img[b-l90r6a9x44] {
        /*    max-width: 100%;
    max-height: 100%;*/
        max-width: 100%;
        max-height: 900px;
        border: 2px solid white;
        border-radius: 8px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
        object-fit: contain;
    }
.lightbox-caption[b-l90r6a9x44] {
    position: absolute;
    bottom: -20px;
    background: #000;
    color: white;
    width: 100%;
    height: 30px;
    font-size: 1rem;
    border-radius: 0 0 10px 10px;
    padding-left: 10px;
    padding-top: 2px;
}


.close-btn[b-l90r6a9x44] {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #bb0000;
    color: white;
    border: none;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    cursor: pointer;
}
/* _content/QuickShop/Components/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-6yuspy5phd] {
    position: relative;
    display: inline-block;
    cursor: help;
}

span[b-6yuspy5phd] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 120%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff!important;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    font-weight: normal;
}

    span[b-6yuspy5phd]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #363636 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-6yuspy5phd] {
    visibility: visible;
}
/* _content/QuickShop/Pages/_Cart/HOI.razor.rz.scp.css */
.hoi[b-jhocc86m7b] {
    background-color: #999999!important; /* Off-white grayish color */
    color: #00ff21;
}
/* _content/QuickShop/Shared/Layouts/HOI.razor.rz.scp.css */
.page[b-x00wf8hl0z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x00wf8hl0z] {
    flex: 1;
}

.sidebar[b-x00wf8hl0z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-x00wf8hl0z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x00wf8hl0z]  a, .top-row .btn-link[b-x00wf8hl0z] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-x00wf8hl0z] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-x00wf8hl0z] {
        display: none;
    }

    .top-row.auth[b-x00wf8hl0z] {
        justify-content: space-between;
    }

    .top-row a[b-x00wf8hl0z], .top-row .btn-link[b-x00wf8hl0z] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x00wf8hl0z] {
        flex-direction: row;
    }

    .sidebar[b-x00wf8hl0z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x00wf8hl0z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-x00wf8hl0z], article[b-x00wf8hl0z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Set the overall background color of the site */
body[b-x00wf8hl0z] {
    background-color: #f2f2f2; /* Off-white grayish color */
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif; /* Optional: Customize the font */
}

/* Style the main content area as a raised document */
/*.raised-document {
    background-color: #ffffff;*/ /* White background color */
    /*padding: 20px;
    margin: 20px auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);*/ /* Drop-shadow around the edges */
    /*border-radius: 8px;*/ /* Optional: Add slight rounding to the corners */
    /*max-width: 1200px;*/ /* Optional: Set a max width to avoid overly wide content */
    /*box-sizing: border-box;*/ /* Ensure padding is included in the element's width/height */
/*}*/

.raised-document[b-x00wf8hl0z] {
    background-color: #fff;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.8);
    padding: 30px;
}
/* Ensure the content is responsive */
.container[b-x00wf8hl0z] {
    width: 100%;
    max-width: 1200px; /* Optional: Set a max width to the container */
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
/* _content/QuickShop/Shared/Layouts/MainLayout.razor.rz.scp.css */
main[b-h88kwq9j0p] {
    flex: 1;
    padding: 0.8em;
}

.page[b-h88kwq9j0p] {
    position: relative;
    display: flex;
    flex-direction: column;
}



.sidebar[b-h88kwq9j0p] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-h88kwq9j0p] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-h88kwq9j0p]  a, .top-row .btn-link[b-h88kwq9j0p] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-h88kwq9j0p] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (min-width: 576px) {
    main[b-h88kwq9j0p] {
        padding: 1em;
    }
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-h88kwq9j0p] {
        display: none;
    }

    .top-row.auth[b-h88kwq9j0p] {
        justify-content: space-between;
    }

    .top-row a[b-h88kwq9j0p], .top-row .btn-link[b-h88kwq9j0p] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h88kwq9j0p] {
        flex-direction: row;
    }

    .sidebar[b-h88kwq9j0p] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-h88kwq9j0p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-h88kwq9j0p], article[b-h88kwq9j0p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    main[b-h88kwq9j0p] {
        padding: 2em 3em;
    }
}

@media (min-width: 1024px) {
    .raised-document[b-h88kwq9j0p] {
        margin-top: 2rem !important;
    }
}
body[b-h88kwq9j0p] {
    /*background-color: #F5F3F3; *//* Off-white grayish color */
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif; /* Optional: Customize the font */
}

.raised-document[b-h88kwq9j0p] {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.container[b-h88kwq9j0p] {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.store-notice[b-h88kwq9j0p] {
    text-align: center;
    padding: 10px;
    z-index: 999999;
    position: fixed;
    top: 0;
    width: 100%;
}
.notice-info + .raised-document .sticky-top[b-h88kwq9j0p] {
    top: 44px;
}
.notice-warning + .raised-document .sticky-top[b-h88kwq9j0p],
.notice-error + .raised-document .sticky-top[b-h88kwq9j0p] {
    top: 44px;
}

.notice-error[b-h88kwq9j0p] {
    background-color: #d14a4a;
    border-top: 0px solid #8f0000;
    border-bottom: 0px solid #8f0000;
    color: #fff;
}
.notice-warning[b-h88kwq9j0p] {
    background-color: #eee046;
    border-top: 0px solid #82834a;
    border-bottom: 0px solid #82834a;
}
.notice-info[b-h88kwq9j0p] {
    /*padding: 10px;*/
    background-color: #c5e1f3;
    border-top: 0px solid #84b6d7;
    border-bottom: 0px solid #84b6d7;
}

.test-notice[b-h88kwq9j0p] {
    z-index: 99999999;
    display: inline-block;
    position: fixed;
    background-color: yellow;
    width: 300px;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #e1db11;
    top: 3px;
    text-align: center;
}
.test-notice-title[b-h88kwq9j0p] {
    font-size: 14px;
    font-weight: bold;
}
/* _content/QuickShop/Shared/NavMenu - Copy.razor.rz.scp.css */
.navbar-toggler[b-zbhro13yxy] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-zbhro13yxy] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zbhro13yxy] {
    font-size: 1.1rem;
}

.oi[b-zbhro13yxy] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-zbhro13yxy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zbhro13yxy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zbhro13yxy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zbhro13yxy]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-zbhro13yxy]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-zbhro13yxy]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zbhro13yxy] {
        display: none;
    }

    .collapse[b-zbhro13yxy] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-zbhro13yxy] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/QuickShop/Shared/NavMenu.razor.rz.scp.css */
.navbar[b-r2aq6exrqr] {
    /*justify-content: end;*/
    justify-content: space-between;
    /*padding: .5rem 3rem .5rem 2.5rem;*/
    padding: 1rem 0.8rem .8rem 1rem;
}
.navbar-toggler[b-r2aq6exrqr] {
    background-color: rgba(255, 255, 255, 0.1);
}

#navbarNav[b-r2aq6exrqr] {
    margin-top: 20px;
    margin-left: 35px;
}
.top-row[b-r2aq6exrqr] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-r2aq6exrqr] {
    margin: 0;
    font-size: 1.1rem;
    vertical-align: middle;
}
.navbar-text[b-r2aq6exrqr] {
    margin: 0;
    font-size: 1.1rem;
    vertical-align: middle;
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    display: none;
    white-space: nowrap;
}
.oi[b-r2aq6exrqr] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-r2aq6exrqr] {
    font-size: 1rem;
    white-space: nowrap;
    /*padding-bottom: 0.5rem;*/
}


*a .nav-item[b-r2aq6exrqr] {
    /*    color: #393939;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;*/
}
[b-r2aq6exrqr] a.nav-link {
    color: rgba(0,0,0,1.0);
    padding: 0;
    display: inline;
}
/*a.active .nav-item {
    background-color: rgba(255,255,255,0.25);
    color: rgba(0,0,0,1.0);
}*/

.nav-item[b-r2aq6exrqr]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: rgba(0,0,0,0.7);
}

.nav-item i[b-r2aq6exrqr],
.nav-link i[b-r2aq6exrqr]{
    padding-right: 0.35em;
}
    .nav-item .nav-link[b-r2aq6exrqr] {
        color: #000 !important;
    }

.navbar-collapse[b-r2aq6exrqr] {
    justify-content: space-between;
}

nav[b-r2aq6exrqr] {
    /*box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.03);*/
    border-bottom: 1px solid #ddd;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255) 63%, rgb(243 250 255) 100%);
}

/* Badge to show the number of items in the cart */
.cart-badge[b-r2aq6exrqr] {
    top: 12px;
    left: -14px;
    background-color: red;
    color: white;
    /*border-radius: 50%;*/
    padding: 4px 8px;
    font-size: 12px;
}

.navbar-logo[b-r2aq6exrqr] {
    max-height: 50px;
    max-width: 100%;
}

.navbar-toggler[b-r2aq6exrqr] {
    border: 0;
    --bs-navbar-toggler-font-size: 1.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.9);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#offcanvasExample[b-r2aq6exrqr] {
    width: 300px;
}
.offcanvas-links[b-r2aq6exrqr] {

}
.cart-label[b-r2aq6exrqr] {
    display: none;
}
.cart-badge[b-r2aq6exrqr] {
    top: -10px;
    left: 18px;
}
.right-section[b-r2aq6exrqr] {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust spacing */
}
.offcanvas-text[b-r2aq6exrqr] {
    color: #888;
}
ul.offcanvas-links[b-r2aq6exrqr] {
    list-style-type: none;
    padding: 0;
}
ul.offcanvas-links li[b-r2aq6exrqr] {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    font-size: large;
}
ul.offcanvas-links li i[b-r2aq6exrqr] {
    width: 33px;
}
#sidebar[b-r2aq6exrqr] {
    position: fixed;
    z-index: 1;
}
#sidebar-nav[b-r2aq6exrqr] {
    width: 280px;
    background-color: #fff;
    padding: 30px 10px 0px 20px;
}
.offcanvas-header[b-r2aq6exrqr] {
    justify-content: space-between;
}
    .offcanvas-header .btn-close[b-r2aq6exrqr] {
        margin-right: 10px;
    }
    /*.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}*/
    .offcanvas-backdrop:not(.show)[b-r2aq6exrqr] {
        display: none;
    }
.offcanvas-backdrop[b-r2aq6exrqr] {
    z-index: 0;
}
.navbar-toggler[b-r2aq6exrqr] {
    padding: 0;
}

@media (min-width: 641px) {
    .navbar[b-r2aq6exrqr] {
        /*justify-content: space-between;*/
    }
    .navbar-toggler[b-r2aq6exrqr] {
        display: none;
    }

/*    .navbar-brand {
        margin-right: 10px;
    }*/

    /*.collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }*/
    
    .nav-scrollable[b-r2aq6exrqr] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

}
@media (min-width: 376px) {
    .navbar-text[b-r2aq6exrqr] {
        display: inline-block;
        margin-left: 0.8rem;
    }
    .navbar-logo[b-r2aq6exrqr] {
        max-height: 70px;
    }
}
@media (min-width: 576px) {
    .navbar-text[b-r2aq6exrqr] {
    }

    #navbarNav[b-r2aq6exrqr] {
        margin-top: 0;
        min-height: 48px;
        display: none!important;
    }

    #offcanvasExample[b-r2aq6exrqr] {
        display: none !important;
    }

    #sidebar-nav[b-r2aq6exrqr] {
        display: none !important;
    }
    .navbar .cart-button-color[b-r2aq6exrqr] {
        background-color: #ffe260;
        border: 1px solid #d7b728 !important;
    }
    .navbar .cart-button-color:hover[b-r2aq6exrqr] {
        background-color: #f5d960;
    }

    .cart-button-color:hover[b-r2aq6exrqr] {
        /*opacity: 0.75;*/
        background-color: #f5d960;
    }

    .cart-button[b-r2aq6exrqr] {
        padding: 10px;
        padding-left: 15px;
        border-radius: 8px;
    }
    .cart-label[b-r2aq6exrqr] {
        display: inline-block;
    }
    .cart-badge[b-r2aq6exrqr] {
        top: 12px;
        left: -14px;
    }

    footer[b-r2aq6exrqr] {
        padding: 10px 30px 40px 30px;
    }
}

@media (min-width: 977px) {

    .navbar[b-r2aq6exrqr] {
        padding: 1rem 3rem 0.5rem 3rem;
    }
}
