@charset "UTF-8";
.layered_filter.is-best-deal,
.layered_filter.is-tva {
  position: relative;
}
.layered_filter.is-best-deal .checkbox,
.layered_filter.is-tva .checkbox {
  border: 2px solid #ff6d3a !important;
  background-color: var(--body-bg) !important;
}
.layered_filter.is-best-deal .checkbox:checked,
.layered_filter.is-tva .checkbox:checked {
  background-color: #ff6d3a !important;
}
.layered_filter.is-best-deal label,
.layered_filter.is-tva label {
  color: #ff6d3a !important;
  font-weight: 600 !important;
}

@media (min-width: 1020px) {
  .layered_filter.is-best-deal::after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 44%;
    background-image: url("/themes/enetb-base/img/construct/fleche-orange-2.svg");
    background-position-y: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 14rem;
    width: 14rem;
    pointer-events: none;
  }
}

.layered_submit_wrapper {
  margin-top: 30px;
  padding-bottom: 20px;
}

.layered_submit {
  padding: 8px 18px;
  font-size: 1.125em;
  line-height: 24px;
  border-radius: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.layered_submit .icon-search,
.layered_submit i[class*=icon-] {
  font-family: "Material Design Icons";
  font-style: normal;
  font-size: 1.1em;
}
.layered_submit .icon-search::before,
.layered_submit i[class*=icon-]::before {
  content: "\F0349";
}

.layered_block {
  overflow: visible;
}
.layered_subtitle {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--dark-color);
  flex: 1;
}
.layered_subtitle_heading {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.layered_subtitle_heading .cancel-filter-group {
  width: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
}
.layered_subtitle_heading .cancel-filter-group span {
  display: none;
}
.layered_close {
  display: block;
  flex-shrink: 0;
  position: relative;
  line-height: 1;
}
.layered_close a {
  display: block;
  color: var(--text-muted);
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.layered_close a:after {
  display: block;
  font-family: "Material Design Icons";
  content: "\F0140";
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.layered_close.closed a:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.layered_filter_ul {
  clear: both;
  padding: 0;
}
.layered_filter_ul li {
  padding: 0;
  width: auto;
  position: relative;
  list-style-type: none;
}
.layered_filter_ul li .selector > span {
  background-color: #fff;
}
.layered_filter_ul li label {
  cursor: pointer;
  margin: 0;
  display: block;
  color: var(--text-color);
  line-height: 20px;
  padding: 6px 0 6px 36px;
}
.layered_filter_ul li label a {
  display: block;
  color: inherit;
}
.layered_filter_ul li label span {
  color: var(--text-muted);
  font-size: 0.75em;
  font-weight: normal;
  margin: 0 0 0 6px;
}
.layered_filter_ul li label:hover {
  color: var(--dark-color);
}
.layered_filter_ul li .disabled {
  color: var(--text-muted);
}
.layered_filter_ul li label:focus,
.layered_filter_ul li label:active,
.layered_filter_ul li .checkbox:checked ~ label,
.layered_filter_ul li .color-option.on ~ label {
  font-weight: 600;
  color: var(--dark-color);
}
.layered_filter_group .cancel-filter-group {
  display: none;
}
.layered_filter_group .checkbox {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 4px;
  background-size: 24px;
}
.layered_slider {
  height: 2px;
  width: 100%;
  top: 1px;
  border: none;
  background: #aaaaaa;
}
.layered_slider_container {
  --handle-size: 20px;
  --bar-height: 2px;
  margin-inline: calc(var(--handle-size) / 2);
  width: auto;
  height: var(--handle-size, auto);
  display: flex;
  align-items: center;
}
.layered_slider .ui-slider-range {
  height: 2px;
  top: 0;
  background: #4fc3a3;
  border: none;
}
.layered_slider .ui-slider-handle {
  width: var(--handle-size);
  height: var(--handle-size);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px var(--body-bg);
  -moz-box-shadow: 0 0 0 4px var(--body-bg);
  box-shadow: 0 0 0 4px var(--body-bg);
  border: 2px solid #4fc3a3;
  background: var(--body-bg);
  cursor: pointer;
  top: 0;
  transform: translateY(-50%);
  outline: none;
  margin-left: calc(var(--handle-size) / -2);
  -webkit-transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.layered_slider .ui-slider-handle:hover {
  background-color: #4fc3a3;
}
.layered_slider .ui-state-hover,
.layered_slider .ui-state-focus {
  outline: none;
  background: rgb(60.5847457627, 177.7152542373, 145.4033898305);
}
.layered_numeric_slider_wrapper .layered_slider_container {
  padding: 0;
}
.layered_numeric_range {
  display: block;
  text-align: center;
  padding: 0 0 8px;
  color: var(--text-color);
  font-size: 0.9375rem;
}
.layered_price .layered_filter_ul li {
  overflow: hidden;
}
.layered_price #layered_price_range {
  display: block;
  text-align: center;
  padding: 0 0 8px;
  color: var(--text-color);
  font-size: 0.9375rem;
}
.layered_price_range_unit {
  margin-right: 7px;
}
.layered_input_range_min {
  width: 30px;
}
.layered_input_range_max {
  width: 40px;
}
.layered_list {
  display: block;
  cursor: pointer;
}
.layered_list:hover, .layered_list_selected {
  font-weight: bold;
}
.layered_price, .layered_weight, .layered_filter {
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--border-color);
}
.layered_price:last-of-type, .layered_weight:last-of-type, .layered_filter:last-of-type {
  border-bottom: none;
}
.layered_price label, .layered_weight label, .layered_filter label {
  font-weight: 400;
}

.layered_select_item {
  padding: 0 !important;
}
.layered_select_item .select.form-control {
  width: 100%;
  margin: 0;
}

.cancel-filter-group {
  font-size: 0.9375rem;
  --btn-color: var(--btn-default-color);
  --btn-color-hover: var(--btn-default-color-hover);
  --btn-color-active: var(--btn-default-color-hover);
  --btn-border: transparent;
  --btn-bg: var(--btn-default-bg);
  --btn-bg-hover: var(--btn-default-bg-hover);
  --btn-bg-active: var(--btn-default-bg-active);
  color: var(--btn-color);
  border-color: var(--btn-border);
  font-weight: 600;
  background: var(--btn-bg);
  background-size: 100% 210%;
  background-repeat: repeat-x;
  background-position-y: -2.5%;
  background-image: linear-gradient(180deg, var(--btn-bg) 0%, var(--btn-bg) 50%, var(--btn-bg-hover) 50.01%, var(--btn-bg-hover) 100%);
  transition: color 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1), border-color 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.cancel-filter-group:hover, .cancel-filter-group:focus {
  color: var(--btn-color-hover);
  background-position-y: 97.5%;
}
.cancel-filter-group:active, .cancel-filter-group.active {
  color: var(--btn-color-active);
  background-color: var(--btn-bg-active);
}
.cancel-filter-group.disabled, .cancel-filter-group[disabled], fieldset[disabled] .cancel-filter-group {
  background-color: var(--btn-bg);
}
.cancel-filter-group:before {
  content: "\F054D";
  font-family: "Material Design Icons";
  display: inline-block;
  vertical-align: top;
}

/* Style moved form the template to the css  */
#layered_form {
  text-align: left;
}
#layered_form .select {
  width: 165px;
}
#layered_form .layered_select_item .select {
  width: 100%;
}
#layered_form .color-option {
  margin-left: 0;
  border: none;
  padding: 0;
  height: var(--color-option-height);
  width: var(--color-option-width);
  position: absolute;
  top: 4px;
  border-radius: var(--color-option-border-radius);
  background-size: 100%;
  background-position: center center;
  outline: none;
}
#layered_form .color-option.disable {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}
#layered_form .color-option.is-white {
  --bullet-color: #e6e6e6 !important;
  -webkit-box-shadow: inset 0 0 0 1px var(--border-color);
  -moz-box-shadow: inset 0 0 0 1px var(--border-color);
  box-shadow: inset 0 0 0 1px var(--border-color);
}
#layered_form .color-option.on {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6), 0 0 0 4px var(--bullet-color, var(--text-muted));
  -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6), 0 0 0 4px var(--bullet-color, var(--text-muted));
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6), 0 0 0 4px var(--bullet-color, var(--text-muted));
}
#layered_form input[type=radio] {
  margin-left: 2px;
  vertical-align: middle;
}

