.sec-breadcrumb{
	position: relative;
	padding: 2.4rem 0 0;
}
.breadcrumb{
	margin: 0;
}
.breadcrumb *{
	font-size: 1.4rem;
	line-height: 2rem;
	color: rgba(0, 0, 0, 0.6) !important;
}
.breadcrumb span,
.breadcrumb a:hover{
	color: rgba(0, 0, 0, 1) !important;	
}
.breadcrumb .separator{
	margin: 0 0.8rem;
	color: rgba(0, 0, 0, 0.6) !important;
}
@media(max-width:767.98px){
	.breadcrumb {
    	flex-wrap: nowrap;
    	overflow: hidden;
    	overflow-x: auto;
    	position: relative;
    	-ms-overflow-style: none;
    	scrollbar-width: none;
	}
	.breadcrumb::-webkit-scrollbar {
        display: none;
    }
    .breadcrumb * {
    	white-space: nowrap;
    }
}