.row{
    margin-top: 0!important;
    margin-bottom: 0!important ;
}


/** all page **/
.header-icon{
    display: none!important;
}

footer{
    bottom: 0;
    width: 100%;
}

/*.seat.active {
    fill: #a1c110;
    cursor: pointer;
}*/

/*.post{
    padding-top: 0!important;
}*/

/******************************************/
/******** page producto ******************/
/****************************************/
#static_header_banner{
   display: none !important;
}

#content{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.summary{
    /*display: none !important;*/
}

.woocommerce-product-gallery{
    /*display: none !important;*/
}

/** Modulo para ver el Mapa de google**/
@media (min-width: 992px) {
    .woocommerce-tabs {
        width: 48%;
        clear: none !important;
        padding-top: 10px !important;
    }
}
.variations_form, .sku_wrapper{
    display: none !important;
}

.woocommerce-product-gallery__trigger{
    /*display: none !important;*/
}

/* ocultamos los paneles con el nombre descripcion y titulo*/
.woocommerce-tabs div:first-child ul, .woocommerce-Tabs-panel h2{
    display: none!important;
}
.woocommerce-tabs div{
    padding: 4px;
}
.woocommerce-Tabs-panel{
    padding: 5px!important;
}

/*MODAL IMG - AREA MAP */
.image-container {
    position: relative;
    display: inline-block;
}

.zoom-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    fill: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 6px;
    opacity: 0.8;
    transition: opacity 0.2s;
    /*pointer-events: none;*/
    cursor: zoom-in;
}

.image-container:hover .zoom-icon {
    opacity: 1;
}

.modal-img {
    width: 100%;
}


/*modulo de  Seleccionar flotante para movil*/
/* Estilo para hacer que el div se vea como un módulo en la parte inferior en móviles */
@media (max-width: 767px) {
    .floating-btn-container {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 9999;
        padding: 15px 20px;
        background-color: #f0f0f0;  /* Fondo gris */
        box-shadow: 0px -3px 12px rgba(0, 0, 0, 0.6); /* Sombra suave */
        border-radius: 10px 10px 0 0; /* Bordes redondeados en la parte superior */
        box-sizing: border-box;
    }

    .floating-btn-container button {
        width: 90%;
        max-width: 400px;
        background-color: #007bff;  /* Fondo azul para el botón */
        color: white;
        border-radius: 5px;
        padding: 12px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }


    /* FIX: Efecto de hover para el botón */
    .floating-btn-container button:hover {
        background-color: #0056b3;
    }

    /* FIX Hr en elegir butacas para movil*/
    /* Estilo para móviles */
    @media (max-width: 768px) {
        #rzlv_lfp_detalle_entradas hr {
            margin: 0.1rem;  /* Menor padding en móvil */
        }
        #rzlv_lfp_detalle_entradas {
            padding: 0.1rem;
        }
    }
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo translúcido */
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    border-radius: 0 0 5px 5px; /* Bordes redondeados solo en la parte inferior */
    z-index: 10; /* Asegura que el texto esté encima de la imagen */
}

/*FIX: boton subir en verion movil*/
#backToTop {
    bottom: 40px;
    padding-right: 0;
}

/* cambiar orden de imagen y precios en version movil*/
/* Estructura normal (escritorio) */


/* En móvil, invertimos el orden */
@media (max-width: 768px) {
    .product-type-variable {
        display: flex;
        flex-direction: column;
    }
    .woocommerce-product-gallery { order: 2; }
    .entry-summary { order: 1; }
    .woocommerce-tabs { order: 3; }
}

/** Tooltip */
.tooltip-inner {
    font-size: 0.7em; /* Ajusta este valor según necesites. 'em' es relativo al tamaño de fuente base. */
    /* También puedes usar píxeles: font-size: 12px; */
    /* O palabras clave: font-size: small; */
}


/***** Page Cart ********/
.actions, .product-remove, .plus, .minus, .woocommerce-notices-wrapper{
    display: none !important;
}

.quantity{
    padding-left: 30%;
}
.quantity .input-text{
    border: none !important; /* Elimina los bordes */
    cursor: not-allowed; /* Cambia el cursor a "no permitido" */
}

.product-thumbnail{
    display: none!important;
}
/*
.cart_totals{
    display: none;
}
*/

/** Page Checkout **/
#_billing_lfp_area_field, #_billing_lfp_seats_field,#_billing_lfp_order_field,#_billing_widget_txn_field{
    display: none;
}

#_billing_term_1_field input,#_billing_term_2_field input,#_billing_term_3_field input,#_billing_term_4_field input,#_billing_term_5_field input{
    display: inline!important;
    width: auto!important;
}


/*** page thak you ***/
.wc-item-meta-label{
    display: none;
}

.woocommerce-notice--success,.woocommerce-order-overview{
    display: none;
}

.woocommerce-table--custom-fields{
    display: none;
}

/*ocultar datos de facturacion*/
.woocommerce-customer-details{
    display: none;
}

/*ocultar fila de acciones */
tr:has(th.order-actions--heading) {
    display: none; /* Oculta toda la fila */
}






/*****************************/
/** progress bar **/
/*****************************/
:root {
    --club-primary-color:#6c757d;
}


.progressbar {
    margin: 0;
}

