.propertyList .cards .propertyThumb .thumbSlide .owl-dots {
    display: none !important;
}

.propertyList .cards {
    box-shadow: 0 5px 16px rgba(33, 37, 41, 0.12);
}

@media (hover: hover) and (pointer: fine) {
    .propertyList .cards {
        transition: border-color .2s ease;
    }

    .propertyList .cards:hover {
        border-color: rgba(13, 110, 253, 0.55);
    }
}

.propertyList .cards .propertyDescription p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.propertyList .cards .propertyInfo ul li {
    font-weight: 700;
}

.propertyList .cards .ribbonWrap .resale__ribbon {
    background: color-mix(in srgb, #fd7e14, transparent 80%);
    color: #fd7e14;
}

.propertyList .cards .ribbonWrap .emi__ribbon {
    background: #d5f4e8;
    color: #1e8f62;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, calc(100% - 54px) 50%);
}

@media (max-width: 991.98px) {
    .propertyList .cards .ribbonWrap .resale__ribbon {
        background: #fd7e14;
        color: #ffffff;
    }

    .propertyList .cards .propertyDescription {
        display: none !important;
    }
}

.wimmo-map-popup {
    min-width: 260px;
}

.wimmo-map-popup-gallery {
    position: relative;
    height: 145px;
    margin: -1px -1px 12px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    background: #f1f3f5;
}

.wimmo-map-popup-image {
    width: 100%;
    height: 145px;
    object-fit: cover;
}

.wimmo-map-popup-gallery-button {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    background: rgba(255, 255, 255, 0.9);
    border: 0;
    border-radius: 50%;
    color: #212529;
    transform: translateY(-50%);
}

.wimmo-map-popup-gallery-button--previous {
    left: 8px;
}

.wimmo-map-popup-gallery-button--next {
    right: 8px;
}

.wimmo-map-popup-gallery-counter {
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 3px 7px;
    background: rgba(33, 37, 41, 0.78);
    border-radius: 10px;
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
}

.wimmo-map-popup-features {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}

.wimmo-map-popup-features li {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 7px;
    background: #f1f3f5;
    border-radius: 4px;
    color: #495057;
    font-size: 11px;
    line-height: 1.2;
}

.wimmo-map-popup-features i {
    color: #0d6efd;
}

.wimmo-map-popup-actions {
    display: grid;
    gap: 6px;
}

.wimmo-map-popup-action {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #ffffff !important;
    font-weight: 700 !important;
}

.wimmo-map-popup-action:hover,
.wimmo-map-popup-action:focus {
    background: #0b5ed7;
    border-color: #0b5ed7;
    color: #ffffff !important;
}

.wimmo-map-price-marker {
    background: transparent;
    border: 0;
}

.wimmo-map-price-marker__label {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 11px;
    background: #0d6efd;
    border: 2px solid #ffffff;
    border-radius: 18px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transform: translate(-50%, -100%);
}

.wimmo-map-price-marker__label::after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 7px solid #0d6efd;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: '';
    transform: translateX(-50%);
}

.wimmo-map-price-marker--highlighted .wimmo-map-price-marker__label {
    background: #dc3545;
    transform: translate(-50%, -100%) scale(1.12);
}

.wimmo-map-price-marker--highlighted .wimmo-map-price-marker__label::after {
    border-top-color: #dc3545;
}

.wimmo-map-agency-marker {
    background: transparent;
    border: 0;
}

.wimmo-map-group-marker__label {
    gap: 6px;
    min-width: 42px;
    justify-content: center;
    font-size: 15px;
}

.wimmo-map-group-marker__label strong {
    font-size: 13px;
}

.wimmo-map-popup-group-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0 0 8px;
    padding: 0 2px;
}

.wimmo-map-popup-group-navigation__button {
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #e9ecef;
    color: #212529;
}

.wimmo-map-popup-group-navigation__counter {
    color: #495057;
    font-size: 12px;
    font-weight: 700;
}

.wimmo-map-agency-marker__logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 50px;
    padding: 7px 12px;
    overflow: hidden;
    background: #ffffff;
    border: 2px solid #198754;
    border-radius: 9px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

