.owl-carousel .owl-stage {
  transition-duration: 1500ms !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: none;
}

@media (max-width: 1024px) {
  .owl-theme .owl-nav {
      display: none !important;
  }
}

.pl-content-stage .owl-prev {
  position: absolute;
  left: 0;
  top: 32%;
  transform: translate(0, -50%);
}

.pl-content-stage .owl-next {
  position: absolute;
  right: 0;
  top: 33%;
  transform: translate(0, -50%);
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .pl-content-stage .owl-prev,
  .pl-content-stage .owl-next {
    top: 26%;
  }
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 10px 5px 10px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%;
  background-size: 61px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
  background-size: 61px;
}

.thumb.active {
  border-bottom: 1px solid #b8b7b6;
}

.owl-controls {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

.owl-custom-prev-button {
  top: 20%;
  left: 0;
  position: absolute;
}

.owl-custom-next-button {
  top: 20%;
  right: 0;
  position: absolute;
}

.owl-custom-nav {
  text-align: center;
}

.owl-custom-prev-button-overlay {
  display: inline-block;
  margin-right: 10px;
}

.owl-custom-next-button-overlay {
  display: inline-block;
  margin-left: 10px;
}

.owl__nav--inactive {
  opacity: .4;
}

.owl-carousel .content-stage-item__image {
  max-height: 577px;
}

@media (min-width: 1681px) {
  .owl-carousel .content-stage-item__image {
      max-height: 660px;
  }
}

@media (max-width: 1450px) {
  .content-stage .owl-carousel .content-stage-item__image {
      max-height: 502px;
  }
}

@media (min-width: 1450px) {
  .container .content-stage .owl-carousel .content-stage-item__image {
      max-height: 678px;
  }
}

@media (max-width: 1366px) {
  .owl-carousel .content-stage-item__image {
      max-height: 470px;
  }
}

@media (max-width: 1449px) {
  .container .content-stage .owl-carousel .content-stage-item__image {
      max-height: 551px;
  }
}

@media (max-width: 1024px) {
  .owl-carousel .content-stage-item__image {
      max-height: 406px;
  }
}

@media (max-width: 1024px) {
  .container .content-stage .owl-carousel .content-stage-item__image {
      max-height: 490px;
  }
}

@media (max-width: 768px) {
  .owl-carousel .content-stage-item__image {
      max-height: 305px;
  }
}

@media (max-width: 768px) {
  .container .content-stage .owl-carousel .content-stage-item__image {
      max-height: 490px;
  }
}

@media (max-width: 376px) {
  .owl-carousel .content-stage-item__image,
  .container .content-stage .owl-carousel .content-stage-item__image {
      max-height: 216px;
  }
}

@media (max-width: 325px) {
  .owl-carousel .content-stage-item__image,
  .container .content-stage .owl-carousel .content-stage-item__image {
      max-height: 185px;
  }
}

@media (max-width: 760px) {
  .owl-carousel .owl-item img.product-item__tracking-image {
    margin: auto;
  }
}
