

.tabelle_carrello .tabelle_carrello.tableresponsive.principale tr td:nth-child(4), .tabelle_carrello .tabelle_carrello.sottotabella.tableresponsive tr td:nth-child(4) {
	min-width: inherit !important;
}

.tableresponsive input[type="button"]  {
    background-color: transparent;
    margin: 0px 0 0;
    display: inline-block;
    transition: background 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 3px 4px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #38617a;
    border: 1px solid #38617a;
    top: 1px;
    margin-left: 3px;
}

.tableresponsive input[type="button"]:hover  {
    color: #fff;
    background-color: #38617a;
    border: 1px solid #38617a;
}
.disponibilita_yes,
.disponibilita_no {
    font-weight: bold;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    border-radius: 50%;
      position: relative;
    margin-left: 10px;
    float: left;
    top: 1px;
}
.disponibilita_yes {
    background-color: #03e003;
}

.disponibilita_no {
    background-color: red;
}
.disponibilita.yes {
	color: #03e003;
}
 .disponibilita.no {
	color: red;
}
.tableresponsive td span {
	margin: 7px 2px;
	color: #666;
	font-size: 15px;
	font-weight: 500;
}
.tableresponsive td:nth-child(3) img {
	top: 2px;
	margin-right: 2px;
	position: relative;
}
.tableresponsive td span.old {
	text-decoration: line-through;
	font-size: 12px;
	top: -1px;
	position: relative;
}
.tableresponsive td span.percent {
	color: #38617a;
	font-weight: 600;
	font-size: 12px;
}

 .tableresponsive td:nth-child(4) {
	    min-width: 150px;
}

  .tableresponsive.secondaria td:nth-child(4),  
 .tableresponsive.secondaria td:nth-child(5) {
	    min-width: inherit;
}
  .tabelle_carrello .tableresponsive.secondaria tr td,  
  .tabelle_carrello   .tableresponsive.secondaria tr td:before  {
   background-color:     #f1f1f1

  }

    .tabelle_carrello   .tableresponsive.secondaria  {
  margin-bottom:20px
    }

  .tableresponsive.principale td:nth-child(4) {
	    min-width: inherit;
}

  .tableresponsive td:nth-child(5) {
	    min-width: 185px;
}
.tableresponsive.principale td:nth-child(5) {
	    min-width: inherit;
}

table.tableresponsive {
	width: 100%;
	border-collapse: collapse;
	background-color: white;
}
.tableresponsive td:nth-child(3) {
}
.tableresponsive .disponibilita_no, .tableresponsive .disponibilita_yes {
	position: relative;
	float: inherit;
	margin: 0px auto;
}
.tableresponsive input[type="checkbox"] {
	position: relative;
	float: inherit;
	margin: 0px auto;
	top: auto;
}
	
.tableresponsive tr:nth-of-type(odd) {
	background-color: #efefef;
}
.tableresponsive th {
	background: #5B5F5F;
	color: white;
	font-weight: normal;
	font-size: 15px;
}
.tableresponsive.sottotabella th {
	background: #658096;
	color: #ffffff;
	border: none;
	text-align: left;
	font-size: 13px;
	    padding: 10px 5px;
	text-transform: uppercase;
}
.tableresponsive.sottotabella h1 {
font-size: 30px;
    padding-top: 10px;
}
.articolo .tableresponsive td:nth-child(3) {
	display: table-cell;
	text-align: left;
}
.sx .tableresponsive.sottotabella {
	width: 100%;
}
.tableresponsive .field_module, .tableresponsive .minifield_module input[type="text"] {
	padding: 3px;
	background: #FFFFFF;
	font-size: 14px;
	float: inherit;
	width: 37px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0px;
	font-weight: 500;
	color: #38617a;
	text-align: center;
	border: 1px solid #ceced6;
}
.tableresponsive td, .tableresponsive th {
	padding: 10px;
	border-top: none;
	border-right: none;
	border-left: none;
	text-align: left;
	line-height: 20px;
}
.tableresponsive th {
}
.tableresponsive td {
	color: #666;
}
.tableresponsive a {
	color: #38617a;
	text-decoration: none;
	line-height: 15px;
}
.tableresponsive a:hover {
	text-decoration: underline;
}



