/** Please add your Custom CSS here **/

/* Padrões */

.texto-vermelho {
    color:red;
}

.empty-field {
    border: 1px solid red;
}

.not-empty-field {
    border: 1px solid green;
}


/* Itens loja */
.container-itens-loja {
    /* border: 1px solid gray; */
    /* margin: 5px; */
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    /* height: 300px; */
    margin-top: 10px;
}

.container-itens-loja-imagem {
    min-height: 200px;
    max-height: 200px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.container-itens-loja-content {
    height: 180px;
    display: flex;
    flex-direction: column;
}

.container-itens-loja-content-descricao {
    min-height: 140px;
    max-height: 140px;
}

.container-itens-loja-content-buttons {
    max-height: 40px;
}