@charset "UTF-8";
.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: #b0ffd4;
}

.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: 8px;
  margin: 0 8px;
}

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

.noUi-horizontal .noUi-handle {
  top: -4px;
  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: #17ff81;
}

/* 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);
}

.selectedFilters.inline {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.selectedFilters.inline .cf {
  white-space: nowrap;
  color: var(--black);
  border: 1px solid var(--black);
  display: flex;
  align-items: center;
  font-weight: 700;
  border-radius: 5px;
  padding: 10px;
  min-height: 36px;
  text-transform: uppercase;
  font-size: 12px;
}

.af_filter {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.vertical-layout .af_filter.type-3:not(.closed) {
  padding-bottom: 10px;
}

.af_filter li,
.hide-zero-matches .no-matches.active {
  display: block;
}

.hide-zero-matches .no-matches {
  display: none;
}

/* foldered */
.foldered .af-parent-category > label .name {
  padding-right: 15px;
  position: relative;
}

.foldered .af-toggle-child:after {
  content: "+";
  font-family: Arial;
  position: absolute;
  padding: 3px 5px;
  line-height: 0.5em;
  font-size: 1.5em;
}

.foldered .open > label .af-toggle-child:after {
  content: "−";
}

.af_filter.foldered .af-parent-category > ul {
  display: none;
}

.af_filter.foldered .af-parent-category.open > ul {
  display: block;
}

.af_filter .name {
  padding-left: 5px;
}

.af_filter .count {
  color: #D0D5DB;
  margin-left: auto;
  padding-left: 3px;
}

.af-total-count {
  opacity: 0.5;
}

.af_filter .count:before,
.af-total-count:before {
  content: "(";
}

.af_filter .count:after,
.af-total-count:after {
  content: ")";
}

.af_filter select {
  width: 100%;
  padding: 5px;
  border: 2px solid #D0D5DB;
}

/* color boxes */
.af-color-box {
  display: inline-block;
  width: 25px;
  height: 25px;
  min-width: 25px; /* if .name overlaps to new line */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  text-align: center;
  position: relative;
  box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.active .af-color-box {
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin: 5px;
}

.active .af-color-box:after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: 2px solid #D0D5DB;
  border-radius: 50%;
}

.af-inline-colors {
  display: inline-block;
  width: 100%;
}

.af-inline-colors li {
  float: left;
  margin: 2px 4px 2px 0;
}

.af-color-box .checkbox,
.af-color-box .radio,
.af-inline-colors .name,
.af-inline-colors .count {
  display: none;
}

/* dimmed values */
.dim-zero-matches .no-matches > label {
  opacity: 0.4;
  cursor: no-drop;
}

.dim-zero-matches .no-matches.active > label {
  cursor: pointer;
}

.dim-zero-matches .no-matches .af-color-box:before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2px solid #FFF;
  width: 23px;
  top: 50%;
  margin: -1px 0 0 1px;
  transform: rotate(-45deg);
}

.dim-zero-matches .no-matches .af-color-box.bright:before {
  border-color: #D0D5DB;
}

.dim-zero-matches .no-matches.active .af-color-box:before {
  left: -6px;
}

/* text boxes */
.af_filter.tb li {
  float: left;
  border: 2px solid #D0D5DB;
  border-radius: 5px;
  margin: 0 4px 4px 0;
  padding: 6px;
  line-height: 1;
}

.af_filter.tb li.active {
  border-color: #AAB2BD;
  background: #F1F3F4;
}

.af_filter.tb label,
.af_filter.tb .name {
  padding: 0;
  margin: 0;
}

.af_filter.tb .checkbox {
  display: none;
}

/* selected filters */
.selectedFilters {
  clear: both;
}

.has-compact-filter .selected-filters-label {
  display: none;
}

/* loading animation */
.loading-indicator,
.viewFilteredProducts.loading:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  bottom: 0.5em;
  border: 2px solid;
  border-left-color: transparent;
  opacity: 0.5;
  border-radius: 100%;
  z-index: 2;
  animation: spinning 0.4s infinite linear;
}

.viewFilteredProducts.loading {
  pointer-events: none;
}

.viewFilteredProducts.loading:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  z-index: 1;
}

/* load more, infinite scroll */
.dynamic-loading {
  text-align: center;
  margin-bottom: 2em;
  position: relative;
  clear: both;
}

.dynamic-loading.infinite-scroll {
  margin: 0;
}

