.filterBox {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    width: 100%;
    height: 68px;
    padding: 2px 0;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    transition: all .4s cubic-bezier(.65, .05, .36, 1);
    bottom: 0
}

.filterMenuWrapper {
    width: 50%;
    text-align: center;
    float: left;
    position: relative
}

.filterMenuWrapper .sortMenuOption {
    position: fixed;
    background: #fff;
    z-index: 11;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: all .2s ease-in 0s
}

.filterMenuWrapper .sortMenuOption--active {
    bottom: 0;
    -ms-transform: translateY(2%);
    transform: translateY(2%)
}

.filterMenuWrapper:first-child:after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: #000;
    opacity: .05;
    position: absolute;
    right: 0;
    top: 0
}

.filterMenuWrapper .filterMenuOption {
    position: fixed;
    background: #fff;
    z-index: 11;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%;
    height: 80%;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: all .2s ease-in 0s
}

.filterMenuWrapper .filterMenuOption--active {
    bottom: 0;
    -ms-transform: translate(0);
    transform: translate(0)
}

.filterMenuWrapper--tab {
    border: 0;
    height: 48px;
    background: transparent;
    gap: 10px;
    width: 100%;
    text-align: left
}

.filterMenuWrapper--tab img {
    width: 20px;
    height: 20px
}

.filterMenuWrapper--tab .icon_bullet {
    font-size: 5px
}

.filterMenuWrapper--tab .filter-value,
.filterMenuWrapper--tab .sort-value {
    font-family: montserrat-regular, sans-serif;
    font-size: 10px;
    margin-bottom: -5px;
}

.sortm {
    line-height: 18px;
    margin-top: 10px;
}

.filterBackDrop {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11
}

.selectedFilterIcon {
    color: #42a2a2;
    font-size: 6px;
    vertical-align: 2px;
    margin-left: 5px
}

.filterHeading {
    padding: 18px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.filterHeading:after {
    display: block;
    content: "";
    clear: both
}

.filterHeading h4 {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: normal;
    float: left
}

.filterHeading .clearAllBtn {
    float: right
}

@media only screen and (max-width: 768px) {
    .filterHeading .clearAllBtn a {
        font-size: 14px;
        font-family: montserrat, sans-serif;
        color: #42a2a2;
        line-height: normal
    }
}

.mobileFilterTab {
    width: 100%;
    height: 100%;
    overflow: scroll
}

.mobileFilterTab--left {
    background-color: rgba(0, 0, 0, .05);
    position: absolute;
    left: 0;
    top: 57px;
    width: 35%;
    z-index: 11;
    height: 100%;
    max-height: 550px;
    padding-bottom: 100px;
    overflow: auto
}

.mobileFilterTab--left .mobileFilterTab--left--header {
    text-transform: capitalize
}

.mobileFilterTab--list {
    position: relative
}

.mobileFilterTab--list p {
    font-family: montserrat-regular, sans-serif;
    font-size: 12px;
    color: #000;
    line-height: normal;
    padding: 15px;
    position: relative;
    text-align: left
}

.mobileFilterTab--list-active {
    background-color: #fff
}

.mobileFilterTab--list-active p {
    font-family: montserrat-bold, sans-serif
}

.mobileFilterTab--right {
    width: 100%;
    min-height: 200px;
    max-height: 500px;
    height: 550px;
    padding: 0 20px 100px 40%;
    overflow: auto
}

.mobileFilterTab--details {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    width: 100%;
    text-align: left;
    padding: 13.5px 0
}

.filterCheckbox {
    display: table;
    width: 100%
}

.filterCheckbox .icon_tick {
    display: inline-block;
    padding: 2px;
    font-size: 12px;
    font-weight: 700;
    outline: 1px solid rgba(0, 0, 0, .5);
    color: #fff
}

.filterCheckbox .icon_tick.active {
    background: #42a2a2;
    outline-color: #42a2a2
}

.filterCheckbox label {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding-right: 28px;
    vertical-align: middle;
    margin: 0
}

.filterCheckbox .mobileFilterTab--details-label {
    display: inline-block;
    padding-right: 12px;
    font-size: 11px;
    font-family: montserrat, sans-serif;
    vertical-align: middle;
    line-height: normal
}

.filterCheckbox .label-capitalize {
    text-transform: capitalize
}

.mobileFilterTab--details-active .mobileFilterTab--details-label {
    font-family: montserrat-bold, sans-serif
}

.mobileFilterTab--details-color {
    display: inline-block;
    height: 24px;
    width: 24px;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 1px;
    margin-right: 10px;
    vertical-align: middle
}

.filterActionBtn {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 44px;
    z-index: 11
}

.filterActionBtn button {
    width: 50%;
    height: 100%;
    float: left;
    background: #fff;
    border: none;
    font-size: 16px;
    font-family: montserrat, sans-serif;
    text-align: center;
    text-transform: uppercase;
    line-height: 44px
}

.filterActionBtn .filterActionBtn--close {
    color: rgba(0, 0, 0, .5)
}

.filterActionBtn .filterActionBtn--apply {
    background-color: #42a2a2;
    color: #fff
}