.elementor-1844 .elementor-element.elementor-element-7f00cfa{text-align:center;}.elementor-1844 .elementor-element.elementor-element-967458d{width:var( --container-widget-width, 100.707% );max-width:100.707%;--container-widget-width:100.707%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-967458d */body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

h1 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
    font-size: 2em;
}

.menu-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.menu-nav button {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 10px 15px;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 5px;
    font-size: 0.9em;
}

.menu-nav button:hover {
    background-color: #2980b9;
}

.menu-section {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 30px;
    display: none;
}

.menu-section.active {
    display: block;
}

.menu-section h2 {
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 1.5em;
}

.prodotto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px 10px;
    border-bottom: 1px solid #ecf0f1;
}

.prodotto h3 {
    font-size: 1.1em;
    color: #34495e;
    margin: 0 0 10px 0;
    width: 100%;
}

.prodotto p {
    font-weight: bold;
    color: #e74c3c;
    margin: 0 10px 0 0;
}

.quantita-controlli {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
}

.quantita-controlli button {
    background-color: #3498db;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
}

.quantita-controlli button:hover {
    background-color: #2980b9;
}

.quantita {
    margin: 0 10px;
    font-weight: bold;
    min-width: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .container, .menu-nav, .prodotto, .menu-nav button, .prodotto h3, .quantita-controlli {
        padding: 10px;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 5px 0;
    }

    h1 {
        font-size: 1.8em;
    }

    .prodotto {
        align-items: flex-start;
    }

    .quantita-controlli {
        justify-content: flex-start;
        margin-top: 10px;
    }
}

#carrello {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 20px;
    margin-top: 30px;
}

#carrello h2 {
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#lista-ordine {
    list-style-type: none;
    padding: 0;
}

#lista-ordine li {
    margin-bottom: 10px;
}

#totale {
    font-weight:bold;
    color: #e74c3c;
}

#form-cliente {
    margin-top: 30px;
}

#form-cliente input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #bdc3c7;
    border-radius: 5px;
    box-sizing: border-box;
}

#form-cliente button {
    background-color: #2ecc71;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 5px;
    width: 100%;
}

#form-cliente button:hover {
    background-color: #27ae60;
}/* End custom CSS */