:root {
  --blue-diba: #0356BC;
  --navy-diba: #003173;
  --ligthblue-diba: #4f74ee;
  --hover-button: #0069d9;
  --darkgray-diba: #40495d;
  --antracite-diba: #212529;
  --lightgray-diba: #e5e5e5;
  --gray-diba: #f0f0f0;
  --cream-diba: #edf0e9;
  --yellow-diba: #eaab4e;
  --orange-diba: #eb7a1c;
  --dirty-white-diba: #eee;
  --grigiochiaro: #c0c0c0;
  --facebook: #3b5998;
  --instagram: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  --youtube: #FF0000;
  --linkedin: #0072b1;
  --border: 1px solid #cdcdcd;
  --nuovo: #f9c74f;
  --usato: #059c1ebd;
  --kmzero: #c03;
  --aziendale: #337ab7;
  --nero-diba: #242424;
  --rosso-diba: #E1001A;
  --grigio-diba: #BBBEC0;
  --grigio-chiaro-diba: #BEC3C6;
  --hover-audibadi: var(--nero-diba);
  --font-mm: ;
  --color-text: hsl(248, 10%, 40%);
  --color-text-muted: hsl(248, 10%, 40%);
  --color-purple: slateblue;
}
@font-face {
  font-family: 'BMWTypeWebThinAll';
  src: url('font/BMWTypeWebThinAll.ttf') format('truetype');
  font-display: swap;

}

/* @font-face {
  font-family: 'BMWTypeWebLightAll';
  src: url('font/BMWTypeWebLightAll.ttf') format('truetype');
  font-display: swap;

} */

@font-face {
  font-family: 'BMWTypeWebLightAll';
  src: url('font/bmw/BMWTypeNextTT-Light.woff') format('woff');
  font-display: swap;

}

@font-face {
  font-family: 'BMWTypeWebBoldAll';
  src: url('font/BMWTypeWebBoldAll.ttf') format('truetype');
  font-display: swap;

}

.forcehide {
  display: none!important;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body {
  background: #e5e5e5;
  max-width: 2000px;
  margin: 0 auto;
}

body * {
  font-family: 'BMWTypeWebThinAll', sans-serif;
}

header #navbar-desktop li a,header #scritta-gamma, #gamma .title,#text_officina,#text_offerte,#text_officina {font-family: 'BMWTypeWebLightAll', sans-serif;text-shadow: #000000 1px 1px 5px;}


html {
  overflow-x: hidden;
  height: 100%;
  scroll-behavior: smooth;

}

img {
  max-width: 100%;
}
.content {padding-bottom: 50px!important;}
.content.blank {
  margin-top: 150px;
}

.content.blank h1 {
  font-size: 25px;
}

.btn-transparent {
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  color: white;
  padding: 0.5rem;
  border: none;
  font-weight: bolder;
}

a {
  text-decoration: none !important;
}

.reset-padding {
  padding: 0;
}

.c-pointer {
  cursor: pointer;
}

.max1400 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

.ombrafull {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.box-link {
  position: relative;
  bottom: -22px;
}

.title {
  text-align: center;
}

.grecaptcha-badge {
  display: none !important;
}


/* Pulsanti azione stile webapp */
.action-azienda {
  position: fixed;
  bottom: 0;
  z-index: 99;
  background: #fff;
  border-top: 1px solid #c0c0c0;
  width: 100%;
  padding: 5px 0;
}

.action-azienda .item {
  text-align: center;
  border-left: 1px solid #c0c0c0;
  padding: 0 5px;
  cursor: pointer;
}

.action-azienda .item:first-child {
  border: 0;
}

.action-azienda .item i,
.action-azienda .item span {
  display: block;
}

.action-azienda .item i {
  font-size: 25px;
  margin-bottom: 5px;
}

.action-azienda .item span {
  font-size: 12px;
}

.action-azienda .item .fa-whatsapp {
  color: #4AC959
}

.action-azienda a {
  color: black
}

/* Pulsanti azione stile webapp */

.padding-zero {
  padding: 0;
}

/*Jumbo */

img#jumbo {
  min-width: 350px;
  height: auto;
  width: 100%;
}

/* /Jumbo */
.brandpage .picture{height:25vw;}
/* form mobile duplicato */
#formM .formgroup {width:33%; box-sizing:border-box; float:left; margin-bottom:10px; position:relative;}
#formM .formgroup input[type="checkbox"] {display:none;}
#formM .formgroup input[type="checkbox"] + label:before {width:20px; height:20px; background-color:transparent; border:1px solid #4b4b4b; content: "\00a0"; display: inline-block; margin:0; margin-right:5px; border-radius:3px;}
#formM .formgroup input[type="checkbox"]:checked + label:after {content:''; background-image:url("/img/spunta.svg"); display:inline-block; background-size:100%; position:absolute; width:30px; height:30px; left:0; top:-10px;}
#formM .formselect {margin-bottom:15px;}
#formM .formselect select {width:100%; height:40px; background:none; color:#000; border:0; border-bottom:1px solid #4b4b4b; font-size:16px;}
#formM .formselect select option {color:#000;}
#formM .formselect select.black {border-width:2px; font-weight:700;}
#formM .selectbox {margin-top:0;}
#formM .formsubmit {align-items: flex-start!important;margin-top:25px;margin-bottom:10px;padding-bottom:0!important;}
#formM .formsubmit button {text-align:center; font-size:16px; background:#fff; color:#000; border:1px solid #4b4b4b; font-weight:600; width:auto; float:right; padding:10px 20px; letter-spacing:1px;}
/* #formM button {width: fit-content;background-color: var(--blue-diba);color: #fff;border: 0;padding: 8px;border-radius: 3px;font-size: 17px;} */












/* estetica modal */

.modal-content, .modal-header {font-weight: bold;}
.modal .modal-header {background-color: var(--navy-diba); color: #fff; font-size: 16px;}
.modal a {display: block; padding: 15px 0;}
.modal i {color: #000;}
.modal .close {font-size: 2rem; color: #fff;}
body.modal-open {overflow-y: scroll !important;margin: 0 !important;padding-right: 0!important;}
.modal {overflow: auto !important;}









/* Sezione Ricerca */

#soCosaVoglio form .formsubmit button,
#btn-budget,
#modal_ricerca>div>div>div.modal-footer>div>button {  
  margin: 0;
  color: var(--blue-diba);
  background: #0056B3;
  border: 0;
  border-radius: 0;
  padding: 7px 15px;
  color: #fff;
  font-size: 18px;
  height: 41px;
  width: fit-content;
  font-weight: 600;
}

/* #btn-so-cosa-voglio {margin-left:35px;} */
#soCosaVoglio {
  background-color: #fff;
}

.sceltaprezzo span.price.pricemax {
  right: 0;
}

.sceltaprezzo span.price.pricemin {
  left: 0;
}

#soCosaVoglio form {
  width: 85%;
  margin: 0 auto;
}

#soCosaVoglio form .title,
#conoscoBudget .title {
  font-size: 18px;
  font-family: 'BMWTypeWebBoldAll', sans-serif;
  display: block;
  padding-top: 75px;
  margin-bottom: 15px;
  font-weight: bold;
}

#soCosaVoglio form img {
  width: 85px;
  position: absolute;
  padding: 7px;
  background: #fff;
  border-radius: 100%;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
}

#soCosaVoglio form select,
#modal_ricerca form select {
  font-size: 14px;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #999;
  padding: 10px 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#soCosaVoglio form .formsubmit,

#modal_ricerca form .formsubmit {
  padding-bottom: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#soCosaVoglio form .formsubmit div,
#modal_ricerca form .formsubmit div {
  margin: 25px 0;
  color: var(--blue-diba);
  justify-content: flex-end;
  padding-right: 25px;
}

.rosso {
  color: red;
}

#soCosaVoglio form .formsubmit button i {
  font-size: 12px;
}

.contatti #mappacontatti {
  pointer-events: none !important;
}

#conoscoBudget {
  background: #fff;
  margin-top: 55px;
  padding-top: 50px;
  padding-bottom: 200px;
}


#conoscoBudget img {
  width: 85px;
  position: absolute;
  padding: 7px;
  background: #fff;
  border-radius: 100%;
  top: -51px;
  left: 50%;
  transform: translate(-50%);
}


#conoscoBudget button.counterBudget {
  all: unset;
  border: 0px solid;
  font-size: 20px;
  padding: 5px 15px;  
  color: var(--blue-diba);

}

#conoscoBudget .countStock {
  color: var(--blue-diba);
  font-size: 22px;
}

.sceltaprezzo button {
  background-color: var(--blue-diba);
  color: #fff;
  border: 0;
  padding: 8px;
  border-radius: 3px;
  font-size: 17px;
  width: 60%;
}

.sceltaprezzo input[type="range"] {
  width: 100%;
  height: 10px;
  /* background: rgb(0,49,115); */
  background: linear-gradient(to right, var(--blue-diba) 0%, var(--blue-diba) 50%, #cacbcd 50%, #e5e5e5 100%);
  border: solid 1px #525f66;
  border-radius: 5px;
  margin-bottom: 70px;
  outline: none;
  transition: background 450ms ease-in;
  appearance: none;
  -webkit-appearance: none;
}

.sceltaprezzo span.price {
  position: absolute !important;
  top: -45px !important;
  font-size: 20px;
  color: var(--blue-diba);
}

#soCosaVoglio form .formsubmit span,
#count-form-auto {
  font-size: 22px !important;
}

/* #soCosaVoglio form .formsubmit button {margin-left: 0px !important;width: 60%;} */

.sceltaprezzo span.price.pricemax {
  right: 0;
}

#box-mobile,
.formsubmit {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.offerte-in-evidenza .swiper-slide {
  background-position: center;
  background-size: cover;
  max-height: 600px;
  background-color: #fff;
  border-radius: 8px;
}


.offerte-in-evidenza-home {
  background-color: #E3E3D5;text-align: left !important;display: flex;justify-content: center;align-items: center;
}

/* Head - Card -Usato */


.head h2 {
  text-align: center;
  font-size: 1rem;
}



/* Head - Card -Usato */
.head {
  /* Posizionamento */
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  /* Dimensioni box */
  width: 500px;
  height: auto;
  margin: 0 auto;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 1rem;
  /* Font */

  /* Sfondo */
  background-color: #fff;
  box-shadow: 7px 6px #cccccc;
}

.head h3 {
  text-align: center;
}

#soCosaVoglio form .black{border-width: 2px;font-weight: 700;}

























/* reset bottone */
button.richiesta-info-in-evidenza{background: none;color: inherit;border: none;padding: 0;font: inherit;cursor: pointer;	outline: inherit;}


.container-card>.row>.card-usato-garantito {
  margin: 10px;

}



.card-usato-garantito .gamma {
  position: absolute;
  top: -40px;
  font-size: 50px;
  text-transform: uppercase;
}

.info {
  font-size: 13px;
  display: flex;
  gap: 10px;
  margin-top: -10px;
}

.card-usato-garantito>.modello>span:first-child {
  font-size: 18px;
}

.prezzo-scontato {
  color: #999999;
  text-decoration: line-through;
  font-size: 24px;


}



.prezzo-intero {
  color: black;
  font-size: 26px;
}

.prezzo-rata {
  font-size: 16px;

}

.caratteristiche>.cambio>span,
.caratteristiche>.alimentazione>span,
.caratteristiche>.garanzia>span {
  font-size: 16px
}

.card-usato-garantito>.dettagli>.links>a {
  font-size: 14px !important;
}

.card-usato-garantito>.dettagli>a {
  font-size: 14px;
}



/* /Card usato */

/* PromoBox */

.promobox {
  margin-top: 0;
  padding-bottom: 100px;
  padding-top: 10px;
  overflow: hidden;
  background-color: #f4f4f4;
}

.promobox .title {
  font-size: 20px;
  display: block;
  padding-top: 50px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}


/* Dettagli promo  */

.promobox .detail h3 {
  margin: 0;
  font-size: 20px;
}

.promobox .detail {
  padding: 25px 20px;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
}

/* /Promobox */

/* sezione social */


/* sezione social */

.social {
  min-height: 600px;
}

/* Head -Social */
.head-social {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin: 0 auto;
  justify-content: space-around;
  line-height: 44px;
  font-size: 20px;
  margin-bottom: 20px;  
}

.box-image {
  object-fit: contain;
  max-height: 350px;
  overflow: hidden;
}
.box-image >img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
.social-text {
  margin: 25px 0;
  padding: 0 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.social-card {
  display: flex;
  flex-direction: column;
  border: solid 1px #E6E6E6;
  margin-right: 15px;
  margin-bottom: 25px;
  min-height: 500px;
  box-shadow: 0 0 10px 0 #c0c0c0;
  background: #fff;
}

.container-social {
  display: flex;
  flex-direction: column;
}

.box-social {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-content: center;
  justify-content: center;
}



.head-social h2 {
  font-size: 25px;
  margin-top: 5px;
}




/* promobox */
.promobox .picture-promo {
  width: 100%;
  overflow: hidden;
}

.promobox .picture-promo img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
}

.promobox .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  max-width: 1280px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
}



