.product_category__short_desc {
  margin-bottom: 40px;
}
.product_category .first_result-count {
  display: none !important;
}
.product_category .woocommerce-result-count {
  order: 1;
}
.product_category .itemsorder {
  order: 2;
}
.product_category .woocommerce-ordering {
  order: 3;
}
.product_category .gridlist-toggle {
  order: 4;
}
.product_category .products .product-block .onsale {
  left: 7px !important;
  right: unset !important;
}

.term-description {
  margin-top: 40px;
}

.product-categories li:before {
  display: none !important;
}
.product-categories > li {
  border-bottom: 1px solid #eceaea;
  padding: 10px 0;
  margin: 0 !important;
}
.product-categories > li > a {
  text-transform: uppercase;
}
.product-categories .cat-parent.product_cat_active .children {
  margin: 1em 0 !important;
  opacity: 1;
  height: auto;
  visibility: visible;
  transition-delay: 0s;
}
.product-categories .cat-parent.product_cat_active .product_cat_inner .product_cat_angle:after {
  margin-top: -20px;
  transform: rotate(180deg);
}
.product-categories .children {
  margin: 0 !important;
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}
.product-categories .children a {
  display: block;
}
.product-categories .product_cat_inner {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.product-categories .product_cat_inner a {
  display: block;
  text-transform: uppercase;
  width: 100%;
}
.product-categories .product_cat_inner .product_cat_angle {
  position: relative;
  width: 20px;
}
.product-categories .product_cat_inner .product_cat_angle:after {
  content: "^";
  font-size: 34px;
  font-family: monospace;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  transform: rotate(0deg);
}
.product-categories .product_cat_inner .product_cat_angle:hover {
  cursor: pointer;
}
.product-categories .current-cat-parent .product_cat_inner > a {
  font-weight: bold;
}
.product-categories .current-cat-parent .children .current-cat {
  font-weight: bold;
}
.product-categories .current-cat > a {
  font-weight: bold;
}

/**To del!*/
.term-483.woocommerce-page:not(.single-product) .freshio-breadcrumb {
  background: none;
  min-height: auto;
  margin: 0;
  padding: 20px;
}

.term-483 .product_category__short_desc {
  display: none;
}

/**To del!*//*# sourceMappingURL=custom-product-category-style.css.map */