#LlantasSearchCategory{
    padding:25px;
    box-shadow: 0px 3px 6px #00000017;
    border-top:6px solid #000;
    min-height:385px;
    display:flex;
    align-items:stretch;
}
#titulo_llantas{
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:12px;
}
#titulo_llantas img{
    width:38px;
}
#titulo_llantas p{
    font:600 21px/25px Rubik;
    text-transform:uppercase;
}
#buscador_llantas_container{
    display:flex;
    flex-direction:column;
    width:100%;
    gap:20px;
}
#buscador_llantas_container form{
    flex-grow:1;
}
#buscador_llantas_container .BoxSelects{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%;
}
#botton_llantassearch input{
    width:100%;
    border-radius:0px;
    background:#000;
    color:white;
    font: 600 16px/20px Space Grotesk !important;
    text-transform:uppercase;
    padding:17px 0;
    border: none;
}
#BoxGeneralSelectsLlanta{
    display:flex;
    flex-direction:column;
    gap:9px;
}
.boxSelectllantassearch{
    padding:8px 10px;
    background:#F3F3F3;
    
}
#BoxGeneralSelectsLlanta select{
    width:100%;
    border-radius:0;
    border:none;
    font:600 16px/21px Space Grotesk;
    background:#F3F3F3;
}
#llantassearch_select_container_3{
    display:none;
}



@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:5px;
    }
    .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;
    }
    .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 #LlantasSearchCategory{
        border-color:#FF3602;
    }
    .filter-tabs-content-container.active #LlantasSearchCategory #botton_llantassearch_input{
        background:#FF3602;
    } 
    .filter-tabs-content-container {
	    display: none;
    }
    .filter-tabs-content-container.active{
	    display: block;
    }
    #LlantasSearchCategory{
        border-top:0;
        min-height: 276px;;
        box-shadow: 1px 1px 6px #00000017;
    }
    #titulo_llantas{
        display:none;
    }
}