.page-wrap .right_content .small_slider#manufacturers {
  margin: 60px 0 0;
}

.page-wrap .right_content .small_slider#manufacturers .owl-stage-outer .owl-item a img {
  padding: 0 5px;
  max-width: 100%;
  height: auto;
}

#manufacturers {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  max-height: 260px;
  overflow: hidden;
}

#manufacturers .owl-stage-outer {
  min-height: 200px;
}

#manufacturers .owl-item {
  height: 200px;
  background-color: var(--color-light);
  border-radius: var(--border-radius);
}

#manufacturers .owl-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#manufacturers .owl-nav div {
  display: flex !important;
}

@media screen and (min-width: 480px) {
  #manufacturers .owl-dots {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  #manufacturers .owl-nav div {
    display: none !important;
  }
}

/* small_slider */

.small_slider a {
  display: block;
  height: 100%;
  text-align: center;
  line-height: 150px;
}

.small_slider a img {
  padding: 0 10px;
  max-width: 100%;
  width: 100px;
  height: auto;
}

.small_slider .owl-carousel .owl-stage {
  height: 186px;
  overflow: hidden;
}
