.page-wrapper {
  overflow-x: hidden;
}
.header-top {
  background-color: #1a1a1a;
}
.header-top .hd-top-support ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top .hd-top-support ul li {
  margin-bottom: 0;
  margin-right: 50px;
}
.header-top .hd-top-support ul li a {
  display: block;
  height: 38px;
  line-height: 38px;
  color: #fff !important;
  font-size: 80%;
  position: relative;
}
.header-top .hd-top-support ul li a:before {
  display: block;
  content: "";
  background-image: url("../images/header.png");
  background-repeat: no-repeat;
}
.header-top .hd-top-support ul .help a {
  padding-left: 18px;
}
.header-top .hd-top-support ul .help a:before {
  width: 10px;
  height: 13px;
  background-position: -55px -7px;
  position: absolute;
  left: 0;
  top: 12px;
}
.header-top .hd-top-support ul .tracking a {
  padding-left: 25px;
}
.header-top .hd-top-support ul .tracking a:before {
  width: 17px;
  height: 13px;
  background-position: -19px -7px;
  position: absolute;
  left: 0;
  top: 12px;
}
.header-r-content {
  display: flex;
  float: right;
}
.header-r-content .switcher {
  display: flex !important;
  position: relative;
}
.header-r-content .switcher:not(:last-child) {
  margin-right: 50px;
}
.header-r-content .switcher-label {
  font-size: 80%;
  color: #fff;
  font-weight: 400;
  height: 38px;
  line-height: 38px;
}
.header-r-content .switcher-label:after {
  content: ":";
  margin-right: 5px;
}
.header-r-content .switcher-content .action-switcher {
  color: #fff;
  font-size: 80%;
  height: 38px;
  line-height: 38px;
}
.header-r-content .switcher-content .heading-switcher {
  background: none !important;
}
.header-r-content .switcher-content .heading-switcher span:after {
  position: relative;
  top: -1px;
  content: '\e905';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
}
.header-r-content .switcher-content .dropdown-switcher {
  background: #fff;
  position: absolute;
  min-width: 140px;
  padding: 10px 20px;
  font-size: 80%;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 200;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.header-r-content .switcher-content .dropdown-switcher .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-r-content .switcher-content .dropdown-switcher .list-item li {
  margin: 0;
}
.header-r-content .switcher-content .dropdown-switcher .list-item li a {
  display: block;
  padding: 3px;
}
.header-r-content .switcher-language .switcher-content .dropdown-switcher .list-item li a span {
  background-size: 23px;
  padding-left: 30px;
  background-position: left center;
}
.header-r-content .switcher:hover .switcher-content .dropdown-switcher {
  opacity: 1;
  visibility: visible;
}
.nav-logo .megamenu-nav.horizontal-type .megamenu-items > li > a {
  background: none !important;
  height: 84px;
  line-height: 84px;
}
.nav-logo .megamenu-nav.horizontal-type .megamenu-items > li.parent > a > .cat-name {
  padding: 0;
}
.nav-logo .megamenu-nav.horizontal-type .megamenu-items > li.parent > a:after {
  background: none;
  width: auto;
  height: auto;
  position: relative;
  left: auto;
  right: auto;
  top: 0;
  margin-left: 2px;
  content: '\e905';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
.nav-logo .megamenu-nav.menu-center .megamenu-items > li.item-logo {
  margin: 0 20px;
}
.nav-logo .megamenu-nav.menu-center .megamenu-items > li.item-logo > a > .item-icon {
  margin: 0;
}
.nav-logo .megamenu-nav.menu-center .megamenu-items > li.item-logo > a > .item-icon img {
  width: auto;
  height: auto;
}
.nav-logo .megamenu-nav.menu-center .megamenu-items > li.item-logo .cat-name {
  display: none !important;
}
.header-bottom .bottom-content {
  position: relative;
}
.search-header {
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 190;
}
.search-header .block-search {
  float: none;
  width: unset;
  margin: 0;
  padding: 0;
}
.search-header .block-search:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  background: url("../images/header.png") no-repeat -18px -38px;
  left: 0;
  z-index: 20;
  pointer-events: none;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.search-header .block-search .nested {
  display: none;
}
.search-header .block-search .control {
  margin: 0;
  padding: 0;
}
.search-header .block-search input {
  height: 40px;
}
.search-header .block-search > .block-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.search-header .block-search .action.search {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.search-header .block-search .action.search:before,
.search-header .block-search .action.search span {
  display: none;
}
.search-header .block-search:hover:before {
  left: 198px;
}
.search-header .block-search:hover .block-content {
  opacity: 1;
  visibility: visible;
}
.search-active .search-header .block-search .block-content {
  opacity: 1;
  visibility: visible;
}
.search-active .search-header .block-search:before {
  left: 198px;
}
.customer-header {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.customer-header .customer-links {
  position: relative;
}
.customer-header .customer-links:before {
  content: "";
  display: block;
  width: 40px;
  height: 84px;
  background: url("../images/header.png") no-repeat -52px -17px;
  cursor: pointer;
}
.customer-header .customer-links > .header.links {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  white-space: nowrap;
  width: 180px;
  position: absolute;
  right: -70px;
  top: 100%;
  padding: 15px 20px;
  margin: 0;
  list-style: none;
  z-index: 20;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.customer-header .customer-links > .header.links li {
  margin: 0;
  text-align: center;
}
.customer-header .customer-links > .header.links li > a {
  display: block;
  padding: 3px 0;
}
.customer-header .customer-links:hover > .header.links {
  opacity: 1;
  visibility: visible;
}
.customer-header .customer-links .customer-welcome .customer-menu {
  position: static;
  display: block;
  min-width: unset;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
.customer-header .customer-links .customer-welcome .customer-menu .header.links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.customer-header .header-wishlist {
  margin: 0;
}
.customer-header .header-wishlist .block-title {
  display: block;
  width: 40px;
  height: 84px;
  margin: 0;
  background: url("../images/header.png") no-repeat -94px -16px;
  cursor: pointer;
  position: relative;
}
.customer-header .header-wishlist .count {
  position: absolute;
  right: -2px;
  top: 23px;
  display: block;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 3px;
  background: #e82e31;
  color: #fff;
  font-size: 74%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.customer-header .header-wishlist .count.empty {
  display: none;
}
.customer-header .header-wishlist .wishlist-title {
  display: none;
}
.customer-cart .minicart-wrapper {
  margin: 0;
  padding: 0;
  float: none;
  height: 84px;
  display: block;
}
.customer-cart .minicart-wrapper .mage-dropdown-dialog {
  display: none !important;
}
.customer-cart .minicart-wrapper:hover .mage-dropdown-dialog {
  display: block !important;
}
.customer-cart .minicart-wrapper .action.close {
  display: none;
}
.customer-cart .minicart-wrapper .block-minicart {
  margin: 0;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.customer-cart .minicart-wrapper .block-minicart:before,
.customer-cart .minicart-wrapper .block-minicart:after {
  display: none;
}
.customer-cart .minicart-wrapper .action.showcart {
  width: 40px;
  height: 84px;
  position: relative;
  background: url("../images/header.png") no-repeat -133px -17px;
}
.customer-cart .minicart-wrapper .action.showcart:before,
.customer-cart .minicart-wrapper .action.showcart:after,
.customer-cart .minicart-wrapper .action.showcart .text,
.customer-cart .minicart-wrapper .action.showcart .counter-label,
.customer-cart .minicart-wrapper .action.showcart .price-minicart {
  display: none;
}
.customer-cart .minicart-wrapper .action.showcart .counter {
  margin: 0;
  position: absolute;
  right: -2px;
  top: 23px;
  display: block !important;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 3px;
  background: #e82e31;
  color: #fff;
  font-size: 74%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.megamenu-nav .submenu li a {
  font-weight: 300;
}
.header-bottom .full-width > .type-megamenu {
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
.header-bottom .full-width > .type-megamenu:before {
  content: "";
  display: block;
  position: absolute;
  left: -10000px;
  right: -10000px;
  top: 0;
  background: #fff;
  border-top: 1px solid #e9e9e9;
  z-index: 0;
  bottom: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.header-bottom .full-width > .type-megamenu > div {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.banner-megamenu {
  padding-top: 7px;
}
/**
 * Dropdown Search
 */
.dropdown-search {
  width: 530px;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.dropdown-search .dropdown-content {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.dropdown-search .popular-keyword {
  float: left;
  width: 170px;
  border-right: 1px solid #e9e9e9;
}
.dropdown-search .search-terms-header {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-search .search-terms-header .term-label {
  color: #222;
  text-transform: uppercase;
  font-weight: 500;
}
.dropdown-search .search-popular-products {
  margin-left: 170px;
  border-left: 1px solid #e9e9e9;
  padding-left: 30px;
  position: relative;
  left: -1px;
}
.dropdown-search .search-popular-products .block {
  margin: 0;
}
.dropdown-search .search-popular-products .block-title {
  display: block;
  margin-bottom: 20px;
}
.dropdown-search .search-popular-products .block-title strong {
  text-transform: uppercase;
  color: #222;
  font-weight: 500;
}
.dropdown-search .search-popular-products .bzotech-slider-list .product-item-info {
  margin-bottom: 20px;
}
.dropdown-search .search-popular-products .bzotech-slider-list .product-item-info .product-item-image {
  width: 100px;
}
.dropdown-search .search-popular-products .bzotech-slider-list .product-item-info .product-item-name {
  margin: 0;
}
.dropdown-search .search-popular-products .bzotech-slider-list .product-items .product-item:last-child .product-item-info {
  margin-bottom: 0;
}
.dropdown-search .search-popular-products .product-item-inner {
  display: none;
}
.dropdown-search .search-popular-products .product-reviews-summary {
  margin: 0;
}
.dropdown-search .search-popular-products .product-reviews-summary .reviews-actions {
  display: none;
}
.dropdown-search .search-popular-products .product-item .price-box {
  margin: 0;
}
.dropdown-search .search-popular-products .product-item .price-box .price {
  font-weight: 500;
}
.search-active .dropdown-search {
  opacity: 1;
  visibility: visible;
  z-index: 500;
}
/**
 * Ajax search
 */
.block-search.ajax-search .bzotech-search-autocomplete {
  left: 0;
  right: auto;
}
@media (min-width: 1025px) {
  .header-bottom .megamenu-nav .megamenu-items > li > .dropdowm-megamenu.type-megamenu > .middle-level-0 > .megamenu-content-cate > .submenu > li > a {
    font-size: 120%;
    font-weight: 500;
  }
  .header-bottom .megamenu-nav .submenu li a {
    font-weight: 300;
  }
}
@media (max-width: 1024px) {
  body .megamenu-nav .megamenu-items li.item-logo {
    display: none;
  }
}
