.ui-megamenu {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: none;
  z-index: 4;
  background-color: #d9d7d8;
}
.ui-megamenu .row > .col:after {
  content: " ";
  width: 1px;
  height: 100%;
  border-right: 1px solid #EEEEEE;
  position: absolute;
  top: 0;
  right: 5px;
}
.ui-megamenu > .ui-wrapper .wrapper {
  padding: 20px 0;
}
.ui-megamenu.ui-megamenu-floating {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
}
.ui-megamenu.state_active {
  z-index: 10;
}
