@import "_variables";

.price-slider-option .slider {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.price-slider-option .slider.slider-horizontal {
  width: 100%;
  height: 20px; }

.price-slider-option .slider.slider-horizontal .slider-track {
  height: 4px;
  left: 0;
  margin-top: -5px;
  top: 50%;
  width: 100%;
  }

.price-slider-option .slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0; }

.price-slider-option .slider.slider-horizontal .slider-handle {
  /* margin-left: -12px; */
  margin-top: -6px;
  }

.price-slider-option .left-round {
  margin-left: 0 !important; }

.price-slider-option.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: $theme-color-1;
  margin-top: 0; }

.price-slider-option .slider.slider-vertical {
  height: 210px;
  width: 20px; }

.price-slider-option .slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0; }

.price-slider-option .slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0; }

.price-slider-option .slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px; }

.price-slider-option .slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: $theme-color-1;
  margin-left: 0; }

.price-slider-option .slider input {
  display: none; }

.price-slider-option .slider .tooltip-inner {
  white-space: nowrap; }

.price-slider-option .slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #e5e5e5;
  border-radius: 15px; }

.price-slider-option .slider-selection {
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 $theme-color-1;
  position: absolute; }

.price-slider-option .slider-handle {
  background: #fff;
  border: 2px solid $theme-color-1;
  box-shadow: none;
  height: 16px;
  opacity: 1;
  position: absolute;
  width: 16px; }

.price-slider-option .slider-handle.round {
  /* -webkit-border-radius: 20px; */
  -moz-border-radius: 20px;
  border-radius: 20px;
  }

.price-slider-option .slider-handle.triangle {
  background: transparent none; }
