.widget.widget_pcs_categories ul li {
  padding: 5px 0;
  margin: 0
}

.widget_pcs_categories li:after {
  display: table;
  content: '';
  clear: both;
}

.widget_pcs_categories .cat-img-wrap {
  max-width: 25px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.widget_pcs_categories a, .widget_pcs_categories .count {
  display: inline-block;
}

.widget_pcs_categories .count {
  height: 20px;
  display: inline-block;
  padding: 0 4px;
  font-size: 12px;
  border-radius: 2px;
  line-height: 20px;
  background: #f1f5f7;
  margin: 0 0 0 1em;
}

.widget_pcs_categories .show-children {
  float: right;
  outline: none;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin: 3px 0 0 8px;
  color: #c7c7c7;
}

.widget_pcs_categories .show-children:before, .widget_pcs_categories .show-children:after {
  display: inline-block;
  content: '';
  position: absolute;
  right: 4px;
  top: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 10px;
  height: 2px;
  background-color: #c7c7c7;
}

.widget_pcs_categories .show-children:after {
  right: 8px;
  top: 4px;
  width: 2px;
  height: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.widget_pcs_categories .show-children.collapsed:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.widget_pcs_categories .children {
  margin: 5px 0 0 18px;
}

.widget_pcs_categories .children li a:not(.show-children):before {
  content: "-";
  display: inline-block;
  width: 15px;
  text-align: left;
}

.widget_pcs_categories .children li .cat-img-wrap+a:not(.show-children):before {
  display: none;
}

.sidebar .widget_pcs_categories .children li:first-of-type {
  padding-top: 12px;
}

.sidebar .widget_pcs_categories .children li:last-of-type {
  padding-bottom: 12px;
}