.wh-filter .dashicons {
  font-size: 15px;
  height: 15px;
}

.wh-filter a:hover .dashicons {
  text-decoration: none;
}

.wh-filter input[type=checkbox] {
  vertical-align: top;
}

.wh-filter__header,
.sort-select-container li .title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #231f20;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  /* border-bottom: 1px solid #e2e2e2; */
  background: #ffe600;
  padding: 10px;
}

.wh-filter__loading {
  padding: 25px;
  text-align: center;
  /* background: #eee url("../images/Blocks-1s-50px.gif") 50% 45% no-repeat; */
  min-height: 100px;
  background: rgb(147 149 152 / 40%);
}

.wh-filter__loading img {
  mix-blend-mode: lighten;
}

.wh-filter__selected-cats {
  font-size: 14px;
  text-align: center;
  padding: 5px;
  background: #f0692d;
  color: #fff;
  margin-bottom: 1px;
  line-height: 1.1;
  position: relative;

  display: none;
}

.wh-filter__selected-cats a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding-left: 10px;
}

.wh-filter__selected-cats a:after {
  content: "\f153";
  color: rgba(255, 255, 255, 0.5);
  font-family: Dashicons;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -7px;
}

.wh-filter__selected-cats a:hover:after {
  color: rgba(255, 255, 255, 0.8);
}

.wh-filter__cat-list {
  padding: 0;
  overflow: hidden;
  margin: 0;
}

.wh-filter__cat-list-item {
  margin-bottom: 1px;
  background: #fff;
}

.wh-filter__cat-list-parent {
  display: block;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 32px;
  cursor: pointer;
}

.wh-filter__cat-list-parent.loading {
  background: url(../images/Bars-1s-13px.gif) 99% 50% no-repeat;
}

.wh-filter__cat-list-parent:hover {
  opacity: 0.8;
  color: #4a4a4a;
}

.wh-filter__cat-list-parent.loading:hover {
  background: url(../images/Bars-1s-13px.gif) 99% 50% no-repeat;
}

.wh-filter__cat-count {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 32px;
}

.wh-filter__cat-list-children {
  display: none;
}

.wh-filter__attr-list {
  padding: 0;
  overflow: hidden;
  margin: 0;
}

.wh-filter__attr-list-item {
  list-style-type: none;
  margin-top: 15px;
  clear: left;
}

.wh-filter__attr-list-heading {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 5px;
  color: #4a4a4a;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  border-bottom: 1px solid #e2e2e2;
}

.wh-filter__term-list {
  background: #fff;
  padding: 0;
  /* overflow: hidden; */
  margin: 0;
  max-height: 250px;
  overflow: auto;
  scrollbar-color: #023047 #e1e1e1;
  scrollbar-width: thin;
}

.wh-filter__term-list::-webkit-scrollbar {
  width: 5px;
}

.wh-filter__term-list::-webkit-scrollbar-track {
  background-color: #e1e1e1;
}

.wh-filter__term-list::-webkit-scrollbar-thumb {
  background-color: #023047;
  outline: 0;
  border-radius: 5px;
}

.wh-filter__term-list-item {
  list-style-type: none;
  display: block;
}

.wh-filter__term-list-item-disabled {
  opacity: 0.7;
  filter: grayscale(1);
}

.wh-filter__custom-logic select {
  width: 100%;

}

.wh-filter__cat-list-child,
.wh-filter__term-name {
  padding: 2px 5px;
  font-size: 13px;
  line-height: 1;
  /*border-right: 1px solid #ddd;*/
  font-weight: 400;
  position: relative;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

.wh-filter__term-name:hover {}

.wh-filter__term-name input {
  accent-color: #ffe600;
  cursor: pointer;
  margin-right: 7px;
}

.wh-filter__term-name:hover.active .wh-filter__term-count:after {
  content: "\f153";
  color: rgba(255, 255, 255, 0.8);
  font-family: Dashicons;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -7px;
}

/*.wh-filter__term-name.loading {*/
/*    background: #f0692d url(../images/BarsOrange-1s-13px.gif) 99% 50% no-repeat;*/
/*}*/
.wh-filter__term-count {
  color: rgba(0, 0, 0, 0.5);
}

.wh-filter__footer {
  padding: 2px;
  margin-bottom: 1px;
}

.wh-filter__footer a {
  text-decoration: none;
  color: #c10000;
  font-size: 15px;
  line-height: 21px;
  text-transform: capitalize;
}

.wh-filter__footer a span {
  margin-left: 5px;
}

.wh-filter__footer a:hover {
  color: #c10000;
  opacity: 0.8;
}

.wh-filter__apply-btn {
  background: #f0692d;
  text-align: center;
  padding: 5px;
  color: #fff !important;
  font-weight: 500;
  display: none;
}

.wh-filter__apply-btn:hover {
  text-decoration: none;
}

.wh-filter__apply-btn.disabled {
  opacity: 0.6;
  cursor: default;
  color: rgba(255, 255, 255, 0.5) !important;
}

.wh-filter__apply-btn.loading {
  background: #f0692d url(../images/BarsOrange-1s-13px.gif) 99% 50% no-repeat;
}

/* Red Seal Trigger */
.redseal {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.redseal-container {
  margin-bottom: 31px;
}

.redseal input {
  accent-color: #ffe600;
}

.redseal label {
  vertical-align: middle;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
  color: #4a4a4a;
  text-transform: capitalize;
  /* margin-bottom: 0; */
  margin-left: 8px;
}

.woocommerce .woocommerce-ordering {
  margin: 3px 0 1em;
}

.wh-filter__spacer {
  margin-bottom: 31px;
}

.wh-filter__container {
  margin: 0 0 1em;
}

.wh-filter__custom-logic.woocommerce-ordering {
  margin: 0 !important;
}