



/*.product-image-summary .quantity {
display: none !important;
}

.product-quantity {
display: none !important;
}*/



/* Sur desktop/tablette en fullscreen */
:fullscreen .whb-header,
:fullscreen .footer-container {
    display: none !important;
}

/* Safari fullscreen */
:-webkit-full-screen .whb-header,
:-webkit-full-screen .footer-container {
    display: none !important;
}



/*@media (max-width: 767px) {
        .container {
				width: 100vw !important;
				max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}*/




:fullscreen .container {
    max-width: 100% !important;
    width: 100vw !important;
    padding: 0 !important;
    margin: 0 !important;
}



:-webkit-full-screen .container {
    max-width: 100% !important;
    width: 100vw !important;
    padding: 0 !important;
    margin: 0 !important;
}