.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; }

.price-filter-count .priceDiv {
  margin: 0px 8px 10px 22px; }

.price-filter-count .priceValue-div {
  border: 0px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0; }

.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% !important;
  background: #d8d8d8;
  margin-top: -4px;
  height: 2px; }

.fsslider > .fssel-left,
.fsslider > .fssel-right,
.fsslider > .fscaret {
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  height: 20px;
  min-width: 20px;
  border: 1px solid #fff;
  overflow: hidden !important;
  outline: 1px solid black !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  top: 0;
  padding-left: 5px;
  padding-right: 5px; }

.fsslider > .fssel-value {
  /*background: #ff7c19;*/
  background: #1A1A1A;
  height: 2px;
  margin-top: -4px;
  right: 50%; }

.fsslider.fsdisabled {
  color: #c8c8c8; }

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

.dynamic-price-filter {
  padding-left: 0px;
  font-family: SourceSansPro-Regular;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #6E6E6E;
  text-underline-position: from-font;
  text-decoration-skip-ink: none; }

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

#allfilters #ranged-value {
  width: 385px !important;
  margin: -1px 0 !important;
  padding-left: 8px; }

#ranged-value {
  width: 160px !important;
  margin: -1px 0 !important;
  padding-left: 8px; }

.max-val {
  text-align: right;
  padding-right: 15px; }

.allfilters .max-val {
  text-align: right;
  padding-right: 0px; }

@media (max-width: 768px) {
  .viewitemsprice {
    display: none !important; }
  .max-val {
    padding-right: 15px; }
  #ranged-value {
    width: 320px !important;
    padding: 0;
    margin: 5px 0px 0px 6px !important; }
  .dynamic-price-filter {
    margin: 0; }
  .max-val .dynamic-price-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: end; }
  .fscaret {
    pointer-events: auto;
    -ms-touch-action: none;
        touch-action: none; } }

@media (min-width: 390px) and (max-width: 400px) {
  #ranged-value {
    width: 340px !important;
    padding: 0;
    margin: 10px 0px 0px 10px !important; } }

@media (min-width: 401px) and (max-width: 422px) {
  #ranged-value {
    width: 365px !important;
    padding: 0;
    margin: 1px 0px 0px 10px !important; } }

@media (min-width: 423px) and (max-width: 530px) {
  #ranged-value {
    width: 375px !important;
    padding: 0;
    margin: 5px 0px 0px 12px !important; } }

