.bx-breadcrumb {

    padding: 10px;
	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 i {
    display: flex;
    margin: 0 20px;
}

.bx-breadcrumb-item {
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100% !important;

}

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

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	line-height: 17px;
}

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

.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
	transition: 250ms linear all;
	display: inline-block;
	font-size: 0.8rem;
	line-height: 1.2rem;
}