@charset "UTF-8";
@font-face {
  font-family: "aceno-icon";
  src: url("../fonts/aceno-icon.eot?zmkabw");
  src: url("../fonts/aceno-icon.eot?zmkabw#iefix") format("eot"), url("../fonts/aceno-icon.woff2?zmkabw") format("woff2"), url("../fonts/aceno-icon.woff?zmkabw") format("woff"), url("../fonts/aceno-icon.ttf?zmkabw") format("truetype"), url("../fonts/aceno-icon.svg?zmkabw#aceno-icon") format("svg");
}
.lb-parallax-section {
  transition: background 0s, border 0.3s, border-radius 0.3s, box-shadow 0.3s !important;
}

.elementor-accordion .elementor-tab-content {
  border-color: var(--border);
}
.elementor-accordion .elementor-accordion-item {
  border-color: var(--border);
}

.elementor-button {
  transition-duration: 0s;
}

.hfe-site-logo-img {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .ac-mobile-footer .ac-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .ac-mobile-footer .ac-title > .elementor-widget-container {
    height: auto !important;
    position: relative;
    cursor: pointer;
  }
  .ac-mobile-footer .ac-title > .elementor-widget-container:after {
    font-family: "aceno-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    content: "\e077";
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .ac-mobile-footer.active .ac-title > .elementor-widget-container:after {
    content: "\e070";
  }
}
[class*=elementor-dots-style-] .elementor-widget-container .swiper-container, [class*=elementor-dots-style-] .elementor-widget-container .swiper {
  padding-bottom: 50px;
}

.swiper-container {
  overflow: hidden;
}

.swiper-pagination {
  width: 100%;
}

.swiper-pagination-bullet {
  width: 30px;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 2px solid var(--accent);
  position: relative;
  margin: 0 6px;
}
.swiper-pagination-bullet-active {
  border-bottom: 5px solid var(--primary);
  background-color: transparent;
}
.swiper-pagination-bullet:after {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 100%;
  z-index: 100;
}
.elementor-dots-style-2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 50%;
  border: 0;
}
.elementor-dots-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary_hover);
}
.elementor-dots-style-2 .swiper-pagination-bullet:after {
  display: none;
}
.elementor-dots-style-3 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 5px;
  border: 0;
  transition: all ease 0.2s;
}
.elementor-dots-style-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background: var(--primary_hover);
}
.elementor-dots-style-3 .swiper-pagination-bullet:after {
  display: none;
}
.elementor-dots-style-4 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  border: 0;
  position: relative;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.elementor-dots-style-4 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  border: 1.5px solid var(--accent);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.elementor-dots-style-4 .swiper-pagination-bullet:after {
  display: none;
}

.products-carousel {
  position: relative;
}
.products-carousel ul.products,
.products-carousel .wc-block-grid__products {
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}
.products-carousel .swiper-initialized li.product,
.products-carousel .swiper-container-initialized li.product {
  flex-basis: unset !important;
  max-width: unset !important;
  padding: 0;
}
.products-carousel .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
}
.products-carousel li.product {
  margin-bottom: 0 !important;
}
.products-carousel > .elementor-swiper-button {
  top: 50% !important;
}
.woocommerce-Tabs-panel--more_seller_product .products-carousel .swiper-container, .related .products-carousel .swiper-container {
  padding-bottom: 50px;
}

.swiper-inner {
  position: relative;
}

.swiper-wrapper.flex-wrap {
  margin: 0 calc(var(--grid-gutter) / -2);
  width: auto;
}

.elementor-swiper-button {
  position: absolute;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border);
  text-align: center;
  color: var(--accent);
  display: block;
  font-size: 20px;
  border-radius: 50%;
  top: 50%;
  z-index: 96;
  transform: translateY(-50%);
  background: #fff;
}
.elementor-lightbox .elementor-swiper-button {
  background: transparent !important;
  box-shadow: none;
}
.elementor-lightbox .elementor-swiper-button-prev {
  left: 0;
  transform: translate(30%, -50%);
  border: 0;
}
.elementor-lightbox .elementor-swiper-button-prev:before {
  display: none !important;
}
.elementor-lightbox .elementor-swiper-button-next {
  right: 0;
  transform: translate(-30%, -50%);
  border: 0;
}
.elementor-lightbox .elementor-swiper-button-next:before {
  display: none !important;
}
.elementor-swiper-button i {
  display: none;
}
.elementor-swiper-button:before {
  font-family: "aceno-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e054";
  line-height: 45px;
}
.elementor-swiper-button-prev {
  left: 0;
  transform: translate(30%, -50%);
}
.elementor-swiper-button-prev:before {
  content: "\e053";
}
.elementor-swiper-button-next {
  right: 0;
  transform: translate(-30%, -50%);
}
.elementor-swiper-button:hover {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.elementor-arrows-style-2 .elementor-swiper-button {
  box-shadow: none;
  background: #fff;
  border-radius: 0;
}
.elementor-arrows-style-2 .elementor-swiper-button:hover {
  color: #fff;
  background: var(--primary_hover);
}
.elementor-arrows-style-3 .elementor-swiper-button {
  box-shadow: none;
}
.elementor-arrows-style-3 .elementor-swiper-button.elementor-swiper-button {
  width: 33px;
  height: 33px;
  font-size: 16px;
  background: #E9ECF2;
}
.elementor-arrows-style-3 .elementor-swiper-button.elementor-swiper-button:hover {
  background: var(--primary);
}
.elementor-arrows-style-3 .elementor-swiper-button.elementor-swiper-button:before {
  line-height: 33px;
}

.scrollbar-wrapper {
  display: flex;
  margin-top: var(--grid-gutter);
}
.scrollbar-wrapper ~ .elementor-swiper-button {
  display: none !important;
}
.scrollbar-wrapper .swiper-scrollbar {
  height: 1px;
}
.elementor-arrows-position-inside .scrollbar-wrapper .swiper-scrollbar {
  max-width: calc(100% - 120px);
  flex: 0 0 calc(100% - 120px);
}
.scrollbar-wrapper .swiper-scrollbar-drag {
  height: 3px;
  top: -1px;
  background: var(--primary);
  border-radius: 0;
}
.dark-swiper .scrollbar-wrapper .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.2);
}
.scrollbar-wrapper .button-nav-group {
  max-width: 120px;
  flex: 0 0 120px;
  margin-left: 20px;
}
.scrollbar-wrapper .elementor-swiper-button {
  position: static;
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border-radius: 45px;
  border: 1px solid var(--border);
}
.scrollbar-wrapper .elementor-swiper-button:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.scrollbar-wrapper .elementor-swiper-button:hover i {
  color: #fff !important;
}
.scrollbar-wrapper .elementor-swiper-button i {
  line-height: 43px;
  width: 100%;
  font-size: 18px;
  color: var(--border);
}
.scrollbar-wrapper .elementor-swiper-button.elementor-swiper-button-prev {
  margin-right: 7px;
}
.dark-swiper .scrollbar-wrapper .elementor-swiper-button {
  border-color: rgba(255, 255, 255, 0.2);
}
.dark-swiper .scrollbar-wrapper .elementor-swiper-button i {
  color: rgba(255, 255, 255, 0.2);
}