.progressbar li {
    list-style-type: none;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.progressbar li:before {
    width: 60px;
    height: 60px;
    content: "";
    line-height: 60px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 30px;
    left: -50%;
    z-index: 0;
}
.progressbar li:first-child:after {
    content: none;
}


.progressbar li.active {
    /*color: var(--secondary-color);*/
    font-weight: bold;
}
.progressbar li.active:before {
    border-color: var(--secondary-color);
    /*background: green;*/
}
.progressbar li.active + li:after {
    /*background-color: #55b776;*/
}


.progressbar li.active:before {
    background-size: 60%;
}
.progressbar li::before {
    background-size: 60%;
}


/*****************************/
/** animation loading **/
/*****************************/
.body_loading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; /* Utiliza la animación spin */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Renovacion */
#rzlv_fan_renewal {
    color: #4f565d;
}

#rzlv_fan_renewal h3,
#rzlv_fan_renewal h4,
#rzlv_fan_renewal h5 {
    letter-spacing: 0;
}

.rzlv-renewal-hero,
.rzlv-renewal-card {
    border: 1px solid #e9edf2;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(35, 44, 58, 0.06);
}

.rzlv-renewal-hero .card-body,
.rzlv-renewal-card .card-body {
    padding: 1.75rem;
}

.rzlv-renewal-eyebrow,
.rzlv-renewal-card-kicker,
.rzlv-renewal-label {
    color: #7b8490;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rzlv-renewal-title {
    color: #2f363d;
    font-size: 1.65rem;
    font-weight: 700;
    margin: 0.2rem 0 0.45rem;
}

.rzlv-renewal-subtitle,
.rzlv-renewal-card-meta {
    color: #7b8490;
    font-size: 0.95rem;
}

.rzlv-renewal-status-panel {
    background: #f8fafc;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    padding: 1rem;
    text-align: right;
}

.rzlv-renewal-badge {
    border-radius: 999px;
    font-size: 0.82rem;
    padding: 0.42rem 0.72rem;
}

.rzlv-renewal-paid {
    color: #239447;
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
}

.rzlv-renewal-pending {
    color: #b7791f;
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
}

.rzlv-btn-pay-renewal {
    border: 0;
    border-radius: 6px;
    color: #2f363d;
    font-weight: 800;
    letter-spacing: 0;
    padding: 0.72rem 1rem;
    text-transform: none;
}

.rzlv-renewal-cta {
    align-items: center;
    background: #fff8e7;
    border: 1px solid #f3d28a;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.15rem;
}

.rzlv-renewal-cta-title {
    color: #5f470f;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.1rem;
}

.rzlv-renewal-cta-subtitle {
    color: #8b6b1f;
    font-size: 0.9rem;
}

.rzlv-renewal-cta .rzlv-btn-pay-renewal {
    min-width: 180px;
}

.rzlv-renewal-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
    margin-left: 1rem;
}

.rzlv-renewal-info-box,
.rzlv-renewal-price-box {
    background: #fbfcfe;
    border: 1px solid #edf1f5;
    border-radius: 7px;
    height: 100%;
    padding: 1rem;
}

.rzlv-renewal-info-box strong,
.rzlv-renewal-price-box strong {
    color: #333b43;
    display: block;
    font-size: 1rem;
    margin-top: 0.25rem;
}

.rzlv-renewal-card-title {
    color: #086bd8;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0.35rem 0 0.15rem;
}

.rzlv-renewal-section-title {
    color: #333b43;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 1.35rem 0 1rem;
}

.rzlv-renewal-date {
    background: #f4f6f9;
    border-radius: 999px;
    color: #65717d;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}

.rzlv-renewal-price {
    color: #2f363d;
    font-size: 1.25rem;
    font-weight: 800;
    margin-top: 0.25rem;
}

.rzlv-renewal-price-box-new {
    border-color: #cfe8d7;
    background: #f7fcf8;
}

.rzlv-renewal-seat-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0.45rem -0.25rem 0;
}

.rzlv-renewal-seat-chip {
    background: #fff;
    border: 1px solid #e4eaf0;
    border-radius: 7px;
    flex: 1 1 0;
    margin: 0 0.25rem 0.25rem;
    min-width: 95px;
    padding: 0.65rem 0.75rem;
}

.rzlv-renewal-seat-chip span {
    color: #7b8490;
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.rzlv-renewal-seat-chip strong {
    color: #2f363d;
    display: block;
    font-size: 1.05rem;
    line-height: 1.2;
    margin: 0;
}

.rzlv-renewal-seat-change {
    color: #b7791f;
    display: block;
    font-size: 1.15rem;
    margin-top: 0.25rem;
}

@media (max-width: 767.98px) {
    .rzlv-renewal-status-panel {
        text-align: left;
    }

    .rzlv-renewal-hero .card-body,
    .rzlv-renewal-card .card-body {
        padding: 1.25rem;
    }

    .rzlv-renewal-title {
        font-size: 1.35rem;
    }

    .rzlv-renewal-cta {
        align-items: stretch;
        display: block;
    }

    .rzlv-renewal-cta-actions {
        margin-left: 0;
        margin-top: 0.85rem;
    }

    .rzlv-renewal-cta-actions .btn {
        width: 100%;
    }
}