@media screen and (min-width: 200px) and (max-width: 992px) {
  .container-card {
    margin-top: 82px !important;
    max-width: 600px !important;
  }

  .offerte-in-evidenza-home .swiper-slide {
    background-position: center;
    background-size: cover;
    max-height: 600px;
    background-color: #fff;
    /* overflow: hidden; */
    border-radius: 88px;
  }

  .card-usato-garantito {
    max-width: 300px !important;
    min-width: 0px !important;
  }
}

@media only screen and (max-width:768px){
  #wrapper-count-form-auto{width:100%; display: flex; flex-direction: row;align-items: center; justify-content: center;}

}

@media only screen and (min-width: 768px) {
  .action-azienda {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    border: 0;
    background: #fff;
    color: black;
    bottom: unset;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0;
  }

  .action-azienda .item {
    left: 0;
    border: 0;
    padding: 10px 0;
    transition: all 0.2s;
    background: #fff;
    text-align: left;
    width: 130px;
    max-width: 130px;
  }

  .action-azienda .item i {
    font-size: 15px;
    display: inline-block;
    width: 40px;
    text-align: center;
    color: black;
  }

  .action-azienda .item span {
    display: none;
    color: black;
  }

  .action-azienda .item:hover {
    left: -90px;
  }

  .action-azienda .item:hover span {
    display: inline-block;
  }

  .offerte-in-evidenza-home {
    min-height: 660px;
  }

  .show-mobile {
    display: none;
  }


  .whatsapp-desktop {
    display: inline-block;
  }

 

  .container-social {
    display: flex;
    flex-direction: row !important;
  }

  .box-social {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
  }





}

@media screen and (min-width:1280px) and (max-width:1440px) {
 

  .head-social h2 {
    font-size: 34px !important;
    margin-top: 30px;
  }

  .box-image {
    object-fit: cover;
  }


}

@media screen and (min-width:1440px) {
  

  .box-image {
    object-fit: cover;
  }


}

@media screen and (min-width:1900px) {
  .head-social h2 {
    font-size: 34px !important;
    margin-top: 30px;
  }


  .info {
    font-size: 16px !important;
  }

  .ellipsis {
    font-size: 19px;
  }


}




@media only screen and (min-width: 992px) {

  .promobox .title {
    font-size: 34px;
    display: block;
    padding-top: 35px;
    padding-bottom: 30px;
    font-weight: bold;
    text-align: center;
    background: #f4f4f4;
    color: #000;
  }

  .promobox {
    margin-top: 0;
  }

  .promobox .slider-promo .carousel .carousel-item {
    height: 60vh;
  }

  .promobox .slider-promo .carousel .carousel-item .carousel-caption {
    left: 10%;
    max-width: 50%;
  }

  .promobox .slider-promo .carousel .carousel-item .carousel-caption p {
    margin-bottom: 20px;
  }

  .promobox .slider-promo .carousel .carousel-item .carousel-caption a {
    font-size: 15px;
    padding: 5px 10px;
  }

  .promobox .slider-promo .carousel .carousel-item .carousel-caption {
    top: 10%;
    left: 15%;
    right: unset;
    bottom: unset;
    text-align: left;
    width: auto;
    padding: 15px;
    max-width: 40%;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
  }

  .promobox .slider-promo .carousel .carousel-item .carousel-caption h3 {
    color: #fff;
  }

  .promobox .slider-promo .carousel .carousel-item .carousel-caption p {
    color: #fff;
  }

  .promobox .slider-promo .carousel .carousel-item .carousel-caption a {
    font-size: 13px;
    background: #0356bc;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
  }

  .content {
    margin-top: 80px;
  }

  .content.blank {
    margin-top: 200px;
  }

  .content.blank h1 {
    font-size: 35px;
  }

  #service {
    display: none;
  }

  .carousel-caption {
    padding: 1em;
    top: 50%;
    left: 0;

  }



}

.offerte-in-evidenza .scheda {
  background-color: inherit !important;
}

.brand-page .count-offerte {
  display: flex;
  justify-content: center;
}

/* Jumbo */

/* Font didascalia jumbo */
.carousel-caption h2 {
  font-size: 1rem;
}

.carousel-caption h3 {
  font-size: 0.74rem;
}


.offerte-in-evidenza-home {
  background-color: #E3E3D5;
  text-align: left !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 75px 0;
}

/* /Font didascalia jumbo */

/* Bottone trasparente Jumbo */

.btn-transparent {
  background-color: Transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  color: white;
  padding: 0.5rem;
  border: none;
  font-weight: bolder;


}


/* /Jumbo */

/* Ricerca */

#btn-so-cosa-voglio,
#modal_ricerca>div>div>div.modal-footer>div>button {
  width: fit-content;
  background-color: var(--blue-diba);
  color: #fff;
  border: 0;
  padding: 8px;
  border-radius: 3px;
  margin-left: 35px;
  font-size: 17px;

}

#soCosaVoglio {
  background-color: #fff;
}

.sceltaprezzo span.price.pricemax {
  right: 0;
}

.sceltaprezzo span.price.pricemin {
  left: 0;
}

#soCosaVoglio form {
  width: 85%;
  margin: 0 auto;
}

#soCosaVoglio form .title {
  font-size: 18px;
  display: block;
  padding-top: 75px;
  margin-bottom: 15px;
  font-weight: bold;
}

#soCosaVoglio form img {
  width: 85px;
  position: absolute;
  padding: 7px;
  background: #fff;
  border-radius: 100%;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
}

#soCosaVoglio form select,
#modal_ricerca form select {
  font-size: 14px;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #999;
  padding: 10px 5px;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

#soCosaVoglio form .formsubmit,
#modal_ricerca form .formsubmit {
  padding-bottom: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#soCosaVoglio form .formsubmit div,
#modal_ricerca form .formsubmit div {
  margin: 25px 0;
  color: var(--blue-diba);
}




#soCosaVoglio form .formsubmit button i {
  font-size: 12px;
}




#conoscoBudget img {
  width: 85px;
  position: absolute;
  padding: 7px;
  background: #fff;
  border-radius: 100%;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
}


#conoscoBudget button.counterBudget {
  all: unset;
  font-size: 18px;
  padding: 0px 15px;
  border: 1px solid var(--blue-diba);
  color: var(--blue-diba);
  margin-right: 15px;
  height: 39px;
}


#conoscoBudget .countStock {
  color: var(--blue-diba);
  font-size: 22px;
}
.sceltaprezzo span.scelte {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 70px;
  cursor: pointer;
}
/* Videogallery  */

.videogallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-items: center;

  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding-top: 60px;
  max-width: 100%;
  background-color: #E9F0F5;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.videogallery .title {
  font-size: 20px;
  display: block;

  display: block;
  font-weight: bold;
  text-align: center;
}

.videogallery a {
  margin-bottom: 50px;
  margin-top: 10px;
}

.videogallery .embed-first {
  position: relative;
  width: 100%;
}

.videogallery .embed-first iframe {
  width: 100%;
  min-height: 400px;
}

.videogallery .embed-other {
  display: flex;
  justify-content: space-between;
}

.videogallery .embed-other div:nth-child(4) {
  display: none;
}

.videogallery .embed-other div:nth-child(3) {
  display: none;
}

.videogallery .embed-other div iframe {
  width: 100%;
}


/* /Videogallery  */

/* Card usato  */



.card-usato-garantito {min-height: 495px;min-width: 300px;max-width: 650px;background-color: white;padding: 15px;box-shadow: 0px 5px 10px 2px grey;}

@media screen and (min-width: 768px) and (max-width:1024px) {
  .card-usato-garantito  .dettagli {gap: 15px !important;}
}
@media screen and (min-width: 1024px)  {
  .card-usato-garantito {height: 590px;width: 400px;display: flex;flex-direction: column;justify-content: space-evenly;}
  .brandpage .picture{height:34vw;}
}
@media screen and (min-width: 1200px)  {
  .brandpage .picture{height:33vw;}
}
@media screen and (min-width: 1920px)  {
  .card-usato-garantito {height: 590px;/* width: 520px; */display: flex;flex-direction: column;justify-content: space-evenly;}
  .card-usato-garantito img {width: 100% !important;height: auto !important;}
  .caratteristiche>.cambio>span, .caratteristiche>.alimentazione>span, .caratteristiche>.garanzia>span {font-size: 16px;}
}

.container-card>.row>.card-usato-garantito {
  margin: 10px;

}


.card-usato-garantito .gamma {
  position: absolute;
  top: 0px;
  font-size: 34px;
  text-transform: uppercase;
}

.info {
  font-size: 13px;
  display: flex;
  gap: 20px;
}

/* /Card usato */

/* sezione social */

.social {
  min-height: 600px;
}

/* Head -Social */
.head-social {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin: 0 auto;
  justify-content: space-around;
  line-height: 44px;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;

  padding: 5px;
  padding-top:75px;
}

.box-follow-me {
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-left: 15px;
}








/* BoxHero */

