.products .product-category {
    display: none;
}

.subcategories {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
    margin-bottom: 20px;
}

.subcategories .product-category {
    width: 25%;
    flex-basis: 25%;
    padding: 0 9.8px 19.6px;

}

.subcategories .box-image {
    display: none;
}
.subcategories .box-badge {
    overflow: initial;
}

.subcategories .box-badge .box-text {
    position: relative;
    background-color: rgba(0, 0, 0, 0.05);
    /*box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);*/
}

.catalog-product-categories.bapf_hideckbox li label {
    color: #000 !important;
}

.catalog-product-categories.bapf_hideckbox li label:hover {
    color: #226dae !important;
}

.category-filter-row.category-filtering {
    display: flex;
    margin-top: 20px;
}

.category-filter-row .custom-filters {
    display: flex;
}

.category-filter-row.woocommerce .filter-button {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
}


.category-filter-row .berocket_single_filter_widget {
    margin: 0px 25px 0px 0px !important;
}

.category-filter-row .bapf_sfilter {
    margin-bottom: 0px;
}

.category-filter-row .bapf_head {
    display: none;
}

.category-filter-row .bapf_body {
    position: relative;
}

.category-filter-row .bapf_body select {
    width: 180px;
    border: none;
    font-size: 0.9em;
    text-transform: uppercase;
    box-shadow: none;
    color: #231f20;
    font-weight: 600;
    background-color: #f5f5f5;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}

.category-filter-row .bapf_body:after {
    content: '\f078';
    font: normal normal normal 15px/1
    FontAwesome;
    color: #226dae;
    right: 8px;
    top: 11px;
    padding: 0px;
    position: absolute;
    pointer-events: none;
}

.text-box {
    max-width: 500px;
    font-size: 0.8em;
}

.archive .product-small .box {
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 60px;
}

@media screen and (max-width: 849px) {

    .subcategories .product-category {
        width: 33.33%;
        flex-basis: 33.33%;
    }

    .category-filter-row .custom-filters {
        justify-content: center;
        flex-wrap: wrap;
    }

    .category-filter-row .berocket_single_filter_widget {
        margin: 0px 10px !important;
    }

    .category-filter-row .bapf_body {
        margin: 5px 0px;
    }

    .category-filter-row.category-filtering {
        display: block
    }

}

@media screen and (max-width: 549px) {

    .subcategories .product-category {
        width: 50%;
        flex-basis: 50%;
        padding: 0 9.8px 9.8px;
    }

    .subcategories .product-category .box-text{
        font-size: 0.7em;
        padding: 7.5px;
    }
    .subcategories .product-category .count {
        display: none
    }
}
