.cart {
    line-height: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
}

.items-in-cart {
    position: absolute;
    z-index: 1;
    top: -4px;
    right: -9px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    font-size: 11px;
    font-weight: 500;
	background-color: #fff;
    color: #000;
}

.fa-shopping-cart{
    color: #fff;
    font-size: 16px;
}