.overflow-to-both .swiper {
  overflow: visible;
}

.overflow-to-left .swiper {
  overflow: visible;
  clip-path: inset(0 0 0 -100%);
}

.overflow-to-right .swiper {
  overflow: visible;
  clip-path: inset(0 -100% 0 0);
}

.elementor-widget-aceno-swiper-navigation .swiper-pagination {
  position: static;
  display: flex;
}
.elementor-widget-aceno-swiper-navigation.elementor-dots-style-4 .swiper-pagination {
  padding-top: 6px;
  padding-bottom: 6px;
}
.elementor-widget-aceno-swiper-navigation .elementor-swiper-button-container {
  display: flex;
  gap: 15px;
}
.elementor-widget-aceno-swiper-navigation .elementor-swiper-button-container .elementor-swiper-button {
  position: static;
  transform: none;
}
.elementor-widget-aceno-swiper-navigation.box-align-center .swiper-pagination,
.elementor-widget-aceno-swiper-navigation.box-align-center .elementor-swiper-button-container {
  justify-content: center;
}
.elementor-widget-aceno-swiper-navigation.box-align-right .swiper-pagination,
.elementor-widget-aceno-swiper-navigation.box-align-right .elementor-swiper-button-container {
  justify-content: end;
}
.elementor-widget-aceno-swiper-navigation.box-align-justify .swiper-pagination,
.elementor-widget-aceno-swiper-navigation.box-align-justify .elementor-swiper-button-container {
  justify-content: space-between;
}

.post-style-1 .post-thumbnail {
  border-radius: 8px;
}
.post-style-1 .entry-content .meta-categories {
  margin-bottom: 7px;
}
.post-style-1 .entry-content .entry-title {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2631578947;
  margin-bottom: 10px;
  font-family: var(--base-font);
}

.post-style-2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.post-style-2 .entry-content .entry-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
}

.aceno-modern-slider {
  --ken-burn-speed: 5000ms;
}
.aceno-modern-slider .aceno-box {
  aspect-ratio: 16/9;
  overflow: hidden;
  display: block;
}
.aceno-modern-slider .aceno-box-inner {
  max-width: var(--container);
  padding: 0 calc(var(--grid-gutter) / 2);
  margin: 0 auto;
  height: 100%;
}
.aceno-modern-slider .skeleton-body,
.aceno-modern-slider .skeleton-item {
  height: 100%;
}
.aceno-modern-slider .slide-bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.aceno-modern-slider .slide-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.aceno-modern-slider .container,
.aceno-modern-slider .row {
  height: 100%;
}
.aceno-modern-slider .slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.aceno-modern-slider .slide-layers {
  max-width: 750px;
  padding: 30px;
  position: relative;
}
.aceno-modern-slider .title {
  font-size: 72px;
  line-height: 1.1666666667;
  margin-bottom: 24px;
}
.aceno-modern-slider .sub-title-wrap {
  margin: 0 0 21px;
}
.aceno-modern-slider .sub-title {
  font-size: 19px;
  line-height: 1.2631578947;
  font-weight: 500;
  font-family: var(--base-font);
}
.aceno-modern-slider .description-wrap {
  margin-top: 13px;
}
.aceno-modern-slider .description {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
.aceno-modern-slider .button-wrap {
  margin-top: 40px;
}

.aceno-slide-bg-animation-ken-burns .slide-bg-wrap {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  backface-visibility: hidden;
}
.aceno-slide-bg-animation-ken-burns.swiper-ken-burn-active .slide-bg-wrap {
  transform: scale(1) !important;
}
.aceno-slide-bg-animation-ken-burns.swiper-slide-active .slide-bg-wrap {
  transform: scale(1);
  transition: transform var(--ken-burn-speed) cubic-bezier(0.1, 0.2, 0.7, 1);
}

.elementor-widget-aceno-modern-slider .swiper {
  padding-bottom: 0 !important;
}

.slide-layer-transition .animated .slide-layer {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.6s cubic-bezier(0.1, 0.2, 0.7, 1);
}
.slide-layer-transition .animated .slide-layer-wrap + .slide-layer-wrap .slide-layer {
  transition-delay: 0.2s;
}
.slide-layer-transition .animated .slide-layer-wrap + .slide-layer-wrap + .slide-layer-wrap .slide-layer {
  transition-delay: 0.4s;
}
.slide-layer-transition .slide-layer {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.1s;
}

.elementor-widget-aceno-section-slider .elementor-section.elementor-section-stretched {
  left: 50% !important;
  margin-left: -50vw;
}
.elementor-widget-aceno-section-slider .swiper-pagination-bullet-active {
  background-color: var(--primary);
  border-radius: 6px;
}
.elementor-widget-aceno-section-slider .swiper-container-vertical .swiper-pagination-bullet-active,
.elementor-widget-aceno-section-slider .swiper-vertical .swiper-pagination-bullet-active {
  height: 32px;
}
.elementor-widget-aceno-section-slider .swiper-horizontal .swiper-pagination-bullet-active,
.elementor-widget-aceno-section-slider .swiper-container-horizontal .swiper-pagination-bullet-active {
  width: 32px;
}
@media (max-width: 1023px) {
  .elementor-widget-aceno-section-slider.disable-on-mobile-yes .elementor-swiper-button,
.elementor-widget-aceno-section-slider.disable-on-mobile-yes .swiper-pagination {
    display: none;
  }
  .elementor-widget-aceno-section-slider.disable-on-mobile-yes .swiper-wrapper {
    display: block;
    max-height: unset !important;
  }
  .elementor-widget-aceno-section-slider.disable-on-mobile-yes .elementor-widget-container .swiper-container, .elementor-widget-aceno-section-slider.disable-on-mobile-yes .elementor-widget-container .swiper {
    max-height: 999em !important;
  }
}

@media (min-width: 768px) {
  .elementor-section-slider-height-full .swiper-container, .elementor-section-slider-height-full .swiper {
    height: 100vh;
  }
}

.products-quick-search .quick-search-action {
  text-align: center;
  margin-top: 20px;
}
.products-quick-search .products-quick-search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 60px;
  font-size: 26px;
  line-height: 1.4615384615;
}
.products-quick-search .products-quick-search-form .intro-text {
  color: var(--light);
}
.products-quick-search .products-quick-search-form .filter-submit {
  display: none;
}
.products-quick-search .products-quick-search-form select {
  text-align: center;
  border-bottom: 2px solid var(--accent) !important;
}
.products-quick-search .products-quick-search-form select,
.products-quick-search .products-quick-search-form .select2-container {
  width: auto !important;
  border: 0 !important;
  color: var(--accent);
  padding: 0 !important;
}
.products-quick-search .products-quick-search-form .filter-submit {
  font-size: 26px;
  line-height: 1.4615384615;
  color: var(--accent);
  padding: 0;
  background: transparent;
  padding-left: 10px;
}
.products-quick-search .products-quick-search-form .filter-submit i {
  font-size: 20px;
}
.products-quick-search .products-quick-search-form .select2-container .select2-selection--single {
  color: var(--accent);
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid var(--accent);
  height: auto;
  margin: 0;
}
.products-quick-search .products-quick-search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 30px 0 0;
  line-height: 1.4615384615;
}
.products-quick-search .products-quick-search-form .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.products-quick-search .products-quick-search-form.form-loading .select2-container,
.products-quick-search .products-quick-search-form.form-loading .filter-submit {
  pointer-events: none;
}
@media (max-width: 768px) {
  .products-quick-search .products-quick-search-form {
    font-size: 20px;
    margin-bottom: 30px;
    justify-content: start;
    gap: 5px 16px;
    flex-wrap: wrap;
  }
  .products-quick-search .products-quick-search-form .filter-submit {
    font-size: 20px;
  }
  .products-quick-search .products-quick-search-form .intro-label {
    flex: 0 0 100%;
  }
}
.products-quick-search .select2-dropdown {
  border: 0;
  box-shadow: 2px 8px 18px rgba(0, 0, 0, 0.09);
  transform: translateY(10px);
  padding: 16px;
  min-width: 190px;
}
.products-quick-search .select2-dropdown .select2-results__option[aria-selected=true],
.products-quick-search .select2-dropdown .select2-results__option[data-selected=true] {
  background: var(--background2);
}
.products-quick-search .select2-dropdown .select2-results__option {
  padding: 10px 12px;
}
.products-quick-search .select2-dropdown .select2-results__option--highlighted[aria-selected],
.products-quick-search .select2-dropdown .select2-results__option--highlighted[data-selected] {
  color: var(--accent);
  background: var(--background2);
  border-radius: 4px;
}
.products-quick-search .quick-search-content .spinner {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid;
  border-top-color: transparent;
  animation: quick-search-spin infinite 1s linear;
  margin: 0 auto;
}

