.header-cart__count, .header-wishlist__count {
    position: absolute;
    top: -5px;
    right: 10px;
    height: 20rem;
    width: 20rem;
    border-radius: 100%;
    line-height: 20rem;
    background-color: #a78f77;
    color: #fff;
    font-size: 12rem;
}
.header-cart__count {
    right: 0;
}
.header-wishlist {
    position: relative;
}