.head-hero {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin: 0 auto;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-hero {
  width: 70%;
  margin: 0 auto;
  margin-top: 10px;

}

.box-content {
  padding: 30px;
}

.box-ico {
  margin-bottom: 10px;
}

.box-hero {
  background-color: #003173;
  color: white;
}

/* /BoxHero */

/* Carosello recenzioni */


.testimonials {
  background-color: #F7F6FF;
  padding-top:75px;
} 

.testimonials .blocco_esperienze_box {
  width: 100%;
  max-width: 1200px;
  background-color: var(--navy-diba);
  height: 340px;
  -webkit-box-shadow: 0px 10px 13px 5px #A3A3A3;
  box-shadow: 0px 10px 13px 5px #A3A3A3;
  position: relative;
  margin: 0 auto;
  margin-bottom: 280px;
}


.testimonials .blocco_esperienze_box span.title {
  color: #fff;
  font-size: 20px;
  display: block;
  position: absolute;
  left: 10%;
  top: 50px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  margin-bottom: 30px;
  font-weight: bold;
}


.testimonials .blocco_esperienze_box small.subtitle {
  color: #fff;
  font-size: 16px;
  display: block;
  position: absolute;
  left: 10%;
  top: 95px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  margin-bottom: 30px;
  font-weight: bold;
}

.swiper-container-testimonial {
  background: #FFF;
  width: 80%;
  margin-top: 160px;
  -webkit-box-shadow: 0px 10px 13px 5px #A3A3A3;
  box-shadow: 0px 10px 13px 5px #A3A3A3;
  min-height: 330px;
  padding: 15px;
}


.swiper-container-testimonial .recensioni {
  max-width: 1640px;
  margin: 0 auto;
  padding-bottom: 142.5px;
}


.swiper-container-testimonial .recensione {
  max-width: 300px;
  margin: 20px auto;
  background-color: #fff;
  padding: 20px;  
  border: 1px solid #9999;
  border-radius: 5px;    
}


.swiper-container-testimonial .recensione .oggetto {
  padding: 10px 15px 5px 15px;
}


.swiper-container-testimonial .recensione .oggetto>span {
  color: var(--antracite-diba);
  font-weight: bold;
  padding-bottom: 8px;
}


.swiper-container-testimonial .recensione .testoRecensione {
  margin-bottom: 15px;
  padding: 0 15px;
  font-size: 12px;
  color: #5c5c5c;
  min-height: 30px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}


.swiper-container-testimonial .recensione .testoRecensione {
  margin-bottom: 15px;
  padding: 0 15px;
  font-size: 12px;
  color: #5c5c5c;
  min-height: 30px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

@media (min-width: 320px) and (max-width: 575px) {
  body>div.section.offerte-in-evidenza-home.col-12.float-left.reset-padding>div.head.text-center>h2 {
    font-size: 1.2rem !important;
  }

 


  

  .carousel-caption {
    position: relative;
  }

  .card .carousel-caption {
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }

  .card .carousel-caption img {
    margin: 0 auto;
  }

  .carousel-control-prev {
    left: 35%;
    top: 105%;
  }

  .carousel-control-next {
    right: 35%;
    top: 105%;
  }

  .card .carousel-caption h3 {
    margin-top: 0;
    font-size: 5px;
    font-weight: 700;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .carousel-caption {
    position: relative;
  }

  .card .carousel-caption {
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }

  .card .carousel-caption img {
    margin: 0 auto;
  }

  .card .carousel-caption h3,
  .card .carousel-caption small {
    text-align: left !important;
  }

  .carousel-control-prev {
    left: 35%;
    top: 105%;
  }

  .carousel-control-next {
    right: 35%;
    top: 105%;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  body > div.section.offerte-in-evidenza-home.col-12.float-left.reset-padding > div.head.text-center > h2{font-size: 1.5rem !important;}
  .card .carousel-caption h3 {margin-top: 0;font-size: 10px;font-weight: 700;}
  

  .card .carousel-caption h3 {
    margin-top: 0;
    font-size: 10px;
    font-weight: 700;
  }
}

.fas.fa-star {
  color: yellow;
  text-shadow: 0 0 3px #000;
}

.far.fa-star {
  color: #999;
}

/* Posizionamento icone form ricerca */

.posizionamento-icona {
  position: absolute;
  top: -70px;
  width: 85px;
  position: absolute;
  padding: 7px;
  background: #fff;
  border-radius: 100%;
  transform: translate(-50%);
}




.selectbox {
  margin-top: 40px;
  width: 100%;
}





.title-search {
  font-size: 25px !important;
  text-transform: uppercase;
  font-weight: normal !important;
}






/* Jumbotron */



.offerte-in-evidenza-head {
  position: absolute;
  top: -43px;
  margin-bottom: 33px !important;
}



.container-card {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 100px
}







@media screen and (min-width: 200px) and (max-width:1024px) {
  #wrapper-risultato {
    text-align: center;
  }

  #soCosaVoglio #count-form-auto::after {
    content: "\a";
    white-space: pre;
  }



  .preferiti-desktop {
    display: none !important;
  }
}


@media screen and (min-width:200px) and (max-width: 992px) {
  .card-usato-garantito {
    max-width: 300px !important;
    min-width: 0px !important;
  }





  .offerte-in-evidenza .head h3 {
    font-size: 16px;
  }

  .head {
    width: 250px !important;
    margin-bottom: 80px !important;
  }

  .container-card {
    margin-top: 82px !important;
    max-width: 600px !important;
  }



  .box-logo-mobile img {
    max-width: 100%;
    height: auto;
  }

  #sezione-budget {
    margin-top: 50px;
  }

  #mobile-button,
  #btn-search-mobile {
    background-color: #0356bc !important;
    color: white !important;
    font-size: 15px !important;

  }

  #btn-search-mobile {
    margin-top: 40px;
  }


  .box-btn-search-budget,
  #soCosaVoglio .box-btn-search {
    visibility: hidden;


  }

  #soCosaVoglio #btn-search {
    visibility: hidden;

  }

  #mobile-button,

  #count-form-auto-mobile {

    visibility: visible !important;
  }

}

.head-promo h3 {
  text-align: center;
}


#scegliDiba {
  padding: 40px 5px;
  background-color: var(--navy-diba);
  color: #fff;
}

#scegliDiba .title {
  font-size: 20px;
  display: block;
  display: block;
  padding-top: 35px;
  margin-bottom: 30px;
}

#scegliDiba>img {
  width: 85px;
  position: absolute;
  padding: 7px;
  background: var(--navy-diba);
  border-radius: 100%;
  top: -45px;
  left: 50%;
  transform: translate(-50%);
}

#scegliDiba>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-top: 25px;
}

#scegliDiba>div div {
  margin-bottom: 40px;
}

#scegliDiba>div div img {
  display: block;
  width: 40px;
  margin: 0 auto;
  margin-bottom: 15px;
}

#scegliDiba>div div span {
  display: inline-block;
  line-height: 15px;
  font-size: 12px;
}

.hidden {
  display: none !important;
}

.link-casa-madre {
  text-decoration: none;
  font-size: 15px;
  color: white;
}





@media screen and (min-width: 1024px) {


  #wrapper-count-form-auto {
    text-align: center;
  }



  .caratteristiche>.cambio>span,
  .caratteristiche>.alimentazione>span,
  .caratteristiche>.garanzia>span {
    font-size: 17px
  }

  .box-info {
    position: relative;
    right: 20px;
    top: 10px;
  }

  .head-promo h3 {
    margin-bottom: 30px;
  }


  .vr {
    border-left: 2px solid #D3D3D3;
    height: 300px;
  }




  .head-promo {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: 0 auto;
    justify-content: space-around;
    line-height: 30px;
    margin-bottom: 20px;

  }


  .text-promo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FFF;
    color: #000;
    opacity: 0.5;
    width: 200px;
    height: 100px;
    padding: 5px;
    position: absolute;
    right: 100px;
    top: 15px;

  }




 .formricercahomepage {background-color: #fff;}

  .sceltaprezzo span.scelte {
    display: block;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-bottom:101px;
  }

  .sceltaprezzo span.scelte font {
    display: inline-block;
    padding: 5px;
    margin: 0 10px;
  }

  .sceltaprezzo span.scelte font.selected {
    border-bottom: 3px solid var(--blue-diba);
  }

  .sceltaprezzo span.price {
    position: absolute;
    top: -40px;
    font-size: 25px;
    color: #666;

  }

  



  #soCosaVoglio form .formsubmit {
    flex-direction: row;
  }

  #soCosaVoglio #wrapper-risultato {
    text-align: center
  }

  #conoscoBudget #box-mobile {
    flex-direction: row;
  }

  #conoscoBudget button.counterBudget {
    all: unset;
    font-size: 18px;
    padding: 5px 8px;
    border: 1px solid var(--blue-diba);
    color: var(--blue-diba);
    margin-right: 15px;
  }





  .sceltaprezzo input[type="range"] {
    width: 97%;
    height: 10px;

    /* background: rgb(0,49,115);  */
    background: linear-gradient(to right, var(--blue-diba) 0%, var(--blue-diba) 50%, #cacbcd 50%, #e5e5e5 100%);
    border: solid 1px #525f66;
    border-radius: 5px;
    margin-bottom: 70px;
    outline: none;
    transition: background 450ms ease-in;
    appearance: none;
    -webkit-appearance: none;


  }

  .sceltaprezzo input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #FFF;
    overflow: visible;
    cursor: pointer;
    border: 1px solid var(--blue-diba);
  }

  .sezione-search {
    min-height: 800px;
  }

  /* .swiper {
    max-width: 470px;

  } */
}

.caption,
#veicoli-totali {
  visibility: hidden;
}


@media screen and (min-width:320px) and (max-width: 981px) {

  .offerte-in-evidenza .head h2 {
    font-size: 22px;
  }

  #conoscoBudget .title {
    margin-bottom: 60px;
    padding: 25px;
  }

  .divisore {
    /* color: #666; */
    background-color: #666666;
    width: 100%;

  }

  .caption {
    visibility: visible;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 10px;
    align-items: center;
    line-height: 20px;
    padding: 10px;
    background-color: #fff;
    color: black
      /* background-color:#e5e5e5; */
  }

  .caption a {
    font-size: 15px;
    background: #0276b3;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
  }

  .box-jumbo {
    visibility: hidden;
  }

}

@media only screen and (min-width: 320px) and (max-width:1080px) {
  .card-usato-garantito .gamma {
    position: absolute;
    top: -0px !important;
    font-size: 40px;
    text-transform: uppercase;
  }

  /* #soCosaVoglio form .formsubmit span,
  #count-form-auto {
    font-size: 22px !important;
  } */


  .detail {
    display: flex;
    flex-direction: column;
    align-content: center;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }

  .head-promo {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .head-videogallery {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .container-promo {
    /* margin-bottom: 80px; */
    max-width: 770px;
  }

}

@media only screen and (max-width: 991px) {
  button.navbar-toggler {outline: 0;}
  .gruppidiba, .servizidiba  {width: 100%;}
  .gruppidiba li, .servizidiba li {padding: 10px 15px;border-bottom: 1px solid #9999;}
  .servizidiba li:last-child {border-bottom: 0;}
}

@media only screen and (min-width: 992px) {
  header .box-azioni{ position: absolute;top: -43px;right: 128px;}

  #conoscoBudget {    
    margin-top: 0;      
  }
  .offerte-in-evidenza-home {
    min-height: 800px;

  }

  body>div.section.offerte-in-evidenza-home.col-12.float-left.reset-padding>div.head.text-center>h2 {
    font-size: 1.5rem !important;
  }  

  .detail {
    padding: 25px 20px;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
  }

  .detail h3 {
    margin: 0;
    font-size: 20px;
  }

  .detail span {
    display: block;
    font-size: 14px;
    color: #333;
    margin: 10px 0 25px 0;
  }

  .detail a {
    display: block;
  }

  .detail {
    color: #000;
    padding: 15px;
    text-align: center;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .detail span {
    color: #000;
  }

  .detail a {
    font-size: 13px;
    background: #0356bc;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    width: fit-content;
  }

  .detail a i {
    font-size: 12px;
  }

  .card-promo {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }



  .offerte-in-evidenza .swiper-pagination-bullet {
    position: relative;
    bottom: -50px;
    width: 10px;
    height: 10px;
    margin-bottom: 30px;

  }

  .promo-box .swiper-pagination-bullet {
    position: relative;
    bottom: -50px;
    width: 10px;
    height: 10px;
    margin-bottom: 30px;
  }

  /* /promo */



  .formsubmit {

    position: relative;
    top: 10px;
    font-size: 20px;

  }

  #conoscoBudget .title {
    font-size: 18px;
    display: block;

    padding-top: 55px;
    font-weight: bold;
  }




  #soCosaVoglio form {
    width: 65%;
  }

  */ #soCosaVoglio form {
    width: 65%;
  }

  #soCosaVoglio form img {
    width: 110px;
    top: -50px
  }




  #conoscoBudget img {
    width: 110px;
    top: -50px;
    left: 50%;
  }

  #conoscoBudget .title {
    /* margin-bottom: 35px; */
    position: relative;
    top: -31px;
  }

  .videogallery .title {
    font-size: 34px;

    font-weight: bold;
  }

  .videogallery {
    max-width: 100%;
    background-color: #E9F0F5;
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .videogallery .embed-first {
    max-width: 1200px;
    width: 80%;
  }

  .videogallery .embed-other {
    max-width: 1200px;
  }

  .videogallery .embed-first iframe {
    min-height: 620px;
  }

  .videogallery .embed-other div:nth-child(4) {
    display: inline-block;
  }

  .videogallery .embed-other div:nth-child(3) {
    display: inline-block;
  }


}












@media screen and (min-width:1280px) and (max-width:1366px) {
  


  #conoscoBudget #wrapper-risultato {
    padding-right: 10px;
  }

}










@media screen and (min-width: 1900px) {
  



  .counterBudget {
    font-size: 22px;
  }

  .offerte-in-evidenza-home {
    min-height: 900px;
  }

  body>div.section.offerte-in-evidenza-home.col-12.float-left.reset-padding>div.head.text-center>h2 {
    font-size: 2rem !important;
  }

}

/* Service */
.form-default h2,
.form-default h3 {
  margin: 0 0 15px;
}

.form-default h2 {
  font-size: 18px;
}

.form-default .box-dati {
  padding: 0;
}