.dynamic-product-count {
  display: block;
  margin: 0.5em 0 1.5em 0;
}

.relative-container {
  position: relative;
}

.infinite-scroll .loading-indicator {
  position: relative;
  left: auto;
}

.dynamic-loading.infinite-scroll .loadMore {
  display: none;
}

.dynamic-loading .loadMore,
.dynamic-loading.loading .loading-indicator {
  visibility: visible;
  transition: none;
}

.dynamic-loading .loading-indicator,
.dynamic-loading.loading .loadMore {
  visibility: hidden;
}

.hidden-name .name {
  display: none;
}

.btn.full-width {
  width: 100%;
}

.force-hidden {
  display: none;
}

.af-basic-layout {
  margin-top: 15px;
}

.af-basic-layout .showall {
  display: none;
}

.hide-counters .count {
  display: none;
}

#amazzing_filter a,
#amazzing_filter a:focus {
  text-decoration: none;
}

/* cut off */
.af_filter .toggle-cut-off {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  display: none;
}

.af_filter.expandable .toggle-cut-off {
  display: block;
}

.af_filter.expandable .af_filter_content {
  margin-bottom: 0.3em;
}

.toggle-cut-off span {
  padding: 0 5px;
  background: #FFF;
  color: #AAB2BD;
}

.toggle-cut-off .more,
.cut-off .toggle-cut-off .less,
.cut-off .cut {
  display: none;
}

.cut-off .toggle-cut-off .more,
.toggle-cut-off .less {
  display: inline-block;
}

/* more filters */
#amazzing_filter .toggleMoreFilters,
#amazzing_filter .toggleMoreFilters:focus {
  margin-top: 1em;
  background: #EAEDF0;
  color: #55696F;
  font-weight: 500;
  letter-spacing: 1px;
  outline: none;
}

.af-form.show-more-f .toggleMoreFilters .more-txt,
.af-form:not(.show-more-f) .toggleMoreFilters .less-txt,
.af-form:not(.show-more-f) .more-f {
  display: none;
}

/* toggle filters */
.af_subtitle {
  position: relative;
}

.af_subtitle.toggle-content {
  cursor: pointer;
}

.af_subtitle.toggle-content:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 0;
  right: 3px;
  border: 2px solid #AAB2BD;
  width: 7px;
  height: 7px;
  border-width: 2px 0 0 2px;
  transform: rotate(45deg);
}
.kategorie .af_subtitle.toggle-content:before {
  margin-top: 4px;
}

