.btn-reservar {
    border: 1px solid black;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: black;
    color: #ffffff !important;
    margin-top: 50px !important;
    display: block;
    font-size: 20px !important;
    text-align: center;
}

.calendario-citas {
    max-width: 900px;
    margin: 40px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.evento-cita { background-color: #90be6d !important; border-color: #90be6d !important; }
.evento-ocupada { background-color: #f94144 !important; border-color: #f94144 !important; }

.leyenda-eventos {
    max-width: 900px;
    margin: 10px auto 30px;
    text-align: center;
}
.leyenda-eventos .tipo {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

.tipo-cita { background-color: #90be6d; }
.tipo-ocupada { background-color: #f94144; }

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.modal-content p { font-size: 16px }
@media (max-width: 1005px) and (min-width: 520px) {
	.modal-content {
		margin: 30% auto;
	}
}
@media (max-width: 519px) {
	.modal-content {
		margin: 110px 10px 30px 10px;
	}
}
.modal-close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
.modal-content a {
    color: #0073aa;
    text-decoration: none;
}

.calendar-event {
    margin: 0 5px;
    color: white;
    font-weight: bold;
}
.fc-toolbar-title {
	font-size: 15px !important;
    text-align: center;
}
#mobile-calendar {display: none;}
@media (max-width: 778px) {
	#web-calendar {display: none;}
	#mobile-calendar {display: block;}
}

.wc-block-components-checkout-return-to-cart-button {display: none;}


.woocommerce table.shop_table, .woocommerce-page table.shop_table {border-width: 0 0 1px 1px;}
.checkout-right table td, .checkout-right table th {border: 0}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {border: 1px solid rgba(0, 0, 0, .1);border-width: 0 1px 0 0;}
.checkout-right table thead th {
    border: 1px solid rgba(0, 0, 0, .1);
    border-width: 0 1px 1px 0;
}
.checkout-right table tfoot th {
    border: 1px solid rgba(0, 0, 0, .1);
    border-width: 0 1px 0 0;
}

.vc_tta-panel-body {
	margin-top: 25px !important;
}