/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

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

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* styels */

.owl-carousel {
  touch-action: manipulation;
}
.categories .custom-nav button,
.offers .custom-nav button,
.filtter .custom-nav button,
.details-slider button {
  border: none;
  width: 42px;
  height: 42px;
  font-size: 20px;
  border-radius: 50%;
  background: #e0eff6;
  color: var(--main-color);
  border-radius: 50%;
  box-shadow: 0px 3.22px 48.29px 0px #292c7c26;
  font-size: 14px;
}
.categories .custom-nav button:hover,
.offers .custom-nav button:hover,
.filtter .custom-nav button:hover {
  background-color: #f9d9da;
}

.slick .slick-slide {
  margin: 0 10px;
}
.owl-theme .owl-dots {
  display: flex;
  justify-content: center;
}

.about-clients .owl-nav {
  position: absolute;
  top: -90px;
  left: 0;
}

.about-clients .owl-prev,
.about-clients .owl-next,
.details-slider .owl-prev,
.details-slider .owl-next {
  background: none !important;
}
.about-clients .owl-carousel button,
.details-slider .owl-carousel button {
  border: none;
  width: 42px;
  height: 42px;
  font-size: 20px;
  border-radius: 50%;
  color: var(--main-color);
  border-radius: 50%;
  box-shadow: 0px 3.22px 48.29px 0px #292c7c26;
  font-size: 14px;
}
.about-clients .owl-carousel button:hover,
.details-slider .owl-carousel button:hover {
  background-color: var(--main-color);
  color: #fff;
}
.details-slider .owl-nav .owl-prev,
.details-slider .owl-nav .owl-next {
  position: absolute;
  top: 30%;
}
.details-slider .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
}
.details-slider .owl-nav .owl-next {
  position: absolute;
  right: -30px;
}

@media (max-width: 767px) {
  .about-clients .owl-nav {
    position: absolute;
    bottom: 0;
    top: inherit;
  }
  .details-slider .owl-nav .owl-prev {
    left: 0;
  }
  .details-slider .owl-nav .owl-next {
    right: 0;
  }
}
