.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 {
  border-bottom: 1px solid #e5e5e5;
}
.header-cms {
  background-color: #000;
  padding: 15px 0;
}
.header-cms .services-header {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-cms .services-header li {
  width: 33.333333333%;
  margin: 0;
  text-align: center;
  color: #999;
}
.header-cms .services-header li p {
  margin: 0;
}
.header-cms .services-header li:not(:last-child) {
  border-right: 1px solid #333333;
}
.header-cms .services-header .sv-container {
  text-align: left;
  display: inline-block;
}
.header-cms .services-header .sv-container:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../images/icon-image.png);
  background-repeat: no-repeat;
}
.header-cms .services-header .sv-title {
  color: #fff;
  font-weight: 700;
  font-size: 107.69%;
  text-transform: uppercase;
}
.header-cms .services-header .sv-return .sv-container {
  position: relative;
  padding-left: 47px;
}
.header-cms .services-header .sv-return .sv-container:before {
  width: 33px;
  height: 33px;
  background-position: -130px -315px;
  top: 4px;
  left: 0;
}
.header-cms .services-header .free-shipping .sv-container {
  position: relative;
  padding-left: 64px;
}
.header-cms .services-header .free-shipping .sv-container:before {
  width: 49px;
  height: 29px;
  background-position: -183px -317px;
  top: 7px;
  left: 0;
}
.header-cms .services-header .safe-shopping .sv-container {
  position: relative;
  padding-left: 45px;
}
.header-cms .services-header .safe-shopping .sv-container:before {
  width: 30px;
  height: 30px;
  background-position: -260px -317px;
  top: 6px;
  left: 0;
}
.header-top::after {
  content: "";
  display: block !important;
  clear: both;
}
.header-top .header-top-l {
  float: left;
}
.header-top .header-top-r {
  float: right;
}
/**
 * Language - currency
 */
