.bx-breadcrumb {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 15px;
	flex-wrap: wrap;
	margin-top: 15px;
}

.bx-breadcrumb {
	color: #000;
	font-size: 13px;
	font-weight: normal;
}

.bx-breadcrumb a {
	text-decoration: none;
	color: #666666;
	font-size: 13px;
	font-weight: normal;
}

.bx-breadcrumb a:hover {
	text-decoration: underline;
	color: #666666;
}

.bc-arrow {
	margin: 0 5px 0 10px
}
