
.tableresponsive.tabella_prodotto td:nth-child(2) {
    width: 10%;
}

.tableresponsive.tabella_prodotto td:nth-child(3),
.tableresponsive.tabelle_carrello td:nth-child(2) {
}

.tableresponsive.tabelle_carrello.principale td.center {
    font-size: 12px;
    text-align: center;
}

.tabelle_carrello.tableresponsive.principale td:nth-child(1) img {
    max-height: 50px;
    max-width: 50px;
}


.tableresponsive.tabella_prodotto td:nth-child(3) {
    max-width: 210px;
}

.tableresponsive.tabelle_carrello.sottotabella td:nth-child(2) {
    width: auto;
}

.riepilogo_tabella .tableresponsive td:nth-child(6) {
    min-width: 72px;
}
/* 

	Generic Styling, for Desktops/Laptops 
	*/
.tabelle_carrello .tabelle_carrello.tableresponsive.principale tr td:nth-child(5), .tabelle_carrello .tabelle_carrello.sottotabella.tableresponsive tr td:nth-child(5) {
    min-width: inherit !important;
}

table.tableresponsive.tableauto {
    width: auto;
}

.tableresponsive td span {
}

.tableresponsive td:nth-child(5) {
    text-align: left;
    color: #ca4c4c;
    font-weight: 500 !important;
}

    .tableresponsive td:nth-child(5) img {
        top: 4px;
        position: relative;
        margin-left: 3px;
    }

table.tableresponsive {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}

    table.tableresponsive.ordini3,
    table.tableresponsive.ordini1 {
        width: auto;
        border-collapse: collapse;
        background-color: white;
    }


    table.tableresponsive.ordini3 {
        float: right;
        margin: 20px 0px;
    }


        table.tableresponsive.ordini3 tr td input {
            max-width: 100px;
        }

    table.tableresponsive.sottotabella {
        margin: 20px 0px;
    }

.riepilogo_tabella .tableresponsive td {
    font-weight: 400;
}

.tableresponsive td span.old {
    text-decoration: line-through;
    font-size: 14px;
    color: #ca4c4c;
    font-weight: 400;
}

.tableresponsive td span {
    margin: 0px 2px;
    position: relative;
}

.tableresponsive img.bollino_promo {
    position: relative;
    height: 20px;
    float: left;
    display: none;
}

.tableresponsive .hotspot img {
    position: relative;
    top: 2px;
    height: 23px;
}

.tableresponsive .old_price, .tabella_prodotto .old_price, .TabbedPanelsContent table .old_price {
    text-decoration: line-through;
    font-weight: 400;
    position: relative;
    font-size: 13px;
    clear: none;
    display: inline-block;
    float: left;
    margin: 2px 4px;
    top: 0px;
    /* top: 12px;*/
}


.tableresponsive .new_price {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: black;
    /*    top: 11px;*/
    top: 0px;
    position: relative;
}

.tableresponsive .tooltips {
    height: 30px;
    display: inline-block;
    margin-top: 3px;
}

    .tableresponsive .tooltips img {
        height: 25px;
        position: relative;
        top: -2px;
    }

.tableresponsive tr:nth-of-type(odd) {
    background-color: rgba(205, 206, 211, 0.29);
}

.tableresponsive th {
    background: #fff;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.tableresponsive .btn {
    background-color: #ca4c4c;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    padding: 6px;
    font-weight: 400;
}

.tableresponsive.tabella_prodotto .btn {
    background-color: #4ccaca;
}


.tableresponsive.sottotabella th {
    background: #4dcbcb;
    color: #ffffff;
    border: none;
    text-align: left;
    padding: 9px 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
}

.sx .tableresponsive.sottotabella {
    width: 100%;
}

.tableresponsive .field_module, .tableresponsive .minifield_module input[type="text"] {
    padding: 5px;
    background: #FFFFFF;
    font-size: 15px;
    float: inherit;
    width: 63px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    font-weight: 700;
    color: #ca4c4c;
    text-align: left;
    border: 1px solid #ccc;
    height: auto;
}

.tableresponsive .minifield_module input[type="number"] {
    padding: 6px 10px;
    width: 60px;
    top: 0px;
    position: relative;
}

.tableresponsive td, .tableresponsive th {
    padding: 5px 10px;
    text-align: left;
}

.tableresponsive td {
    color: #666;
}

.tableresponsive a {
    color: #666666;
    text-decoration: none;
    line-height: 15px;
}

    .tableresponsive a:hover {
        text-decoration: underline;
    }

.tableresponsive td:nth-child(4) {
    min-width: 100px;
}

.articolo .tableresponsive.tabella_prodotto td:nth-child(5) {
    min-width: 173px;
}
/* checkbox e radio button */

