﻿.koshertype {
    top: 13px;
    color: #fff;
    bottom: 0;
    left: 10px;
    position: absolute;
}

.stays-details {
    border-radius: 20px;
}

.stay-img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position:relative;
}

.koshertype {
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 12px;
    border-radius: 30px;
    height: auto;
    bottom: auto;
    color: #000;
    font-weight: bold;
    font-size: 10px;
}

    .slider-share .staypreview-share {
        background-color: transparent !important;
    }

.guestFavIcon, .fav-icon {
    bottom: auto;
    top: 40px;
}

.multiple-items .stay-description {
    -webkit-line-clamp: 5;
    line-clamp: 5;
    /*height: auto;*/
    height: 88px;
  
}

.stay-title {
    margin-bottom: 0;
    padding-top: 0;
    height: auto;
 position:relative;
}

    .stay-title h3, .myStayTitle h3 {
        height: auto;
        color: #0168aa;
    }

.loc-accomidation p {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
    font-size: 12px;
    color: gray;
    font-weight: 600;
}

.multiple-items .stay-description {
    margin-top: 10px;
    color: #000;
}

.stay-info,
.stay-features {
    border-bottom: 1px dashed #0168aa;
}

.stay-features {
    height: auto;
    color: gray;
}

    .stay-features ul {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content:space-around;
    }

        .stay-features ul li {
            font-size: 12px;
            margin: 0;
        }

.stay-ratings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: gray;
}

    .stay-ratings p:nth-child(1) {
        width: calc(100% - 120px);
    }

.rating-img .stay-noratings {
    font-size: 10px !important;
}

.stay-ratings p:nth-child(2) {
    width: 120px;
}

.stay-ratings p span {
    font-size: 12px !important;
    width: 100%;
}

.stay-cost {
    display: flex;
    flex-direction: column;
    width: 120px;
    gap: 0;
    background-color: #ccc;
    border-radius: 10px;
    padding: 5px;
    color: #0168aa;
}

.slider-share .staypreview-share i {
    color: #fff !important;
}

    .slider-share .staypreview-share i::before {
        font-size: 18px !important;
    }

.fa-heart:before {
    font-size: 18px;
}

.far.fa-heart {
    color: #fff;
}

.fav-icon {
    height: auto;
    width: auto;
    right: 12px;
}

.starRating img {
    width: 11px !important;
    height: 12px;
}

.stay-ratings p span {
    text-align: left !important;
}

.rating-img img {
    width: 15px !important;
}

p.stay-cost span {
    text-align: center !important;
}

.stay-ratings p > span i.rating-img {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-top: 5px;
}

.stay-ratings p span {
    line-height: normal;
}
.fav-filled {
    color: #0168aa;
}
.fav-empty {
    color: #fff;
}
.slider-share .search-result-stays .staypreview-share {
    right: 8px;
    top: 15px;
}
.stays-details .fav-icon{
    position:absolute;
}
.noratings-available{
    height:97px;
}
.search-result-stays img.inspection-img{
    position:absolute;
    right:0;
}
@media only screen and (max-width: 767px) {
    .stay-features ul {
        gap: 5px;
        justify-content: space-around;
    }

        .stay-features ul li {
            font-size: 11px;
        }

    .stay-features img.feature-img {
        width: 18px !important;
        margin-right: 5px !important;
    }
    .fav-icon {
        right: 23px;
    }
}
