.customer-styles {
  /* START widget: slider */
  /* END widget: slider */
}

.customer-styles .widget_template_slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.customer-styles .widget_template_slider .slider {
  align-items: center;
  display: flex;
  transform: translateX(0%);
}

.customer-styles .widget_template_slider .slider-item {
  flex-shrink: 0;
  width: 100vw;
}

.customer-styles .widget_template_slider .slider-pagination {
  display: flex;
  height: 10px;
  justify-content: center;
  margin: 0 0 50px;
}

.customer-styles .widget_template_slider .slider-pagination-item {
  background-color: #90a4ae;
  border-radius: 50%;
  height: 6px;
  margin: 0 3px;
  transition: all .5s;
  width: 6px;
  cursor: pointer;
}

.customer-styles .widget_template_slider .slider-pagination-item.active {
  background-color: #ff1744;
  height: 10px;
  margin-top: -2px;
  width: 10px;
}
