.wcapf-widget-hidden {
	display: none;
}

/*active filters*/
.wcapf-active-filters a {
	display: inline-block;
	background-color: #f1f1f1;
	padding: 3px 5px;
	margin: 0 3px 3px 0;
	border-radius: 3px;	
}
.wcapf-active-filters a::before {
	content: '\f057';
	font-family: 'FontAwesome';
	margin-right: 0.53em;
	opacity: 0.5;
}

/*layered nav*/
.wcapf-layered-nav ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}
.wcapf-layered-nav ul li {
	margin: 0 0 0.618em!important;
}
.wcapf-layered-nav ul li .count {
	float: right;
	font-size: 1em;
}
/* .wcapf-layered-nav ul li::before {
	opacity: 0.35;
	content: '\f0c8';
	display: inline-block;
	font-family: FontAwesome;
	margin-right: 0.53em;
}
.wcapf-layered-nav ul li.chosen::before {
	content: '\f14a';
} */
.wcapf-layered-nav .children {
	margin: 0.618em 0 0 1.618em!important;
}

/*price slider*/
.wcapf-price-filter-wrapper {
	padding-top: 15px;
}
.wcapf-price-filter-wrapper .slider-values p {
	margin: 0;
	padding: 0;
}

/*before updating shop loop styles*/
.wcapf-before-products {
	position: relative;
	z-index: 1;
}

.wcapf-before-update {
	background-image: url("../images/loader.gif");
	background-position: 50% 10%;
	background-repeat: no-repeat;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 2;
}

/*dropdown layered nav*/
.select2-results .depth {
	display: inline-block;
}
.select2-results .depth-1 {
	margin-left: 15px;
}
.select2-results .depth-2 {
	margin-left: 25px;
}
.select2-results .depth-3 {
	margin-left: 35px;
}
.select2-results .depth-4 {
	margin-left: 45px;
}
.select2-results .depth-5 {
	margin-left: 55px;
}
.select2-hidden-accessible {
	display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin: 5px 5px 0 0!important;
}
.select2-search {
	margin-bottom: 0!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	/*padding-bottom: 3px;*/
}
.select2-search input[type="search"] {
	padding: inherit;
	color: inherit;
	line-height: inherit;
	-webkit-appearance: none;
	border-radius: 0;
	font-weight: normal;
	box-shadow: inherit;
}
.select2-results .depth,
.select2-container .select2-search--inline,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	font-size: 0.857em;
}

/*price filter display type list*/

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}

li.chosen::before {
    width: 30px;
    content: '\2713';
    color: #f24330;
    position: relative;
    font-weight: 800;
    top: -1px;
    z-index: 1;
    left: 16px;
    margin-left: -13px;
}

h3.widget-title {
    color: black;
}