
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
select#filter_order {
    display: none;
}.embed-responsive { 
    width: 100%;
}
.align-right {
    text-align: right;
}ul.dropdown-menu {
    left: auto;
    right: 0;
    text-align: right;
}.btn ,.immobili-footer .btn-footer{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
}

.map-link {
    font-size: 10px;
}

.h1-margin {
    margin-bottom: 0;
}

.mrg-top {
    margin-top: 30px;
}

.red-color {
    color: #fd371c;
}

.icon-container {
    position: relative;
}
.mar-b{
    margin-top: 5px;
}

.icon-container * {
    color: black !important;
}

.icon-container #hidden-box {
    position: absolute;
    right: 16px;
    z-index: 10;
}

.hidden-class {
    display: none;
}

.block-class {
    display: block;
}

.icon-social {
    background-color: #f2f6f7;
    font-size: 19px;
}

.banner-container {
    width: 100%;
    margin-top: 20px;
}

.banner-container>img {
    width: 100%;
}

.bottom-0 {
    padding-bottom: 0 !important;
}

.container-maps {
    margin-top: 15px;
    display: flex;

}

.container-maps>div {
    width: 108.571px;
    padding-right: 8px;
}

.right-header-container {
    display: flex;
    justify-content: flex-end;
}

.btn-publish {
    background-color: crimson;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 5px 15px;
    text-transform: uppercase;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none !important;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance:textfield !important;
}

