.header-wishlist {
    position: relative;
    top: 0px;
}

.header-wishlist a {
    display: block;
    width: 29px;
    height: 26px;
    position: relative;
    left: 2px;
}

.header-wishlist .wd-tools-icon {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -2px;
    top: 2px;
}

.header-wishlist .wishlist-count {
    position: absolute;
    left: 14px;
    top: 0px;
    background: #DD1F4F;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}

.header-wishlist:not(.count) .wishlist-count {
    visibility: hidden;
}

.header-wishlist .wd-tools-icon::before {
    content: ' ';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('/wp-content/themes/woodmart-child/assets/img/header-heart.svg');
}

.header-wishlist:hover .wd-tools-icon::before {
    background-image: url('/wp-content/themes/woodmart-child/assets/img/header-heart-active.svg');
}