/* /feminomenale/styles/pages/boutique/globals */

body{
    margin:0;
    font-family:"Raleway";
}

/* overlays */
.overlays_container{
    position:fixed;
    right:-100%;
    height:100vh;
    z-index:1000;
}

/* mobile and tablet */
@media screen and (max-width:1200px){
    .overlays_container{

    }
    
}

/* desktop */
@media screen and (min-width:1200px){
    .mobile_and_tablet{
        display: none !important;
    }
}
