@import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css');
@font-face {
  font-family: 'EE-Icons';
  src: url(EE-Icons.ttf);
}
div.eln-tool-top {
  display: inline-block;
}
div.eln-breadcrumb {
  position: relative;
  height: auto;
  text-align: left;
  margin-top: 10px;
}
div.eln-breadcrumb.ultimo ol.items li.item {
  padding: 1px 0px 1px 5px;
}
div.eln-breadcrumb.ultimo ol.items li.item a.action.remove:before {
  content: '';
}
div.eln-breadcrumb.ultimo ol.items li.item a.action.remove:after {
  color: #444;
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
div.eln-breadcrumb a {
  text-decoration: none;
}
div.eln-breadcrumb .filter-current {
  min-height: 0px;
}
div.eln-breadcrumb ol.items {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}
div.eln-breadcrumb ol.items li.item {
  margin-bottom: 10px;
  display: flex;
  border: none;
  margin: 0 0 10px;
  font-size: 14px;
  padding: 0 10px;
}
div.eln-breadcrumb ol.items li.item .filter-label {
  margin-right: 5px;
  color: #444;
}
div.eln-breadcrumb ol.items li.item span.filters {
  padding: 0 5px;
  height: 100%;
  display: inline-block;
  color: #444;
}
div.eln-breadcrumb ol.items li.item span.filters span.filter-value:after {
  content: ", ";
}
div.eln-breadcrumb ol.items li.item span.filters span.filter-value:nth-last-child(1):after {
  content: "";
}
div.eln-breadcrumb ol.items li.item span.filters span.filter-value div.product-reviews-summary.short {
  margin: 0px;
}
div.eln-breadcrumb ol.items li.item span.filters span.filter-value div.product-reviews-summary.short div.rating-summary div.rating-result {
  top: -2px;
  width: 70px;
}
div.eln-breadcrumb ol.items li.item span.filters span.filter-value div.product-reviews-summary.short div.rating-summary div.rating-result:before {
  font-size: 12px;
}
div.eln-breadcrumb ol.items li.item span.filters span.filter-value div.product-reviews-summary.short div.rating-summary div.rating-result span:before {
  font-size: 12px;
}
div.eln-breadcrumb ol.items li.item a.action.remove {
  padding-left: 4px;
  position: relative !important;
}
div.eln-breadcrumb ol.items li.item a.action.remove:before {
  color: #444;
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
div.eln-breadcrumb ol.items li.item a.action.remove span {
  display: none;
}
div.eln-breadcrumb ol.items .next:not(:last-child):after {
  content: '\e608';
  color: black;
  padding-left: 10px;
  font-family: EE-Icons;
  padding-left: 5px;
  padding-right: 2px;
}
div.eln-breadcrumb div.eema-clear-filters {
  margin-bottom: 0px;
  margin-top: 5px;
  margin-left: 10px;
}
div.eln-breadcrumb div.eema-clear-filters a {
  text-decoration: none;
}
.mobile-filter-open {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  height: 36px;
  bottom: 0px;
  background: #f0f0f0;
  color: #686868;
  left: -1px;
  z-index: 998;
  padding: 7px;
}
.mobile-filter-open button {
  float: right;
  width: 150px;
}
.mobile-filter-open .product-count {
  display: inline-block;
}
.mobile-filter-open .product-count .nb-filters {
  background: red;
  color: white;
  left: -8px;
  position: relative;
  top: 8px;
  font-size: 10px;
  border-radius: 5px;
  display: inline-block;
  padding: 2px 3px 0px;
}
.uid-mobile-toolbar {
  left: -100%;
  position: fixed;
  display: block;
  width: 100%;
  z-index: 999;
  transition: left 0.2s ease;
  height: 50px;
  bottom: 0px;
  right: 0px;
  box-sizing: border-box;
  padding: 7px;
}
.uid-mobile-toolbar button {
  float: right;
  width: 150px;
}
.uid-mobile-toolbar .product-count {
  display: inline-block;
}
.uid-mobile-toolbar .product-count .nb-filters {
  background: red;
  color: white;
  left: -8px;
  position: relative;
  top: 8px;
  font-size: 10px;
  border-radius: 5px;
  display: inline-block;
  padding: 2px 3px 0px;
}
div.block.filter[uid=mobile] {
  display: none;
  position: fixed;
  bottom: 50px;
  top: 0px;
  left: -100%;
  z-index: 999;
  overflow-y: auto;
  transition: left 0.2s ease;
  margin: 0 !important;
  background: linear-gradient(to right, #5a5552, #737062, #5a5552);
  padding: 15px;
}
div.block.filter[uid=mobile] .eln-breadcrumb .filter-current {
  border: unset;
  margin: 0px;
}
div.block.filter[uid=mobile] .eln-breadcrumb .filter-current ol {
  display: block;
}
div.block.filter[uid=mobile] .eln-layer-clear-all {
  float: unset;
  padding-left: 5px;
}
body.mobile-filter {
  overflow: hidden !important;
}
body.mobile-filter .page-header {
  z-index: 1 !important;
}
body.mobile-filter .product-count {
  left: 0px;
}
body.mobile-filter .uid-mobile-toolbar {
  left: 0px;
}
body.mobile-filter div.block.filter[uid=mobile] {
  left: 0px;
}
a.eln-layer-clear-all {
  display: inline;
  margin-top: 10px;
  font-size: 15px;
  padding-right: 16px;
  float: right;
}
a.eln-layer-clear-all.hidden {
  display: none;
}
a.eln-layer-clear-all:before {
  content: '\e616';
  font-family: 'EE-Icons';
  font-size: 10px;
  padding-right: 10px;
  text-decoration: none !important;
}
div.search.results #eln-product-products .block {
  display: none;
}
div.block.filter {
  opacity: 1;
}
div.block.filter.hidden {
  display: none !important;
}
div.block.filter.ultimo div.eln-layer-title-section .eln-layer-title {
  font-size: 19px;
}
div.block.filter.ultimo div.eln-layer-title-section a.eln-layer-clear-all {
  margin-top: 0px;
  padding-right: 0px;
}
div.block.filter.ultimo div.eln-layer div.eln-filter-item div.eln-filter-content .filter-option {
  display: block;
  padding-left: 6px;
  margin-left: -2px;
}
div.block.filter div.eln-layer-title-section .eln-layer-title {
  font-size: 25px;
  padding: 0 10px;
}
div.block.filter div.eln-layer {
  padding: 0;
}
div.block.filter div.eln-layer div.filter-options-item.price-slider,
div.block.filter div.eln-layer div.filter-options-item.manufacturer-filter {
  padding-right: 15px;
  display: flex;
  align-items: center;
}
div.block.filter div.eln-layer div.filter-options-item.price-slider .filter-options-title,
div.block.filter div.eln-layer div.filter-options-item.manufacturer-filter .filter-options-title {
  display: block !important;
  padding-right: 15px;
  width: 100%;
}
div.block.filter div.eln-layer div.filter-options-item.price-slider > .price,
div.block.filter div.eln-layer div.filter-options-item.manufacturer-filter > .price,
div.block.filter div.eln-layer div.filter-options-item.price-slider > .manufacturer,
div.block.filter div.eln-layer div.filter-options-item.manufacturer-filter > .manufacturer {
  width: 70%;
  text-align: center;
  padding-top: 7px;
}
div.block.filter div.eln-layer div.filter-options-item.price-slider > .price .ui-widget-content,
div.block.filter div.eln-layer div.filter-options-item.manufacturer-filter > .price .ui-widget-content,
div.block.filter div.eln-layer div.filter-options-item.price-slider > .manufacturer .ui-widget-content,
div.block.filter div.eln-layer div.filter-options-item.manufacturer-filter > .manufacturer .ui-widget-content {
  color: #222222;
  background: #5a5552 !important;
  height: 3px;
}
div.block.filter div.eln-layer div.filter-options-item.price-slider > .price .ui-widget-content .ui-widget-header,
div.block.filter div.eln-layer div.filter-options-item.manufacturer-filter > .price .ui-widget-content .ui-widget-header,
div.block.filter div.eln-layer div.filter-options-item.price-slider > .manufacturer .ui-widget-content .ui-widget-header,
div.block.filter div.eln-layer div.filter-options-item.manufacturer-filter > .manufacturer .ui-widget-content .ui-widget-header {
  border: none;
  background: none;
  font-weight: 400;
}
div.block.filter div.eln-layer div.filter-options-item.manufacturer-filter .eln-manufacturer-slider-dropdown {
  font-size: 13px;
}
div.block.filter div.eln-layer .eln-filter-item {
  margin-bottom: 10px;
  position: relative;
}
div.block.filter div.eln-layer .eln-filter-item:last-child {
  margin-bottom: 0;
}
div.block.filter div.eln-layer .eln-filter-item .price-slider .filter-options-title {
  display: block;
}
div.block.filter div.eln-layer .eln-filter-item ol.items li.item span.filter-label {
  display: none;
}
div.block.filter div.eln-layer .eln-filter-item ol.items li.item a.action.remove span {
  display: none;
}
div.block.filter div.eln-layer .eln-filter-item ol.items li.item a.action.remove::before {
  color: #444;
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
div.block.filter div.eln-layer:empty {
  display: none;
}
div.block.filter div.eln-layer span.back {
  display: none;
  width: 20px;
  padding-top: 10px;
  padding-left: 10px;
}
div.block.filter div.eln-layer div.eln-filter-item input[type=checkbox] {
  display: none;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-title {
  padding: 10px 40px 10px 10px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-title:after {
  content: '\e622';
  float: right;
  right: -25px;
  font-family: 'EE-Icons';
  position: relative;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content {
  padding: 0 5px;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .price-range.a-center {
  display: none !important;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .price-limit {
  display: none;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content input[type="checkbox"] {
  float: left;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .filter-option {
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: black;
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 2px;
  padding-right: 7px;
  padding-left: 0;
  background-image: none;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .filter-option:hover {
  color: #c22f00;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .filter-option.disabled {
  display: none !important;
  opacity: 0.5;
  cursor: not-allowed;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .filter-option.disabled div.disabled {
  cursor: not-allowed;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .filter-option img.eln-option-image {
  float: left;
  margin-left: 5px;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .filter-option span.title {
  margin-left: 5px;
  display: inline;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .filter-option span.title:before {
  background-color: #fff9df;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .filter-option span.title.selected {
  color: #008000;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .filter-option span.title.selected:before {
  font-size: 1.3rem;
  line-height: 1.4em;
  color: #514943;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .filter-option span.title.selected + .count {
  color: #008000;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .filter-option span.count {
  padding-left: 10px;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .filter-option span.count:before {
  content: "(";
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .filter-option span.count:after {
  content: ")";
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.ratings div.rating-summary div.rating-result {
  vertical-align: top;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.eln-price-slider {
  display: none;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.eln-price-slider a.ui-slider-handle {
  font-weight: normal;
  height: 4px;
  padding: 4px;
  width: 4px;
  top: -5px;
  background: #c22f00 !important;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.price-range {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.price-range.a-center {
  font-weight: 700;
  justify-content: center;
  margin-top: 5px;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.price-range.a-center .from {
  margin-right: 5px;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.price-range.a-center .to {
  margin-left: 5px;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.price-range .span {
  position: absolute;
  top: 10px;
  margin-left: 9px;
  height: 2px;
  cursor: default;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.price-range input {
  width: 60px;
  height: 20px;
  line-height: 29px;
  margin: 0 4px;
  text-align: right;
  background-color: #ffffff;
  border: 1px solid #adadad;
  font-size: 16px;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.price-range .text-box {
  margin-right: 10px;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.price-range .price-range-inner.span-text {
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  color: #969696;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.price-range .price-range-inner.span-text span {
  color: #222 !important;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.price-range .price-range-inner.span-text span.from {
  padding-right: 3px;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.price-range .price-range-inner.span-text span.to {
  padding-left: 3px;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.price-limit {
  font-size: 11px;
}
div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.price-limit .max {
  float: right;
}
div.block.filter div.eln-layer div.eln-filter-item[attribute-code=categories] div.eln-filter-content .filter-option {
  margin-left: 10px;
}
div.block.filter div.eln-layer div.eln-filter-item.active div.eln-filter-content {
  display: block;
}
div.block.filter div.eln-layer div.eln-filter-item.active div.eln-filter-content.swatch {
  display: flex;
}
div.block.filter div.eln-layer div.eln-filter-item.active div.eln-filter-title:after {
  content: '\e621';
}
div.block.filter div.eln-layer div.eln-filter-item[attribute-code=categories] ul {
  padding-left: 10px;
  margin-bottom: 0;
}
div.block.filter div.eln-layer div.eln-filter-item[attribute-code=categories] ul span.head {
  margin-bottom: 10px;
  display: block;
}
div.block.filter div.eln-layer div.eln-filter-item[attribute-code=categories] ul span.head span {
  cursor: pointer;
}
div.block.filter div.eln-layer div.eln-filter-item[attribute-code=categories] ul li {
  list-style: none;
  position: relative;
}
div.block.filter div.eln-layer div.eln-filter-item[attribute-code=categories] ul li.disabled {
  display: none;
}
div.block.filter div.eln-layer div.eln-filter-item[attribute-code=categories] ul li.children > ul {
  display: none;
}
div.block.filter div.eln-layer div.eln-filter-item[attribute-code=categories] ul li.children.active > ul {
  margin-top: 7px;
  display: block;
}
div.block.filter.horizontal {
  margin: -30px 0 0;
}
div.block.filter.horizontal div.block-content.filter-content {
  display: flex;
  justify-content: center;
}
div.block.filter.horizontal div.block-content.filter-content div.eln-layer {
  padding: 0 5px;
  display: inline-block;
}
div.block.filter.horizontal div.block-content.filter-content div.eln-layer div.filter-options-item {
  border-bottom: 0;
  padding-bottom: 0px;
  display: inline-block;
}
div.block.filter.horizontal div.block-content.filter-content div.eln-layer div.filter-options-item .filter-options-title {
  padding: 10px 40px 10px 0px;
}
div.block.filter.horizontal div.block-content.filter-content div.eln-layer div.swatch-attribute-options {
  width: 100%;
  margin-top: 0px;
}
div.block.filter.horizontal div.block-content.filter-content div.eln-layer div.eln-filter-item.active div.eln-filter-content {
  position: absolute;
  background: white;
  min-width: 200px;
  max-width: 280px;
  z-index: 999;
  border: 1px solid #CCC;
}
.columns .sidebar-main.moving {
  transition: transform 0.5s ease;
}
.columns .sidebar-additional.moving {
  transition: transform 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .block.newsletter .form.subscribe {
    width: unset !important;
  }
  .columns .sidebar-main {
    order: 0;
    position: relative;
  }
  .page-products .columns {
    padding-top: 0px !important;
  }
  .eln-tool-top {
    display: none !important;
  }
  [uid=left],
  [uid=right],
  [uid=top] {
    display: none;
  }
}
.swatch-attribute div.options-container {
  display: inline-block;
  width: 100%;
}
.swatch-attribute div.options-container input.eln-layer-filter {
  width: 100%;
  height: 25px;
  margin-bottom: 10px;
  padding: 6px;
  display: none;
}
.swatch-attribute div.options-container a.hidden {
  display: none !important;
}
.swatch-attribute div.options-container span.hidden {
  display: none !important;
}
.swatch-attribute a.show-more {
  display: none;
  background: none;
  text-align: right;
}
.swatch-attribute a.show-less {
  display: block;
  background: none;
  text-align: right;
}
.swatch-attribute.hide-more a.hide1:not(.show-more):not(.show-less):nth-of-type(1n+2) {
  display: none !important;
}
.swatch-attribute.hide-more a.hide2:not(.show-more):not(.show-less):nth-of-type(1n+3) {
  display: none !important;
}
.swatch-attribute.hide-more a.hide3:not(.show-more):not(.show-less):nth-of-type(1n+4) {
  display: none !important;
}
.swatch-attribute.hide-more a.hide4:not(.show-more):not(.show-less):nth-of-type(1n+5) {
  display: none !important;
}
.swatch-attribute.hide-more a.hide5:not(.show-more):not(.show-less):nth-of-type(1n+6) {
  display: none !important;
}
.swatch-attribute.hide-more a.hide6:not(.show-more):not(.show-less):nth-of-type(1n+7) {
  display: none !important;
}
.swatch-attribute.hide-more a.hide7:not(.show-more):not(.show-less):nth-of-type(1n+8) {
  display: none !important;
}
.swatch-attribute.hide-more a.hide8:not(.show-more):not(.show-less):nth-of-type(1n+9) {
  display: none !important;
}
.swatch-attribute.hide-more a.hide9:not(.show-more):not(.show-less):nth-of-type(1n+10) {
  display: none !important;
}
.swatch-attribute.hide-more a.hide10:not(.show-more):not(.show-less):nth-of-type(1n+11) {
  display: none !important;
}
.swatch-attribute.hide-more a.show-more {
  display: block;
}
.swatch-attribute.hide-more a.show-less {
  display: none;
}
.swatch-attribute.hide-more span.hide1:not(.show-more):not(.show-less):nth-of-type(1n+2) {
  display: none !important;
}
.swatch-attribute.hide-more span.hide2:not(.show-more):not(.show-less):nth-of-type(1n+3) {
  display: none !important;
}
.swatch-attribute.hide-more span.hide3:not(.show-more):not(.show-less):nth-of-type(1n+4) {
  display: none !important;
}
.swatch-attribute.hide-more span.hide4:not(.show-more):not(.show-less):nth-of-type(1n+5) {
  display: none !important;
}
.swatch-attribute.hide-more span.hide5:not(.show-more):not(.show-less):nth-of-type(1n+6) {
  display: none !important;
}
.swatch-attribute.hide-more span.hide6:not(.show-more):not(.show-less):nth-of-type(1n+7) {
  display: none !important;
}
.swatch-attribute.hide-more span.hide7:not(.show-more):not(.show-less):nth-of-type(1n+8) {
  display: none !important;
}
.swatch-attribute.hide-more span.hide8:not(.show-more):not(.show-less):nth-of-type(1n+9) {
  display: none !important;
}
.swatch-attribute.hide-more span.hide9:not(.show-more):not(.show-less):nth-of-type(1n+10) {
  display: none !important;
}
.swatch-attribute.hide-more span.hide10:not(.show-more):not(.show-less):nth-of-type(1n+11) {
  display: none !important;
}
.swatch-attribute.hide-more span.show-more {
  display: block;
}
.swatch-attribute.hide-more span.show-less {
  display: none;
}
.theme-pearl div.block.filter.horizontal {
  max-width: 1440px;
  margin: 0 auto !important;
}
.theme-pearl div.block.filter.horizontal a.eln-layer-clear-all {
  overflow: visible;
}
.theme-pearl .swatch-option {
  padding: 0px !important;
}
.theme-pearl div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.eln-price-slider a.ui-slider-handle {
  padding: 6px;
}
.catalog-category-view .items.eln-breadcrumb-filter {
  display: none;
}
.eln-breadcrumb {
  display: none;
}
@media only screen and (max-width: 1023px) {
  div.block.filter[uid=mobile] {
    display: block;
    position: relative;
    margin-bottom: 25px !important;
    left: 0;
  }
  div.block.filter[uid=mobile] .eln-breadcrumb .filter-current {
    border: unset;
    margin: 0px;
  }
  div.block.filter[uid=mobile] .eln-breadcrumb .filter-current ol {
    display: block;
  }
  div.block.filter[uid=mobile] .eln-layer-clear-all {
    float: unset;
    padding-left: 5px;
  }
  div.block.filter div.eln-layer div.filter-options-item:nth-last-child(1) {
    display: block;
  }
  div.block.filter div.eln-layer .eln-filter-item .filter-options-title {
    display: block;
    padding: 5px;
    background: #ede9d6;
    color: #aba7a7;
    font-weight: 500;
    border: 1px solid #222;
    position: relative;
  }
  div.block.filter div.eln-layer .eln-filter-item .filter-options-title:after {
    content: '\f0d7';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transition: 0.3s ease-in;
    color: #222;
    position: absolute;
    right: 10px;
  }
  div.block.filter div.eln-layer .eln-filter-item ol.items li.item span.filter-label {
    display: block;
  }
  div.block.filter div.eln-layer .eln-filter-item ol.items li.item a.action.remove span {
    display: block;
  }
  div.block.filter div.eln-layer .eln-filter-item.active .filter-options-title:after {
    transform: rotate(180deg);
  }
  div.block.filter div.eln-layer:empty {
    display: block;
  }
  div.block.filter div.eln-layer span.back {
    display: block;
  }
  div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content {
    background: #e4dcc5;
    margin-top: 5px;
    box-sizing: border-box;
    padding: 10px 5px;
    border: 1px solid #B09A71;
    display: none;
  }
  div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.price-range:first-child {
    margin-top: 0;
  }
  div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .filter-option {
    padding: 0 0 5px;
    color: #222;
    font-size: 15px;
    border-bottom: 1px solid #B09A71;
    margin: 0 0 5px!important;
    display: block;
  }
  div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .filter-option span.count {
    display: initial;
    padding-left: 0;
  }
  div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content .filter-option span.title:before {
    display: none;
  }
  .swatch-attribute div.options-container input.eln-layer-filter {
    display: none;
  }
  .swatch-attribute.hide-more a.show-more,
  .swatch-attribute.hide-more a.show-less {
    padding: 5px 0;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .options-container.has-option-chosen a {
    display: none !important;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .options-container.has-option-chosen a.selected {
    display: block !important;
    border: none;
    padding: 0;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .filter-options-content.selected {
    position: absolute;
    top: 0;
    margin: 0;
    height: 100%;
    border-color: #222;
    background: #ede9d6;
    width: 100%;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .filter-options-content.selected .swatch-attribute-options {
    line-height: 8px;
    margin: 0;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .filter-options-content.selected .wyomind-primary-color {
    display: none;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .filter-options-content.selected span.title.selected {
    color: #222 !important;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .filter-options-content.selected span.title.selected + .count {
    color: #222 !important;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .filter-options-content.selected:after {
    content: '\f0d8';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transition: 0.3s ease-in;
    color: #222;
    position: absolute;
    right: 10px;
    top: 7px;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .filter-options-content.selected.price div.price-range {
    margin-top: -5px;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .filter-options-content.selected.price div.price-range .text-box {
    display: none;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .filter-options-content.selected.price div.price-range .price-range-inner.span-text {
    font-weight: 500 !important;
    font-style: initial !important;
    padding-left: 0 !important;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .filter-options-content.selected.price div.price-range .price-range-inner.span-text span {
    border-bottom: none !important;
    color: #222 !important;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .filter-options-content.selected.price div.price-range .price-range-inner.span-text:before {
    display: none;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .filter-options-content.selected.price div.price-range:last-child {
    display: none;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .filter-options-content.selected.price div.price-range input {
    line-height: 45px;
    height: 30px;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .filter-options-content.selected.price .wyomind-primary-color {
    display: initial;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .filter-options-content.selected.no-option-chosen:not(.price) {
    position: relative;
    background: #e4dcc5 !important;
    margin-top: 5px !important;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .filter-options-content.selected.no-option-chosen:not(.price) .filter-option {
    line-height: 20px;
  }
  .wyomind-bg-secondary.selected .eln-filter-item.filter-options-item.active .filter-options-content.selected.no-option-chosen:not(.price):after {
    display: none;
  }
  div.block.filter div.eln-layer div.eln-filter-item div.eln-filter-content.price div.price-range input {
    height: 28px !important;
  }
}
#eln-price-slider-dropdown,
.eln-decimal-slider-dropdown {
  height: 30px;
}
