.owl-theme .owl-nav {
  height: 0;

  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 svg {
      fill: #333333;
      background: #d6d6d6;
    }

    .owl-theme .owl-nav button.owl-prev,
    .owl-theme .owl-nav button.owl-next {
      position: absolute;
      top: 0;
      bottom: 0;

      margin: 0;
      padding: 0 10px !important;
      outline: none;

    }

    .owl-theme .owl-nav button.owl-prev {
      left: 0;
    }
    .owl-theme .owl-nav button.owl-next {
      right: 0;
    }

    .owl-theme.slider--dots-on-slide .owl-dots {
      position: absolute;
      bottom: 10px;
    }

    @media screen and (min-width: 1088px) {
      .owl-theme.slider--arrows-outside .owl-nav button.owl-prev {
        left: -62px;
      }
      .owl-theme.slider--arrows-outside .owl-nav button.owl-next {
        right: -62px;
      }
    }

      .owl-theme .owl-nav button.owl-prev svg,
      .owl-theme .owl-nav button.owl-next svg {
        padding: 14px;
        width: 42px;
        border-radius: 50%;
        background: #f4f4f4;

        transition: background .15s ease, fill .15s ease;
      }


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

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

.owl-theme .owl-dots {
  position: absolute;
  padding-top: 10px;
  padding-bottom: 5px;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    outline: none; }
    .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; }