.tableresponsive input[type="radio"], .tableresponsive input[type="checkbox"] {
    opacity: 0;
}

    .tableresponsive input[type="checkbox"] + label {
        cursor: pointer;
        background-image: url(../img/wishlist.png);
        background-repeat: no-repeat;
        background-position: left 4px;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 25px;
        margin-right: 20px;
        line-height: 25px;
    }

    .tableresponsive input[type="radio"] + label {
        cursor: pointer;
        background-image: url(../img/wishlist.png);
        background-repeat: no-repeat;
        background-position: left 4px;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 25px;
        margin-right: 20px;
        line-height: 25px;
    }

    .tableresponsive input[type="checkbox"]:disabled + label {
        cursor: pointer;
        background-image: url(../img/wishlist.png);
        background-repeat: no-repeat;
        background-position: left 4px;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 25px;
        line-height: 25px;
    }

    .tableresponsive input[type="radio"]:disabled + label {
        cursor: pointer;
        background-image: url(../img/wishlist.png);
        background-repeat: no-repeat;
        background-position: left 4px;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 25px;
        line-height: 25px;
    }

    .tableresponsive input[type="checkbox"]:checked + label {
        background-image: url(../img/wishlist_on.png);
        background-repeat: no-repeat;
        background-position: left 4px;
        line-height: 25px;
    }

    .tableresponsive input[type="radio"] + label {
        cursor: pointer;
        background-image: url(../img/wishlist.png);
        background-repeat: no-repeat;
        background-position: left 4px;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 25px;
        line-height: 25px;
    }

    .tableresponsive input[type="radio"]:checked + label {
        background-image: url(../img/wishlist_on.png);
        background-repeat: no-repeat;
        background-position: left 4px;
        line-height: 25px;
    }

.tableresponsive label {
}

.tableresponsive input[type="checkbox"] {
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    float: inherit;
    top: inherit;
    margin-right: auto;
}

.tableresponsive input[type="radio"] {
    display: none;
}

.tableresponsive.tabella_prodotto td:nth-child(3) {
    min-width: 200px;
    font-size: 13px;
    font-weight: 600;
}

    .tableresponsive.tabella_prodotto td:nth-child(3) a {
        color: #333;
    }

.tableresponsive .hidden {
    display: none !important
}

