
.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(.active) {
    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) {
	
}