.header-cart {
	font-size: 24px;
}

.header-cart:hover .header-cart-count {
  color: #8a9a5b;
}

@media screen and (min-width: 992px) {
	.header-cart {
		padding-right: .875rem;
	}
}

.header-cart-count {
    position: absolute;
    font-size: 10px;
    top: 0;
    right: 0;
    border-radius: 50%;
    background-color: #fff;
    color: #7851a9;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}