.new-fixed{
 	position: fixed;
    float: left;
    width: 100%;
    z-index: 111111111;
    top: 0;
   	background: rgba(204, 204, 204, 0.94);
  	box-shadow: 0 -7px 8px 7px #367606;
}

.main-category .desktop-category > li > a{
 	padding-left:10px;
 } 
 .has-icon > ul > li a:before{ display:none; }
.main-category .desktop-category > li{ position:relative; }
.main-category .desktop-category .has-subcate:hover .subcate{ height:auto; } 