﻿/*@import url("../Content/font-awesome-4.7.0/css/font-awesome.min.css");*/ /* Using a url */
.clickFavorite {
    font-size: 16px;
    color: rgba(0,0,0,.5);
    width: 19px;
    height: 19px;
    margin: 0 auto;
    /*margin-top: 20px;*/
    position: relative;
    cursor: pointer;

    display: inline-block;
    margin-left: 10px;
}

.clickFavorite span {
    margin-left: 4px;
    /*margin-top: 3px;*/
    /*z-index: 2;*/
    position: absolute;
    color: red;
    transition: all .32s ease;
}

.clickFavorite span:hover {
    opacity: 0.8;
}

.clickFavorite span:active {
    transform: scale(0.93,0.93) translateY(2px)
}

.clickFavorite .ring, .clickFavorite .ring2 {
    opacity: 0;
    /*background: grey;*/
    width: 1px;
    height: 1px;
    position: absolute;
    top: 19px;
    left: 18px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .32s ease;
}

.Favactive span, .Favactive-2 span {
    /*color: #F5CC27 !important;*/
    color: red !important;
}    

.Favactive-2 .ring {
    width: 29px !important;
    height: 29px !important;
    top: -5px !important;
    left: -5px !important;
    position: absolute;
    border-radius: 50%;
    opacity: 1 !important;
}

.Favactive-2 .ring {
    background: #F5CC27 !important;
}

.Favactive-2 .ring2 {
    background: #fff !important;
}

.Favactive-3 .ring2 {
    width: 31px !important;
    height: 31px !important;
    top: -6px !important;
    left: -6px !important;
    position: absolute;
    border-radius: 50%;
    opacity: 1 !important;
}

.SaveSuccess span {
    /*color: #F5CC27 !important;*/
    color: #00ff00 !important;
}
.SaveError span {
    /*color: #F5CC27 !important;*/
    color: red !important;
}

.FavoriteInfo {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    color: grey;
    position: relative;
    /*top: 30px;*/
    /*left: -46px;*/
    left: 30px;
    opacity: 0;
    transition: all 0.3s ease;
}

.FavoriteInfo-tog {
    color: #F5CC27;
    position: relative;
    /*top: 45px;*/
    opacity: 1;
}

/** {
    transition: all .32s ease;
}*/
                