/**
 * Header / menu cart count badge (site-wide).
 */
.tma-am-cart-count-badge {
	display: inline-block;
	min-width: 1.25em;
	margin-left: 0.35em;
	padding: 0.1em 0.4em;
	border-radius: 999px;
	background: #2271b1;
	color: #fff;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
}

.tma-am-cart-count-badge[hidden],
.tma-am-cart-count-badge[data-cart-count="0"] {
	display: none !important;
}

a.cart-contents .tma-am-cart-count-badge,
.site-header-cart .tma-am-cart-count-badge {
	margin-left: 0.25em;
}
