.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 14px;
	font-size: 15px;
	vertical-align: middle;
	margin-right: 9px;
	margin-left: 9px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #999;
	font-weight: 400;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}
.g-wrapper{
	padding-left: 40px;
	margin-bottom: 15px;
}
.itm--wrap span{

	/*font-size: 13px;*/
	/*line-height: 16px;*/
	/*color: #999;*/
	/*font-weight: 400;*/

}
.itm--wrap .itm--arrow{

	margin-left: 10px;
	margin-right: 10px;

}
.b_breadcrumbs__list{
	display: flex;
}
.b_breadcrumbs a.b_breadcrumbs__m-link {
	display: none;
}
.b_breadcrumbs li:last-child .itm--arrow {
	display: none;
}
.b_breadcrumbs li:last-child {
	font-size: 13px;
	line-height: 16px;
	color: #999;
	font-weight: 400;
	display: block;
}
.b_breadcrumbs li .itm--arrow {
	/*margin: 0 6px 0 9px;*/
}
.b_breadcrumbs a{
	font-size: 13px;
	line-height: 16px;
	color: #999;
	font-weight: 400;
	display: block;
}
.b_breadcrumbs a:hover {
	color: #918767!important;
	text-decoration: none;
}
.content{
	display: block;
}
@media (max-width: 767px) {
	.b_breadcrumbs ul {
		display: none;
	}
}
@media (max-width: 767px) {
	.b_breadcrumbs a.b_breadcrumbs__m-link {
		display: flex;
		color: #999;
		align-items: center;
		width: fit-content;
		font-size: 12px;
	}
	.b_breadcrumbs__m-link span {
		transform: rotate(180deg);
		padding-left: 7px;
	}
	.b_breadcrumbs .content{
		margin-left: 10px;
	}
}
