.range-slider {
  *zoom: 1;
  margin:0px 0 20px;
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.range-slider:before, .range-slider:after {
  content: " ";
  display: table;
}
.range-slider:after {
  clear: both;
}
 
.range-slider .track {
  bottom: 9px;
  height:4px;
  left: 0;
  margin-bottom: -3px;
  position: absolute;
  width: 0;
  z-index: 50;
}
 
.range-slider .track--full {
  background: #ECE8E3;
  width: 100%;
}
.range-slider .track--included {
  background: #FFA01A;
  border-radius: 3px;
}
.range-slider .slider-thumb {
  background: #FFA01A;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  display: block\9;
  height: 16px;
  left: 0;
  position: absolute;
  width: 16px;
  z-index: 101;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .range-slider .slider-thumb {
    display: block;
  }
} 
.range-slider [type=range] {
  -webkit-appearance: none;
  background: none;
  height: 16px;
  margin: 0;
  outline: none;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 75;
}
 
.range-slider [type=range]:focus {
  outline: none;
}
.range-slider [type=range]::-moz-focus-outer {
  border: 0;
}
.range-slider [type=range]:first-of-type {
  float: left;
  margin-bottom: -30px;
}
@media (min-width: 640px) {
  .range-slider [type=range]:first-of-type {
    margin-bottom: -30px;
  }
}
@media (min-width: 1024px) {
  .range-slider [type=range]:first-of-type {
    margin-bottom: -30px;
  }
}
.range-slider [type=range]:last-of-type {
  float: right;
  margin-bottom: 0;
}
.range-slider [type=range]::-webkit-slider-runnable-track {
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}
.range-slider [type=range]::-ms-fill-lower {
  background: none;
  border: 0;
}
.range-slider [type=range]::-ms-fill-upper {
  background: none;
  border: 0;
}
.range-slider [type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-color: transparent;
  color: transparent;
  height: 6px;
  z-index: -1;
}
.range-slider [type=range]:focus::-ms-fill-lower {
  background: none;
  border: 0;
}
.range-slider [type=range]:focus::-ms-fill-upper {
  background: none;
  border: 0;
}
.range-slider [type=range]::-moz-range-track {
  -moz-appearance: none;
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}
.range-slider [type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #FFA01A;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  margin-top: -12px;
  outline: 0;
  pointer-events: all;
  position: relative;
  width: 16px;
  z-index: 100;
} 
.range-slider [type=range]::-ms-thumb {
  background: #FFA01A;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  margin-top: 0;
  pointer-events: all;
  position: relative;
  width: 16px;
  z-index: 100;
} 
.range-slider [type=range]::-moz-range-thumb {
  -moz-appearance: none;
  background: #FFA01A;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  margin-top: -12px;
  pointer-events: all;
  position: relative;
  width: 16px;
  z-index: 100;
}
 
.range-slider .output,
.range-slider output {
  /*background: #fff;  
  color: #000;
  font-size: 14px;
  display: inline-block;
  height: auto; 
  line-height:1.5;
  padding: 0 0;
  position: absolute;
  text-align: center;
  top: 0; */

  background: #fff;  
  color: #000;
  display: inline-block;
  height: auto;
  left: 50%;
  font-size: 14px;
  line-height: 1.5;
  padding:0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, 0);
}

/*.range-slider output +  output{left: 100px}*/

.range-slider .output:before{
  content: '฿';
}