.efly-slider{
  position: relative;
  height: 6px;
  background: $color-light-primary;
  cursor: pointer;

  .efly-slider-current{
    height: 6px;
    background: $color-primary;
    position: absolute;
    top: 0;
    cursor: pointer;

    .efly-slider-point{
      width: 14px;
      height: 14px;
      background: $color-primary;
      position: absolute;
      right: -7px;
      top: -4px;
      border-radius: 14px;
      cursor: pointer;
    }
  }
}
