.interval-items-titulo strong, .booking-it .booking-results .price-box, .booking-it .simple-booking-form-input .date-box .input-date label, .cantidadpersonas-titulo-tour {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-family: ubuntu, 'Open sans', sans-serif, arial;
}

.booking-it .list-intervals-hours {
	font-family: ubuntu, 'Open sans', sans-serif, arial;
	width: 100%;
	vertical-align: top;
}
.booking-it .list-intervals-hours li {
	border: none;
	border-bottom: 1px solid #ddd;
	width: 100%;
	min-height: 4em;
	position: relative;
}
.booking-it .list-intervals-hours li .fa-check {
    color: #5cbd26;
    font-size: 1.5em;
    line-height: 1em;
}
.booking-it .list-intervals-hours li.item-interval-active {
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	border-radius: 0px;
	line-height: 1.2em;
}
.booking-it .list-intervals-hours li small, .booking-it .list-intervals-hours li strong {
	display: inline-block;
}
.booking-it .list-intervals-hours li .botonElegir {
	float: right;
	display: inline-block;
	position: absolute;
	user-select: none;
	top: 10px;
	right: 3px;
	background: #fff !important;
	font-weight: bold;
	transition: 0.2s linear all;
	color: #333;
	border: 2px solid #333;
	transform: scale(1);
	padding: 3px 8px;
	content: 'Elegir';
	border-radius: 8px;
	min-width: 79px;
	text-align: center;
}
.booking-it .list-intervals-hours li {
	padding: 5px 0px;
}
.booking-it .list-intervals-hours li .fa-check {
	color: #5cbd26; /*#96d473*/
	font-size: 1.5em;
	line-height: 1em;
}
.booking-it .list-intervals-hours li .botonElegir:hover {
	background: #333 !important;
	color: #fff !important;
}
.booking-it .list-intervals-hours li:hover .botonElegir {
	transform: scale(.9);
}
.booking-it .list-intervals-hours .item-interval-agotado {
	pointer-events: none;
	opacity: .7;
}
.booking-it .list-intervals-hours .item-interval-agotado small, .booking-it .list-intervals-hours .item-interval-agotado strong {
	color: #999
}
.booking-it .list-intervals-hours .item-interval-agotado .botonElegir {
	cursor: not-allowed !important;
	cursor: not-allowed !important;
	border: 2px solid #ccc !important;
	background: #ffffff !important;
	content: 'Agotado' !important;
	border-radius: 8px !important;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 3px;
	color: #999;
	font-size: 14px;
	opacity: .85;
}
.booking-it .list-intervals-hours .item-interval-agotado .botonElegir {
	min-width: 79px;
}
.booking-it .list-intervals-hours .item-interval-active .botonElegir {
	float: right;
	display: inline-block;
	/*border: 2px solid #b1d89b !important;
	background: #b1d89b !important;
	color: white !important;*/
	content: '\f00d' !important;
	border-radius: 8px !important;
	position: absolute;
	right: 3px;
	top: 10px;
	min-width: unset !important;
}
.booking-it .list-intervals-hours .item-interval-agotado .botonElegir:hover {
	background: #666 !important;
	border-color: #666 !important;
	opacity: 1;
}
.booking-it .list-intervals-hours .item-interval-active .botonElegir:hover {
	background: #666 !important;
	border-color: #666 !important;
}
