/*
Theme Name: Cherie Child
Theme URI: https://firstsight.design/cherie/beauty/
Template: cherie
Author: firstsight_design
Author URI: https://themeforest.net/user/firstsight_design
Description: Cherie is modern, convenient and highly thought-out WordPress theme with fascinating design.
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-image-header,featured-images,flexible-header,full-width-template,post-formats,sticky-post,theme-options,translation-ready
Version: 1.0
*/

/* Add your custom CSS Here */
label[for="shipping_method_0_postnl2"] .postnl_shipping_method_icon {
    display: none;
}

/* Algemene stijlen voor de filterlijst */
.berocket_single_filter_widget berocket_single_filter_widget_12215 {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

/* Stijlen voor de titels in de filterlijst */
.berocket_filter_list h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #0056b3;
}

/* Extra spacing boven de hoofdcategorieën */
.berocket_filter_list .bapf_category .bapf_block_name {
    margin-top: 20px;
}

/* Geen extra ruimte boven de eerste hoofdcategorie */
.berocket_filter_list .bapf_category:first-child .bapf_block_name {
    margin-top: 0;
}

/* Stijlen voor de subcategorieën */
.berocket_filter_list .bapf_childs {
    margin-left: 20px;
}

/* Stijlen voor de lijstitems */
.berocket_filter_list ul {
    list-style-type: none;
    padding: 0;
}

.berocket_filter_list li {
    margin-bottom: 10px;
}

.berocket_filter_list label {
    cursor: pointer;
}

/* Stijlen voor de invoervelden */
.berocket_filter_list input[type="checkbox"] {
    margin-right: 10px;
}

/* Stijlen voor de knop om filters te wissen */
.bapf_rst_nofltr bapf_rst_sel berocket_single_filter_widget berocket_single_filter_widget_12237{
    background-color: #0056b3;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.berocket_filter_reset_button:hover {
    background-color: #003d82;
}

