/*
 * Copyright (c) 2021. IOWEB TECHNOLOGIES
 */
/*
 * Copyright (c) 2021. IOWEB TECHNOLOGIES
 */
.io.page-layout-1column .amshopby-filter-current.filter-current .amshopby-filter-name {
  font-size: 0;
  padding: 0 5px;
}
.io.page-layout-1column .amshopby-filter-current.filter-current .items {
  display: block ruby;
  display: -webkit-box;
  white-space: nowrap;
  overflow-x: auto;
  max-width: 100%;
  width: 100%;
}
.io.page-layout-1column .amshopby-filter-current.filter-current .items .item {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.io.page-layout-1column .amshopby-filter-current.filter-current .items .item .amshopby-filter-name {
  display: none;
  visibility: hidden;
}
.io.page-layout-1column .amshopby-filter-current.filter-current .items .item .amshopby-filter-value {
  margin-left: 25px;
}
.io.page-layout-1column .amshopby-filter-current.filter-current .items .item .amshopby-remove {
  margin-left: 10px;
  height: 35px;
}
.io.page-layout-1column .block-subtitle.filter-current-subtitle {
  color: #010101;
}
.io.page-layout-1column span.product.name.product-item-sku {
  display: block;
  font-size: 14px;
  margin: 0 0 3px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-weight: bold;
}
.io.page-layout-1column .products.columns3.products-grid > ol.product-items {
  display: flex;
  flex-wrap: wrap;
}
.io.page-layout-1column .filter-options-item[data-code='show_onsales_products'] {
  display: none !important;
}
.io.page-layout-1column .price-box.price-final_price {
  justify-content: left;
}
.io.page-layout-1column .products-grid .product-item .product-item-inner {
  width: auto;
}
.io.page-layout-1column .products-grid .product-item-details .product-item-actions {
  margin: 0;
}
.io.page-layout-1column .category-description #layered-filter-block {
  border-top: 1px solid #ccc;
  margin-top: 24px;
  padding-top: 8px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .products-grid.columns3 .product-item {
    width: 50% !important;
  }
  .products-grid.columns4 .product-item {
    width: 50% !important;
  }
  .products-grid.columns5 .product-item {
    width: 50% !important;
  }
}
ul > li {
  margin-top: 0 !important;
  margin-bottom: 0.9rem !important;
}
ol > li {
  margin-top: 0 !important;
  margin-bottom: 0.9rem !important;
}
@media (min-width: 1600px) {
  .products-grid.columns3 > ol.product-items {
    display: flex;
    flex-wrap: wrap;
  }
  .products-grid.columns3 > ol.product-items > .product-item {
    width: 25%;
  }
}
