input[type="checkbox"].wishlist{
    display: none;
}
input[type="checkbox"].wishlist + label::before{
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 40px;
    content: "\f004";
    opacity: 0.5;
    color: grey;
}
input[type="checkbox"].wishlist.loading + label::before{
    content: "";
    background: url("/static/img/ajax-loader-mini.gif") no-repeat;
    background-size: cover;
    display: block;
    width: 30px;
    height: 30px;
}
input[type="checkbox"].wishlist + label:hover::before,
input[type="checkbox"]:checked.wishlist + label::before{
    color: red;
}
input[type="checkbox"]:checked.wishlist + label:hover::before{
    color: grey;
}
.list-property .span4 .thumbnail{
    position: relative;
}
.list-property .span4 .thumbnail .wishlist-overlay-top, .flexslider .wishlist-overlay-top{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 15;
}
