/*
Theme Name: Storefront Child - Vap'O.T
Description: Thème enfant Storefront personnalisé pour Vap'O.T
Author: Christelle Couturier
Template: storefront
Version: 1.0
Text Domain: storefront-child
*/

/* ==========================
   Container
========================== */

.container{

   max-width:1320px;
    margin:0 auto;
    padding:0 20px;

}

/* ==========================
   CACHER BOUTIQUE
========================== */
.site-header-cart {
	display:none;
}	

.add_to_cart_button, .single_add_to_cart_button, .quantity {
	display:none !important;
}	

