/*
 * 	Custom theme - Owl Carousel CSS
 */

.owl-item .products-list__block--grid {
  max-width: 100%;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 4px;
  background: #D4D4D4 !important;
  margin: 0 3px;
  outline: none;
  cursor: pointer;
}

.owl-dots .owl-dot.active {
  background: #2B65A6 !important;
  width: 18px;
}

.owl-nav .owl-prev {
  float: left;
  margin-left: 10px;
}
.owl-nav .owl-next {
  float: right;
  margin-right: 10px;
}

.owl-nav .owl-prev span {
  background: #E5E5E5;
  padding: 18px 17px;
  content: url(../../img/arrow-left.svg);
}

.owl-nav .owl-next span {
  background: #E5E5E5;
  padding: 18px 17px;
  content: url(../../img/arrow-right.svg);
}

.pos_title {
  display: flex;
  justify-content: space-between;
}