

/*Shared Icons for Desktop and Tablet - Grey and Red */
.fav-share-wrapper .st_facebook_large,
.fav-share-wrapper .st_twitter_large,
.fav-share-wrapper .st_email_large,
.fav-share-wrapper .st_pinterest_large,
.fav-share-wrapper .st_googleplus_large {
    background-image: url('/assets-tt2/img/honeymoons/social_icons_white_24.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 12px;
}

.fav-share-wrapper .st_facebook_large {
    background-position: 0px -1px;
}

.fav-share-wrapper .st_twitter_large {
    background-position: -32px 0px;
}

.fav-share-wrapper .st_pinterest_large {
    background-position: -64px 0px;
}

.fav-share-wrapper .st_googleplus_large {
    background-position: -96px 0px;
}
.fav-share-wrapper .st_email_large {
    background-position: -129px 0px;
}


/* Begin Wishlist css style*/
#favorite-wrapper {
    width: 100%;
    min-height: 300px;
    text-transform: uppercase;
    color: white;
}


#favorite-wrapper i.far.fa-heart,  #favorite-wrapper i.fas.fa-heart {
    bottom: initial;
}
#favorite-wrapper .close-dropdown {
    background: none;
    font-size: 23px;
}

#fav-top-section, #fav-list-view, #fav-map-view {
    margin: 0 auto;
    max-width: 1280px;
    width: 94%;
}

#fav-top-section {
    /*padding-bottom: 80px;*/
    padding-bottom: 55px;
}

#fav-left-section, #fav-right-section {
    /*width: 50%;*/
    width: 100%;
    float: left;
}

#fav-left-section {
    /*text-align: left;*/
    text-align: center;
    margin-top: 13px;
}

#fav-right-section {
    text-align: right;
    margin-top: 20px;
}

#fav-right-container {
    float: right;
}

#fav-left-section span.title {
    font-size: 25px;
}

#fav-left-section span.action {
    font-size: 15px;
    padding-left: 34px;
    text-transform: capitalize;
}

span.action a, span.action a:hover, span.action a:visited {
    text-decoration: none;
    color: white;
}

.fav-share-title {
    float: left;
}

.fav-share-title span {
    position: relative;
    top:4px;
    margin-right: 22px;
}

#fav-share-wrapper {
    display: block;
    margin: 0 auto;
    height: 24px;
    width: 180px;
    float: left;
}
#fav-share-wrapper .stButton .stLarge {
    height: 24px !important;
    width: 24px !important;
}

#fav-list-view .arrows {
    height: calc(100% - 10px);
    width: 3%;
    min-width: 27px;
    float: left;
    display: table;
}

#fav-list-view .arrows span {
    display: table-cell;
    cursor: pointer;
    vertical-align: middle;
}

#fav-view-container {
    width: 100%;
    display: inline-block;
}

#fav-items-container {
    width: 94%;
    display: inline-block;
    float: left;
}

#fav-list-view .arrows span {
    color: #FFFFFF;
    font-size: 25px;
}


/* Favorite Items*/
#fav-list-view .favorite-item, #fav-list-view .fav-img ,#fav-list-view .overlay-img  {
    cursor: pointer;
    height: 13vw;
    max-width: 280px;
    max-height: 175px;
    padding: 1px;
    width: 20vw;
}

#fav-list-view .favorite-item {
    float: left;
    margin: 1%;
    position: relative;
}

#fav-list-view > .overlay-img {
    background-color: rgba(240, 240, 240, 0.23);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s ease-in-out 0s;
}

#fav-list-view .fav-data {
    color: #fff !important;
    height: 41%;
    margin-left: 10px;
    margin-top: 47%;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 30;
}

#fav-list-view .fav-data h1 {
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 0 4px #333;
    width: 93% !important;
}

.favorite-item .remove, .favorite-item .undo {
    color: #fff;
    display: flex;
    float: right;
    font-weight: bold;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 14px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
}

.fav-data h2, .favorite-deleted h2 {
    font-size: 12px;
    text-transform: capitalize;
}

.favorite-deleted a.undo span {
    margin-right: 40px;
    position: relative;
    top: 14px;
    font-size: 12px;
}

.fav-more {
    float: right;
    margin-right: 15px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

.swiper-wrapper, .swiper-slide {
    height: initial!important;
}

.fav-data-example {
    height: 42%;
    margin-top: 63px;
    background-color: rgba(78, 173, 203, 0.81);
}

#fav-list-view .fav-data-example h1 {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 0 4px #333;
    color: #FFFFFF;
    position: relative;
    top: 35%;
}

.overlay-img:hover {
    background-color: rgba(52, 52, 52, 0.1);
    transition: all 0.6s ease-in-out 0s;
}

/* START Responsive */
@media screen and (max-width: 1100px) {
    #fav-list-view .fav-data {
        margin-left: 8px;
        margin-top: 34%;
    }

    #fav-list-view .fav-data h1 {
        font-size: 12px;
    }

    .fav-more {
        margin-right: 15px;
    }
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 990px) {

    #fav-items-container {
        width: 93%;
    }

    #fav-list-view .favorite-item, #fav-list-view .fav-img, #fav-list-view .overlay-img {
        width: 27vw;
        height: 17vw;
    }

    #fav-list-view .fav-data h1 {
        font-size: 14px;
    }
}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 870px) {

}

@media screen and (max-width: 853px) {

    #fav-list-view .favorite-item, #fav-list-view .fav-img, #fav-list-view .overlay-img {
        width: 80vw;
        height: 50vw;
    }

    #fav-top-section, #fav-list-view, #fav-map-view {
        width: 87%;
    }

    #fav-items-container {
        width: 80%;
    }

    #fav-left-section, #fav-right-section {
        text-align: center;
    }

    #fav-left-section, #fav-right-section {
        width: 100%;
        float: left;
    }

    #fav-right-section {
        margin-top: 10px;
    }

    #fav-share-wrapper {
        width: auto;
    }

    #fav-right-container {
        float: initial;
        display: inline-block;
    }

    #fav-left-section span.title {
        font-size: 18px;
    }

    #fav-left-section span.action {
        font-size: 13px;
    }

    #fav-list-view .fav-data {
        margin-top: 34%;
    }
}

@media screen and (max-width: 480px) {

    .arrows, .fav-share-title {
        display: none!important;
    }

    #favorite-wrapper {
        position: fixed;
        top: 70px;
        min-height: initial;
    }

    #fav-left-section span.title {
        font-size: 15px;
    }

    .fav-share-title span {
        top: 7px;
        font-size: 11px;
    }

    #fav-right-section {
        margin-top: 16px;
    }

    #fav-items-container {
        height: 58vh;
        overflow-y: scroll;
        width: 100%;
    }

    #fav-list-view {
        height: auto;
        display: inline-block;
    }

    #fav-list-view .favorite-item, #fav-list-view .fav-img, #fav-list-view .overlay-img {
        width: 85vw;
        height: 53vw;
        max-width: initial;
        max-height: initial;
    }

    #overview_favorites {
        margin-bottom: initial;
        margin-right: initial;
    }

    .favorite-item .remove {
        display: block!important;
    }
}

/* END Responsive */