.hide-action {
  cursor: pointer;
  margin-top: 8px;
  display: inline-block;
  font-weight: 400;
  font-size: 0.8125rem;
  text-decoration: underline;
  color: var(--text-muted);
}
.hide-action:hover {
  color: var(--dark-color);
}

.product_list {
  position: relative;
}
div.product_list {
  margin-top: 30px;
}
div.product_list .zephyrloader {
  padding-top: 0;
  align-items: center;
}

.product_list > li {
  -webkit-transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.product_list.ajaxloading > li {
  filter: blur(2px);
}
.product_list .zephyrloader {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  padding-top: 18%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  animation: fadeIn 0.2s cubic-bezier(0.23, 1, 0.32, 1) both;
  align-items: start;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#enabled_filters {
  border-bottom: 1px solid var(--border-color);
  position: relative;
  z-index: 1;
}
#enabled_filters #cancel-filters {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 20px;
  color: #ff6d3a;
}
#enabled_filters #cancel-filters:before {
  content: "\F073A";
  font-family: "Material Design Icons";
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
#enabled_filters .layered_subtitle {
  display: none;
}
#enabled_filters ul {
  text-align: left;
  margin: 0;
  font-size: 0.8125rem;
}
#enabled_filters ul li {
  padding: 2px 0;
  line-height: 24px;
}
#enabled_filters .cancel-filter {
  float: right;
  cursor: pointer;
  --btn-color: var(--btn-default-color);
  --btn-color-hover: var(--btn-default-color-hover);
  --btn-color-active: var(--btn-default-color-hover);
  --btn-border: transparent;
  --btn-bg: var(--btn-default-bg);
  --btn-bg-hover: var(--btn-default-bg-hover);
  --btn-bg-active: var(--btn-default-bg-active);
  color: var(--btn-color);
  border-color: var(--btn-border);
  font-weight: 600;
  background: var(--btn-bg);
  background-size: 100% 210%;
  background-repeat: repeat-x;
  background-position-y: -2.5%;
  background-image: linear-gradient(180deg, var(--btn-bg) 0%, var(--btn-bg) 50%, var(--btn-bg-hover) 50.01%, var(--btn-bg-hover) 100%);
  transition: color 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1), border-color 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 50%;
  width: 24px;
  text-align: center;
  line-height: 24px;
}
#enabled_filters .cancel-filter:hover, #enabled_filters .cancel-filter:focus {
  color: var(--btn-color-hover);
  background-position-y: 97.5%;
}
#enabled_filters .cancel-filter:active, #enabled_filters .cancel-filter.active {
  color: var(--btn-color-active);
  background-color: var(--btn-bg-active);
}
#enabled_filters .cancel-filter.disabled, #enabled_filters .cancel-filter[disabled], fieldset[disabled] #enabled_filters .cancel-filter {
  background-color: var(--btn-bg);
}
#enabled_filters .cancel-filter:before {
  content: "\F073A";
  font-family: "Material Design Icons";
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 1020px) {
  #layered_block_left .layered_filter_ul li label {
    font-size: 0.9375rem;
  }
}

