.k2BreadcrumbsBlock .uk-breadcrumb{
	margin-top: 15px;
}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
	content: ">>";
	margin: 0 11px;
	color: #a8123d;
}
