.w-rte h1,
.w-value h1,
.w-rte h2,
.w-value h2,
.w-rte h3,
.w-value h3,
.w-rte h4,
.w-value h4,
.w-rte h5,
.w-value h5,
.w-rte h6,
.w-value h6 {
  font-weight: 600;
}
h2.w-featuredProducts-title {
  font-weight: 600;
}
.header-title h1:before,
h2:before {
  content: "//";
  margin-right: 20px;
}
h2:before {
  color: #ddd;
}
.w-banner3 h2:before {
  content: "";
  margin: 0;
}
.ui-form {
  --border-radius: 32px;
}
.w-globalCart-count::before {
  content: "\f11e" !important;
}
.w-globalCart .favoritesQty,
.w-globalCart .cartQty {
  right: -5px;
}
.wishlist-wrapper {
  display: none;
}
.headerBtn .w-holder,
.headerSearch .w-holder {
  max-width: none !important;
}
.w-addToCart .stock-row>div {
  width: 100%;
}
.w-addToCart .item-shipment {
  -webkit-box-ordinal-group: 999;
  -moz-box-ordinal-group: 999;
  -o-box-ordinal-group: 999;
  -ms-flex-order: 999;
  -webkit-order: 999;
  order: 999;
}
.productComments .ui-carousel-item {
  pointer-events: none;
}
.productComments .text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.ui-menuTiles .ui-menuTiles-content {
  text-transform: none;
}
.ui-menuTiles .ui-menuTiles-content {
  z-index: 2;
}
.ui-menuTiles-item:not(.d1) img {
  display: none;
}
.site .ui-button {
  --border-radius: 32px;
  cursor: pointer;
}
.site .ui-button:not(.ui-comboButton-secondary) {
  text-align: center;
}
.fullWidth .ui-button {
  display: block;
  text-align: center;
}
.header-bottom .logo img {
  -webkit-transform: scale(2.8);
  -moz-transform: scale(2.8);
  -o-transform: scale(2.8);
  -ms-transform: scale(2.8);
  transform: scale(2.8);
  -webkit-transform-origin: center 12px;
  -moz-transform-origin: center 12px;
  -o-transform-origin: center 12px;
  -ms-transform-origin: center 12px;
  transform-origin: center 12px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1040px) {
  .w-banner3-grid .ui-carousel-item .more {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .w-banner3-grid .ui-carousel-item .more a:before {
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\ea6e';
  }
  .w-banner3-grid .ui-carousel-item img {
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .w-banner3-grid .ui-carousel-item:hover .more {
    height: 40px;
  }
  .w-banner3-grid .ui-carousel-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.homeBanner {
  max-width: none;
}
.homeBanner .w-banner3-imageWrap {
  height: 500px;
}
.homeMenu .w-holder {
  height: 500px;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
}
.homeMenu .ui-cardMenu li>a,
.homeMenu .ui-cardMenu span {
  border-bottom: 1px solid #f2f2f2;
}
.logic-home .ui-menuTiles-content {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  max-height: 531px;
}
.logic-home .ui-menuTiles-item.d1 {
  display: block !important;
}
body:has(.initial-snow) .logo a {
  position: relative;
}
body:has(.initial-snow) .logo a:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 6px;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(28deg);
  -moz-transform: rotate(28deg);
  -o-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  transform: rotate(28deg);
  z-index: 1;
  background: url("http://admin.sitexo.com/cache/documents/61516ec3ea186d407ec5bfab/Logo_sticker4.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1040px) {
  body:has(.initial-snow) .logo a:after {
    width: 23px;
    height: 23px;
    top: -27px;
    right: -12px;
  }
}
