
.fcwp-container {
    position: relative;
    display: inline-block;
}

#fcwp-calendar {
    position: absolute;
    width: 300px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}


.ui-icon {
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

div#ui-datepicker-div {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.ui-widget-content a.ui-state-default.ui-state-active {
    height: 22px;
}

.form-booking .btn-close {
    display: inline-block;
    border: 1px solid #808080;
    border-radius: 15px;
    padding: 3px 15px;
    font-weight: 600;
    margin-bottom: 20px;
    cursor: pointer
}

.excursion-choose-dropdown {
    position: absolute;
    right: 0px;
    width: 330px;
    padding: 20px 12px 0 20px;
    background-color: #fff;
    z-index: 9;
    border: 1px solid #ddd;
    display: none
}

.form-booking .item {
    display: grid;
    grid-template-columns: 48% 52%;
    padding: 8px 0;
}

.form-booking .departure-date .item-value {
    position: relative;
    top: -6px;
}

.form-booking .departure-date input {
    padding: 8px 10px !important;
    cursor: pointer;
}

.form-booking .select-arrow {
    content: "";
    border: solid #bd1e2d;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
    margin: 0px 0 5px 10px;
    position: absolute;
    right: 10px;
    top: 14px;
}

.form-booking .participants {
    position: relative;
}

.form-booking .participants-info {
    padding: 8px 20px 8px 10px;
    cursor: pointer;
    background: #fffdfb;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    top: -6px;
    border-radius: 3px;
}

.form-booking .participants-info .input-val:not(:first-child):before {
    content: ', ';
    margin-left: -3px;
}

.form-booking .participants-info .input-val:not(.active),
.form-booking .participants-info .input-val.is-single .plural,
.form-booking .participants-info .input-val:not(.is-single) .singular {
    display: none;
}

.form-booking .participants-info .input-val.active ~ .placeholder-select {
    display: none;
}

.form-booking .participants-input {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.form-booking .participants-input > div {
    display: table-cell;
    vertical-align: middle;
}

.form-booking .participants-input > div:first-child {
    width: 180px;
}

.form-booking .participants-input > div:last-child {
    width: 120px;
    text-align: right;
}

.form-booking .participants-input input {
    width: 48px !important;
    height: 25px;
    text-align: center;
}

.form-booking .participants-input a {
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    padding: 12px 10px 15px;
}

.form-booking .participants-input .btn-minus {
    font-size: 24px;
}


@media (max-width:767px) {
	
}

#participants.focus .participants-info {
    outline: 2px solid #bd1e2d;
}


.deposit-section .checkout-steps {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.deposit-section .arrow {
    margin: 0 12px;
    color: #2ecc71;
    margin-top: -6px;
}

.deposit-step-2 .payment-methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}

.deposit-step-2 .payment-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    cursor: pointer;
}

.deposit-step-2 .payment-option img {
    height: 28px;
    object-fit: contain;
}

.deposit-step-2 .checkout-policies > label {
    margin-bottom: 10px;
}

.deposit-section .custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.deposit-section .custom-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.deposit-section .custom-checkbox .checkmark {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #cfcfcf;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
}

.deposit-section .custom-checkbox input:checked + .checkmark {
    background-color: #2ecc71;
    border-color: #2ecc71;
}

.deposit-section .custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.deposit-section .custom-checkbox input:checked + .checkmark::after {
    display: block;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.deposit-section .checkbox-text {
    user-select: none;
}

.btn-step {
    margin: 0 10px;
}

#card-number {
    height: 30px;
}

.paypal-item {
    margin-bottom: 15px;
}

.paypal-item-input {
    height: 45px;
}

.paypal-item-input > iframe {
    height: 45px;
    box-shadow: 0 0 1px 0 rgba(19, 26, 31, .3), 0 1px 2px 0 rgba(19, 26, 31, .22);
    background: #fffdfb;
    border-radius: 3px;
    margin: 0;
    padding-left: 20px;
}

.stripe-process #stripe-wrapper,
.stripe-process .section-action {
    display: none!important;
}

#booking-form textarea:focus-visible,
#booking-form textarea:focus,
#booking-form input:focus-visible,
#booking-form input:focus,
#booking-form select:focus-visible,
#booking-form select:focus {
    outline: none;
}

#stripe-payment-form #card-element {
    margin-top: 20px;
}

.booking-steps {
    padding: 22px 0;
    background: #fff;
}

.booking-steps ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 27px;
}

.booking-steps li {
    display: flex;  
    align-items: center;
    gap: 13px;
}

.booking-steps .number {
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 18px;
    background: #555;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.booking-steps li.active .number {
    background: #BD1E2D;
}

.booking-steps .label {
    font-size: 18px;
    color: #555;
}

.booking-steps li.active .label {
    color: #BD1E2D;
}

.booking-steps li.active path {
    fill: #BD1E2D;
}

.oc-form-group {
    display: block;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    background: #fff;
    padding: 4px 13px;
    position: relative;
}

.oc-form-group label {
    margin: 0;
}

.oc-form-group input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]),
.oc-form-group textarea,
.oc-form-group select {
    background: transparent;
    padding: 0;
    box-shadow: none;
    outline: none;
}

.wrap-form-dropdown .oc-form-group,
.wrap-form-dropdown .oc-form-group label,
.wrap-form-dropdown .oc-form-group input {
    cursor: pointer;
}

.oc-form-group textarea {
    min-height: 100px;
}

.oc-form-group .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    display: flex;
}

.wrap-form-dropdown {
    position: relative;
}

.oc-form-dropdown {
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    padding: 13px;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    display: none;
}

.oc-form-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.oc-form-dropdown li {
    padding-bottom: 5px;
    cursor: pointer;
}

.oc-form-dropdown li:last-child {
    padding-bottom: 0;
}

.oc-form-dropdown li.active {
    font-weight: 700;
}

@media (max-width:767px) {
    .booking-steps ol {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .booking-steps .divider {
        display: none;
    }
}