.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  /* stylelint-disable */
  touch-action: none;
  /* stylelint-enable */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: none;
}

.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* Wrapper for all connect elements.
  */
.noUi-connects {
  z-index: 0;
  overflow: hidden;
  border-radius: 0.4rem;
}

.noUi-connect,
.noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform-origin: 0 0;
  will-change: transform;
  transform-style: preserve-3d;
  transform-style: flat;
}

.noUi-connect {
  width: 100%;
  height: 100%;
  background: #C73474;
}

.noUi-origin {
  width: 10%;
  height: 10%;
}

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-touch-area {
  width: 100%;
  height: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

/* Offset direction
*/
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  right: auto;
  left: 0;
}

.noUi-state-drag * {
  /* stylelint-disable */
  cursor: inherit !important;
  /* stylelint-enable */
}

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 4px;
  margin: 0 8px;
}

.noUi-handle {
  position: absolute;
  cursor: default;
  background: #fff;
  border: 4.11px solid #651868;
  border-radius: 50%;
  outline: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.noUi-horizontal .noUi-handle {
  top: -6px;
  right: -8px;
  width: 16px;
  height: 16px;
}

.noUi-vertical {
  width: 8px;
  margin: 8px 0;
}

.noUi-vertical .noUi-handle {
  top: -8px;
  right: -4px;
  width: 16px;
  height: 16px;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  position: relative;
  background: #e9ecef;
  border: 0 solid #dee2e6;
  border-radius: 0.4rem;
}

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-active {
  background: #9f295c;
}

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #e9ecef;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.noUi-value-sub {
  font-size: 10px;
  color: #ccc;
}

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
  margin-left: -1px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0 10px;
}

.noUi-value-vertical {
  padding-left: 25px;
  transform: translate(0, -50%);
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  position: absolute;
  display: block;
  padding: 1px 5px;
  font-size: 12px;
  font-weight: 600;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  transform: translate(-50%, 0);
}

.noUi-vertical .noUi-tooltip {
  top: 50%;
  right: 120%;
  transform: translate(0, -50%);
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  bottom: 10px;
  left: auto;
  transform: translate(50%, 0);
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  top: auto;
  right: 28px;
  transform: translate(0, -18px);
}

.display-toggle__link {
  width: 1.7em;
  height: 1.7em;
  font-size: 1.125rem;
  line-height: 1.7em;
  color: #212529;
  text-align: center;
  background: #f8f9fa;
  border-radius: 50%;
}
.display-toggle__link:hover, .display-toggle__link:focus {
  color: #212529;
  background: #e9ecef;
}
.display-toggle__link.active {
  color: #fff;
  background: #C73474;
}
.display-toggle__icon {
  font-size: inherit;
  line-height: inherit;
}

