.cart-navigation svg {
	width: 24px;
	height: 24px;
}

.cart-count {
	border-radius: 50%;
	position: absolute;
	display: block;
	bottom: 16px;
	right: -7px;
}

@media only screen and (max-width: 768px) {
	.cart-count {
		right: 0;
		left: 0;
	}
}