/* HEADER IMMOBILI DETTAGLIO****************************************** */
.immobili-header{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.header-top>a:first-of-type {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-top>a:first-of-type>img {
    height: 45%;
}

.header-top>div:last-of-type {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-top>div:last-of-type * {
    cursor: pointer;
}

.header-top>div:last-of-type>* {
    margin-left: 40px;
}

.header-top::after {
    display: none;
}

.header-top::before {
    display: none;
}

.header-top .nav-button {
    background-color: red;
    color: #fff;
    padding: 8px 25px;
    border-radius: 25px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
}
.column-estate-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-bottom {
    min-height: 180px;
    background-color: seagreen;
    background-image: url(/templates/template1/images/immobili-header.jpg);
    background-position: center;
    display: flex;
    background-size: cover;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-bottom>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 250px;
}

.header-bottom-height{
    height: auto;
}

.search-container {
    display: flex;
    height: 40px;
    background-color: #fff;
    width: 95%;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.search-container .btn-container {
    width: 160px;
    height: 100%;
    display: flex;
}

.search-container .btn-container button {
    width: 50%;
    height: 100%;
    border: none;
    background-color: transparent;
}

.search-container .input-container {
    width: calc(100% - 150px);
    display: flex;
    height: 100%;
}

.search-container .input-container input {
    width: calc(100% - 60px);
    border: none;
    padding-left: 10px;
    height: 100%;
}

.search-container .input-container input:focus {
    outline: none;
}

.search-container .input-container button{
    width: 60px;
    border: none;
    text-wrap: nowrap;
    background-color: red;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    font-weight: 600;
}
.search-container2{
    width: 40% !important;
    border: 1px solid #ccc;
}
.search-container3{
    border: 1px solid #ccc;
}

.header-btn:hover{   
    background-color: #ccc;} 
.header-btn{
    height: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 10px; 
    color: #2b2b2b;
    cursor: pointer;
}

.header-btn-active:hover,
.header-btn-active {
    background-color: #29588e;
    color: #fff; 
}

/* PUBBLICA ANNUNCIO************************************************** */
.pubblica-annuncio-top {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/templates/template1/images/cta.png);
    background-size: cover;
}

.pubblica-annuncio-top .pubblica-annuncio-top-container {
    width: 70%;
    height: 70%;
    background-color: red;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.pubblica-annuncio-top .pubblica-annuncio-top-container h3 {
    color: #fff;
    margin-bottom: 0;
}

.pubblica-annuncio-top .pubblica-annuncio-top-container>div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.pubblica-annuncio-top .pubblica-annuncio-top-container>div:first-of-type {
    padding-left: 15px;
}

.pubblica-annuncio-top .pubblica-annuncio-top-container>div:last-of-type {
    width: 110px;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    align-self: center;
}

.pubblica-annuncio-top .pubblica-annuncio-top-container>div:last-of-type>img{
    width: 80%;
}

.pubblica-annuncio-bottom2{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
}

.pubblica-annuncio-bottom2-box{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    width: calc(100% / 4);
    position: relative;
}

.pubblica-annuncio-bottom2-box h4{
    margin-top: 5px;
    padding-bottom: 15px
}

.pubblica-annuncio-bottom2-box>img:first-of-type{
    height: 70px;
}

.pubblica-annuncio-bottom2-box>img:last-of-type{
    width: 70px;
    align-self: center;
    position: absolute;
    bottom: 0;
}

.pubblica-annuncio-bottom {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
}

.pubblica-annuncio-bottom>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: calc(100% / 4);
    position: relative;
}

.pubblica-annuncio-bottom>div .image-one {
    height: 70px;
}

.image-two {
    width: 70px;

}
.prezzo_normale{
    font-size: 20px;
    display: unset !important;
}

#filtri_selezione{
    border: none !important;
    margin-top: 4px;
}

#filtri_selezione .card-header{
    font-weight: 600 !important;
    font-size: 17px !important;
    text-transform: uppercase !important;
}

.title{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.form-group{
    margin-bottom: 5px !important;
}

/* PREFOOTER */
.prefooter-container{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* IMMOBILI FOOTER********************************** */
.immobili-footer {
    background-color: #1b1464;
    color: red;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    color: #fff;
}

footer#footer { 
  
     color: #fff !important;
  }
  footer#footer a{
     color: #fff !important;
  }

.immobili-footer a {
    color: #fff;
}

.immobili-footer img {
    width: 180px;
}

.immobili-footer .btn-footer {
    background-color: red;
    width: fit-content;
    padding: 8px 25px;
    text-align: center;
    cursor: pointer;
}

/* ICON SHARE */
@keyframes hideSharing {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.js-textareacopybtn span {
    position: absolute;
    left: -32px;
    top: 35px;
    z-index: 10;
    background-color: #fff;
    animation-name: hideSharing;
    animation-duration: 3s;
    animation-iteration-count: 1;
    opacity: 0;
    font-size: 12px;
    color: #000 !important;
}

.js-textareacopybtn {
    color: #000 !important;
}

/*IMMOBILI ELENCO  */
.immobili-elenco-top {
    height: 100px;
}

.immobili-elenco-top .pubblica-link {
    background-color: red;
    height: 100%;
}

.immobili-elenco-top .pubblica-link>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.selected {
    color: #000;
    border-bottom: 2px solid red;
}

.author_real_estate img {
    /* height: 40px; */
    margin-bottom: 0 !important;
}
.author_real_estate2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* HOME IMMOBILI******************************************** */
.home-immobili-main .pubblica-annuncio1 {
    background-color: red;
    border-radius: 12px;
    margin-top: -15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.home-immobili-main .pubblica-annuncio1 h3,
.home-immobili-main .pubblica-annuncio1 p {
    margin-bottom: 0;
    color: #fff !important;
}

.home-immobili-main .pubblica-scelta {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-immobili-main .pubblica-scelta>div .image-one {
    height: 90px;
}



.home-immobili-main .pubblica-scelta .first-image{
    height: 70px;
}

.home-immobili-main .pubblica-scelta .second-image{
    width: 90px;
}

.mt-min-height{
    margin-bottom: 0 !important;
    min-height: auto;
}

 .pubblica-annuncio2 {
    height: 250px;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    background-image: url(/templates/template1/images/cta.png);
    background-size: cover;
}

.pubblica-annuncio2 .pubblica-annuncio2-container {
    width: 80%;
    background-color: red;
    height: 60%;
    display: flex;
}

.pubblica-annuncio2 .pubblica-annuncio2-container>div:first-of-type {
    width: calc(100% - 160px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
}

.pubblica-annuncio2 .pubblica-annuncio2-container>div:first-of-type * {
    margin-bottom: 0;
    color: #fff;
}

.pubblica-annuncio2 .pubblica-annuncio2-container>div:last-of-type {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pubblica-annuncio2 .pubblica-annuncio2-container>div:last-of-type>div{
    height: 50%;
    width: 85%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-immobili-main h4{
    margin-bottom: 0 !important;
}

.pre-footer {
    height: 250px;
    background-image: url(/templates/template1/images/belinda-fewings-skeVL4-l0rE-unsplash.jpg);
	
    background-size: cover;
    background-position: center;
}

.pre-footer .pre-footer-opacity {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pre-footer-opacity>div {
    width: 80%;
    background-color: #1b1464;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 25px;
}

.pre-footer-opacity>div * {
    margin-bottom: 0;
    color: #fff;
}

/* da global.css */
.prodotto_row.real_estate_item>div {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.immobile_media {
    position: relative;
}

.real_estate_item {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    
}
.elenco_prodotti_container .row.prodotto_row{
    padding: 0 !important;
}

.features_real_estate>div:first-child {
    font-size: 120%;
}

.features_real_estate {
    display: flex;
    padding: 5px 10px;
    flex-direction: column;
}
.placeholder::after, .zoom_placeholder::after, .space_image::after{
    /* padding-bottom: 0 !important; */
}
.features_real_estate > div{
    text-align: center;
}
.space_image >*,.space_image >*.single_img img,
.slide_img .owl-stage-outer{
    /* position: unset !important; */
}
.imm-singola::after{
    padding-bottom: 100% !important;
}
.real_estate_item .immobili-list-img {
    position: relative;
}
.elenco_prodotti_container .row.prodotto_row{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    /* border-bottom: 1px solid #ccc; */
    position: relative;
}
.elenco_prodotti_container .row.prodotto_row::after {
    content: "";
    position: absolute;
    left: 2%;
    right: 2%; 
    bottom: 0; 
    height: 1px;
    width: 96%;
    background-color: #ccc;
}

/* .features_real_estate:nth-of-type(2), .features_real_estate:nth-of-type(3), .features_real_estate:nth-of-type(5), .features_real_estate:nth-of-type(6){
    border-left: 1px solid;
} */
.features_real_estate+.features_real_estate {
    border-left: 1px solid;
}

.features_real_estate_box {
    /* margin: auto -15px 0;
    padding-top: 15px; */
    display: flex;
    flex-wrap: wrap;
}

.features_real_estate_box>.features_real_estate_small{
    width: calc(100% / 3);
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.features_real_estate_box>.features_real_estate_small>div{
    text-align: center;
}

.prodotto_row.real_estate_item>div.real_estate_media {
    margin-bottom: auto;
}

.prodotto_row.real_estate_item>div.cta_real_e_list {
    align-items: flex-start;
    flex-direction: row ;
}

.place-container{
    padding: 20px;
}
.place-container>a{
    width: 100%;
    display: inline-block;
    position: relative;
}
.place-container>a>img{
    width: 100%;
}
.place-container>a>div{
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: red;
    color: #fff;
    padding: 0 15px;
}

/* .owl-carousel .owl-item {
    
    border-right: 1px solid #ccc;
} */

.immobile_dettaglio .owl-carousel .owl-item img,
.immobile_dettaglio .placeholder {
    max-height: 50vh;
    width: auto;
    margin: auto;
}

.immobile_dettaglio tr {
    border-bottom: 1px solid #ccc;
}
.immobile_dettaglio tr td{
    padding: 3px !important;
    white-space: nowrap;
}
.immobile_dettaglio h2.title{
    margin: 0 !important;
    
}
.mrg-bt{
    margin-top: 10px;
    margin-bottom: 10px;
}
.immobile_dettaglio h2{
    margin: 0 !important;
    
}

.showInfo {
    position: relative;
    font-size: 13px;
    display: block;
    width: 100%;
    margin-bottom: 7px;
}

.cta_real_e_list .showInfo {
    position: relative;
    min-height: 3.5rem;
    margin-bottom: 4px;
    vertical-align: middle;
    width: 3.5rem;
    height: 3.5rem;
    display: inline-block;
    border: 0;
    -webkit-appearance: none;
}

.cta_real_e_list .showInfo i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    line-height: 32px;
    text-align: center;
    font-size: 19px;
}

.author_real_estate {
    /* margin-left: auto; */
    font-size: 13px;
    display: flex;
    /* margin-top: auto; */
    flex-direction: column;
    align-items: start;
    text-align: right;
}

.pubb-mrg-bottom{
    margin-bottom: 40px;
}

.open-map{
    cursor: pointer;
}
.person-icon{
    font-size: 28px;
}

/* CAROSELLO IMMOBILI */
.map-image{
    cursor: pointer;
}
.carousel-container {
    overflow: hidden;
    position: relative;
  }
  .carousel-content {
    display: flex;
    transition: transform 2s ease;
    width: 100%;
    overflow: hidden;
  }
  .carousel-item {
  display: flex;
      margin: 0 10px;
    flex: 0 0 calc(100% / 2 - 20px);
    box-shadow: 0 0 16px #0000000d;
    padding: 5px 10px;
    flex-direction: column;
  }
  .carousel-item>div{
      width: 100%;
      flex-direction: column;
      position: relative;
  }
  .carousel-item-left img{
      width: 100%;
  }
  .carousel-item-right{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 10px;
  }
  .carousel-btn{
      border: none;
      background-color: transparent;
      position: absolute;
      z-index: 1000;
      top: 50%;
      transform: translateY(-50%);
  }
  .carousel-btn-left{
      left: 0;
  }
  .carousel-btn-right{
      right: 0;
  }
  .carousel-btn>i{
      font-size: 20px;
      color: #fff;
      text-shadow: 0 1px 0 #000, 1px 0 0px #000, 0 -1px 0 #000, -1px 0 0px #000;
  }
  .carousel-container .owl-dots{
    display: none;
  }
  .carousel-container .prezzo_normale>span{
    margin: 0 !important;
  }
  .carousel-container .features_real_estate_box{
    margin: 0 !important;
    padding: 0 !important;
  }
.features_real_estate_box small{
    font-size: 10px !important;
}
.immobili-list-img{
margin: 0 !important;
position: absolute;
top: 0;
bottom: 0;
max-width: 100%;
left: 0;
right: 0;
width: auto;
height: auto;
background-size: cover;
background-position: center;
max-height: 100%;
  }
.owl-carousel-one-obj a .image-carousel-immobili{
    /* margin: 0 !important; */
  }
  .slide_img .owl-stage{
    /* height: unset !important; */
  }

.logo-merchant{
    /* max-height: 20px; */
    /* max-width: 90px; */
}

/* .immobili-prezzo-icone{
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.short_descr{
    text-transform: lowercase !important;
}
.badge-footer{
    bottom: 5px !important;
    /* right: 47px !important; */
    /* bottom: 70px !important; */
}
.publish-annuncio{
    padding-top: 30px;
  }
  .publish-annuncio a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .publish-annuncio a img:first-of-type{
    height: 70px;
  }
  .publish-annuncio a h4{
    margin-top: 15px;
    min-height: 50px;
  }
  .publish-annuncio a img:last-of-type{
    width: 90px;
  }
  .publish-annuncio>div{
    margin-bottom: 30px;
  }
  .offer, .banner_slideshow{
    /* top: 5px !important; */
    /* right: 40px !important; */
  }
  .slide_img .owl-stage { 
    align-items: stretch;
}.owl-carousel-one-obj.owl-carousel-one-obj-immobili a .image-carousel-immobili {
    height: auto;
    max-width: none !important;
    width: auto;
    display: block;
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    margin: auto auto !important;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
}.owl-carousel-one-obj-immobili .owl-item >div,.owl-carousel-one-obj-immobili .owl-item a,.owl-carousel-one-obj-immobili .owl-item {
    height: 100%;
    display: flex;
    align-items: center;
    align-items: stretch;
}.owl-carousel-one-obj-immobili .owl-item >div, .owl-carousel-one-obj-immobili .owl-item >div a {
    width: 100%;
    overflow: hidden;
    position: relative;

}.elenco_prodotti_container  {
    margin-top: 30px;
}   .ecommerce .owl-theme .owl-nav button[class*=owl-] {
    color: #fff;
    margin: auto;
    border-color: transparent;
} div.prodotto_row .owl-nav{
    display: block; 
    margin: auto !important;    position: static; }
.owl-theme .owl-nav button[class*=owl-], .button-next, .button-prev { 
    padding: 15px 5px !important; 
}.space_image.original_prop.orizzontale4_3::after, .space_image.original_prop.orizzontale4_3 .owl-carousel .owl-item a {
    padding-bottom: 63% !important;
}.remove_td a i, .detail_btn i, .btn_ico i, .wishlist-btn i, .btn-quick i { 
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center; 
}.m-swiper-container .offer  {
    top: 46px;
}
.card.card_1.card_id_2000439 {
    display: none;
} .pricerange ~ .form-group::after {
    content: "RICERCA PER FILTRI";
    display: block;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #00000030;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'IBM Plex Sans', sans-serif;
    padding: 10px 0 5px;
}.wm-form20004381, .wm-form20004382, .wm-form20004383, .wm-form20004384, .wm-form20004385 {
    width: 18%;
    display: inline-block;
}
@media(max-width:1199px) {
	nav.header-top.container {
    flex-wrap: wrap;
    height: 125px;
}form.search-container.search-container2  {
    order: 5;
    width: 100% !important;
}.header-top>a:first-of-type>img {
        height: 48px;
    }.header-top>a:first-of-type,.header-top>div:last-of-type {
    height: 50px; 
}
}
@media(max-width:767px) {
	.pubblica-annuncio2 .pubblica-annuncio2-container>div:first-of-type {
    width: calc(100% - 100px); 
}
	.pubblica-annuncio2 .pubblica-annuncio2-container>div:last-of-type{
    width: 100px;}
	.prodotto_row.real_estate_item>div.cta_real_e_list {
    align-items: center; 
}.cta_real_e_list .showInfo,.remove_td a, .detail_btn, .btn_ico, .btn-quick, .wishlist-btn{ margin-bottom:0!important}
    .home-immobili-main .pubblica-annuncio1 {
        margin-top: 20px;
    }
div.features_real_estate_box { 
    padding-bottom: 0;
}
    .margin-bottom {
        margin-bottom: 15px;
    }
    .features_real_estate div, .features_real_estate_box small{
        font-size: 10px !important;
    }
    .elenco_prodotti_container .row.prodotto_row { 
    max-width: 400px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
	}div.space_image {
		max-width: 400px; 
	}  .elenco_prodotti_container div.offer {
    position: absolute;
}.prodotto_row.real_estate_item>div {
    margin: 15px 0 0; 
}div.offer li.list-inline-item , .banner_slideshow li { 
    margin: 0 0px 3px auto;
    font-size: 12px;
}.offer, .banner_slideshow {
    top: 5px!important; 
}
}
span.btn.btn-block.togglesidebarbtn.togglesidebarbtnCategorie,
 #filtri_selezione .card_1 .card-header {
    display: none;
}#filtri_selezione .card_1 .card-block {
    max-height: 300px;
    overflow: auto;
}#filtri_selezione .card_1 .card-block .collapse {
    display: flex;
    gap: 1rem;
}#filtri_selezione .card_1 .card-block >div>* {
    width: 50%;
    padding-top: 10px;
}#filtri_selezione .card_1 label {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 14px 10px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    justify-content: center;
}#filtri_selezione .card_1 label:hover {
    background:   #ccc; 
}#filtri_selezione .card_1 input:checked + label  {
    background-color: #29588e ; 
    border-color: #29588e; 
	color:#fff
}#filtri_selezione .card_1  .wm-custom-form label::after,
#filtri_selezione .card_1  .wm-form label::after,#filtri_selezione .card_1  .wm-custom-form label::before,
#filtri_selezione .card_1  .wm-form label::before,
#filtri_selezione .card.card_2 , #filtri_selezione .card.card_3
 { display: none; }
.sidebar .card-block >div {
    display: block;
} 
 .elenco_prodotti_container .prodotti_trovati ,
 .list-inline>li.list_filtri {
    display: none;
}.list_prod_find{}
@media(max-width:991px){
.sidebar:not(.last_news_box) { 
    z-index: 1850; 
    top: 118px;
}span.btn.btn_fill.togglesidebarbtn  {
    position: absolute;
    top: -11px;
    right: 1rem;
}
	.elenco_prodotti_container {
    margin-top: 0;
}
}
@media(max-width:767px){
    .header-top{
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media(min-width:768px) {
	    .container .owl-theme .owl-nav [class*=owl-].owl-prev {
        
        left: -10px;
    }
	    .container .owl-theme .owl-nav [class*=owl-].owl-next {
        
        right: -10px;
    }
.author_real_estate { 
    margin-bottom: 10px;
}
    .home-immobili-main .pubblica-scelta .first-image{
        height: 90px;
    }
    .carousel-item>div{
        width: 50%;
    }
    .carousel-item {
      flex-direction: row;
    }
    .header-top>a:first-of-type>img {
        height: 60%;
    }
    .search-container{
        width: 70%;
    }

    .header-bottom-height{
        height: 400px;
    }
    .prodotto_row.real_estate_item>div.cta_real_e_list {
        align-items: flex-end;
        flex-direction: column;
    }
    .pubblica-annuncio2 .pubblica-annuncio2-container{
        height: 50%;
    }
    .offer, .banner_slideshow{
        /* right: 5px !important; */
      }
      .badge-footer{
        /* bottom: 12px !important; */
        /* right: 12px !important; */
        /* bottom: 70px !important; */
    }
    
}

@media(min-width:992px) {
    .testo-allineato {
        text-align: center;
    }
    .min-height {
        min-height: 110px;
    }
    .mt-center{
        text-align: center;
    }
    .pubb-mrg-top{
        margin-top: 10px;
        min-height: 50px;
    }
    .mt-min-height{
        min-height: 120px;
    }
    .pubb-mrg-bottom{
        margin-bottom: 70px;
    }
    
    
}

@media(min-width:1200px) {

    .mt-min-height{
        min-height: 100px;
    }

    .immobili-prezzo-icone{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}