/* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
.pcs:after {
	content: " pcs";
}

.cur:before {
	content: "$";
}

.per:after {
	content: "%";
}

* {
	box-sizing: border-box;
}

body {
	/*padding: .2em 2em;*/
}

del {
	font-size: .8em;
	color: #646464;
	padding-left: .8em;
}

ins {
	text-decoration: none;
	font-size: 1.1em;
}

table {
	width: 100%;
}
.fold-table,
.add-to-cart {
	border-collapse: collapse;
}

.add-to-cart {
	margin-left: auto;
	width: 60%;
}
.scheda-prodotto .add-to-cart {
	width: 100%;
}
.add-to-cart tr:first-child {
	font-weight: 800;
	border-bottom: 0;
}

.add-to-cart td {
	padding: .4em;
}

.add-to-cart input[name="qta"] {
	width: 4em;
	margin-left: 1em;
	padding: .2em .4em;
}

.add-to-cart .btn-buy {
	color: #fff;
	background-color: #499D00;
	width: 100%;
	padding: 12px 45px;
	white-space: normal;
	text-transform: uppercase;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 100;
	font-size: 1rem;
	cursor: pointer;
	transition: 0.3s;
}

.add-to-cart .btn-buy:hover {
	background-color: #426826;
	text-decoration: none;
}

.infoPriceDrop {
	display: block;
	font-weight: 600;
	font-size: .7em;
	text-align: center;
	font-style: italic;
	color: #646464;
}

table th {
	text-align: left;
	border-bottom: 1px solid #ccc;
	text-align: center;
	background: #dfdfdf;
}
table th, table td {
	padding: .4em;
}

table.add-to-cart > tbody > tr {
	border-bottom: 1px solid #ccc;
}

table.fold-table > thead > tr > th,
table.fold-table > thead > tr.fold > td {
	padding: .5em;
}

table.fold-table > tbody > tr > td {
	border: 1px solid #ddd;
	text-align: center;
}
table.fold-table > tbody > tr.view td {
	cursor: pointer;
}
table.add-to-cart > tbody > tr td {
	text-align: center;
}
table.add-to-cart > tbody > tr td[rowspan] {
	text-align: left;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
}
table.fold-table > tbody > tr.view td:first-child,
table.fold-table > tbody > tr.view th:first-child {
	position: relative;
	padding-left: 20px;
}
table.fold-table > tbody > tr.view td:first-child:before,
table.fold-table > tbody > tr.view th:first-child:before {
	position: absolute;
	top: 50%;
	left: 5px;
	width: 9px;
	height: 16px;
	margin-top: -8px;
	font: 16px 'Font Awesome 5 Pro';
	font-weight: 900;
	color: #999;
	content: "\f0da";
	transition: all .3s ease;
}
table.fold-table > tbody > tr.view:nth-child(4n-1) {
	background: #eee;
}
table.fold-table > tbody > tr.view:hover,
table.fold-table > tbody > tr.view.open {
	background: #499d00;
	color: #fff;
}
table.fold-table > tbody > tr.view.open td:first-child:before,
table.fold-table > tbody > tr.view.open th:first-child:before {
	transform: rotate(90deg);
	color: #fff;
}
table.fold-table > tbody > tr.view:hover a,
table.fold-table > tbody > tr.view.open a {
	color: #fff;
}
table.fold-table > tbody > tr.fold {
	display: none;
}
table.fold-table > tbody > tr.fold.open {
	display: table-row;
}
table.fold-table > tbody > tr.fold > td {
	border: none;
}

.fold-content {
	padding: .5em;
}
.fold-content h3 {
	margin-top: 0;
}
.prXpz {
	background: #c7e0b1;
	padding: .3em;
}
.cart {
	background: #ddd;
}
.kit-title{
	border-bottom: 2px solid #499d00;
	cursor: pointer;
	font-size: 1.1rem;
	text-transform: uppercase;
	font-family: 'Roboto', 'sans-serif';
	padding-bottom: 3px;
	padding-left: 19px;
	margin-top: 25px;
	position: relative;
}
.kit-title:before {
	position: absolute;
	top: 50%;
	left: 5px;
	width: 9px;
	height: 16px;
	margin-top: -10px;
	font: 16px 'Font Awesome 5 Pro';
	font-weight: 900;
	color: #999;
	content: "\f0da";
	transition: all .3s ease;
}
.kit-title.open:before {
	transform: rotate(90deg);
}
span.kit-num {
	color: #499D00;
}

.kit-detail {
	display: none;
}
.kit-detail.open {
	display: block;
}

@media (max-width: 768px) {
	table th {
		padding: 0em 0.8em;
		font-size: 0.8rem;
	}
	.add-to-cart {
		max-width: 90%;
		margin: 0 auto;
	}
	.add-to-cart .btn-buy{
		padding: 12px 25px;
	}
}