.breadcrumbs a {
	color: #010005;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 32px;
}

.breadcrumbs {
	font-weight: 700;
}

.breadcrumbs span.current-item {
	position: relative;
	padding-right: 0 !important;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	line-height: 32px;
	color: #010005;
}

.breadcrumbs span.current-item:before {
	content: '';
	display: block;
	width: 24px;
	height: 5px;
	background: -o-linear-gradient(43deg, #c04820 0%, #ed6424 36.50%, #f19a50 100%);
	background: linear-gradient(47deg, #c04820 0%, #ed6424 36.50%, #f19a50 100%);
	position: absolute;
	left: 0;
	bottom: -10px;
}

.breadcrumbs span {
	padding: 0 3px 0 7px;
}

.breadcrumbs span:first-child {
	padding-left: 0;
}

/* Responsive Style Here */
@media only screen and (max-width: 480px) {
	.breadcrumbs span {
		padding: 0 1px 0 4px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 380px) {
	.breadcrumbs {
		font-size: 11px;
	}

	.breadcrumbs span {
		padding: 0 1px 0 2px;
		font-size: 12px;
	}
}