body:not(.ith-filter-visible) .ith-filter-flow {
    display: flex;
    padding: .5em;
    margin-top: -.75em;
    flex-wrap: wrap;
    /* border-radius: .25em; */
/*     border-top: 1px solid rgba(0, 0, 0, .125); */
    background: transparent;
    margin-bottom: 1em;
    justify-content: center;
}
.ith-filter-section > button {
    background: transparent;
}
.ith-attribute-filters-flow.dropdown-menu {
    box-shadow: 0 6px 3px 1px gray;
    padding: 1em;
}
.ith-filter-selection-item a {
    cursor: pointer;
    padding: 4px 8px;
    font-size: .8em;
}
.ith-filter-selection-item label {
    pointer-events: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.ith-filter-selection-item label >  * {
    white-space: nowrap;
}
.ith-filter-selection-item label >  *:last-child {
    font-size: .7em;
    font-weight: bold;
}
.ith-filter-selection-item label:before {
    content: "\2610";
    font-weight: bold;
    color: lightgray;
}
.ith-filter-selection-item.ith-filter-selected label:before {
    content: "\2611";
    font-size: 1.3em;
    color: inherit;
}
.ith-filter-flow .dropdown-menu {
    width: auto;
}
#ith-elastic-flow-price-form .range > * {
    margin: 0;
    padding: .5em;
}
#ith-elastic-flow-price-form .col-xs-12 {
    width: 100%;
    margin: 0;
    padding: 0;
}
#ith-elastic-flow-price-form button {
    width: 100%;
    margin: 0;
}
.ith-subtel {
    display: flex;
    margin: -.5em -.5em .5em -.5em;
}


.ith-subtel--brands-title {
    display: none;
}
.ith-subtel--brands-container {
    border: 1px solid rgba(0, 0, 0, .125);
    padding: .5em;
    border-radius: .3em;
    margin: .5em;
    flex-grow: 1;
}
.ith-subtel--brands-search-container {
    position: relative;
}
.ith-subtel--brands-search-input {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .3em;
    padding: .3em .6em;
}
.ith-subtel--brands-search-input:active,
.ith-subtel--brands-search-input:focus-visible {
    outline: none;
    border-color: #f0861d;
    box-shadow: 0 0  2px #f0861d;
}
.ith-subtel--brands-body {
    position: relative;
}
.ith-subtel--brands-list {
    position: relative;
    margin: 1em 0 0 0;
    padding-left: 1.4em;
    list-style: square;
    height: 12em;
    overflow-x: hidden;
    overflow-y: auto;
    /* overflow: hidden; */
}
.ith-subtel--brands-list.virtual {
    padding-left: 0;
}
.ith-subtel--brands-list.virtual.hidden {
    opacity: 0;
}
.ith-subtel--brands-list.virtual > div > div {
    list-style: square;
    padding-left: .4em;
}
.ith-subtel--brands-list-item {
    height: 30px;
    display: flex;
    position: relative;
    align-items: center;
}
.ith-subtel--brands-list-item::before {
    content: "☐";
    position: absolute;
    left: -15px;
    top: 4px;
    display: none;
}
.ith-subtel--brands-link {
    display: inline-flex;
    padding: .2em;
    align-items: center;
    height: 30px;
    max-width: 100%;
    overflow: hidden;

}

.ith-subtel--brands-value {
    height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ith-subtel--brands-count {
    font-size: .7em;
    margin-left: .7em;
    pointer-events: none;
    white-space: nowrap;
}
.ith-subtel--brands-count::before {
    content: '( ';
}
.ith-subtel--brands-count::after {
    content: ' )';
}
.ith-subtel--brands-list-item--selected {
    color: #f0861d;
    font-weight: bold;
}
.ith-subtel--brands-list-item--selected::before {
    content: "☑";
    color: #f0861d;
    position: absolute;
    left: -15px;
    top: 4px;
    transform: scale(1.1);
}
.ith-subtel--brands-list-item-hidden {
    display: none;
}

.ith-subtel--brands-search-reset {
    display: none;
    color: #f0861d;
    font-weight: bold;
    position: absolute;
    right: 2px;
    top: 1px;
    padding: .3em .6em;
    cursor: default;
    user-select: none;
}
.ith-subtel--brands-search-icon {
    position: absolute;
    right: 2px;
    top: -2px;
    padding: .3em .6em;
    cursor: default;
    user-select: none;
    font-size: 1.2em;
    color: #5aa71d;
}
.ith-subtel--brands-search-active .ith-subtel--brands-search-reset {
    display: block;
}
.ith-subtel--brands-search-active .ith-subtel--brands-search-icon {
    display: none;
}

.ith-subtel--brands-search-reset:hover {
    transform: scale(1.25);
}

.ith-subtel--brands-search-reset:active {
    transform: scale(0.95);
}

.active-filter {
    margin-top: 1em;
}
.active-filter a {
    background: #636c72;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    padding: .25em .4em;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    font-size: 75%;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin: .25em;
}
.active-filter .price-currency {
    color: white;
}

.ith-filter-container .dropdown-toggle,
#rangebar-submit {
    background: #f7f7f9;
    font-size: 13px;
    color: #292b2c;
    border: 1px solid #ccc;
    white-space: nowrap;
    border-radius: .25rem;
    font-weight: 600;
    outline: none;
}
.ith-filter-container .dropdown-toggle:focus,
.ith-filter-container .dropdown-toggle:active,
#rangebar-submit:focus,
#rangebar-submit:active {
    box-shadow: 0 0 0 2px rgb(204 204 204 / 50%);
}
.ith-filter-selection-item label:before {
    content: "☐";
    color: #222;
    transform: scale(1.2);
    font-weight: normal;
    display: none;
}
.ith-attribute-filters-flow.dropdown-menu {
    padding: 0.2em;
    box-shadow: none;
    max-width: 100%;
}
.ith-filter-selection-item label {
    justify-content: space-between;
}
.ith-filter-selection-item label > span:first-child {
    white-space:  break-spaces;
    line-height: 1.2;
    flex-grow: 10;
}
#ith-elastic-flow-price-form input {
    border: 1px solid rgba(0, 0, 0, .125);
     border-radius: 0.3em;
     padding: 0.3em 0.6em;
     text-align: center;
 }
 .range .label.row > span {
    font-size: .8rem;
}
.ith-filter-selected {
    color:#f0861d;
}


@media all and (max-width: 700px) {
    
    .ith-subtel-v2 {
        flex-direction: column;   
    }
}