#layered_block_top {
  text-align: left;
}
@media (min-width: 1020px) {
  #layered_block_top {
    float: left;
    margin-right: 12px;
  }
  #layered_block_top #enabled_filters {
    border: none;
  }
  #layered_block_top #cancel-filters {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #layered_block_top .layered_subtitle_heading {
    padding: 6px 28px 6px 14px;
    width: 100%;
    height: 40px;
    line-height: 28px;
    color: var(--dark-color);
    background-color: var(--body-bg);
    cursor: pointer;
    margin: 0 0 var(--grid-gap-half);
    border-radius: calc(var(--input-height) / 100 * var(--input-border-radius));
    -webkit-box-shadow: inset 0 0 0 1px var(--gray-lighter);
    -moz-box-shadow: inset 0 0 0 1px var(--gray-lighter);
    box-shadow: inset 0 0 0 1px var(--gray-lighter);
    -webkit-transition: box-shadow 1s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: box-shadow 1s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: box-shadow 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: box-shadow 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #layered_block_top .layered_subtitle_heading:after {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "\F0140";
    font-family: "Material Design Icons";
  }
  #layered_block_top .layered_subtitle_heading .cancel-filter-group {
    display: none;
  }
  #layered_block_top .filter_selected .layered_subtitle_heading,
  #layered_block_top .open .layered_subtitle_heading {
    -webkit-box-shadow: inset 0 0 0 1px #ffbc50, 0 0 0 2px rgba(255, 188, 80, 0.2);
    -moz-box-shadow: inset 0 0 0 1px #ffbc50, 0 0 0 2px rgba(255, 188, 80, 0.2);
    box-shadow: inset 0 0 0 1px #ffbc50, 0 0 0 2px rgba(255, 188, 80, 0.2);
  }
  #layered_block_top .layered_subtitle {
    font-weight: 400;
  }
  #layered_block_top .layered_filter_group {
    min-width: 240px;
    padding: 20px;
    margin-top: 3px;
  }
  #layered_block_top .layered_filter_group li label {
    white-space: normal;
    font-size: 0.9375rem;
    padding-left: 36px;
  }
  #layered_block_top .layered_filter_group li .checkbox {
    padding: 0;
  }
  #layered_block_top .layered_filter_group .cancel-filter-group {
    display: inline-block;
    padding: 4px 8px;
    font-size: 0.9375rem;
    line-height: 20px;
    border-radius: 2px;
    margin-top: 20px;
  }
  #layered_block_top #layered_price_range {
    display: block;
    text-align: center;
    padding: 0 0 8px;
  }
  #layered_block_top .layered_slider_container {
    padding: 0;
  }
  #layered_block_top .color-option {
    left: 0;
    top: 4px;
  }
  #layered_block_top .title_block {
    display: none;
  }
  #layered_block_top #layered_form {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-left: -6px;
    margin-right: -6px;
  }
  #layered_block_top #layered_form > * {
    margin: 0;
    padding: 0 6px;
  }
}
@media (max-width: 1019.98px) {
  #layered_block_top .dropdown-menu {
    position: static;
    float: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1;
    z-index: auto;
    box-shadow: none;
  }
}

