.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 centered */
.wp-filter-text {
    text-align: center;
}

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

/* header */
.wp-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    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;
}

/* open state */
.wp-filter-product-section.active .wp-filter-product-label {
    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:center;
  margin: 10px;
}

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

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