.taxonomy-list-item .tax-child-list-item {
    margin: 0px 50px;
}

.tax-name {
    width: 100%;
    float: left;
}

/* .tax-name .tax-image, .tax-name .tax-title {
    float: left;
} */

.tax-desc {
    display: inline-block;
}

/* .tax-title a {
    font-size: 30px;
    font-weight: 100;
    margin: 0px 10px;
} */

.taxonomy-list-item {
    /*! margin-bottom: 2%; */
    /*! display: inline-block; */
    /*! width: 100%; */
    width: calc(1/3*100%);
    padding: 1rem;
}

/* SR */


.tax-esplora {
    order: 10;
    /*align-self: flex-end;*/
    font-weight: bold;
}

.taxonomy-list {
    display: flex;
    flex-wrap: wrap;
}   

.tax-img-desc { 
    order: -1;
}

.tax-img-desc figure {
    margin: 0;
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
    .taxonomy-list-item {
        width: 100%;
        /*border-bottom: 1px solid;*/
    }
}

/* SR */

.tax-img-desc img {
  aspect-ratio: 3 / 2;
  width: 100%;
  object-fit: cover;
}

.tax-arrow {
    width: 13px;
    font-size: 18px;
    margin: 10px 5px;
    cursor: pointer;
}

.taxonomy-list-item .tax-arrow {
    float: left;
}

.taxonomy-list-item .tax-details {
    display: flex;
    flex-direction: column;
}

.tax-child-list-item {
    display: none;
}

.taxonomy-list-item .tax-arrow.rotate {    
    transform: rotate(90deg);
}

.taxonomy-search-filter {
    margin-bottom: 5%;
}

.tax-child-count {
    color: gray;
    font-size: 20px;
    line-height: 55px;
}