/* CSS Document */
.swiper-viewport {
  margin: 0;
  width: 100%;
  position: relative;
  overflow: visible;
}
/* OpenCart Code */
.swiper-container {
  direction: ltr !important;
}
.swiper-pager {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 1px;
  line-height: 45px;
}
.swiper-button-prev,
.swiper-button-next {
  transition: all 0.3s ease;
  z-index: 2;
  background-image: none;
  width: 25px;
  height: 25px;
  margin-top: -12px;
}
.swiper-viewport .swiper-button-prev {
  left: 10px;
}
.swiper-viewport .swiper-button-next {
  right: 10px;
}
/* Desktop */
.swiper-button-prev:before,
.swiper-button-next:before {
  display: block;
  width: 25px;
  height: 25px;
  font-family: elementskit;
  color: rgba(237, 237, 237, 0.9);
  font-size: 25px;
  line-height: 1;
}
.swiper-button-prev:before {
  content: "\e885";
}
.swiper-button-next:before {
  content: "\e886";
}
.swiper-pagination {
  bottom: 10px;
  left: 0;
  text-align: center;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin: 0 6px;
  opacity: 1;
}
.swiper-pagination-bullet:hover {
  background: rgba(0, 0, 0, 0.7);
}
.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.9);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: pointer;
  pointer-events: auto;
}
