/* /Pages/Admin/AdminPanelPage.razor.rz.scp.css */
/* /Pages/Brand/Products/ProductIndexPage.razor.rz.scp.css */
.subCategoryFontStyle[b-4frp6954ob] {
    color: #444444;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.categoryListStyle22[b-4frp6954ob] {
    color: #444444;
    margin: 1px 0px;
    padding: 2px 0px;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
}


.categoryListStyle222[b-4frp6954ob] {
    color: #444444;
    margin: 1px 0px;
    padding: 2px 0px;
    font-size: 12px;
    line-height: 12px;
}

.hr-sm[b-4frp6954ob] {
    margin: 0.65rem 0
}

.text-underline-hover[b-4frp6954ob] {
    text-decoration: none;
}

    .text-underline-hover:hover[b-4frp6954ob] {
        text-decoration: underline;
    }
/* /Shared/Components/C_SpinLoadingAnimationV2.razor.rz.scp.css */
/* ======================== */
/* We define the overall with and height of this element.
You can make it bigger or smaller. */
.loader-wrapper[b-7bd1npxii7] {
    width: 60px;
    height: 60px;
}

.loader[b-7bd1npxii7] {
    box-sizing: border-box; /* box-sizing: border-box makes it so that the padding is calculated inside of the element and not outside. You can remove this to see what happens. */
    width: 100%; /* Takes up the entire with of the parent (.loader-wrapper 60px) */
    height: 100%; /* Takes up the entire height of the parent (.loader-wrapper 60px) */
    border: 5px solid #162534; /* The border: is going to be the thickness of the ring & a solid color is added. */
    border-top-color: #c23; /* We target specific parts of the border and change the color */
    border-bottom-color: #c23; /* We target specific parts of the border and change the color */
    border-radius: 50%; /* Makes the element a circle */
    animation: rotate-b-7bd1npxii7 5s linear infinite; /* Applies the keyframe animation by using the name, duration of 5 seconds, timing function linear, and the iteration to run infinitely. */
}
/* Selecting the inner loader and modifying the colors and the duration of the animation to make it different from the original loader */
.loader-inner[b-7bd1npxii7] {
    border-top-color: #c23;
    border-bottom-color: #c23;
    animation-duration: 2.5s;
}
/* 
    We set 3 stops, 0% state will be the normal starting point for the scale while rotating.
    The 50% stop we make the scaling slightly smaller and rotate the element in reverse.
    The 100% stop just goes to the initial state. The animation will basically repeat over and over. 
*/
@keyframes rotate-b-7bd1npxii7 {
    0% {
        transform: scale(1) rotate(360deg);
    }

    50% {
        transform: scale(.8) rotate(-360deg);
    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}
/* /Shared/Components/SkewButton.razor.rz.scp.css */
.button[b-eyv9q981bt] {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    outline: 2px solid #fff;
    padding: 30px 60px;
    position: relative;
    overflow: hidden;
    transition: color 1s;
    z-index:1
}

    .button:hover[b-eyv9q981bt] {
        color: #000 !important;
        outline: 2px solid #6b7280;
    }

.button[b-eyv9q981bt]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 150%;
    height: 100%;
    background-color: #fff;
    transform: scaleX(0) skewX(35deg);
    transform-origin: left;
    z-index: -1;
    transition: transform 1s;
}

.button:hover[b-eyv9q981bt]::before {
    transform: scaleX(1) skewX(35deg);
}
/* /Shared/Layouts/Components/BrandBar.razor.rz.scp.css */
.universal-nav-container[b-2gowxu4yo5] {
    height: auto;
}

.universal-nav[b-2gowxu4yo5] {
    background-color: rgb(51, 51, 51);
    z-index: 402;
}

.sitewide[b-2gowxu4yo5] {
    display: flex;
    height: 3.5rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

.brothers-brands-bar[b-2gowxu4yo5] {
    box-sizing: border-box;
    height: inherit;
    width:100%;
}

.brothers-brands-bar--inner[b-2gowxu4yo5] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 496px;
    height: inherit;
    overflow:auto;
}

@media (min-width:1024px) {
    .brothers-brands-bar[b-2gowxu4yo5] {
        width: auto;
    }

    .brothers-brands-bar--inner[b-2gowxu4yo5] {
        justify-content: flex-start;
    }
}

.brand-bar-button--brand-logo[b-2gowxu4yo5] {
    box-sizing: border-box;
    display: block;
    height: 3.5rem;
    padding: 0.5rem 0.75rem;
}

    .brand-bar-button--brand-logo:active[b-2gowxu4yo5] {
        background-color: white;
    }

    .brand-bar-button--brand-logo:hover[b-2gowxu4yo5] {
        background-color: rgba(255, 255, 255, 0.75)
    }

.brand-logo--cte[b-2gowxu4yo5] {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 0.725rem 0.9rem;
    max-width: 8.125rem;
    width: 8.125rem;
}

.logo_cte[b-2gowxu4yo5] {
    max-height: 2.15rem;
    margin: auto;
    display: block;
    background: white;
    padding: 3px;
    border-radius: 3px;
}

.brand-logo--gs[b-2gowxu4yo5] {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 0.725rem 0.9rem;
    max-width: 8.125rem;
    width: 8.125rem;
}

.logo_gs[b-2gowxu4yo5] {
    max-height: 2.15rem;
    margin: auto;
    display: block;
    background: white;
    padding: 3px;
    border-radius: 3px;
}

.brand-logo--bk[b-2gowxu4yo5] {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 0.725rem 0.9rem;
    max-width: 12.125rem;
    width: 12.125rem;
}

.logo_bk[b-2gowxu4yo5] {
    max-height: 2.15rem;
    margin: auto;
    display: block;
    background-color: unset;
    padding: 3px;
    border-radius: 3px;
}

.slogan-table[b-2gowxu4yo5] {
    display: table;
    height: 3.5rem;
    text-transform: uppercase;
}

.slogan-tablecell[b-2gowxu4yo5] {
    color: rgb(255,255,255);
    display: table-cell;
    font-size: 12px;
    line-height: 1.1;
    vertical-align: middle;
}

.brand-slogan[b-2gowxu4yo5] {
    background-color: transparent;
    border-width: 0px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 1.1em;
    text-decoration: none;
    text-transform: uppercase;
}

.active-brand[b-2gowxu4yo5] {
    background-color: rgb(255,255,255);
}
/* /Shared/Layouts/TestingLayout.razor.rz.scp.css */
.page[b-7fd2uazl84] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7fd2uazl84] {
    flex: 1;
}

.sidebar[b-7fd2uazl84] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7fd2uazl84] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7fd2uazl84]  a, .top-row .btn-link[b-7fd2uazl84] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-7fd2uazl84] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7fd2uazl84] {
        display: none;
    }

    .top-row.auth[b-7fd2uazl84] {
        justify-content: space-between;
    }

    .top-row a[b-7fd2uazl84], .top-row .btn-link[b-7fd2uazl84] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7fd2uazl84] {
        flex-direction: row;
    }

    .sidebar[b-7fd2uazl84] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7fd2uazl84] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-7fd2uazl84], article[b-7fd2uazl84] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


.navbar-toggler[b-7fd2uazl84] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7fd2uazl84] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7fd2uazl84] {
    font-size: 1.1rem;
}

.oi[b-7fd2uazl84] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-7fd2uazl84] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7fd2uazl84] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7fd2uazl84] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7fd2uazl84]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-7fd2uazl84]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-7fd2uazl84]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-7fd2uazl84] {
        display: none;
    }

    .collapse[b-7fd2uazl84] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
