.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > li {
  border-bottom: 1px solid;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer; }
  .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > li:last-child {
    border-bottom: 0; }
  .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > li .dropdown_icon:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    -o-transition: transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s; }
  .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > li.active-item .dropdown_icon:before {
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg); }
  .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > li > ul.children {
    margin: 0px 0.5rem 1rem 2.5rem;
    width: 100%; }
    .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > li > ul.children.add_scroll {
      max-height: 200px;
      overflow-y: scroll;
      margin-bottom: 1.5rem; }
      .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > li > ul.children.add_scroll::-webkit-scrollbar-track {
        border-radius: 3px;
        background: rgba(0, 0, 0, 0.1); }
      .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > li > ul.children.add_scroll::-webkit-scrollbar {
        width: 2px;
        background: rgba(0, 0, 0, 0.1); }
      .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > li > ul.children.add_scroll::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: rgba(0, 0, 0, 0.1); }
    .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > li > ul.children li [class^="thehanger-icons-"],
    .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > li > ul.children li [class*=" thehanger-icons-"] {
      display: none; }
  .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 4.5em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    max-width: 70%; }
    .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > li > a i {
      font-size: 1.5rem;
      padding-right: 0.9375rem; }
    .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > li > a img {
      width: 1.5rem;
      margin-right: 0.9375rem; }
  .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > li .count {
    margin-left: 0.1875rem; }

.widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > .cat-parent {
  position: relative; }
  .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > .cat-parent.no-icon > .children {
    margin-left: 1.25rem; }
  .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > .cat-parent.current-cat-parent.active ul.children {
    display: block; }
  .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > .cat-parent .dropdown_icon {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0.25rem;
    font-size: 0.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }
  .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > .cat-parent .cat-item {
    margin-bottom: 0.3125rem; }
  .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > .cat-parent > .children {
    display: none; }
    .widget.woocommerce.widget_product_categories_with_icon .product-categories-with-icon > .cat-parent > .children li ul.children {
      margin: 0.5rem 0.5rem 0px 1.25rem; }
