.bx-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-top: 2.5rem;*/
    /*margin-bottom: 2.5rem;*/
    height: 5.75rem;
}

.bx-breadcrumb-item {
    height: 0.75rem;
    white-space: nowrap;

    &:last-child {
        .bx-breadcrumb-item-text {
            color: rgba(35, 31, 32, 1);
        }
    }
}

.bx-breadcrumb-item-angle {
    margin: 0 10px;
    color: #b5bdc2;
    vertical-align: top;
    font-size: 0.75rem;

    &:last-child {
        color: rgba(35, 31, 32, 1);
    }
}

.bx-breadcrumb-item-link {
    border-bottom: none;
    vertical-align: top;
    line-height: 1;
    text-decoration: none;
}

.bx-breadcrumb-item-link:hover {
}

.bx-breadcrumb-item-text {
    vertical-align: top;
    white-space: normal;
    /*font: 400 13px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;*/
    transition: 250ms linear all;
    line-height: 1;
    font-size: 0.75rem;
    color: rgba(35, 31, 32, 0.5);
}