.form-default label {
  width: 100%;
  margin: 0;
}

.form-default input[type="text"],
.form-default input[type="number"],
.form-default input[type="email"],
.form-default input[type="tel"],
.form-default select {
  width: 100%;
  line-height: 35px;
  padding: 0 10px;
  margin: 5px 0;
}

.form-default textarea {
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  margin: 5px 0;
}

.form-default select {
  background-position: 98% 50%;
  border-radius: 3px;
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
}

.form-default a {
  color: #242424;
  font-weight: 500;
}

.form-default button[type="submit"] {
  width: 100%;
  background-color: #00adef;
  color: #FFF;
  line-height: 40px;
  padding: 0 15px;
}

.form-default button[type="submit"]:active {
  box-shadow: inset 0 0 5px 0 #242424;
}

@media only screen and (min-width: 1400px) {
  .brandpage .picture{height:32vw;}
}
@media only screen and (min-width: 1600px) {
  .brandpage .picture{height:31vw;}
}
@media only screen and (min-width: 1800px) {
  .brandpage .picture{height:30vw;}
}:root {
  --blue-diba: #0356BC;
  --navy-diba: #003173;
  --ligthblue-diba: #4f74ee;
  --hover-button: #0069d9;
  --darkgray-diba: #40495d;
  --antracite-diba: #212529;
  --lightgray-diba: #e5e5e5;
  --gray-diba: #f0f0f0;
  --cream-diba: #edf0e9;
  --yellow-diba: #eaab4e;
  --orange-diba: #eb7a1c;
  --dirty-white-diba: #eee;
  --grigiochiaro: #c0c0c0;
  --facebook: #3b5998;
  --instagram: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  --youtube: #FF0000;
  --linkedin: #0072b1;
  --border: 1px solid #cdcdcd;
  --nuovo: #f9c74f;
  --usato: #059c1ebd;
  --kmzero: #c03;
  --aziendale: #337ab7;
  --nero-diba: #242424;
  --rosso-diba: #E1001A;
  --grigio-diba: #BBBEC0;
  --grigio-chiaro-diba: #BEC3C6;
  --hover-audibadi: var(--nero-diba);
  --font-mm: ;
  --color-text: hsl(248, 10%, 40%);
  --color-text-muted: hsl(248, 10%, 40%);--color-purple: slateblue;
}
@font-face {
  font-family: 'BMWTypeWebLightAll';
  src: url('font/bmw/BMWTypeNextTT-Light.woff') format('woff');
  font-display: swap;

}

@font-face {
  font-family: 'BMWTypeWebBoldAll';
  src: url('font/bmw/BMWTypeNextTT-Bold.woff') format('woff');
  font-display: swap;

}
.hide{display: none !important;}
header a {text-decoration: none; color: white;}
header #logo-mobile-diba  {width:110px;}
header img {transition: all .5s}
header .box-icon a img:not(#logo-mobile-diba) {width: 57px; height:auto;}
header #gamma {width: 100%;}
/* header .box-icon-desktop a img {width: 45px; height:auto;} */
header .row-top {display: flex; align-items: baseline; justify-content: space-between; align-content: center; align-items: center;height: 54px; }
header .row-below{display: flex;justify-content: space-between;align-content: baseline;background-color:black;}
header .row-below .box-azioni i {color:white;}
header .row-below .box-azioni > * {margin-left: 20px; font-size: 20px;}
header .logo-traslateY-up{transform: translateY(33px);}
header #logo-desktop {display:none;}
header #box-logo-diba {z-index:9999}
header .counter-preferiti{background: #c03;color: #fff; border-radius: 100%; padding:2px 6px 2px 6px; width: 16px; height: 16px;text-align: center;font-size: 12px;position:relative;top: -10px;
   }
header #logo-gruppodiba-pc{display:none;}
header .navbar-nav{align-items: center;}
header  #navbar-desktop {width: 100%;justify-content: center;}
header .navbar-toggler{padding:0;}
header #navbarTogglerDemo01 > ul {padding: 1 rem;}
header #navbarTogglerDemo01 > ul > li {padding: 10px;}
header #navbarTogglerDemo01 > ul > li:nth-child(9) > a > i {color:var(--blue-diba) !important}
header #link-sitogruppo{ font-size:12px}
header a {transition: all 0.25s ease-in-out;}
header a:hover{ text-decoration:none; color: #0056b3; }
header #row-gamma{display:none};
@media screen and (min-width: 320px) and (max-width:374px) {
  header #logo-mobile-diba{margin: 0}
  header #link-sitogruppo {font-size: 11px;}
}
@media screen and (min-width: 992px) {
  header nav#row-always-on-top{border-bottom: 1px solid #BABABA;}    
  header  #navbar-desktop  > li > a {white-space: nowrap; font-size:12px}
  header #navbar-desktop{display: flex;align-items: center;}
  header .logo-mobile{display:none;} 
  header .box-icon{visibility:hidden}   
  header  #logo-desktop{display:block !important;position: relative;top: 38px;width:5rem;}
  header .counter-preferiti{ left:0;}
  header #row-gamma{display:block;background-color:black;padding:0 15px;}
  /* #gamma > li:nth-child(4) > a > div > div > span{white-space: nowrap; color:white;} */
  #gamma  .title{ white-space: nowrap;font-size: 12px;}
  #gamma {display:flex; justify-content: center; align-items: center;}
  header  #logo-desktop  img {position: absolute; top: -113px;}
  header #navbar-desktop {padding-left: 15px;}
  header .mini-logo { width: 100px;}
  header #scritta-gamma{font-size: 13px;}
  header #navbarTogglerDemo01 > ul > li { padding-left: 5px;}  
  header  #logo-gruppodiba-pc {display: block !important; position: relative; top: 5px;};
  .gruppidiba li, .servizidiba li {padding: 10px 15px!important;border-bottom: 0!important;}
  .servizidiba li {padding: 10px 15px!important;border-bottom: 0!important;}
  header #navbar-desktop {justify-content: center!important;}
  header #navbar-desktop li {padding: 0 10px; font-size:12px;}
  header #navbar-desktop li #text_officina, header #navbar-desktop li #text_offerte{display: none;}
  header #navbar-desktop li i, header #navbar-desktop li i {font-size:18px}
  .servizidiba {position: absolute;right:15px;}
}
@media screen and (min-width: 1440px) {
  header #navbar-desktop li {padding: 0 15px; font-size:15px;}
  header #navbar-desktop li #text_officina, header #navbar-desktop li #text_offerte{display: inline-block;}
  header #navbar-desktop li i, header #navbar-desktop li i {font-size:18px; margin-right: 10px;}
  .servizidiba li {padding: 10px 5px!important;}
}
@media screen and (min-width: 1600px) {
  header #navbar-desktop li {padding: 0 17px; font-size:17px;}  
}
@media screen and (min-width:1910px) {
  header #navbar-desktop li {padding: 0 17px; font-size:16px;}  
}
@media screen and (min-width: 1270px) { 
  header #navbar-desktop  > li > a { font-size:17px}  
  header #navbarTogglerDemo01 > ul > li { padding: 7px;}  
  #gamma .title {white-space: nowrap;font-size: 17px;}
  header #scritta-gamma {font-size: 17px;}  
}
@media screen and (min-width:1365px){
  header #logo-gruppodiba-pc{display:block !important;}
  header #logo-gruppodiba-pc { display: block; }  
  header #navbar-desktop > li > a {font-size: 17px;}
  header .mini-nav  #navbarTogglerDemo01 > ul > li {padding: 16px;}
}
@media screen and (min-width:1430px) {
  header  #navbarTogglerDemo01 > ul > li {padding: 15px;}
  header #navbar-desktop { padding-left: 4px;}
  #gamma .title {white-space: nowrap;font-size: 17px;}
  header #scritta-gamma {font-size: 17px;}  
}
@media screen and (min-width:1535px) {
  #gamma .title {white-space: nowrap;font-size: 17px;}
  header #scritta-gamma {font-size: 17px;}  
}
@media screen and (min-width:1910px) {  
  header #navbarTogglerDemo01 > ul > li {padding: 8px;}  
  header #row-always-on-top, header #top-to-hide-on-scrool {max-height: 81px;}
  header #logo-desktop img {width: 90%;}
  header .box-logo-diba {z-index: 999;}
  header  #navbar-desktop  > li > a,   #gamma  .title{ font-size:15px}
  header #scritta-gamma{font-size: 15px;}
  header #logo-gruppodiba-pc{width: 150px; height:auto;position: relative; top: 7px;}  
  header  #link-sitogruppo { font-size: 13px;}  
  header .row-below .box-azioni i {font-size: 20px;}  
}footer {
  /* margin-top: 25px; */
  color: #fff;
  
}
footer .brandpage{background-color: #000}
footer #footer-gamma, footer #footerNav{ display:none;}

footer #scritta-gamma{font-size: 20px;}

/* footer #logo-footer{width: 20%; position:relative; left: 80px; bottom: 0;} */

footer .piu-cercati {
  background: #3e3e3e;
  padding: 50px 15px;
  z-index: 9;
  bottom: -50px;
}

footer .piu-cercati span.title {
  display: block;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}

footer .piu-cercati span.title font {
  background: #fff;
  padding: 5px 15px;
  border: 2px solid #3e3e3e;
  position: relative;
  color: #000;
  top: -65px;
}

footer .piu-cercati .item {
  margin-bottom: 15px;
}

footer .piu-cercati .item span.subtitle {
  display: block;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #c0c0c0;
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 5px;
  border-bottom-right-radius: 0;
}

footer .piu-cercati .item span.subtitle font {
  border: 2px solid #c0c0c0;
  border-radius: 5px;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  display: inline-block;
  padding: 5px 10px;
}

footer .piu-cercati .item span.modello {
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}

footer .footer-bottom {
  padding: 10px 0 50px 0;
  background: #242424;
}

footer .box-sedi .title-section {
  display: block;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 15px;
}

footer .box-sedi .sede {
  margin-bottom: 30px;
}

footer .box-sedi .sede img {
  height: 70px;
  margin-right: 5px;
}

footer .box-sedi .sede span {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

footer .box-sedi .sede span.titolo {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

footer .box-sedi .sede span i {
  width: 20px;
}

footer .box-sedi a {
  color: #fff;
}

footer a:hover {
  text-decoration: none;
  cursor: pointer;
  color: white !important
}

footer #mapid {
  height: 200px;
  width: 100%;
  z-index: 1;
  pointer-events: none !important;
}

footer #mapid strong {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

footer #mapid span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

footer .note-legali a {
  display: block;
  padding: 2.5px 0;
}

footer .note-legali i {
  color: #c03
}




footer .back-to-top {
  background: #fff;
  padding: 5px 10px;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  margin: 50px 0;
}






.footer_serie_gruppi {display:none;background-color: #fff;font-size: 12px;font-weight: 600;}
.footer_serie_gruppi a {color: #fff;}
.footer_serie_gruppi ul {padding: 20px 50px;}
.footer_serie_gruppi ul li {padding: 0 35px 0 0;}
.footer_serie_gruppi ul.small {font-size:12px;padding: 20px 50px 20px 0;}
.footer_serie_gruppi ul.small li {padding: 0 15px 0;}
.footer_serie_gruppi ul.small li:first-child {border-right:1px solid #fff;}
.footer_serie_gruppi .footer_serie {background-color: #333;}
.footer_serie_gruppi .footer_gruppi {background-color: #333;margin-top:2px;}
@media only screen and (min-width: 1024px){
  .footer_serie_gruppi {display: block;}
}
@media only screen and (min-width: 1420px){
  .footer_serie_gruppi {font-size: 20px;}
  .footer_serie_gruppi ul.small {font-size:16px;padding: 20px 50px;}
}








@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer .piu-cercati {
    padding: 50px 15px;
  }

  footer #mapid {
    height: 300px;
  }

  footer .brandpage{background-color: #000}
  #footerNav {
    background-color: #000;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    line-height: 30px;
  }

  #footerGamma {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    line-height: 40px;
    background-color: black;
    color: white;
  }

  #footerGamma>li>a {
    color: white;
    font-size: 14px;
  }

  #footerNav>li>a {
    display: flex;
    flex-direction: column;
    flex: wrap;
    align-items: center;
    font-size: 10px;
    /* margin-left:15px; */
    color: white;


  }

  .footer-scritta-serie {
    margin-left: 10px;
  }

  .head-videogallery {
    display: block;
    width: 80%;
    margin: 0 auto;
    justify-content: space-around;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  footer #footer-gamma, #footerNav{ visibility: visible}

  .head-videogallery {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    justify-content: space-around;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .footer-scritta-serie {
    font-size: 16px;
    margin-left: 39px;
  }

  #footerGamma>li>a {
    font-size: 16px;
  }

  #footerNav {
    display: flex;
    flex-direction: row;

    justify-content: space-around;
    align-items: center;
    line-height: 30px;
    align-content: baseline;
  }



  #footerNav {
    background-color: #000;
  }

  #footerGamma {
    display: flex !important;
    justify-content: space-between !important;
    
    background-color: black;
    color: white;
  }

  #footerGamma>li>a {
    color: white;
    font-size: 15px;
  }

  .footer-scritta-serie{
    margin-left: 0;
  }

  #footerNav > li.margin-left-80 > a > span{
    margin-left: 5px;
  }

  ul#footerNav a {
    font-size: 15px;
}

  

  #footerNav>li>a {
    display: flex;
    flex-direction: column;
    flex: wrap;
    align-items: center;
   
    color: white;


  }

  #footerNav>li>a {
    font-size:14px;
  }

  /* .logo-footer {

    position: absolute;
    top: -146px;
    right: 109px;

  } */

  footer .piu-cercati {
    padding: 50px;
  }

  footer .piu-cercati span.title {
    font-size: 25px;
  }

  footer .piu-cercati span.title font {
    padding: 5px 10px;
    top: -70px;
  }

  footer .footer-bottom {
    padding: 100px 50px 50px 50px;
  }

  footer .box-sedi .title-section {
    font-size: 30px;
  }

  footer #mapid {
    height: 300px;
    margin-top: 100px;
  

  }
}

