.saved{}
.saved section.main{}

.saved section.main .items-group{}
.saved section.main .items-group .group-title{
    color:inherit;
    display:block;
    font-size:20px;
    font-weight:bold;
    padding:8px 0;
}
.saved section.main .items-group .group-title .caret{float:none; margin:0 8px 4px 0; transform:rotate(-90deg); vertical-align:middle;}
.saved section.main .items-group .group-title[aria-expanded="true"] .caret{transform:none;}

.saved section.main .items{}
.saved section.main .items .empty{
    background-image:url(/img/no_search_result.png);
    /*background-image:url(/img/gift.jpg);*/
    background-repeat:no-repeat;
    background-position:top center;
    background-size:180px;
    /*background-size:248px;*/
    margin-top:20px;
    padding-top:220px;
    text-align:center;
}
.saved section.main .items .empty h4{color:#232F4A; font-size:24px; margin:30px auto; max-width:620px;}
.saved section.main .items .empty p{color:#959595; font-size:14px; line-height:18px;}
.saved section.main .items .empty p a{color:#959595; font-weight:600;}



.saved section.main .items .item{margin-bottom: 30px;}
.saved section.main .items .item a{color: initial; display: block; text-decoration: none;}
.saved section.main .items .item .img{
    background-size: cover;
    height: 180px;
    display: block;
    position: relative;
}
.saved section.main .items .item .img .favorite{
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 99;
}
.saved section.main .items .item .img .favorite input[type="checkbox"] {display:none;}
.saved section.main .items .item .img .favorite input[type="checkbox"] + label {
    background: url(/img/lp/properties/heart-white.png) center no-repeat;
    cursor: pointer;
    height: 100%;
    width: 100%;
}
.saved section.main .items .item .img .favorite input[type="checkbox"]:checked + label {
    background: url(/img/lp/properties/heart-white-fill.png) center no-repeat;
}

.saved section.main .items .item .txt{padding: 15px 0; position: relative;}
.saved section.main .items .item .txt .title{
    font-size:18px;
    font-weight:600;
    line-height:22px;
    margin-bottom:4px;
    max-width:calc(100% - 110px);
    word-break:break-word;
}
.saved section.main .items .item .txt .title a{color:inherit;}
.saved section.main .items .item .txt .price-box{
    color:#2e2e2e;
    float:right;
    font-size:15px;
    line-height:20px;
    position:absolute;
    right:0;
    top:16px;
}
.saved section.main .items .item .txt .price-box .price{
    color:#1e7eee;
    font-size:25px;
    vertical-align:sub;
}

.saved section.main .items .item .txt .info{font-size:16px; margin:8px auto; text-align:left;}
.saved section.main .items .item .txt .info>div{
    background-size:18px;
    background-repeat:no-repeat;
    background-position:left;
    display:inline-block;
    font-size:13px;
    line-height:15px;
    padding:0 16px 0 24px;
    vertical-align:top;
}
.saved section.main .items .item .txt .info>div.guests{background-image:url(/img/lp/properties/icon-guests.png)}
.saved section.main .items .item .txt .info>div.bedrooms{background-image:url(/img/lp/properties/icon-bed.png)}
.saved section.main .items .item .txt .info>div.baths{background-image:url(/img/lp/properties/icon-bath.png)}

.global_modal{
    background-color: #626d77;
    border-radius: 10px;
    color:  #fff;
    display: inline-block;
    left: 50%;
    margin-left: -60px;
    padding: 20px 40px;
    position: fixed;
    top: 50%;
}