.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;
}

.bx-breadcrumb .fa-angle-right:before {
	content: "/";
}
.bx-breadcrumb-item {
	height: 22px;
	white-space: nowrap;
}

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

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	line-height: 21px;
	color: #C1C1C1;
	text-decoration: none;

	font-size: 12px;
	font-weight: 500;

}
.bx-breadcrumb-item-link .bx-breadcrumb-item-text {
	color: #C1C1C1;
}
.bx-breadcrumb-item-link:hover { }

.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
	transition: 250ms linear all;
	color: #FF5E3A;

	font-size: 12px;
	font-weight: 500;
}