@media only screen and (min-width: 320px) and (max-width:375px){
  /* footer #logo-footer {width: 29%;position: relative;left: 70px;bottom: -45px;} */
  
}


@media only screen and (min-width: 425px) and (max-width:768px) {
  /* footer #logo-footer{position:absolute; left: 321px; top: -8px; } */
  
}

@media only screen and (min-width: 768px)  {
  /* footer #logo-footer{position: absolute;left:642px;top: -92px;width: 14%; } */
  footer #footer-gamma{ display:flex;}
  footer #footer-gamma  .title{font-size: 16px; white-space: nowrap; color:white;}
  footer #footer-gamma {display:flex; justify-content: center; align-items: center;gap: 20px}
  footer #footerNav{display:flex;}
  footer #scritta-gamma { font-size: 16px;}
  
}

@media only screen and (min-width:1920px) {
  footer #footer-gamma{ display:flex;}
  footer #footer-gamma  .title{font-size: 20px; white-space: nowrap; color:white;}
  footer #footer-gamma {display:flex; justify-content: center; align-items: center;gap: 20px}
  footer #footerNav {line-height: 40px;}
  footer #footerNav>li>a {font-size:20px;}  
  /* footer #logo-footer{width: 60%; position: absolute; bottom: -58px;  left: -6px; top: 38px;} */
  footer #scritta-gamma { font-size: 16px;}


}

footer #logo-footer {display: block;}
footer #logo-footer img {width: 150px;margin-top: 50px;}
@media only screen and (min-width: 768px)  {    
  footer #logo-footer img {margin-top: 15px;}    
}/* .lista {
  padding: 25px 0;
} */

.lista .breadcrumbs {
  background: #fff;
  padding: 10px 15px;
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 25px; 
  box-shadow: 0 0 10px 0 #ddd;
  
}

.lista .breadcrumbs a {
  display: inline-block;
  color: #00adef;
}

.lista .form {
  margin-bottom: 25px;
}

.lista .form .form-interno {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 10px 0 #ddd;
  border-radius: 3px;
}

.lista .form .form-interno span.button-mobile {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}

.lista .form .form-interno span.button-mobile i {
  float: right;
  margin-top: 3px;
}

.lista .form .form-interno .box-form {
  display: none;
}

.lista .lista-annunci {
  min-height: 500px;
}

.lista .lista-annunci .intestazione {
  margin-bottom: 25px;
}

.lista .lista-annunci .intestazione h1 {
  font-size: 27px;
}

.lista .lista-annunci .intestazione span.risultato {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}

.lista .lista-annunci .intestazione span.descrizione {
  font-size: 16px;
  display: block;
}

.lista .lista-annunci .intestazione .dettaglio-ricerca {
  margin-top: 5px;
  font-size: 16px;
}

.lista .lista-annunci .intestazione .dettaglio-ricerca span {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #c0c0c0;
  box-shadow: 0 0 10px 0 #eee;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.lista .lista-annunci .intestazione .dettaglio-ricerca span strong {
  font-weight: 600;
}

.lista .lista-annunci .intestazione .strumenti-ricerca {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 5px;
  float: left;
  width: 100%;
}

.lista .lista-annunci .intestazione .strumenti-ricerca .filter{    display: inline-block;
  float: left;
  background: #fff;
  color: #000;
  padding: 5px 10px;
  box-shadow: 0 0 10px 0 #ddd;
  border-radius: 5px;
  border: 1px solid #ddd;
  min-height: 38px;
  font-size: 16px;
}


.lista .lista-annunci .intestazione .strumenti-ricerca a {
  display: inline-block;
  float: left;
  background: #fff;
  color: #000;
  font-size: 16px;
  padding: 5px 10px;
  box-shadow: 0 0 10px 0 #ddd;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.lista .lista-annunci .intestazione .strumenti-ricerca select {
  display: inline-block;
  float: right;
  background: #fff;
  color: #000;
  font-size: 16px;
  padding: 5px 10px;
  box-shadow: 0 0 10px 0 #ddd;
  border-radius: 5px;
  border: 1px solid #ddd;
  min-height: 36px;
}

.lista .lista-annunci .intestazione div.descrizione {
  float: left;
  width: 100%;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
}

.lista .lista-annunci .intestazione div.descrizione div.testo-seo {
  transition: all 0.2s;
}

.lista .lista-annunci .intestazione div.descrizione div.testo-seo:not(.show) {
  display: block;
  height: 55px;
  overflow: hidden;
  text-overflow: hidden;
}

.lista .lista-annunci .intestazione div.descrizione span.show-all-testo-seo {
  display: block;
  margin-top: 5px;
  cursor: pointer;
}

.lista .lista-annunci .intestazione div.descrizione span.show-all-testo-seo span.text {
  padding-right: 5px;
}

.lista .lista-annunci .intestazione div.descrizione .linksbox-descrizione {
  display: block;
  white-space: nowrap;
  overflow: auto;
  padding: 10px 0;
}

.lista .lista-annunci .intestazione div.descrizione a {
  display: inline-block;
  color: #000;
  font-weight: 600;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px 0 #ddd;
  margin-right: 10px;
  transition: all 0.2s;
}

.lista .lista-annunci .intestazione div.descrizione a:hover {
  background: #00adef;
  color: #fff;
  text-decoration: none;
}

.lista .lista-annunci .annunci .annuncio {
  background: #fff;
  margin-bottom: 25px;
  box-shadow: 0 0 10px 0 #ddd;
  padding: 15px 0;
  border-radius: 3px;
  cursor: pointer;
}

.lista .lista-annunci .annunci .annuncio i.fa-heart {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 20px;
  z-index: 9;
}

.lista .lista-annunci .annunci .annuncio i.fa-heart.rosso {
  color: #f50537;
}

.lista .lista-annunci .annunci .annuncio .titolo-auto {
  margin-bottom: 10px;
}

.lista .lista-annunci .annunci .annuncio .titolo-auto h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  padding-right: 20px;
}

.lista .lista-annunci .annunci .annuncio .titolo-auto span.versione {
  font-size: 15px;
  display: block;
}

.lista .lista-annunci .annunci .annuncio .foto-auto, .lista .lista-annunci .annunci .annuncio .foto-auto.nuove {
  margin-top: 5px;
}

.lista .lista-annunci .annunci .annuncio .foto-auto img:last-child {
  display: none;
}

.lista .lista-annunci .annunci .annuncio .foto-auto img.nuove:last-child {
  display: block;
}

.lista .lista-annunci .annunci .annuncio .foto-auto span.cerchio-gruppo {
  position: absolute;
  top: 0;
  left: 15px;
  background: #242424;
  color: #fff;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  font-size: 12px;
  padding: 2.5px 10px 2.5px 5px;
}

.lista .lista-annunci .annunci .annuncio .foto-auto span.cerchio-gruppo.usate {
  background: #556b2f;
}

.lista .lista-annunci .annunci .annuncio .foto-auto span.cerchio-gruppo.aziendali {
  background: #337ab7;
}

.lista .lista-annunci .annunci .annuncio .foto-auto span.cerchio-gruppo.nuove {
  background: #f9c74f;
  color: #000;
}

.lista .lista-annunci .annunci .annuncio .foto-auto span.cerchio-gruppo.km-0 {
  background: #f50537;
}

.lista .lista-annunci .annunci .annuncio .foto-auto span.cerchio-gruppo.etichetta-garanzia {
  z-index: 1000;
  bottom: 0px;
  top: auto;
}

.lista .lista-annunci .annunci .annuncio .info-auto {
  padding-left: 0;
}

.lista .lista-annunci .annunci .annuncio .info-auto.nuove {
  padding-left: 15px;
  margin-top: 10px;
}

.lista .lista-annunci .annunci .annuncio .info-auto span {
  display: block;
  font-size: 17px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 5px;
}

.lista .lista-annunci .annunci .annuncio .info-auto.nuove span {
  font-size: 17px;
}

.lista .lista-annunci .annunci .annuncio .info-auto span i {
  width: 25px;
}

.lista .lista-annunci .annunci .annuncio .info-auto span.box-color {
  display: flex;
  align-items: center;
}

.lista .lista-annunci .annunci .annuncio .info-auto span .color {
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 0;
}

.lista .lista-annunci .annunci .annuncio .prezzo-auto {
  margin-top: 10px;
}

.lista .lista-annunci .annunci .annuncio .prezzo-auto span {
  display: block;
  padding: 5px 0;
}

.lista .lista-annunci .annunci .annuncio .prezzo-auto span font {
  width: 50%;
  display: inline-block;
}

.lista .lista-annunci .annunci .annuncio .prezzo-auto span font.title {
  font-size: 16px;
}

.lista .lista-annunci .annunci .annuncio .prezzo-auto span font.value {
  text-align: right;
  font-size: 18px;
}

.lista .lista-annunci .annunci .annuncio .prezzo-auto span.listino font.value {
  text-decoration: line-through;
}

.lista .lista-annunci .annunci .annuncio .prezzo-auto span.risparmio font.value {
  color: #f50537;
  font-weight: 600;
  font-size: 19px;
}

.lista .lista-annunci .annunci .annuncio .prezzo-auto span.prezzofinale font.value {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.lista .lista-annunci .annunci .annuncio .prezzo-auto .prezzofinale font.title {width: 50%}
.lista .lista-annunci .annunci .annuncio .prezzo-auto .prezzofinale font.value {width: 70%}

.lista .lista-annunci .annunci .annuncio .action {
  margin-top: 10px;
}

.lista .lista-annunci .annunci .annuncio .action .details {
  display: block;
  text-align: right;
  font-size: 16px;
  color: #00adef;
}

.lista .box-linksbox .linksbox {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 10px 0 #ddd;
  margin-bottom: 25px;
}

.lista .box-linksbox .linksbox span.title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.lista .box-linksbox .linksbox a.link {
  display: block;
  font-size: 16px;
  color: #000;
  padding: 10px 0;
  border-bottom: 1px solid #c0c0c0;
}

.lista .box-linksbox .linksbox a.link span {
  color: #00adef;
  font-weight: 600;
  font-size: 20px;
}

.lista .box-linksbox .linksbox a.link i {
  float: right;
  margin-top: 7px;
}

.lista #testo-seo a {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.lista #testo-seo a:hover {
  color: #00adef;
  text-decoration: underline;
}

