.page-wrapper {
  overflow-x: hidden;
}
.header-desktop {
  background-color: #010e27;
}
.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: 92.857%;
  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: 92.857%;
  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: 92.857%;
  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;
}
.header-bottom {
  height: 81px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-bottom .logo-container {
  padding-top: 20px;
}
.header-bottom-content {
  display: flex;
  justify-content: space-between;
}
.header-bottom-content .customer-header {
  display: flex;
}
.header-bottom-content .customer-header .customer-links {
  position: relative;
}
.header-bottom-content .customer-header .customer-links:before {
  content: "";
  display: block;
  width: 40px;
  height: 80px;
  background: url("../images/header.png") no-repeat -52px -87px;
  cursor: pointer;
}
.header-bottom-content .customer-header .customer-links > .header.links {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  white-space: nowrap;
  width: 190px;
  position: absolute;
  right: -70px;
  top: 100%;
  padding: 15px 20px;
  margin: 0;
  list-style: none;
  z-index: 400;
  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-bottom-content .customer-header .customer-links > .header.links li {
  margin: 0;
  text-align: center;
}
.header-bottom-content .customer-header .customer-links > .header.links li > a {
  display: block;
  padding: 3px 0;
}
.header-bottom-content .customer-header .customer-links:hover > .header.links {
  opacity: 1;
  visibility: visible;
}
.header-bottom-content .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;
}
.header-bottom-content .customer-header .customer-links .customer-welcome .customer-menu .header.links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-bottom-content .customer-header .header-wishlist {
  margin: 0;
}
.header-bottom-content .customer-header .header-wishlist .block-title {
  display: block;
  width: 40px;
  height: 80px;
  margin: 0;
  background: url("../images/header.png") no-repeat -94px -87px;
  cursor: pointer;
  position: relative;
}
.header-bottom-content .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: 85.714%;
  font-weight: 500;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.header-bottom-content .customer-header .header-wishlist .count.empty {
  display: none;
}
.header-bottom-content .customer-header .header-wishlist .wishlist-title {
  display: none;
}
.header-bottom-content .customer-header .customer-compare .action.compare {
  display: block;
  width: 40px;
  height: 80px;
  margin: 0;
  background: url("../images/header.png") no-repeat -7px -143px;
  cursor: pointer;
  position: relative;
  text-indent: -999px;
  overflow: hidden;
}
.header-bottom-content .customer-header .customer-compare .counter {
  position: absolute;
  right: 0;
  top: 23px;
  display: block;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 3px;
  background: #e82e31;
  color: #fff;
  font-size: 85.714%;
  text-indent: 0;
  font-weight: 500;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.header-bottom-content .customer-header .customer-compare .counter.empty {
  display: none;
}
.header-bottom-content .customer-cart .minicart-wrapper {
  margin: 0;
  padding: 0;
  float: none;
  height: 80px;
  display: block;
}
.header-bottom-content .customer-cart .minicart-wrapper .mage-dropdown-dialog {
  display: none !important;
}
.header-bottom-content .customer-cart .minicart-wrapper:hover .mage-dropdown-dialog {
  display: block !important;
}
.header-bottom-content .customer-cart .minicart-wrapper .action.close {
  display: none;
}
.header-bottom-content .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);
}
.header-bottom-content .customer-cart .minicart-wrapper .block-minicart:before,
.header-bottom-content .customer-cart .minicart-wrapper .block-minicart:after {
  display: none;
}
.header-bottom-content .customer-cart .minicart-wrapper .action.showcart {
  width: 40px;
  height: 80px;
  position: relative;
  background: url("../images/header.png") no-repeat -133px -88px;
}
.header-bottom-content .customer-cart .minicart-wrapper .action.showcart:before,
.header-bottom-content .customer-cart .minicart-wrapper .action.showcart:after,
.header-bottom-content .customer-cart .minicart-wrapper .action.showcart .text,
.header-bottom-content .customer-cart .minicart-wrapper .action.showcart .counter-label,
.header-bottom-content .customer-cart .minicart-wrapper .action.showcart .price-minicart {
  display: none;
}
.header-bottom-content .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: 85.714%;
  font-weight: 500;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.header-bottom-content .email-support > ul {
  display: flex;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.header-bottom-content .email-support > ul > li {
  margin: 0;
  margin-right: 50px;
  padding-left: 38px;
  position: relative;
}
.header-bottom-content .email-support .email-header:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 9px;
  left: 0;
  background: url("../images/header.png") no-repeat -15px -248px;
}
.header-bottom-content .email-support .phone-header:before {
  content: "";
  display: block;
  width: 28px;
  height: 29px;
  position: absolute;
  top: 9px;
  left: 0;
  background: url("../images/header.png") no-repeat -80px -247px;
}
.header-bottom-content .email-support .top-title {
  color: #95989d;
  font-size: 92.857%;
}
.header-bottom-content .email-support .support-link a {
  font-size: 114.285%;
  font-weight: 500;
}
.header-bottom-content .email-support .support-link a:hover {
  text-decoration: underline;
}
.header-menu {
  height: 52px;
}
.header-menu .container {
  position: relative;
}
.header-menu .search-header {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 300;
}
.header-menu .search-header .block-search {
  width: 330px;
  padding: 0;
}
.header-menu .search-header .block-search input {
  height: 40px;
  background: #fff;
  border: none;
  font-size: 92.857%;
  padding-right: 40px;
  padding-left: 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.header-menu .search-header .block-search .action.search {
  width: 40px;
  height: 40px;
  right: 0;
  left: auto;
  background: url("../images/header.png") no-repeat -8px -38px;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.header-menu .search-header .block-search .action.search:before,
.header-menu .search-header .block-search .action.search span {
  display: none;
}
.header-menu .search-header .block-search.ajax-search .bzotech-search-autocomplete {
  margin-top: 6px;
}
@media (min-width: 1025px) {
  .header-menu .megamenu-vertical {
    background: none;
  }
  .header-menu .megamenu-vertical:hover .megamenu-title {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: transparent;
  }
  .header-menu .megamenu-vertical .megamenu-title {
    background: none;
    height: 52px;
    line-height: 52px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 54px;
    padding-right: 24px;
    font-weight: 500;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
  }
  .header-menu .megamenu-vertical .megamenu-title:before,
  .header-menu .megamenu-vertical .megamenu-title:after {
    display: none;
  }
  .header-menu .megamenu-vertical .megamenu-title span:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/header.png") no-repeat -18px -313px;
    position: absolute;
    left: 24px;
    top: 17px;
  }
  .header-menu .megamenu-vertical .megamenu-title span:after {
    position: absolute;
    right: 20px;
    top: 0;
    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: 14px;
  }
  .header-menu .megamenu-nav .megamenu-items > li > .dropdowm-megamenu.type-megamenu > .middle-level-0 > .megamenu-content-cate > .submenu > li > a {
    font-weight: 500;
  }
  .header-menu .megamenu-vertical .megamenu-items .level0 > a {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
  }
  .header-menu .megamenu-vertical .megamenu-items .type-default .submenu li.parent > a:after,
  .header-menu .megamenu-vertical .megamenu-items .level0.parent > a:after {
    background: none;
    transform: unset !important;
    top: 11px;
    right: 20px;
    left: auto;
    content: '\e907';
    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: 14px;
  }
  .header-menu .megamenu-vertical .more-items span {
    text-transform: capitalize;
    font-weight: 400;
    color: #222;
  }
  .header-menu .megamenu-vertical .more-items span:before {
    line-height: 16px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  .header-menu .megamenu-vertical .mega-dropdown {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
  }
  .header-menu .secondary-megamenu {
    padding-left: 0;
    padding-right: 0;
  }
  .header-menu .secondary-megamenu .nav-items > li > a {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
  }
  .header-menu .secondary-megamenu .nav-items > li > a .cat-name {
    height: 52px;
    line-height: 52px;
  }
  .header-menu .secondary-megamenu .nav-items > li.active > a,
  .header-menu .secondary-megamenu .nav-items > li.active > a,
  .header-menu .secondary-megamenu .nav-items > li.active > a,
  .header-menu .secondary-megamenu .nav-items > li:hover > a {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .header-menu .secondary-megamenu .nav-items > li.parent > a:after {
    background: none;
    width: unset;
    height: unset;
    top: 16px;
    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: 14px;
  }
}
