#rental-highlight-mobile {
    background:#ebeade;
    color:#1a7a74;
    padding: 10px 0px;
    width: 100vw;
}
#rental-highlight-mobile h2 {
    background: #f9d549;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    margin: 0 20px;
    padding: 2px 0;
    text-transform: uppercase;
}
#rental-highlight-mobile h2 a {
    text-decoration: none;
}
#rental-highlight-mobile .splide {
    padding: 0 40px;
}

#rental-highlight-mobile .splide .splide__arrow {
    background:none;
    opacity: 1;
}
#rental-highlight-mobile .splide .splide__arrow svg {
    fill: #1a7a74;
    height:2em;
    width:2em;
}
#rental-highlight-mobile .splide h3 {
    font-weight: bold;
    margin:5px 0 0;
}
#rental-highlight-mobile .splide h3 a {
    text-decoration: none;
}
#rental-highlight-mobile .splide p {
    margin:0;
}
#rental-highlight-mobile .splide p.desc {
    font-weight: bold;
}
#rental-highlight-mobile .splide .splide__arrow--prev {
    left:.5rem;
}
#rental-highlight-mobile .splide .splide__arrow--next {
    right:.5rem;
}


/******
 * Desktop rental highlight
 ******/
#rental-highlight-desktop {
    background: #00665c;
    box-shadow: 0 0 10px #333;
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px;
    z-index: 999;
	border-radius:10px;
}
#rental-highlight-desktop h2 {
    background: #ffffff;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    color: #11c0af;
    font-size: 26px;
	border-radius: 10px 10px 0 0;
}
#rental-highlight-desktop h2 a {
    text-decoration: none;
}
#rental-highlight-desktop .splide {
    padding: 10px 30px;
}
#rental-highlight-desktop .splide .splide__arrow {
    background:none;
    opacity: 1;
}
#rental-highlight-desktop .splide .splide__arrow svg {
    fill: #fff;
}
#rental-highlight-desktop .splide .splide__arrow--next {
    right:.25em;
}
#rental-highlight-desktop .splide .splide__arrow--prev {
    left:.25em;
}
#rental-highlight-desktop .splide h3 {
    font-weight: bold;
    margin: 0;
    text-align: center;
    font-size:20px;
}
#rental-highlight-desktop .splide h3 a {
    color: #ccc9a2;
    text-decoration: none;
}
#rental-highlight-desktop .splide p {
    color:#ffffff;
    font-size: 13px;
    margin:0 0 5px;
}
#rental-highlight-desktop .splide p.desc {
    text-align: center;
}
#rental-highlight-desktop .splide p.property-atts {
    background: linear-gradient(0deg, #00665c, #00665c, transparent);
    position: relative;
    top: -20px;
    margin-bottom: -20px;
    font-size: 16px;
    padding-left: 5px;
}
#rental-highlight-desktop .splide a.book {
    background: linear-gradient(45deg, #f9d549, #f9d549,#fefbdc);
    padding: 16px 5px;
    border-radius: 36px;
    width: 70px;
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #1a7a74;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    left: 162px;
    bottom: 65px;
    margin-bottom: -65px;
    box-shadow: 0 0 10px #333;
}

/**** highlight close button ****/
#rental-highlight-desktop .close {
    display: none;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 28px;
    height: 28px;
    opacity: 0.3;
}
#rental-highlight-desktop:hover .close {
    display:block;
}
#rental-highlight-desktop .close:hover {
    opacity: 1;
}
#rental-highlight-desktop .close:before, 
#rental-highlight-desktop .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333;
}
#rental-highlight-desktop .close:before {
    transform: rotate(45deg);
}
#rental-highlight-desktop .close:after {
    transform: rotate(-45deg);
}
#localstorage-mini .localstorage-miniIcon {
    border-radius: 60px;
    position: fixed;
    width: 60px;
    bottom: 20px;
    height: 60px;
    text-align: center;
    color: #fff;
    left: 20px;
    background: #428380;
    font-size: 2.5em;
    padding: 14px;
    line-height: 32px;
    z-index: 9999;
    text-decoration: none !important;
    box-shadow: 0 0 7px #333;
    cursor: pointer;
}
.openHighlightedBox .localstorage-miniIcon {
    left: 277px !important;
    bottom: 266px !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 14px !important;
    padding: 0px !important;
    line-height: 26px !important;
    box-shadow: none !important;
    content: "\f00d" !important;
}
.openHighlightedBox .localstorage-miniIcon:before {
    content: "\f00d" !important;
}