#sp-header {
  background: #ffffff;
  height: 54px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  position: relative;
  width: 100% !important;
  z-index: 10;
}
#sp-header .logo {
  display: inline-block;
  width: 200px;
  height: 54px;
  display: table;
}

.sp-megamenu-parent >li >a {
  display: inline-block;
  line-height: 54px;
  padding: 0 6px;
  font-size: 16px;
  text-transform: uppercase;
  color: #3a3a3a;
}

#sp-header, #sp-header .logo img {width: 200px; height: 54px !important; }


