.shop-sidebar-wrap .ee-product,
.shop-sidebar-wrap .product-section {
  display: none !important;
}

.filters-panel {
  background: #fff;
  border: 1px solid #e8e8e8;
  width: 100%;
  float: none;
  clear: both;
}

.filters-panel.is-loading,
#category-listing.is-loading {
  opacity: .45;
  pointer-events: none;
}

.filters-panel-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px;
  padding: 15px 25px;
  background: #fefcef;
  border-bottom: 1px solid #e8e8e8;
}

.filters-panel-head strong {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #202020;
}

.filters-panel-head-gap {
  display: block !important;
  flex: 1 1 auto;
  min-width: 16px;
  height: 1px;
}

.filters-panel-head .clean-filter {
  display: inline-block !important;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  color: #888 !important;
  text-decoration: none !important;
  padding: 0 !important;
  text-transform: none;
}

.filters-panel-head .clean-filter:hover {
  color: #202020 !important;
}

.filters-panel-head .clean-filter:before,
.filters-panel-head .clean-filter:after {
  content: none !important;
}

.filters-group {
  padding: 14px 0 6px;
}

.filters-group + .filters-group {
  border-top: 1px solid #e8e8e8;
}

.filters-group-title {
  margin: 0;
  padding: 0 25px 6px !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #999;
  background: none !important;
  border: 0 !important;
}

.filters-chips {
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px 25px 10px;
}

.filters-chip {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  padding: 4px 10px !important;
  background: #fefcef;
  border: 1px solid #ead9a8;
  color: #333 !important;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none !important;
}

.filters-chip:hover {
  border-color: #c4a35a;
  color: #202020 !important;
}

.filters-chip i {
  font-size: 11px;
  opacity: .55;
}

.filters-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filters-list li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.filters-list a,
.filters-list a.js-ajax-filter {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 25px !important;
  color: #606060 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none !important;
  border-bottom: 1px solid #e8e8e8;
}

.filters-list li:last-child a {
  border-bottom: 0;
}

.filters-list a::before,
.filters-list a::after {
  content: none !important;
}

.filters-list a:hover,
.filters-list a.current {
  color: #202020 !important;
}

.filter-row-name {
  display: inline-block;
  min-width: 0;
  flex: 1 1 auto;
}

.filters-list a.current .filter-row-name::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  background: #c4a35a;
  border-radius: 50%;
  vertical-align: middle;
}

.filter-row-count {
  display: inline-block !important;
  flex: 0 0 auto;
  min-width: 28px;
  margin-left: 12px !important;
  padding-left: 8px;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  color: #aaa;
}

.filters-reset {
  padding: 14px 25px 18px;
  border-top: 1px solid #e8e8e8;
}

.filters-reset a {
  display: block !important;
  text-align: center;
  padding: 8px 12px !important;
  border: 1px solid #e8e8e8;
  color: #666 !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
}

.filters-reset a:hover {
  border-color: #c4a35a;
  color: #202020 !important;
}

.filters-recent-gap {
  display: block !important;
  visibility: hidden;
  clear: both;
  width: 100%;
  height: 72px !important;
  min-height: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
  overflow: hidden;
}

.filters-panel + .filters-recent-gap + .shop-sidebar,
.filters-panel + .filters-recent-gap + .recent-products-portlet,
.filters-recent-gap + .shop-sidebar,
.filters-recent-gap + .recent-products-portlet,
.shop-sidebar-wrap .recent-products-portlet {
  clear: both;
  margin-top: 0 !important;
  padding-top: 8px;
}

.category-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 4px;
  background: none;
  border: none;
}

.category-toolbar .product-short {
  float: none;
  display: flex;
  align-items: center;
}

.category-toolbar .product-short p {
  float: none;
  margin: 0 12px 0 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  color: #888;
}

.category-toolbar .product-short div.nice-select {
  float: none;
  height: 36px;
  line-height: 34px;
  padding-left: 14px;
  padding-right: 36px;
  border: 1px solid #f0f0f0;
  background: #fff;
  border-radius: 0;
}

.category-toolbar .product-short div.nice-select::after {
  right: 14px;
  border-color: #888;
}

.category-toolbar .product-short div.nice-select .current {
  font-size: 13px;
  font-weight: 500;
  min-width: 160px;
  color: #202020;
  line-height: 34px;
}
