.wci-cart-icon-wrap {
	display: flex;
	align-items: center;
}

.wci-cart-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #111827;
	line-height: 1;
	text-decoration: none;
}

.wci-cart-icon:hover,
.wci-cart-icon:focus {
	color: currentColor;
	text-decoration: none;
}

.wci-cart-icon svg {
	display: block;
	width: 32px;
	height: 32px;
}

.wci-cart-count {
	position: absolute;
	top: -8px;
	right: -10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #ef4444;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	box-sizing: border-box;
}

.wci-cart-icon-wrap[data-hide-empty="yes"] .wci-cart-count[data-count="0"] {
	display: none;
}
