.filter_opt .filterlabel {
font-size: 20px;
    font-weight: bold;
    border-left: 20px solid var(--blue-logo);
    padding-left: 5px;
}

.filter_opt a {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    margin-right: 10px;
    border: 1px solid var(--blue-logo);
    color: #333;
    border-radius: 40px;
    font-weight: 500;
    background-color: white;
    transition: 0.3s;
}

.filter_opt a:hover, .filter_opt a.selected {
   background-color: var(--blue-logo);
   color: white;
}

.filter_opt a.selected::after {
    content: 'x';
    display: inline-block;
    background-color: white;
    color: black;
    aspect-ratio: 1 / 1;
    width: 20px;
    text-align: center;
    margin-left: 10px;
    border-radius: 50%;
    line-height: 1.1;
    position: relative;
    top: -1px;
}

.filter_opt a.disabled {
    color: #bec6c9;
    border: 1px solid #bec6c9;
}

.c-filter-cat .group_add_text {
display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    background-color: var(--blue-logo);
    border-radius: 50px;
    font-weight: 500;
    color: white;
}

.c-filter-cat {
    position: absolute;
    top: 20px;
    left: 50px;
    z-index: 9;
}

.chosen-container {
    min-width: 200px;
}

.boxcollapsible {
    padding: 20px;
    margin: 20px 0;
    border-top: 1px solid rgb(30 28 28 / 22%);
    border-bottom: 1px solid rgb(30 28 28 / 22%);
}

.boxcollapsible a.toggle {

}

.boxcollapsible .boxy {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.boxcollapsible .boxy .filter_opt {
    padding: 10px 0;
    position: relative;
}

.boxcollapsible a.toggle {
    background-size: 15px;
    background-position: center left;
    padding-left: 20px;
    font-weight: 200;
    background-image: url('/cache/files/8ffab9c50e8b359001613148d4fd2ebfd1509908.svg');
}

.boxcollapsible a.toggle.openedexpand {
    background-image: url('/cache/files/7ef0788454779517678531f011602c0a81a9b4db.svg');
}

.boxcollapsible .filter_opt .filterlabel {
    padding-bottom: 5px;
}

.boxcollapsible .chosen-container-single .chosen-single {
    border: 1px solid #1e1c1c;
    padding: 10px 25px 10px 15px;
    line-height: normal;
    height: auto;
    background-image: none;
    border-top-left-radius: 18.75px;
    border-top-right-radius: 18.75px;
    border-bottom-right-radius: 18.75px;
    border-bottom-left-radius: 18.75px;
}

.boxcollapsible .chosen-container-single.chosen-with-drop .chosen-single {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.boxcollapsible .chosen-container-single .chosen-single div b {
   background-image: url('cache/files/notfound') !important;
    background-size: 15px !important;
    background-position: center !important;
    transform: rotate(0deg);
    transition: 0.5s;
}

.boxcollapsible .chosen-container-single.chosen-with-drop .chosen-single div b {
    transform: rotate(180deg);
    background-size: 15px !important;
    background-position: center !important;
}

.chosen-container-single .chosen-single div {
    width: 30px;
}

.chosen-container-single .chosen-drop {
    border: 1px solid #1e1c1c;
    border-top: 1px solid transparent;
    margin-top: -2px;
background: #fdf8f5;
}