.marker {
  background-image: url('picto-marker-card-blue.png');
  background-size: cover;
  width: 25px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#ui-id-1 {
	z-index: 9999999;
	background: #FFF;
}


#map {
	width: 100%;
	height: 300px;
	display: none;
}

#map.active {
	display: block;
}


.single-produits select#select_produit {
	display: none;
}