/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 24 2026 | 17:22:25 */
/* Solo aplica para Tablets y Móviles (Pantallas menores a 1025px) */
@media only screen and (max-width: 1024px) {

    /* 1. Normalizar el contenedor de cupones y sus elementos */
    .page-id-379 .coupon {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* 2. Aplicar espaciado homogéneo a todos los elementos del bloque */
    /* Seleccionamos el input de cupón y todos los botones */
    .page-id-379 .coupon input#coupon_code,
    .page-id-379 td.actions .button, 
    .page-id-379 .wc-proceed-to-checkout .button {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        text-align: center !important;
        
        /* Ajuste de márgenes para que sean homogéneos */
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 15px !important; /* Único separador constante */
        
        /* Tamaño y Estilo */
        padding: 18px 20px !important; 
        font-size: 17px !important;    
        font-weight: 700 !important;   
        text-transform: uppercase !important;
        border-radius: 8px !important; 
        border: none !important;
    }

    /* 3. Estilo específico para "FINALIZAR COMPRA" (manteniendo el espaciado) */
    .page-id-379 .wc-proceed-to-checkout .button.checkout-button {
        padding: 22px 20px !important; 
        font-size: 20px !important;
        margin-top: 10px !important; /* Espacio extra respecto al total para separarlo del grupo */
        background-color: #2fb479 !important;
    }

    /* 4. Limpieza de floats y espaciados internos de la tabla de WooCommerce */
    .page-id-379 td.actions {
        display: block !important;
        width: 100% !important;
        padding: 20px 0 !important;
        text-align: center !important;
    }

    /* Aseguramos que el botón de actualizar no tenga márgenes laterales que lo descentren */
    .page-id-379 .button[name="update_cart"] {
        float: none !important;
    }
}
/* ocultar sticky-cart */
.sticky_sigle_add_to_cart{
	display: none !important;
}

.sticky-cart{
	display: none !important;
}