@media only screen and (max-width:875px) {
    .tableresponsive .new_price {
    }

    .tableresponsive .hotspot img {
        float: inherit;
    }

    .tableresponsive.tabella_prodotto td:nth-child(3) {
        width: 100%;
        max-width: 100%;
    }

    .riepilogo_tabella .tableresponsive td {
        padding: 10px;
    }

        .riepilogo_tabella .tableresponsive td:nth-child(1) {
            padding: 2px 0px;
        }

    .tableresponsive .field_module, .tableresponsive .minifield_module input[type="text"] {
        width: 90px;
        margin-right: 10px;
    }


    .riepilogo_tabella .tableresponsive .immagine_prodotto {
        height: 35px;
    }

        .riepilogo_tabella .tableresponsive .immagine_prodotto div img,
        .tabelle_carrello.tableresponsive.principale td:nth-child(1) img {
            max-height: 35px;
        }


    .tableresponsive.tabelle_carrello.principale td.center {
        font-size: inherit;
        text-align: left;
    }


    .tableresponsive.tabella_prodotto td:nth-child(2),
    .tableresponsive.tabella_prodotto td:nth-child(3) {
        width: 100%;
    }

    table.tableresponsive.ordini3,
    table.tableresponsive.ordini2 {
        width: 100%;
        border-collapse: collapse;
        background-color: white;
    }


    .tableresponsive .minifield_module input[type="number"] {
        top: -6px;
    }

    .tableresponsive td:nth-child(5) {
        text-align: left;
        min-width: 100px;
        max-width: inherit;
    }

    .tableresponsive.sottotabella {
        width: 100%;
    }

    .tableresponsive td:nth-child(6), .tableresponsive td:nth-child(8), .tableresponsive td:nth-child(9) {
        text-align: left;
    }

        .tableresponsive td:nth-child(8) img {
            position: absolute;
        }

        .tableresponsive td:nth-child(6) img {
            position: relative;
            top: 2px;
            margin-right: 5px;
        }

    .tableresponsive td {
        background-color: white;
        border-bottom: 1px solid #ebedef;
    }

    .tabelle_carrello .minifield_module {
        height: 40px;
    }
    /* Force table to not be like tables anymore */

    table.tableresponsive, .tableresponsive thead, .tableresponsive tbody, .tableresponsive th, .tableresponsive td, .tableresponsive tr {
        display: block;
    }

    table.tableresponsive {
        border: 1px solid #ebedef;
        border-bottom: none;
        margin-top: 20px;
    }
    /* Hide table headers (but not display: none;, for accessibility) */

    .tableresponsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .tableresponsive tr {
        border-bottom: 2px solid #ceced6;
    }

    .tableresponsive.sottotabella tr {
        border-bottom: 1px solid #ebedef;
    }

    .tableresponsive td {
        min-height: 50px;
        border: none;
        border-bottom: 1px solid #ebedef;
        position: relative;
        padding-left: 30% !important;
        letter-spacing: 0px;
    }

        .tableresponsive td:before {
            position: absolute;
            top: 11px;
            left: 6px;
            width: 44%;
            padding-right: 10px;
            white-space: nowrap;
            color: #333;
            font-weight: 400;
            letter-spacing: 0px;
            font-family: 'Roboto', sans-serif;
        }

    .tableresponsive.sottotabella td:before {
        position: absolute;
        top: 0px;
        left: 0px;
        padding-right: 0px;
        white-space: nowrap;
        color: #666;
        text-shadow: none;
        padding: 10px 0px 0px 10px;
        font-weight: 300;
    }

    .tableresponsive.dettaglioforum td:before {
        position: absolute;
        top: 8px;
        left: 10px;
        width: 100%;
        padding-right: 10px;
        white-space: nowrap;
        color: black;
        font-size: 17px;
    }
    /*
		Label the data
		*/

    .tableresponsive .field_module, .tabelle_carrello .btn {
        float: left;
        margin-right: 5px;
    }

        .tabelle_carrello .btn.svuota {
            top: 0px;
            position: relative;
            /* float: left; */
            font-size: 11px;
            margin: 2px;
            display: inline-block;
            padding: 10px;
            border-radius: 2px;
        }

    .tabelle_carrello fieldset .btn {
        margin-left: 0px;
        width: 100%;
        margin-bottom: 5px;
        font-size: 22px;
    }

    .tabelle_carrello tr td .btn {
        width: auto;
    }

    .tableresponsive td {
        padding: 4px;
        min-height: 45px;
    }

    .tableresponsive th {
        display: none !important;
    }

        .tableresponsive td:nth-child(3), .tableresponsive th:nth-child(4) {
            width: auto;
        }

    .tableresponsive .disponibilita_no, .tableresponsive .disponibilita_yes {
        float: left;
    }

    .tableresponsive td span {
        margin: 0px 2px;
    }

    .tableresponsive td:nth-child(5), .tableresponsive td:nth-child(7), .tableresponsive td:nth-child(8), .tableresponsive td:nth-child(9), .tableresponsive td:nth-child(5) {
        text-align: left;
    }

    .tableresponsive td img {
        float: left;
    }

    .tableresponsive td:nth-child(5) img {
        top: 0px;
        height: 20px;
    }

    .tableresponsive .minifield_module {
        margin-bottom: 0px;
    }

    .tableresponsive.sottotabella {
        width: 100% !important;
    }

    .tableresponsive .prezzo_totale {
        font-size: 20px;
        padding: 0px;
    }
}

@media only screen and (max-width: 600px) {

    .tabelle_carrello fieldset .btn {
        margin-left: 0px;
        width: 100%;
        margin-bottom: 5px;
        font-size: 18px;
        padding: 5px;
    }


    .tableresponsive .btn {
        display: inherit !important;
        width: auto !important;
        margin: 0px !important;
    }

    .tableresponsive td {
        padding-left: 50% !important;
        padding-top: 11px !important;
    }

        .tableresponsive td img {
            float: left;
            position: relative;
        }

    .articolo .tableresponsive td:nth-child(5) {
    }

    .tableresponsive.sottotabella td:before {
        width: 40%;
    }

    .riepilogo_tabella .tableresponsive td, .tableresponsive td {
    }

    .tabelle_carrello .tabelle_carrello.tableresponsive.principale tr td {
    }
}




@media only screen and (max-width: 500px) {
    .riepilogo_tabella .tableresponsive.tabella_prodotto td:nth-child(1) {
        height: 90px;
    }

    .riepilogo_tabella .tableresponsive .immagine_prodotto {
        height: 90px;
        width: auto;
        background-color: transparent;
    }

        .riepilogo_tabella .tableresponsive .immagine_prodotto div img {
            height: 90px;
            max-height: none;
            max-width: none;
            width: auto;
            top: -15px;
            position: relative;
        }

    .tableresponsive .new_price,
    .tableresponsive .old_price, .tabella_prodotto .old_price, .TabbedPanelsContent table .old_price {
        top: 0px;
    }
}