@media (max-width: 767.98px) {
  .search-filters {
    border: 0;
    border-radius: 0;
  }
}
.search-filters .list-group-item {
  padding: 0.75rem 0;
}
.search-filters__title {
  font-size: 1rem;
  color: #000;
}
@media (max-width: 992px) {
  .search-filters__title {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
.search-filters__block {
  border-color: #BFBFBF;
}
.search-filters__block:last-child {
  border: 0;
}
.search-filters__collapse {
  max-height: 12.5rem;
  overflow-y: auto;
}
.search-filters__collapse::-webkit-scrollbar {
  width: 10px;
}
.search-filters__collapse::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d4d4d4;
}
.search-filters__collapse.categories {
  max-height: inherit;
  overflow: hidden;
  padding: 0 1.3125rem;
}
.search-filters__collapse.categories .custom-checkbox-category {
  float: left;
  margin-bottom: 0.625rem;
  text-align: center;
  max-height: 7.4375rem;
  width: 50%;
}
.search-filters__collapse.categories .custom-checkbox-category input {
  display: none;
  float: none;
  margin: 0 auto;
}
.search-filters__collapse.categories .custom-checkbox-category input:checked ~ label:before {
  opacity: 1;
}
.search-filters__collapse.categories .custom-checkbox-category input:checked ~ label span {
  color: #fff;
}
.search-filters__collapse.categories .custom-checkbox-category input:checked ~ label .category-img {
  filter: brightness(0) invert(1);
}
.search-filters__collapse.categories .custom-checkbox-category label {
  cursor: pointer;
  display: block;
  padding: 0.625rem 0;
  transition: all 0.2s ease-out;
  position: relative;
  z-index: 1;
}
.search-filters__collapse.categories .custom-checkbox-category label:before {
  content: "";
  transition: all 0.2s ease-out;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0.125rem;
  z-index: -1;
  background-color: #C73474;
  transform: skew(-20deg);
}
.search-filters__collapse.categories .custom-checkbox-category label:hover:before {
  opacity: 1;
}
.search-filters__collapse.categories .custom-checkbox-category label .label {
  color: #424B54;
  font-weight: 400;
  font-size: 0.75rem;
  padding: 0.3125rem;
  display: inline-block;
}
.search-filters__collapse.categories .custom-checkbox-category label .label i {
  font-size: 0.75rem;
  vertical-align: middle;
}
.search-filters__collapse.categories .custom-checkbox-category label .category-img {
  display: block;
  margin: auto;
  width: 4.125rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
}
.search-filters__collapse.categories .custom-checkbox-category label:hover span {
  color: #fff;
}
.search-filters__collapse.categories .custom-checkbox-category label:hover .category-img {
  filter: brightness(0) invert(1);
}
.search-filters__collapse .magnitude {
  color: rgba(66, 75, 84, 0.5019607843);
}
.search-filters .switch-filter {
  width: 41px;
}
.search-filters .switch-filter .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.search-filters .switch-filter .ps-switch {
  position: relative;
  display: block;
  width: 100%;
  height: 22px;
}
.search-filters .switch-filter .ps-switch label {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  padding-left: 2.8rem;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(-50%);
}
.search-filters .switch-filter .ps-switch .slide-button {
  position: absolute;
  transition: 0.25s ease-out;
  top: 0;
  z-index: 0;
  display: block;
  width: 40px;
  height: 22px;
  background: #EBEBEB;
  border-radius: 1000px;
}
.search-filters .switch-filter .ps-switch .slide-button::after {
  content: "";
  position: absolute;
  transition: 0.25s ease-out;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #D6D6D6;
  border-radius: 50%;
}
.search-filters .switch-filter .ps-switch .slide-button::before {
  content: "";
  position: absolute;
  transition: 0.25s ease-out;
  top: 7px;
  left: 7px;
  z-index: 1;
  width: 8px;
  height: 8px;
  background: #D6D6D6;
  border-radius: 50%;
}
.search-filters .switch-filter .ps-switch input {
  position: absolute;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.search-filters .switch-filter .ps-switch input:disabled {
  cursor: not-allowed;
}
.search-filters .switch-filter .ps-switch input:disabled ~ .slide-button {
  opacity: 0.2;
}
.search-filters .switch-filter .ps-switch input:checked {
  z-index: 0;
}
.search-filters .switch-filter .ps-switch input:first-of-type:checked ~ label:first-of-type {
  opacity: 1;
}
.search-filters .switch-filter .ps-switch input:first-of-type:checked:disabled ~ label:first-of-type {
  opacity: 0.2;
}
.search-filters .switch-filter .ps-switch input:first-of-type:checked ~ .slide-button {
  background: #EBEBEB;
}
.search-filters .switch-filter .ps-switch input:last-of-type:checked ~ label:last-of-type {
  opacity: 1;
}
.search-filters .switch-filter .ps-switch input:last-of-type:checked:disabled ~ label:last-of-type {
  opacity: 0.2;
}
.search-filters .switch-filter .ps-switch input:last-of-type:checked ~ .slide-button {
  background: #C73474;
}
.search-filters .switch-filter .ps-switch input:last-of-type:checked ~ .slide-button::after {
  background: #651868;
  transform: translateX(18px);
}
.search-filters .switch-filter .ps-switch input:last-of-type:checked ~ .slide-button::before {
  background: #fff;
  transform: translateX(18px);
}
.search-filters .switch-filter .ps-switch-center .slide-button {
  position: inherit;
  margin: auto;
}
