
.navbar-d,
.navbar-d ul,
.navbar-d ul li,
.navbar-d ul li a,
.navbar-d #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar-d:after,
.navbar-d > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.navbar-d {
  position: relative;
  z-index: 9;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.navbar-d > ul > li {
  float: left;
  margin: 0px;
  -webkit-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    -o-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
}
.navbar-d > ul > li:first-child {
  margin-left: 0;
}
.navbar-d > ul > li:hover, 
.navbar-d > ul > li.active, 
.navbar-d > ul > li.active:hover {
    background: #f05a940a;
}
.navbar-d.align-center > ul {
  font-size: 0;
  text-align: center;
}
.navbar-d.align-center > ul > li {
  display: inline-block;
  float: none;
}
.navbar-d.align-center ul ul {
  text-align: left;
}
.navbar-d.align-right > ul > li {
  float: right;
}
.navbar-d > ul > li > a {
    padding: 37px 7px 12px;
    text-decoration: none;
    display: block;
    color: #000;
    font-size: 13px;
    overflow: hidden;
    background-size: auto!important;
    background-position: top 10px center!important;
    border-bottom: 3px solid transparent;
}
.navbar-d > ul > li:hover > a {
    border-bottom-color: #f05a94;
}
.navbar-d > ul > li.active > a, 
.navbar-d > ul > li:hover > a {
  background: url("/uploads/others/menu-hover.png") 0px 0px no-repeat;
}
.navbar-d > ul > li.has-sub > a {
  padding-right: 30px;
}
.navbar-d > ul > li.has-sub > a:after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
.navbar-d > ul > li.active > a:before, 
.navbar-d > ul > li.active > a:after, 
.navbar-d > ul > li.has-sub:hover > a:after {
  background: #fff;
}
.navbar-d ul ul {
  position: absolute;
  left: -9999px;
  -webkit-box-shadow: 0 1px 2px #bbb;
  box-shadow: 0 1px 2px #bbb;
  width: 250px;
}
.navbar-d li > ul > li:hover {
    background-color: #F9F9F9;
}
.navbar-d.align-right ul ul {
  text-align: right;
}
.navbar-d ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.navbar-d li:hover > ul {
  left: auto;
}
.navbar-d.align-right li:hover > ul {
  left: auto;
  right: 0;
}
.navbar-d li:hover > ul > li {
  height: 100%;
  background: #fff;
}
.navbar-d ul ul ul {
  margin-left: 100%;
  top: 0;
}
.navbar-d.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.navbar-d ul ul li a {
  padding: 7px 12px;
  /* margin: 0px 12px; */
  width: 250px;
  font-size: 13px;
  text-decoration: none;
  text-transform: none;
  color: #282828;
  font-weight: 400;
  line-height: 1.4;
  /* border-bottom: 1px solid rgba(150, 150, 150, 0.15); */
}
.navbar-d ul ul li:last-child > a,
.navbar-d ul ul li.last-item > a {
  border-bottom: 0;
}
.navbar-d ul ul li:hover > a, 
.navbar-d ul ul li a:hover {
    /* background-color: #F9F9F9; */
    padding-left: 18px;
    color: #f05a94 !important;
}
.navbar-d ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
