
.m3cform p {
    margin-bottom: 1em;
}

.m3cform input[type="text"], .m3cform input[type="email"], .m3cform input[type="number"], .m3cform input[type="date"], .m3cform select {
    width: 100%;
    max-width: 600px;
    padding: 0.65em 0.7em 0.65em;
    color: var(--contrast-2);
    background-color: var(--base-2);
    border: 1px solid var(--base);
	font-family: sans-serif;
}

.m3cform label {
    display: block;
    margin-bottom: 0.15em;
    font-weight: bold;
}

.m3cform input[type="submit"] {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9em;
    letter-spacing: 2px;
    padding: 1.1em 2em 0.9em;
    margin-top: 1em;
}

.m3cform span.caption {
    display: block;
    font-size: 0.75em;
    margin-top: 7px;
    line-height: 1.4;
}

.m3f-success-msg {
    color: #FFF;
	font-size: 1.2em;
}

.m3cform label.error {
    font-weight: 400;
    font-size: 0.8em;
    color: red;
    background-color: yellow;
    width: fit-content;
    padding: 4px 7px;
    line-height: 1;
}



.m3f-collapsible:not(.expanded) .m3f-collapsible-wrapper {
    display: none;
}

.m3f-collapsible  {
    position: relative;
}

.collapsible-toggle  {
	cursor: pointer;
}

.m3f-collapsible:after {
    position: absolute;
    content: '+';
    right: 1em;
    top: 1.55em;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.m3f-collapsible.expanded:after {
    content: '-';
    font-size: 1.5em;
    top: 1.35em;
    right: 0.95em;
}

@media only screen and (max-width: 870px) {
.m3f-collapsible:after {
    top: 1.48em;
}
.m3f-collapsible.expanded:after {
    top: 1.7em;
    right: 1.15em;
}
}

#m3form_pre-inscripcion {
    max-width: 560px;
}


.sub-fieldset {
    border-top: 1px solid var(--base);
    margin-top: 2.2em;
}



#m3f-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75);
    z-index: 2;
    cursor: pointer;
}

#m3f-overlay div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background: url(img/spinner.gif) no-repeat;
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
}

#m3f-overlay-b {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 2;
}




.cal-header {
    display: flex;
    justify-content: space-between;
	line-height: 1;
    background-color: #ccc;
    align-items: center;
}

.cal-nav {
    font-size: 2.4em;
    line-height: 0.6;
    margin-bottom: 0.2em;
    padding: 0 0.3em;
    cursor: pointer;
}

.no-action .cal-nav {
    color: transparent;
    cursor: default;
}

span.cal-month {
    font-size: 1em;
    font-weight: 600;
}

.calendario table {
	border-collapse: collapse;
	margin-bottom: 0;
}

.calendario table td {
	width: 14.2857%;
    height: 171px;
    border: 1px solid #ccc;
}

.day-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
	padding: 6px;
}

.day-number {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1;
    text-align: right;
}



td.noempty {
    /* background-color: yellow; */
}

/*
td.fully-booked {
    background-color: #bbb;
    color: #888;
}
*/


select.cant-personas {
    width: 300px;
    padding: 0.4em;
    margin-bottom: 1.2em;
}

.compact-cal {
    width: 300px;
    display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-areas: 'calendar calendar' 'hours selection';
	row-gap: 15px;
    column-gap: 8px;
}

.compact-cal .calendar-inner {
	grid-area: calendar;
    width: 300px;
}

.compact-cal th {
    font-weight: 400;
    font-size: 0.8em;
}

.calendario.compact-cal table td {
    width: 40px;
    height: 40px;
}

.calendario.compact-cal table td .day-inner {
    justify-content: center;
    align-items: center;
	padding: 0;
    font-weight: 400;
	opacity: 0.3;
}

.calendario.compact-cal table td.noempty .day-inner {
    opacity: 1;
}

.calendario.compact-cal table td .day-number {
    font-weight: 500;
}

.calendario.compact-cal .available-spots-selected {
    padding: 0;
}

.calendario.compact-cal .available-spots-selected .day-inner {
    border: 2px solid;
}

.calendario.compact-cal .available-spots-selected .day-number {
    font-weight: 700;
}

.compact-cal td.available-spots {
    cursor: pointer;
}

.scheduled-hours {
	grid-area: hours;
    display: flex;
    gap: 6px;
	align-items: flex-start;
	flex-wrap: wrap;
}

