/*.product-grid{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}	*/

@media screen and (min-width: 600px) {
	h2#mensaje-bloqueado {
    font-size: 25px;
    margin-top: 2%;
}
}
@media screen and (max-width: 600px) {
    button.tipo-menu-button {
    margin-bottom: 2%;
}
	h2#mensaje-bloqueado {
    font-size: 20px;
}
	button#finalizar-compra, button#seguir-comprando {
    margin: 0 auto !important;
    display: block!important;
}
	.modal-content h2 {
    color: white !important;
    font-family: 'Rubik';
    font-size: 25px !important;
}
	.calendar-day {
    margin: 0px 5px 0px 5px!important;
}
	#boton-anadir-menu {
        padding: 20px 29px 20px 30px !important;
        margin-right: 3%;
        margin-top: 6%;
        width: 100%;
    }
	.cajaid {
    margin-left: -4%!important;
    width: 100%!important;
    border-radius: 35px;
    height: 70px!important;

}
	.titulogeneral {
    text-align: center;
}
.product-grid {
    grid-template-columns: repeat(2, 1fr)!important;
}
	.tipo-menu-button {
    font-size: 15px!important;
}
.menu-buttons {
    margin-top: 22px;
    display: inline-grid!important;
    justify-items: stretch;
    text-align: center;
    width: 100%;
}
.dias {
    display: flex;
    justify-content: center!important;
    font-family: 'Rubik';
    width: 102%!important;
    text-align: center;
    margin: 0 auto;
}
.numerodia {
    font-size: 20px!important;
	    font-family: 'Rubik';
}
.calendar-day {
    font-size: 12px!important;
}
}

  .calendar {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
        margin: 20px 0;
    }

    .calendar-day {
        display: inline-block;
        flex-direction: column;
		font-family: 'Rubik';
        align-items: center;
        justify-content: center;
        border: 2px solid #333;
        border-radius: 8px;
        padding: 10px;
        font-size:20px;
        font-weight: bold;
        color: #333;
        cursor: pointer;
        transition: background-color 0.3s;
    }
	

    .calendar-day.disabled {
        color: #888;
        background-color: #e0e0e0;
        cursor: not-allowed;
    }

    .calendar-day.selected {
        background-color: #1e4633;
        color: white;
    }

    .calendar-day.greyed-out {
        background-color: #bdbdbd;
        color: white;
    }

.menu-buttons {
    margin-top: 20px;
}
.tipo-menu-button {
	font-size: 20px;
    padding: 10px 20px;
	font-family: 'Rubik';
    background-color: transparent; 
    color: black;
    cursor: pointer;
    margin-right: 10px;
	text-decoration: none !important;
    border-radius: 14px;
    border: 2px solid #1D4632;
}

.tipo-menu-button.selected {
	border: 2px solid #1D4632;
	color:white;
    background-color: #1e4633; /* Color diferente para el botón seleccionado */
}

.product-item.selected {
    background-color: #1e463352;
    color: white;
    border: 2px solid #1e4633 !important;
    border-radius: 28px;
}
.precio-menu {
    display: inline-block;
    color: #1E4633;
    font-size: 21px;
    font-weight: bold;
    margin-right: -1%;
}
#boton-anadir-menu {
    padding: 20px 50px 20px 50px;
    border-radius: 36px;
    background-color: #fc4d4d;
    font-size: 25px;
    color: white;
    float: right;
}
dt.variation-FechaSeleccionada {
    font-weight: bold;
}
dt.variation-TipodeMen {
    font-weight: bold;
}
dt.variation-ProductosMarcados {
    font-weight: bold;
}
.modal {
    display: none; /* Hidden by default */
	    font-family: 'Rubik';
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    margin: 15% auto;
	    font-family: 'Rubik';
    padding: 20px;
    border: 1px solid #888;
    background-color: #1e4633;
    width: 70%;
}
.modal-content h2 {
    color: white!important;
	    font-family: 'Rubik';
}


.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/**************************************************************************************/

.calendario {
    font-family: 'Rubik';
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    margin-top: 5%;
    margin-bottom: 4%;
}

.semana-1, .semana-2 {
    margin-bottom: 15px; /* Espacio entre semanas */
}

.dias {
    display: flex;
    justify-content: space-between;
    font-family: 'Rubik';
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 3%;
}

.calendar-day {
    flex: 1;
    text-align: center;
    padding: 10px;
    margin: 0px 10px 0px 12px;
    padding: 3%;
    background-color: #fff;
    border-radius: 28px;
    width: 50px !important;
    border: 2px solid #1D4632;
    font-family: 'Rubik';
}

.calendar-day.greyed-out {
    background-color: #f0f0f0; /* Color gris para días bloqueados */
    cursor: not-allowed; /* Cambia el cursor para días bloqueados */
}
.numerodia {
    font-size: 35px;
	    font-family: 'Rubik';
}
h2.product-title {
    font-size: 21px;
    padding-top: 6%;
    font-family: 'Rubik';
    font-weight: bold;
    color: #000000;
}
h3.tittipo{
	padding-top: 2%;
    padding-bottom: 1%;
	font-family: 'Rubik';
	text-transform:uppercase;
}
div#productos-seleccionados {
    margin-bottom: 3%;
    margin-top: 3%;
}
input#cantidad-menu {
    background-color: #1e4633;
    width: 65px;
    color: white;
    font-size: 20px;
    font-weight: bold;
	    font-family: 'Rubik';
    text-align: center;
}
button#decrease-btn {
    background-color: #1e4633;
    border: none;
    height: 46px;
    color: white;
    font-size: 20px;
    font-weight: bold;
}
button#increase-btn {
    background-color: #1e4633;
    border: none;
    height: 46px;
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.cajaid {
    background-color: #1e4633;
    width: 130px;
    border-radius: 35px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    margin-left: -10%;
}
.divadd {
    float: right;
}
button#finalizar-compra, button#seguir-comprando {
    background-color: #fc4d4d;
    border: 1px solid gray;
    padding: 15px;
    border-radius: 20px;
    color: white;
    font-family: 'Rubik';
    font-weight: bold;
    text-transform: uppercase;
}
.product-item:hover {
    background-color: #1e463352;
    transition: 0.5s;
}
.product-item {
    border: none !important;
}
.texto {
    font-family: 'Rubik';
    font-size: 25px;
    color: #000000;
    margin-top: 2%;
}
h3.previotitulo {
    display: inline-block;
	font-size: 25px;
    color: black;
    font-family: 'Rubik';
    font-weight: bold;
}
.titulomenu {
    display: inline-block;
    font-size: 25px;
    color: black;
    font-family: 'Rubik';
    font-weight: bold;
    padding-left: 10px;
}
h1.ptitulo {
    font-size: 28px;
    font-family: 'Rubik';
    font-weight: bold;
    color: black;
}
.permitido {
    font-family: 'Rubik';
    color: black;
    font-size: 25px;
    margin-top: 2%;
    margin-bottom: 2%;
}
.simbp {
    display: inline-block;
    color: #1E4633;
    font-size: 21px;
    margin-left: 1%;
}
.pdown,.impuestos {
    display: block;
    width: 100%;
    float: right;
    position: relative;
    text-align: right;
    margin-top: 4%;
}
.impuestos{
    color: #000000;
    font-size: 23px;
}
button.tipo-menu-button:nth-child(5) {
    margin-top: 2% !important;
}
.pdown .simbp {
    color: black;
    font-weight: bold;
}
.pdown .precio-menu {
    color: black;
    font-weight: bold;
}