/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.oculto {display: none;}

.woocommerce-message {
	display: none;
}

/*
.pen {
	pointer-events: none;
}
*/

.grecaptcha-badge {
    display: none !important;
}

#cmplz-manage-consent .cmplz-manage-consent {
    right: auto !important;
    left: 40px !important;
    background-color: #eee !important;
}

#burbuja-reserva {
	position: fixed;
    bottom: 10px;
    right: 10px;
    width: 100%;
    max-width: 245px;
    background-color: #e1e3e3;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    padding-right: 60px;
    border-radius: 25px;
    border: 4px solid #000000;
    z-index: 9999;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.5);
	transition: 0.6s;
}

#burbuja-reserva:hover {
	background-color: #d0d0d0;
}

#burbuja-reserva span:last-child {
    position: absolute;
    top: 50%;
    //right: 22px;
    transform: translate(50%, -50%);
    padding: 8px 20px;
    font-size: 20px;
}

#burbuja-reserva span:last-child:before {
	content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: #ffee3f;
    width: 50px;
    height: 50px;
    border: 4px solid #000000;
    border-radius: 50%;
}

#burbuja-reserva:hover span:last-child:before {
    background-color: #ffee75;;
}

#burbuja-reserva span:last-child i {
    position: relative;
    z-index: 1;
}



#popup-reserva {
    position: fixed;
    z-index: 99999999;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#popup-reserva .back-cerrar {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#popup-reserva .contenido {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: #fff;
    width: 100%;
    max-width: 350px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#popup-reserva .contenido .cerrar {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffee3f;
    font-size: 23px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
}

#popup-reserva .contenido h4 {
    background-color: #000; /* Fondo negro */
    color: #ffee3f; /* Color amarillo #ffee3f */
    text-align: center;
    margin: 0;
    border-top: 5px solid #ffee3f;
    padding: 20px;
    font-size: 24px; /* Aumento el tamaño */
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px; /* Aumento el espacio entre las letras */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Sombra para hacer más llamativo */
}

#popup-reserva .contenido .box {
    padding: 30px;
}

#popup-reserva .contenido .aclaracion {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    margin: 0;
}

#popup-reserva .contenido .box p:first-child {
    margin-bottom: 20px;
}

#popup-reserva .contenido .titulo {
    text-align: center;
    font-weight: 700;
    color: #555;
    font-size: 20px;
    margin-bottom: 20px;
}

#popup-reserva .contenido .botonreserva {
    //font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 16px 8px;
    //border: 2px solid #efefef;
    margin-bottom: 20px;
    text-decoration: none;
    transition: 0.6s;
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.5);
    background-color: #ffee3f;
    color: #000000; /* Color de texto negro */
    text-transform: uppercase; /* Transformación de texto a mayúsculas */
    border-radius: 0px 0px 0px 0px; /* Bordes sin redondear */
}

#popup-reserva .contenido .botonreserva:hover {
    background-color: #ffee75; /* Efecto de hover, color más claro */
}

#popup-reserva .contenido .botonreserva-cgd {
    background-color: #ffee3f; /* Mismo color de fondo para este tipo de botón */
}

#popup-reserva .contenido .botonreserva-cgd:hover {
    background-color: #ffee75; /* Efecto de hover para este botón */
}

#popup-reserva .contenido .botonreserva-sgd {
    background-color: #232323; /* Color oscuro */
    color: #fff;
}

#popup-reserva .contenido .botonreserva-sgd:hover {
    background-color: #555; /* Efecto de hover para el botón oscuro */
}

#popup-reserva .contenido .aclaracion .checkbox-fake {
    display: inline-block;
    border: 1px solid #232323;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

#popup-reserva .contenido .aclaracion .checkbox-fake.check:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: #ffee3f;
    width: 15px;
    height: 15px;
}





.woocommerce-checkout table.cart .product-thumbnail {
	display: none;
}

.woocommerce-checkout table.cart td.product-name > span {
	display: block;
}

.woocommerce-checkout table.cart td.product-name > span:first-child a {
	pointer-events: none;
	font-size: 15px;
	font-weight: 700;
}

.woocommerce-checkout table.cart td.product-name > span:last-child a {
	font-size: 15px;
}

.woocommerce table.shop_table tbody tr:last-child {
    display: none;
}

#_info_reservdesist_field {
    margin-top: 25px;
}

#_info_reservdesist_field label.checkbox {
    display: flex;
    align-items: center;
}

#_info_reservdesist_field input[type="checkbox"] {
    display: block;
}

#_info_reservdesist_field input[type="checkbox"],
#_info_reservdesist_field .reservdesist {
    display: inline-block;
    position: static;
    text-align: left;
    vertical-align: middle;
}

#_info_reservdesist_field .reservdesist {
    font-weight: 400;
    line-height: 20px;
}

#_info_reservdesist_field .reservdesist a {
    font-weight: 700;
}

#order_comments_field {
    display: none;
}

.woocommerce-checkout #ship-to-different-address {
    display: none;
}

.woocommerce-checkout .woocommerce-additional-fields {
    display: none;
}


@media screen and (max-width: 420px){

	#qlwapp.qlwapp-bottom-right,
	#burbuja-reserva {
	    right: 50% !important;
	    transform: translate(50%, 0);
	}

	#qlwapp.qlwapp-bottom-right .qlwapp-toggle .quantity input {
		margin-right: 0 !important;
	}

}

.search-wrapper2 .search2 #Rental .submit{
    border: none;
    background-color: #fff;
    line-height: 15px;
}