.module-desc:after {
	content: '';
	display: block;
	clear: both;
}

.qc-center {
	text-align: center !important;
}

.gridlove-cat {
	margin-bottom: 20px;
}

.qc-table .loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.4);
	z-index: 2000;
	pointer-events: none;
	opacity: 0;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.qc-table.loading .loader {
	opacity: 1;
}

.qc-table .section-filter .reset {
	display: none;
	cursor: pointer;
	color:#000;
	margin-left: 10px;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 0.8em;
	text-align: left;
	background: none;
	border-style: none;
}

.qc-table .reset:after {
	content: "\f0e2";
	font-family: "FontAwesome";
	margin-left: 5px;
}

.qc-table.filtered .reset {
	display: block;
}

.qc-table-sidebar .qc-cell .btn {
	max-width: 200px;
	margin: 0 auto;
	display: inline-block;
	padding: 5px 10px;
}

.qc-header {
	cursor: default !important;
}

.qc-header .qc-row {
	background: #f2f2f2 !important;
}

.qc-header .qc-cell {
	color: #4D375E;
	font-weight: bold;
	font-style:italic;
	justify-content: center;
}

.qc-filters {
	background: #c5c5c5;
}

.qc-filters .label {
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.8em;
	margin: 0 10px;
}

.section-filter .qc-filters .filter {
	color: #2a2a2a;
	text-transform: capitalize;
	font-size: 0.8em;
	font-weight: 500;
	display: flex;
}

.qc-filters .filter:hover {
	text-decoration: none;
}

.section-filter .qc-filters .filter + .filter {
	margin-left: 0;
}