@keyframes quick-search-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.elementor-widget-aceno-nav-menu {
  position: static;
}
.elementor-widget-aceno-nav-menu .site-navigation {
  position: static;
}
.elementor-widget-aceno-nav-menu .site-navigation .sub-menu.mega-containerwidth {
  width: calc(var(--container) - var(--grid-gutter));
  left: 0;
}

.mega-menu .elementor-icon-list-items li.elementor-icon-list-item {
  min-width: unset !important;
}
.mega-menu .elementor-icon-list-items li.elementor-icon-list-item a:not(.elementor-button-link) {
  width: unset !important;
  padding: 0;
}
.mega-menu .elementor-image-box-wrapper a:not(.elementor-button-link) {
  width: unset !important;
}

.nav-vertiacl-menu-layout-content-style-2 .elementor-nav-vertiacl-menu-wrapper .vertical-navigation .vertical-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 990;
  transform: translate(0);
}

.vertical-navigation {
  position: relative;
  height: 100%;
  transition: all 0.1s ease;
}
.vertical-navigation .dropdown-toggle:empty {
  display: none;
}
.vertical-navigation:after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  bottom: -10px;
  background: transparent;
  position: absolute;
}
.vertical-navigation .vertical-navigation-header {
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
  display: flex;
  align-items: center;
  height: 100%;
  padding: 11px 27px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
.vertical-navigation .vertical-navigation-header i {
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 17px;
  display: inline-block;
  width: 32px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.vertical-navigation .vertical-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(15px);
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: var(--border);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.vertical-navigation .vertical-menu .menu {
  position: relative;
  list-style: none;
  margin: 0;
  border-top: none;
  padding: 5px 0;
}
.vertical-navigation .vertical-menu .menu > li > a {
  position: relative;
  font-weight: 400;
  padding: 14px 30px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid var(--border);
  color: var(--accent);
  font-size: 14px;
}
.vertical-navigation .vertical-menu .menu > li > a .menu-icon {
  font-size: 24px;
  margin-right: 20px;
  color: var(--light);
}
.vertical-navigation .vertical-menu .menu > li > a:hover {
  color: var(--primary);
}
.vertical-navigation .vertical-menu .menu > li:last-child > a {
  border-bottom: 0;
}
.vertical-navigation .vertical-menu .menu > li.has-mega-menu > a:after, .vertical-navigation .vertical-menu .menu > li.menu-item-has-children > a:after {
  font-family: "aceno-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e054";
  float: right;
  line-height: 24px;
  font-size: 12px;
  color: var(--accent);
  margin-left: auto;
  margin-right: 5px;
}
.vertical-navigation:hover .vertical-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  transform: translateY(0);
}
.vertical-navigation ul.menu {
  list-style: none;
  margin: 0;
  background-color: #FFFFFF;
}
.vertical-navigation ul.menu .sub-menu {
  position: absolute;
  padding: 13px 0;
  left: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  background: #fff;
  width: 260px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
  z-index: 10;
  border: 1px solid var(--border);
}
.vertical-navigation ul.menu .sub-menu > li {
  padding: 8px 20px 8px 25px;
}
.vertical-navigation ul.menu .sub-menu > li > a {
  color: var(--accent);
  position: relative;
  transition: all 0.3s ease;
}
.vertical-navigation ul.menu .sub-menu > li > a:before {
  content: "";
  width: 9px;
  height: 1px;
  background-color: var(--primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  opacity: 0;
}
.vertical-navigation ul.menu .sub-menu > li:hover > a {
  color: var(--primary);
  padding-left: 15px;
}
.vertical-navigation ul.menu .sub-menu > li:hover > a:before {
  opacity: 1;
}
.vertical-navigation ul.menu .sub-menu > li.current-menu-item > a {
  color: var(--primary);
}
.vertical-navigation ul.menu > li:last-child:before {
  display: none;
}
.vertical-navigation ul.menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  min-height: 100%;
}
.vertical-navigation ul.menu > li:hover > a {
  color: var(--primary);
}
.vertical-navigation ul.menu > li:hover > a .menu-icon {
  color: var(--primary);
}
.vertical-navigation ul.menu > li.current-menu-item > a {
  color: var(--primary);
}
.vertical-navigation ul.menu > li.current-menu-item > a .menu-icon {
  color: var(--primary);
}

.elementor-video-popup {
  display: inline-flex;
  align-items: center;
}
.elementor-video-popup .text {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

.elementor-video-wrapper {
  text-align: center;
}

.elementor-video-popup {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.elementor-video-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-video-icon i {
  font-size: 24px;
  color: var(--accent);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.elementor-search-form-wrapper {
  font-family: var(--heading-font);
}
.elementor-search-form-wrapper form {
  margin: 0;
}

.site-header-search .button-search-popup {
  color: var(--accent);
}
.site-header-search .button-search-popup i {
  font-size: 18px;
}
.site-header-search .button-search-popup:hover {
  color: var(--primary);
}

.search-popup-active {
  overflow: hidden;
}

.aceno-group-header-action .group-icon-action,
.aceno-group-header-action .group-icon-content {
  display: inline-block;
}
.aceno-group-header-action .group-icon-action {
  position: relative;
}
.aceno-group-header-action .group-icon-action i {
  font-size: 18px;
  color: var(--accent);
  position: relative;
  vertical-align: middle;
}
.aceno-group-header-action .group-icon-action img {
  border-radius: 50%;
  vertical-align: bottom;
}
.aceno-group-header-action .group-icon-action .count {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  min-width: 20px;
  text-align: center;
  vertical-align: middle;
  right: -15px;
  position: absolute;
  background: var(--accent);
  border-radius: 50%;
  top: -5px;
}
.aceno-group-header-action .group-icon-content {
  margin-left: 8px;
  display: none;
}
.aceno-group-header-action .group-icon-content > * {
  flex: 0 0 100%;
}
.aceno-group-header-action .sub-text {
  line-height: 1;
  display: block;
  font-size: 12px;
  color: var(--accent);
  opacity: 0.5;
}
.aceno-group-header-action .sub-title {
  color: var(--accent);
  font-weight: 600;
  vertical-align: middle;
  display: none;
}

.mobile-navigation {
  clear: both;
}
.mobile-navigation #menu-main-menu > li > .sub-menu {
  background-color: var(--background2);
}
.mobile-navigation ul {
  margin: 0;
  list-style: none;
}
.mobile-navigation ul > li:first-child {
  border: none;
}
.mobile-navigation ul li {
  position: relative;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: rgba(255, 255, 255, 0.1);
}
.mobile-navigation ul li a {
  padding: 10px 0;
  display: block;
  color: var(--accent) !important;
}
.mobile-navigation ul li button::after {
  transition: all, ease, 0.9s;
}
.mobile-navigation ul li button.toggled-on::after {
  transform: rotate(180deg);
}
.mobile-navigation ul .sub-menu {
  display: none;
  padding: 10px 0 10px 20px;
}
.mobile-navigation ul .sub-menu li a {
  padding: 10px 0.5em;
  font-size: 14px;
}
.mobile-navigation .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0.5em 0 0.5em 10px;
  border: none;
  border-radius: 0;
  height: 39px;
}
.mobile-navigation .dropdown-toggle:before {
  color: var(--primary);
}
.mobile-navigation .dropdown-toggle:focus, .mobile-navigation .dropdown-toggle:hover {
  outline: none;
  background-color: transparent;
}

.mobile-navigation ul li button::before {
  font-family: "aceno-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e052";
}
.mobile-navigation ul li button:after {
  content: none;
}

.elementor-canvas-menu-wrapper .menu-mobile-nav-button {
  line-height: 0;
  display: inline-block;
}

.aceno-mobile-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  width: 425px;
  max-width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
  overflow-y: auto;
  background-color: var(--background);
  transition: transform 0.25s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.aceno-mobile-nav .menu-scroll-mobile {
  position: relative;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 10px 24px;
}
.aceno-mobile-nav .mobile-nav-tabs {
  clear: both;
  padding: 0;
  background: #1F1F27;
}
.aceno-mobile-nav .mobile-nav-tabs ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
  margin: 0;
  justify-content: space-between;
  margin-right: 55px;
}
.aceno-mobile-nav .mobile-nav-tabs ul li {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1 1 auto;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px;
  padding: 20px;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  box-shadow: inset 0 0 0 0 #fff;
  transition: all 0.3s ease-in-out;
  color: rgba(255, 255, 255, 0.3);
}
.aceno-mobile-nav .mobile-nav-tabs ul li.active {
  background: var(--primary);
  color: #fff;
  box-shadow: inset 0px 4px 0px 0px #fff;
}
.aceno-mobile-nav .mobile-menu-tab {
  display: none;
}
.aceno-mobile-nav .mobile-menu-tab.active {
  display: block;
}
.aceno-mobile-nav .mobile-menu-tab .menu > li > a .menu-icon {
  font-size: 24px;
  margin-right: 15px;
  color: var(--light);
}
.mobile-nav-active .aceno-mobile-nav {
  transform: none;
}
.admin-bar .aceno-mobile-nav {
  top: 0;
}
@media (min-width: 783px) {
  .admin-bar .aceno-mobile-nav {
    top: 32px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .aceno-mobile-nav {
    top: 46px;
  }
}
.aceno-mobile-nav .search-form {
  margin-top: 1em;
}

.mobile-nav-close {
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  font-size: 16px;
  color: #fff !important;
}
.mobile-nav-close:hover {
  background: rgba(0, 0, 0, 0.4);
}

.aceno-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.mobile-nav-active .aceno-overlay {
  visibility: visible;
  opacity: 1;
}

.menu-mobile-nav-button {
  display: block;
  font-size: 15px;
  color: var(--accent);
}
.menu-mobile-nav-button:hover {
  color: var(--primary);
}
.menu-mobile-nav-button i {
  font-size: 20px;
}

html {
  overflow-x: hidden;
}

#page {
  transition: all 0.25s ease;
}

.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active #page {
  margin-left: 300px;
  margin-right: -300px;
}

