@charset "UTF-8";
@font-face {
  font-family: "hitema-product-slider-icon";
  src: url("/wp-content/themes/ledeon-wordpress-theme/widgets/product-slider/fonts/hitema-product-slider-icon.eot?rqdrer");
  src: url("/wp-content/themes/ledeon-wordpress-theme/widgets/product-slider/fonts/hitema-product-slider-icon.eot?rqdrer#iefix") format("embedded-opentype"), url("/wp-content/themes/ledeon-wordpress-theme/widgets/product-slider/fonts/hitema-product-slider-icon.ttf?rqdrer") format("truetype"), url("/wp-content/themes/ledeon-wordpress-theme/widgets/product-slider/fonts/hitema-product-slider-icon.woff?rqdrer") format("woff"), url("/wp-content/themes/ledeon-wordpress-theme/widgets/product-slider/fonts/hitema-product-slider-icon.svg?rqdrer#hitema-product-slider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=hitema-product-slider-icon-],
[class*=" hitema-product-slider-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "hitema-product-slider-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hitema-product-slider-icon-arrow-right-1:before {
  content: "";
}

.hitema-product-slider-icon-arrow-right:before {
  content: "";
}

.hitema-product-slider-icon-chevron-left:before {
  content: "";
}

.hitema-product-slider-icon-chevron-right:before {
  content: "";
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.hitema-product-slider {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
}
.hitema-product-slider__content {
  max-width: 1500px;
  width: 100%;
  height: auto;
}
.hitema-product-slider__slide {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}
.hitema-product-slider__preview {
  height: 320px;
  width: 100%;
  background-color: #f2f2f6;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 800px) {
  .hitema-product-slider__preview {
    height: 385px;
  }
}
.hitema-product-slider__preview--center {
  justify-content: center;
}
.hitema-product-slider__preview--right {
  justify-content: flex-end;
}
.hitema-product-slider__image {
  width: 300px;
  height: 300px;
  object-fit: contain;
}
.hitema-product-slider__heading {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #2d353d;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .hitema-product-slider__heading {
    font-size: 22px;
  }
}
.hitema-product-slider__link {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  color: #ff8000 !important;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.hitema-product-slider__link:after {
  font-family: "hitema-product-slider-icon";
  position: absolute;
  font-size: 19px;
  content: "";
  margin-left: 4px;
}
.hitema-product-slider__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.hitema-product-slider__control-box {
  flex-basis: 105px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 800px) {
  .hitema-product-slider__control-box {
    flex-basis: 121px;
  }
}
.hitema-product-slider__control-buttons {
  width: 50px !important;
  height: 50px !important;
  border: 1px #ff8000 solid !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  font-size: 24px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
@media only screen and (min-width: 800px) {
  .hitema-product-slider__control-buttons {
    width: 58px !important;
    height: 58px !important;
    font-size: 28px !important;
  }
}
.hitema-product-slider__control-buttons--left {
  background-color: #fff !important;
  color: #ff8000 !important;
}
.hitema-product-slider__control-buttons--right {
  background-color: #ff8000 !important;
  color: #fff !important;
}
.hitema-product-slider__pagination-box {
  display: none;
  justify-content: flex-end;
  flex-grow: 1;
  padding-right: 50px;
  align-items: flex-end;
  margin-bottom: 8px;
}
@media only screen and (min-width: 800px) {
  .hitema-product-slider__pagination-box {f
    display: flex;
  }
}
.hitema-product-slider__pagination .swiper-pagination-bullet {
  width: 30px;
  border-radius: 8px;
  margin-right: 4px;
}
.hitema-product-slider__pagination .swiper-pagination-bullet-active {
  background: #ff8000;
}
.hitema-product-slider__title {
  font-size: 1.75em;
  text-align: left;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 400 !important;
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .hitema-product-slider__title {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .hitema-product-slider__title {
    font-size: 2.5em;
  }
}
