/* === LABELS FILTRES YITH === */
.yith-wcan-filters .filter-item.label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.2rem 0.5rem !important;
    border: 1px solid #1a1a1a !important;
    border-radius: 100px !important;
    background: #fff !important;
    box-shadow: none !important;
    cursor: pointer !important;
    transition: background 0.25s ease !important;
}

.yith-wcan-filters .filter-item.label:hover {
    background: #F1F1F1 !important;
}

/* Reset du lien à l'intérieur */
.yith-wcan-filters .filter-item.label a {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* État sélectionné */
.yith-wcan-filters .filter-item.label.active,
.yith-wcan-filters .filter-item.label.chosen,
.yith-wcan-filters .filter-item.label.selected {
    background: #1a1a1a !important;
    color: #fff !important;
    border: 1px solid #1a1a1a !important;
}

.yith-wcan-filters .filter-item.label.active a,
.yith-wcan-filters .filter-item.label.chosen a,
.yith-wcan-filters .filter-item.label.selected a,
.yith-wcan-filters .filter-item.label.active .term-label,
.yith-wcan-filters .filter-item.label.chosen .term-label,
.yith-wcan-filters .filter-item.label.selected .term-label {
    color: #fff !important;
}

.yith-wcan-filters .filter-item.label.active:hover,
.yith-wcan-filters .filter-item.label.chosen:hover,
.yith-wcan-filters .filter-item.label.selected:hover {
    background: #333 !important;
    color: #fff !important;
}

/* Texte dans le label */
.yith-wcan-filters .filter-item.label .term-label {
    color: inherit !important;
}

/*===============
TIITRE FILTRES YITH
=================*/


h4.filter-title{
    font-size: 1.2rem !important;
}

/*===============
Voir plus
=================*/


.show-more{
    cursor: pointer;
    color: #888888 !important;
    transition: ease-in 0.2s;
}

.show-more:hover{
    text-decoration: underline !important;
    color: black !important;

}

