#gkTop2 .box .content.gkPage {
    max-width: 100% !important;
}
#gkHeaderMod {
	margin-top: 70px;
    max-height: 470px !important;
    min-height: 470px !important;
}
@media only screen and (max-width:767px) {
.nomobile {
    display: none !important;
}
}
@media only screen and (max-width:1024px) and (min-width: 766px) {
.notablet {
display: none;
}
}
/* enlever lors de l'inscription le premier btn Inscrivez-vosu et commandez
.cart-view #userForm > fieldset:first-child > h2,
.cart-view #userForm > fieldset:first-child > .control-buttons {
display: none;
}*/
/* Garder juste le premier menu dans la version mobile
#gk-menu-overlay-wrap .gkMainMenu li li {
  display: none!important;
}*/
ul.breadcrumb li {
    float: left;
    margin: 0 0 0 4px;
}
/*effacer bouton prix sur produits sans prix*/
if ($product->prices['salesPrice']<=0 and VmConfig::get ('askprice', 1) and isset($product->images[0]) and !$product->images[0]->file_is_downloadable) return;  

/* Opacité */
.opacity div img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.opacity div:hover img {
	opacity: .5;
}