/* Sidebar */
.shop-sidebar {
  flex: 0 0 20%;
  max-width: 264px;
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
  content: " ";
  display: none!important;
}

/* categorias */

.product-categories {
  list-style: none;
  padding-left: 0;
}

.product-categories li.category-item {
  margin-bottom: 8px;
}

aside.shop-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

h3.current-category-title {
  font-size: 16px;
  font-weight: 600;
}

.category-parents h3 {
  font-size: 16px;
font-weight: 600;
}

.product-categories li.category-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.category-thumb {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 10px;
}

section.category-children {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

section.category-parents {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

h3.current-category-title {
    background: #efefef;
    margin: 0px;
    border-radius: 9px 9px 0px 0px;
    padding: 10px;
}
h3.current-category-title {
  background: #efefef;
  margin: 0px;
  border-radius: 9px 9px 0px 0px;
  padding: 10px;
}

ul.product-categories {
    padding: 10px;
}

h3.current-category-title {
    display: flex;
    flex-direction: row;
}

a.back-link-full {
    display: flex;
    flex-direction: row;
    align-content: center;
}

span.current-category-text {
    color: #000000;
}

svg.icon-module_icon__Cn48w.icon-module_small__38NJe.openItemIcon-IPfVT8.up {
    width: 19px;
    transform: rotate(180deg);
}

/* fin categorias */