/*Nascosto per refactoring*/

/* #risposta_ricerca{
    display: none;
}

#animation_container{
    display: none;
} */

/* #elenco_auto{
    display: none;
} */

/*////////////////Animazione///////////////*/

#animation_container {
    max-height: 186px !important;
    max-width: 100% !important;
    width: 100%!important;
    display: flex;
    text-align: center;
    align-content: center;
    justify-content: center;
    margin: 10px;
    margin-bottom: 0px;
}

/*/////////Filtro Ordine//////////*/

#risposta_ricerca>div>div>div.risposta_cont>div.ordina {
  white-space: nowrap;
  float: right;
  padding: 4px 10px 4px 10px;
}

.risposta-eti {
    margin-right: 10px;
}
.ordina{margin-left:auto;}
/*Filtro.css*/

.filtri_wrap {

}

.filtri_wrap select {
  width: 100%;
}

.lista_filtri {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.lista_eti {
  display: block;
  float: left;
  padding: 0;
  width: 100%;
}

.lista_eti a {
  border-bottom: none;
  margin: 0.4%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  float: left;
  width: 93.2%;
  padding-left: 3%;
  padding-right: 3%;
}

#riassunto_ricerca,
.risultati-filtri {
  display: none;
}

/* Ul */

.filtro {
  display: table;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
}

.filtro li {
  width: 32.8%;
  height: 66px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.filtro li img {
  opacity: 0.9;
  position: relative;
  margin: 5px auto;
}

/* Colonne */

.filtro li:nth-of-type(3n),
.filtro li:nth-of-type(3n+1) {
  margin-left: 0.4%;
  margin-right: 0.4%;
  margin-top: 0;
  margin-bottom: 0.4%;
}

.filtro li:nth-of-type(3n+2) {
  margin: 0px;
}

.toggler {
  float: right;
  width: 6px;
  height: 12px;
  margin-right: 10px;
  margin-top: 3px;
}

.bgbox {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0px;
}

.brand_name {
  width: 100%;
  bottom: 20px;
  left: 0px;
  float: left;
  z-index: 3;
}

/* Selettore colori */

ul.filtro.small li {
  padding: 10px 0px;
  height: auto;
  min-height: 20px;
}

ul.filtro.small.colore li.li_col {
  width: 11%;
}

ul.filtro.small li.li_col {
  width: 11.9%;
}

.filtro li:nth-of-type(3n+2) {
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.filtro.colore li:nth-of-type(3n+1),
.filtro.colore li:nth-of-type(3n),
filtro.colore li:nth-of-type(3n+2) {
  margin-left: 0%;
  margin-right: 0%;
}

.filtro.colore li:nth-of-type(8n),
.filtro.colore li:nth-of-type(3n+8) {
  margin-left: 0.4%;
  margin-right: 0.4%;
}

/* Selettore Modelli */

.select-whiteInner {
  width: 200px;
  background: url(/images/project/select_grigio.svg) no-repeat center right;
  background-size: auto auto;
  background-size: 10px 10px;
  font-size: 13px !important;
}

select.camouf option {
  background-color: #000;
  color: #fff;
}

/*/////////Responsive////////*/

.filtri_switcher {
  display: none;
  float: left;
  width: 100%;
}



.filtri_switcher a.nascondi_filtri {
  display: none;
  text-align: left;
}

@media (max-width: 1024px) and (min-width: 1px) .risultati-filtri {
  width: 76%;
  background-color: #fff;
  display: block;
  text-align: center;
  height: 27px;
  padding: 10px 2%;
}

@media (max-width: 1024px) and (min-width: 1px) .risultati-filtri a:first-child {
  float: left;
}

@media (max-width: 1024px) and (min-width: 1px) .risultati-filtri a:last-child {
  float: right;
}

@media (max-width: 1024px) and (min-width: 1px) .risposta-eti {
  padding-top: 4px;
}