/*wishlist*/
.heart {
    fill: #ffedf5;
    top: 0px;
    width: 26px;
    right: 0px;
    animation: pulse 1s ease infinite;
    stroke: #f90202;
    stroke-width: 1px;
    position: relative;
}  
.wishbtn {
   right: 50px !important;
   border: 0px !important; 
   background: transparent;
   
}
#wishlist .badge:empty {
    display: none;
}
#wishlist .badge {
    background: #ff828285;
    border-radius: 1.25rem;
    padding: 0.25rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: .55em;
    position: absolute;
    right: 0;
    top: 13px;
    width: 2em;
}
#wishlist>a {
    display: flex;
    padding: 3px;
    border: 1px transparent solid;
    border-radius: var(--border-radius);
    white-space: nowrap;
}