.faceted-overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(25, 25, 25, 0.5);
  z-index: 100; }
  .faceted-overlay .overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
  .faceted-overlay .overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
  .faceted-overlay .spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

.ps_facetedsearch .ui-slider {
  background-color: #ddd;
  background-image: none;
  border: 0;
  height: 6px;
}
  .ps_facetedsearch .ui-slider .ui-slider-handle {
    background-color: #333;
    background-image: none;
    border: 2px solid #fff; 
    border-radius: 100%;
    cursor: pointer;
    height: 16px;
    top: calc(50% - 8px);
    width: 16px;
  }
  .ps_facetedsearch .ui-slider .ui-slider-range {
    background-color: #333;
    background-image: none;
  }