/* Prodotto */
.single-product #main {
	max-width: 1600px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.single-product .woo-variation-product-gallery {
	max-width: 100% !important; 
}

div.product .mainproduct {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.product .mainproduct .product-images {
	flex: 0 0 28%;
	width: 28%;
}

div.product .mainproduct .product-info {
	flex: 0 0 43%;
}

div.product .mainproduct .product-table {
	flex: 0 0 23%;
}

.product-type-variable div.table:not(.active),
.product-type-variable ~ .tabs div.table:not(.active){
	display: none;
}

div.product .mainproduct .product-info h1 {
	font-family: var(--ff2);
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 2.6px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 40px;
	margin-top: 0;
}

div.product .mainproduct .sku {
	color: var(--1);
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}

div.product .mainproduct .sku span:not(.value) {
	color: var(--2);
	margin-right: 10px;
	font-weight: 500;
}

div.product .mainproduct .excerpt {
	margin-top: 20px;
}

div.product .mainproduct .excerpt .title {
	display: block;
	color: var(--2);
	font-weight: 500;
	margin-bottom: 5px;
}

div.product .mainproduct .variations {
	margin-top: 40px;
}

div.product .mainproduct .variations,
div.product .mainproduct th,
div.product .mainproduct td{
	background: none;
	display: block;
	padding: 0;
	text-align: left;
	border: none;
}

div.product .mainproduct th.label {
	margin-bottom: 10px;
}

div.product .mainproduct td {
	max-height: 210px;
	overflow-y: scroll;
	position: relative;
	padding-right: 10px;
}


div.product .mainproduct td::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: var(--1);
}

div.product .mainproduct td::-webkit-scrollbar-track {
  background: #f5f5f5;
}

div.product .mainproduct td::-webkit-scrollbar-thumb {
	background-color: var(--1);
}


div.product .mainproduct td div.custom_option {
	display: block;
	padding: 15px;
	margin-bottom: 5px;
	border: none;
	background-color: #eaeaea;
	font-weight: 600;
	transition: 0.3s;
	cursor: pointer;
}

div.product .mainproduct td div.custom_option.on,
div.product .mainproduct td div.custom_option:hover {
	background-color: var(--1);
	color: #fff;
}

div.product .mainproduct td div.custom_option:last-of-type {
	margin-bottom: 0;
}

div.product .mainproduct td div.custom_option span:first-of-type {
	margin-left: 10px;
}

div.product .mainproduct td div.custom_option span {
	padding: 0 10px;
	border-left: 1px solid #aaa;
}

div.product .mainproduct td div.custom_option.on span,
div.product .mainproduct td div.custom_option:hover span{
	border-color: #fff;
}

.reset_variations {
	display: none !important;
}

.variants {
	display: none;
	opacity: 0;
	visibility: hidden;
}

div.product .mainproduct .buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}

div.product .mainproduct .buttons .button {
	margin-right: 15px;
}

.tabs {
	padding: 120px 0px;
}

div.table .row {
	display: flex;
	align-items: flex-start;
	padding: 15px;
	margin-bottom: 9px;
	background-color: #eaeaea;
	font-size: 14px;
}

div.table .row[empty-attr="0"] {
	display: none;
}

.product-table .table-head,
.tec-table .table-title {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: 600;
	border-bottom: 1px solid #e7e7e7;
}

div.table .row:last-child {
	margin-bottom: 0;
}

div.table .row:nth-last-child(even) {
	background-color: #f7f7f7;
}

div.table .row .name {
	flex: 0 0 120px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}

div.table .row .value {
	font-weight: 600;
	color: #7e7e7e;
	letter-spacing: 2px;
	display: flex;
	flex-wrap: wrap;
	overflow-wrap: anywhere;
}

div.table .row .value a {
	text-decoration: underline;
	margin-right: 10px;
	letter-spacing: 0;
	color: var(--1);
	width: auto;
}

.tabs .tabs-head {
	display: flex;
	align-items: center;
	position: relative;
}

.tabs .tabs-head:after {
	content: '';
	width: 100%;
	position: absolute;
	bottom: -8px;
	left: 0;
	background-color: #eaeaea;
	height: 2px;
	z-index: -1;
}

.tabs .tabs-head .tab-head {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 50px;
	cursor: pointer;
}

.tabs .tabs-head .tab-head .title {
	opacity: 0.4;
	position: relative;
}

.tabs .tabs-head .tab-head.inactive {
	display: none
}

.tabs .tabs-head .tab-head .title:after {
	content: '';
	width: 0;
	height: 2px;
	background-color: var(--1);
	position: absolute;
	bottom: -10px;
	left: 0;
	transition: 0.3s;
}