a.elementor-button, button.elementor-button {
  border-radius: 0;
  padding: 12px 32px;
  line-height: 24px;
  background: var(--primary);
  color: #fff;
}
a.elementor-button:hover, button.elementor-button:hover {
  background: var(--primary_hover);
  color: #fff;
}

@media (max-width: 767px) {
  .elementor-widget-n-tabs .e-n-tabs-content .e-n-tab-title {
    border: 1px solid var(--border) !important;
    padding: 15px;
    background: #fff !important;
    color: var(--accent) !important;
  }
  .elementor-widget-n-tabs .e-n-tabs-content .e-n-tab-title.e-active {
    border-color: var(--primary) !important;
    background: var(--primary) !important;
    color: #fff !important;
  }
  .elementor-widget-n-tabs .e-n-tabs-content .e-n-tab-title .e-n-tab-icon:empty {
    position: absolute;
    right: 20px;
    display: block !important;
  }
  .elementor-widget-n-tabs .e-n-tabs-content .e-n-tab-title .e-n-tab-icon:empty:before {
    font-family: "aceno-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    content: "\e052";
  }
}

:root {
  --bg-contact-label: var(--background);
}

.wpcf7-form {
  margin-bottom: 0;
  position: relative;
}
.wpcf7-form label {
  display: block;
}
.wpcf7-form [class*=" column-"], .wpcf7-form [class^=column-] {
  margin-bottom: 25px;
}
.wpcf7-form input:not(.wpcf7-submit), .wpcf7-form textarea {
  width: 100%;
}
.wpcf7-form .row-inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}

