/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
/**
 * Header 4 style
 */
/**
 * Customer links
 */
.header-top {
  height: 40px;
  background-color: #222;
  position: relative;
  z-index: 310;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.header-top .customer-action {
  padding-top: 10px;
}
.header-top .customer-action .greet.welcome {
  display: none;
  vertical-align: top;
  color: #ccc;
  padding-right: 26px;
  font-size: 92.85%;
}
.header-top .customer-action .header-support {
  display: inline-block;
  vertical-align: top;
}
.header-top .customer-action .header-support ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-top .customer-action .header-support ul li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  color: #ccc;
  font-size: 92.85%;
}
.header-top .customer-action .header-support ul li:not(:last-child) {
  margin-right: 26px;
}
.header-top .customer-action .header-support ul li:before {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 6px;
}
.header-top .customer-action .header-support ul li.email-header:before {
  content: '\e944';
  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;
  font-size: 14px;
}
.header-top .customer-action .header-support ul li.phone-header:before {
  content: '\e94c';
  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;
  font-size: 14px;
}
/**
 * Language currency
 */
.language-currency {
  float: right;
}
.language-currency .switcher {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  position: relative;
}
.language-currency .switcher:not(:first-child) {
  margin-left: 20px;
}
.language-currency .switcher .switcher-label {
  display: none;
}
.language-currency .switcher .switcher-content .action-switcher {
  height: 40px;
  line-height: 40px;
  font-size: 92.85%;
  color: #ccc;
}
.language-currency .switcher .switcher-content .action-switcher .heading-switcher span {
  position: relative;
  top: -1px;
}
.language-currency .switcher .switcher-content .action-switcher .heading-switcher span:after {
  margin-left: 5px;
  content: '\e92e';
  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;
  font-size: 12px;
}
.language-currency .switcher .switcher-content .dropdown-switcher {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0;
  background: #fff;
  padding: 10px;
  white-space: nowrap;
  min-width: 170px;
  z-index: 200;
  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);
}
.language-currency .switcher .switcher-content .dropdown-switcher .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.language-currency .switcher .switcher-content .dropdown-switcher .list-item li {
  padding: 0 10px;
  border: 1px solid transparent;
  background-color: #f5f5f5;
}
.language-currency .switcher .switcher-content .dropdown-switcher .list-item li:not(:last-child) {
  margin-bottom: 10px;
}
.language-currency .switcher .switcher-content .dropdown-switcher .list-item li:hover {
  border-color: #222;
  background-color: #fff;
}
.language-currency .switcher .switcher-content .dropdown-switcher .list-item a {
  padding: 13px 0;
  display: block;
  color: #222;
  font-weight: 600;
}
.language-currency .switcher .switcher-content:hover .dropdown-switcher {
  display: block;
}
.language-currency .switcher.switcher-language .switcher-content .action-switcher .heading-switcher {
  padding-left: 28px;
  background-position: left center;
  background-size: 21px auto;
}
.language-currency .switcher.switcher-language .switcher-content .dropdown-switcher .list-item a span {
  display: block;
  padding-left: 40px;
  background-position: left center;
}
.language-currency .switcher.switcher-language .switcher-content .dropdown-switcher {
  right: 0;
  left: auto;
}
.header-middle {
  background-color: #090909;
}
.middle-content::after {
  content: "";
  display: block !important;
  clear: both;
}
.middle-content .header-wishlist {
  float: right;
  margin: 0 1px 0 0;
}
.middle-content .header-wishlist .block-title {
  background-color: #222;
  color: #fff;
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0 15px;
  margin: 0;
  position: relative;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.middle-content .header-wishlist .block-title:before {
  content: '\e93f';
  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;
  font-size: 18px;
}
.middle-content .header-wishlist .block-title .wishlist-title {
  display: none;
}
.middle-content .header-wishlist .block-title .count {
  display: inline-block !important;
  position: absolute;
  right: 8px;
  top: 11px;
  margin: 0;
  font-size: 100%;
  line-height: initial;
  color: #fff;
}
.middle-content .customer-links {
  float: right;
  margin-right: 1px;
  position: relative;
}
.middle-content .customer-links .head-title {
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  background-color: #222;
  color: #fff;
}
.middle-content .customer-links .head-title:before {
  margin-right: 6px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  content: '\e98b';
  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;
  font-size: 20px;
}
.middle-content .customer-links .customer-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 10px 20px;
  min-width: 100%;
  text-align: center;
  z-index: 260;
  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);
}
.middle-content .customer-links .customer-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.middle-content .customer-links .customer-dropdown ul li {
  margin: 0;
}
.middle-content .customer-links .customer-dropdown ul li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.middle-content .customer-links .customer-dropdown ul li a {
  display: block;
  padding: 10px 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.middle-content .customer-links .customer-dropdown ul li a:hover {
  background-color: #f5f5f5;
}
.middle-content .customer-links:hover .customer-dropdown {
  display: block;
}
.middle-content .customer-links .customer-welcome {
  border: none !important;
}
.middle-content .customer-links .customer-welcome .dashboard {
  display: none;
}
.middle-content .customer-links .customer-welcome .customer-menu {
  position: static;
  display: block;
  min-width: unset;
  padding: 0;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
.middle-content .customer-links .customer-welcome .customer-menu .header.links li a {
  padding: 10px;
}
.logo-container {
  float: left;
  width: 370px;
  margin-top: 15px;
}
.right-container {
  width: 370px;
  float: right;
}
.middle-container {
  float: left;
  width: calc(100% - 740px);
}
.logo-content {
  margin: 0;
}
.right-content {
  display: table;
  width: 100%;
}
/**
 * Search core
 */
.block-search {
  width: 100% !important;
  padding: 0 !important;
}
.block-search .form.minisearch {
  display: table;
  width: 100%;
}
.block-search .form.minisearch .field.search {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  background-color: #fff;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
.block-search .form.minisearch .field.search .label {
  display: none !important;
}
.block-search .form.minisearch .field.search .control {
  margin: 0;
  padding: 0;
  border: none;
}
.block-search .form.minisearch .field.search .control .nested {
  display: none !important;
}
.block-search .form.minisearch .field.search .input-text {
  background: none;
  position: static;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  width: 100%;
  height: 40px;
  padding-right: 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.block-search .form.minisearch .field.search .input-text::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.block-search .form.minisearch .field.search .input-text:-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.block-search .form.minisearch .field.search .input-text::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.block-search .form.minisearch .field.search .input-text:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.block-search .form.minisearch .actions {
  display: table-cell;
  vertical-align: top;
}
.block-search .form.minisearch .actions button {
  border: none !important;
  position: static;
  margin: 0;
  padding: 0;
  height: 40px;
  width: 54px;
  text-align: center;
  line-height: 40px;
  opacity: 1 !important;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}
.block-search .form.minisearch .actions button:after {
  content: '\e954';
  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;
  font-size: 18px;
}
.block-search .form.minisearch .actions button:before,
.block-search .form.minisearch .actions button span {
  display: none;
}
/**
 * SearchBox Pro
 */
.block-search .block-title {
  display: none !important;
}
.block-search.search-pro .form.minisearch .field.search .control {
  position: relative;
}
.block-search.search-pro .form.minisearch .field.search .searchbox-cat {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  background-color: transparent;
  border: none;
  width: 160px;
  padding-left: 12px;
  color: #222;
}
.block-search.search-pro .form.minisearch .field.search .input-text {
  margin-left: 170px;
  border-left: 1px solid #ddd;
  width: calc(100% - 170px);
}
.search-container {
  position: relative;
  float: right;
}
.search-container .btn-search-header {
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  color: #fff;
}
.search-container .btn-search-header:before {
  content: '\e954';
  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;
  font-size: 18px;
}
.search-container .btn-search-header span {
  display: none;
}
.search-container .block-search {
  display: block;
  width: 450px !important;
  position: absolute;
  top: 15px;
  right: 12px;
  float: none;
  opacity: 0;
  visibility: hidden;
  z-index: 210;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.search-container:hover .block-search {
  opacity: 1;
  visibility: visible;
}
.search-active .search-container .block-search {
  opacity: 1;
  visibility: visible;
}
/**
 * Header cart
 */
.header-container .minicart-header {
  float: right;
}
.header-container .minicart-wrapper {
  margin: 0;
  padding: 0;
  float: none;
}
.header-container .minicart-wrapper .action.showcart {
  position: relative;
  height: 70px;
  line-height: 70px;
  padding: 0 15px 0 44px;
  text-transform: uppercase;
}
.header-container .minicart-wrapper .action.showcart:before {
  display: none;
}
.header-container .minicart-wrapper .action.showcart:after {
  content: '\e958';
  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;
  font-size: 18px;
  position: absolute;
  left: 18px;
  top: 0;
  color: #fff;
  line-height: 70px;
}
.header-container .minicart-wrapper .action.showcart .price-minicart {
  display: none !important;
}
.header-container .minicart-wrapper .action.showcart .text {
  position: static;
  width: auto;
  margin: 0;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  vertical-align: middle;
}
.header-container .minicart-wrapper .action.showcart .counter {
  background: none;
  display: inline-block !important;
  vertical-align: middle;
  height: 70px;
  line-height: 70px;
  padding: 0;
  margin: 0;
  position: static;
  font-size: 100%;
  color: inherit;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
.header-container .minicart-wrapper .action.showcart .counter:before {
  content: "-";
  margin: 0 2px 0 2px;
}
.header-container .minicart-wrapper .mage-dropdown-dialog {
  display: none !important;
}
.header-container .minicart-wrapper:hover .mage-dropdown-dialog {
  display: block !important;
}
.header-bottom {
  background-color: #fff;
}
/**
 * Dropdown megamenu
 */
.sm_megamenu_menu > li > div {
  border: none !important;
  background-color: #fff;
  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);
}
/**
 * Horizontal menu
 */
.horizontal-megamenu-block .sm_megamenu_menu {
  text-align: center;
  font-size: 0;
}
.horizontal-megamenu-block .sm_megamenu_menu > li {
  display: inline-block;
  float: none;
  margin: 0 1px 0 0;
  font-size: 14px;
  vertical-align: top;
}
.horizontal-megamenu-block .sm_megamenu_menu > li > div {
  text-align: left;
}
.horizontal-megamenu-block .sm_megamenu_menu > li > a {
  display: block;
  background-color: transparent;
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  font-size: 100%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.horizontal-megamenu-block .sm_megamenu_menu > li > a .icon_items {
  position: absolute;
  top: 5px;
  right: 30px;
  line-height: 0;
}
.horizontal-megamenu-block .sm_megamenu_menu > li.parent-item > a .sm_megamenu_title:after {
  margin-left: 3px;
  content: '\e92e';
  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;
  font-size: 14px;
}
.horizontal-megamenu-block .sm_megamenu_menu > li.parent-item > a .icon_items {
  right: 47px;
}
.ontop-element.menu-on-top .icon_items {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.horizontal-block {
  position: relative;
}
.horizontal-block .special-item {
  position: absolute;
  top: 0;
  right: 0;
}
.horizontal-block .special-item a {
  display: block;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
}
/**
 * Css menu
 */
.horizontal-menu-block .navigation {
  background: none;
  z-index: 200;
  text-align: center;
}
.horizontal-menu-block .navigation .ui-icon {
  display: none !important;
}
.horizontal-menu-block .navigation > ul > li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 1px 0 0;
}
.horizontal-menu-block .navigation > ul > li > a {
  border: none !important;
  height: 70px;
  line-height: 70px !important;
  padding: 0 30px !important;
  display: block !important;
  color: #fff !important;
  text-transform: uppercase;
}
.horizontal-menu-block .navigation > ul > li.parent > a:after {
  margin-left: 3px;
  content: '\e92e';
  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;
  font-size: 14px;
}
.horizontal-menu-block .navigation > ul li .submenu {
  border: none !important;
}
.horizontal-menu-block .navigation > ul li .submenu li {
  background-color: transparent !important;
}
.horizontal-menu-block .navigation > ul li .submenu li a {
  background: transparent;
  font-weight: normal;
  padding: 10px 20px;
}
.horizontal-menu-block .navigation > ul li .submenu li:hover > a {
  background-color: #f5f5f5;
}
.horizontal-menu-block .navigation > ul li .submenu li.parent > a:after {
  float: right;
  position: relative;
  content: '\e930';
  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;
  font-size: 14px;
}
/**
 * Style with footer 2
 */
.header-4-style.footer-2-style .footer-style-2 {
  background-color: #050505;
}
.header-4-style.footer-2-style .footer-top {
  background-color: #111;
  border-bottom: 1px solid #2a2a2a;
}
.header-4-style.footer-2-style .footer-bottom,
.header-4-style.footer-2-style .seo-structure {
  border-top: 1px solid #1e1e1e;
}
/**
 * Responsive header 1
 */
@media (min-width: 1200px) and (max-width: 1440px) {
  .horizontal-menu-block .navigation > ul > li > a,
  .horizontal-megamenu-block .sm_megamenu_menu > li > a {
    padding: 0 15px !important;
  }
  .middle-content .customer-links .head-title {
    padding: 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .middle-content {
    padding-bottom: 70px;
    position: relative;
  }
  .middle-container {
    background-color: #000;
    width: unset;
    position: absolute;
    left: -15px;
    right: -15px;
    bottom: 0;
    z-index: 250;
  }
}