.hour-btn {
    color: var(--wp--preset--color--contrast);
    background-color: var(--wp--preset--color--white-allysum);
    line-height: 1;
    padding: 0.35em 0.5em;
    font-weight: 500;
    border-radius: 0.3em;
}

.hour-btn.available-hour-selected {
    background-color: var(--wp--preset--color--trench-coat);
    color: inherit;
}

.hour-available {
    cursor: pointer;
}

.hour-unavailable {
    opacity: 0.2;
}

.available-hour-only {
	background-color: var(--wp--preset--color--trench-coat);
    cursor: auto;
}

.selected-dh {
	grid-area: selection;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}



button.cta-actividad {
    text-transform: uppercase;
    background-color: var(--wp--preset--color--kangaroo);
    border: none;
    color: #fff;
    line-height: 1;
    padding: 0.6em 1em;
    width: 300px;
    margin-top: 0.7em;
    font-weight: 600;
    letter-spacing: 2px;
	cursor: pointer;
}






.seleccion-edicion .inner {
    display: flex;
    gap: 5%;
}

.seleccion-edicion .inner .col-1 {
    width: 65%;
}

.seleccion-edicion .inner .col-2 {
    width: 30%;
}

.actividad-content table.calendario td {
    height: 119px;
}

.actividad-content .day-number {
    font-size: 1em;
}

.actividad-content .day-content {
    display: flex;
    flex-direction: column;
}

.actividad-content .day-content span span {
    color: #bbb;
    font-size: 0.8em;
}



.seleccion-datetime-wrapper {
    background-color: #eee;
    padding: 1em 1.2em;
}

.seleccion-datetime-wrapper p {
    margin: 0;
}

.seleccion-datetime-wrapper span {
    font-weight: bold;
}


.seleccion-form-wrapper {
    background-color: #eee;
    padding: 1em 1.2em;
    margin-top: 1em;
}


.seleccion-edicion button[name="add-to-cart"] {
    cursor: pointer;
}

.seleccion-form-wrapper p {
    margin: 0 0 1em;
    font-weight: bold;
}

.seleccion-form-wrapper label {
    display: block;
    margin-bottom: 0.3em;
}

.seleccion-form-wrapper input[type="number"] {
    width: 100px;
    margin-bottom: 1em;
}

.seleccion-form-wrapper fieldset {
    border: none;
    padding: 0;
    margin: 0 0 1.1em;
    display: flex;
    flex-direction: column;
    gap: 0.6em;
}

.seleccion-form-wrapper fieldset span {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.seleccion-edicion button[name="add-to-cart"] {
    cursor: pointer;
    width: 100%;
    line-height: 1;
    padding: 0.6em 0 0.75em;
    text-transform: uppercase;
    text-transform: uppercase;
    font-weight: bold;
    background-color: var(--wp--preset--color--kangaroo);
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}



ul.wp-block-list {
    margin: 0;
    padding-left: 1.2em;
}




p#billing_country_field {
    display: none;
}

p#billing_address_2_field {
    display: none !important;;
}

.actividad-purchase .woocommerce-notices-wrapper {
    display: none;
}

.actividad-purchase .woocommerce-form-coupon-toggle {
    display: none;
}


/* TEMPORARIO, MIENTRAS SOLO TENGA REEMBOLSO ACTIVADO */

ul.wc_payment_methods.payment_methods.methods {
    display: none;
}


.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    gap: 1em;
}

.checkout p.form-row {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 5px;
	width: 100%;
}

.checkout p.form-row input {
    width: 100% !important;
    max-width: 100% !important;
}


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


.checkout h3 {
    display: none;
}


#order_review {
    margin: 2em 0;
	max-width: 640px;
}

#order_review table th, #order_review table td {
    border: 1px solid #ccc;
    padding: 12px;
}

button#place_order {
    cursor: pointer;
    width: 100%;
    line-height: 1;
    padding: 0.6em 0 0.75em;
    text-transform: uppercase;
    text-transform: uppercase;
    font-weight: bold;
    background-color: var(--wp--preset--color--kangaroo);
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}


dl.variation p, dl.variation ul {
    margin: 0;
}

dl.variation dd {
    margin: 0;
}

dt.variation-Participantes {
    margin-top: 0.8em;
}

dd.variation-Participantes ul.cart-item-data-list {
    padding-left: 1.2em;
}

#order_review table dl.variation {
    margin-bottom: 0.3em;
}



