.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: inherit;
  color: #555;
}
.owl-theme .owl-nav [class*="owl-"] {
  background-color: inherit;
  font-size: 20px;
  color: #555;
  padding: 0;
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 5px;
}

.form-item {
  margin-bottom: 10px;
}
.image-additional .owl-theme .owl-nav [class*="owl-"] {
  font-size: 20px;
  padding: 0;
  background: inherit;
  color: #666;
}

@media screen and (max-width: 768px) {
  .owl-carousel .owl-controls {
    margin-top: 10px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 5px;
    background: #303030;
    display: inline-block;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--base-color-orange);
  }
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  .owl-dots .owl-dot {
    display: inline-block;
  }
}