.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.aceno-currency-switcher ul,
.aceno-language-switcher ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.aceno-currency-switcher .item > div,
.aceno-language-switcher .item > div {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 3px;
  color: var(--accent);
}
.aceno-currency-switcher .item > div i,
.aceno-language-switcher .item > div i {
  margin-left: 5px;
  color: var(--light);
}
.aceno-currency-switcher .sub-item,
.aceno-language-switcher .sub-item {
  display: none;
  position: absolute;
  left: 0;
  z-index: 999;
  text-align: left;
  top: calc(100% + 5px);
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  width: 150px;
}
.switcher-top .aceno-currency-switcher .sub-item,
.switcher-top .aceno-language-switcher .sub-item {
  top: auto;
  bottom: calc(100% + 15px);
}
.switcher-right .aceno-currency-switcher .sub-item,
.switcher-right .aceno-language-switcher .sub-item {
  left: auto;
  right: 0;
}
.aceno-currency-switcher .sub-item:before,
.aceno-language-switcher .sub-item:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  top: -1rem;
}
.switcher-top .aceno-currency-switcher .sub-item:before,
.switcher-top .aceno-language-switcher .sub-item:before {
  top: auto;
  bottom: -1rem;
}
.aceno-currency-switcher .sub-item a,
.aceno-currency-switcher .sub-item .inner,
.aceno-language-switcher .sub-item a,
.aceno-language-switcher .sub-item .inner {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  min-width: 126px;
  white-space: nowrap;
  cursor: pointer;
  gap: 5px;
  text-transform: uppercase;
}
.aceno-currency-switcher .sub-item a:hover, .aceno-currency-switcher .sub-item a:focus,
.aceno-currency-switcher .sub-item .inner:hover,
.aceno-currency-switcher .sub-item .inner:focus,
.aceno-language-switcher .sub-item a:hover,
.aceno-language-switcher .sub-item a:focus,
.aceno-language-switcher .sub-item .inner:hover,
.aceno-language-switcher .sub-item .inner:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.aceno-currency-switcher li.item,
.aceno-language-switcher li.item {
  position: relative;
}
.aceno-currency-switcher li.item > div span.title:after,
.aceno-language-switcher li.item > div span.title:after {
  margin-left: 0.5em;
  margin-top: -1px;
}
.aceno-currency-switcher li.item:hover .sub-item,
.aceno-language-switcher li.item:hover .sub-item {
  display: block;
}

.aceno-language-switcher + .country-selector {
  display: none;
}
.aceno-language-switcher .language-switcher-head {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 3px;
  color: var(--accent);
}
.aceno-language-switcher .weglot-flags span.wglanguage-name {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.aceno-language-switcher .weglot-flags span.wglanguage-name:before {
  width: 17px !important;
  background-size: cover !important;
  height: 13px !important;
  margin-right: 3px;
}
.aceno-language-switcher .sub-item li.weglot-flags a {
  display: flex;
  align-items: center;
}
.aceno-language-switcher .sub-item li.weglot-flags a:before {
  width: 17px !important;
  background-size: cover !important;
  height: 13px !important;
  margin-right: 3px;
}

.elementor-widget-aceno-mailchmip form.mc4wp-form {
  margin-bottom: 0;
  position: relative;
}
.elementor-widget-aceno-mailchmip p {
  margin-bottom: 0;
}
.elementor-widget-aceno-mailchmip.mailchimp-button-outside p {
  display: flex;
}
.elementor-widget-aceno-mailchmip.mailchimp-button-outside input[type=email] {
  flex: 1;
}
.elementor-widget-aceno-mailchmip.mailchimp-button-outside button[type=submit] {
  padding-left: 15px;
}
.elementor-widget-aceno-mailchmip.mailchimp-button-outside button[type=submit]:after {
  font-family: "aceno-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 12px;
  margin-left: 15px;
  margin-top: -5px;
  transition: all ease 0.3s;
}
@media (max-width: 425px) {
  .elementor-widget-aceno-mailchmip.mailchimp-button-outside p {
    flex-wrap: wrap;
  }
  .elementor-widget-aceno-mailchmip.mailchimp-button-outside input[type=email] {
    margin-right: 0;
    text-align: center;
  }
  .elementor-widget-aceno-mailchmip.mailchimp-button-outside input[type=submit],
.elementor-widget-aceno-mailchmip.mailchimp-button-outside button[type=submit] {
    width: 100%;
    margin-top: 10px;
  }
}
.elementor-widget-aceno-mailchmip.mailchimp-button-inside .mc4wp-form-fields input[type=email] {
  width: 100%;
}
.elementor-widget-aceno-mailchmip.mailchimp-button-inside .mc4wp-form-fields input[type=submit],
.elementor-widget-aceno-mailchmip.mailchimp-button-inside .mc4wp-form-fields button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.elementor-widget-aceno-product-categories .elementor-categories-item {
  position: relative;
}
.elementor-widget-aceno-product-categories .elementor-categories-item:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.84%, rgba(0, 0, 0, 0.2) 87.58%);
}
.elementor-widget-aceno-product-categories .elementor-categories-item .category-product-img img {
  display: block;
  width: 100%;
}
.elementor-widget-aceno-product-categories .elementor-categories-item .product-cat-caption {
  position: absolute;
  bottom: 30px;
  width: 100%;
  color: #fff;
}
.elementor-widget-aceno-product-categories .elementor-categories-item .product-cat-caption .cat-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
}
.elementor_library-template-default .entry-header,
.elementor_library-template-default #post-navigation,
.elementor_library-template-default .entry-taxonomy {
  display: none;
}

.single-product .aceno-breadcrumb-build, .home .aceno-breadcrumb-build {
  display: none;
}
.single-product .aceno-breadcrumb-build > .elementor-container, .single-post .aceno-breadcrumb-build > .elementor-container {
  min-height: unset !important;
}

.sticky-header {
  --transition: .3s ease-in-out;
  transition: all var(--transition);
}

