/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

.booking-qte {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.booking-qte input {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
}

.booking-qte input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.booking-qte input::-webkit-outer-spin-button,
.booking-qte input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.booking-qte .input-group {
    clear: both;
    position: relative;
}

.booking-qte .input-group input[type='button'] {
    background-color: #eeeeee;
    min-width: 38px;
    width: auto;
    transition: all 300ms ease;
}

.booking-qte .input-group .button-minus,
.booking-qte .input-group .button-plus {
    font-weight: bold;
    height: 25px;
    padding: 0;
    width: 38px;
    position: relative;
}

.booking-qte .input-group .quantity-field {
    position: relative;
    height: 25px;
    left: -6px;
    text-align: center;
    width: 38px;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 5px;
    resize: vertical;
}

.booking-qte .button-plus {
    left: -13px;
}

.booking-qte input[type="number"] {
    -moz-appearance: textfield;
}

#reopen-calendar:hover {
    border-color: #4682b4;
}

#reopen-calendar {
    font-size: 24px;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid transparent;
    padding: 8px 15px 8px 2px;
}

.popup-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

button#proceed-to-payment {
    font-family: Open Sans, Arial, sans-serif;
    background: #4682b4;
    border: 1px solid #4682b4;
    font-size: 17px;
    color: #fff;
    padding: 6px 15px;
    cursor: pointer;
}

button#cancel-popup {
    font-family: Open Sans, Arial, sans-serif;
    background: #e14f4f;
    border: 1px solid #e14f4f;
    font-size: 17px;
    color: #fff;
    padding: 6px 15px;
    cursor: pointer;
}

.selected-date-container {
    margin-top: 20px;
}

#reopen-calendar svg {
    max-width: 30px;
}

.booking-action {
    margin-top: 40px;
    text-align: right;
}

.excursion-form h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.excursion-form h3:before {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #4682b4;
    position: absolute;
    left: 0;
    bottom: 0;
}

#reopen-calendar svg {
    width: 100%;
}

.selected-date {
    font-size: 25px;
}

div#selected-date-container {
    display: flex;
    align-items: center;
}

.fc-toolbar-title {
    text-transform: capitalize;
}

.fc-day:not(.fc-day-past) {
    cursor: pointer;
}

.fc-day:not(.fc-day-past):hover {
    background-color: #f3f0f0;
}

.fc .fc-col-header-cell-cushion {
    color: #000;
}

.fc .fc-day.fc-day-past .fc-daygrid-day-number,
.fc .fc-day.excursion-cell.excursion-red {
    color: #ccc;
}

.fc .fc-day:not(.fc-day-past):not(.excursion-red) .fc-daygrid-day-number {
    color: #000;
}

.fc .fc-day:not(.excursion-green):not(.excursion-orange) {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .5;
}

.excursion-cell .fc-daygrid-event-harness {
    display: none;
}

.excursion-cell {
    position: relative;
}

.excursion-cell:before {
    content: "";
    position: absolute;
    top: -8px;
    right: -8px;
    width: 0px;
    height: 0px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent rgba(60, 179, 113, 0.4);
    border-image: initial;
    transform: rotate(45deg);
}

.excursion-red.excursion-cell:before {
    border-color: transparent transparent rgba(255, 0, 0, 0.4);
}

.excursion-orange.excursion-cell:before {
    border-color: transparent transparent rgb(255, 165, 0);
}

/* Full-page popup container */
#popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999999999;
    overflow: hidden;
}

/* Popup content */
.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    max-height: 80%;
}

/* Disable page scrolling */
body.no-scroll {
    overflow: hidden;
}

.info-participant {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.info-participant input {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
}

.et-db #et-boc button.book-excursion.et_pb_button.dipi-button-grid {
    color: #FFFFFF;
    border-width: 0;
    border-radius: 0;
    font-size: 18px;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #4682b4;
    padding: 15px 50px;
    cursor: pointer;
}

#reservation_question_field {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
}

div#reservation_question_field p {
    padding: 0;
}

p#reservation_confirmation_field select {
    max-width: 400px;
    font-size: 17px;
    height: 45px;
}

#reservation_question_field .font-italic {
    font-style: italic;
}
.woocommerce-form-coupon {
    display: block !important;
}

.checkout_coupon {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
.fc-today-button.fc-button{
    display: none;
}
