/**
* Theme Name: Villax Child
* Description: This is a child theme of Villax, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: villax
* Version: 1.1.9
*/

.col-full {
	max-width: 100%;
}

.site-content {
	margin-top: 0;
	padding: 0;
}

.BookingForm {
	padding-bottom: 20px;
}

.BookingForm-price {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.BookingForm-label {
	color: #a3a3a3;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 10px;
}

.BookingForm-input {
	border: 1px solid #e5e5e5;
	padding: 10px !important;
	margin-bottom: 15px;
}

.BookingForm-information {
	padding: 10px;
	border: 1px dotted #e5e5e5;
	margin-bottom: 10px;
}

.BookingForm-informationPrice,
.BookingForm-informationTotal,
.BookingForm-informationDays {
	display: flex;
	justify-content: space-between;
}

.BookingForm-informationTotal {
	border-top: 1px solid #e8e8e8;
	padding-top: 12px;
}

input[type='date']::-webkit-calendar-picker-indicator {
	display: none;
}

/* Pruebas */
.number-input {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.number-input button {
	align-items: center;
	border: none;
	border-radius: 100%;
	color: white;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	height: 40px;
	padding: 0 18px;
}

.number-input .BookingForm-plus {
	padding: 0 16px;
}

.number-input input {
	text-align: center;
	font-size: 16px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin: 0;
	width: 100%;
}

.BookingForm-paymentSelected {
	border-top: 1px solid #a3a3a3;
	margin-top: 10px;
	padding-top: 10px;
}

.BookingForm-paymentMethods {
	margin-top: 15px;
}

/* PRUEBA MODAL */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10000;
}

.modal-content {
	position: relative;
	margin: 15% auto;
	padding: 20px;
	width: 80%;
	max-width: 500px;
	background: white;
	border-radius: 10px;
}

.cerrar-modal {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 20px;
}

.cancel-order-header {
	margin: 20px auto;
	width: 70%;
}

.cancel-order-form {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #f9f9f9;
}

.cancel-order-form h1 {
	text-align: center;
}

.cancel-order-form p {
	margin-bottom: 10px;
}

.cancel-order-form input[type='text'],
.cancel-order-form textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.cancel-order-form input:disabled {
	opacity: 0.75;
	color: #a8a8a8;
}

.cancel-order-form button {
	width: 100%;
	padding: 10px;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.container-cancellation {
	text-align: center;
	max-width: 600px;
	margin: 50px auto;
}

.btn-cancellation {
	display: inline-block;
	padding: 10px 20px;
	color: white;
	text-decoration: none;
	border-radius: 5px;
}
