/**
 * Overrides for WOOF front end CSS and additional styling for WOOF
 */

/* Don't hide breadcrumb */
.woof_search_is_going nav.woocommerce-breadcrumb {
	display: block;
}

/* Make the checkbox list items display more neatly */
.ppads-woof-checkbox-item {
  display: table-row;
}
.ppads-woof-checkbox-item + label.ppads-placeholder {
  display: none;
}
.ppads-woof-checkbox-item > * {
  display: table-cell;
}
.woof_checkbox_label {
	margin-left: 0;
	padding-left: 7px;
}
.woof_childs_list_opener {
  line-height: 1;
}
.woof_childs_list_opener span {
  vertical-align: middle;
}
