

.header-cart-group div.wishlist_custom>a:before {
    content: '\eb8a' !important;
    font-family: icomoon !important;
    font-size: 19px !important;
    color: rgba(89, 99, 117, 1) !important;
}
.header-cart-group div.user_custom>a:before {
    content: '\eb8c' !important;
    font-family: icomoon !important;
    font-size: 19px !important;
    color: rgba(89, 99, 117, 1) !important;
}
.header-cart-group div.wishlist_custom>a,
.header-cart-group div.user_custom>a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}