#mostrarMarcasTodas .cont-marca.carregando .product-image  {
    background-color: #f7f7f7;
}
#mostrarMarcasTodas .cont-marca.carregando .product-image img {
    width: 100%;
    height: 100px;
}

#carregarMaisMarcas {
    min-width: 16em;
}

div#containerFiltrosMinimo .custom-control {
    display: inline-block;
    margin-right: 1em;
}

div#containerFiltrosMinimo .custom-control:last-child {
    margin-right: unset;
}

.product .product-info .product-price {
    font-size: 12px;
    font-weight: normal;
}

.product:hover .product-image {
    transform: scale(1.03);
}

.product .product-image {
    transition: all 0.2s ease;
}

.content-filtros-marcas > div {
    height: 15em;
    overflow-y: scroll;
}
