/* Product detail breadcrumb — below category strip, above product content */
.prio-product-breadcrumb {
	width: 94%;
	max-width: 1440px;
	margin: 16px auto 8px;
	padding: 0 10px;
	box-sizing: border-box;
}

.prio-product-breadcrumb .p_breadcrumb {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.prio-product-breadcrumb .p_breadcrumb::after {
	display: block;
	clear: both;
	content: '';
}

.prio-product-breadcrumb .p_breadcrumbItem {
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 1.6;
	color: #666;
}

.prio-product-breadcrumb .p_breadcrumbItem * {
	font-size: 14px !important;
	color: #666 !important;
}

.prio-product-breadcrumb .p_breadcrumbItem a {
	text-decoration: none;
	color: #333 !important;
}

.prio-product-breadcrumb .p_breadcrumbItem a:hover {
	color: #cf2621 !important;
}

.prio-product-breadcrumb .p_breadcrumbItem .icon {
	width: 12px;
	height: 12px;
	fill: currentColor;
}

.prio-product-breadcrumb .p_breadcrumbItem:not(:first-child) {
	padding: 0 3px 0 15px;
}

.prio-product-breadcrumb .p_breadcrumbItem:not(:first-child)::before {
	content: '>';
	position: absolute;
	left: 3px;
	color: #999;
}

@media screen and (max-width: 768px) {
	.prio-product-breadcrumb {
		margin-top: 12px;
		margin-bottom: 4px;
	}
}
