.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  /* stylelint-disable */
  touch-action: none;
  /* stylelint-enable */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-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: #52aeef; }

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

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

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

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

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

.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-handle {
  position: absolute;
  cursor: default;
  background: #137dc8;
  border: 1px solid #137dc8;
  border-radius: 50%;
  outline: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.noUi-active {
  background: #0f6099; }

/* 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: #137dc8; }

.display-toggle__icon {
  font-size: inherit;
  line-height: inherit; }

.af_pl_wrapper.clearfix {
  padding-top: 1.25rem;
  border-top: 1px solid #d6d6d6; }

#js-product-list-header {
  margin-bottom: 1.25rem; }
  #js-product-list-header h1 {
    margin-bottom: 0; }
  #js-product-list-header span:not(.text-normal) {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.25rem;
    color: #acacac;
    margin-left: 10px; }

#js-product-list-top ul.pagination, #js-product-list ul.pagination {
  margin: 0; }
  #js-product-list-top ul.pagination .page-item.page-item-next, #js-product-list ul.pagination .page-item.page-item-next {
    margin-left: 1px; }
  #js-product-list-top ul.pagination .page-link, #js-product-list ul.pagination .page-link {
    border: none;
    align-items: center;
    display: flex;
    height: 100%; }
    #js-product-list-top ul.pagination .page-link:hover, #js-product-list ul.pagination .page-link:hover {
      background: transparent; }
    #js-product-list-top ul.pagination .page-link[rel="prev"], #js-product-list ul.pagination .page-link[rel="prev"] {
      transform: rotate(180deg); }
  #js-product-list-top ul.pagination input#page-selector, #js-product-list ul.pagination input#page-selector {
    width: 34px;
    padding: 0;
    height: 34px;
    border-radius: 6px; }
  #js-product-list-top ul.pagination span, #js-product-list ul.pagination span {
    color: #ACACAC;
    font-size: 15px; }

#js-product-list .pagination {
  margin-top: 1.875rem !important; }

@media (max-width: 767.98px) {
  .search-filters {
    border: 0;
    border-radius: 0; } }

#amazzing_filter .af_filter {
  padding-top: 20px;
  border-top: 1px solid #d6d6d6; }

#amazzing_filter .af_filter.has-slider h5 {
  padding-bottom: 10px; }

#amazzing_filter .af_subtitle {
  font-size: 14px; }

#amazzing_filter .slider-values {
  display: flex;
  justify-content: space-between; }
  #amazzing_filter .slider-values .slider_value {
    text-align: center; }

#amazzing_filter .af-slider span.slider_value {
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  max-width: 130px;
  width: 100%; }

#amazzing_filter .af_subtitle_box span {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  font-style: normal;
  text-align: left;
  color: #acacac;
  margin-bottom: 15px;
  display: block;
  margin-top: 5px;
  cursor: pointer; }

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

#amazzing_filter span.more:before {
  content: url(/themes/iselo/assets//img-dist/96631930ce240c246a4bf160c54c2161.svg);
  margin-right: 10px; }

div#search_filters .clear-all-wrapper, div#amazzing_filter .slider-bar {
  display: none; }

.subcategories a.list-group-item.list-group-item-action {
  font-weight: normal !important; 
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important; /*LKchange*/
  }

.list-group.list-group-flush.list-group-collapse > a {
  font-size: 14px !important;
  border: 0; }

.af_pl_wrapper.clearfix {
  border-top: 1px solid #d6d6d6;
  padding-top: 20px; }

#category article.product-miniature .h5 {
  padding: 0 10px;
  text-align:center; /*LKchange*/}

#module-ambjolisearch-jolisearch #js-product-list-header {
  margin-top: 1.875rem; }

#category #js-product-list-header {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 20px; }

.showfilters {
  border-radius: 1.875rem;
  padding: 0 1rem;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #acacac;
  align-items: center;
  height: 100%;
  font-size: 14px;
  line-height: 32px;
  max-width: 189px;
  width: 100%;
  display: flex;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC44MjgiIGhlaWdodD0iOC40MTQiIHZpZXdCb3g9IjAgMCAxNC44MjggOC40MTQiPgogIDxwYXRoIGlkPSJQYXRoXzM3MSIgZGF0YS1uYW1lPSJQYXRoIDM3MSIgZD0iTTksMjIuNWw2LTYtNi02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMy45MTQgLTcuNTg2KSByb3RhdGUoOTApIiBmaWxsPSJub25lIiBzdHJva2U9IiNhY2FjYWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=) right 1rem center/14px 8px no-repeat; }

.countfilter {
  color: #D6D6D6; }

.has-compact-filter #amazzing_filter .title_block {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  background: #137DC8;
  line-height: 64px;
  display: block;
  padding-left: 15px;
  margin-bottom: 0; }

#amazzing_filter.block .title_block img {
  padding-right: 15px;
  margin-top: -6px; }

div#amazzing_filter .btn-holder {
  display: block; /*LKchange*/
  justify-content: space-between;
  align-items: center; }

.clearAll {
  width: 100%;
  padding-right: 10px; 
  }

@media (max-width: 991.98px) {
  #af_form {
    padding: 0 0.9375rem; } }

.compact-toggle {
  display: none !important; }

@media (max-width: 991.98px) {
  #products div#js-product-list {
    padding: 0 20px; } }

.custom-select--label {
  position: absolute;
  background: #fff;
  display: inline-block;
  font-size: 12px !important;
  top: -20px;
  left: 15px;
  padding: 0 5px; }
  @media (min-width: 992px) {
    .custom-select--label {
      top: -8px; } }

