.ansarel-taxonomy-items-wrap.layout-one .ansarel-category-items {
  grid-template-columns: repeat(var(--ansarel-columns, 3), minmax(0, 1fr));
}
.ansarel-taxonomy-items-wrap.layout-one .ansarel-category-items.ansarel-d-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ansarel-taxonomy-items-wrap.layout-one .ansarel-category-items.ansarel-d-flex li.ansarel-category-item.ansarel-sp-one {
  border-bottom-style: dashed;
}
.ansarel-taxonomy-items-wrap.layout-one .ansarel-category-items.ansarel-d-flex li.ansarel-category-item.ansarel-sp-two {
  border-bottom-style: solid;
}
.ansarel-taxonomy-items-wrap.layout-one .ansarel-category-items.ansarel-d-flex li.ansarel-category-item {
  border-bottom-width: 1px;
  border-bottom-color: #a2a2a2;
}
.ansarel-taxonomy-items-wrap.layout-one .ansarel-category-items li.ansarel-category-item.ansarel-sp-one:not(:last-child) {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #a2a2a2;
}
.ansarel-taxonomy-items-wrap.layout-one .ansarel-category-items li.ansarel-category-item.ansarel-sp-two:not(:last-child) {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #a2a2a2;
}
.ansarel-taxonomy-items-wrap.layout-one .ansarel-category-items li.ansarel-category-item a {
  border: none;
  padding: 10px 0;
  color: #000;
}
.ansarel-taxonomy-items-wrap.layout-one .ansarel-category-items li.ansarel-category-item a .cate-overlay {
  background-color: transparent;
}
.ansarel-taxonomy-items-wrap.layout-one .ansarel-category-items li.ansarel-category-item a .cate-name {
  display: flex;
  align-items: center;
  background: transparent;
  justify-content: space-between;
  padding: 0;
}
.ansarel-taxonomy-items-wrap.layout-one .ansarel-category-items li.ansarel-category-item a .count {
  height: 26px;
  width: 26px;
  line-height: 26px;
}
.ansarel-taxonomy-items-wrap.layout-two .ansarel-category-items {
  grid-template-columns: 1fr;
}
.ansarel-taxonomy-items-wrap.layout-two .ansarel-category-items li.ansarel-category-item a {
  padding: 10px;
}
.ansarel-taxonomy-items-wrap.layout-two .ansarel-category-items li.ansarel-category-item a .cate-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ansarel-taxonomy-items-wrap.layout-three .ansarel-category-items li.ansarel-category-item a .count {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  top: -10px;
}
.ansarel-taxonomy-items-wrap .ansarel-category-items {
  display: grid;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ansarel-taxonomy-items-wrap .ansarel-category-items li.ansarel-category-item a {
  padding: 60px 30px;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  border-radius: 10px;
  color: #fff;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.ansarel-taxonomy-items-wrap .ansarel-category-items li.ansarel-category-item .cate-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.ansarel-taxonomy-items-wrap .ansarel-category-items li.ansarel-category-item .cate-name {
  background: blue;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
}/*# sourceMappingURL=taxonomy.css.map */