*{
    font-family: "Teachers", sans-serif;
}
a{
    text-decoration: none;
}
#barra_pesquisa{
    margin: 3% 35%;
}
.breadcrumbs{
    background-color: #f5f5f5;
    font-size: 16px;
}
.breadcrumb-item > a{
    text-decoration: none;
}
.buttons-links{
    margin:8px
}
.categorias{
    transition: 0.5s;
}

.categorias:hover{
    transform: scale(0.8);
}
.fabricantes{
    transition: 0.5s;
}
.fabricantes:hover{
    transform: scale(0.9);
}
.linha{
    /* background-color: rgb(22, 22, 22); */
    height: 1px;
    width: 50%;
}
.titulo_area{
    padding-top: 30px;
}
.titulo_area>p{
    align-items: center;
    display: flex;
    justify-content: center;
}
.titulo_area>span{
    align-items: center;
    display: flex;
    justify-content: center;
}

::-webkit-scrollbar{
    width: 5px;
    background-color: #ff6363;
}

::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #ff6363;
}

::-webkit-scrollbar-thumb:hover
{
	background-color: #62C2A2;
}
@media screen and (max-width: 790px){
    .botoes{
        padding: 3px 8px;
    }
    .breadcrumbs{
        font-size: 12px;
    }
    #ico{
        width: 100px;
    }
}
@media only screen and (max-width: 767px) {
    #barra_pesquisa{
        margin: 3% 15%;
    }
}




/* Botões produtos e fabricantes */

.botao_produtos{
    padding: 6px 12px;
    background-color: #ff6363;
    color: white;
}
.botao_produtos:hover{
    background-color: #ff6363;
}
.botao_produtos_ativado{
    padding: 6px 12px;
    background-color: #ff6363;
    color: white;
}

.botao_fabricantes{
    padding: 6px 12px;
    background-color: #666666;
    color: white;
}
.botao_fabricantes:hover{
    background-color: #62C2A2;
}
.botao_fabricantes_ativado{
    padding: 6px 12px;
    background-color: #62C2A2;
    color: white;
}

@media screen and (max-width: 790px){
    .botao_produtos{
        padding: 3px 8px;
    }
    .botao_produtos_ativado{
        padding: 3px 8px;
    }
    .botao_fabricantes{
        padding: 3px 8px;
    }
    .botao_fabricantes_ativado{
        padding: 3px 8px;
    }
}