.tableresponsive td:nth-child(4) img {
	top:2px; 
	margin-right:2px;
	position:relative;
}
.articolo .tableresponsive td:nth-child(4) {
	min-width: inherit;
}


.tableresponsive td img {
	float: left;
	max-width: inherit;
    max-height: 40px;
}


@media only screen and (max-width: 1124px) {
.tableresponsive td:nth-child(3) {
	/*text-align: center;
	min-width: inherit;
	max-width: 50px;*/
}
}

@media only screen and (max-width: 778px) {
	
	
	.tableresponsive td:nth-child(3), .tableresponsive td:nth-child(5), .tableresponsive td:nth-child(6), .tableresponsive td:nth-child(7) {
min-width: inherit;
}


.tableresponsive td:nth-child(3) {
	/*text-align: center;
	min-width: 100px;
	max-width: inherit;*/
}
.riservata .content .sx, .descrizione, .riservata .content .dx, .tableresponsive.sottotabella {
	width: 100%;
}
.tableresponsive td:nth-child(4), .tableresponsive td:nth-child(6), .tableresponsive td:nth-child(7) {
	text-align: left;
}
.tableresponsive td:nth-child(6) img {
	position: absolute;
}
.tableresponsive td:nth-child(4) img {
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.tableresponsive td {
	background-color: white;
	border-bottom: 1px solid #E2E2E2;
	    width: 100%;
}
.tabelle_carrello .minifield_module {
	height: 40px;
}
	    
table.tableresponsive, .tableresponsive thead, .tableresponsive tbody, .tableresponsive th, .tableresponsive td, .tableresponsive tr {
	display: block;
}
table.tableresponsive {
	border: 1px solid #ccc;
	border-bottom: none;
}
	    
.tableresponsive thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.tableresponsive tr {
	border-bottom: 2px solid #ccc;
}
.tableresponsive.sottotabella tr {
	border-bottom: 1px solid #ccc;
}
.tableresponsive td {
	min-height: 41px;
	border: none;
	border-bottom: 1px solid #f7f7f7;
	position: relative;
	padding-left: 40% !important;
}
.tableresponsive.dettaglioforum td {
	border: none;
	border-bottom: 1px solid #f7f7f7;
	position: relative;
	padding-top: 33px;
	padding-left: 10px;
}
.tableresponsive td:before {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 30%;
	padding-right: 10px;
	white-space: nowrap;
	color: black;
}
.tableresponsive td:before {
position: absolute;
    top: 0px;
    left: 0px;
    width: 30%;
    padding-right: 0px;
    white-space: nowrap;
    background-color: #fff;
    color: #658096;
    text-shadow: none;
    padding: 10px;
}
.tableresponsive.dettaglioforum td:before {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 100%;
	padding-right: 10px;
	white-space: nowrap;
	color: black;
	font-size: 17px;
}
	    
.tableresponsive .field_module, .tabelle_carrello .btn {
	top: 3px;
	margin-bottom: 0px;
}
.tabelle_carrello .btn {
	float: inherit;
	position: relative;
	top: 5px;
	margin-left: 3px;
	width: 100%;
	margin-bottom: 5px;
}
.tabelle_carrello tr td .btn {
	width: auto;
}
.tableresponsive td {
	padding: 4px;
	min-height: 41px;
}

 .tableresponsive th {
display:none
}
.tableresponsive td:nth-child(2), .tableresponsive th:nth-child(2) {
	width: auto;
}
.tableresponsive .disponibilita_no, .tableresponsive .disponibilita_yes {
	float: left;
}
.tableresponsive td span {
	margin: 0px 2px;
}
.tableresponsive td:nth-child(3), .tableresponsive td:nth-child(5), .tableresponsive td:nth-child(6), .tableresponsive td:nth-child(7), .tableresponsive td:nth-child(3) {
	text-align: left;
}
.tableresponsive td img {
    max-height: 30px;
}
.tableresponsive td:nth-child(3) img {
	top: 3px;
}
.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: 500px) {
.articolo .tableresponsive td:nth-child(3) {
	display: flex;
}
.tableresponsive.sottotabella td:before {
	width: 40%;
}
.riepilogo_tabella .tableresponsive td, .tableresponsive td {
	padding-left: 50% !important;
}
.tabelle_carrello .tabelle_carrello.tableresponsive.principale tr td {
	padding-left: 30% !important;
}
}