.no-available-items .af_subtitle,
.no-available-items .af_filter_content {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.closed .af_filter_content,
.hide-zero-matches .no-available-items {
  display: none;
}

.closed .af_subtitle.toggle-content:before {
  border-width: 0 2px 2px 0;
  margin-top: 0;
}

.closed.kategorie .af_subtitle.toggle-content:before {
  margin-top: 0;
}

.special .af_filter_content {
  display: block;
  margin: 10px 0 5px 0;
}

/* quick search */
.af-quick-search {
  position: relative;
  margin-bottom: 0.7em;
}

.af-quick-search:before {
  content: "";
  position: absolute;
  right: 0.6em;
  top: 0.6em;
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid #AAB2BD;
  border-radius: 100%;
  z-index: 1;
}

.af-quick-search:after {
  content: "";
  position: absolute;
  display: block;
  height: 5px;
  width: 0;
  border: 1px solid #AAB2BD;
  top: 0.7em;
  right: 0.6em;
  transform: rotate(45deg);
  z-index: 1;
  margin-top: 8px;
  margin-right: 10px;
}

.qsInput {
  border: 2px solid #F5F5F5;
  transition: all 0.2s;
  background: #F5F5F5;
  width: 100%;
  padding: 4px;
  position: relative;
}

body .qsInput:focus,
.qsInput.has-value {
  background: #FAFAFA;
  border: 2px solid #AAB2BD;
  outline: none;
  z-index: 2;
}

.af_filter li.qs-hidden {
  display: none;
}

.af_filter li.qs-hidden.active,
.af_filter li.qs-hidden.qs-half-hidden {
  display: block;
}

.af_filter li.qs-hidden.active > label,
.af_filter li.qs-hidden.qs-half-hidden > label {
  opacity: 0.5;
}

.qs-no-matches {
  margin: 0.7em 0;
  padding: 0.5em;
}

/* horizontal layout */
.horizontal-layout .title_block {
  display: none;
}

.horizontal-layout .af-form {
  padding: 0;
}

.horizontal-layout .af_subtitle {
  background: #FFF;
  border: 2px solid #AAB2BD;
  padding: 10px 20px 10px 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.horizontal-layout .closed .af_subtitle {
  border-color: #D0D5DB;
}

.horizontal-layout .af_subtitle.toggle-content:before {
  right: 7px;
}

.horizontal-layout .af_filter {
  border: 0;
}

.horizontal-layout .af_filter_content {
  position: absolute;
  left: 0;
  right: 0;
  padding: 5px 10px;
  background: #FFF;
  border: 2px solid #AAB2BD;
  border-top-width: 0;
  z-index: 99999;
  margin-top: -2px;
}

.horizontal-layout .special .af_filter_content {
  position: relative;
  border-color: #D0D5DB;
  left: 0;
  border-top-width: 2px;
  margin: 0;
  z-index: 1;
}

.horizontal-layout .af_filter_content ul {
  padding: 0 10px;
  margin: 0 -10px;
  max-height: 500px;
}

.horizontal-layout .special .af_filter_content label {
  margin: -1px 0;
  color: inherit;
}

.horizontal-layout .special .name {
  text-transform: uppercase;
  font-size: 12px;
}

.horizontal-layout .type-3 .af_filter_content,
.horizontal-layout .has-slider .af_filter_content {
  overflow: visible;
  padding-bottom: 10px;
}

.horizontal-layout .has-selection .af_subtitle,
.horizontal-layout .has-selection .af_subtitle.toggle-content:before,
.horizontal-layout .has-selection .af_filter_content {
  border-color: #3CB5D2;
}

.horizontal-layout .has-selection .af_subtitle {
  color: #3CB5D2;
}

.horizontal-layout .af_filter .toggle-cut-off {
  bottom: 0;
  border-top: 1px solid #AAB2BD;
  margin: 0 10px;
}

.horizontal-layout .af_filter .toggle-cut-off span {
  position: relative;
  top: -7px;
}

.horizontal-layout .af_filter.expandable .af_filter_content {
  padding-bottom: 2em;
}

.horizontal-layout .toggleMoreFilters {
  width: 100%;
}

.horizontal-layout .toggleMoreFilters i {
  float: right;
  line-height: 0;
}

@media (min-width: 480px) {
  .horizontal-layout {
    margin: 0 -5px 10px -5px;
  }
  .horizontal-layout:after {
    content: "";
    display: block;
    clear: both;
  }
  .horizontal-layout .selectedFilters {
    margin: 0 5px;
  }
  .horizontal-layout .h-el {
    float: left;
    width: 50%;
    padding: 0 5px 5px 5px;
  }
  .horizontal-layout .af_filter_content {
    left: 5px;
    right: 5px;
  }
  #amazzing_filter.horizontal-layout .btn {
    padding: 10px;
    margin: 0;
    line-height: 1;
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .horizontal-layout .h-el {
    width: 33.3%;
  }
}
@media (min-width: 1200px) {
  .horizontal-layout .h-el {
    width: 25%;
  }
}
/* compact view */
.has-compact-filter.show-filter {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: auto;
}

.has-compact-filter #amazzing_filter {
  /* position fixed is defined in hookDisplayHeader() basing on configurable @media max-width */
  opacity: 1;
  z-index: 10001;
  top: 0;
  width: 100%;
  right: 0;
  transform: translateY(-100%);
  padding: 0 32px 0 0;
  background: #FFF;
  height: 100%;
  overflow: visible;
  /*max-width: 350px;*/
}

.has-compact-filter #amazzing_filter.animation-ready {
  transition: all 0.3s;
  opacity: 0;
}

.has-compact-filter .af.block .block_content {
  max-height: calc(100% - 65px);
  overflow-y: auto;
}
@media (min-width: 992px) {
  .has-compact-filter .af.block .block_content {
    padding: 10px;
  }
}

.has-compact-filter .af_filter.expandable ul {
  max-height: none;
}

.has-compact-filter.show-filter .af.block .block_content {
  -webkit-overflow-scrolling: touch;
}

.has-compact-filter .af-form {
  padding-bottom: 80px;
}

.has-compact-filter #amazzing_filter .btn-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 32px;
  padding: 12px;
  background: var(--white);
  border-top: 1px solid var(--gray-100);
  z-index: 10;
}

#amazzing_filter .compact-toggle {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: -32px;
  text-align: center;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  display: none;
}

