<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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);
  }
}
/**
 * Language - currency
 */
.header-container .language-currency {
  margin-right: 30px;
}
.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;
}
.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 {
  padding: 0 11px;
  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: 34px;
  line-height: 34px;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
}
.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: 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);
}
.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;
}
.promotion-header {
  background: #111111;
  text-align: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  height: 45px;
  line-height: 45px;
}
.promotion-header a {
  text-decoration: underline;
  color: #fff;
}
.header-top .logo {
  float: none;
  margin: 0;
  max-width: 100%;
  text-align: center;
}
.header-bottom {
  margin-bottom: 10px;
}
.sm_megamenu_wrapper_horizontal_menu .horizontal-type {
  display: flex;
  justify-content: center;
}
.sm_megamenu_wrapper_horizontal_menu .horizontal-type &gt; li {
  margin: 0 20px;
}
.sm_megamenu_wrapper_horizontal_menu .horizontal-type &gt; li &gt; a {
  font-size: 1.4rem;
  text-transform: uppercase;
  display: block;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
}
.sm_megamenu_wrapper_horizontal_menu .horizontal-type &gt; li &gt; a .icon_items {
  position: absolute;
  top: auto;
  right: 0;
  line-height: 1;
}
.sm_megamenu_wrapper_horizontal_menu .horizontal-type &gt; li &gt; div {
  border: none !important;
  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);
}
.hd-top-content {
  position: relative;
  padding: 25px 0;
}
.hd-top-content .r-header {
  display: flex;
  justify-content: end;
  align-items: center;
}
.customer-header {
  display: flex;
  align-items: center;
}
.customer-header .block-wishlist,
.customer-header .header-block {
  margin: 0;
  padding: 0 15px;
}
.customer-header .block-wishlist .wishlist-title,
.customer-header .header-block .wishlist-title {
  display: none;
}
.customer-header .header-block {
  position: relative;
}
.customer-header .header-block .header-dropdown {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  z-index: 200;
  top: 100%;
  left: 0;
  min-width: 150px;
  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-header .header-block .header-dropdown.header-dropdown-support {
  width: 370px;
  right: 0;
  left: auto;
  padding: 30px;
}
.customer-header .header-block .header-dropdown.header-dropdown-support p {
  margin: 0px;
}
.customer-header .header-block .header-dropdown.header-dropdown-support h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #111;
}
.customer-header .header-block .header-dropdown.header-dropdown-support a {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #111111;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 15px;
}
.customer-header .header-block .header-dropdown.header-dropdown-support a:hover {
  background: #111111;
  color: #fff;
}
.customer-header .header-block:hover .header-dropdown {
  display: block;
}
.customer-header .block-wishlist &gt; a,
.customer-header .header-block &gt; a {
  display: block;
  color: #888;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  white-space: nowrap;
  padding-bottom: 6px;
}
.customer-header .block-wishlist &gt; a:before,
.customer-header .header-block &gt; a:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-image.png);
  background-repeat: no-repeat;
  margin: 0 auto;
}
.customer-header .support-block {
  margin-left: 45px;
  padding-right: 0;
}
.customer-header .support-block &gt; a:before {
  background-position: -335px -722px;
}
.customer-header .account-block .header.links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.customer-header .account-block .header.links .customer-welcome .greet.welcome {
  margin-bottom: 5px;
}
.customer-header .account-block .header.links .customer-welcome .greet.welcome:after {
  display: none;
}
.customer-header .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;
}
.customer-header .account-block .customer-links &gt; .header.links &gt; li:last-child {
  margin-bottom: 0;
}
.customer-header .account-block .customer-links &gt; .header.links &gt; li &gt; a {
  display: block;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  background: #f5f5f5;
}
.customer-header .account-block &gt; a:before {
  background-position: -210px -722px;
}
.customer-header .block-wishlist &gt; a:before {
  background-position: -245px -722px;
}
.customer-header .block-wishlist .count {
  background-color: #ff5e7d;
  color: #fff;
  display: inline-block;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  padding: 0 3px;
  position: absolute;
  top: 7px;
  left: -19px;
  margin-right: 13px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 11px;
  font-weight: bold;
}
.customer-header .block-wishlist .counter + .count {
  display: none;
}
.minicart-header .minicart-wrapper {
  margin: 0 20px 0 0;
  padding: 0;
  float: none;
  padding-left: 20px;
}
.minicart-header .minicart-wrapper .mage-dropdown-dialog {
  display: none !important;
  right: 0;
  left: auto;
}
.minicart-header .minicart-wrapper .mage-dropdown-dialog .block-minicart {
  margin: 6px 0 0;
}
.minicart-header .minicart-wrapper:hover .mage-dropdown-dialog {
  display: block !important;
  left: 0;
  right: auto;
}
.minicart-header .minicart-wrapper .action.showcart {
  display: block;
  text-align: center;
  color: #888;
  text-transform: uppercase;
  position: relative;
}
.minicart-header .minicart-wrapper .action.showcart:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon-image.png) no-repeat -287px -722px;
  margin: 0 auto ;
}
.minicart-header .minicart-wrapper .action.showcart .text {
  display: none;
}
.minicart-header .minicart-wrapper .action.showcart .text-min-cart {
  display: none;
}
.minicart-header .minicart-wrapper .action.showcart .counter.qty {
  background-color: #ff5e7d;
  color: #fff;
  display: inline-block;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  padding: 0 3px;
  position: absolute;
  top: 7px;
  left: -19px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
}
.minicart-header .minicart-wrapper .action.showcart .counter.qty .price-minicart,
.minicart-header .minicart-wrapper .action.showcart .counter.qty .counter-label {
  display: none;
}
/**
 * Search core
 */
