@media screen and (max-width: 767px) {

}

body:not(.ith-filter-visible) .ith-filter--container {
    display: none;
}

body.ith-filter-visible {
    overflow: hidden;
}

body.ith-filter-visible .ith-oxelastic-flow-toggle a {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.ith-oxelastic-flow-toggle a:not(.ith-oxelastic-toggle-active) .badge {
    display: none;
}

.ith-filter--container {
    background: white;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1250;
    border-left: 1px solid black;
    box-sizing: border-box;
    box-shadow: 0 0px 20px black;
    min-width: 300px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
}

.ith-filter--container .ith-filter--close {
    position: absolute;
    top: 1px;
    right: 3px;
    width: auto;
}



.ith-active-filter-container {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.ith-active-filter-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ith-active-filter-container ul > li {
    display: block;
    padding: 0;
    margin: 0;
}

.ith-active-filter-container ul > li a {
    display: flex;
    text-decoration: none;
    padding: .5em 1em;
    margin: 0;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
}

.ith-active-filter-container ul > li a > span {
    margin-right: 1ch;
    font-weight: bold;
}

.ith-active-filter-container ul > li a.remove {
    color: #7d1c1c;
    
}

.ith-active-filter-container ul > li a:hover {
    background-color: #6b535b;
    color: white;
}

.ith-active-filter-container ul > li:first-child h6 {
    padding: .5em 1em;
    color: white;
    background-color: #987480;
    width: 100%;
    text-align: left;
    margin: 0;
    pointer-events: none;
}


.ith-filter--section { 
    width: 100%; 
    display: flex;
    flex-direction: column;
    padding: 0;
    box-shadow: none;
    position: static;
    border: none;
}
.ith-filter--section li {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
}
.ith-filter--section .ith-filter--body a {
    
    text-decoration: none;
    display: flex;
    width: 100%;
    /* line-height: 1; */
}


.ith-filter--section .ith-filter--body a:hover {
    background-color: #474c58;
    color: white;
}

.ith-filter--section button.ith-filter--apply {
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #ccc;
}

.ith-filter--section button.ith-filter--apply:hover {
    outline: 1px solid black;
}

.ith-filter--section {
    padding: 0;
}

.ith-filter--section > label {
    background-color: #6a7281;
    width: 100%;
    color: white;
    pointer-events: none;
    padding: .5em 1em;
    text-align: left;
    font-size: 1rem;
}
#ith-elastic-flow-price-form {

}

#ith-elastic-flow-price-form .label {
    padding: .5em 1em;
}

#ith-elastic-flow-price-form .label > span:first-child {
}

#ith-elastic-flow-price-form input {
    width: 100%;
    display: block;
    padding: .5em 1em;

}

#rangebar-submit {
    display: block;
    width: calc(100% - 2em);
    margin: .5em 1em;
    border: 1px solid black;
    transition: all .4s ease-in-out;
}
#rangebar-submit:hover {
    background-color: #474c58;
    color: white;
    transition: all .4s ease-in-out;
}

.ith-filter--type-or a {
    cursor: default;
}

.ith-filter--check {
    padding: 0.5em 1em;
    display: flex;
    align-items: center;
    gap: 1ch;
    width: 100%;
}
.ith-filter--type-and .ith-filter--check {
    cursor: pointer;
}
.ith-filter--item--value {
    flex-grow: 1000;
}

.ith-filter--type-and .ith-filter--selection-item.ith-filter--selected {
    background: #987480;
    color: white;
}

.ith-filter--section--category--list {
    padding: 0;
}

.ith-filter--section--category--list-item {
    padding: 0!important;
}

.ith-filter--section--category--list-item a {
    text-decoration: none;
    padding: 0.5em 1em !important;
    display: flex;
    gap: 1ch;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.ith-filter--section--category--list-item a:hover {
    color: white;
    background-color: #474c58;
}