.app-favorite-off {
    background: linear-gradient(#b4b4b4,#919191);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    vertical-align: text-bottom;
    display: inline-block;
}

.app-favorite-off img{
    width: 14px;
    position: absolute;
    top: 4px;
    left: 5px;
}

.app-favorite-on {
    background: linear-gradient(#ffd829,#ffab21);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    vertical-align: text-bottom;
    display: inline-block;
}

.app-favorite-on img{
    width: 14px;
    position: absolute;
    top: 4px;
    left: 5px;
}

.phone-favorite-off {
    background: linear-gradient(#b4b4b4,#919191);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    vertical-align: text-bottom;
    display: inline-block;
}

.phone-favorite-off img{
    width: 14px;
    position: absolute;
    top: 4px;
    left: 5px;
}

.phone-favorite-on {
    background: linear-gradient(#ffd829,#ffab21);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    vertical-align: text-bottom;
    display: inline-block;
}

.phone-favorite-on img{
    width: 14px;
    position: absolute;
    top: 4px;
    left: 5px;
}

.pc-favorite-off {
    background: linear-gradient(#b4b4b4,#919191);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    vertical-align: text-bottom;
    display: inline-block;
}

.pc-favorite-off img{
    width: 14px;
    position: absolute;
    top: 4px;
    left: 5px;
}

.pc-favorite-on {
    background: linear-gradient(#ffd829,#ffab21);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    vertical-align: text-bottom;
    display: inline-block;
}

.pc-favorite-on img{
    width: 14px;
    position: absolute;
    top: 4px;
    left: 5px;
}