/**
 * MiPOS Cart icon with badge - menu page and single product page
 */

.mipos-cart-icon-wrap {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 1rem;
}

.mipos-menu-page .mipos-cart-icon-wrap {
	margin-bottom: 1.5rem;
}

.mipos-cart-icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #1d2327;
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.mipos-cart-icon-link:hover {
	color: #2271b1;
}

.mipos-cart-icon-svg {
	display: block;
}

.mipos-cart-icon-badge {
	position: absolute;
	top: -6px;
	right: -6px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	line-height: 18px;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background: #d63638;
	border-radius: 9px;
	box-sizing: border-box;
}
