.header-cart{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#222;
    text-decoration:none;
    font-size:24px;
}

.header-cart i{
    font-size:24px;
}

.cart-count{
    position:absolute;
    top:-8px;
    right:-10px;
    width:20px;
    height:20px;
    background:#ff0000;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:11px;
    font-weight:700;
    line-height:1;
}