/* WOOF products top panel (search active filters) — from woocommerce-products-filter */
.woof_products_top_panel {
  overflow: hidden;
  line-height: 32px;
  margin: 5px 0 15px 0;
  display: none;
  position: relative;
  z-index: 99;
  clear: both;
}

.woof_products_top_panel.is-active {
  display: block;
}

.woof_products_top_panel_ul a {
  text-decoration: none !important;
}

.woof_reset_button_2 {
  padding: 2px 7px;
  border: 0;
  background: #8cc642;
  color: #fff !important;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  text-decoration: none !important;
}

.woof_reset_button_2:hover {
  opacity: 0.9;
}

.woof_products_top_panel ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  overflow: hidden;
}

.woof_products_top_panel li {
  float: left;
  margin: 0 15px 0 0 !important;
  list-style: none !important;
}

.woof_products_top_panel li a {
  text-decoration: none;
  color: inherit;
}

.woof_products_top_panel li span.woof_remove_ppi {
  padding-right: 16px;
  background: url(/wp-theme/woof-img/delete.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}

.woof_products_top_panel li span.woof_remove_ppi i {
  font-style: italic;
}
