body {
    overflow-x: hidden;
}
@media (min-width:768px) {
    body.ws-fixed-mode {
    	/* min-height:1101vh;*/
		min-height:300vh;
    }
    body.ws-fixed-mode .page-container{
/*    	position: fixed!important;*/
    	top:0;
		left:0;
/*        width:100vw!important; */
    	/* width: calc(100vw - 17px)!important; */
    	z-index: 999!important;
    }
	/*
    .ws_desktop body.ws-fixed-mode .page-container {
        width: calc(100vw - 15px)!important;
    }
	*/
    body.admin-bar.woocommerce-demo-store.ws-fixed-mode .header-wrapper {
        top: 92px;
    }

    body.ws-fixed-mode .header-wrapper {
    	width: calc(100vw - 15px);
    }
    body.ws-fixed-mode .woocommerce-store-notice, .body.ws-fixed-mode p.demo_store {
    	right: 15px;
    	width: calc(100vw - 15px);
    	z-index: 999;
    }

    body.ws-fixed-mode.fixed .woocommerce-store-notice, body.ws-fixed-mode.fixed p.demo_store {
    	z-index: 99;
    }
}
.otgs-development-site-front-end {
	display:none!important;
}
