/* ===== full specs ===== */

.single .product.full-specs h2 small {
	display: block;
}

.product.full-specs .spec-row {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
	padding: 10px 10px 20px 10px;
}

.single .product.full-specs .spec-row:not(.main):before {
	content: "";
	position: absolute;
	display: block;
	width: 160%;
	height: 2px;
	top: 0;
	left: -30%;
	background-color: rgba(0,156,193,0.2);
}

.single .product.full-specs .thumbnail {
	display: flex;
	justify-content: space-between;
	max-width: 500px;
	margin: 0 auto 1em auto;
	padding: 0;
}

.single .product.full-specs .thumbnail .spec_stamps {
	display: flex;
}

.single .product.full-specs .thumbnail .spec_stamps div {
	width: 100px;
}

.product.full-specs .spec-row > h4 {
	position: absolute;
	width: 160px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: right;
	color: rgba(0,156,193,1);
}

.single .product.full-specs .spec-row > h4 {
	left: -180px;
}

.product.full-specs .spec-row:not(.main) p {
	margin-bottom: 0;
	padding: 2px 4px;
	font-size: 1em;
	line-height: 0.9em;
	border: 1px solid transparent;
	border-radius: 3px;
}

.product.full-specs .spec-row .hide {
	display: none;
}

.product.full-specs .spec-row p.small {
	font-size: 0.8em;
}

.product.full-specs .spec-row p em.not-available {
	opacity: 0.5;
}

.product.full-specs .spec-row > ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.product.full-specs .spec-row > ul > li {
	margin: 2px;
	padding: 4px 4px 2px 4px;
	font-size: 0.8em;
	line-height: 1em;
	list-style: none;
	border-radius: 2px;
	border: 1px solid rgba(26,43,51,0.1);
	background-color: rgba(255,255,255,0.7);
}

.product.full-specs .spec-row > ul > li.not-available {
	color: rgba(26,43,51,0.3);
	background-color: rgba(26,43,51,0.08);
	border: 1px solid rgba(26,43,51,0.04);
}

.product.full-specs .spec-row hr {
	width: 80%;
	margin: 10px 0;
	border: 0;
	border-top: 1px solid rgba(26,43,51,0.1);
	background: transparent; /* remove in qnc */
}

.product.full-specs .spec-row i.tooltip-container {
	font-size: 0.75em;
	color: rgba(0,156,193,0.5);
}

.product.full-specs .spec-row .tooltip-container .tooltip-text ul {
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 991.98px) {
	
	.product.full-specs .spec-row {
		padding: 12px 12px 24px 12px;
	}

	.single .product.full-specs .spec-row:not(.main):before {
		width: 100%;
		left: 0;
	}

	.single .product.full-specs .thumbnail {
		flex-direction: column;
		justify-content: center;
	}

	.single .product.full-specs .thumbnail div img {
		display: block;
		max-width: 200px;
		margin: 0 auto;
	}

	.single .product.full-specs .thumbnail .spec_stamps {
		justify-content: center;
	}

	.product.full-specs .spec-row > h4 {
		position: relative;
		width: 100%;
		margin: 0 0 8px 0;
		left: auto !important;
		font-size: 12px;
		text-align: left;
	}

	.product.full-specs .spec-row > h4 br {
		display: none;
	}

	.product.full-specs .spec-row p {
		font-size: 0.8em;
	}

}