.cbp-spmenu {
    position: fixed;
}
.cbp-spmenu div,.cbp-spmenu div a{
    
    color:#666;
}
.cbp-spmenu-vertical {
    width: 100%;
    top: 0;
    z-index: 1000
}
.cbp-spmenu .filter-left {
    width: 30%;
    float: left;
    background: #000000ab;
    height: 100vh;
}
.cbp-spmenu .filter-right{
    width:70%;
    background:#FFF;
    float:right;
    height: 100vh;
    overflow-y: scroll;
}
.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.cbp-spmenu-right {
    right: -100%
}


.cbp-spmenu-right.cbp-spmenu-open {
    right: 0
}


.cbp-spmenu {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width:55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px
    }

    .cbp-spmenu-top {
        top: -110px
    }

    .cbp-spmenu-bottom {
        bottom: -110px
    }
}

@media screen and (max-height:26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px
    }

    .cbp-spmenu-right {
        right: -190px
    }

    .cbp-spmenu-push-toright {
        left: 190px
    }
}