.section-filter .qc-filters .filter span {
	border: solid 2px #e4e4e4;
	background: #fff;
	border-radius: 0;
	margin-right: 10px;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	top:4px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.section-filter .qc-filters .filter.active span,
.section-filter .qc-filters .filter:hover span {
	border-color: #e4e4e4;
}

.qc-filters .filter span i {
	border: solid 2px #fff;
	background: #fff;
	border-radius: 50%;
	margin-right: 3px;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.section-filter .qc-filters .filter.active span i {
	background: #fff;
	width: 10px;
	height: 10px;
	top: 0px;
	left: 1px;	
}

.section-filter .qc-filters .filter.active span i:after {
	content: "\f00c";
	font-family: "FontAwesome";
	position: absolute;
	font-size: 14px;
	top: -9px;
	left: -4px;
	z-index: 1;
	color:#3f9adb;
}

.qc-container {
	border-bottom: solid 2px #c5c5c5;
}

.qc-row {
	display: flex;
	cursor: pointer;
	text-align: center;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.qc-container:nth-child(odd) {
	background: #f7f7f7;
}

.qc-container:last-child {
	border-bottom: none;
}

.qc-row:hover {
	background: #f9f9f9;
}

.qc-cell {
	flex: 1;
	display: flex;
	align-items: center;
	position: relative;
	border-left: dotted 1px #c5c5c5;
	padding: 5px;
}

.qc-cell-2 .center {
	text-align: center;
}

.qc-cell .center {
	flex: 1;
}

.qc-cell:first-child {
	border-left: none;
}

.rating-container i {
	color: #feca30;
}

.qc-cell .title {
	font-weight: bold;
	margin-bottom: 5px;
}

.qc-cell .logo {
	display: block;
	height: auto;
	margin: 0 auto 10px;
	width: 100%;
	max-width: 150px;
}

.qc-cell .pdf {
	display: block;
	color: #777;
	font-size: 0.8em;
	line-height: 1.2em;
}

.qc-table-dynamic .btn,
.qc-table-compare .btn,
.qc-cell .btn {
	display: block;
	background: #8334c2;
	color: #fff;
	padding: 5px 0;
	margin: 0 10px;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.qc-table-compare .btn:hover,
.qc-cell .btn:hover {
	background: #4D375E;
	text-decoration: none;
}

.qc-cell .info {
	color: #8334c2;
	font-weight: bold;
}

.qc-cell .more {
	font-size: 0.75em;
}

.qc-cell .move:hover {
	text-decoration: underline !important;
}

.qc-more-info {
	display: none;
	cursor: pointer;
	text-align: center;
	font-size: 0.75em;
	line-height: 1.2em;
	border-top: dotted 1px #c5c5c5;
	padding: 10px;
}

.qc-cell .gift {
	color: #fb7d8b;
	font-weight: bold;
	font-size: 0.85em;
	margin: 10px 0;
	line-height: 1.2em;
}

.qc-cell .sale {
	font-size: 0.8em;
	font-style: italic;
}


.qc-table-dynamic,.qc-table-dynamic .recensione,
.qc-table-compare .recensione,
.qc-cell .recensione {
	margin-top: 15px;
	border: solid 2px #4D375E;
	display: inline-block;
	background: #ffffff;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #4D375E;
	padding: 5px;
}

.qc-cell .recensione:hover {
	background: #F0F0F0;
	text-decoration: none;
}

.qc-cell .offert {
	font-size: 0.8em;
}

.qc-cell .content p {
	margin-bottom: 5px;
}

.qc-cell .list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.qc-cell .elenco,
.qc-cell .list li {
	font-size: 0.9em;
}

.qc-cell .ribbon {
	background: #4D375E;
	color: #fff;
	font-size: 0.8em;
	padding: 2px 5px;
	text-align: center;
	margin: -5px -5px 10px;
}

.qc-cell .hover-underline:hover {
	text-decoration: underline !important;
}

.qc-table-dynamic,
.qc-table-compare {
	max-width: 100%;
}

.qc-table-compare thead .qc-table-compare-row {
	background: #fff;
}

.qc-table-compare thead th {
	padding-top: 10px !important;
}

.qc-table-compare tfoot td {
	padding-bottom: 10px !important;
}

.qc-table-compare strong {
	font-weight: bolder;
}

.qc-table-compare-row th {
	border-right: dotted 1px #c5c5c5;
	border-bottom: dotted 1px #c5c5c5;
}

.qc-table-compare-row th:last-child {
	border-right: none;
}

.qc-table-compare-row:nth-child(odd) {
	background: #f7f7f7;
}

.qc-table-compare-td {
	font-size: 0.9em;
	max-width: 260px;
	white-space: normal;
	word-break: keep-all;
}

.qc-table-compare-td .logo {
	max-width: 150px;
}

.qc-table-compare-td p {
	word-break: keep-all;
	margin-bottom: 0;
	line-height: 1.2em !important;
}

.yes-no-img {
	height: 20px;
	width: 20px;
}

.qc-table-compare-mobile {
	text-align: center;
}

.qc-table-compare-mobile .qc-table-compare-product {
	padding: 15px;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 15px;
}

.qc-table-compare-mobile .title {
	font-weight: bold;
	font-size: 1.2em;
}

.qc-table-compare-field {
	padding: 5px;
}

.qc-table-compare-field label {
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

.qc-table-compare-table-row-mobile,
.qc-table-compare-mobile {
	display: none;
}

/* spinner */

.spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 30px auto 0;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff !important;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.dynamic-field {
	display: none;
}

.dynamic-field.active {
	max-width: 50%;
	display: table-cell;
}

.qc-table-dynamic {
	display: none;
}

.qc-dynamic-container .overflow-table {
	position: relative;
}

.qc-dynamic-container.loading .loader {
	display: block;
}

.qc-dynamic-container select {
	width: 100%;
}

.bg-colored {
	background: #4D375E;
}

.p-3 {
	padding: 1rem;
}

.filter-title {
	text-align: center;
	color: #fff;
	margin-bottom: .5rem;
}

.py-3 {
	padding: 1rem 0;
}

.qc-dynamic-container .loader {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.25);
	z-index: 2;
}

.select-container {
	background: #691ea5;
}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


@media screen and (min-width: 993px) {

	.qc-table {
		min-width: 100% !important;
	}

}

@media screen and (max-width: 1000px) {

	.qc-cell .logo {
		max-width: 300px;
	}

	.qc-table {
		font-size: 1.2em;
		border: none;
	}

	.qc-header {
		display: none !important;
	}

	.qc-row {
		border: solid 1px #c5c5c5;
		display: block;
		margin-bottom: 30px;
		padding: 20px 10px;

	}

	.qc-cell {
		border-left: none;
	}

	.qc-cell .btn {
		padding: 10px 0;
	}

	.qc-filters {
		padding-left: 10px;
	}

	.qc-filters .label {
		margin-left: 0;
		display: block;
		text-align: left;
	}

	.qc-filters .filter {
		display: block;
		text-align: left;
	}

	.qc-filters .filter + .filter {
		margin-left: 0;
	}

	.qc-table-compare-mobile {
		display: block;
	}

	.qc-table-compare-desktop {
		display: none;
	}

	.qc-table-compare-table-row-mobile {
		display: table-row;
	}

	.qc-table-compare-td {
		min-width: 140px;
	}

	.overflow-table {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.qc-table-dynamic .dynamic-content .td-half {
		width: 50%;
	}

}

/* -------- Custom css for single, comparative and sidebar table -------- */

/* Global
--------------------------------------------------- */
.qc-table {
	overflow:unset !important;
	border: 0 !important;
	margin-bottom: 0 !important;
	position: relative !important;
	background: #fff!important;
}
.new-table {
	margin-top: 30px;
	box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
}
.new-table .qc-container {
	border-bottom: 0 !important;
	padding: 3%;
	background: #fff !important;
}

/* delete border and background from columns */
.new-table .qc-row .qc-cell ul {
	border: 0 !important;
	background: none !important;
}
.new-table .qc-row .qc-cell ul li {
	border: 0 !important;
}
.new-table .qc-row:hover {
	background: none !important;
}
.new-table .qc-cell {
	border-left: 0 !important;
}
.new-table .qc-row {
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	border: 0 !important;
	padding: 10px 1px;
}
@media (min-width: 768px) {
	.new-table .qc-row {
		flex-direction: row;
	}
}

/* qc-cell-1
--------------------------------------------------- */
/* ribbon */
.rib {
	position: absolute;
	margin-left: -6px;
	margin-top: -2px;
}
@media (min-width: 667px) {
	.rib {
		margin-left: -3px;
	}
}
@media (min-width: 768px) {
	.rib {
		margin-left: -6px;
		margin-top: -14px;
	}
}
@media (min-width: 1024px) {
	.rib {
		margin-left: -15px;
		margin-top: -25px;
	}
}
@media (min-width: 1200px) {
	.rib {
		margin-left: -19px;
	}
}
.rib-content {
	background-color: #ffcb3f;
	clip-path: polygon(0% 0%,
			100% 0%,
			calc(100% - 11px) 50%,
			100% 100%,
			20% 100%,
			20% 140%,
			0% 140%);
	-webkit-clip-path: polygon(0% 0%,
			100% 0%,
			calc(100% - 11px) 50%,
			100% 100%,
			20% 100%,
			20% 140%,
			0% 140%);
	display: inline-block;
	position: relative;
	min-height: 23px;
	text-align: left;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: 500;
	color: #2a2a2a;
	margin-left: -25px;
	margin-bottom: 5px;
	padding: 5px 24px 5px 16px;
	font-size: 10px;
}
.rib-content:before {
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	bottom: -10px;
	width: 10px;
	height: 10px;
	border-right: 10px solid #c4c4c4;
	border-bottom: 10px solid transparent;
}
/* Fix ribbon position in the single posts page. The page container is not full width */
.single-post .rib-content {
	margin-left: -13px;
	margin-top: 15px;
}

/* rating */
.new-table .rating {
	margin-top: 6px;
	text-align:center;
}
.new-table .rating-header {
	font-size: 13px;
	color: #7c7c7c;
	display:none;
}
.new-table .rating-star {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAxNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPgogICAgICAgIDxwYXRoIGQ9Ik00LjE2MDMgMzUuNTEyNkMzLjgyMjU1IDM1LjY4NTggMy40MzkzIDM1LjM4MjIgMy41MDc1NSAzNC45OTQ2TDQuMjMzOCAzMC44NTU4TDEuMTUxMTcgMjcuOTE5M0MwLjg2MzI5OCAyNy42NDQ2IDEuMDEyOTIgMjcuMTQyMyAxLjM5ODggMjcuMDg4MUw1LjY4NDU1IDI2LjQ3OTFMNy41OTU1NSAyMi42OTI5QzcuNzY3OTIgMjIuMzUxNyA4LjIzNDMgMjIuMzUxNyA4LjQwNjY3IDIyLjY5MjlMMTAuMzE3NyAyNi40NzkxTDE0LjYwMzQgMjcuMDg4MUMxNC45ODkzIDI3LjE0MjMgMTUuMTM4OSAyNy42NDQ2IDE0Ljg1MTEgMjcuOTE5M0wxMS43Njg0IDMwLjg1NThMMTIuNDk0NyAzNC45OTQ2QzEyLjU2MjkgMzUuMzgyMiAxMi4xNzk3IDM1LjY4NTggMTEuODQxOSAzNS41MTI2TDcuOTk5OCAzMy41Mzg2TDQuMTU5NDIgMzUuNTEyNkg0LjE2MDNaIiBmaWxsPSIjRjZBMzMwIi8+CiAgICA8L2c+CiAgICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDEpIj4KICAgICAgICA8cGF0aCBkPSJNNC4xNjAzIDEzLjUxMjZDMy44MjI1NSAxMy42ODU4IDMuNDM5MyAxMy4zODIyIDMuNTA3NTUgMTIuOTk0Nkw0LjIzMzggOC44NTU4MkwxLjE1MTE3IDUuOTE5MzJDMC44NjMyOTggNS42NDQ1NyAxLjAxMjkyIDUuMTQyMzIgMS4zOTg4IDUuMDg4MDdMNS42ODQ1NSA0LjQ3OTA3TDcuNTk1NTUgMC42OTI5NDlDNy43Njc5MiAwLjM1MTY5OSA4LjIzNDMgMC4zNTE2OTkgOC40MDY2NyAwLjY5Mjk0OUwxMC4zMTc3IDQuNDc5MDdMMTQuNjAzNCA1LjA4ODA3QzE0Ljk4OTMgNS4xNDIzMiAxNS4xMzg5IDUuNjQ0NTcgMTQuODUxMSA1LjkxOTMyTDExLjc2ODQgOC44NTU4MkwxMi40OTQ3IDEyLjk5NDZDMTIuNTYyOSAxMy4zODIyIDEyLjE3OTcgMTMuNjg1OCAxMS44NDE5IDEzLjUxMjZMNy45OTk4IDExLjUzODZMNC4xNTk0MiAxMy41MTI2SDQuMTYwM1oiIGZpbGw9IiNDN0M3QzciLz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxjbGlwUGF0aCBpZD0iY2xpcDAiPgogICAgICAgICAgICA8cmVjdCB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDIyKSIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJjbGlwMSI+CiAgICAgICAgICAgIDxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEpIi8+CiAgICAgICAgPC9jbGlwUGF0aD4KICAgIDwvZGVmcz4KPC9zdmc+) repeat-x;
	width: 80px;
	display: inline-block;
}
.new-table .rating-star span {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAxNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPgogICAgICAgIDxwYXRoIGQ9Ik00LjE2MDMgMzUuNTEyNkMzLjgyMjU1IDM1LjY4NTggMy40MzkzIDM1LjM4MjIgMy41MDc1NSAzNC45OTQ2TDQuMjMzOCAzMC44NTU4TDEuMTUxMTcgMjcuOTE5M0MwLjg2MzI5OCAyNy42NDQ2IDEuMDEyOTIgMjcuMTQyMyAxLjM5ODggMjcuMDg4MUw1LjY4NDU1IDI2LjQ3OTFMNy41OTU1NSAyMi42OTI5QzcuNzY3OTIgMjIuMzUxNyA4LjIzNDMgMjIuMzUxNyA4LjQwNjY3IDIyLjY5MjlMMTAuMzE3NyAyNi40NzkxTDE0LjYwMzQgMjcuMDg4MUMxNC45ODkzIDI3LjE0MjMgMTUuMTM4OSAyNy42NDQ2IDE0Ljg1MTEgMjcuOTE5M0wxMS43Njg0IDMwLjg1NThMMTIuNDk0NyAzNC45OTQ2QzEyLjU2MjkgMzUuMzgyMiAxMi4xNzk3IDM1LjY4NTggMTEuODQxOSAzNS41MTI2TDcuOTk5OCAzMy41Mzg2TDQuMTU5NDIgMzUuNTEyNkg0LjE2MDNaIiBmaWxsPSIjRjZBMzMwIi8+CiAgICA8L2c+CiAgICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDEpIj4KICAgICAgICA8cGF0aCBkPSJNNC4xNjAzIDEzLjUxMjZDMy44MjI1NSAxMy42ODU4IDMuNDM5MyAxMy4zODIyIDMuNTA3NTUgMTIuOTk0Nkw0LjIzMzggOC44NTU4MkwxLjE1MTE3IDUuOTE5MzJDMC44NjMyOTggNS42NDQ1NyAxLjAxMjkyIDUuMTQyMzIgMS4zOTg4IDUuMDg4MDdMNS42ODQ1NSA0LjQ3OTA3TDcuNTk1NTUgMC42OTI5NDlDNy43Njc5MiAwLjM1MTY5OSA4LjIzNDMgMC4zNTE2OTkgOC40MDY2NyAwLjY5Mjk0OUwxMC4zMTc3IDQuNDc5MDdMMTQuNjAzNCA1LjA4ODA3QzE0Ljk4OTMgNS4xNDIzMiAxNS4xMzg5IDUuNjQ0NTcgMTQuODUxMSA1LjkxOTMyTDExLjc2ODQgOC44NTU4MkwxMi40OTQ3IDEyLjk5NDZDMTIuNTYyOSAxMy4zODIyIDEyLjE3OTcgMTMuNjg1OCAxMS44NDE5IDEzLjUxMjZMNy45OTk4IDExLjUzODZMNC4xNTk0MiAxMy41MTI2SDQuMTYwM1oiIGZpbGw9IiNDN0M3QzciLz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxjbGlwUGF0aCBpZD0iY2xpcDAiPgogICAgICAgICAgICA8cmVjdCB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDIyKSIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJjbGlwMSI+CiAgICAgICAgICAgIDxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEpIi8+CiAgICAgICAgPC9jbGlwUGF0aD4KICAgIDwvZGVmcz4KPC9zdmc+) repeat-x;
	background-position: 0 114%;
	height: 17px;
	display: block;
}

.new-table a.pdf {
	text-align:center;
	font-size:13px;
}

/* add icon to download link and remove text decoration */
.new-table a.pdf.hover-underline:before {
	content: "\f019";
	font-family: "FontAwesome";
	margin-right: 8px;
}
.new-table .qc-cell-1 .hover-underline:hover {
	text-decoration: none !important;
}

/* align frist column to left */
.new-table .qc-cell-1 .title {
	margin-bottom: 12px;
	margin-top: 30px;
	font-size: 14px;
	color: #000;
	text-align: center;
}
.new-table .qc-cell-1 {
	text-align: left;
}
.new-table .qc-cell-1 .logo {
	max-width: 100px;
}
@media (min-width: 1000px) {
	.new-table .rating {
		margin-top: 25px;
		text-align: left;
	}
	.new-table .rating-header {
		display: block;
	}
	.new-table a.pdf {
		text-align: left;
	}
	.new-table .qc-cell-1 .title {
		margin-top: 15px;
		margin-bottom: 0;
		text-align: left;
	}
	.new-table .qc-cell-1 .logo {
		margin: 10px 0 !important;
	}
}

/* qc-cell-2
--------------------------------------------------- */
.new-table .qc-cell-2 .list li div:first-child {
	color: #7c7c7c;
	font-size: 15px;
	margin-right: 5px;
}
.new-table .qc-cell-2 .list {
	padding: 0 !important;
}
.new-table .qc-row .qc-cell-2 .list li {
	display: flex;
	flex-direction: row;
	line-height: 1.2;
}
.new-table .qc-cell.qc-cell-2,
.new-table .qc-cell.qc-cell-3 {
	align-items: start;
}
@media (min-width: 1000px) {
	.new-table .qc-row .qc-cell-2 .list li {
		flex-direction: column;
		margin-bottom:10px;
	}
	.new-table .qc-cell.qc-cell-2,
	.new-table .qc-cell.qc-cell-3 {
		margin-top: 28px;
	}
}

/* qc-cell-3
--------------------------------------------------- */
.new-table .qc-cell-3 p {
	text-align: left;
	margin: 0;
	font-size: 15px;
	color: #7c7c7c;
}
.new-table .qc-cell-3 .fa-check {
	color: #3f9adb;
}
.new-table .qc-cell-3 .fa-gift {
	color: #3f9adb;
}
.new-table .qc-cell.qc-cell-3 .list {
	padding: 0 !important;
}
.new-table .qc-cell-3 .list li {
	display: flex;
	line-height: 1.2;
}
.new-table .qc-cell-3 .list li i {
	margin-right: 4px;
	margin-top: 3px;
}

/* qc-cell-4
--------------------------------------------------- */
.new-table .expense{
	text-align: left;
	display: flex;
	flex-direction: row;
	margin-bottom: -15px;
}
.new-table .expense p {
	margin-bottom: 15px;
	margin-left:0;
	font-size: 14px;
	color: #000;
}
.new-table .expense p:first-child{
	margin-top: 4px;
}
.new-table .expense p:first-child, 
.new-table .disclaimer {
	color: #7c7c7c;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: -2px;
}
.new-table .disclaimer {
	text-align: left;
	width: 100%;
	margin-left: 0;
}
.new-table .qc-cell-4 .center a {
	margin-bottom: 15px;
	width: 100%;
}
.new-table .qc-cell-4 .sale {
	text-align:left;
	font-style: normal;
	color: #7c7c7c;
	font-size: 13px;
	margin-bottom: 10px;
	margin-left: 0;
}
.new-table .buttons{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.new-table .cta-btn {
	display: block;
	background: #3f9adb;
	border: 1px solid #3f9adb;
	border-radius: 3px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 0;
	margin: 0 10px;
}
.new-table .cta-btn:hover {
	color: #fff;
	opacity: 0.9;
}
.new-table .recensione-btn {
	margin-top: 15px;
	border: solid 1px #000;
	border-radius: 3px;
	display: block;
	background: #fff;
	font-size: 14px;
	text-transform: capitalize;
	color: #000;
	padding: 5px;
	padding: 5px 0;
	margin: 0;
}
.new-table .recensione-btn:hover {
	color: #000;
	opacity: 0.9;
}
@media (min-width: 768px) {
	.new-table .expense {
		text-align: center;
		flex-direction: column;
	}
	.new-table .expense p {
		margin-left: 15px;
	}
	.new-table .disclaimer, .new-table .qc-cell-4 .sale {
		margin-left: 10px;
	}
	.new-table .buttons {
		flex-direction: column;
	}
	.new-table .recensione-btn {
		margin: 0 10px;
	}
}
@media (min-width: 1000px) {
	.new-table .qc-cell-4 .center a {
		min-width: 100px;
	}
	.new-table .expense p {
		font-size: 20px;
	}
}

/* Icons Section
--------------------------------------------------- */
.new-table .icons {
	display: flex;
	flex-direction: column;
	margin-left: 7px;
	margin-top: -10px;
}
.new-table .icons-box {
	margin-bottom: 20px;
}
.new-table .icons-box p {
	margin: 0;
	color: #7c7c7c;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
}
.new-table .icons-list {
	text-align: left;
}
.new-table .icons-list i {
	margin-right: 5px;
	color: #2a2a2a;
	font-size: 12px;
}
@media (min-width: 768px) {
	.new-table .icons {
		flex-direction: row;
	}
	.new-table .icons-box {
		width: 30%;
		margin: 0;
	}
	.new-table .icons-box p,
	.new-table .icons-list {
		margin: 0;
	}
}

/* icons tooltip */
.new-table .tooltip {
	position: relative;
}
.new-table .tooltip .tooltiptext {
	visibility: hidden;
	width: 55px;
	font-size:12px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1111;
	bottom: 125%;
	left: 50%;
	margin-left: -30px;
	opacity: 1;
	transition: opacity 0.3s;
}
.new-table .tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.new-table .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

/* Expand Section
--------------------------------------------------- */
/* expand button */
.btn-expand {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 0 !important;
	border-radius: 100px !important;
	font-size: 12px !important;
	padding: 4px 20px !important;
	background: white;
}
.btn-expand:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 14px;
	margin-left: 5px;
	vertical-align: middle;
}
.btn-expand.is-open:after {
	content: "\f106";
}
.btn-expand.is-open {
	transform: translate(-50%, -208%);
}

/* expand content */
.section-expand {
	max-height: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	overflow: hidden;
	transition: max-height 0.8s ease-in-out;
	display: flex;
	flex-direction: column;
}
.section-expand .list {
	margin-bottom: 0;
	font-size:13px;
}
.section-expand ul {
	border: 0 !important;
	background: none !important;
	padding: 16px !important;
	margin-top: -11px;
}

.section-expand ul li {
	border-bottom-style: solid !important;
	border-color: #cccccc !important;
	list-style-type: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
	max-width: 500px;
}
.section-expand-left p,
.section-expand-right p {
	text-align: left;
	margin: 0 0 0 16px;
	font-size: 13px;
	color: #7c7c7c;
}
@media (min-width: 1024px) {
	.section-expand {
		flex-direction: row;
	}
	.section-expand ul {
		padding: 10px 10px 10px 35px !important;
	}
	.section-expand-left p,
	.section-expand-right p {
		margin: 0 0 0 35px;
	}
}

/* Filter Section
--------------------------------------------------- */
.btn-filter{
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #2a2a2a;
	min-width: 120px;
}
.btn-filter:after {
	content: "\f1de";
	font-family: "FontAwesome";
	font-size: 14px;
	margin-left: 10px;
}
.btn-filter.is-open:after {
	content: "\f00d";
}
.section-filter {
	max-height: 0;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
}
.filter-container{
	display: flex;
}
.filter-container .tooltip {
	position: relative;
}
.filter-container .tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	font-size:12px;
	height: auto;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px;
	position: absolute;
	z-index: 1111;
	left: -14px;
	bottom: 26px;
	margin-left: -35px;
	opacity: 1;
	transition: opacity 0.3s;
}
.filter-container .tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.filter-container .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
/* filter icon info */
.filter-container .filter-icon-info svg{
	margin-top: 5px;
	margin-left: 3px;
}

/* On mobile show the cta buttons above expand section and hide qc-cell-4 buttons. On desktop hide the cta buttons above expand section and show qc-cell-4 buttons. */
.new-table .sale.desktop,
.new-table .buttons.desktop,
.new-table .disclaimer.desktop {
	display: none;
}
.new-table.qc-container.mobile {
	display: block;
	margin-top: -60px;
    box-shadow: unset;
}
@media (min-width: 768px) {
	.new-table .sale.desktop,
	.new-table .buttons.desktop,
	.new-table .disclaimer.desktop {
		display: block;
	}
	.new-table.qc-container.mobile {
		display: none;
	}
}

/* Sidebar table
--------------------------------------------------- */
.new-table .btn-table-sidebar .recensione-btn {
	margin: 10px 10px;
}
@media (min-width: 768px) {
	.new-table .btn-table-sidebar {
		width: 50%;
		margin: 0 auto;
	}
	footer .new-table .btn-table-sidebar {
		width: 100%;
	}
}

/* Comparative table
--------------------------------------------------- */
.cta-comparative {
	max-width: 150px;
	margin: 10px auto;
}
.product-name-comparative div {
	height: 70px;
}
.logo-wrapper {
	min-height: 70px;
}
picture.logo img {
	max-width: 90px;
}
.logo-wrapper .logo {
	max-width: 60px !important;
}
.btn-close {
	position: absolute;
	top: 0;
	right: 0;
}
.btn-close button {
	border: 0;
	margin-bottom: 5px;
}
.btn-close button::after {
	content: "\f00d";
	font-family: "FontAwesome";
	font-size: 14px;
}
.qc-table-compare-row .qc-table-compare-td {
	max-width: 60px !important;
}
.qc-table-compare-row select{
	width:100%;
	padding:10px;
}

/* add sticky effect to table header */
.qc-table-compare thead th {
	background: white;
	position: sticky !important;
	position: -webkit-sticky !important;
	top: 0;
	z-index: 10;
}
/* add sticky effect to first column only on mobile and remove border right */
.qc-table-compare-row.qc-table-compare-table-row-mobile td {
	position: sticky;
	text-align: center;
	left: 8px;
	border-right: 0;
	font-size:15px;
}

.qc-table-compare-row.qc-table-compare-table-row-mobile td:last-child {
	border-right: 1px solid;
	border-color: rgba(94, 94, 94, 0.1);
}

.qc-table-compare thead{
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: rgba(94, 94, 94, 0.1);
	position:absolute;
	z-index:5;
	background-color: white;
	height: 60px;
	box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
} 

.qc-table-compare-row{
	border-left: 1px solid;
	border-color: rgba(94, 94, 94, 0.1);
}

.qc-table-compare td{
	padding: 10px 0px!important;
}

@media (min-width: 768px) {
	.qc-table-compare thead {
		position:relative;
	}
	.overflow-table .qc-table {
		overflow: hidden !important;
	}
	.cta-comparative .btn {
		margin: 0 !important;
	}
}


