.bpct-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin: 0 4px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #555;
    cursor: pointer;
    font-size: 12px;
    vertical-align: middle;
}

.bpct-toggle:hover {
    color: #2271b1;
}

.bpct-collapsed > ul.children,
.bpct-collapsed > .product_taxonomy_sub_checklist {
    display: none !important;
}

.bpct-expanded > ul.children,
.bpct-expanded > .product_taxonomy_sub_checklist {
    display: block !important;
}

body.rtl .bpct-toggle {
    margin: 0 0 0 4px;
}
.bpct-search {
    margin: 0 0 10px 0;
}

.bpct-search input {
    width: 100%;
    min-height: 38px;
    padding: 7px 10px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

.bpct-search input:focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 1px #2271b1;
    outline: none;
}

body.rtl .bpct-search input {
    text-align: right;
}