@media (max-width : 992px) {}

@media (max-width : 576px) {
	#hn .node1 {
		max-width: 170px;
	}

    /* No shadow and costum place for options on Add Cart Widget e arranjar options */
    .elementor-widget-woocommerce-product-add-to-cart table tbody>tr {
        width: 100%;
    }
}