#SearchCustomCategory{
    padding:25px;
    box-shadow: 0px 3px 6px #00000017;
    border-top:6px solid #FF3602;
    min-height:385px;
    display:flex;
    align-items:stretch;
    height: 100%;
}
#titulo_repuesto{
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:12px;
}
#SearchCustomCategory input.disabled{
    opacity:0.8 !important;
}
#titulo_repuesto img{
    width:35px;
}
#titulo_repuesto p{
    font:600 21px/25px Rubik;
    text-transform:uppercase;
}
#buscador_repuestos_container{
    display:flex;
    flex-direction:column;
    width:100%;
    gap:20px;
}
#buscador_repuestos_container form{
    flex-grow:1;
}
#buscador_repuestos_container .BoxSelects{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%;
    gap: 13px;
}
#botton_searchcustom input{
    width:100%;
    border-radius:0px;
    background:#FF3602;
    color:white;
    font: 600 16px/20px Space Grotesk !important;
    text-transform:uppercase;
    padding:17px 0;
    border: none;
}
#BoxGeneralSelects{
    display:flex;
    flex-direction:column;
    gap:9px;
}
.boxSelectSearchCustom{
    padding:8px 10px;
    background:#F3F3F3;
}
#BoxGeneralSelects select{
    width:100%;
    border-radius:0;
    border:none;
    font:600 16px/21px Space Grotesk;
    background:#F3F3F3;
}

@media(min-width:993px){
    .filter-tabs{
        display:none;
    }
    .filter-tabs-content{
        display:grid;
        grid-template-columns:1fr 1fr 1fr;
        gap:23px;
    }
}
@media(max-width:992px){
    .filter-tabs{
        display:flex;
        flex-direction:row;
        justify-content:space-between;
        border-radius:3px;
        background:#F9FAFB;
        margin-bottom:20px;
        padding:5px;
        gap: 12px;
    }
    .c-filter-tab{
        padding:2px 5px 5px 5px;
        display:flex;
        flex-direction:row;
        align-items:center;
        font:600 15px/18px Rubik;
        font-style:italic;
        text-transform:uppercase;
        border-radius:3px;
        border-top:3px solid #F9FAFB;
        transition:0.5s all ease;
        gap:5px;
        width: 100%;
        justify-content: center;
    }
    .c-filter-tab:hover{
        cursor:pointer;
        background:#fff;
        box-shadow: 1px 1px 2px #00000029;
        border-color:#000;
    }
    .c-filter-tab.active{
        background:#fff;
        box-shadow: 1px 1px 2px #00000029;
        border-color:#FF3602;
    }
    .c-filter-tab img{
        width:20px;
    }
    .filter-tabs-content-container.active #SearchCustomCategory{
        border-color:#FF3602;
    }
    .filter-tabs-content-container.active #SearchCustomCategory #botton_searchcustom_input{
        background:#FF3602;
    }
    .filter-tabs-content-container {
        display: none;
    }
    .filter-tabs-content-container.active{
        display: block;
    }
    #SearchCustomCategory{
        border-top:0;
        min-height: 276px;
        box-shadow: 1px 1px 6px #00000017;
    }
    #titulo_repuesto{
        display:none;
    }
}