#breadcrumbs::-webkit-scrollbar {
    display: none
}
#breadcrumbs {
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}
#breadcrumbs>div.grid {
    display: flex;
    align-items: center;
    padding: 10px 15px 10px 5px;
    box-sizing: border-box
}
#breadcrumbs>div.grid>span a:hover {
    color: #212121 !important
}
#breadcrumbs>div.grid>span a:hover>svg {
    fill: #212121 !important
}
#breadcrumbs>div.grid>span {
    display: inline-block;
    white-space: nowrap
}
#breadcrumbs>div.grid>span a {
    display: inline-flex;
    text-decoration: none;
    color: #595959;
    align-items: center
}
#breadcrumbs>div.grid>span a>svg {
    width: 12px;
    height: 12px;
    fill: #595959
}
#breadcrumbs>div.grid>span a span {
    padding: 5px;
    box-sizing: border-box;
    font-size: .7rem;
    line-height: 1rem;
/*    text-transform: uppercase*/
}