/**
* Theme Name: Beezi Child
* Description: This is a child theme of Beezi, generated by Merlin WP.
* Author: <a href="http://pavothemes.com/">Pavothemes</a>
* Template: beezi
* Version: 2.0.5
*/

.titol_home {
    width: 100%;
    position: absolute;
    top: 50%;
}

@media (max-width: 767px) {
  .elementor-wrapper {
    aspect-ratio: 12 / 16 !important;
  }

  .elementor-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .elementor-wrapper {
    height: calc(100dvh - 120px);
    width: 100%;
  }
}

.elementor-element-6e4499f{
    padding: 0 !important;
}

/* ocultar pastillas
.wpbc_times_selector {
    display: none !important;
} */

/* mostrar select real */
select[name="starttime1"] {
    display: block !important;
}


.sub-menu.mega-menu.custom-subwidth{
  z-index: 999 !important;
  padding: 0;
  transform: translateX(50px) !important;
}

.site-content{
    z-index: 1 !important;
}

.step1-layout {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.step1-calendar {
	flex: 0 0 420px;
}

.step1-inputs {
	flex: 1;
	display: flex;
	flex-direction: column; /* 🔥 vertical */
	gap: 20px;
}

/* móvil */
@media (max-width: 768px) {
	.step1-layout {
		flex-direction: column;
	}
}


/* =========================
   CART SIDE DRAWER
========================= */

.site-header-cart-side {
    position: fixed;
    top: 0;
    right: 0;
    width: 380px;
    max-width: 95vw;
    height: 100vh;
    background: #fff;
    box-shadow: -10px 0 40px rgba(0,0,0,0.12);

    transform: translateX(100%);
    transition: transform .4s cubic-bezier(.22,.61,.36,1);

    display: flex;
    flex-direction: column;
    z-index: 9999;
}

.elementor-menu-cart__product-name {
    min-width: 0;
}

/* permitir salto de línea real */
.elementor-menu-cart__product-name a {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    display: block;
}

/* cuando esté activo */
.site-header-cart-side.active {
    transform: translateX(0);
}

/* HEADER */
.cart-side-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 24px;
    border-bottom: 1px solid #eee;
}

.cart-side-title {
    font-size: 18px;
    font-weight: 600;
}

.close-cart-side {
    font-size: 14px;
    text-decoration: none;
    opacity: .6;
    transition: .2s;
}

.close-cart-side:hover {
    opacity: 1;
}

/* PRODUCT LIST SCROLL */
.widget_shopping_cart_content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

/* PRODUCT ITEM */
.elementor-menu-cart__product {
    display: grid;
    grid-template-columns: 100px 5fr 20px;
    gap: 14px;
    align-items: center;
    padding: 12px 18px;
    border-bottom: 1px solid #f2f2f2;
}

.site-header-cart-side .product-name a,
.site-header-cart-side .product-thumbnail a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
}
/* IMAGE */
.product-thumbnail img {
    border-radius: 10px;
    object-fit: cover;
}

/* NAME */
.product-name a {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
}

.product-name a:hover {
    color: #000;
}

/* PRICE */
.product-price {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

/* REMOVE BUTTON */
.product-remove a {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f4f4f4;
    color: #888;
    font-size: 14px;
    text-decoration: none;
    transition: .2s;
}

.product-remove a:hover {
    background: #e53935;
    color: white;
}

/* SUBTOTAL */
.elementor-menu-cart__subtotal {
    display: flex;
    justify-content: space-between;
    padding: 18px 20px;
    border-top: 1px solid #eee;
    font-size: 15px;
    font-weight: 600;
}

/* FOOTER BUTTONS */
.elementor-menu-cart__footer-buttons {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* BUTTON STYLE */
.elementor-button {
    width: 100%;
    border-radius: 10px;
    padding: 14px;
    font-weight: 600;
    text-align: center;
    transition: .2s;
}

/* view cart */
.elementor-button--view-cart {
    background: #f5f5f5;
    color: #222;
}

.elementor-button--view-cart:hover {
    background: #e9e9e9;
}

/* checkout (primary) */
.elementor-button--checkout {
    background: #111;
    color: white;
}

.elementor-button--checkout:hover {
    background: #000;
    transform: translateY(-1px);
}

/* MOBILE */
@media (max-width: 480px) {
    .site-header-cart-side {
        width: 100vw;
    }
}

.cart-overlay {
    backdrop-filter: blur(3px);
    background: rgba(0,0,0,.35);
}

#cart-button{
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 9999;
}

.widget_shopping_cart_content{
    padding: 0;
}

/* mini-cart + cart + checkout */
.elementor-menu-cart__product-name .variation{
    display: flex;
    flex-direction: column;
}

.elementor-menu-cart__product-name .variation dt{
    font-weight: 700;
}

.elementor-menu-cart__product-remove{
    transform: translateX(-20px);
}


/* forzar mega menú ancho pantalla */
.sub-menu.mega-menu.custom-subwidth {
    width: calc(100vw - 40px) !important; /* 20px cada lado */
    left: 50% !important;
    transform: translateX(-50%) !important;
    max-width: none !important;
}


.booking-layout-row{
  display:flex;
  gap:30px;
  align-items:flex-start;
}

.booking-calendar-col{
  flex:1;
}

.booking-inputs-col{
  flex:1;
}

.booking-summary-row{
  display:flex;
  justify-content:space-between;
  margin-top:15px;
}

.booking-fields-row{
  display:flex;
  gap:20px;
  margin-bottom:10px;
}

.booking-separator{
  display:inline-block;
  width:20px;
}

.field{
  margin-bottom:12px;
}


.booking-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

#boto_enviar{
    display: flex;
    justify-content: center;
}

#bookingNextBtn.booking-disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
    border: 2px solid #dc3545; 
    color: #dc3545;
    background-color: transparent;
}

#bookingPrevBtn{
    opacity: 1;
    border: 2px solid #dc3545; 
    color: #dc3545;
    background-color: transparent;
}

/* Estado habilitado */
#bookingNextBtn.booking-enabled {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    border: 2px solid #28a745; 
    color: #28a745;
    background-color: transparent;
}

#bookingNextBtn {
    transition: all 0.2s ease;
}

/* 📱 MOBILE */
@media (max-width: 768px) {

    .booking-layout-row {
        flex-direction: column;
        gap: 20px;
    }

    .booking-calendar-col {
        order: 1;
        width: 100%;
    }

    .booking-inputs-col {
        order: 2;
        width: 100%;
    }

}

.wpbc_ty__section_header{
    display: none !important;
}

.wpbc_ty__section_custom_header p{
    text-decoration: underline;
    font-size: 20px;
}