html .ui-datepicker {
    background: white;
}

html .ui-datepicker .ui-datepicker-title {
    font-weight: 900;
    font-size: 16px;
}

html .ui-datepicker .ui-datepicker-next span {
    border-color: transparent transparent transparent #333;
}

html .ui-datepicker .ui-datepicker-calendar th {
    border: 0;
    padding: 8px;
    font-size: 14px;
    font-size: 0.875rem;
    background: #fff;
}

html .ui-datepicker .ui-datepicker-calendar td {
    border: 0;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    background: #e8e8e8;
}

.ui-datepicker .ui-datepicker-calendar td a {
    padding: 8px;
    text-align: center;
}

html .ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    border: 0;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    background: #fff;
}

html .ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: 0;
    border-collapse: collapse;
    font-size: 14px;
    font-size: 0.875rem;
}

html .ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #333 transparent transparent;
}

html #datepicker,
html #timepicker {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0.75em 1em;
    font-size: 14px;
    font-size: 0.875rem;
    color: #495057;
    cursor: pointer;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: 8px;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #00ab41;
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #e8e8e8;
}

.ui-datepicker td span,
.ui-datepicker td a {
    color: #000000;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #00ab41;
    color: #ffffff;
}

.booking-wrapper .form-field #datepicker,
.booking-wrapper .form-field #timepicker {
    background-color: #f4f4f4;
    border: none;
}

.booking-wrapper .form-field ::placeholder {
    text-transform: capitalize !important;
    color: #495057 !important;
}

.booking-wrapper .form-field .label {
    display: block;
    margin-bottom: 3px;
    font-size: 0.875rem;
}

.booking-wrapper .live-section-separator {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-align: center;
    align-items: center;
    color: #2e2e2e;
    margin: 8px 0;
    margin-top: -25px;
    margin-bottom: 12px;
}

.booking-wrapper .live-section-separator:before,
.booking-wrapper .live-section-separator:after {
    content: "";
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #ddd;
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin-right: 6px;
}

.booking-wrapper .actions button span {
    padding: 0.75em 4em;
    font-size: 1rem;
}

.product-info-main .product-add-form .book-note {
    text-align: center;
}

.booking-wrapper .actions,
.product-info-main .product-add-form .box-tocart .fieldset .actions {
    display: block;
}

.booking-wrapper .actions button,
.product-info-main .box-tocart .actions button {
    margin: 0 auto;
    display: block;
}

.product-item-details .item-options {
    display: flex;
    flex-direction: column;
}
