ul.mvp-type-nav {
  display: block;
  position: fixed;
  left: 0;
  top: 50px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: #f7f8f8;
  border-bottom: 1px solid #ddd;
  z-index: 9;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.mvp-type-nav::-webkit-scrollbar {
  display: none;
}

.mvp-type-nav li {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.mvp-type-nav a,
.mvp-type-nav a:link,
.mvp-type-nav a:visited {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 14px;
  font-size: 13px;
  color: #666;
  text-decoration: none;
}

.mvp-type-nav li.current a,
.mvp-type-nav li.current a:link,
.mvp-type-nav li.current a:visited,
.mvp-type-nav li.current a:hover {
  color: #427edf;
  font-weight: 700;
  border-bottom: 2px solid #427edf;
}

body.has-type-nav {
  padding-top: 94px !important;
}

body.has-type-nav .container {
  padding-top: .2rem;
}

body.has-type-nav .filter {
  top: 94px;
}

body.has-type-nav.has-filter .container {
  padding-top: .6rem;
}
