.slider-attribute .max-value,
.slider-attribute .current-max-value {
  float: right;
}
.slider-attribute .ui-slider {
  width: calc(100% - 20px);
  margin-left: 4px;
}
.slider-attribute .ui-slider-handle:hover {
  background: #e67424;
}
.slider-attribute .slider-inputs {
  position: relative;
  margin-top: 5px;
  overflow: hidden;
}
.slider-attribute .slider-inputs .slider-min-wrapper,
.slider-attribute .slider-inputs .slider-max-wrapper {
  width: 60px;
  max-width: 48%;
}
.slider-attribute .slider-inputs .slider-min-wrapper label,
.slider-attribute .slider-inputs .slider-max-wrapper label {
  font-size: 11px;
  font-style: italic;
}
.slider-attribute .slider-inputs .slider-min-wrapper {
  float: left;
}
.slider-attribute .slider-inputs .slider-max-wrapper {
  float: right;
}
.tree-attribute .child-items {
  margin-left: 15px;
}
.link-attribute .child-items {
  margin-left: 15px;
}
.search-autocomplete ul li.qs-option-product {
  padding: 5px;
}
.search-autocomplete ul li.qs-option-product .qs-option-image {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.search-autocomplete ul li.qs-option-product .qs-option-info-container {
  float: left;
  max-width: calc(100% - 70px);
}
.search-autocomplete ul li.qs-option-product .price-box {
  margin: 5px 0 0;
}
.search-autocomplete ul li.qs-suggestion-heading {
  border-bottom: 0;
  text-align: right;
  color: #949494;
  pointer-events: none;
}
.search-autocomplete ul li.qs-suggestion-item {
  border: 0;
}
.search-autocomplete .qs-option-name {
  width: 100%;
}
.search-autocomplete .qs-option-product::after {
  clear: both;
  display: table;
  content: '';
}
.toolbar-products .toolbar-sorter .sorter-action {
  display: none;
}
.filter-options .default-hidden {
  display: none;
}
.filter-options .more-items,
.filter-options .less-items {
  cursor: pointer;
  color: #006bb4;
  text-decoration: underline;
}
.filter-options .filter-options-title {
  overflow: visible;
}
.filter-options .filter-options-title-non-collapsible.filter-options-title:after {
  content: '';
}
.filter-options .items .item input[type="checkbox"] {
  margin-top: 0;
  top: 1px;
}
.filter-options .items .item > a label {
  cursor: pointer;
}
.filter-options .swatch-attribute-options > label {
  display: flex;
  gap: 1ch;
}
.filter-options .swatch-attribute-options > label .swatch-option {
  height: 24px;
  width: 24px;
}
.filter-options .swatch-attribute-options input[type='checkbox']:checked + label .swatch-option {
  outline: 2px solid #ee0000;
  border: 1px solid #fff;
}
.filter-options .swatch-attribute-options .swatch-with-count {
  display: block;
  min-height: 30px;
}
.filter-options .swatch-attribute-options .default-hidden {
  display: none;
}
.filter-options .tooltip {
  float: right;
  position: relative;
  cursor: pointer;
}
.filter-options .tooltip > span {
  display: block;
  width: 18px;
  height: 18px;
  background: #006bb4;
  color: white;
  font-family: serif;
  line-height: 19px;
  text-align: center;
  border-radius: 50%;
  text-transform: lowercase;
  font-style: italic;
}
.filter-options .tooltip:before {
  content: attr(data-tooltip);
  box-sizing: border-box;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px 10px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 200px;
  text-align: center;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: 0.25s ease-in-out;
  text-transform: none;
  font-weight: normal;
}
.filter-options .tooltip:after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(88%);
  left: 50%;
  margin-left: -6px;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.7);
  transition: 0.25s ease-in-out;
  opacity: 0;
}
.filter-options .tooltip:hover:before {
  opacity: 1;
  bottom: calc(100% + 16px);
}
.filter-options .tooltip:hover:after {
  opacity: 1;
  bottom: calc(100% + 10px);
}
.filter-options .no_search_results {
  display: none;
  padding-top: 10px;
}
.filter .filter-current-subtitle,
.filter-title strong {
  cursor: pointer;
}
