/* Favorite circle top  */
.header-favorite-circle-top-right-v3{
    display: inline-block;
    padding: 0 10px 0 10px;
    margin-left: 15px;
    float: right;
}

.header-favorite-circle-top-right-v3 .icon:before{
    content: url('../../../_static/images/unitedfashion_v2022/header_heart_icon.svg');
    display: block;
    height: 18px;
    width: 30px;
    margin: 0 auto;
}

.header-favorite-circle-top-right-v3 .description{
    font-size: 12px;
    text-align: center;
    color: #000000;
    font-weight: 500;
    margin: 16px 0 0;
    display: block;
    line-height: 12px;
}

.header-favorite-circle-top-right-v3 .header-carthor-total{
    position: absolute;
    top: -2px;
    right: -49px;
    background: #00a859;
    border-radius: 50%;
    color: #ffffff;
    line-height: 19px;
    height: 19px;
    width: 19px;
    text-align: center;
    font-size: 12px;
}