.owl-dots {
  transform: translateY(50px);
  bottom: 0;
}

.owl-dots .owl-dot {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
  margin: 0 8px;
  background-color: var(--sm-btn-color);
  cursor: pointer;
}

.owl-dots .owl-dot:not(.active) {
  background-color: var(--taupe-gray);
}

.owl-dots .owl-dot.active {
  opacity: 1;
}

.owl-dot.active {
  width: 48px;
  height: 12px;
  border-radius: 12px;
}

.owl-dots .owl-dot span {
  margin: 0 !important;
}

/* .owl-dots .owl-dot.active:after {
  content: '';
  position: absolute;
  left: 0;
  height: 12px;
  width: 48px;
  background-color: var(--sm-btn-color);
  border-radius: 12px;
} */

.owl-dots .owl-dot:last-child:after {
  display: none;
}
