
.check-box{
  display: none;
}

/* smooth transition */
.wp-filter-image {
    width:70px;
    height:70px;
    object-fit:cover;
    display:block;
    margin-bottom:5px;
    transition: opacity 0.3s ease;
}

/* hide checkbox */
.wp-filter-checkbox {
    display: none;
}

/* hover effect */
.wp-filter-label:hover .wp-filter-image {
    opacity: 0.5;
    cursor: pointer;
}

/* selected (checked) state */
.wp-filter-checkbox:checked + .wp-filter-image {
    opacity: 0.5;
}

/* keep text lefted */
.wp-filter-text {
    text-align: left;
}

.char-filter{
  max-width: 100%;
}

/* header */
.wp-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: left;
    cursor: pointer;
}

/* toggle icon */
.wp-filter-toggle {
    font-size: 18px;
    font-weight: bold;
}

/* hidden by default */
.wp-filter-product-label {
    display: none;
    margin-top: 10px;
}

.wp-filter-product-label-text .text-filter-label {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.wp-filter-product-label-img {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wp-filter-product-label-img .image-filter-label {
    width: calc(32% - 7px);
    margin: 0;
}

/* Mobile */
@media (max-width: 767px) {

    .wp-filter-product-label-img .image-filter-label {
        width: calc(20% - 7px);
    }

}

/* open state */
.wp-filter-product-section.active .wp-filter-product-label {
    display: block;
}
.wp-filter-product-section.active .wp-filter-product-label-img {
    display: block;
}


.wp-filter-image{
  width:70px;
	height:70px;
  object-fit:cover;
  display:block;
  margin-bottom:5px
}

.wp-filter-label{  
  display:inline-block; 		 	
  text-align:left;
  margin: 0px;
}

.wp-filter-section{
  display: flex;
  flex-wrap: wrap;         
}

.filter-section {
    flex: 0 0 250px;
    max-width: 300px;
}
