How do I move a button to the bottom of a DIV?
<div class="item-info">
<h3><a href="https://www.lookandsoul.com.br/produto/cinto-fivela-dupla-preto/">Cinto fivela dupla preto</a></h3>
<span class="product-terms">
<a href="https://www.lookandsoul.com.br/moda-feminina/news/" rel="tag">News</a>,
<a href="https://www.lookandsoul.com.br/moda-feminina/acessorios/" rel="tag">Acessórios</a>
</span>
<a href="/?add-to-cart=6245" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart is-textual product-type-simple" data-product_id="6245" data-product_sku="199000" aria-label="Adicionar “Cinto fivela dupla preto” no seu carrinho" rel="nofollow">
Comprar
</a>
<span class="price">
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">R$</span>
69,90
</span>
<span class="wc-simulador-parcelas-parcelamento-info-container">
<span class="wc-simulador-parcelas-parcelamento-info best-value no-fee">
Em até 1x de
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">R$</span>
69,90
</span>
</span>
</span>
</span>
</div>
I want to move the BUTTON class down from the ITEM-INFO class.
From point 1 to point 2.
FollowCSScodeprint