#main-view
.ccsubview.favorites {
    min-height: calc(100% - var(--bottom-nav-menu-height) - 1px);
    background: #f5f3f6;
}





#main-view
.ccsubview.favorites
.merchants-wrapper {
    display: none;
}

#main-view
.ccsubview.favorites.content
.merchants-wrapper {
    display: block;
}





#main-view
.ccsubview.favorites
.loading-wrapper {
    display: none;
    padding: 50px 0;
}

#main-view
.ccsubview.favorites.loading
.loading-wrapper {
    display: block;
}



#main-view
.ccsubview.favorites
.loading-wrapper
img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 30px;
}





#main-view
.ccsubview.favorites
.no-merchants-wrapper {
    display: none;
}

#main-view
.ccsubview.favorites.no-favorites
.no-merchants-wrapper {
    display: block;
}



#main-view
.ccsubview.favorites
.no-merchants-wrapper
img {
    display: block;
    margin: 80px auto 0 auto;
    width: 100px;
    height: auto;
}



#main-view
.ccsubview.favorites
.no-merchants-wrapper
h1 {
    margin: 25px 0 0 0;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-align: center;
}



#main-view
.ccsubview.favorites
.no-merchants-wrapper
p {
    margin: 10px 0 0 0;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: #888;
    text-align: center;
}




