.lista .paginazione {
  margin-bottom: 25px;
}

.lista .paginazione a {
  background: #fff;
  color: #00adef;
  padding: 10px 15px;
  box-shadow: 0 0 10px 0 #ddd;
  border-radius: 3px;
  font-size: 16px;
}

.lista .paginazione a.avanti {
  float: right;
}

.lista .paginazione a.indietro {
  float: left;
}

.lista .back-to-top-lista span {
  background: #fff;
  color: #00adef;
  padding: 10px 15px;
  box-shadow: 0 0 10px 0 #ddd;
  border-radius: 3px;
  font-size: 16px;
}



@media only screen and (min-width: 768px) {
  .lista .lista-annunci .intestazione .strumenti-ricerca .filter{
    display:none;
  }
  .lista .lista-annunci .intestazione .strumenti-ricerca span{
    margin-right: 30px; 
  }
  /* .lista {
    padding: 50px 0;
  } */

  .lista .form .form-interno span.button-mobile {
    text-align: left;
    font-size: 16px;
  }

  .lista .form .form-interno span.button-mobile i {
    display: none;
  }

  .lista .form .form-interno .box-form {
    display: block;
  }

  .lista .lista-annunci .intestazione h1 {
    font-size: 28px;
  }

  .lista .lista-annunci .intestazione span.descrizione {
    font-size: 15px;
  }

  .lista .lista-annunci .intestazione span.risultato {
    font-size: 15px;
  }

  .lista .lista-annunci .intestazione .strumenti-ricerca a {
    display: none;
  }

  .lista .lista-annunci .intestazione .strumenti-ricerca {
    position: absolute;
    top: 35px;
    right: 0;
    justify-content: flex-end;
  }

  .lista .lista-annunci .intestazione div.descrizione div.testo-seo:not(.show) {
    height: 45px;
  }

  .lista .lista-annunci .annunci .annuncio .foto-auto.nuove img {
    margin: 30px 0 10px;
  }

  .lista .lista-annunci .annunci .annuncio .foto-auto span.repertorio {
    font-size: 14px;
  }

  .lista .lista-annunci .annunci .annuncio .info-auto.nuove span {
    font-size: 15px;
  }

  .lista .lista-annunci .annunci .annuncio .prezzo-auto {
    margin-top: 0;
  }

  .lista .lista-annunci .annunci .annuncio .prezzo-auto span:first-child {
    padding-top: 0;
  }

  .lista .lista-annunci .annunci .annuncio .prezzo-auto span {
    display: block;
    padding: 1.5px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width:768px){
  .lista .lista-annunci .intestazione .strumenti-ricerca {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 5px;
    float: left;
    width: 100%;
    gap:20px;
  }
}

@media only screen and (min-width: 992px) {
  .content{margin-top:25px;}
  .lista .lista-annunci .annunci .annuncio .foto-auto span.repertorio {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .lista .lista-annunci .intestazione h1 {
    font-size: 33px;
  }

  .lista .lista-annunci .intestazione div.descrizione {
    font-size: 12px;
  }

  .lista .lista-annunci .intestazione div.descrizione span.testo-seo {
    height: 40px;
  }

  .lista .lista-annunci .intestazione div.descrizione .linksbox-descrizione {
    white-space: normal;
  }

  .lista .lista-annunci .annunci .annuncio {
    min-height: 220px;
  }

  .lista .lista-annunci .annunci .annuncio .titolo-auto h3 {
    font-size: 20px;
    display: inline-block;
  }

  .lista .lista-annunci .annunci .annuncio .titolo-auto span.versione {
    font-size: 16px;
    display: inline-block;
  }

  .lista .lista-annunci .annunci .annuncio .titolo-auto {
    padding-bottom: 5px;
  }

  .lista .lista-annunci .annunci .annuncio .info-auto {
    padding-left: 15px;
  }

  .lista .lista-annunci .annunci .annuncio .info-auto span {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .lista .lista-annunci .annunci .annuncio .info-auto.nuove span {
    font-size: 16px;
  }

  .lista .lista-annunci .annunci .annuncio .foto-auto img {
    width: 49.5%;
    box-sizing: border-box;
    float: left;
  }

  .lista .lista-annunci .annunci .annuncio .foto-auto img:first-child {
    border-right: 2.5px solid #fff;
  }

  .lista .lista-annunci .annunci .annuncio .foto-auto img:last-child {
    display: block;
    margin-left: 1%;
  }

  .lista .lista-annunci .annunci .annuncio .foto-auto.nuove img {
    width: 75%;
    margin: 0 12.5%;
    border: 0;
  }

  .lista .lista-annunci .annunci .annuncio .prezzo-auto span font.title {
    font-size: 16px;
  }

  .lista .lista-annunci .annunci .annuncio .prezzo-auto span font.value {
    font-size: 16px;
  }

  .lista .lista-annunci .annunci .annuncio .prezzo-auto span.risparmio font.value {
    font-size: 18px;
  }

  .lista .lista-annunci .annunci .annuncio .prezzo-auto span.prezzofinale font.value {
    color: #000;
    font-weight: 600;
    font-size: 20px;
  }

  .lista .lista-annunci .annunci .annuncio .action {
    position: absolute;
    bottom: 10px;
    right: 0;
  }

  .lista .lista-annunci .annunci .annuncio .action .details {
    font-size: 12px;
    font-weight: 600;
  }

  .lista .lista-annunci .annunci .annuncio .foto-auto span.cerchio-gruppo.etichetta-garanzia {
    top: 0;
    bottom: auto;
    right: 16px;
    left: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
  }
}.form form {margin-top:25px;}
.form form span.title {display:none;}
.form form .formgroup input[type="checkbox"]:checked + label:after {content:''; background-image:url("/img/spunta.svg"); display:inline-block; background-size:100%; position:absolute; width:30px; height:30px; left:0; top:-10px;}
.form form .formselect {margin-bottom:15px;}
.form form .formselect select option {color:#000;}
.form form .formsubmit {margin-top:30px;}
.form form .formselect select.black {border-width:2px; font-weight:700;}
.showroom #box_form_prontaconsegna {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.showroom-scheda s {
  text-decoration-thickness: 2px;
  text-decoration-color: #000;
}

.showroom #form_prontaconsegna .blocchiselect {
  width: 100%;
}

.showroom #form_prontaconsegna select,
.showroom a.button.button-light.cerca_npc {
  height: 35px;
  border-radius: 4px;
  margin: 2px auto;
  min-width: 300px;
  background-color: #ffffff;
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  .showroom #form_prontaconsegna .blocchiselect {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .showroom #form_prontaconsegna select,
  .showroom a.button.button-light.cerca_npc {
    height: 35px;
    border-radius: 4px;
    margin: 2px auto;
    min-width: 200px;
  }
}

@media only screen and (min-width: 992px) {
  .showroom #form_prontaconsegna select,
  .showroom a.button.button-light.cerca_npc {
    height: 35px;
    border-radius: 4px;
    margin: 2px auto;
    min-width: 250px;
  }
}

.showroom .main .cars .wrap_image {
  position: relative;
}

.showroom .daordinare {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 95px;
  height: 45px;
}

@media screen and (min-width: 768px) {
  .showroom .daordinare {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 120px;
    height: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .wrappermenudesktop-bottom {
    display: none!important;
  }
  footer {
    margin-left: 125px
  };
  .showroom #box_form_prontaconsegna {
    padding-top: 25px!important;
  }
  
}

.showroom .breadcrumbs {
  background: #fff;
  padding: 10px 20px;
  font-size: 12px;
  box-shadow: 0 0 10px 0 #ddd;
  margin-bottom: 25px;
  white-space: nowrap;
  overflow-x: auto;
  padding-right: 40px;
}

.border-right-pc {
  border-right: 1px solid var(--grigiochiaro);
}

.border-left-pc {
  border-left: 1px solid var(--grigiochiaro);
}

.border-bottom-pc {
  border-bottom: 1px solid var(--grigiochiaro);
  margin: 0;
}

.border-top-pc {
  border-top: 1px solid var(--grigiochiaro);
}

.border-pc {
  border: 1px solid var(--grigiochiaro);
}

.showroom .breadcrumbs ol {
  margin: 0;
  padding: 0px 5px;
}

.showroom .breadcrumbs ol > li {
  display: inline;
}

.showroom .breadcrumbs ol > li:not(:last-child):after {
  padding: 0 2px;
}

.showroom .breadcrumbs ol > li:not(:last-child) a {
  color: var(--blue-diba);
}

.showroom .breadcrumbs ol > li:last-child a {
  color: var(--antracite-diba);
  pointer-events: none;
}

.showroom-scheda .titololinkprontaconsegna {
  background: var(--navy-diba);
  color: #eee;
  font-weight: 500;
  font-size: 13px;
  padding: 0 5px;
}

.showroom-scheda a.not-active {
  pointer-events: none;
  text-decoration: none;
}

.showroom-scheda a.not-active .singololinkprontaconsegna {
  background-color: #eee;
  color: #737373;
}

.showroom-scheda a.active {
  text-decoration: none;
}

.showroom-scheda .singololinkprontaconsegna {
  transition: background-color 0.3s ease-in-out;
  text-decoration: none;
  color: black;
  font-size: 12px;
  text-decoration: none;
  padding: 0 5px;
}

.showroom-scheda .singololinkprontaconsegna:hover {
  background-color: #eee;
  color: var(--navy-diba);
}

.showroom-scheda .singololinkprontaconsegna .rowcolor {
  align-self: center;
  width: 15px;
  height: 15px;
  border: 1px solid black;
  background: #ffffff;
  float: left;
  margin-right: 0 auto;
  border-radius: 15%;
}

.showroom-scheda .singololinkprontaconsegna .rowcolorbicolor {
  align-self: center;
  background: linear-gradient(135deg, black 50%, #eee 50%);
  width: 15px;
  height: 15px;
  border: 1px solid black;
  float: left;
  margin-right: 7px;
  border-radius: 15%;
}

.showroom-scheda .singololinkprontaconsegna .rowtextcolor {
  float: left;
}

.showroom-scheda .singololinkprontaconsegna span.prezzo {
  font-weight: 400;
  text-decoration: line-through;
}

#form-permuta-scheda-pc .modal-body,
#form-finanzia-scheda-pc .modal-body {
  background-color: #eeeeee;
}

/* .showroom .main .info-row {
border-top: 1px solid #d2d2d2;
border-bottom: 1px solid #d2d2d2;
} */

.showroom .main .info-row .select-filter-wrap {
  border-bottom: 1px solid #d2d2d2;
  position: sticky;
  top: 66px;
  background: #fff;
  height: 100%;
  position: -webkit-sticky;
  z-index: 4;
}

.showroom .main .info-row .select-filter-wrap,
.showroom .main .info-row .select-rate-wrap {
  background-color: #ececec;
}

.showroom .main .info-row .select-wrap {
  padding: 0 4.7%;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  height: 40px;
}

.showroom .main .info-row .select-wrap p {
  float: left;
  width: 37%;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 15px;
  font-size: 13px;
  padding-right: 12px;
  color: var(--antracite-diba);
}

.showroom .main .info-row .select-wrap select {
  padding: 0 2px;
  float: left;
  height: 30px;
  margin-top: 5px;
  width: 33%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: var(--blue-diba);
}

.showroom .main .info-row .select-wrap select option {
  background-color: #fff;
  color: var(--antracite-diba);
}

.showroom .main .info-row .select-wrap span {
  float: left;
  display: block;
  width: 30%;
  font-size: 11px;
  padding-left: 12px;
  line-height: 40px;
  color: var(--antracite-diba);
}

.showroom .main .cars {
  margin-top: 20px;
  padding: 0 4% 0 4%;
}

.showroom .main .cars p,
.showroom .main .cars p * {
  color: var(--antracite-diba);
}

.showroom .main .cars ul {
  display: block;
  margin: 60px 0 0;
}

.showroom .main .cars ul li {
  position: relative;
  float: left;
  display: block;
  width: 90%;
  margin: 0 5% 60px 5%;
  padding: 20% 0 0;
  min-height: 330px;
}

.showroom .main .cars ul li h2 {
  z-index: 3;
  display: block;
  position: absolute;
  top: 0;
  margin: 0;
  font-size: 29px;
  line-height: 0.85;
  color: var(--antracite-diba);
}

.showroom .main .cars ul li .eco {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 11px;
  background-color: green;
  color: #fff;
  padding: 5px;
  border-radius: 25px;
  margin: 0;
  text-transform: uppercase;
}

.showroom .main .cars ul li .eco i {
  color: #fff;
  padding-right: 5px;
  font-size: 11px;
}

.showroom .main .cars ul li img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  border: 0;
  max-height: 151px !important;
  object-fit: contain;
}

.showroom .main .cars ul li a {
  text-decoration: none;
}

.showroom .main .cars ul li p {
  margin: 0;
}

.showroom .main .cars ul li p.price span.textprice {
  font-size: 14px;
  font-weight: 400;
}

.showroom .main .cars ul li p.price span.valueprice {
  font-size: 20px;
  color: var(--navy-diba);
  font-weight: 600;
}

.showroom .main .cars ul li p.altre-offerte {
  color: var(--antracite-diba);
  font-size: 15px;
}

.showroom .main .cars ul li p.scopri-eco {
  color: var(--blue-diba);
  font-size: 13px;
  font-weight: 500;
}

.showroom .main .cars ul li p.scopri-eco i {
  color: var(--blue-diba);
  font-size: 13px;
  padding-right: 5px;
}

.showroom .choosebrand {
  flex-wrap: wrap;
}

.showroom .choosebrand img {
  max-width: 35px;
}

.showroom .choosebrand .btn.focus,
.showroom .choosebrand .btn:focus {
  outline: 3px;
  box-shadow: 0 0 0 0.2rem rgba(6, 53, 104, 0.45);
}

.showroom .main .singlemodelpc {
  transition: all 0.2s ease-in-out;
}

.showroom .main .singlemodelpc:hover {
  transform: scale(1.05);
}

.showroom .main .singlemodelpc:hover > a h2 {
  color: var(--blue-diba);
}

.showroom .main .singlemodelpc:hover > a .price .valueprice {
  color: var(--blue-diba);
}

.showroom-scheda {
  margin-top: 30px;
}

.showroom-scheda h1 {
  font-size: 20px;
}

.showroom-scheda h1 span {
  color: var(--antracite-diba);
  font-weight: 600;
  font-size: 22px;
}

.showroom-scheda .btn.btn-blue {
  transition: background 0.2 ease-in-out;
  background: var(--blue-diba);
  border-color: var(--blue-diba);
  padding: 10px 25px;
}

.showroom-scheda .btn.btn-blue:hover {
  background: #0069d9;
  border-color: #0062cc;
}

.showroom-scheda .btn-mod.cta-print {
  position: absolute;
  top: 5px;
  right: 0;
}

.showroom-scheda .btn-mod.cta-print i {
  color: var(--navy-diba);
  font-size: 20px;
  padding-left: 10px;
}

.showroom-scheda .box-scheda {
  margin-bottom: 35px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 10px 0 #ddd;
}

.shworoow-scheda .box-annuncio {
  margin-bottom: 50px;
}

.showroom-scheda .box-annuncio p span.immscopoillustrativo {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  background-color: #fff;
  color: var(--blue-diba);
  border-radius: 5px;
  border: 1px solid var(--blue-diba);
  box-shadow: 0px 0px 5px 0px #c0c0c0;
}

.showroom-scheda .box-scheda h2 {
  font-size: 18px;
  color: var(--antracite-diba);
  font-weight: 400;
}

.showroom-scheda .box-scheda img {
  width: 100%;
  max-width: 440px;
}

.showroom-scheda .box-scheda img.auto {
  margin: 25px 0;
}

.showroom-scheda .box-scheda p {
  margin: 15px 0 0;
  color: var(--antracite-diba);
}

.showroom-scheda .box-scheda .btn-eco {
  margin-top: 30px;
  padding: 10px;
  width: 100%;
  background: var(--blue-diba);
  color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 0px #c0c0c0;
  text-align: center;
}

.showroom-scheda .box-scheda .btn-eco i {
  color: #fff;
  padding-right: 5px;
}

.showroom-scheda .box-scheda .box-dati-tecnici {
  margin-top: 30px;
}

.showroom-scheda .box-scheda .box-colore {
  margin-top: 15px;
}

.showroom-scheda .box-scheda .box-accessori {
  margin-top: 15px;
}

.showroom-scheda .box-scheda .box-cta {
  margin-bottom: 15px;
}

.showroom-scheda .box-scheda .box-dati-tecnici h3,
.showroom-scheda .box-scheda .box-colore h3,
.showroom-scheda .box-scheda .box-accessori h3,
.showroom-scheda .box-scheda .box-telaio h3 {
  color: var(--antracite-diba);
  font-size: 20px;
}

.showroom-scheda .box-scheda .box-colore .tr {
  width: 50%;
  float: left;
}

.showroom-scheda .box-scheda .tr .td {
  color: var(--antracite-diba);
  font-size: 13px;
  padding-right: 10px;
  width: 100%;
  float: left;
}

.showroom-scheda .box-scheda .box-colore .tr .td {
  display: flex;
  align-items: center;
}

.showroom-scheda .box-scheda .box-colore .tr .td .color {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 5px;
  border-radius: 15%;
}

.showroom-scheda .box-scheda .box-colore .tr .td .bicolore {
  background: linear-gradient(135deg, black 50%, #eee 50%);
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 5px;
}

.showroom-scheda .box-scheda .box-dati-tecnici .tr,
.showroom-scheda .box-scheda .box-accessori .tr {
  width: 100%;
}

.showroom-scheda .box-scheda .box-dati-tecnici .tr .td {
  width: 50%;
  margin-bottom: 10px;
}

.showroom-scheda .box-scheda .box-accessori .tr .td {
  width: 100%;
  margin-bottom: 10px;
}

.showroom-scheda .box-scheda .box-accessori .btn-more-opt {
  margin-top: 10px;
  margin-bottom: 20px;
}

.showroom-scheda .box-scheda .box-accessori .btn-more-opt i {
  padding-right: 10px;
}

.showroom-scheda .box-scheda .box-accessori .btn-more-opt span {
  color: #4b4b4b;
  padding: 10px 0;
  display: inline;
}

.showroom-scheda .box-scheda .tr .td i {
  padding-right: 5px;
  color: var(--antracite-diba);
}

.showroom-scheda .box-scheda .box-dati-tecnici .tr .td i {
  width: 20px;
}

.showroom-scheda .box-scheda .box-cta .btn-mod {
  display: block;
  width: 100%;
  background: #fff;
  color: var(--blue-diba);
  text-align: left;
  padding: 10px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  float: left;
  border: 1px solid;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.showroom-scheda .box-scheda .box-cta .btn-mod:hover {
  color: #fff;
  background-color: var(--blue-diba);
}

.showroom-scheda .box-scheda .box-cta .btn-mod i {
  color: var(--blue-diba);
}

.showroom-scheda .box-scheda .box-cta .btn-mod:hover i {
  color: #fff;
}

.showroom-scheda .box-scheda .box-cta a.btn-mod {
  text-decoration: none;
}

.showroom-scheda .box-scheda .box-cta .form-email-prontaconsegna {
  display: none;
  margin-bottom: 10px;
}

.showroom-scheda .box-scheda .box-cta .form-email-prontaconsegna div.col-8 {
  padding-right: 5px;
}

.showroom-scheda .box-scheda .box-cta .form-email-prontaconsegna div.col-4 {
  padding-left: 5px;
}

.showroom-scheda .box-scheda .box-cta .form-email-prontaconsegna input {
  width: 100%;
  line-height: 35px;
  padding: 0 10px;
  margin: 5px 0;
}

.showroom-scheda
  .box-scheda
  .box-cta
  .form-email-prontaconsegna
  input[type="submit"] {
  background-color: var(--blue-diba);
  color: #fff;
  text-align: center;
  line-height: 37px;
}

.showroom-scheda .box-form .btn-altre-auto {
  transition: all 0.5s ease-in-out;
  margin-bottom: 30px;
  padding: 10px 5px;
  width: 100%;
  background: var(--navy-diba);
  border-color: var(--navy-diba);
  color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 5px 0px #c0c0c0;
}

.showroom-scheda .box-form .btn-altre-auto:hover {
  background-color: var(--blue-diba);
  border-color: var(--blue-diba);
}

.showroom-scheda .box-form .box-dettagli {
  border: 1px solid #d2d2d2;
  padding: 10px;
}

.showroom-scheda .listino-box,
.showroom-scheda .listino-prezzo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.showroom-scheda .box-form .box-dettagli h3 {
  color: var(--antracite-diba);
  font-size: 18px;
}

.showroom-scheda .box-form .box-dettagli p:not(:last-child) {
  font-weight: 400;
  font-size: 14px;
}

.showroom-scheda .box-form .box-dettagli p:last-child {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}

/* .showroom-scheda .box-form .box-dettagli .rata p:last-child {color: var(--blue-diba); font-size: 28px; font-weight: 600;} */
.showroom-scheda .box-form .box-dettagli .rata p:last-child {
  color: var(--blue-diba);
}

.showroom-scheda .box-form .box-dettagli h3.titolo {
  font-weight: 600;
}

/* .showroom-scheda .box-form .box-dettagli .vettura {
border-top: var(--border);
border-right: var(--border);
} */

.showroom-scheda .box-form .box-dettagli .vettura p:not(:last-child) {
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 14px;
}

.showroom-scheda .box-form .box-dettagli .vettura p:nth-child(2) {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}

/* .showroom-scheda .box-form .box-dettagli .vettura p:last-child {color: #555;margin: 2px 0 0; font-weight: 600; font-size: 11px;} */
.showroom-scheda .box-form .box-dettagli .accessori {
  border-top: var(--border);
}

.showroom-scheda .box-form .box-dettagli .accessori p:not(:last-child) {
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 14px;
}

.showroom-scheda .box-form .box-dettagli .accessori p:nth-child(2) {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}

/* .showroom-scheda .box-form .box-dettagli .accessori p:last-child {color: #555;margin: 2px 0 0; font-weight: 600; font-size: 11px;} */
.showroom-scheda .box-form .box-dettagli .totale {
  border-top: var(--border);
  border-right: var(--border);
}

.showroom-scheda .box-form .box-dettagli .totale p:not(:last-child) {
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 14px;
}

.showroom-scheda .box-form .box-dettagli .totale p:nth-child(2) {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}

/* .showroom-scheda .box-form .box-dettagli .totale p:last-child {color: #555;margin: 2px 0 0; font-weight: 600; font-size: 11px;} */
/* .showroom-scheda .box-form .box-dettagli .rata {
border-top: var(--border);
} */

.showroom-scheda .box-form .permutafinanzia {
  margin-top: 25px;
  color: var(--blue-diba);
}

.showroom-scheda .box-form .permutafinanzia a {
  font-size: 20px;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.showroom-scheda .box-form .permutafinanzia a i {
  padding-right: 5px;
}

.showroom-scheda .box-form .permutafinanzia a:hover {
  transform: scale(1.03);
  border: 1px solid var(--navy-diba);
  box-shadow: 0 2px 10px 0 #eee;
}

.showroom-scheda .box-form .info-form {
  color: var(--antracite-diba);
  margin-top: 25px;
  margin-bottom: 25px;
  background: #eee;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px 0 #eee;
  padding: 15px;
  border-radius: 3px;
}

.showroom-scheda .box-form .info-form form font.title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  cursor: default;
  color: var(--antracite-diba);
}

.showroom-scheda .box-form .info-form form font.subtitle {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  cursor: default;
  color: var(--antracite-diba);
}

.showroom-scheda .box-form .info-form form .item-form {
  margin-bottom: 15px;
}

.showroom-scheda .box-form .info-form form label {
  width: 100%;
  margin-bottom: 5px;
  color: var(--antracite-diba);
}

.showroom-scheda .box-form .info-form form .item-form input,
.showroom-scheda .box-form .info-form form .item-form textarea {
  border: 1px solid #ddd;
  width: 100%;
  height: 35px;
  font-size: 14px;
  padding: 5px;
  border-radius: 3px;
  resize: none;
}

.showroom-scheda .box-form .info-form form .item-form textarea {
  height: 100px;
}

.showroom-scheda .box-form .info-form form .privacy-group p,
.showroom-scheda .box-form .info-form form .privacy-group a {
  color: var(--antracite-diba);
}

.showroom-scheda .box-form .info-form form .privacy-group p {
  margin: 0 0 1rem;
}

.showroom-scheda .box-form .info-form form .item-form input[type="submit"] {
  background: var(--blue-diba);
  color: #fff;
  font-weight: 600;
  height: 45px;
}

.showroom-scheda .box-altre-auto h3 {
  font-size: 24px;
  color: var(--antracite-diba);
}

.showroom-scheda .box-altre-auto {
  margin-top: 50px;
  margin-bottom: 50px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 10px 0 #ddd;
}

.showroom-scheda .btn-mod.cta-print {
  border: none;
  background-color: #fff;
}

#form-permuta-scheda form .btn-permuta-finanzia,
#form-finanzia-scheda form .btn-finanzia-permuta {
  line-height: 25px;
  padding: 10px;
  margin: 20px 0;
  font-weight: 500;
  border: 1px solid #888;
}

#form-permuta-scheda form #permuta-finanzia,
#form-finanzia-scheda form #finanzia-permuta {
  display: none;
  margin-bottom: 20px;
}

#permuta-finanzia,
#finanzia-permuta {
  display: none;
  padding-top: 25px;
}

