.filter__container {
  position: fixed;
  max-width: 360px;
  height: 100%;
  box-shadow: 0px 0px 10px 2px rgba(181, 204, 223, 0.57);
  background-color: #fff;
  top: 0;
  z-index: 9999;
}
.filter__container{
  display: none;
}
.filter__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ECF4FB;
    max-width: 360px;
    border-radius: 0px 0px 30px 30px;
}

.filter__exit {
    margin-right: 20px;
    cursor: pointer;
}

.filter__items {
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px 20px calc(86px * 2);
}

.filter__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

.filter__label{
    display: flex;
    align-items: baseline;
}

.filter__header p {
    font-weight: 700;
    padding: 20px;
    margin: 0;
    font-size: 26px;
    line-height: 31px;
}

.choice__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter__multiselect {
    display: flex;
    flex-direction: column;
}

.filter__multiselect input {
    margin-right: 12px;
    margin-bottom: 16px;
}

.filter__item {
    padding-bottom: 22px;
    border-bottom: 1px solid #DEE6EA;
}

.clear__filter {
    cursor: pointer;
}

.clear__filter,
.filter__qty {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A0A9B9;
}

.choice__header p {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.range-slider {
    position: relative;
    height: 4.5em;
}

.range-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0;
}

input[type=number] {
    border: none;
    text-align: center;
    font-size: 1.3em;
    -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number]:invalid,
input[type=number]:out-of-range {
    border: 2px solid #ff6347;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #2497e3;
}

input[type=range]:focus::-ms-fill-lower {
    background: #2497e3;
}

input[type=range]:focus::-ms-fill-upper {
    background: #2497e3;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    background: #FFFFFF;
    border: 1.5px solid #A0A9B9;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    background: #FFFFFF;
    border: 1.5px solid #A0A9B9;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    background: #FFFFFF;
    border: 1.5px solid #A0A9B9;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    cursor: pointer;
}

#searchable__input {
    width: 100%;
    height: 45px;
    border: 1.5px solid #DEE6EA;
    border-radius: 15px;
    background: url(../img/header/search_icon.svg) no-repeat;
	background-position-x: 95%;
    background-position-y: center;
}

.filter__footer {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    background: #ECF4FB;
    box-shadow: 0px 0px 10px 2px rgba(181, 204, 223, 0.57);
    border-radius: 30px 30px 0px 0px;
    bottom: 0;
    left: 0;
}

.filter__footer .button {
    margin: 15px;
}

.range-slider div {
    border: 1.5px solid #DEE6EA;
    border-radius: 5px;
    padding: 3px;
    display: inline-block;
}

.filled {
    background: #00A0E3;
    border-radius: 64px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    cursor: pointer;
}

.filter__container .outline {
    width: 100%;
    padding: 15px;
    color: #029CDF;
    background-color: transparent;
    border: 1.5px solid #029CDF;
    border-radius: 24.3774px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.filter__items::-webkit-scrollbar {
    height: 75%;
    width: 9px;
}

.filter__items::-webkit-scrollbar-track {
    background-color: #fff;
    width: 9px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.filter__items::-webkit-scrollbar-thumb {
    background: #DEE6EA;
    border-radius: 30px;
}
