.breadcrumbs {
	padding:25px 0
}
.breadcrumbs ul {
	display:flex;
	white-space: nowrap;
}
.breadcrumbs li {
	position:relative;
	padding:0 15px
}
.breadcrumbs li:not(:last-child) {
	font-weight:700
}
.breadcrumbs li:not(:last-child):after {
	position:absolute;
	content:">";
	height:100%;
	top:0;
	right:-5px;
	margin-left:10px;
	color:rgba(60,60,60,.902)
}
.breadcrumbs a {
	color:#000!important;
	transition:all .2s ease-in
}
.breadcrumbs a:hover {
	color:#ffc510!important
}