.modal-optionals .modal-body span {
  display: block;
  font-size: 14px;
  color: #4b4b4b;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.modal-optionals .modal-body span i {
  width: 20px;
  color: var(--antracite-diba);
}

.etichetta-ecobonus {
  background: #fff;
  color: var(--antracite-diba);
  border: 1px solid #999;
  border-radius: 15px;
  padding: 2.5px 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: fit-content;
  position: initial;
  bottom: 7px;
  left: 15px;
  z-index: 1;
}

.etichetta-ecobonus i {
  color: green !important;
  font-size: 15px;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) {
  .showroom .breadcrumbs ol {
    margin: 0;
    padding: 0px 5px;
  }

  .showroom .main .info-row .select-filter-wrap {
    border-bottom: 0;
    border-right: 1px solid #d2d2d2;
  }

  .showroom .main .info-row .select-wrap.select-filter p {
    width: 50%;
  }

  .showroom .main .info-row .select-wrap.select-rate p,
  .showroom .main .info-row .select-wrap span {
    width: 25%;
  }

  .showroom .main .info-row .select-wrap select {
    width: 50%;
  }

  .showroom .main .cars ul li {
    width: 45%;
    margin: 0 2.5% 60px 2.5%;
    padding: 10% 0 0;
  }

  .showroom-scheda {
    margin-top: 30px;
  }

  .showroom-scheda h1 span {
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .showroom-scheda .box-scheda .tr .td {
    font-size: 15px;
  }

  .showroom-scheda .box-scheda .box-cta .btn-mod {
    text-align: center;
    width: 48%;
  }

  .showroom-scheda .box-scheda .box-cta .btn-mod:nth-child(2) {
    margin-right: 1.333333%;
  }

  .showroom-scheda .box-scheda .box-cta .btn-mod:nth-child(3) {
    margin: 0 0.666667%;
  }

  .showroom-scheda .box-scheda .box-cta .btn-mod:nth-child(4) {
    margin-left: 1.333333%;
  }

  .showroom-scheda .titololinkprontaconsegna {
    font-size: 18px;
    margin: 0;
    padding: 0;
  }

  .showroom-scheda .singololinkprontaconsegna {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 16px;
  }

  .showroom-scheda .singololinkprontaconsegna .rowcolor {
    max-width: 25px;
    max-height: 25px;
    width: 100%;
    height: 100%;
  }

  .showroom-scheda .singololinkprontaconsegna .rowcolorbicolor {
    max-width: 25px;
    max-height: 25px;
    width: 100%;
    height: 100%;
  }

  .showroom-scheda .box-form .box-dettagli .accessori {
    border-top: var(--border);
    border-right: var(--border);
  }
}

.content {
  padding-bottom: 0px !important;
}

@media only screen and (min-width: 992px) {
  .showroom .sidebar {
    position: fixed;
    z-index: 200;
    left: 0;
    width: 125px;
    height: 100%;
    background-color: #fff;
    border-right: 1px solid #bdbdbd;
    -webkit-transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .showroom .sidebar.scroll {
    top: 90px;
    height: calc(100% - 90px);
  }

  .showroom .sidebar .price-selector-description {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -305px 0 0;
    width: 100%;
    text-align: center;
    color: #616161;
    font-size: 14px;
  }

  .showroom .sidebar .price-selector {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 390px;
    margin: -210px 0 0 -15px;
  }

  .showroom .sidebar .price-selector:before {
    content: "";
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    border-radius: 3px;
    border: 1px solid #cbcbcb;
  }

  .showroom .sidebar .price-selector:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 15px;
    left: 14px;
    width: 2px;
    height: 360px;
    background-color: #656565;
  }

  .showroom .sidebar .price-selector .track {
    position: absolute;
    top: 15px;
    width: 100%;
    height: 380px;
  }

  .showroom .sidebar .price-selector .track .line {
    position: absolute;
    top: 0px;
    left: 14px;
    width: 2px;
    height: 360px;
    background-color: var(--blue-diba);
  }

  .showroom .sidebar .price-selector .track .points {
    position: absolute;
    top: -3px;
    left: 11px;
    height: 368px;
    width: 8px;
    margin: 0;
  }

  .showroom .sidebar .price-selector .track .points li {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--blue-diba);
    border-radius: 50%;
  }

  .showroom .sidebar .price-selector .track .points li.inactive {
    background-color: #737373;
  }

  .showroom .sidebar .price-selector .track .points li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background-color: var(--blue-diba);
  }

  .showroom .sidebar .price-selector .track .points li.inactive:after {
    background-color: #737373;
  }

  .showroom .sidebar .price-selector .track .points .point-0 {
    top: 0;
  }

  .showroom .sidebar .price-selector .track .points .point-1 {
    top: 30px;
  }

  .showroom .sidebar .price-selector .track .points .point-2 {
    top: 60px;
  }

  .showroom .sidebar .price-selector .track .points .point-3 {
    top: 90px;
  }

  .showroom .sidebar .price-selector .track .points .point-4 {
    top: 120px;
  }

  .showroom .sidebar .price-selector .track .points .point-5 {
    top: 150px;
  }

  .showroom .sidebar .price-selector .track .points .point-6 {
    top: 180px;
  }

  .showroom .sidebar .price-selector .track .points .point-7 {
    top: 210px;
  }

  .showroom .sidebar .price-selector .track .points .point-8 {
    top: 240px;
  }

  .showroom .sidebar .price-selector .track .points .point-9 {
    top: 270px;
  }

  .showroom .sidebar .price-selector .track .points .point-10 {
    top: 300px;
  }

  .showroom .sidebar .price-selector .track .points .point-11 {
    top: 330px;
  }

  .showroom .sidebar .price-selector .track .points .point-12 {
    top: 360px;
  }

  .showroom .sidebar .price-selector .track .thumb {
    position: absolute;
    width: 105px;
    height: 47px;
    top: 360px;
    left: 0;
    margin: -22px 0 0 10px;
    background: url("/img/thumb-blu.png");
    text-align: center;
    color: #fff;
    cursor: -webkit-grab;
    cursor: -moz-grab;
  }

  .showroom .sidebar .price-selector .track .thumb.grabbing {
    cursor: grabbing;
  }

  .showroom .sidebar .price-selector .track .thumb .more-than {
    display: none;
    padding: 0 0 0 15px;
    font-size: 15px;
    color: #fff;
  }

  .showroom .sidebar .price-selector .track .thumb .more-than.active {
    display: inline-block;
  }

  .showroom .sidebar .price-selector .track .thumb .thumb-price {
    display: inline-block;
    font-size: 13px;
    color: #fff;
  }

  .showroom .sidebar .price-selector .track .thumb .thumb-price.active {
    padding: 0 0 0 15px;
  }

  .showroom .sidebar .price-selector .track .thumb .currency {
    display: inline-block;
    padding: 11px 0 0 0;
    font-size: 15px;
    color: #fff;
  }

  .showroom .sidebar .price-selector .max-price,
  .showroom .sidebar .price-selector .min-price {
    position: absolute;
    top: -50px;
    left: -14px;
    color: #858585;
    width: 60px;
    text-align: center;
    font-size: 14px;
  }

  .showroom .sidebar .price-selector .min-price {
    top: auto;
    bottom: -95px;
  }

  .showroom .main {
    width: calc(100% - 125px);
    margin-left: 125px;
  }

  .showroom .main .info-row .select-filter-wrap {
    border-bottom: 1px solid #c0c0c0;
    padding: 0px;
    margin-top: 0px;
    background: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 147px;
    z-index: 4;
    background-color: #fff;
  }

  .showroom .main .info-row .select-wrap {
    max-width: 50%;
  }

  .showroom .main .info-row .select-rate-wrap {
    display: none;
  }

  .showroom .main .info-row .select-wrap.select-filter p {
    line-height: 30px;
    font-size: 17px;
  }

  .showroom .main .cars ul li {
    width: 30%;
    margin: 0 3.333333% 60px 0;
    padding: 3% 0 0;
  }

  .showroom .main .cars ul li.inactive {
    opacity: 0.4;
    /* display: none!important; */
  }

  .showroom .main .cars ul li h2 {
    top: -30px;
  }

  .showroom .main .cars ul li .eco {
    top: 0;
  }

  .showroom .main .cars ul li .price {
    font-size: 18px;
  }

  .showroom .main .cars ul li .price span {
    font-size: 14px;
  }

  .showroom-scheda {
    margin-top: 30px;
  }

  .showroom-scheda h1 {
    margin-bottom: 30px;
  }

  .showroom-scheda h1 span.d-inline-block {
    text-transform: lowercase;
  }

  .showroom-scheda .btn-mod.cta-print i {
    font-size: 25px;
  }

  .showroom-scheda .box-scheda .box-annuncio {
    padding-right: 15px;
  }

  .showroom-scheda .box-scheda .box-form {
    padding-left: 15px;
  }

  .showroom-scheda .box-scheda .box-cta {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .showroom-scheda .box-form .btn-altre-auto {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .showroom footer .box-sedi .sede {
    min-height: 275px;
  }

  #form-permuta-scheda form .box-dati:nth-child(even) {
    padding-left: 15px;
  }

  #form-permuta-scheda form .box-dati:nth-child(odd) {
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .showroom .choosebrand {
    padding: 0 50px;
  }

  .showroom .choosebrand img {
    max-width: 50px;
  }
}

