/*
Theme Name: Ecomall Child
Theme URI: https://demo.theme-sky.com/ecomall/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: ecomall
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: ecomall-child
*/

/* Força a quebra de linha do botão Comprar Direto */
a.button.comprar-direto {
    display: block !important;
    width: 100% !important;
    margin-top: 15px !important;
    background-color: #00c853;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 6px;
    text-align: center;
}

a.button.comprar-direto {
    font-size: 20px !important; /* Aumenta o tamanho da fonte */
}

/* Garante que o container permita a quebra de linha */
.woocommerce div.product form.cart {
    flex-wrap: wrap !important;
}

/* Opcional: remove margem lateral se necessário */
.woocommerce div.product form.cart .button {
    margin-right: 0 !important;
}