/* /Pages/Admin/Categories.razor.rz.scp.css */
.header[b-ffdsm686aw] {
    display: flex;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid lightgray;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.row[b-ffdsm686aw] {
    display: flex;
    padding: 6px;
}

.col[b-ffdsm686aw] {
    flex: 1;
}

.col-visible[b-ffdsm686aw] {
    text-align: center;
}
/* /Pages/Admin/EditProduct.razor.rz.scp.css */
img[b-ft9nm6qlss] {
    max-height: 200px;
    max-width: 200px;
}

.row[b-ft9nm6qlss] {
    display: flex;
    padding: 6px;
}

.col[b-ft9nm6qlss] {
    flex: 1;
}

.header[b-ft9nm6qlss] {
    display: flex;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid lightgray;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.col-visible[b-ft9nm6qlss] {
    text-align: center;
}
/* /Pages/Admin/Products.razor.rz.scp.css */
img[b-hr6n10dgnh] {
    max-height: 100px;
    max-width: 100px;
}
/* /Pages/Admin/ProductTypes.razor.rz.scp.css */
.row[b-3octqwj0nq] {
    display: flex;
    padding: 6px;
}

.col[b-3octqwj0nq] {
    flex: 1;
}
/* /Pages/Cart.razor.rz.scp.css */
.container[b-gauxalqaz9] {
    display: flex;
    padding: 6px;
}

.image-wrapper[b-gauxalqaz9] {
    width: 150px;
    text-align: center;
}

.image[b-gauxalqaz9] {
    max-height: 150px;
    max-width: 150px;
    padding: 6px;
}

.name[b-gauxalqaz9] {
    flex-grow: 1;
    padding: 6px;
}

.cart-product-price[b-gauxalqaz9] {
    font-weight: 600;
    text-align: right;
}

.btn-delete[b-gauxalqaz9] {
    background: none;
    border: none;
    padding: 0px;
    color: red;
    font-size: 12px;
}

    .btn-delete:hover[b-gauxalqaz9] {
        text-decoration: underline;
    }

.input-quantity[b-gauxalqaz9] {
    width: 70px;
}
/* /Shared/AdminMenu.razor.rz.scp.css */
.top-row a[b-q4wip12nt1] {
    margin-left: 0 !important;
}

.dropdown-item:hover[b-q4wip12nt1] {
    background-color: white;
}
/* /Shared/FeaturedProducts.razor.rz.scp.css */
.container[b-62mvmswugt] {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    justify-content: center;
}

img[b-62mvmswugt] {
    max-width: 200px;
    max-height: 200px;
    border-radius: 6px;
    transition: transform .2s;
    margin-bottom: 10px;
}

    img:hover[b-62mvmswugt] {
        transform: scale(1.1) rotate(5deg);
    }

.featured-product[b-62mvmswugt] {
    margin: 10px;
    text-align: center;
    padding: 10px;
    border: 1px solid lightgray;
    border-radius: 10px;
    max-width: 200px;
}

@media (max-width: 1023.98px) {
    .container[b-62mvmswugt] {
        justify-content: flex-start;
    }
}
/* /Shared/HomeButton.razor.rz.scp.css */
.home-button[b-i6c1cqn2is] {
    white-space: nowrap;
    margin-right: 10px;
    transform: rotate(-5deg);
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-w9rgyg9lo7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-w9rgyg9lo7] {
    flex: 1;
}

.sidebar[b-w9rgyg9lo7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-w9rgyg9lo7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-w9rgyg9lo7]  a, .top-row[b-w9rgyg9lo7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-w9rgyg9lo7]  a:hover, .top-row[b-w9rgyg9lo7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-w9rgyg9lo7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-w9rgyg9lo7] {
        display: none;
    }

    .top-row.auth[b-w9rgyg9lo7] {
        justify-content: space-between;
    }

    .top-row[b-w9rgyg9lo7]  a, .top-row[b-w9rgyg9lo7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-w9rgyg9lo7] {
        flex-direction: row;
    }

    .sidebar[b-w9rgyg9lo7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-w9rgyg9lo7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-w9rgyg9lo7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-w9rgyg9lo7], article[b-w9rgyg9lo7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wqhorxopef] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-wqhorxopef] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wqhorxopef] {
    font-size: 1.1rem;
}

.oi[b-wqhorxopef] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-wqhorxopef] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wqhorxopef] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wqhorxopef] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wqhorxopef]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-wqhorxopef]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-wqhorxopef]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wqhorxopef] {
        display: none;
    }

    .collapse[b-wqhorxopef] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/ProductList.razor.rz.scp.css */
.media-img[b-y5k93ue370] {
    max-height: 200px;
    max-width: 200px;
    border-radius: 6px;
    margin-bottom: 10px;
    transition: transform .2s;
}

    .media-img:hover[b-y5k93ue370] {
        transform: scale(1.1);
    }

.media-img-wrapper[b-y5k93ue370] {
    width: 200px;
    text-align: center;
}

.page-selection[b-y5k93ue370] {
    margin-right: 15px;
    margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
    .media[b-y5k93ue370] {
        flex-direction: column;
    }

    .media-img-wrapper[b-y5k93ue370] {
        width: 100%;
        height: auto;
    }
}
/* /Shared/ShopLayout.razor.rz.scp.css */
.page[b-tdef3npljk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tdef3npljk] {
    flex: 1;
}

.nav-menu[b-tdef3npljk] {
    background-image: linear-gradient(180deg, rgb(44, 62, 80) 0%, rgb(52, 73, 94) 70%);
}

.top-row[b-tdef3npljk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tdef3npljk]  a, .top-row[b-tdef3npljk]  .btn-link {
        white-space: nowrap;
        margin-left: .5rem;
        text-decoration: none;
    }

    .top-row[b-tdef3npljk]  a:hover, .top-row[b-tdef3npljk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tdef3npljk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row.auth[b-tdef3npljk] {
        justify-content: space-between;
    }

    .top-row[b-tdef3npljk]  a, .top-row[b-tdef3npljk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tdef3npljk] {
        flex-direction: row;
    }

    .top-row[b-tdef3npljk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-tdef3npljk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-tdef3npljk], article[b-tdef3npljk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/ShopNavMenu.razor.rz.scp.css */
.navbar-toggler[b-jbcibzx0jl] {
    color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jbcibzx0jl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jbcibzx0jl] {
    font-size: 1.1rem;
}

.oi[b-jbcibzx0jl] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-jbcibzx0jl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

    .nav-item[b-jbcibzx0jl]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-jbcibzx0jl]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-jbcibzx0jl]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.flex-nav[b-jbcibzx0jl] {
    flex-direction: column;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jbcibzx0jl], .navbar-toggler-wrapper[b-jbcibzx0jl] {
        display: none;
    }

    .flex-nav[b-jbcibzx0jl] {
        flex-direction: row;
        display: flex;
    }

    .collapse[b-jbcibzx0jl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/UserButton.razor.rz.scp.css */
.show-menu[b-06mibe5xln] {
    display: block;
}

.user-button[b-06mibe5xln] {
    margin-left: .5em;
}

.top-row a[b-06mibe5xln] {
    margin-left: 0;
}

.dropdown-item:hover[b-06mibe5xln] {
    background-color: white;
}