@media only screen and (max-width: 1070px) and (min-width: 767px) {
  .showroom-scheda .box-form .box-dettagli .vettura p:nth-child(2) {
    font-size: 14px;
  }

  .showroom-scheda .box-form .box-dettagli .accessori p:nth-child(2) {
    font-size: 14px;
  }

  .showroom-scheda .box-form .box-dettagli .totale p:nth-child(2) {
    font-size: 14px;
  }

  .showroom-scheda .box-form .box-dettagli .rata p:last-child {
    font-size: 18px;
  }

  .showroom-scheda .box-form .box-dettagli p:not(:last-child) {
    font-weight: 400;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1100px) {
  .showroom .boxofferte {
    min-height: 128px;
  }
}

@media only screen and (min-width: 1200px) {
  .showroom .main .cars ul li {
    width: 23%;
    margin: 0 2% 105px 0;
  }

  .showroom-scheda .btn-mod.cta-print {
    right: 15px;
    background-color: #fff;
  }

  .showroom-scheda .box-scheda .box-annuncio {
    padding-right: 45px;
  }

  .showroom-scheda .box-scheda .box-form {
    padding: 0 0 0 70px;
  }
}

@media only screen and (min-width: 1400px) {
  .showroom .choosebrand {
    padding: 0 200px;
  }

  .showroom .main .cars ul li {
    padding: 1% 0 0;
  }
}
