.elementor-369 .elementor-element.elementor-element-a272ca3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-d65e754 */#whatsapp-button {
    background-color: #25D366! important;
    color: #fff;
    border: none;
    padding: 10px;
}

 .table-shadow th, .table-shadow td {
        text-align: center;
        vertical-align: middle;
    }
    
    #clear-cart-button{
    background-color: red;
    color: #fff;
    border: none;
    }
    
    .imagem_produto {
    width: 100px;
    height: 100px !important;
    margin: 0 auto;
    min-width: 50px;
    min-height: 50px !important;
}

/* Este é um exemplo de consulta de mídia que aplica estilos quando a largura da janela de visualização é 600px ou menos */
@media screen and (max-width: 600px) {
    .imagem_produto {
        width:100px !important;
        height: 100px !important;
    }
}

#button-container {
    display: flex;
    justify-content: space-between;
}/* End custom CSS */