.timepicker-selected-date, 
.selected-date {
    background: none!important;
}
li.ph-calendar-date.mouse_hover, li.ph-calendar-date:hover {
    background:none!important;
}
.ph-calendar-days {
	background: #FFF!important;
}
.past-time, .ph-calendar-date.not-available {
	opacity: 0.5;
}
li.timepicker-selected-date:first-child {
	border-top-left-radius: 30px!important;
	border-bottom-left-radius: 30px!important;
	overflow: hidden;
}
li.timepicker-selected-date:last-child {
	border-top-right-radius: 30px!important;
	border-bottom-right-radius: 30px!important;
}
.ph-calendar-days li, .ph-calendar-weekdays li {
	width: 14.2857%!important;
}
ul.ph_booking_no_place_left li {
	min-height: 40px!important
}

.booking-disabled span {
	opacity: 0.5!important;
	height: 40px!important;
	line-height: 30px;
}
.ph-calendar-days {
	padding: 5px!important;
}
.ph-calendar-date span {
	height: 40px!important;
	line-height: 40px;
	width: 100%;
	display: block;
	border-radius: 8px;
}
.ph-calendar-date:hover span {
	background: #EBE5E0;
}
.ph-calendar-date.selected-date:hover span,
.selected-date span {
	background: #01A2E0;
	color: #FFF
}
li.ph-calendar-date.selected-date:nth-child(1) span {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.booking-wraper {
    background: #FFF;
    border: 1px solid #EBE5E0;
    border-radius: 8px!important;
}
.ph-calendar-weekdays,
.ph-calendar-month {
	background: none!important;
    border-bottom: 1px solid #EBE5E0!important;
    margin: 0!important;
	padding: 8px 5px!important;
}
.ph-calendar-weekdays {
	background: #F5F2EF!important;
}
.ph-calendar-weekdays li {
	color: #222!important;
    font-family: "Staatliches", sans-serif;
    font-size: 18px!important;
    line-height: 28px!important;
}
.ph-calendar-days li, .ph-calendar-weekdays li {
	margin: 0!important;
}
.span-month, .span-year, .ph-prev, .ph-next {
	color: #222!important;
	text-transform: initial!important;
    font-family: "Staatliches", sans-serif;
    font-size: 22px!important;
    line-height: 28px!important;
}
.booking-info-wraper {
	background: none!important;
	padding: 10px 20px!important;
	margin: 0!important;
	position: relative;
}
.booking-info-wraper, .booking-info-wraper p {
	color: #222!important;
}

p#booking_info_text {
	margin: 10px 0!important;
}
#booking_price_text * {
	font-weight: 500!important;
}
.participant_section {
	padding: 5px 20px!important;
	margin: 0!important;
	border-bottom: 1px solid #EBE5E0!important;
	border-top: 1px solid #EBE5E0!important;
}
.persons-title * {
	line-height: 50px!important;
    font-size: 12px!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    opacity: 0.6!important;
    display: block!important;
}
.button-group-container {
	margin: 10px 0 0 !important;
	height: 27px!important;
}
.input-person-minus, .input-person-plus {
	color: #01A2E0!important;
	border-color: #01A2E0!important;
	border-radius: 4px;
}
div.participant_count_error {
	font-size: 14px;
	line-height: 24px;
}
#booking_info_text {
	font-size: 16px!important;
}
#booking_price_text b,
#booking_info_text b  {
	display: block!important;
	width: 100%!important;
    font-size: 12px!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    opacity: 0.6!important;
    margin:0!important;
}
input.input-person {
	font-size: 16px;
}

#booking_info_text b + b {
    margin-top: 10px!important;
}

.booking-prefill-loading {
	background: #FFF;
    border: 1px solid #EBE5E0;
    margin: 0;
}








