/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.olpa-cuotas-texto {
    font-size: 20px;
    color: #000000;
}

.product-grid-item .product-element-top {
    position: relative;
}
.product-grid-item .cuotas-etiqueta {
    position: absolute;
    bottom: 10px;
    right: 0px;
    background-color: #0000004d;
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 10;
    text-transform: uppercase;
    font-weight: 600;
}
.mensaje-mayorista {
    font-size: 14px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
}
.mensaje-mayorista.aviso {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}
.mensaje-mayorista.ok {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