:root {
  --scroll-bar: 8px;
}

body:not(.has-scrollbar) [data-elementor-type=wp-page] .elementor-section.elementor-section-stretched {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  left: 0 !important;
}

body.has-scrollbar [data-elementor-type=wp-page] .elementor-section.elementor-section-stretched {
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
  left: 0 !important;
}

@supports (--css: variables) {
  body.has-scrollbar [data-elementor-type=wp-page] .elementor-section.elementor-section-stretched {
    width: calc(100vw - var(--scroll-bar)) !important;
    margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    left: 0 !important;
  }
}
.elementor-button-wrapper .elementor-button-content-wrapper {
  align-items: center;
}
.elementor-button-wrapper .elementor-button-icon {
  line-height: 1;
}

[data-elementor-type=wp-page] .elementor-section-wrap {
  overflow: hidden;
}

@media (max-width: 1320px) {
  .site-main {
    overflow: hidden;
  }
}
.site-main [data-elementor-type=wp-page] .elementor-section-wrap {
  overflow: inherit;
}

.elementor-widget-counter .elementor-counter-number-wrapper {
  font-size: 80px;
  line-height: 62px;
  font-weight: 400;
  margin-bottom: 12px;
  justify-content: flex-start;
  font-family: var(--heading-font);
}
.elementor-widget-counter .elementor-counter-number-prefix, .elementor-widget-counter .elementor-counter-number-suffix {
  flex-grow: unset;
}
.elementor-widget-counter .elementor-counter-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: left;
  color: var(--accent);
  font-family: var(--base-font);
}

.elementor-widget-icon-list ul.elementor-icon-list-items {
  margin: 0;
}
.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item {
  margin-bottom: 0;
  padding-left: 0;
}

.elementor-widget-icon-list.elementor-icon-list-position-right .elementor-icon-list-item {
  flex-direction: row-reverse;
}
.elementor-widget-icon-list.elementor-icon-list-position-right .elementor-icon-list-item a {
  flex-direction: row-reverse;
}
.elementor-widget-icon-list.elementor-icon-list-position-right .elementor-icon-list-text {
  flex: 1;
}

.heading-style-aceno-yes .elementor-heading-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.elementor-widget-aceno-thumbnail .elementor-widget-container img {
  width: 100%;
  object-fit: cover;
}

.project-detail-wrapper .project-type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.project-detail-wrapper .title {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--accent);
}
.project-detail-wrapper .type {
  color: var(--light);
}

.elementor-widget-aceno-countdown .elementor-aceno-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin-right: auto;
  margin-left: auto;
  gap: 50px;
}
.elementor-widget-aceno-countdown .elementor-countdown-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.elementor-widget-aceno-countdown .elementor-countdown-item:not(:last-child) .elementor-countdown-digits {
  position: relative;
}
.elementor-widget-aceno-countdown .elementor-countdown-item:not(:last-child) .elementor-countdown-digits:after {
  content: "\3a";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
.elementor-widget-aceno-countdown .elementor-countdown-digits {
  font-weight: 600;
  line-height: 34px;
  font-size: 24px;
  color: var(--primary);
  letter-spacing: -1px;
}
.elementor-widget-aceno-countdown .elementor-countdown-label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
}

