.like_it span{
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    padding-left: 43px;
    position: relative;
    margin-right: 7px;
}
.like_it span:before {
    display: block;
    width: 26px;
    content: '';
    height: 26px;
    background: url(../svg/ico_like.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 7px;
    top: 0;
}
.like_it_area {
    display: inline-block;
    vertical-align: middle;
}
.like_it_area .star {
    width: 36px;
    height: 27px;
    padding-left: 7px;
    position: relative;
    cursor: pointer;
}
.like_it_area .star:before {
    display: block;
    width: 9px;
    content: '';
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}


.heart_like {
    display: inline-block;
    height: 29px;
    width: 33px;
    background: url(../svg/add_vishlist.svg) center no-repeat;
    background-size: cover;
    position: relative;
    top: 2px;
    margin-left: 15px;
    cursor: pointer;
}
.heart_like.active {
    background: url(../svg/add_vishlist_added.svg) center no-repeat;
    cursor: default;
    background-size: cover;
}

@media (min-width: 720px) {
    .like_it {
        display: inline-block;
        float: right;
        line-height: 48px;
    }
    .like_it span{
        font-size: 28px;
        padding-left: 50px;
    }
    .like_it span:before {
        width: 34px;
        height: 34px;
        left: 0;
        top: 4px;
    }
    .like_it .positioner {
        top: -3px;
    }
    .like_it_area .star {
        width: 48px;
        height: 36px;
        padding-left: 10px;
    }
    .like_it_area .star:before {
        width: 12px;
    }

    .heart_like {
        height: 38px;
        width: 44px;
        margin-left: 22px;
    }
}

@media (min-width: 1020px) {
    .like_it {
        line-height: 24px;
        margin-right: 52px;
    }
    .like_it span{
        font-size: 14px;
        padding-left: 25px;
        margin-right: 5px;
    }
    .like_it span:before {
        width: 17px;
        height: 17px;
        left: 0;
        top: 3px;
    }
    .like_it .positioner {
        top: -3px;
    }
    .like_it_area .star {
        width: 23px;
        height: 18px;
        padding-left: 5px;
    }
    .like_it_area .star:before {
        width: 5px;
    }
    .heart_like {
        height: 19px;
        width: 22px;
        margin-left: 11px;
        top: 0;
    }    
}