.header-container .language-currency {
  float: left;
}
.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: left;
  margin-right: 20px;
}
.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 .action-switcher:before {
  content: "";
  display: none;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
.header-container .language-currency .heading-switcher {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #444;
}
.header-container .language-currency .heading-switcher span:after {
  margin-left: 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;
  left: -1px;
  top: 100%;
  margin-top: 1px;
  background: #fff;
  padding: 10px 10px 0;
  white-space: nowrap;
  min-width: 150px;
  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);
}
.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: left center;
  padding-left: 25px;
}
.header-top-r {
  display: flex;
  flex-wrap: wrap;
}
.header-top-r .location {
  position: relative;
  padding-left: 21px;
}
.header-top-r .location:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: '\e945';
  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: 16px;
}
.header-top-r .location a {
  display: block;
  height: 36px;
  line-height: 36px;
}
.header-top-r .customer-links {
  margin-left: 25px;
  padding-left: 22px;
  position: relative;
}
.header-top-r .customer-links:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '\e95e';
  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: 16px;
}
.header-top-r .customer-links > .header.links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.header-top-r .customer-links > .header.links > li {
  display: flex;
  margin: 0;
}
.header-top-r .customer-links > .header.links > li:not(:last-child):after {
  content: "/";
  margin: 0 5px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  position: relative;
  top: -1px;
}
.header-top-r .customer-links > .header.links > li > a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
}
.header-top-r .customer-welcome:after {
  display: none;
}
.header-top-r .customer-welcome .greet.welcome {
  height: 36px;
  line-height: 36px;
  color: #444;
  position: relative;
  font-weight: 700;
}
.header-top-r .customer-welcome .greet.welcome:after {
  position: relative;
  top: 1px;
}
.header-top-r .customer-welcome .greet.welcome:before {
  content: "";
  display: none;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
.header-top-r .customer-welcome:hover .greet.welcome:before {
  display: block;
}
.header-top-r .header.links .customer-welcome .customer-menu {
  right: 0;
  left: auto;
  margin-top: 1px;
}
/**
 * Cart header
 */
.header-container .minicart-header .minicart-wrapper .action.showcart {
  width: 45px;
  height: 36px;
  text-align: center;
  background-color: #000;
}
.header-container .minicart-header .minicart-wrapper .action.showcart:after {
  color: #fff;
  content: '\e957';
  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: 19px;
  line-height: 34px;
}
.header-container .minicart-header .minicart-wrapper .action.showcart .price-minicart,
.header-container .minicart-header .minicart-wrapper .action.showcart .counter-label,
.header-container .minicart-header .minicart-wrapper .action.showcart .text,
.header-container .minicart-header .minicart-wrapper .action.showcart .text-min-cart,
.header-container .minicart-header .minicart-wrapper .action.showcart:before {
  display: none !important;
}
.header-container .minicart-header .minicart-wrapper .action.showcart .counter.qty {
  display: initial !important;
  margin: 0;
  padding: 0;
  background: none;
}
.header-container .minicart-header .minicart-wrapper .action.showcart .counter.qty .counter-number {
  display: inline-block !important;
  padding: 0 3px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #29beff;
  color: #fff;
  position: absolute;
  top: -12px;
  right: -12px;
  text-align: center;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
.header-container .minicart-header .minicart-wrapper {
  float: none !important;
  margin-left: 25px;
}
.header-container .minicart-header .minicart-wrapper .mage-dropdown-dialog {
  display: none !important;
}
.header-container .minicart-header .minicart-wrapper:hover .mage-dropdown-dialog {
  display: block !important;
}
.header-container .search-container {
  float: left;
}
.header-container .search-container .block-search {
  width: 210px;
  padding: 0;
}
.header-container .search-container .block-search .nested {
  display: none;
}
.header-container .search-container .control {
  padding: 0;
}
.header-container .search-container .block.block-content {
  position: relative;
}
.header-container .search-container .input-text {
  border: none;
  border-bottom: 1px solid #ddd;
  padding-left: 30px;
  padding-right: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.header-container .search-container .actions .action.search {
  left: 0;
  right: auto;
  opacity: 1;
}
.header-container .search-container .actions .action.search: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: 20px;
}
.header-container .search-container .actions .action.search span {
  display: none;
}
.header-container .search-container .block-search.search-pro {
  width: auto;
}
.header-container .search-container .block-search.search-pro .control {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-left: 25px;
}
.header-container .search-container .block-search.search-pro .searchbox-cat {
  border: none;
  width: 130px;
}
.header-container .search-container .block-search.search-pro .input-text {
  border: none;
  padding-left: 10px;
}
.header-middle {
  padding: 20px 0;
}
.header-middle .logo-container {
  text-align: center;
}
.header-bottom {
  background-color: #fff;
}
/**
 * Horizontal menu
 */
.desktop-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu {
  text-align: center;
}
.desktop-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu > li {
  float: none;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 20px;
}
.desktop-menu .sm_megamenu_wrapper_horizontal_menu ul.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);
}
.desktop-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu > li.parent-item > a .sm_megamenu_title:after {
  margin-left: 3px;
  content: '\f0d7';
  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: 13px;
}
.desktop-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu > li > a {
  text-transform: uppercase;
  position: relative;
  font-size: 107.69%;
  font-weight: 700;
  display: block;
  height: 40px;
  line-height: 40px;
}
.desktop-menu .sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu > li > a .icon_items {
  position: absolute;
  top: -10px;
  right: 0;
  line-height: 1;
}
/**
 * Css menu
 */
.desktop-menu .navigation {
  background: none;
  font-weight: unset;
}
.desktop-menu .navigation .ui-icon {
  display: none !important;
}
.desktop-menu .navigation > ul {
  padding: 0;
  text-align: center;
}
.desktop-menu .navigation > ul > li {
  margin-right: 1px;
}
.desktop-menu .navigation > ul > li.parent > a:after {
  vertical-align: top;
  margin-left: 3px;
  position: relative;
  top: 0;
  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;
}
.desktop-menu .navigation > ul > li > a {
  font-weight: 700;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 20px !important;
  border: none !important;
  text-transform: uppercase;
  font-size: 107.69%;
}
.desktop-menu .navigation > ul > li > a:before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.desktop-menu .navigation .level0 .submenu {
  text-align: left;
  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: right;
  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;
}
/**
 * Awesome
 */
