/* recently viewed plugin css styles */

#rv_listings {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
div#rv_listings {
    padding: 20px 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
}

.rv-container {
    display: flex;
}

#rv_listings div.item {
    padding: 1px 0px 5px 5px;
}
#rv_listings div.item:first-child {
    padding-left: 0;
}
body[dir=rtl] #rv_listings div.item:first-child {
    padding-left: 4px;
    padding-right: 0;
}
#rv_listings div.item:last-child {
    padding-right: 0;
}
body[dir=rtl] #rv_listings div.item:last-child {
    padding-right: 4px;
    padding-left: 0;
}
#rv_listings div.item img {
    width: 90px;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(247 247 247);
    border-radius: 50%;
}
#rv_listings div.item a{
    border-bottom: none;
}


#rv_listings div.rv_first,
#rv_listings div.rv_last {
    flex: 0 0 0%;
}
#rv_listings div.rv_items {
    flex: 1;
    display: flex;
    height: 60px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 15px;
}
#rv_listings div.rv_items {
    height: 100px;
    margin-bottom: 10px;
}
#rv_listings div.rv_items .item img {
    height: 90px;
}

body.search-on-map-page #rv_listings {
    display: none;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
    #rv_listings.rv-lg div.rv_items {
        justify-content: space-around;
    }
}
@media screen and (min-width: 1440px) {
    #rv_listings.rv-xl div.rv_items {
        justify-content: space-around;
    }
}
    ._2D4L{
        position: relative !important;
    }

/*** ALL TABLET/MOBILE VIEWS ***/
@media screen and (max-width: 991px) {
}
/*** MOBILE VIEW ***/
@media screen and (max-width: 767px) {
    .rv-container {
        flex-direction: column;
        height: auto;
    }
    }
}

._2D4L {
    flex-shrink: 0;
    font-size: medium;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: top;
    white-space: normal;
    display: flex;
    background: #fff;
    width: 160px;
}

.g2f2, .g2f3 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.g2f2 {
    margin-right: 0;
    width: 175px;
}

.g2f3 {
    color: #000;
    text-decoration: none;
    border-bottom: none !important;
}

.g2f4 {
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    width: 35px;
    left: 40px;
    transform: translateX(-100%);
    position: absolute;
    margin: auto;
}

.g2f3 span{
    color: #ffffff;
    background-color: #f24b6a;
    -webkit-border-radius: 100px;
    padding: 10px;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 14px;
    position: absolute;
    left: 45px;
}