﻿.breadcrumb {
    margin-bottom: 0;
}

    .breadcrumb > .divbreadcrumb {
        width: 100%;
        margin: 0px 0px 48px;
        text-align: center;
        position: relative;
        background: transparent;
    }

    .breadcrumb > .divbreadcrumb:not(.no-background) {
        padding: 100px 100px 100px 100px;
    }

    .breadcrumb > .divbreadcrumb.no-background {
        padding: 10px 100px 0px 100px;
    }

    .breadcrumb > .divbreadcrumb:not(.no-background) {
        background: linear-gradient(45deg,#d37200 20%, #d96206 40%, #ce3455 60%,#c01667 80%, #4449b9 100%);
    }

    .breadcrumb > .divbreadcrumb > a:not(.c-pointer) {
        line-height: 2;
        position: relative;
        z-index: 501;
        display: inline-block;
        padding-left: .7rem !important;
        color: white;
        font-family: "Barlow" !important;
        font-size: 12px !important;
        line-height: 2;
        letter-spacing: -0.3px !important;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        text-align: center;
        position: relative;
    }

    .breadcrumb > .divbreadcrumb:not(.no-background) a.c-pointer {
        font-family: "SecondaryFont" !important;
        font-size: 11px !important;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        padding-top: 1rem !important;
        z-index: 501;
        position: relative;
        display: block;
        letter-spacing: 0px !important;
        line-height: 15px !important;
    }

    .breadcrumb > .divbreadcrumb:not(.no-background) a.c-pointer {
        color: white !important;
    }

    .breadcrumb > .divbreadcrumb.no-background a {
        color: #828282 !important;
    }

    .breadcrumb a.c-pointer font {
        display: block;
        margin-top: 15px;
    }

.categories-breadcrumb {
    display: flex;
    justify-content: center;
    column-gap: 60px;
    margin-bottom: 5px;
}

.breadcrumb > .divbreadcrumb > a:not(:first-of-type, .c-pointer)::before {
    content: '/';
    position: absolute;
    left: 0;
}

.breadcrumb > .divbreadcrumb > h1 {
    font-family: "PrimaryFontBold" !important;
    font-size: 36px !important;
    line-height: 1.17;
    letter-spacing: -0.9px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 501;
    margin-top: 10px;
    margin-bottom: 0;
}

.breadcrumb > .divbreadcrumb:not(.no-background) > h1 {
    color: white;
}

.breadcrumb > .divbreadcrumb.no-background > h1 {
    color: black;
}

.breadcrumb > .divbreadcrumb:not(.no-background) > .filter-above {
    --c: 0.3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: var(--c);
    transition: 0.4s;
    z-index: 19;
}

.breadcrumb > .divbreadcrumb > .prevactive:hover ~ .filter-above {
    --c: 0.1;
}

.categories-breadcrumb a img {
    transition: all .2s ease-in-out;
}

.categories-breadcrumb a:hover img {
    scale: 1.1;
}

.submenu-breadcrumb a:hover {
    text-shadow: 0 0 0.01px;
}

.divbreadcrumb a:hover {
    text-shadow: 0 0 0.01px;
}