.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: 320px;
    border-right:  1px solid rgba(0, 0, 0, .175);
    /* transform: translate(-100%); */
}
.filters-column.hide-left, .filter_sidebar-active {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh !important;
    max-width: 320px;
    width: 100%;
    padding: 0 !important;
    background: #fff;
    z-index: 99;
    overflow-y: auto !important;
    transition: all .3s ease;
}
.filters-column.hide-left .inner-column {
    min-height: 100%;
}
.filters-column.hide-left .filters-outer {
    margin-bottom: 0;
}
.filters-outer {
    position: relative;
    background: #f5f7fc;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 30px 30px 10px;
}
.close-filters {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    min-width: auto;
    height: 20px;
    border: 1px solid #333;
    border-radius: 50%;
    color: #000;
    line-height: 25px;
    font-size: 12px;
    z-index: 3;
}
.close-filters:hover {
    background-color: #fff !important;
    text-decoration: none;
    opacity: 0.75;
}
.filter-block {
    position: relative;
    margin-bottom: 19px;
}
.filter-block h4, .checkbox-outer h4 {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #202124;
    margin-bottom: 16px;
}
.filter-block .form-group {
    position: relative;
    margin-bottom: 0;
}
.filter-block .chosen-container .chosen-single, .filter-block input, .filter-block select, .filter-block textarea {
    width: 100%;
    height: 60px;
    padding: 14px 20px 14px 54px;
    line-height: 30px;
    font-size: 13px;
    color: #696969;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ecedf2;
    border-radius: 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.filter-block .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    font-size: 14px;
    line-height: 30px;
}
.checkbox-outer {
    position: relative;
    margin-bottom: 30px;
}
.noUi-horizontal {
    height: 8px;
}
.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #2b3940;
    right:-11px
}
.noUi-handle:after{
    left:11px;
    top:4px;
    height: 0px;
}
.noUi-handle:before{
    left:7px;
    top:4px;
    height: 0px;
}
.noUi-connect {
    background: #2b3940;
}
.noUi-horizontal .noUi-tooltip{
    bottom:inherit;
    top:120%;
    font-size: 11px;
}
.noUi-tooltip{
    margin-top: 6px;
}
.switchbox {
    position: relative;
    list-style: none;
    padding-left:0px;
}
.switchbox li {
    position: relative;
    margin-bottom: 20px;
}
.switch {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: relative;
    cursor: pointer;
    width: 39px;
    height: 17px;
    background-color: #fff;
    border: 1px solid #ecedf2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 2px;
    background-color: #d2d3d8;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
input:checked+.slider {
    background-color: #2b3940;
    border: 2px solid #2b3940;
}
input:checked+.slider:before {
    background: #ffffff;
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(19px);
    transform: translate(19px);
}
.switchbox .title {
    position: relative;
    margin-left: 10px;
    font-size: 13px;
    color: #5c6770;
    line-height: 20px;
}
.btn-filter-one {
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #00ced1;
    font-size: 13px !important;
    line-height: 20px;
    border-radius: 8px;
    font-weight: 400;
    padding: 6px 27px 6px;
}
.btn-filter-one.reset{
    background-color: #ff0000ad;
}
.offcanvas-footer{
    position: fixed !important;
    bottom: 0px;
    left: 8%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 99;
    background-color: white;
    width: 16.7%;
}
@media only screen and (max-width: 768px) {
  .offcanvas-footer {
    width: 79%;
    transform: translateX(-11%);
  }
}