.clearfix:after {
  content: “”;
  display: block;
  clear: both;
}

/* === Developer Menu style START === */
.af-zb-page-top .main-inner {
  height: 100%;
  line-height: 3.5em;
  z-index: 1;
}

.af-zb-page-top .main-inner .page-title,
.af-zb-page-top .main-inner .page-menu {
  height: 100%;
}

.af-zb-page-top .page-menu ul li:hover .sub-menu-group {
  display: block;
}

.page-menu ul.sub-menu-group {
  position: absolute;
  display: block;
  top: 70px;
  right: 0;
  width: 200px;
  z-index: 1;
  font-size: 18px;
  display: none;
  padding: 10px 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: 0px 2px 6px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 6px rgb(0 0 0 / 30%);
}

.page-menu ul.sub-menu-group li {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 26px;
  margin-left: 0;
  text-align: left;
  line-height: 40px;
  font-size: 14px;
  color: #555;
  cursor: pointer;
}

.page-menu ul.sub-menu-group li a {
  display: block;
  color: #555;
}

.page-menu ul.sub-menu-group li:hover {
  background: #f2f2f2;
}

.nav-sub-third-level {
  margin-left: 20px;
}
/* === Developer Menu style END === */

/* === Product Dropdown Menu style START === */
.header .nav-bar .nav-sub-porduct-area {
  width: 675px;
  height: 250px;
  display: none;
  position: absolute;
  left: -198px;
  top: 60px;
  background: #fff;
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.header .nav-bar .nav-sub-porduct-area .title {
  display: none;
}
.header .nav-bar .nav-sub-porduct-area .nav-sub-porduct {
  height: 100%;
  font-size: 0;
}
.header .nav-bar .nav-sub-porduct-area .nav-sub-porduct .porduct-items {
  padding-top: 40px;
  width: calc(100%/3);
  height: 100%;
  display: inline-block;
  position: relative;
}
.header
  .nav-bar
  .nav-sub-porduct-area
  .nav-sub-porduct
  .porduct-items:not(:first-child)::before {
  content: "";
  width: 1px;
  background-color: #e7e7e7;
  height: 220px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15px;
}
.header
  .nav-bar
  .nav-sub-porduct-area
  .nav-sub-porduct
  .porduct-items
  .porduct-item-img {
  height: 141px;
  margin-bottom: 15px;
  position: relative;
}
.header
  .nav-bar
  .nav-sub-porduct-area
  .nav-sub-porduct
  .porduct-items
  .porduct-item-img.zenbo
  img {
  height: 141px;
}
.header
  .nav-bar
  .nav-sub-porduct-area
  .nav-sub-porduct
  .porduct-items
  .porduct-item-img.zenbo-junior
  img {
  height: 114px;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.header
  .nav-bar
  .nav-sub-porduct-area
  .nav-sub-porduct
  .porduct-items
  .porduct-item-img.zenbo-juniorii
  img {
  height: 114px;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.header .nav-bar .nav-sub-porduct-area .nav-sub-porduct .porduct-items p {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
/* === Product Dropdown Menu style END === */

/* Mobile: window width <= 800 */
/* === Developer Menu style **For Mobile** START === */
body.mobile .af-zb-page-top .page-menu ul li:hover .sub-menu-group {
  display: none;
}
/* === Developer Menu style **For Mobile** END === */