.header-container .block-search {
  width: 270px !important;
  margin-top: 10px;
  padding: 0 !important;
  float: right;
}
.header-container .block-search .label,
.header-container .block-search .nested {
  display: none !important;
}
.header-container .block-search .form.minisearch {
  display: table;
  width: 100%;
}
.header-container .block-search .field.search {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  background: none;
}
.header-container .block-search .field.search .control {
  margin: 0;
  padding: 0;
}
.header-container .block-search .field.search .input-text {
  background: none;
  position: static;
  border: 1px solid #ddd;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  width: 100%;
  height: 40px;
  padding-right: 10px;
  color: #999999;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.header-container .block-search .field.search .input-text:focus {
  border-color: #111;
  color: #111;
}
.header-container .block-search .actions {
  display: table-cell;
  vertical-align: top;
}
.header-container .block-search .actions .action.search {
  position: absolute;
  background: none;
  padding: 0;
  color: #111111;
  text-transform: uppercase;
  width: 25px;
  height: 40px;
  line-height: 40px;
  opacity: 1 !important;
  font-weight: 600;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  left: 10px;
  right: auto;
}
.header-container .block-search .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: 18px;
  display: block;
  color: #111111;
}
.header-container .block-search .actions .action.search span {
  display: none;
}
/**
 * Searchbox pro
 */
.header-container .block-search.search-pro .control {
  display: flex;
}
.header-container .block-search.search-pro .searchbox-cat {
  background-color: transparent;
  padding-left: 15px;
  height: 48px;
  border-right: 1px solid #3a3a3a;
  border-width: 0 1px 0 0;
  width: 150px;
  color: #888;
  position: relative;
  left: -1px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
/**
 * Css menu
 */
.desktop-menu .navigation {
  background: none;
  font-weight: unset;
}
.desktop-menu .navigation .ui-icon {
  display: none !important;
}
.desktop-menu .navigation &gt; ul {
  padding-left: 0;
}
.desktop-menu .navigation &gt; ul &gt; li {
  margin-right: 50px;
  margin-left: 0;
}
.desktop-menu .navigation &gt; ul &gt; li.parent &gt; a:after {
  display: none;
}
.desktop-menu .navigation &gt; ul &gt; li &gt; a {
  font-weight: 400;
  height: 60px !important;
  line-height: 60px !important;
  padding: 0 !important;
  border: none !important;
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #111 !important;
}
.desktop-menu .navigation &gt; ul &gt; li &gt; 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 &gt; 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 &gt; a {
  background-color: #f3f4f8;
}
@media (max-width: 1199px) {
  .promotion-header {
    font-size: 1.4rem;
  }
}
</pre></body></html>