.aceno-elementor-image-gallery .column-item {
  margin-bottom: 30px;
}
.aceno-elementor-image-gallery .image-holder {
  position: relative;
  display: block;
  height: 100%;
}
.aceno-elementor-image-gallery .image-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.aceno-elementor-image-gallery .image-holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.aceno-elementor-image-gallery .image-holder .gallery-item-overlay {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s, transform 0.35s;
  transform: translate3d(0, 40px, 0);
}
.elementor-image-gallery-hide-title-yes .aceno-elementor-image-gallery .image-holder .gallery-item-overlay {
  display: none;
}
.aceno-elementor-image-gallery .image-holder .gallery-item-overlay h6 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.aceno-elementor-image-gallery .image-holder .gallery-item-overlay span {
  color: #ccc;
}
.aceno-elementor-image-gallery .image-holder:hover:before {
  background: rgba(0, 0, 0, 0.7);
}
.aceno-elementor-image-gallery .image-holder:hover .gallery-item-overlay {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.elementor-team-wrapper .team-caption-footer {
  position: relative;
}
.elementor-team-wrapper .team-icon-details-inner {
  display: flex;
  position: absolute;
  top: 0;
  right: 8px;
  width: 40px;
  height: 100%;
  justify-content: center;
}
.elementor-team-wrapper .team-icon-socials {
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 9;
  opacity: 0;
  transform: translateX(60px);
  transition: transform 1s, opacity 1s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.elementor-team-wrapper .team-icon-socials ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
}
.elementor-team-wrapper .team-icon-socials ul li {
  list-style: none;
  margin: 8px 0;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-team-wrapper .team-icon-socials ul li a {
  font-size: 16px;
  line-height: 1;
  display: flex;
  color: var(--accent);
}
.elementor-team-wrapper .team-icon-socials ul li a:hover {
  color: var(--primary);
}
.elementor-team-wrapper .team-icon-socials ul li a svg {
  width: 16px;
}
.elementor-team-wrapper .team-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.elementor-team-wrapper .team-image img {
  margin: 0 auto;
  display: block;
}
.elementor-team-wrapper .team-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.elementor-team-wrapper .team-caption {
  position: relative;
}
.elementor-team-wrapper .team-name {
  font-size: 16px;
  line-height: 1.25;
  color: var(--accent);
  margin-bottom: 10px;
  font-weight: 500;
}
.elementor-team-wrapper .team-job {
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  transition: transform 1s 0.35s, opacity 1s 0.35s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.elementor-team-wrapper:hover .team-icon-socials {
  opacity: 1;
  transform: translateX(0);
}
.elementor-team-wrapper:hover .team-image:before {
  opacity: 1;
}

.elementor-widget-aceno-side-template .site-header-button .button-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.elementor-widget-aceno-side-template .site-header-button .button-content > span {
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 6px;
  background-color: #000000;
  transition: all 0.3s ease;
}
.elementor-widget-aceno-side-template .site-header-button .button-content > span.icon-2 {
  width: 20px;
}
.elementor-widget-aceno-side-template .site-header-button .button-content > span.icon-3 {
  margin-bottom: 0;
}
.elementor-widget-aceno-side-template .site-header-button .button-content:hover > span {
  width: 25px;
}

.site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.button-side-heading {
  text-align: right;
  padding: 20px 0;
}
.button-side-heading .close-button-side {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  border: 1px solid transparent;
}
.button-side-heading .close-button-side i:before {
  color: var(--light);
}
.button-side-heading .close-button-side:hover {
  border-color: var(--primary);
}
.button-side-heading .close-button-side:hover i:before {
  color: var(--primary);
}

.header-button-canvas {
  display: flex;
  flex-direction: column;
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 300px;
  padding: 0 30px;
  background-color: var(--dark);
  transition: transform 0.25s ease;
  z-index: 99999999;
  transform: translate3d(300px, 0, 0);
}
@media (min-width: 1024px) {
  .header-button-canvas {
    width: 450px;
    padding: 0 50px;
    transform: translate3d(450px, 0, 0);
  }
}

.button-side-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.header-button-canvas.active {
  transform: none;
  z-index: 999999999;
}

.header-button-canvas.active + .button-side-overlay {
  visibility: visible;
  opacity: 1;
}

.button-popup-content {
  background-color: var(--background);
  max-width: 700px;
  padding: 60px;
  margin: 20px auto;
  position: relative;
  width: auto;
}
@media (max-width: 500px) {
  .button-popup-content {
    padding: 60px 15px 30px;
  }
}
.button-popup-content .mfp-close {
  font-size: 48px;
  width: 60px;
  height: 60px;
  opacity: 1;
  line-height: 60px;
}
.button-popup-content .mfp-close:hover {
  color: var(--primary);
}

.mfp-zoom-in .button-popup-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-ready .button-popup-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-removing .button-popup-content {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.elementor-widget-aceno-testimonials .swiper:not(.swiper-initialized) .elementor-testimonial-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.elementor-widget-aceno-testimonials.box-align-center .inner {
  align-items: center;
  text-align: center;
}
.elementor-widget-aceno-testimonials.box-align-right .inner {
  align-items: end;
  text-align: right;
}
.elementor-widget-aceno-testimonials .caption .job,
.elementor-widget-aceno-testimonials .caption .name {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--accent);
  font-family: var(--base-font);
  display: inline-block;
}
.elementor-widget-aceno-testimonials .testimonial-content {
  color: var(--accent);
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 30px;
}
.elementor-widget-aceno-testimonials .testimonial-title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
}
.elementor-widget-aceno-testimonials .inner {
  display: flex;
  flex-direction: column;
}
.elementor-widget-aceno-testimonials .inner .rating {
  margin-bottom: 15px;
}
.elementor-widget-aceno-testimonials .inner .rating i {
  color: var(--accent);
  font-size: 12px;
}

.footer-handheld a {
  display: block;
  color: var(--accent);
  text-align: center;
  padding: 15px 5px 5px;
}
.footer-handheld a:hover {
  color: var(--primary);
}
.footer-handheld .title {
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.footer-handheld i {
  font-size: 20px;
  display: block;
}
.footer-handheld .count {
  text-indent: 0;
  display: block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  box-sizing: content-box;
  font-size: 12px;
  position: absolute;
  top: 3px;
  left: calc(50% + 3px);
  border-radius: 100%;
  border: 1px solid;
  background-color: var(--primary);
  color: #fff;
}

.elementor-widget-aceno-banner .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
}
.elementor-widget-aceno-banner .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  flex: 0 0 calc(100% / 3);
  padding-left: 15px;
  padding-right: 15px;
}
.elementor-widget-aceno-banner .elementor-widget-container-inner:before {
  content: "";
  display: block;
}
.elementor-widget-aceno-banner .elementor-widget-container-inner .link-box {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.elementor-widget-aceno-banner .elementor-cta__content {
  position: relative;
  padding: 30px;
  align-items: flex-end;
  align-content: flex-end;
  text-align: left;
}
.elementor-widget-aceno-banner .elementor-cta__content .elementor-cta__content-item:last-child {
  margin-bottom: 0;
}
.elementor-widget-aceno-banner .elementor-cta__title {
  margin-bottom: 11px;
}
.elementor-widget-aceno-banner .elementor-cta__description {
  font-size: 16px;
  line-height: 28px;
  color: var(--text);
  margin-bottom: 48px;
}
.elementor-widget-aceno-banner .elementor-cta__subtitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 16px;
}
.elementor-widget-aceno-banner .button-text {
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.elementor-widget-aceno-banner .button-text:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  left: 0;
  bottom: -6px;
  background-color: var(--accent);
  transition: all 0.3s ease;
}
.elementor-widget-aceno-banner .button-text:hover:before {
  width: 100%;
}
.elementor-widget-aceno-banner .elementor-cta__bg-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
}
.elementor-widget-aceno-banner.content-stretch-yes {
  height: 100%;
}
.elementor-widget-aceno-banner.content-stretch-yes .elementor-widget-container {
  height: 100%;
}
.elementor-widget-aceno-banner.content-stretch-yes .elementor-cta__content {
  overflow: visible;
}
.elementor-widget-aceno-banner:hover .elementor-cta__bg-overlay {
  opacity: 0.5;
}
.elementor-widget-aceno-banner.content-outside-yes .elementor-cta__bg-wrapper {
  position: relative;
}
.elementor-widget-aceno-banner.content-outside-yes .elementor-cta {
  overflow: visible;
  flex-direction: column;
}
.elementor-widget-aceno-banner.content-outside-yes .elementor-cta__button.button-text {
  padding-bottom: 4px;
}