.tabs .tabs-head .tab-head.active .title,
.tabs .tabs-head .tab-head:hover .title{
	opacity: 1;
}

.tabs .tabs-head .tab-head:hover .title:after,
.tabs .tabs-head .tab-head.active .title:after {
	width: 100%;
}

.tabs .tabs-content .tab-content {
	display: none;
	font-weight: 500;
	padding-top: 60px;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.8;
}

.tabs .tabs-content .tab-content.active {
	display: flex;
}

.tabs .tabs-content .tab-content .tec-image {
	flex: 0 0 30%;
	padding-right: 30px;
}

.tabs .tabs-content .tab-content .tec-image img {
	width: 100%;
}

.tabs .tabs-content .tab-content > ul.videos {
	padding-left: 0;
	list-style: none;
	flex: 0 0 50%;
}

.tabs .tabs-content .tab-content .tec-table {
	flex: 0 0 40%;
}

.tec-table .table-title  {
	margin-bottom: 20px;
	display: block;
}

.tabs .tabs-content .tab-content ul.download {
	padding-left: 0;
	list-style: none;
	flex: 0 0 50%;
}

.tabs .tabs-content .tab-content ul.download li.variable-download:empty {
	display: none;
}

.tabs .tabs-content .tab-content ul.download li.variable-download:not(.active) {
	display: none;
}

.tabs .tabs-content .tab-content ul.download .text-muted {
	display: none;
}

.tabs .tabs-content .tab-content ul.download .card-body {
	padding: 15px;
}

.tabs .tabs-content .tab-content ul.download .media {
	align-items: center;
}

.tabs .tabs-content .tab-content ul.download .card-body h3 a {
	color: var(--2);
	font-weight: 500;
	font-size: 16px;
}

.tabs .tabs-content .tab-content ul.download .wpdm-download-link {
	background-color: var(--1);
	border: none;
	display: flex;
	max-height: 40px;
	font-size: 14px;
	box-shadow: none !important;
}

.wpforms-field.wpforms-field-checkbox a {
	text-decoration: underline !important;
	color: var(--1);
	font-size: 12px !important;
}

.wpforms-field.wpforms-field-checkbox ul li label {
	font-size: 12px !important;
}

@media(max-width:1439px) {
	div.product .mainproduct .product-images {
		width: 50%;
		flex: 0 0 50%;
	}
	
	div.product .mainproduct .product-info {
		width: 50%;
		flex: 0 0 50%;
		padding-left: 60px;
	}
	
	div.product .mainproduct .product-table {
		width: 33.33%;
		flex: 0 0 33.33%;
		margin-top: 60px;
	}
}

@media(max-width:1024px) {
	div.product .mainproduct .product-table {
		width: 50%;
		flex: 0 0 50%;
	}
	
	div.product .mainproduct th.label {
		width: 100%;
	}
	
	div.product .mainproduct .variations,
	div.product .mainproduct th,
	div.product .mainproduct td {
		display: inline-block;
		width: 100%;
	}
}

@media(max-width:767px) {
	div.product .mainproduct .product-images {
		width: 100%;
		flex: 0 0 100%;
	}
	
	div.product .mainproduct .product-info {
		width: 100%;
		flex: 0 0 100%;
		padding-left: 0;
	}
	
	div.product .mainproduct .product-info h1 {
		font-size: 24px;
	}
	
	div.product .mainproduct .product-table {
		width: 100%;
		flex: 0 0 100%;
		margin-top: 60px;
	}
	
	.tabs .tabs-content .tab-content .tec-image {
		flex: 0 0 100%;
		padding-right: 0px;
	}
	
	.tabs .tabs-content .tab-content .tec-table {
		flex: 0 0 100%;
	}
	
	.tabs-head {
		overflow-x: scroll;
		overflow-y: hidden !important;
		padding: 8px 0;
	}
	
	.tabs-head::-webkit-scrollbar {
		display: none;
	}
	
	.tabs .tabs-head .tab-head {
		flex: 0 0 auto;
		padding: 0 30px 6px 0;
		border-bottom: 2px solid #eaeaea;
	}
	
	.tabs .tabs-head:after {
		display: none;
	}
	
	.modal {
		width: 85%;
		padding: 0px !important;
	}
	
	.modal .close {
		z-index: 2;
	}
	
	.modal .content {
		padding: 20px !important;
		top: 0;
		position: absolute;
		z-index: 1;
	}
	
	div.wpforms-container-full .wpforms-form .wpforms-one-half,
	div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
	div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
		width: 100% !important;
		margin: 0 !important;
	}
}