
/* ZOOM GALERIE PRODUIT - FICHE PRODUIT */
.hammerzoom_popup{
	background-color:rgba(0,0,0,.5);
	position:fixed;
	padding:5% 0;
	width:100%;
	z-index:12;
	left:0;
	top:0;
}
.hammerzoom_popup.hide{display:none;}
.hammerzoom_popup figure{
	-webkit-box-shadow:0px 1px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow:0px 1px 5px 0px rgba(0,0,0,0.25);
	box-shadow:0px 1px 5px 0px rgba(0,0,0,0.25);
	background-color:#fff;
	position:relative;
	overflow:hidden;
	height:100%;
	width:98%;
	max-width:1024px;
	margin: auto;
}
.hammerzoom_popup img{
	position:relative;
	display:block;
	margin:auto;
	height: 100%;
    width: auto;
}
.hammerzoom_popup button{
	background-color:#fff;
	border-radius:45px;
	position:absolute;
	font-size:30px;
	z-index:10000;
	border:none;
	height:45px;
	width:45px;
	padding:6px 6px;
	margin:0;
}
.hammerzoom_popup figure button.adm_btn{
	right:25px;
	top:25px;
}
.hammerzoom_popup button[data-zoom-action="out"]{
	bottom:25px;
	left:25px;
}
.hammerzoom_popup button[data-zoom-action="out"]+button{
	top:25px;
	left:25px;
}
.hammerzoom_popup button[data-zoom-action="in"]{
	bottom:25px;
	right:25px;
}