.pb-booking-panel{

    display:none;

    margin-top:20px;

    padding:30px;

    border:1px solid #ddd;

    border-radius:10px;

    background:#fff;

}
a.pb-btn.pb-open-booking {
    height: 56px;
    padding: 0 34px !important;
    border-radius: 14px !important;
    background: #ef3d24 !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px;
    transition: 0.3s ease;
    box-shadow: 0 10px 20px rgba(239, 61, 36, 0.2);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    text-transform: uppercase;
}
a.pb-btn.pb-open-booking:hover {
    background: #243575 !important;
    transform: translateY(-2px);
}
/* .single-product div.product .summary .single_add_to_cart_button {
    visibility: hidden;
} */
.pb-step{

    display:none;

}

.pb-step.active{

    display:block;

}

.pb-step-title{

    font-size:32px;

    font-weight:700;

    margin-bottom:30px;

}

.pb-step-actions{

    margin-top:35px;

}

.pb-btn{

    min-width:180px;

}
#pb-calendar{

    margin-top:30px;

}
.pb-calendar-header{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:20px;

}

.pb-calendar-header button{

width:45px;

height:45px;

border:none;

background:#fff;

box-shadow:0 2px 8px rgba(0,0,0,.1);

cursor:pointer;

border-radius:50%;

}

.pb-calendar-header h3{

margin:0;

font-size:28px;

font-weight:700;

}
.pb-weekdays{

display:grid;

grid-template-columns:repeat(7,1fr);

margin-bottom:15px;

font-weight:700;

text-align:center;

}
.pb-calendar-header{

display:flex;

justify-content:center;

align-items:center;

gap:25px;

padding:18px;

background:#f7f7f7;

}

.pb-prev,

.pb-next{

width:40px;

height:40px;

border:none;

background:white;

font-size:26px;

cursor:pointer;

font-weight:bold;

}

.pb-month{

font-size:26px;

font-weight:700;

}

.pb-weekdays{

display:grid;

grid-template-columns:repeat(7,1fr);

padding:15px 0;

text-align:center;

font-weight:bold;

font-size:20px;

}

.pb-grid{

display:grid;

grid-template-columns:repeat(7,1fr);

}

.pb-day{

height:72px;

display:flex;

justify-content:center;

align-items:center;

font-size:24px;

}

.pb-day.empty{

background:white;

}