.fsslider {
  position: relative;
  min-width: 150px;
  height: 24px;
  display: inline-block;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000; }

.fsslider {
  text-align: center;
  line-height: 24px;
  font-size: 11px;
  font-family: "Lucida Grande", "Trebuchet MS", sans-serif; }

.fsslider > * {
  position: absolute;
  top: 50%;
  cursor: pointer; }

.fsslider > .fsfull-value, .fsslider > .fssel-value {
  margin-top: -1px;
  height: 2px;
  left: 0;
  right: 0; }

.fsslider > .fsfull-value {
  width: 100%;
  background: #d8d8d8;
  margin-top: -4px;
  height: 6px; }

.fsslider > .fssel-left, .fsslider > .fssel-right, .fsslider > .fscaret {
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  height: 20px;
  min-width: 20px;
  top: 0;
  padding-left: 5px;
  padding-right: 5px; }

.fsslider > .fssel-value {
  /*background: #ff7c19;*/
  background: #3300AD;
  height: 6px;
  margin-top: -4px;
  right: 50%; }

.fsslider.fsdisabled {
  color: #c8c8c8; }

.fsslider.fsdisabled > .fssel-value {
  background: #c8c8c8; }

.dynamic-price-filter {
  border-bottom: 1px solid #3A2E2C;
  text-align: start;
  font-family: 'Patron-Light';
  font-size: 16px;
  padding-bottom: 5px; }

.fscaret {
  border-radius: 50%;
  background-color: #3300AD !important;
  color: #3300AD;
  width: 20px; }

#ranged-value {
  width: 390px !important;
  margin: -1px 0 !important; }

@media (max-width: 768px) {
  #ranged-value {
    width: 320px !important;
    margin: -1px auto !important; } }

