/*
 Theme Name:   Blank
 Theme URI:    ...
 Description:  Blank
 Author:       Julien Cuénot
 Author URI:   https://geolokit.ai
 Version:      1.0.0
 License:      Copyrights Julien Cuénot
 License URI:  ju-dev.fr
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready, storefront, e, commerce, boutique, ragueneau
 Text Domain:  storefront-child
*/



/* General */
*{ font-family:"Montserrat"; }
html{
    min-height:100%;
    background-color:whitesmoke;
    -webkit-user-select:none;  /* Chrome all / Safari all */
    -moz-user-select:none;     /* Firefox all */
    -ms-user-select:none;      /* IE 10+ */
    user-select:none;          /* Likely future */
}
body{ background-color:white; min-height:100%; min-height:100vh; height:auto!important; padding:0; margin:0; }
.main{ min-height:100vh; }

/* container */
.container{ display:block; width:100%; max-width:1300px; margin:auto; padding:0px 50px; box-sizing:border-box; box-sizing:border-box; transition:0.6s; }
@media (max-width:800px){ .container{ padding:0px 10px; } }


/* Woocommerce message (print notice) */
.woocommerce-message{ position:relative; margin:0 0 0 0; padding:0 50px; line-height:45px; border:none; background-color:rgba(0,0,0,0.05); }
.woocommerce-message:before{ position:absolute; left:20px; top:0; }