/* Catalogo e categorie libri */

.btn.select {
    display: block;
    background: #DC002E;
    color: white;
    width: 250px;
    height: 32px;
    padding: 0;
    /* margin-top: .8rem; */
    font-family: 'Palatino-Bold';
    border: none;
    text-transform: uppercase;
}
.btn.catalogo {
    background-color: white;
    color: black;
}
label.label-category {
    display: block;
    margin-bottom: .8rem;
    font-family: 'Palatino-Bold';
}

.center.category-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.4rem;
    flex-wrap: wrap;
}
.center.category-filter.all {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: .6rem;
    flex-wrap: wrap;
}

