.trx-wcext-clearfix:after {
  content: " ";
  clear: both;
  width: 100%;
  height: 0;
  display: block;
}

.trx-wcext-invisible {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.trx-wcext-hidden {
  display: none;
}

.trx-wcext-hidden-important {
  display: none !important;
}

.trx-wcext-loading {
  --trx-wcext-loading-size: 32px;
  --trx-wcext-loading-color: #000;
  --trx-wcext-loading-overlay: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--trx-wcext-loading-overlay);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: var(--trx-wcext-loading-size);
}
.trx-wcext-loading:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: var(--trx-wcext-loading-size);
  height: var(--trx-wcext-loading-size);
  line-height: var(--trx-wcext-loading-size);
  text-align: center;
  box-sizing: border-box;
  border-radius: 50%;
  margin: calc( var(--trx-wcext-loading-size) / -2 ) 0 0 calc( var(--trx-wcext-loading-size) / -2 );
  border: calc( var(--trx-wcext-loading-size) / 6 ) solid var(--trx-wcext-loading-color);
  border-left-color: transparent;
  border-right-color: transparent;
  animation: spin 1s linear infinite;
}

.trx-wcext-loading-icon:before {
  content: '\e870' !important;
  font-family: 'trx-wcext-icons' !important;
  font-size: 0.9em !important;
  animation: spin 2s linear infinite;
}

.trx-wcext-icon {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
.trx-wcext-icon i {
  font-style: normal;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
}
.trx-wcext-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  transition: fill 0.3s ease;
}

.trx-wcext-swiper-container-wrap {
  transition: opacity 0.3s ease;
}
.trx-wcext-swiper-container-wrap:not(.trx-wcext-slider-inited) {
  opacity: 0;
}

.trx-wcext-swiper-container-wrap .swiper-slide,
.swiper-container .swiper-slide {
  text-align: center;
  max-width: 100%;
}

.trx-wcext-swiper-container-wrap .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
  line-height: 1;
}

.trx-wcext-swiper-slider-pagination-outside .swiper-pagination,
.trx-wcext-swiper-container-wrap-dots-outside .swiper-pagination,
.swiper-container-dots-outside .swiper-pagination {
  position: static;
}

.trx-wcext-swiper-container-wrap .swiper-pagination-bullet {
  background: #ccc;
  margin: 0 4px;
  opacity: 1;
  height: 8px;
  width: 8px;
  vertical-align: top;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.swiper-horizontal > .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper-horizontal > .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet,
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px;
}

.trx-wcext-swiper-container-wrap .swiper-pagination-bullet-active {
  background: #000;
}

.trx-wcext-swiper-container-wrap .swiper-button-next,
.trx-wcext-swiper-container-wrap .swiper-button-prev,
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-image: none;
  font-size: 20px;
  height: 1.8182em;
  line-height: 1;
  margin: 0;
  text-align: center;
  transform: translateY(-50%);
  width: 1.8182em;
}

.trx-wcext-swiper-container-wrap .swiper-button-next .fa,
.trx-wcext-swiper-container-wrap .swiper-button-prev .fa,
.swiper-container .swiper-button-next .fa,
.swiper-container .swiper-button-prev .fa {
  vertical-align: top;
}

.trx-wcext-swiper-button svg {
  fill: currentColor;
  width: auto;
  height: 1em;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: 0;
}

.trx-wcext-slider-arrow {
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  top: 50%;
  width: 1.8182em;
  height: 1.8182em;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.25s linear 0s;
}

.trx-wcext-slider-arrow svg {
  fill: currentColor;
  width: auto;
  height: 1em;
}

.trx-wcext-arrow-next {
  right: 20px;
}

.trx-wcext-arrow-prev {
  left: 20px;
}

.trx-wcext-slider-arrow,
.trx-wcext-slider-arrow:focus,
.swiper-pagination-bullet,
.swiper-pagination-bullet:focus {
  outline: 0;
}

@media screen and (min-width: 1024px) {
  .trx-wcext-slider-arrows-show-on-hover-yes .trx-wcext-slider-arrow {
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
  }
  .trx-wcext-slider-arrows-show-on-hover-yes .trx-wcext-arrow-prev {
    transform: translate(-100px, -50%);
  }
  .trx-wcext-slider-arrows-show-on-hover-yes .trx-wcext-arrow-next {
    transform: translate(100px, -50%);
  }
  .trx-wcext-slider-arrows-show-on-hover-yes:hover .trx-wcext-slider-arrow {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) {
  .trx-wcext-slider-arrows-hide-on-tablet .trx-wcext-slider-arrow {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .trx-wcext-slider-arrows-hide-on-mobile .trx-wcext-slider-arrow {
    display: none;
  }
}

/*# sourceMappingURL=trx-wcext.css.map */
