.bread {
    
}

.bread .bread-item {
	line-height: 13px;
	vertical-align: middle;
	display: inline;
}

.bread .bread-item a {
	text-decoration: none !important;
}

.bread i {
	
}

.bread .bread-item a span {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #848e99;
	text-decoration: none !important;
}

.bread .bread-item:hover span {
	color: #0d49cd;
}

.bread .bread-item a span::after {
	padding: 0 10px;
    color: #848e99;
    content: "/\00a0";
}

.bread .bread-item span {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #000;
}



@media (max-width: 768px) {
	.bread {
	    display: block;
	    margin-top: 10px;
	    margin-bottom: 30px;
	}

	.bread::before {
		width: 100% !important;
		margin-bottom: 20px !important;
	}
}