


.custom-wishlist-container {
    display: inline-block;
    max-width: 100%;
    position: relative;
}

.wishlist-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-icon img {
    width: 27px;
    height: auto;
    display: block;
}

/*.wishlist-count {*/
/*    position: absolute;*/
/*    top: -4px;*/
/*    right: -6px;*/
/*    color: white;*/
/*    font-size: 12px;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    text-align: center;*/
/*    line-height: 18px;*/
/*    border-radius: 50%;*/
/*    font-weight: bold;*/
/*    background: #f14845;*/
/*    padding: 2px;*/
/*}*/

.wishlist-count {
    position: absolute;
    top: -7px;
    right: -9px;
    color: white;
    font-size: 11px;
    width: 19px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    font-weight: bold;
    background: #f14845;
    padding: 1px;
}
