/* STILE FILTRI COLORI PRODUCT */
#lista_colori .card-body {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0px;
	justify-content: flex-start;
	align-items: flex-start;
	

}

#lista_colori input[type=checkbox] {
	width: 9px;
	height: 10px;
	margin: 15px 8px 19px;
	position:absolute;
	opacity: 0;
	
}
#lista_colori span.items-color {
	width: 23px;
	height: 23px;
	margin: 7px 3px 4px;
	border-radius: 50%;
	border: 1.5px solid black;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	text-align: center;
	cursor: pointer;
	opacity: 0.8;
	
}
#lista_colori .colorii:checked + .items-color  {
	border:2px solid #fff; 
	box-shadow: 0px 0px 8px #666; 
	transform: scale(1.1);

}

/* FINE STILE FILTRI COLORI */


/* STILE FILTRI TAGLIE PRODUCT */
#lista_taglie .card-body {
	/* background-color: #157af6; */
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	margin: 0px;
	justify-content: flex-start;
	align-items: flex-start;
	

}

#lista_taglie input[type=checkbox] {
	width: 9px;
	height: 10px;
	margin: 15px 8px 19px;
	position:absolute;
	opacity: 0;
	
}
#lista_taglie span.items-size {
	width: 50px;
	height: 30px;
	padding: 0.25rem 0.5rem;
    font-size: 1.475rem;
    border-radius: 0.4rem;
	margin: 7px 6px 5px;
	border: 1.5px solid black;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	/* text-align: center; */
	justify-content: center;
	cursor: pointer;
	opacity: 0.8;
	color: black;

	
}
#lista_taglie .tagliee:checked + .items-size  {
	border:2px solid #fff; 
	box-shadow: 0px 0px 8px #666; 
	transform: scale(1.1);
	background-color: #959595;

}

/* FINE STILE FILTRI TAGLIE PRODUCT */




/* Stile Filtro Genere */

#lista_genere label.btn span {
	font-size: 1.5em ;
  }
  
  #lista_genere label input[type="radio"] ~ i.fa.fa-circle-o{
	  color: #c8c8c8;    display: inline;
  }
  #lista_genere label input[type="radio"] ~ i.fa.fa-dot-circle-o{
	  display: none;
  }
  #lista_genere label input[type="radio"]:checked ~ i.fa.fa-circle-o{
	  display: none;
  }
  #lista_genere label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
	  color: #7AA3CC;    display: inline;
  }
  #lista_genere label:hover input[type="radio"] ~ i.fa {
  color: #7AA3CC;
  }

  #lista_genere div[data-toggle="buttons"] label.active{
	  color: #7AA3CC;
  }
  
  #lista_genere div[data-toggle="buttons"] label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid 
  #c8c8c8;
  border-radius: 3px;
  color: #777;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin: -3px;
  }
  
  #lista_genere div[data-toggle="buttons"] label:hover {
  color: #7AA3CC;
  }
  
  #lista_genere div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  
  }


/* Stile Filtro Genere Mobile*/

/* @media only screen and (max-width: 767px){

	#sidebar_genere {
		margin-bottom: 20px !important;
        
	}
	
	 #sidebar_categorie {
		margin-bottom: 15px !important !important;
	}
}  */