.elementor-bg-transform-move-down-custom .elementor-bg {
  height: calc(100% + 50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.elementor-bg-transform-move-down-custom .elementor-widget-container-inner:hover .elementor-bg {
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.elementor-bg-transform-move-up-custom .elementor-bg {
  height: calc(100% + 50px);
}
.elementor-bg-transform-move-up-custom .elementor-widget-container-inner:hover .elementor-bg {
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.elementor-bg-transform-move-left-custom .elementor-bg {
  width: calc(100% + 50px);
}
.elementor-bg-transform-move-left-custom .elementor-widget-container-inner:hover .elementor-bg {
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.elementor-bg-transform-move-right-custom .elementor-bg {
  width: calc(100% + 50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.elementor-bg-transform-move-right-custom .elementor-widget-container-inner:hover .elementor-bg {
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.elementor-bg-transform-zoom-in .elementor-widget-container-inner:hover .elementor-bg {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.elementor-bg-transform-zoom-out .elementor-bg {
  width: calc(100% + 50px);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.elementor-bg-transform-zoom-out .elementor-widget-container-inner:hover .elementor-bg {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.elementor-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.elementor-cta--skin-classic .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
  position: relative;
  min-height: 200px;
  width: 100%;
}
.elementor-cta--skin-classic .elementor-cta__content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}

.elementor-cta--skin-cover .elementor-cta {
  display: block;
}
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
.elementor-cta--skin-cover .elementor-cta__content {
  min-height: 334px;
}

.elementor-cta--layout-image-above .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
  width: 100%;
}

.elementor-cta--layout-image-left .elementor-cta, .elementor-cta--layout-image-right .elementor-cta {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.elementor-cta--layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
  width: auto;
  min-width: 50%;
}

.elementor-cta--layout-image-left .elementor-cta__content, .elementor-cta--layout-image-right .elementor-cta__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.elementor-cta--layout-image-left .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.elementor-cta--layout-image-right .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.elementor-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.4s ease;
}

.elementor-cta__bg-wrapper {
  z-index: 1;
  overflow: hidden;
}

.elementor-cta__bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.elementor-cta__bg-overlay {
  z-index: 2;
}

.elementor-cta__content {
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 50px;
  width: 100%;
}

.elementor-cta__content, .elementor-cta__content-item {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.elementor-cta__content-item {
  width: 100%;
  margin: 0;
}

.elementor-cta__content-item {
  margin-bottom: 15px;
}
.elementor-cta__content-item:last-child {
  margin-bottom: 0;
}

.elementor-widget-aceno-banner.elementor-cta--valign-top .elementor-cta__content {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.elementor-widget-aceno-banner.elementor-cta--valign-middle .elementor-cta__content {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.elementor-widget-aceno-banner.elementor-cta--valign-bottom .elementor-cta__content {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-device-width: 1024px) {
  .elementor-cta {
    cursor: pointer;
  }
}
.aceno-image-hotspots-container {
  position: relative;
}

.aceno-addons-image-hotspots-ib-img {
  display: block;
}

.aceno-image-hotspots-main-icons-tooltips-wrapper {
  top: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.elementor-widget-aceno-image-hotspots .elementor-widget-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.aceno-image-hotspots-main-icons {
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.aceno-image-hotspots-main-icons.selected {
  z-index: 1;
}
.aceno-image-hotspots-main-icons .aceno-image-hotspots-icon {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 18px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.aceno-image-hotspots-main-icons .aceno-image-hotspots-icon:not(.active) .hotspots-card {
  transition: all 0s;
}
.aceno-image-hotspots-main-icons .aceno-image-hotspots-icon.active .radar {
  animation: none;
  box-shadow: 0 0 0 2px #fff;
}
.aceno-image-hotspots-main-icons .aceno-image-hotspots-icon.active > i {
  transform: rotate(-45deg);
  background: var(--primary);
  color: #fff;
}
.aceno-image-hotspots-main-icons .aceno-image-hotspots-icon.active .hotspots-card {
  visibility: visible;
  opacity: 1;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
}
.aceno-image-hotspots-main-icons .aceno-image-hotspots-icon .radar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -ms-animation: pulsate 1.5s ease-out 2s infinite;
  -o-animation: pulsate 1.5s ease-out 2s infinite;
  -moz-animation: pulsate 1.5s ease-out 2s infinite;
  -webkit-animation: pulsate 1.5s ease-out 2s infinite;
  animation: pulsate 1.5s ease-out 2s infinite;
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.8;
}
.aceno-image-hotspots-main-icons .aceno-image-hotspots-icon > i {
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  background: #fff;
  color: var(--accent);
  line-height: 24px;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.32, 1);
}
.aceno-image-hotspots-main-icons .aceno-image-hotspots-image-icon {
  width: 40px;
  height: 40px;
}
.aceno-image-hotspots-main-icons .hotspots-card {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: calc(100% + 10px);
  right: auto;
  min-width: 250px;
  max-width: 300px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.32, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.32, 1);
  background: var(--background);
  box-shadow: 0 5px 10px #00000026;
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 500px) {
  .aceno-image-hotspots-main-icons .hotspots-card {
    display: none !important;
  }
}
.aceno-image-hotspots-main-icons .hotspots-card ul.products li.product {
  margin-bottom: 0;
}

.aceno-modal.modal-image-hotspot {
  display: none;
}
@media (max-width: 500px) {
  .aceno-modal.modal-image-hotspot {
    display: flex;
  }
  .aceno-modal.modal-image-hotspot .button-close-modal {
    right: auto;
    left: 50%;
    top: -5px;
    transform: translate(-50%, -100%);
  }
  .aceno-modal.modal-image-hotspot .modal-content {
    transition: all 0.2s ease-in-out;
    position: absolute;
    bottom: -50%;
    width: 380px;
    opacity: 0;
  }
  .aceno-modal.modal-image-hotspot .modal-content .modal-content-inner {
    padding: 24px 12px;
    max-width: 238px;
    margin: 0 auto;
  }
  .aceno-modal.modal-image-hotspot .modal-content .swiper-pagination-label {
    position: absolute;
    padding: 5px 8px;
    border-radius: 15px;
    background: var(--background2);
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    color: var(--accent);
    top: 24px;
    left: 20px;
    width: auto;
    bottom: auto;
  }
  .aceno-modal.modal-image-hotspot.open .modal-content {
    bottom: 24px;
    opacity: 1;
  }
}

@-webkit-keyframes pulsate {
  0% {
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.8;
  }
  80% {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pa-hotspot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.elementor-widget-aceno-product-categories-image .categories-image-list-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}
.elementor-widget-aceno-product-categories-image .category-image-item .inner {
  position: relative;
}
.elementor-widget-aceno-product-categories-image .category-image-item a {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: center;
}
.elementor-widget-aceno-product-categories-image .category-image-item .category-image--title {
  font-family: var(--heading-font);
  font-size: 45px;
  line-height: 60px;
  position: relative;
}
.elementor-widget-aceno-product-categories-image .category-image-item .count {
  font-family: var(--base-font);
  font-size: 16px;
  color: var(--light);
  line-height: 20px;
}
.elementor-widget-aceno-product-categories-image .category-image-item .hover-image {
  position: absolute;
  top: 0;
  width: 300px;
  height: auto;
  max-width: none;
  object-fit: cover;
  transform-origin: center center;
  transform: translateY(-50%) translate(-50%) scale(0.8);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 1;
  border-radius: 6px 6px 6px 6px;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.elementor-widget-aceno-product-categories-image .category-image-item:hover .hover-image {
  transform: translateY(-50%) translate(-50%) scale(1);
  opacity: 1;
  visibility: inherit;
}

@keyframes loop-anim-left {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes loop-anim-right {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.text-scroll-wrapper .text-scroll {
  grid: auto/auto-flow max-content;
  justify-content: center;
  display: grid;
  overflow: hidden;
}
.text-scroll-wrapper .text-scroll .textscroll-item {
  grid: auto/auto-flow auto max-content;
  place-items: center;
  display: grid;
  animation: loop-anim-right 10s linear infinite reverse;
  white-space: nowrap;
}
.text-scroll-wrapper .text-scroll .textscroll-item span {
  padding: 0 3rem;
}

/*# sourceMappingURL=elementor.css.map */
