td.cart_product a {
    background-color: transparent;
}
.content_menu_dash {
    width: 100%;
}
form#regformcf>div select {
    display: block !important;
}
.nice-select {
    display: none;
}
form#regformcf>div {
    background: #fff;
    height: 105px;
}
@media (max-width:992px)
{

/*
.riepilogocarrello {
    min-width: 750px;
}
div#cf_body_content_ajax {   overflow-x: scroll;
}*/
.menu-dashboard {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}

thead {
    display: none;
}
.singlestempshop {
    width: 100%;
    text-align: center;
    margin-bottom: 7px;
    border: 1px solid #ddd;
}
table.realcart {
    width: 100%;
    display: block;
}
table.realcart tbody tr td {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 0px;
}
table.realcart tbody, table.realcart tbody tr{
    width: 100%;
    overflow: hidden;
    display: block;
}

tr.cart_item_list>td.cart_avail {
    display: none;
}

table.realcart tbody tr td.cart_unit {
    display: none;
}

td#cart_voucher {
    display: none;
}

tfoot {
    width: 100%;
    display: table;
    overflow: hidden;
}

tfoot tr {
    width: 100%;
    overflow: hidden;
}


}



















