.bx-breadcrumb {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
    font-family: Bebas;
    margin-bottom: 30px;
}
.bx-breadcrumb-item {
	height: 22px;
	white-space: nowrap;
}
.bx-breadcrumb-item-angle {
	margin: 0 5px;
	color: #000000;
	vertical-align: top;
	font-size: 12px !important;
    margin-top: -2px;
}
.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	line-height: 21px;
    font: 400 14px/21px Bebas;
    color: #000;
    text-decoration: none;
}
.bx-breadcrumb-item-link:hover { }
.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
	font: 400 14px/21px Bebas;
	transition: 250ms linear all;
    color: #9b9b9b;
}
.bx-breadcrumb-item-link .bx-breadcrumb-item-text {
     color: #000;
}