#toggle-filter-sidebar {
  margin: calc(var(--grid-gap) * 2) 0 var(--grid-gap);
  float: right;
  line-height: 36px;
  color: var(--text-color);
  font-weight: 400;
  font-family: "Gotham Rounded", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1020px) {
  #toggle-filter-sidebar {
    display: none;
  }
}
#toggle-filter-sidebar:before {
  font-family: "Material Design Icons";
  content: "\F1542";
  margin-right: 0.5em;
  font-size: 1.25em;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
}

#toggle-filter-sidebar-floating:before {
  font-family: "Material Design Icons";
  content: "\F1542";
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1020px) {
  #toggle-filter-sidebar-floating {
    display: none;
  }
}

.chosen-container {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  user-select: none;
  width: 100% !important;
  font-size: 13px;
  vertical-align: middle;
}
.chosen-container .chosen-drop {
  position: absolute;
  z-index: 1010;
  top: 100%;
  left: -9999px;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  list-style: none;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 6px 10px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  cursor: pointer;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #ff6d3a;
  color: #fff;
}
.chosen-container .chosen-results li.result-selected {
  display: list-item;
  color: #aaa;
  cursor: default;
  background: #f8f8f8;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
  padding: 6px 10px;
}
.chosen-container .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background-color: #fff;
  font-size: 1em;
  font-family: inherit;
  line-height: normal;
  border-radius: 0;
  box-sizing: border-box;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 3px 5px 0;
  width: 100%;
  min-height: 34px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: text;
  border-radius: 4px;
  list-style: none;
  box-sizing: border-box;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 4px 5px;
  height: 26px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: inherit;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 0 5px 3px 0;
  padding: 3px 22px 3px 8px;
  border: 1px solid #ff6d3a;
  max-width: 100%;
  border-radius: 3px;
  background-color: white;
  color: #333;
  font-size: 12px;
  line-height: 16px;
  cursor: default;
  float: left;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
  color: #ff6d3a;
  cursor: pointer;
  text-decoration: none;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before {
  content: "×";
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  color: rgb(236.5, 61.2258883249, 0);
}
.chosen-container-multi .chosen-drop {
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.chosen-container-multi.chosen-container-active .chosen-choices {
  border-color: #ff6d3a;
  box-shadow: 0 0 5px rgba(255, 109, 58, 0.4);
}

/*# sourceMappingURL=blocklayered.css.map */