.has-compact-filter #amazzing_filter .compact-toggle {
  display: block;
}

.compact-toggle .compact-toggle-icon {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
}

/* compact offset left */
.has-compact-filter #amazzing_filter.compact-offset-left {
  transform: translateX(-100%);
  opacity: 0;
}

.has-compact-filter.show-filter #amazzing_filter.compact-offset-left {
  transform: translateX(-32px);
  padding-left: 32px;
  padding-right: 0;
}

#amazzing_filter.compact-offset-left .compact-toggle {
  transform-origin: right;
  right: -32px;
  left: auto;
}

.has-compact-filter #amazzing_filter.compact-offset-left .btn-holder {
  left: 32px;
  right: 0;
}

/* type-2: only text */
.compact-toggle.type-2 .compact-toggle-icon {
  opacity: 0;
}

.compact-toggle.type-2 .compact-toggle-text {
  bottom: -6px;
}

/* type-3: only icon */
.compact-toggle.type-3 .compact-toggle-text {
  display: none;
}

.af-compact-overlay {
  display: none;
}

.has-compact-filter .af-compact-overlay {
  display: block;
  position: fixed;
  opacity: 0;
  margin: 0;
  transition: all 0.3s;
}

.has-compact-filter.show-filter .af-compact-overlay {
  background: #333;
  opacity: 0.3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}

.has-compact-filter #amazzing_filter .title_block {
  display: none;
}

.btn-pulsate {
  animation: btn-pulsate 0.3s;
}

@keyframes btn-pulsate {
  20% {
    transform: scale(0.95);
  }
  40% {
    transform: scale(1.05);
  }
  60% {
    transform: scale(0.98);
  }
  80% {
    transform: scale(1.02);
  }
}
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.is-iphone .qsInput,
.is-iphone .input-text {
  font-size: 16px; /* no zoom on focusing input on iPhone */
}

/* extended compatibility */
.u-times:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg class='ml-1' width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11M1 11L11 1' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hidden {
  display: none !important;
}

.clear-both {
  clear: both;
}

.text-center {
  text-align: center;
}

/* since 3.2.5 */
@media (max-width: 991.98px) {
  .has-compact-filter.show-filter #amazzing_filter {
    transform: translateY(0);
    opacity: 1;
  }
  .has-compact-filter #amazzing_filter {
    max-width: unset;
    padding: 0;
  }
  .has-compact-filter #amazzing_filter .btn-holder {
    right: 0;
  }
  .has-compact-filter #amazzing_filter .btn-holder .btn {
    margin-top: 0;
  }
  .has-compact-filter #amazzing_filter .btn-holder .af-total-count {
    padding-left: 5px;
  }
}
/* SLIDER */
.af-slider {
  margin-top: 14px;
  margin-bottom: 0;
}

.af-slider .slider-bar {
  margin: 5px 0 14px;
  padding: 0 8px;
  clear: both;
  display: none;
}

.af-slider .slider-bar.blocked {
  opacity: 0.5;
  pointer-events: none;
}

.af-slider .back-bar {
  height: 7px;
  position: relative;
  background: #EEE;
  border-radius: 5px;
}

.af-slider .selected-bar {
  position: absolute;
  height: 100%;
  background: #D0D5DB;
}

.af-slider .pointer {
  position: absolute;
  top: -5px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #ECEFF0;
  cursor: pointer;
  z-index: 2;
  border: 5px solid #AAB2BD;
  touch-action: none;
}

.af-slider .pointer:before {
  content: ""; /* increase touch area for better response */
  position: absolute;
  width: 40px;
  height: 40px;
  top: -12px;
  right: -12px;
}

.af-slider .pointer.last-active {
  z-index: 3;
}

.af-slider .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* slider values */
.af-slider .slider_value {
  float: left;
  margin-bottom: 5px;
  border: 1px solid var(--gray-200);
  padding: 1px 3px;
  cursor: pointer;
  position: relative;
}

.af_filter:hover .slider_value,
.af-slider .slider_value.edit {
  border-color: var(--gray-400);
}

.af-slider .slider_value.to_display {
  float: right;
}

.af-slider .slider_value .input-text,
.af-slider .slider_value.edit > span {
  display: none;
}

.af-slider .slider_value.edit .input-text {
  display: inline-block;
  border: 0;
  padding: 0;
  max-width: 50px;
  outline: none;
  line-height: 1em;
}

/* since 3.2.3 */
