/*
Theme Name:  Woodmart 2 child theme
Description: Tema hijo para hacer personalizaciones de código
Author:      Juan Morales
Author URL:  https://tu-sitio.com
Template:    woodmart 2
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: woodmart 2-child
*/

.stock.available-on-backorder {
    font-size: 1.2em; /* Puedes ajustar el tamaño */
    font-weight: bold;
    color: #cc2700!important; /* Color opcional */
    margin-top: 10px;
}

body.producto-reservable #wd-add-to-cart {
    display: none !important;
}