.btn-wishlist button {
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    width: 35px;
    height: 35px;
    padding: 0;
    z-index: 1002;
}

.btn-wishlist button:focus {
    outline: 0;
    outline: 0;
}

.btn-wishlist button:hover {
    cursor: pointer;
    box-shadow: 1px 1px 3px #9d9d9d;
    background-color: white;
}

.user-wish a {
    position: relative;
    display: block;
}

.wishlist-products-count {
    position: absolute;
    right: 10px;
    top: 0px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 1rem;
    color: #fff;
    padding: 2px;
    background: #dadada;
}

@media (max-width: 767px) {
    .wishlist-products-count {
        right: -5px;
    }
}