:root {
    --primaryColor: #212158;
}
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 38px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 17px;
}

.price-range-content .price-range-filter input {
    width: 100%;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    color: var(--primaryColor);
    background-color: transparent;
}

.price-range-content .price-range-bar .ui-slider-handle {
    border: none;
    border-radius: 50%;
    background: #fff;
    /* border: 2px solid var(--primaryColor); */
    height: 15px;
    width: 15px;
    top: -5px;
    cursor: pointer;
    background: #ff7a3d;
    position: absolute;
}

.price-range-content .price-range-bar {
    border: none;
    background: var(--primaryColor);
    height: 5px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    position: relative;
}

.price-range-content .price-range-bar .ui-slider-range {
    background: var(--primaryColor);
}

.aside_filter {
    background: #ffffff;
    padding: 20px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
    border-radius: 5px;
}

ul.show-less-li {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

ul.show-less-li li {
    margin-bottom: 10px;
    color: #62606c;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    position: relative;
    padding-left: 5px;
}

.content_check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    padding-top: 4px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    color: #333333;
}

.content_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #ccccf9;
}

.content_check input:checked ~ .checkmark:after {
    display: block;
}

.content_check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content_check input:checked ~ .checkmark {
    background-color: var(--primaryColor);
}

.content_check input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.aside_filter .form-group {
    margin-bottom: 2rem;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primaryColor);
}

.checkmark {
    /* position: absolute; */
    top: 4px !important;
    left: 0px !important;
    height: 21px !important;
    width: 21px !important;
    /* background-color: #eee; */
    border-radius: 0px !important;
    margin: 0px !important;
    border: none !important;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primaryColor) !important;
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
}
