.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header-container {
  background-color: #111;
}
.header-top {
  padding: 15px 0 55px;
}
.header-top .top-l {
  display: flex;
  float: right;
}
.header-top .social-block-list ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top .social-block-list li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-bottom: 0;
}
.header-top .social-block-list li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.header-top .call-free-header {
  height: 40px;
  line-height: 40px;
  padding-right: 70px;
  font-size: 110%;
  color: #fff;
}
.header-top .call-free-header a {
  font-weight: 700;
  font-size: 133.3333%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}
.header-top .top-r {
  float: left;
  display: flex;
}
/**
 * Language - currency
 */
.header-container .language-currency::after {
  content: "";
  display: block !important;
  clear: both;
}
.header-container .language-currency .switcher-label {
  display: none;
}
.header-container .language-currency .switcher {
  float: right;
  margin-left: 30px;
}
.header-container .language-currency .switcher-content {
  position: relative;
}
.header-container .language-currency .switcher-content:hover .action-switcher:before {
  display: block;
}
.header-container .language-currency .switcher-content:hover .dropdown-switcher {
  display: block;
}
.header-container .language-currency .action-switcher {
  position: relative;
}
.header-container .language-currency .heading-switcher {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 110%;
}
.header-container .language-currency .heading-switcher span:after {
  margin-right: 3px;
  vertical-align: top;
  position: relative;
  top: 1px;
  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;
}
.header-container .language-currency .heading-switcher:hover {
  cursor: pointer;
}
.header-container .language-currency .dropdown-switcher {
  display: none;
  position: absolute;
  right: -18px;
  top: 100%;
  margin-top: 1px;
  background: #fff;
  padding: 10px 10px 0;
  white-space: nowrap;
  min-width: 170px;
  z-index: 310;
  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);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.header-container .language-currency .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-container .language-currency .list-item li {
  padding: 0 10px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: #f5f5f5;
}
.header-container .language-currency .list-item li:hover {
  border-color: #222;
  background-color: #fff;
}
.header-container .language-currency .list-item a {
  padding: 8px 0;
  display: block;
  color: #222;
  font-weight: 600;
}
.header-container .language-currency .switcher-language .list-item li a span,
.header-container .language-currency .switcher-language .heading-switcher {
  background-size: 20px auto;
  background-position: right center;
  padding-right: 25px;
}
.header-block {
  position: relative;
}
.header-block > a {
  font-size: 110%;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 45px 0 24px;
  position: relative;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.header-block > a:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 11px;
  background: url(../images/icon-image.png) no-repeat -29px -588px;
}
.header-block .header-dropdown {
  display: none;
  position: absolute;
  background: #fff;
  padding: 20px;
  z-index: 210;
  top: 100%;
  right: 0;
  min-width: 200px;
  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);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.header-block:hover .header-dropdown {
  display: block;
}
.account-block .header.links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.account-block .header.links .customer-welcome .greet.welcome {
  margin-bottom: 5px;
}
.account-block .header.links .customer-welcome .greet.welcome:after {
  display: none;
}
.account-block .header.links .customer-welcome .customer-menu {
  display: block;
  position: static;
  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;
}
.account-block .customer-links > .header.links > li:last-child {
  margin-bottom: 0;
}
.account-block .customer-links > .header.links > li > a {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #f5f5f5;
  text-transform: uppercase;
}
.minicart-header .minicart-wrapper {
  margin-right: 10px;
  margin-left: 0;
}
.minicart-header .minicart-wrapper .block-minicart {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.minicart-header .minicart-wrapper .showcart {
  display: flex;
  background-color: rgba(255, 255, 255, 0.05);
  height: 40px;
  line-height: 40px;
  padding: 0 50px 0 8px;
  font-size: 110%;
  color: #fff;
  position: relative;
  white-space: nowrap;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.minicart-header .minicart-wrapper .showcart:after {
  content: '';
  display: block;
  width: 21px;
  height: 17px;
  position: absolute;
  background: url(../images/icon-image.png) -70px -589px no-repeat;
  top: 12px;
  right: 15px;
}
.minicart-header .minicart-wrapper .showcart:before {
  display: none !important;
}
.minicart-header .minicart-wrapper .price-minicart,
.minicart-header .minicart-wrapper .text {
  display: none;
}
.minicart-header .minicart-wrapper .text-min-cart {
  display: unset;
}
.minicart-header .minicart-wrapper .action.showcart .counter.qty {
  display: unset;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 0;
  padding: 0 2px;
  width: unset;
  background-color: #ffd200;
  color: #222;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
.minicart-header .minicart-wrapper .mage-dropdown-dialog {
  display: none !important;
  left: 0;
  right: auto;
}
.minicart-header .minicart-wrapper:hover .mage-dropdown-dialog {
  display: block !important;
}
.hd-bottom-content {
  position: relative;
}
.hd-bottom-content .b-content {
  background-color: #fff;
  height: 80px;
  position: absolute;
  right: 0;
  left: 0;
  top: -40px;
  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);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.logo-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  width: 275px;
  z-index: 200;
}
.desktop-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
  padding-right: 275px;
}
.desktop-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  float: right;
  margin-left: 1px;
}
.desktop-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div {
  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);
}
.desktop-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > a,
.desktop-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a {
  background: linear-gradient(0deg, #ffffff 100%, #eeeeee 100%);
}
.desktop-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_head {
  background-color: #fff;
  height: 80px;
  line-height: 80px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 20px;
  font-size: 107.69%;
  color: #222;
}
.desktop-menu .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a.sm_megamenu_head .icon_items {
  position: absolute;
  top: -8px;
  line-height: 1;
  left: 0;
}
.desktop-menu .navigation {
  background: none;
  font-weight: unset;
  padding-right: 275px;
  padding-left: 0;
}
.desktop-menu .navigation .ui-icon {
  display: none !important;
}
.desktop-menu .navigation > ul {
  padding-right: 0;
}
.desktop-menu .navigation > ul > li {
  margin-left: 1px;
  margin-right: 0;
}
.desktop-menu .navigation > ul > li.parent > a:after {
  display: none;
}
.desktop-menu .navigation > ul > li > a {
  font-weight: 700;
  height: 80px !important;
  line-height: 80px !important;
  padding: 0 20px !important;
  border: none !important;
  text-transform: uppercase;
  font-size: 107.69%;
  color: #222 !important;
}
.desktop-menu .navigation > ul > li > a:before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.desktop-menu .navigation > ul > li.has-active > a,
.desktop-menu .navigation > ul > li.active > a,
.desktop-menu .navigation > ul > li:hover > a {
  z-index: 10;
  background: linear-gradient(0deg, #ffffff 100%, #eeeeee 100%);
}
.desktop-menu .navigation .level0 .submenu {
  text-align: right;
  border: none !important;
  font-weight: 400;
  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);
}
.desktop-menu .navigation .level0 .submenu a {
  padding: 10px 20px;
  border: none !important;
}
.desktop-menu .navigation .level0 .submenu .parent > a:after {
  float: left;
  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;
}
.desktop-menu .navigation .level0 .submenu li:hover,
.desktop-menu .navigation .level0 .submenu li:hover > a {
  background-color: #f3f4f8;
}
.search-container {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
}
.search-container:before {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #eee;
  color: #222;
  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: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/**
 * Search core
 */
.header-container .search-container .block-search {
  float: none;
  width: unset;
  margin: 0;
  padding: 0;
  z-index: unset;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.header-container .search-container .block-search .label,
.header-container .search-container .block-search .nested {
  display: none !important;
}
.header-container .search-container .block-search .block-content {
  background-color: #eee;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.header-container .search-container .block-search .form.minisearch {
  display: table;
  width: 100%;
}
.header-container .search-container .block-search .field.search {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.header-container .search-container .block-search .field.search .control {
  margin: 0;
  padding: 0;
}
.header-container .search-container .block-search .field.search .input-text {
  background: none;
  position: static;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 15px;
  width: 270px;
  height: 60px;
  padding-left: 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.header-container .search-container .block-search .actions {
  display: table-cell;
  vertical-align: top;
}
.header-container .search-container .block-search .actions .action.search {
  position: static;
  background-color: #4a5678;
  color: #fff;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  opacity: 1 !important;
  padding: 0;
  font-weight: 600;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.header-container .search-container .block-search .actions .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: 20px;
}
.header-container .search-container .block-search .actions .action.search:before,
.header-container .search-container .block-search .actions .action.search span {
  display: none;
}
.search-active .header-container .search-container .block-search,
.header-container .search-container:hover .block-search {
  opacity: 1;
  visibility: visible;
}
/**
 * Searchbox pro
 */
.header-container .block-search.search-pro .control {
  display: flex;
}
.header-container .block-search.search-pro .searchbox-cat {
  background-color: transparent;
  padding-right: 15px;
  height: 60px;
  border-width: 0 0 0 1px;
  width: 150px;
  color: #444;
  position: relative;
  border-color: #ddd;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.page-main {
  padding-top: 70px;
}
.breadcrumbs {
  padding-top: 60px;
}
.breadcrumbs + .page-main {
  padding-top: 30px;
}
/**
 * Awesome....
 */
