/*
Theme Name:     nuriachalamanch
Theme URI:      https://empiezapori.com
Template:       kadence
Author:         empiezapori
Author URI:     https://empiezapori.com
Description:    Child Theme Description
Version:        2026
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.zoomImg {
    display: none !important;
}
.woocommerce-product-gallery__trigger {
    display: none !important;
}
.horario-table{
    width:100%;
    max-width:700px;
    margin:20px 0; /* 👈 alineada a la izquierda */
    border-collapse:collapse;
    table-layout:fixed;
    font-family:Arial,sans-serif;
}

.horario-table th,
.horario-table td{
    padding:12px 6px;
    text-align:center;
    vertical-align:middle;
    border-bottom:1px solid #d9d9d9;
    font-size:14px;
    color:#444;
}

.horario-table thead th{
    font-weight:700;
    color:#333;
}

.horario-table .hora{
    font-weight:700;
    color:#333;
    width:70px;
}

@media (max-width:768px){
    .horario-table th,
    .horario-table td{
        padding:10px 4px;
        font-size:13px;
    }

    .horario-table .hora{
        width:55px;
    }
}
