#btnTop {
  position: fixed;
  top: 50vh;
  right: 15rem;
  z-index: 1000;
  display: block;
}

.container-dettaglio {
  background-color: #fff;
  position: relative;
}
.left-col-dettaglio {
  height: auto;
  background-color: #fff;
  height: 100%;
}

.wrapper-icon-badge-dettaglio {
  width: 40%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.btn-icon-dettaglio {
  width: 46px;
  height: 46px;
  display: block;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-icon-dettaglio--whatsApp {
  text-align: center;
  color: green;
  font-size: 1.2rem;
}

.btn-icon-dettaglio--blue {
  text-align: center;
  color: #0682ff;
  font-size: 1.2rem;
}

.card-listino:not(:last-of-type) {
  border-right: 1px solid #e5e5e5;
}

.title-car-dettaglio {
  color: #0c0c0c;
}

.content-btnCard {
  position: absolute;
  top: 0.3rem;
}
.content-btnCard > * {
  margin: 0.5rem 0;
}

.subTitle-car-dettaglio {
  color: #7b7b7b;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.title-car-dettaglio--blue {
  color: #0682ff;
}

.subTitle-car-dettaglio--blue {
  color: #0682ff;
}

.vertical-spacer {
  display: block;
  margin-top: 0.5rem;
  width: 1px;
  height: 50px;
  background-color: #e5e5e5;
}

.right-col-dettaglio {
  /*   position: fixed; 
  right: 1rem;  */
  background-color: #fff;
}
.fixed-sidebar {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  height: 600px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  top: 8rem;
  bottom: auto;
}

.breadcrumb-gray > li a {
  color: #0c0c0c;
}

.card-dettaglio {
  width: 50%;
}

.wrapper-select-container {
  width: 100%;
}

.accordion-flush .accordion-item .accordion-button {
  z-index: 0;
}

.details-car--dettaglio {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 1rem;
  position: relative;
  margin: auto;
  /*  margin-bottom: 1rem; */
}

.details-select-car--dettaglio {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem 0;
}

.icon-select--dettaglio > i {
  color: #0682ff;
  font-size: 2rem;
}

.text-detailcar {
  text-align: right;
}

.text-detailcar-subtitle {
  font-weight: 800;
  color: #0682ff;
}

.specifiche-dettaglio-text {
  text-align: justify;
  color: #0c0c0c;
  font-size: 0.9rem;
}

.list-group-item--equipaggiamento {
  border: none;
  font-size: 0.9rem;
  padding: 1rem;
}

.list-group-item--equipaggiamento::before {
  list-style: none;
  content: "- ";
}

@media screen and (max-width: 767px) {
  #breadcrumbsDettaglio {
    display: none !important;
    border: 1px solid #000;
  }

  .card-listino {
    margin-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
    border-right: none !important ;
  }
  .subTitle-car-dettaglio {
    color: #7b7b7b;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .fixed-sidebar {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    height: 600px;
    /* padding: 2rem; */
    color: #fff;
    top: 8rem;
    bottom: auto;
  }
  .formRow {
    margin: 0 !important;
  }
  .icon-select--dettaglio > i {
    font-size: 0.9rem;
  }
  .text-detailcar p {
    text-align: right;
    font-size: 0.9rem;
  }
  .text-detailcar-subtitle {
    /*text-align: right;*/
    font-size: 0.9rem;
  }

  .marginAccordion {
    margin-top: 0 !important;
  }
  .paddingRow {
    padding: 0.5rem;
  }
}

@media screen and (max-width: 560px) {
  .details-select-car--dettaglio {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 1rem 0;
  }
}
