/*
 Theme Name: wolk en knots theme
 Template: hello-elementor
*/
@import url("../hello-elementor/style.css");

.product-checkbox-filter {
    list-style-type: none;
    padding-left: 10px;
}
.product-checkbox-filter li {
    margin-bottom: 3px;
}
.product-checkbox-filter input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 10px; /* Voeg wat ruimte toe tussen de checkbox en het label */
}
.product-checkbox-filter label {
    vertical-align: middle;
}

#apply-filters {
    margin-top: 20px;   /* Voeg ruimte boven de knop toe */
    margin-bottom: 20px; /* Voeg ruimte onder de knop toe */
    margin-left: 10px;  /* Voeg ruimte links van de knop toe */
    margin-right: 10px; /* Voeg ruimte rechts van de knop toe */
    padding: 10px 20px; /* Voeg padding toe voor extra ruimte binnen de knop */
}

.page .entry-title {

display: none;

}
