div#filter_express_btn,
div.filter_express_btn {
    display: flex;
    gap: 10px;
    padding: 16px 0px;   
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.07px;
    letter-spacing: 0%;
    color: #000;    
    cursor: pointer;
    align-items: center;
    margin-bottom: 13px;
    border-bottom: 1px solid #D9D9D9;    
}

div#filter_express_btn:before,
div.filter_express_btn:before {
    content: '';
    width: 24px;
    height: 24px;
    order: 1;
    top: 261px;
    left: 153px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADwSURBVHgB7ZThDYIwEIUfxgEcoW7QEXAD3QQnEDdgA3ECR9ANxAl0A9gA79I2uTRqSwD5w5e8AOXau95dC8xMTSLeVySNeBpSFTKSDp7oBgd0JBWxE1qSQjw56RQyWmBk+jrYwqTW6eAbLNGPB0yqGK4Jp+xFOg/lgKO+iW92UljH1RAOfEqYRrmQ1jwwRpFLiG6crIs0up0Jtk8//fBroGDyx08uWA7RER4rK27NzI7x9bH/Yo8rzGl2V0Zqv2OkvTVat6hM0Ya0E5G5iJKAGjFHwRy+BD+4k2obRY4wmbWt7Q6i0GIXMSh0u+pn/sgbqGEyn1vjSTsAAAAASUVORK5CYII=');
}

div#filter_express_btn>#express_check,
div.filter_express_btn>.express_check {
    order: 0;
}

div#filter_express_btn>span,
div.filter_express_btn>span {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.07px;
    letter-spacing: 0%;
    color: #000;    
    order: 2;
}

div#filter_express_btn>span>span,
div.filter_express_btn>span>span {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 17.07px;
    letter-spacing: 0%;
}

@media (max-width: 768px) {
    div#filter_express_btn {
        padding: 16px 0px; 
    }
}

div#filter_express_btn:hover,
div.filter_express_btn:hover,
div#filter_express_btn.active-filter,
div.filter_express_btn.active-filter {
    color: #000;
}


/* V1 FILTRO EXPRESS */

ul.custom_filter_express_btn {
    font-family: "DM Sans",sans-serif;
    font-size: 1vw;      
    font-weight: 700;
    color: #ff0500;
    background: #000 !important;
    cursor: pointer;
}

ul.custom_filter_express_btn a {
    font-family: "DM Sans",sans-serif;
    font-size: 1vw !important;      
    font-weight: 700;      
}

ul.custom_filter_express_btn a:hover{
    color: #fff !important;
}

/* AJUSTES SOLO PAGINA BUSQUEDA */

.page-search .title .facet-title {
    height: 25px;
    padding: 8px 0px;
}

.page-search .title .navbar-toggler i.material-icons {
    cursor: pointer;
}

.page-search .title .navbar-toggler i.material-icons.add {
    display: none;
}

.page-search .title.collapsed .navbar-toggler i.material-icons.add {
    display: block;
}

.page-search .title .navbar-toggler i.material-icons.remove {
    display: block;
}

.page-search .title.collapsed .navbar-toggler i.material-icons.remove {
    display: none;
}


