/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
/**
 * Header 3 style
 */
.header-style-3 {
  background-color: #fff;
}
.header-top {
  height: 80px;
}
.logo-container {
  float: left;
  width: 240px;
  margin-top: 18px;
}
.right-header-top {
  width: calc(100% - 240px);
  display: table;
}
/**
 * Search header
 */
.search-header {
  display: table-cell;
  width: 100%;
  padding-top: 20px;
  vertical-align: top;
}
.search-header .block-search {
  float: none;
  width: unset;
  margin: 0;
  padding: 0;
  position: relative;
}
.search-header .block-search .control {
  padding: 0;
}
.search-header .block-search .nested {
  display: none;
}
.search-header .block-search .action.search {
  width: 60px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: -1px;
  padding: 0;
  opacity: 1 !important;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}
.search-header .block-search .action.search:before,
.search-header .block-search .action.search span {
  display: none;
}
.search-header .block-search .action.search: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;
}
.search-header .input-text {
  background-color: #fff;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding-right: 70px;
  padding-left: 15px;
}
.search-header .input-text::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.search-header .input-text:-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.search-header .input-text::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.search-header .input-text:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.search-header .search-pro .input-text {
  padding-left: 190px;
}
.search-header .search-pro .searchbox-cat {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  border: none;
  width: 167px;
  padding-left: 10px;
  background-color: transparent;
}
.search-header .search-pro .control {
  position: relative;
}
.search-header .search-pro .control:before {
  content: "";
  display: block;
  background-color: #f9f9f9;
  width: 174px;
  height: 38px;
  position: absolute;
  top: 1px;
  left: 1px;
  pointer-events: none;
  border-right: 1px solid #e5e5e5;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
/**
 * Header customer block
 */
.customer-container {
  display: table-cell;
  vertical-align: top;
  padding-left: 40px;
}
.customer-container .customer-header {
  background-color: transparent;
  text-align: center;
  height: 80px;
  position: relative;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.customer-container .customer-header.header-account,
.customer-container .customer-header:hover {
  background-color: #f9f9f9;
}
.customer-container .customer-header .dropdown-customer {
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
  min-width: 100%;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px 20px;
  display: none;
  z-index: 510;
  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);
}
.customer-container .customer-header:hover .dropdown-customer {
  display: block;
}
.customer-container .customer-header .header.links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.customer-container .customer-header .header.links li {
  margin: 0;
}
.customer-container .customer-header .header.links li a {
  display: block;
  padding: 5px 0;
}
.customer-container .customer-header .header.links .customer-welcome .customer-menu {
  background: none;
  display: block;
  position: static;
  padding: 0;
  margin: 0;
  min-width: 100%;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
.customer-container .customer-header .header.links .customer-welcome .dashboard {
  display: none;
}
.customer-container .title-customer {
  display: block;
  padding: 20px 17px 0;
}
.customer-container .customer-icon {
  font-size: 20px;
  margin-bottom: 6px;
  color: #222;
  display: block;
}
.customer-container .text-customer {
  text-transform: uppercase;
  font-size: 85.714%;
  color: #222;
  display: block;
  white-space: nowrap;
}
.header-wishlist {
  text-align: center;
  height: 80px;
}
.header-wishlist .block-title {
  display: block;
  padding: 20px 17px 0;
  height: 80px;
  margin: 0;
  position: relative;
}
.header-wishlist .block-title:hover {
  background-color: #f9f9f9;
}
.header-wishlist .block-title:before {
  display: block;
  margin-bottom: 6px;
  color: #222;
  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: 20px;
  line-height: 1;
}
.header-wishlist .block-title .wishlist-title {
  text-transform: uppercase;
  font-size: 85.714%;
  color: #222;
  display: block;
  white-space: nowrap;
}
.header-wishlist .block-title .count {
  min-width: 21px;
  padding: 0 3px;
  line-height: 21px;
  height: 21px;
  font-size: 85.714%;
  position: absolute;
  left: 50%;
  margin-left: 2px;
  top: 9px;
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
}
/**
 * Minicart header
 */
.cart-header-container .minicart-wrapper {
  margin: 0;
}
.cart-header-container .minicart-wrapper .mage-dropdown-dialog {
  border-top: 1px solid #e5e5e5;
  display: none !important;
  z-index: 510;
}
.cart-header-container .minicart-wrapper:hover .action.showcart {
  background-color: #f9f9f9;
}
.cart-header-container .minicart-wrapper:hover .mage-dropdown-dialog {
  display: block !important;
}
.cart-header-container .minicart-wrapper .action.showcart {
  height: 80px;
  padding: 20px 17px 0;
  color: #222;
  text-align: center;
}
.cart-header-container .minicart-wrapper .action.showcart:before {
  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: 20px;
  line-height: 1;
  margin-bottom: 6px;
  color: #222;
  margin-left: -7px;
}
.cart-header-container .minicart-wrapper .action.showcart .counter.qty {
  display: inline-block !important;
  min-width: 21px;
  height: 21px;
  padding: 0 3px;
  font-size: 85.714%;
  position: absolute;
  line-height: 21px;
  left: 50%;
  margin-left: 2px;
  top: 9px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
.cart-header-container .minicart-wrapper .action.showcart .text {
  display: block;
  text-transform: uppercase;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 85.714%;
  white-space: nowrap;
}
.cart-header-container .price-minicart {
  display: none;
}
.block-table {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: top;
  padding-left: 1px;
}
.header-bottom {
  border-top: 1px solid #e5e5e5;
  position: relative;
  z-index: 500;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.04);
}
/**
 * Vertical menu
 */
.vertical-block {
  width: 240px;
  float: left;
}
.vertical-menu-block .vertical-menu-content {
  border: none;
  margin-top: 12px;
  min-width: 240px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.vertical-menu-block .vertical-menu-content:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vertical-menu-block .block-title-menu {
  text-transform: uppercase;
  height: 43px;
  line-height: 43px;
  color: #222;
  padding: 0 0 0 39px;
  background: none;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.vertical-menu-block .block-title-menu:after {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 7px;
  content: '\e946';
  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;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
  padding: 10px 0;
}
.vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li {
  border: none;
}
.vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div {
  border: none;
  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);
}
.vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a.sm_megamenu_head {
  padding: 9.5px 20px;
  color: #222;
  margin-left: -1px;
  margin-right: -1px;
  background-color: transparent;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a.sm_megamenu_head:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 5px;
  height: 5px;
  background: url("../images/icon-images.png") no-repeat -109px -6px;
}
.vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-item:after {
  content: "";
  width: 5px;
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  display: none;
}
.vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-item:hover:after {
  display: block;
}
.vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-item > a:after {
  float: right;
  margin-right: -4px;
  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;
}
.vertical-menu-block .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a.sm_megamenu_head:before {
  background-position: -109px -11px;
}
.vertical-menu-block .more-w .more-view {
  padding: 14px 20px;
  color: #222;
  border-top: 1px solid #e5e5e5;
}
.vertical-menu-block .more-w .more-view:after {
  float: right;
  content: '\e950';
  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;
}
.vertical-menu-block .more-w .more-view.open:after {
  content: '\e978';
  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;
}
.vertical-menu-block .more-w .more-view:hover {
  background-color: #f7f7f7;
}
.vertical-menu-block:hover .block-title-menu:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  height: 15px;
}
/**
 * Horizontal menu
 */
.horizontal-block {
  float: left;
  width: calc(100% - 240px);
}
.desktop-menu {
  margin-top: -1px;
  position: relative;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu:after {
  content: "";
  display: block;
  clear: both;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  float: left;
  margin: 0 1px 0 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
  background-color: transparent;
  padding: 0 20px;
  text-transform: uppercase;
  height: 43px;
  line-height: 43px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent-item > a .sm_megamenu_title:after {
  margin-left: 3px;
  vertical-align: top;
  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;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent-item:hover:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  bottom: -15px;
  z-index: 200;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent-item:hover > a {
  z-index: 9999999999;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent-item:hover > a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -18px;
  background: #fff;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div {
  border: none !important;
  margin-top: 12px !important;
  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);
}
/**
 * Vertical css menu
 */
.vertical-menu-block .navigation {
  background: none;
  font-weight: normal;
}
.vertical-menu-block .navigation > ul {
  padding: 10px 0 !important;
}
.vertical-menu-block .navigation ul {
  padding: 0;
}
.vertical-menu-block .navigation ul .ui-menu-icon {
  display: none !important;
}
.vertical-menu-block .navigation ul .parent > a:after {
  float: right;
  margin-right: -4px;
  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;
}
.vertical-menu-block .navigation li.level0 {
  margin: 0;
  display: block;
}
.vertical-menu-block .navigation li.level0 > a {
  display: block !important;
  color: #222;
  padding: 9.5px 20px;
  background-color: transparent;
  margin-left: -1px;
  margin-right: -1px;
  line-height: unset;
}
.vertical-menu-block .navigation li.level0 ul {
  background: #fff;
  border: none;
  font-weight: normal;
  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);
}
.vertical-menu-block .navigation li.level0 ul li a {
  padding: 9.5px 20px;
}
.vertical-menu-block .navigation li.level0 > ul {
  left: 100% !important;
  top: 0 !important;
  right: auto !important;
}
/**
 * Language currency
 */
.language-currency {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 200;
}
.language-currency .switcher {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
}
.language-currency .switcher .switcher-content {
  position: relative;
  background-color: #f5f5f5;
  padding: 0 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.language-currency .switcher .switcher-label {
  display: none;
}
.language-currency .switcher .switcher-content .action-switcher {
  height: 24px;
  line-height: 24px;
  color: #222;
  text-transform: uppercase;
}
.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;
  right: 0;
  left: auto;
  top: 100%;
  background: #fff;
  padding: 10px;
  margin-top: 21px;
  border: none;
  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:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  background: #fff;
  position: absolute;
  top: -6px;
  right: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.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-content:hover:before {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  bottom: -26px;
  right: 0;
  left: 0;
}
.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;
}
/**
 * Responsive header 3
 */
@media (min-width: 992px) and (max-width: 1199px) {
  .search-header .search-pro .searchbox-cat,
  .search-header .search-pro .control:before,
  .customer-container .header-localtion {
    display: none;
  }
  .search-header .search-pro .input-text {
    padding-left: 15px;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
    padding: 0 12px;
  }
}
