.favorites {
    display: none;
    cursor: pointer;
    position: relative;
    width: 19px;
    margin: 0 auto;
}

.favorites_active {
    display: block;
}

.favorites span {
    display: block;
    height: 19px;
    width: 19px;
    background-size: 19px;
}

.favorites span {
    background: url('../images/star_off.png') no-repeat 0 0;
    background-size: 19px;
}

.favorites_active span {
    background: url('../images/star_on.png') no-repeat 0 0;
    background-size: 19px;
}

.favorites_show {
    display: block;
}

.favorites_link {
    display: none;
    background-size: 19px;
    height: 22px;
    width: 22px;
}

.favorites_link_active {
    background: url('../images/favorites_mobile_active.png') no-repeat 0 0;
    display: block;
    background-size: 19px;
}


#cart .pages_bottom_menu_item_link {
    margin: 0;
    margin-right: 10px;
}


.favorites_icon {
    background: url('../images/star_on.png') no-repeat 0 0;
    height: 19px;
    width: 19px;
    display: block;
}

.pages_favorites {
    float: right;
    margin-top: 5px;
    margin-right: 230px;
}


.favorites_icon_off {
    background: url('../images/favorites_mobile.png') no-repeat 0 0;
    height: 19px;
    width: 19px;
    background-size: 19px;
    display: inline-block;
}

#cart {
    margin-top: 5px;
    margin-right:5px;
}

.favorites_loading {
    background: url("../images/load.gif") no-repeat 50% 50%;
    height: 24px;
}