.bxs-cart {
	position: relative;
	display: inline-block;
	color:white;
	font-size: 200%;
	bottom: 5px;
}

.cart-badge {
	position: absolute;
	top: -10px;
	right: 10px;
	background-color: red;
	color: white;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px; /* Zentriert den Text vertikal */
	font-size: 12px;
	font-weight: bold;
}
