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

.boton-mayorista {
    position: relative;
    margin-top: 10px;
}

.boton-mayorista .cajita-mayorista {
    position: absolute;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 12px;
    z-index: 999;
    width: 100%;
    top: 100%;
    left: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.tiered-pricing-table {
    width: 100%;
    font-size: 13px;
    text-align: left;
}

.tiered-pricing-table th,
.tiered-pricing-table td {
    padding: 6px 10px;
}

.boton-mayorista .button {
    background: #f7f7f7;
    color: #333;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
}