.chdBlockAddToFavourites,.chd-product-to-favourites{
    position: relative;
    display: inline;
        margin: 10px;   
}
.chdAddToFavourites, .chdAddToFavourites-icon{
    background: url(../images/heart-grey.png) no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 16px 16px;
    background-position: center;
    background-color: transparent;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.chdAddToFavourites-icon{
    width: 28px;
    height: 16px;
}
.chdAddToFavourites.active{
     background: url(../images/heart-red.png) no-repeat;
      background-size: 16px 16px;
    background-position: center;
}
.chdBlockAddToFavourites .chd-tool-tip,.chd-product-to-favourites .chd-tool-tip {
    position: absolute;
    display: none;
    background: rgba(0,0,0,0.3);
    padding: 3px 8px;
    top: 24px;
    color: #fff;
    min-width: 170px;
    left: -85px;
    text-align: center;
    font-weight: 100;
    border-radius: 3px;
}
.chd-product-to-favourites .chd-tool-tip {
    min-width: 250px;
    background: #fff;
    color: #444;
        text-align: left;
    box-shadow: 1px 1px 10px #999;
    padding: 10px 10px 30px 10px;
    z-index: 1000;
}
.chd-product-to-favourites  .title{
    margin: 0  0 10px 0 ;
}
.chdBlockAddToFavourites .chdAddToFavourites:hover .chd-tool-tip{
    display: block;
}
.chdAddToFavourites:hover{
    background-color: rgba(85, 124, 216, 0.2);
}
.chd-product-to-favourites .favourites-icon{
    background: url(../images/heart-large.png) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: 100%;
        position: relative;
    top: 5px;
}
.chd-product-to-favourites .favourites-btn span{
    display: none;
}
.chd-favourites-count {
      line-height: 1.2;
    width: 12px;
    height: 12px;
    text-align: center;
    color: #fff;
    font-size: 8px;
    line-height: 12px;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    background: #e74c3c;
    top: -5px;
    right: -5px;
}
.chd-product-to-favourites .chd-close{
    position: absolute;
    background: url(../images/close.png) no-repeat;
    width: 14px;
    height: 14px;
    cursor: pointer;
        background-size: 100%;
    top: 10px;
    right: 10px;
}
.page-favourites-list{margin-bottom: 50px;}
.page-favourites-list > div{padding: 10px 0;}
.chd-favorite-float{float:right;}
span.chd-text {
    color: #1c80cf;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    padding-left: 8px;
}
    .chd-favourites-btn {
        text-decoration: none;
        line-height: 30px;
    }
      .chd-favourites-btn:hover > span{text-decoration: underline;}
      .fixed-bar .chd-favourites-count {
    display: block;
    color: #fff;
    width: 30px;
    height: 30px;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 14px;
    line-height: 30px;
    background: #5F646C;
    border-radius: 3px;
    top: 5px;
    right: 20px;
    text-align: center;
}
.fixed-bar .chd-product-to-favourites {
    margin: 0 25px 0 0;
}
.fixed-bar .favourites-icon {
    position: static;
    background: none;
    width: 1px;
}
.fixed-bar .chd-product-to-favourites a {
    border: none;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    line-height: 14px;
}

.fixed-bar .chd-text{
        color: #fff;
    line-height: 30px;
    padding: 5px 60px 4px 28px;
    border-right: 1px solid #424A55;
    margin: 0 2px 0 0;
        background: url(../images/heart-large.png) no-repeat;
    background-size: 18px;
    background-position: 0 center;
}
.fixed-bar .chd-product-to-favourites .chd-tool-tip {
    top: -110px;
}
.chdBlockAddToFavourites {
    margin-top: -20px;
    float: right;
}
.page-favourites-list .form-group {
    margin: 0 0 20px 0;
}
.page-favourites-list .form-group .view-switcher {
    float: right;
}
.page-favourites-list .btn-group .view-btn {
    width: 35px;
    height: 35px;
    border: 2px solid #F6F6F6;
    background: none;
    float: left;
    cursor: pointer;
    outline: none;
    transition: border 0.2s ease-in-out;
    margin: 0 0 0 10px;
    position: relative;
}

.page-favourites-list  .btn-group .view-btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    background-size: 20px 20px!important;
}
.page-favourites-list  .btn-group .view-btn.active,.page-favourites-list  .btn-group .view-btn:hover {
    border-color: #3F97F6;
}

.page-favourites-list  .btn-group .view-btn.active:before {
    opacity: 1;
}
.page-favourites-list  .products-wrapper {
    clear: both;
    margin: 0 -2.5%;
}
.page-favourites-list  .products-wrapper .product-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 0 2.5% 2.5%;
}
.page-favourites-list  .product-wrapper {
    padding: 20px 20px 15px;
    border: 1px solid #F0F0F0;
    transition: box-shadow 0.2s ease-in-out;
    background: #FFF;
}
.page-favourites-list  .product-wrapper .product-image {
    display: block;
    position: relative;
    text-decoration: none;
    text-align: center;
    height: 150px;
    margin: 0 0 10px 0;
}
.page-favourites-list  .product-wrapper .product-name {
    display: block;
    color: #444444;
    height: 44px;
    overflow: hidden;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    margin: 0 0 10px 0;
}
.page-favourites-list  .product-wrapper .product-description {
    color: #999999;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Lato-Bold', sans-serif;
    margin: 0 0 10px 0;
}
.page-favourites-list  .product-wrapper .product-footer {
    margin: 0 0 10px 0;
}
.page-favourites-list  .product-wrapper .product-price {
    overflow: hidden;
    margin: 0 0 15px 0;
    padding: 0 0 3px;
}
.page-favourites-list  .product-wrapper .product-normal-price {
    color: #e44a30;
    float: left;
    font-size: 26px;
    line-height: 26px;
}
.page-favourites-list  .product-wrapper .single-button {
    margin: 0 0 7px 0;
}
.page-favourites-list  .product-wrapper .single-button .product-info,
.page-favourites-list  .product-wrapper .single-button .addToCart {
    display: block;
}
.page-favourites-list  .product-wrapper .double-buttons {
    overflow: hidden;
}
.page-favourites-list .product-wrapper .double-buttons .wrapper-mg-buy-click {
    float: left;
}

.page-favourites-list .product-wrapper .addToCompare {
    float: right;
    color: #999999;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding-left: 0;
    margin: 15px 0 0 0;
}
.page-favourites-list .product-wrapper .addToCompare:before {
    content: "";
    width: 18px;
    height: 15px;
    background: url(../images/compare-icon.png) no-repeat;
    background-size: 18px 15px;
    position: absolute;
    left: 20px;
    top: -15px;
}
.page-favourites-list  .products-wrapper.list {
    margin: 0;
}
.page-favourites-list  .products-wrapper.list .product-wrapper {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
}
.page-favourites-list .products-wrapper.list .product-wrapper .product-image {
    float: left;
    width: 200px;
    margin: 0 15px 0 0;
}