
/* Migrated and adjusted styles | by Rudi #RLQ-991-10656 */
.slider-photo {
    position: relative;
}
.slider-photo div.picture {
    overflow: hidden;
}
.slider-photo div.picture .swiper-wrapper {
    white-space: nowrap;
}
.slider-photo div.picture > ul > li {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    transition: margin 0.3s ease;
}
.slider-photo div.picture img {
    position: relative;
}
.slider-photo-prev,
.slider-photo-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    cursor: pointer;
    opacity: .9;
    transition: all 0.3s ease;
    z-index: 1;
}
.slider-photo-next {
    left: auto;
    right: 0;
}
.slider-photo-prev:before,
.slider-photo-next:before {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    margin: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}
.slider-photo-next:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.slider-photo a > span {
    min-width: 21px;
    position: absolute;
    bottom: 4px;
    right: 4px;
    padding: 3px;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    font-size: 0.857em;
    cursor: pointer;
    z-index: 2;
}
.slider-photo span:after {
    content: attr(accesskey);
    line-height: 18px;
}
.slider-photo div.label {
    position: absolute;
    left: 0;
    top: -5px;
    height: 25px;
    line-height: 23px;
    padding: 0 10px;
    background: #ffd100;
    font-size: 0.857em;
    text-align: center;
    color: #282828;
    font-weight: 400;
    border-radius: 2px;
    z-index: 1;
}
#listings .slider-photo div.picture {
    padding-bottom: unset;
}
.listing-details #media :is(.next, .prev) {
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    left: 7px;
    top: 50%;
    -moz-user-select: none;
    background: #f0f8ff;
    -webkit-user-select: none;
    opacity: .5;
    transition: opacity .15s ease;
}
.listing-details #media .next {
    left: auto;
    right: 7px;
}
.listing-details #media :is(.next, .prev):hover {
    opacity: .8;
}

.listing-details #media :is(.next, .prev) svg {
    fill: none;
    stroke: #5caed9;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    padding: 7px;
    cursor: pointer;
}

ul.featured li.has-sale-price.has-old-price,
ul.featured li.has-sale-price.has-rent-price {
    flex-direction: column;
    margin-bottom: 25px;
}
ul.featured li.price_tag.has-old-price nav.icons,
ul.featured li.has-rent-price nav.icons {
    position: absolute;
    bottom: 15px;
    right: 12px;
}
ul.featured li.old-price > div {
    margin-right: auto;
}
:where(.price_tag, .price-tag) .old-price {
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: red;
    -webkit-text-decoration-color: red;
    text-decoration-thickness: 2px;
    -webkit-text-decoration-thickness: 2px;
    font-size: 0.9em;
}
#area_listing .price-tag .old-price {
    font-size: initial;
}
#area_listing .price-tag .old-price span {
    font-size: 1.2em;
}
ul.featured li.has-sale-price.has-rent-price {
    display: inline-flex !important;
    width: 49%;
}
ul.featured li.has-sale-price.has-rent-price + li.rent-price {
    display: inline-flex;
    width: 49%;
    justify-content: end;
}
ul.featured li.has-sale-price.has-rent-price div > span,
ul.featured li.has-sale-price + li.rent-price div > span {
    font-size: 1.1em;
}
ul.card-info > li.services > span {
    vertical-align: top;
}
.search-form-cell.mixed div > div {
    display: flex;
    align-items: center;
    gap: 5px;
}

#listings .card-info .system {
    display: flex;
}
#listings.grid ul.card-info > li.system > span.price-tag:not(:last-child) {
    margin-right: 15px;
}
#listings.grid .card-info .system:has(.has-sale-price.has-rent-price) {
    margin-bottom: 25px;
}
#listings.grid article.featured {
    padding-right: calc(var(--bs-gutter-x) * .3);
    padding-left: calc(var(--bs-gutter-x) * .3);
}
#listings div.picture .swiper-notification {
    display: none;
}
.seller-short .info-table div.phone .name {
    margin-top: auto;
    margin-bottom: auto;
}
:where(.seller-short .form, .contact-owner-navbar) .whatsapp {
    display: flex;
    height: 34px;
    padding: 0 15px 3px;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    transition: background 0.3s ease;
    background: #45b150;
    color: white !important;
    justify-content: center;
    align-items: center;
}
.seller-short .form .whatsapp:hover {
    background: #30993b;
}
.contact-owner-navbar .whatsapp {
    width: 50%;
    margin-top: 0 !important;
}
section.side_block>span.expander {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    #listings.grid span.has-sale-price.has-rent-price span,
    #listings.grid span.has-sale-price + span.rent-price span {
        font-size: 1.1em;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    #listings.list .navigation-column {
        position: absolute;
        bottom: -7px;
        right: 0;
    }
    #listings.grid span.has-sale-price.has-rent-price span,
    #listings.grid span.has-sale-price + span.rent-price span {
        font-size: 1em;
    }
}

@media screen and (min-width: 768px) {
    #listings :is(.slider-photo, li.swiper-slide) {
        height: 180px;
    }
    #listings.list .slider-photo {
        width: 267px;
        float: left;
        margin-right: 10px;
    }
    #listings.list div.picture {
        width: 267px !important;
        height: 180px !important;
    }
    #listings.grid div.picture.no-picture {
        height: 100%;
    }
    #listings.grid .main-column {
        display: flex;
        flex-direction: column;
    }
    #listings.grid .card-info {
        display: flex;
        flex-direction: column;
        flex: 1 auto;
    }
    #listings.grid .card-info .system:not(:has(.has-sale-price.has-rent-price)) {
        flex-direction: column;
        justify-content: end;
        flex: 1 auto;
    }
    #listings.grid .card-info .system:has(.has-sale-price.has-rent-price) {
        justify-content: space-between;
    }
}
@media screen and (max-width: 767px) {
    section.side_block > span.expander {
        margin-top: 3px;
    }
    section#listings {
        padding: 0 17px;
    }
    section#listings article {
        max-width: fit-content;
    }
    section#listings div.picture {
        width: 100% !important;
        height: auto !important;
    }
    #listings .card-info .system:has(.has-sale-price.has-rent-price) {
        margin-bottom: 25px;
        justify-content: space-between;
    }
    div.gallery > div.thumbs .f-carousel__slide {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
    ul.featured li.has-sale-price.has-rent-price div > span,
    ul.featured li.has-sale-price + li.rent-price div > span {
        font-size: 1em;
    }
}
@media screen and (max-width: 575px) {
    section.listings_box > div {
        padding-left: 5px;
        padding-right: 5px;
    }
    ul.featured > li {
        max-width: fit-content;
    }
}