/***********************
 * Menú que se expande al hacer scroll
 ***********************/

.menu_expande {
  position: fixed;
  top: -100px;
  /* Oculto inicialmente arriba */
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: top 0.3s ease-in-out;
}

.menu_expande.visible {
  top: 0;
  /* Se muestra al hacer scroll */
}

/***********************
 * Botón siguiente de otro calendario (FullCalendar, etc.)
 ***********************/

.woocommerce-account .fc-next-button.fc-button.fc-button-primary {
  background-color: #C1A65D;
}

/***********************
 * Colores de resumen de pedido
 ***********************/

.woocommerce-account table thead:first-child tr:first-child th,
.woocommerce-account .woocommerce table.shop_table tfoot th {
  color: #C1A65D;
}

/***********************
 * Textarea en foco
 ***********************/

.woocommerce-account textarea:focus {
  color: #ffffff;
}

/***********************
 * Eliminar último botón de cancelar en detalles de pedido (hoteles)
 ***********************/

.woocommerce-account .woocommerce-order-details .order-actions-button:last-child {
  visibility: hidden;
}

/***********************
 * Ajuste de padding en tabla YITH reservas
 ***********************/

.hello-elementor-child-yith-reservations-table td:nth-child(10) {
  padding-bottom: 48px;
}

/********
* escusar toda la tipografia a la izquierda 
**********/