﻿header {
	background-color: #201d1d;
}

.cart-button-base {
	border: 0;
	background-color: transparent;
}

	.cart-button-base svg {
		fill: white;
	}

.cart-counter-container-base {
	position: relative;
}

.cart-counter-base {
	position: absolute;
	background-color: white;
	border-radius: 10px;
	padding: 0 6px;
	border: 1px solid #282828;
	font-weight: bold;
	color: black;
}
