
html, body{
    background: linear-gradient(to right,#000,#424242 75%);
}

/*.favorite-page{*/
/*    margin: 60px 170px 0 140px;*/
/*}*/

.favorite-page .title{
    margin-bottom: 20px;
}

.gallery_items {
    height: unset;
}

.favorite-page .content-page-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 60px;
}

.gallery{
    width: unset !important;
}

.gallery_items_inner {
    position: unset !important;
}


.back-to-top{
    position: fixed;
    z-index: 100;
}

.back-to-top-icon {
    top: 18px !important;
    right: 0 !important;
}

.item_gallery.gallery {
    height: 340px !important;
}

.title{
    padding-top: 60px;
}

.break-line{
    height: 0;
    flex-basis: 100%;
}

.wishlist-banner-wrapper{
    width: 100%;
    height: auto;
}

.wishlist-banner-wrapper.desktop{
    display: none;
}
.wishlist-banner-wrapper.mobile{
    display: block;
}

.wishlist-banner-wrapper .banner-img{
    width: 100%;
    height: auto;
}
.empty_fav_title_wrapper {
    padding-right : 43px;
}
.empty_fav_wrapper{
    display : flex;
    flex-direction:column;
    align-content:center;
    align-items: center;
    font-family:Assistant, Arial, sans-serif;
    color:#FFF;
    font-size:32px;
}
.empty_fav_txt_header {
    font-weight:bold;
}
div > button.btn_empty_fav {
    margin-top:30px;
}
.btn_empty_fav{
    background-image: linear-gradient(to right,#78ffd6,#a8ff78);
    color:#000;
    font-size:16px;
    border-radius : 15px;
    padding: 4px 30px 4px 30px;
    border : 1px solid #000;
}


@media (min-width: 768px){

    .wishlist-banner-wrapper.desktop{
        display: block;
    }

    .wishlist-banner-wrapper.mobile{
        display: none;
    }
}

@media (min-width: 801px){

    .title{
        padding-top: unset;
    }

    .favorite-body-wrapper{
        margin: 60px 170px 0 140px;
    }

    .favorite-page{
    }

    .favorite-page .content-page-wrapper{
        justify-content: unset;
        margin-bottom: 200px;
    }
}

@media (min-width: 1200px) {
    .favorite-page .content-page-wrapper{
        row-gap: 170px;
    }
}