/* JK Menüü ostukorv — cart icon + count badge */

.jkmc-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.jkmc-link .jkmc-ico {
	display: inline-flex;
	width: 24px;
	height: 24px;
}

.jkmc-link .jkmc-ico svg {
	width: 100%;
	height: 100%;
	fill: currentColor; /* inherits the menu link colour */
}

.jkmc-link .jkmc-count {
	position: absolute;
	top: -9px;
	right: -11px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #e10600;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	box-sizing: border-box;
	display: none;
}

.jkmc-link.jkmc-has .jkmc-count {
	display: block;
}

.jkmc-link .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}
