.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: 10px;
}

.bx-breadcrumb-item {
	white-space: nowrap;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
}

.bx-breadcrumb-item-angle {
	margin: 0 10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
}

.bx-breadcrumb-item-link {
	text-decoration: none;

}
.bx-breadcrumb-item-link .bx-breadcrumb-item-text {
	color: #5A5A5A;
}

.bx-breadcrumb-item-link:hover { text-decoration: underline; }

.bx-breadcrumb-item-text {
	color: #000000;
}