@media (max-width: 767px) {
    .page-with-filter.page-layout-1column .rln-ctrl-wrap {
        display: none;
    }
    body.rln-open .block.filter{
        display: block;
        max-width: 100%;
        border-right: solid 1px #eaeaea;
        height: 100vh !important;
    }
    body.rln-open .page-header {
        display: none !important;
    }
    .page-products .toolbar.toolbar-products .toolbar-sorter.sorter {
        display: none;
    }
    .page-with-filter .columns .sidebar-main {
        height: 100%;
    }
    .block.filter{
        display: none;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 999999;
        padding: 20px;
        overflow: scroll;
        padding-bottom: 100px;
        max-width: 75%;
        height: 100vh !important;
    }
    .rln-ctrl-wrap {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99999;
        background-color: #fff;
        border-top: 1px solid #fff;
        width: 100%;
        box-shadow: 0 2px 13px 0 rgb(0 0 0 / 15%);
    }
    .rln-ctrl-wrap .toolbar{
        height: 100%;
        padding: 0;
        border: none;
    }

    #layered-filter-block .filter-title strong {
        background-color: transparent;
        border: 0px solid transparent;
        box-shadow: initial;
        font-size: 24px;
        padding-top: 20px;
        padding-left: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e1e1e1;
        width: 100%;
        text-align: left;
    }

    .block.filter { z-index:999; }
    .block-content.filter-content .filter-options { display:block; }
    .block-content.filter-content {
        margin-top: 40px;
        display:block;
    }
    #rln-ctrl-open {
        background: #DC3E37 !important;
        font-weight: 700;
        float: left;
        color: white;
        border-radius: 0;
        text-transform: uppercase;
        border: 0px;
        padding: 23px 15px;
        width: 50%;
        border-right: solid 2px #ecf0f4;
    }
    .page-products .sorter { position:relative; top:0; right:0; }
    #rln-ctrl-close {
        background: #DC3E37 !important;
        font-weight: 700;
        float: right;
        color: white;
        text-transform: uppercase;
        border-radius:0;
    }
    .rln-ctrl-wrap .toolbar {
        padding: 25px 25px 25px;
        margin-bottom: 0;
        border: 0;
    }
    .rln-ctrl-wrap .toolbar-sorter.sorter {
        background-color: #DC3E37 !important;
        color: #fff;
        padding: 6px 10px;
        width: 50%;
        border-left: solid 2px #ecf0f4;
        float: right;
        margin-right: 0;
        border-radius: 0;
    }
    .rln-ctrl-wrap .toolbar-sorter.sorter label {
        display: none;
    }
    .rln-ctrl-wrap .toolbar-sorter.sorter select {
        background:none;
        background-color: #DC3E37 !important;
        border: 0;
        text-transform: uppercase;
        font-weight: 700;
        width: 70%;
        color:white;
        box-shadow:initial;
        margin: 0;
        -webkit-appearance: none;
    }
    .rln-ctrl-wrap .toolbar-sorter.sorter a:before,
    .rln-ctrl-wrap .toolbar-sorter.sorter a:after {
        color: #fff;
    }
    .rln-clear  {
        clear: both;
    }
}