.wimmo-map-agency-marker__logo::after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 8px solid #198754;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: '';
    transform: translateX(-50%);
}

.wimmo-map-agency-marker__logo img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100%;
    object-fit: contain;
}

.wimmo-map-agency-popup {
    min-width: 200px;
    text-align: center;
}

.wimmo-map-agency-popup__logo {
    display: block;
    width: 100%;
    height: 100px;
    margin: -1px -1px 12px;
    object-fit: contain;
}

.wimmo-map-empty {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 500;
    width: min(280px, calc(100% - 32px));
    padding: 16px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    text-align: center;
    transform: translate(-50%, -50%);
}

.propertyList .cards[data-annuncio-url] {
    cursor: pointer;
}

.propertyList .cards .propertyCaption .propertyFooter .footCaps .contactWrap .property-contact-action,
.propertyList .cards .propertyCaption .propertyFooter .footCaps .contactWrap .property-contact-action:hover,
.propertyList .cards .propertyCaption .propertyFooter .footCaps .contactWrap .property-contact-action:focus,
.propertyList .cards .propertyCaption .propertyFooter .footCaps .contactWrap .property-contact-action:active {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    color: var(--bs-white) !important;
}

@media (max-width: 767.98px) {
    .propertyList .cards .propertyCaption .propertyFooter .footCaps .contactWrap a.property-contact-action[href^="tel"],
    .propertyList .cards .propertyCaption .propertyFooter .footCaps .contactWrap a.property-contact-action[href^="tel"]:hover,
    .propertyList .cards .propertyCaption .propertyFooter .footCaps .contactWrap a.property-contact-action[href^="tel"]:focus,
    .propertyList .cards .propertyCaption .propertyFooter .footCaps .contactWrap a.property-contact-action[href^="tel"]:active {
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
    }
}

.propertyList .cards .propertyCaption .propertyFooter .footCaps .contactWrap {
    align-items: center;
}

.propertyList .cards .propertyCaption .propertyFooter .footCaps .contactWrap > .annuncio-energy-badge {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .propertyList .cards .propertyCaption .titleWrap .headUp {
        display: flex;
        align-items: center;
        column-gap: 14px;
        flex-wrap: wrap;
    }

    .propertyList .cards .propertyCaption .titleWrap .headUp .subInfo {
        flex-basis: 100%;
    }

    .propertyList .cards .propertyCaption .titleWrap .headUp .propertyAddress {
        flex-basis: 100%;
    }
}

.propertyList .cards .propertyCaption .propertyAddress {
    display: flex;
    align-items: center;
    column-gap: 6px;
    margin-top: 4px;
    color: var(--bs-secondary-color);
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .propertyList .cards .propertyCaption {
        position: relative;
    }

    .propertyList .cards .propertyCaption .titleWrap {
        padding-right: 76px;
    }

    .propertyList .cards .propertyCaption .propertyFooter .footCaps {
        justify-content: space-between;
    }

    .propertyList .cards .propertyCaption .propertyFooter .footCaps .agencyWraps {
        position: absolute;
        top: 0;
        right: 0;
        width: 64px;
    }

    .propertyList .cards .propertyCaption .propertyFooter .footCaps .agencyWraps .agencyImg {
        height: 48px;
    }

    .propertyList .cards .propertyCaption .propertyFooter .footCaps .contactWrap {
        justify-content: flex-end;
        column-gap: 5px;
    }

    .propertyList .cards .propertyCaption .propertyFooter .footCaps .contactWrap .btn {
        padding: 0 10px;
        font-size: 12px;
    }
}

#list-search-filters .btn-check + label {
    background-color: #ffffff;
    border-color: #dc3545;
    color: #dc3545 !important;
}

#list-search-filters .btn-check:checked + label {
    background-color: #198754;
    border-color: #198754;
    color: #ffffff !important;
}

#list-search-filters input[name="contratto"]:checked + label {
    color: #dc3545 !important;
}

#list-search-filters .btn-check:focus + label {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
