/*  
    Recommeded CSS
    ==============
*/

.panel {
    position:absolute;
    left: -15.625em; /*or width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
	height:100%; overflow-y:scroll;
	z-index:99999999;
}

/*  
    Demo Specific Styles
    ====================
*/
.wrap {
  
    width: 100%;
	float:left;
	 background:#e3e3e3;
	 margin:0px 0 5px 0; 
	 padding:10px 12px; box-sizing:border-box;
 
}
.wrap a{ float:right;  font-size:16px; font-weight:bold; color:#2b2b2b; text-align:right;}

.panel {
    background:#e3e3e3;
}
.mobile-product-menu{ display:none;}


