/* _content/B2B/Components/Layout/LoginLayout.razor.rz.scp.css */
.page[b-m61cwgdh7r] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

main[b-m61cwgdh7r] {
    flex: 1;
    max-width: 100% !important;
}

.sidebar[b-m61cwgdh7r] {
    position: sticky;
    top: 0;
}

.top-row[b-m61cwgdh7r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-m61cwgdh7r]  a, .top-row .btn-link[b-m61cwgdh7r] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-m61cwgdh7r] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 639px) {
    .top-row:not(.auth)[b-m61cwgdh7r] {
        display: none;
    }

    .top-row.auth[b-m61cwgdh7r] {
        justify-content: space-between;
    }

    .top-row a[b-m61cwgdh7r], .top-row .btn-link[b-m61cwgdh7r] {
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .page[b-m61cwgdh7r] {
        flex-direction: row;
    }

    .sidebar[b-m61cwgdh7r]:after {
        content: '';
        display: block;
        width: 100%;
        height: 6rem;
        background: #D9D9D9;
        position: absolute;
        bottom: -3rem;
        left: 0;
        transform: skewY(-30deg);
        z-index: -1;
    }
}
/* _content/B2B/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fusvrximmh] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

main[b-fusvrximmh] {
    flex: 1;
}

.article-container:has(.cart-info)[b-fusvrximmh] {
    min-height: 100dvh;
}

@media (min-width: 1600px) {
    .article-container:has(.cart-info)[b-fusvrximmh] {
        max-width: 1700px;
    }
}

@media (min-width: 1024px) {
    .article-container:has(.cart-info)[b-fusvrximmh] {
        display: flex;
        padding-right: 0;
        margin-top: 0;
        margin-right: 0;
        gap: 1rem;
    }
}

.sidebar[b-fusvrximmh] {
    position: sticky;
    top: 0;
}

.top-row[b-fusvrximmh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-fusvrximmh]  a, .top-row .btn-link[b-fusvrximmh] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-fusvrximmh] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 639px) {
    .top-row:not(.auth)[b-fusvrximmh] {
        display: none;
    }

    .top-row.auth[b-fusvrximmh] {
        justify-content: space-between;
    }

    .top-row a[b-fusvrximmh], .top-row .btn-link[b-fusvrximmh] {
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .page[b-fusvrximmh] {
        flex-direction: row;
    }

    .sidebar[b-fusvrximmh]:after {
        content: '';
        display: block;
        width: 100%;
        height: 6rem;
        background: #D9D9D9;
        position: absolute;
        bottom: -3rem;
        left: 0;
        transform: skewY(-30deg);
        z-index: -1;
    }
}
/* _content/B2B/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-item[b-1ihaht6tyy] {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 0;
}

@media (min-width: 1024px) {
    .navbar-toggler[b-1ihaht6tyy] {
        display: none;
    }

    .nav-scrollable[b-1ihaht6tyy] {
        overflow-y: auto;
        display: block;
    }
}
