.header-desktop {
  background-color: #fff;
  /**
     * Currency language
     */
  /**
     * Customer links
     */
}
.header-desktop .header-top {
  background-color: #f5f5f5;
}
.header-desktop .hd-top-support ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-desktop .hd-top-support ul:before,
.header-desktop .hd-top-support ul:after {
  content: "";
  display: block;
  clear: both;
}
.header-desktop .hd-top-support ul li {
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
}
.header-desktop .hd-top-support ul li a {
  display: block;
  position: relative;
  height: 38px;
  line-height: 38px;
  font-size: 92.857%;
  color: #666;
}
.header-desktop .hd-top-support ul li a:before {
  content: "";
  display: block;
  background-image: url("../images/icon-images.png");
  background-repeat: no-repeat;
}
.header-desktop .hd-top-support .help a {
  padding-left: 20px;
}
.header-desktop .hd-top-support .help a:before {
  width: 13px;
  height: 13px;
  background-position: -64px -56px;
  position: absolute;
  left: 0;
  top: 12px;
}
.header-desktop .hd-top-support .tracking a {
  padding-left: 25px;
}
.header-desktop .hd-top-support .tracking a:before {
  width: 18px;
  height: 13px;
  background-position: -62px -96px;
  position: absolute;
  left: 0;
  top: 12px;
}
.header-desktop .header-r-content {
  float: right;
}
.header-desktop .r-content {
  display: flex;
}
.header-desktop .switcher {
  position: relative;
  margin-left: 30px;
}
.header-desktop .switcher .switcher-label {
  display: none;
}
.header-desktop .switcher-content {
  position: relative;
}
.header-desktop .switcher-content .action-switcher {
  height: 38px;
  line-height: 38px;
  font-size: 92.857%;
}
.header-desktop .switcher-content .heading-switcher {
  padding-right: 15px;
  white-space: nowrap;
}
.header-desktop .switcher-content .heading-switcher:before {
  position: absolute;
  top: 14px;
  right: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #666666;
  border-top: 1px solid #666666;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 6px;
  height: 6px;
}
.header-desktop .switcher-content .dropdown-switcher {
  display: none;
  background-color: #fff;
  padding: 10px 15px;
  position: absolute;
  top: 100%;
  left: -13px;
  min-width: 170px;
  z-index: 200;
  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-desktop .switcher-content .dropdown-switcher .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 85.714%;
}
.header-desktop .switcher-content .dropdown-switcher .list-item li {
  margin: 0;
}
.header-desktop .switcher-content .dropdown-switcher .list-item li a span {
  display: block;
  padding: 5px 0;
}
.header-desktop .switcher-content:hover {
  cursor: pointer;
}
.header-desktop .switcher-content:hover .dropdown-switcher {
  display: block;
}
.header-desktop .switcher.language .heading-switcher {
  background-size: 20px;
  background-position: left center;
  padding-left: 28px;
}
.header-desktop .switcher.language .switcher-content .dropdown-switcher .list-item li a span {
  background-size: 20px;
  background-position: left center;
  padding-left: 28px;
}
.header-desktop .cus-links {
  font-size: 92.857%;
  margin-left: 30px;
  padding-left: 20px;
  position: relative;
}
.header-desktop .cus-links:before {
  content: "";
  display: block;
  width: 13px;
  position: absolute;
  height: 13px;
  background: url("../images/icon-images.png") no-repeat -64px -132px;
  left: 0;
  top: 11px;
}
.header-desktop .cus-links > .header.links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-desktop .cus-links > .header.links > li {
  float: left;
  margin: 0;
}
.header-desktop .cus-links > .header.links > li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 8px 10px 0 7px;
}
.header-desktop .cus-links > .header.links > li > a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  color: #666;
}
.header-desktop .cus-links > .header.links .customer-welcome {
  display: flex;
}
.header-desktop .cus-links > .header.links .greet.welcome {
  height: 38px;
  line-height: 38px;
  position: relative;
  padding-right: 13px;
}
.header-desktop .cus-links > .header.links .greet.welcome:before {
  position: absolute;
  top: 14px;
  right: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #666666;
  border-top: 1px solid #666666;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 6px;
  height: 6px;
}
.header-desktop .cus-links .customer-menu .header.links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-middle {
  padding: 30px 0;
}
.header-middle .logo-container {
  width: 300px;
  float: left;
  margin-top: -5px;
}
.header-middle .hd-middle-r {
  width: calc(100% - 300px);
  float: right;
}
.header-middle .search-header {
  width: 100%;
  padding-right: 40px;
}
.header-middle .block.block-search {
  float: none;
  width: 100%;
  padding: 0;
}
.header-middle .block.block-search .search-autocomplete,
.header-middle .block.block-search .nested {
  display: none !important;
}
.header-middle .block.block-search .control {
  padding: 0;
}
.header-middle .block.block-search .input-text {
  height: 42px;
  border: 1px solid #e4e4e4;
  padding: 0 50px 0 18px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
.header-middle .block.block-search .actions button {
  background: url("../images/icon-images.png") no-repeat -4px 0;
  width: 42px;
  height: 42px;
  padding: 0;
  opacity: 1;
  right: 0;
  top: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.header-middle .block.block-search .actions button:before,
.header-middle .block.block-search .actions button span {
  display: none;
}
.header-middle .header-wishlist {
  margin-bottom: 0;
  position: relative;
  margin-left: 20px;
}
.header-middle .header-wishlist:before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: #e2e2e2;
  position: absolute;
  top: 14px;
  left: 0;
}
.header-middle .header-wishlist a {
  display: block;
  width: 55px;
  height: 42px;
  margin: 0;
  background: url("../images/icon-images.png") no-repeat -92px 1px;
  position: relative;
}
.header-middle .header-wishlist .wishlist-title {
  display: none;
}
.header-middle .header-wishlist span.count {
  display: none;
  min-width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  padding: 0 3px;
  border-radius: 3px;
  font-size: 85.714%;
  font-weight: 700;
}
.header-middle .hd-cart {
  padding-left: 16px;
  position: relative;
}
.header-middle .hd-cart:before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: #e2e2e2;
  position: absolute;
  top: 14px;
  left: 0;
}
.header-middle .hd-cart .minicart-wrapper {
  margin: 0;
  padding: 0;
  float: none;
}
.header-middle .hd-cart .minicart-wrapper .action.close {
  display: none;
}
.header-middle .hd-cart .minicart-wrapper .block-minicart {
  margin-top: 0;
  right: 0;
  left: unset;
  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-middle .hd-cart .minicart-wrapper .block-minicart:before,
.header-middle .hd-cart .minicart-wrapper .block-minicart:after {
  display: none;
}
.header-middle .hd-cart .minicart-wrapper .action.showcart {
  position: relative;
  padding-left: 44px;
  height: 44px;
  padding-top: 3px;
}
.header-middle .hd-cart .minicart-wrapper .action.showcart .text {
  color: #666;
  border: 0;
  display: block;
  clip: unset;
  height: unset;
  width: unset;
  margin: 1px 0 4px;
  overflow: unset;
  padding: 0;
  position: unset;
  line-height: 1;
  font-size: 92.857%;
}
.header-middle .hd-cart .minicart-wrapper .action.showcart .counter-label {
  display: none;
}
.header-middle .hd-cart .minicart-wrapper .action.showcart .counter-number {
  min-width: 20px;
  height: 20px;
  padding: 0 3px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 14px;
  top: 4px;
  z-index: 20;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.header-middle .hd-cart .minicart-wrapper .action.showcart .counter.qty {
  display: block;
  background: none;
  height: auto;
  width: auto;
  min-width: unset;
  margin: 0;
  color: unset;
  line-height: unset;
  text-align: unset;
  padding: 0;
}
.header-middle .hd-cart .minicart-wrapper .action.showcart:after {
  content: "";
  display: block;
  width: 22px;
  height: 20px;
  background: url("../images/icon-images.png") no-repeat -158px -11px;
  position: absolute;
  top: 13px;
  left: 0;
}
.header-middle .hd-cart .minicart-wrapper .action.showcart:before {
  display: none;
}
.header-middle .hd-cart .minicart-wrapper .subtotal {
  line-height: 1;
}
.header-middle .hd-cart .minicart-wrapper .subtotal .price {
  font-size: 100%;
  font-weight: 700;
  position: relative;
  top: 2px;
}
.header-middle .hd-cart .minicart-wrapper .subtotal .label {
  display: none;
}
.header-middle .hd-cart .minicart-wrapper .mage-dropdown-dialog {
  padding-top: 5px;
  display: none !important;
}
.header-middle .hd-cart .minicart-wrapper:hover .mage-dropdown-dialog {
  display: block !important;
}
.header-middle .item.link.compare {
  text-indent: -9999px;
  overflow: hidden;
}
.header-middle .item.link.compare a {
  overflow: hidden;
  display: block;
  width: 55px;
  height: 42px;
  margin: 0;
  background: url(../images/icon-images.png) no-repeat -94px -41px;
  position: relative;
}
.header-bottom {
  background-color: #022344;
}
.header-bottom .megamenu-vertical {
  background: none;
}
.header-bottom .megamenu-vertical:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 6px;
  height: 6px;
  position: absolute;
  top: 21px;
  right: 24px;
}
.header-bottom .megamenu-vertical .megamenu-title {
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 24px;
}
.header-bottom .megamenu-vertical .megamenu-title:before {
  border: none;
  width: 19px;
  height: 13px;
  background: url(../images/icon-images.png) no-repeat -112px -96px;
  margin-top: 18px;
}
.header-bottom .megamenu-vertical .megamenu-title:after {
  display: none;
}
.header-bottom .secondary-megamenu {
  padding-left: 30px;
  padding-right: 0;
}
.header-bottom .secondary-megamenu .nav-items > li > a .cat-name {
  color: #fff;
}
.header-bottom .secondary-megamenu .nav-items > li.active > a,
.header-bottom .secondary-megamenu .nav-items > li:hover > a {
  background-color: rgba(255, 255, 255, 0.1);
}
.header-bottom .megamenu-vertical .megamenu-items .level0 > a {
  padding: 10px 24px;
}
.header-bottom .megamenu-vertical .megamenu-items .level0 > a > .cat-name:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 8px;
  width: 5px;
  height: 6px;
  border: 1px solid #999;
  margin-right: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.header-bottom .megamenu-vertical .megamenu-items .level0.active > a,
.header-bottom .megamenu-vertical .megamenu-items .level0.has-active > a {
  background-color: #f5f5f5;
}
.header-bottom .megamenu-vertical .megamenu-items .type-default .submenu li.parent > a:after,
.header-bottom .megamenu-vertical .megamenu-items .level0.parent > a:after {
  background-size: 9px;
  top: 15px;
}
.header-bottom .child-category-items .count {
  display: inline-block;
}
.header-bottom .secondary-megamenu .nav-items > li.parent > a:after {
  background-size: 9px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header-mobile .minicart-wrapper .action.showcart:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header-mobile .minicart-wrapper .action.showcart .counter.qty {
  background-color: #222;
  color: #fff;
  z-index: 10;
}
/**
 * Ajax search
 */
.block-search.ajax-search {
  z-index: 500;
}
.block-search.ajax-search .bzotech-search-autocomplete {
  left: 0;
  right: 0;
}
.block-search.ajax-search .product-item-info .product-item-details {
  padding-left: 15px;
}
