#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    background: #fff;
}

#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper:first-child {
    margin-top: 0;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details {
    padding: 15px 15px 0 15px;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.profile-pic {
    display: block;
    float: left;
    width: 60px;
    height: auto;
    border-radius: 80px;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper {
    box-sizing: border-box;
    float: left;
    margin: 0 0 0 15px;
    width: calc(100% - 60px - 15px)
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
h1 {
    width: 100%;
    font-size: 22px;
    font-weight: 800;
    color: #000;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
h2 {
    margin: 2px 0 0 0;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #999;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.view-details-button-wrapper {
    margin: 4px 0 0 0;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.view-details-button-wrapper
a {
    font-size: 16px;
    font-weight: 800;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper {
    position: relative;
    margin: 12px 0 0 0;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.button {
    width: 55px;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.button
span {
    display: block;
    margin: 2px 0 0 0;
    font-size: 10px;
    font-weight: 500;
    color: #aaa;
    text-align: center;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.favorite.button {
    display: inline-block;
    position: relative;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.favorite.button
i {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 26px;
    height: 26px;
    background: url(https://m.gorezit.com/objects/favorite-subview-merchant/images/merchant-favorite-icon-off.svg?v=2) 0 0 no-repeat;
    background-size: auto 26px;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.favorite.button
.favorited-label {
    display: none;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.favorite.button.favorited
.favorite-label {
    display: none;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.favorite.button.favorited
.favorited-label {
    display: block;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.favorite.button.favorited
i {
    left: 1px;
    top: 1px;
    background: url(https://m.gorezit.com/objects/favorite-subview-merchant/images/merchant-favorite-icon-on.svg?v=2) 0 0 no-repeat;
    background-size: auto 24px;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.compare.button {
    display: inline-block;
    position: relative;
    margin: 0 22px;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.compare.button
img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 28px;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.compare.button
img.on {
    display: none;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.compare.button.comparing
img.off {
    display: none;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.compare.button.comparing
img.on {
    display: block;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.compare.button
.comparing-label {
    display: none;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.compare.button.comparing
.compare-label {
    display: none;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.compare.button.comparing
.comparing-label {
    display: block;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.share.button {
    display: inline-block;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.merchant-details
.info-wrapper
.favorite-share-wrapper
.share.button
.icon {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 24px;
}



#main-view
.ccsubview.favorites
.merchants-wrapper
.merchant-wrapper
.main-tvr-wrapper {
    margin: 25px 0 0 0;
}

















