.smc-front-buscador {
    display:flex;
    gap:10px;
    margin-bottom:20px;
}

.smc-front-tabla {
    width:100%;
    border-collapse:collapse;
}

.smc-front-tabla th,
.smc-front-tabla td {
    border:1px solid #ddd;
    padding:8px;
}

.smc-btn-pagar{
    background:#2271b1;
    color:#fff !important;
    padding:6px 12px;
    text-decoration:none;
    border:none;
    cursor:pointer;
}

.smc-btn-pagar-disabled{

    background:#707070 !important;
    color:#ffffff !important;
    cursor:not-allowed !important;
    opacity:.7;

}

.smc-btn-pagar-lote {
    background:#2271b1;
    padding:6px 12px;
    text-decoration:none;
    border:none;
    cursor:pointer;
}

.smc-btn-pagar-lote-disabled{
    background:#707070 !important;
    color:#ffffff !important;
    cursor:not-allowed !important;
    opacity:.7;

}

/* CONTENEDOR GENERAL */
.smc-frontend {
    background: rgba(255, 255, 255, 0.92);
    padding: 25px;
    border-radius: 12px;
    margin: 40px auto;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

/* TÍTULO */
.smc-frontend h2 {
    margin-bottom: 15px;
    color: #1e293b;
}

/* TABLA */
.smc-frontend table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

/* ENCABEZADOS */
.smc-frontend thead th {
    background: #0f172a;
    color: #fff;
    padding: 10px;
    font-weight: 600;
}

/* FILAS */
.smc-frontend td {
    padding: 10px;
    border-bottom: 1px solid #e5e7eb;
    color: #111827;
    text-align: center !important;
}

/* FILA HOVER */
.smc-frontend tbody tr:hover {
    background: #f8fafc;
}

/* ESTADOS */
.smc-estado-pagado {
    color: #16a34a;
    font-weight: bold;
}

.smc-estado-pendiente {
    color: #ca8a04;
    font-weight: bold;
}

/* BOTONES */
.smc-btn {
    background: #2563eb;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
}

.smc-btn:hover {
    background: #1e40af;
}

/* BOTÓN MASIVO */
.smc-pagar-lote {
    margin-top: 15px;
    background: #16a34a;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.smc-pagar-lote:hover {
    background: #15803d;
}


/* ===============================
   ORDER PAY - FORZADO
================================ */

.elementor .woocommerce form#order_review {
    display: flex !important;
    gap: 50px !important;
    align-items: flex-start !important;
    margin-top: 40px !important;
}

/* COLUMNA IZQUIERDA */
.elementor .woocommerce form#order_review .shop_table {
    width: 60% !important;
    background: #ffffff !important;
    padding: 35px !important;
    border-radius: 18px !important;
    box-shadow: 0 20px 50px rgba(0,0,0,.08) !important;
    border: none !important;
}

/* COLUMNA DERECHA */
.elementor .woocommerce form#order_review #payment {
    width: 40% !important;
    background: #ffffff !important;
    padding: 35px !important;
    border-radius: 18px !important;
    box-shadow: 0 20px 50px rgba(0,0,0,.08) !important;
}

/* Sticky columna derecha */
.elementor .woocommerce form#order_review #payment {
    position: sticky !important;
    top: 120px !important; /* ajusta según tu header */
}


/* TOTAL GRANDE */
.elementor .woocommerce form#order_review .order-total td {
    font-size: 24px !important;
    font-weight: 700 !important;
}

/* BOTÓN */
.elementor .woocommerce form#order_review #place_order {
    width: 100% !important;
    background: linear-gradient(135deg, #4c2cff, #7b61ff) !important;
    border: none !important;
    padding: 18px !important;
    border-radius: 14px !important;
    font-size: 17px !important;
}

.p-mensaje{
    color: white !important;
}
/* RESPONSIVE */
@media (max-width: 992px) {
    .elementor .woocommerce form#order_review {
        flex-direction: column !important;
    }

    .elementor .woocommerce form#order_review .shop_table,
    .elementor .woocommerce form#order_review #payment {
        width: 100% !important;
    }
}

/* TITULO ORDER PAY */
.page-header {
    text-align: center;
}

.page-header .entry-title {
    font-size: 42px !important;
    font-weight: 700 !important;
    letter-spacing: -1px;
    padding: 30px 0px !important;
}

.page-header .entry-title .smc-subtitulo {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    margin-top: 8px;
}

