.tableresponsive tr td:nth-child(1), .tableresponsive tr th:nth-child(1), .tableresponsive tr td:nth-child(2), .tableresponsive tr th:nth-child(2) {
    text-align: left;
}

.tabelle_carrello table.tableresponsive tr td:nth-child(2) {
    color: black;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.tableresponsive.sedi tr td:nth-child(8), .tableresponsive.sedi tr th:nth-child(8) {
    text-align: center
}

.tableresponsive.ordini tr td span {
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
    background: #12c3be;
    padding: 4px 7px;
    margin: 0px 2px;
}

.tableresponsive.ordini td:nth-child(2) {
    font-weight: 500;
    color: #333
}

.tableresponsive.ordini td:nth-child(5) {
    font-size: 20px;
    font-weight: 500;
    color: #c3126f
}

.tableresponsive.ordini.mieiacquisti td:last-child {
    font-weight: 500;
    color: #c3126f;
    text-align: center;
}

.tableresponsive.ordini.dettagliordine td:nth-child(5) {
    font-size: 15px;
    font-weight: 400;
    color: #363c3f;
}

.tableresponsive.ordini .btn, .tableresponsive.ordini input[type="button"].btn,
.tableresponsive.conto .btn, .tableresponsive input[type="button"].btn.conto, .tableresponsive.prenotazione .btn {
    padding: 6px 10px;
    font-size: 14px;
    color: #c3126f;
    border: none;
    border: 2px solid #c3126f;
    font-weight: 500;
    text-transform: uppercase;
}

    .tableresponsive.ordini .btn:hover, .tableresponsive.ordini input[type="button"].btn:hover,
    .tableresponsive.conto .btn:hover, .tableresponsive input[type="button"].btn.conto:hover, .tableresponsive.prenotazione .btn:hover {
        color: #fff;
        background: #c3126f;
        border: 2px solid #c3126f;
    }

.tableresponsive {
    margin-bottom: 20px;
}

.sottotabella.tableresponsive {
    width: auto;
    float: right
}

.tableresponsive.semplice {
    width: auto;
    float: left
}

.tableresponsive th:nth-child(2), .tableresponsive td:nth-child(2), .tableresponsive th:nth-child(3), .tableresponsive td:nth-child(3) {
    text-align: left
}

.tableresponsive td img {
    max-height: 50px;
    max-width: 100px;
    overflow: hidden;
}

.tableresponsive td .btn.modifica svg, .tableresponsive td .btn.cancella svg {
    color: #ffffff;
    font-size: 17px;
}

.tableresponsive td svg {
    color: #cc126f;
    font-size: 25px;
}

.tabelle_carrello .tableresponsive td:first-child {
    text-align: center
}

    .tabelle_carrello .tableresponsive td:first-child svg {
        color: #393633;
        font-size: 40px;
        padding: 5px;
    }

.tableresponsive .btn.modifica {
    background: #12c3be;
}

.tableresponsive .btn.cancella {
    background: #cc126f;
    -moz-border-radius: 5px;
    border-radius: 5px;
}




    .tableresponsive .btn.cancella.mod {
        background: #12c3be;
    }

.tableresponsive .btn.modifica, .tableresponsive .btn.cancella {
    height: 34px;
    width: 34px;
    max-height: inherit;
    padding: 9px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

.tabelle_carrello table.tableresponsive tr td {
    color: #4c4c4c;
    border-bottom: 1px solid #d9dbde;
    padding: 10px 6px;
}

.prezzo_totale {
    font-weight: 500;
    color: #cc126f;
    font-size: 25px
}

.tabelle_carrello table.tableresponsive tr td:nth-child(3) {
    /* min-width: 130px; */
}

.tabelle_carrello table.tableresponsive.superiore tr td:nth-child(4) {
    min-width: inherit;
}

.sottotabella.tableresponsive th:nth-child(1), .sottotabella.tableresponsive td:nth-child(1), .sottotabella.tableresponsive th:nth-child(4), .sottotabella.tableresponsive td:nth-child(4) {
    text-align: left
}

.sottotabella.tableresponsive tr td:nth-child(3) {
    min-width: inherit;
}


.tableresponsive tr td, .semplice tr td {
    padding: 10px 15px;
}

.tableresponsive .field_module {
    margin-bottom: 0px;
}

.tableresponsive.sedi {
}

    .tableresponsive.sedi td, .tableresponsive.sedi th {
        color: #333;
        border-bottom: 1px solid #d0d3d6;
        text-align: left;
    }

    .tableresponsive.sedi th {
        color: #363c3f;
        font-weight: 500;
        border-top: 2px solid #363c3f;
        border-bottom: 2px solid #3e3e44;
        background: white;
    }

    .tableresponsive.sedi tr:nth-of-type(odd), .semplice tr:nth-of-type(odd) {
        background: rgba(228, 231, 234, 0.5);
    }

.semplice tr:hover:nth-of-type(odd), .semplice tr:hover {
    background: #ffd801;
}

.tableresponsive .field_module, .tableresponsive input[type="number"].field_module {
    padding: 6px 10px;
    border: none;
    font-size: 15px;
    float: inherit;
    width: 80px;
    color: #e11f20;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: auto;
    text-align: center;
}

table.tableresponsive input[type="image"] {
    cursor: pointer;
    z-index: 9;
    position: relative;
}

table.tableresponsive {
    width: 100%;
    position: relative;
    clear: both;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

    table.tableresponsive caption {
        padding: 10px;
        font-family: cuprum;
        color: white;
        font-size: 20px;
        text-align: left;
    }
/* Zebra striping */
.tabelle_carrello .tableresponsive input[type="number"] {
    max-width: 62px;
    color: #cc126f;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0px;
    border-right: none;
    height: 34px;
    border: 1px solid #12c3be;
}

.tableresponsive tr:first-child {
    background: transparent !important;
}

.tableresponsive tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}

.tableresponsive th, .semplice th {
    font-size: 14px;
    border: none;
    line-height: 20px;
    text-align: left;
    padding: 10px 6px;
    border-bottom: none;
    background-color: #363c3f;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.tabelle_carrello .tableresponsive.superiore tr td {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 8px
}

    .tabelle_carrello .tableresponsive.superiore tr td img {
        max-width: 30px;
    }

.tableresponsive.superiore th {
    padding: 5px 6px;
}

.tableresponsive td {
    padding: 5px 5px;
    text-align: left;
    line-height: 16px;
}

.tableresponsive td {
    font-size: 13px;
    padding: 10px;
    vertical-align: middle;
}

.riservata .tableresponsive td {
    font-size: 15px;
    padding: 20px
}

.riservata .tableresponsive th {
    font-size: 16px;
    padding: 10px 20px;
}

.tableresponsive td {
    color: #fff;
    border: none;
}

.tableresponsive td {
    color: #363c3f;
}

.tableresponsive.sottotabella td {
    font-size: 18px;
    padding: 10px;
}

.tableresponsive th {
    vertical-align: middle;
}

.tableresponsive.sottotabella th {
    background-color: #43b8e8;
    padding: 5px 15px;
}

.tableresponsive tr td:nth-child(12) {
    color: #e11f20;
}

.tableresponsive .field_module, .tableresponsive input[type="number"].field_module {
    border: 1px solid #d0d3d6
}

.tableresponsive tr {
    /*border-bottom:1px dashed #d0d3d6*/
}

tr:nth-of-type(odd) {
}

.tableresponsive a {
    color: #333;
    font-weight: 500;
}

.table_overflow {
    overflow-x: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 5px;
    border: 1px solid #e4e7ea;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: white
}

.tableresponsive tr td input.box_descrizione {
    width: 260px;
    max-width: 260px;
}

.tableresponsive .btn, .tableresponsive input[type="button"].btn {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border: none;
    /*background: #12c3be;
    border-radius: 2px;*/
}

.tableresponsive.ordine .btn {
    background: #cc126f;
    font-weight: 500;
}

.tabelle_carrello table tr td:nth-child(4) {
    min-width: 110px;
}

.tabelle_carrello table tr td:nth-child(6) {
    font-weight: 500;
    color: #cc126f;
    font-size: 20px;
}

.tabelle_carrello table tr td:nth-child(9), .tabelle_carrello table tr th:nth-child(9) {
    text-align: center
}




@media (max-width:1280px) {
}

@media (max-width:1034px) {
    .tabelle_carrello .tableresponsive.superiore tr td {
        font-size: 12px;
        line-height: 12px;
        padding: 5px;
    }

    .tableresponsive td {
        font-size: 14px;
    }

    .tableresponsive th {
        font-size: 14px;
        padding: 8px 5px;
    }
}

@media (max-width:875px) {
    .tableresponsive.ordini tr td span {
        line-height: 30px;
    }

    .tabelle_carrello .tableresponsive td:first-child {
        padding: 0px;
    }

    .tabelle_carrello .tableresponsive.riepilogo td:nth-of-type(1):before {
        content: "";
        padding: 0px;
    }

    .tabelle_carrello table.tableresponsive tr td:nth-child(2) {
        font-size: 16px;
        text-transform: inherit;
    }

    .tabelle_carrello table.tableresponsive tr td {
        font-size: 16px;
    }

    .tableresponsive .btn.modifica, .tableresponsive .btn.cancella  {
        position: relative;
        margin-top: -4px;
    }
    .tabelle_carrello .tableresponsive input[type="number"] {
        position: relative;
        margin-top: -4px;
    }

    .tableresponsive td img {
        position: relative;
        margin-top: 0px;
        max-height: inherit;
        margin: 10px;
        width: 100%;
    }

    .tabelle_carrello table tr td:nth-child(8), .tabelle_carrello table tr td:nth-child(9), .tabelle_carrello table tr th:nth-child(9) {
        text-align: left
    }

    .tabelle_carrello .tableresponsive.superiore tr td {
        font-size: 15px;
        line-height: 12px;
        padding: 10px 5px 5px 5px;
    }

    .tableresponsive.sottotabella {
        width: 100% !important;
        background: #f1f1f1;
        border: 1px solid #d9dbde;
        border-bottom: none;
    }

    .prezzo_totale {
        padding: 9px 0px;
    }

    .tableresponsive tr td, .tableresponsive tr th {
        text-align: left !important;
    }

    .tableresponsive.sedi td:before {
        color: #cc126f;
    }

    .tableresponsive.sottotabella td:before {
        color: #363c3f;
    }

    .tableresponsive tr td:nth-child(8), .tableresponsive.sedi tr td {
        /*padding-left: 40%;*/
    }

    .tableresponsive .field_module, .tableresponsive input[type="number"].field_module, .tableresponsive .btn, .tableresponsive input[type="button"].btn {
        margin-top: 0px;
    }

    .disponibilita_yes, .disponibilita_no {
        margin: inherit;
    }

    .tableresponsive tr td, .tableresponsive tr th, .tableresponsive.sedi tr td:nth-child(8), .tableresponsive.sedi tr th:nth-child(8), .tableresponsive th:nth-child(1), .tableresponsive td:nth-child(1), .tableresponsive th:nth-child(4), .tableresponsive td:nth-child(4), .tableresponsive th:nth-child(7), .tableresponsive td:nth-child(7), .tableresponsive th:nth-child(8), .tableresponsive td:nth-child(8) {
        text-align: left;
    }

    .tableresponsive table tr td {
        display: table-cell;
        padding-left: 0%;
    }

    .tableresponsive table td:before {
        content: "" !important;
    }

    .tableresponsive table tr:nth-of-type(odd) {
        background: #fff;
        border: none
    }

    .tableresponsive tr th {
        display: none
    }

    .riepilogo_carrello .tableresponsive td {
        border-bottom: none;
    }

    .riepilogo_carrello .tableresponsive tr:nth-of-type(odd) {
        background: white;
    }

    table.tableresponsive caption {
        width: 100%;
        display: block;
    }

    table.tableresponsive, .tableresponsive thead, .tableresponsive tbody, .tableresponsive th, .tableresponsive td, .tableresponsive tr {
        display: block;
    }

    table.tableresponsive {
        border: none;
    }

    .tableresponsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .tableresponsive tr {
    }

    .tableresponsive td, .tabelle_carrello table.tableresponsive tr td, .riservata .tableresponsive td {
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding: 15px 10px 15px 130px;
        min-height: 46px;
        line-height: 20px;
    }
    }

    .tabelle_carrello table tr td:nth-child(6) {
        font-weight: 500;
    }

    .tableresponsive td:before {
        position: absolute;
        top: 15px;
        left: 10px;
        width: 115px;
        padding-right: 10px;
        font-weight: 500;
        font-size: 14px;
        color: #2e2e2e;
        text-transform: initial;
    }

    .tableresponsive td {
        border-bottom: 1px solid #d0d3d6;
    }
}

@media (max-width:670px) {

    .tableresponsive .btn.modifica, .tableresponsive .btn.cancella, .tabelle_carrello .tableresponsive input[type="number"] {
        position: relative;
        margin-top: -9px;
    }

    .tabelle_carrello .tableresponsive input[type="number"] {
        position: relative;
        margin-top: -9px;
    }
}


@media (max-width:330px) {
    .tableresponsive td:before {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 70px;
        padding-right: 10px;
        font-weight: 500;
        font-size: 14px;
        color: #2e2e2e;
        text-transform: initial;
        line-height: 15px;
    }
    .tableresponsive td, .tabelle_carrello table.tableresponsive tr td, .riservata .tableresponsive td {
        padding: 15px 10px 15px 86px;
    }
}