.mod-jfilters_selections {
	margin-bottom: 0px;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext {
	top: 50% !important;
	transform: translateY(-50%) !important;
}


.com_jfilters .component-container, .ajaxresults .component-container {
    position: relative;
}


#search-sorting {
    position: absolute;
    top: 30px;
    right: 60px;
}




#sorting_label {
	text-align: right !important;
	display: block;

	@media (max-width: 550px) {
		text-align: center !important;
	}
}



.mod-jfilters_selections {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0px 300px 0 0;


	@media (max-width: 550px) {
		margin: 0px;
	}





	.active-filters {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
		margin: 0px;

		@media (max-width: 1279px) {
			gap: 5px;
			margin-top: 0.5rem;
		}


		@media (max-width: 550px) {
			justify-content: center;

		}
	}




	&>span.title {
		font-size: 1.1rem;
		font-weight: 600;
		text-align: start;
		cursor: pointer;
		background: 0 0;
		outline: 0;
		padding: .25rem;
		margin: 0;
		display: inline-block;
		border: none;
		width: 100%;

		@media (max-width: 550px) {
			margin: 0px auto;
			display: block;
			max-width: max-content;
		}
	}


	a.jfilters-selection {
		background-color: #e0e0e0;
		color: #000;
		margin: 0;
		line-height: 1.2;
		font-size: 0.9rem;
		padding: 0.3rem .6rem;

		&:after{
			margin-inline-start: 0.2rem;
		}

		@media (max-width: 1279px) {
			font-size: 0.6rem;
			line-height: 1;
			display: flex;
			align-items: center;
			gap: 5px;
			padding: 5px 10px;

			&:after {
				content: "x";
				padding: 0px 0px 0px 5px;
				margin: 0px;
				font-size: 0.8rem;
				line-height: 1;
			}
		}

		&:after {
			border-color: rgba(0, 0, 0, 0.2);
		}


		&:hover,
		&:focus-within {
			background-color: var(--primary-color);
			color: #fff;
		}
	}
}


.view-category {
	.mod-jfilters_selections {
		display: none;
	}
}


.ajaxresults.view-category {
	.mod-jfilters_selections {
		display: flex !important;
	}
}


.mod-jfilters_selections {
	display: flex;
	flex-wrap: wrap;
	gap: 0;

	@media (max-width: 550px) {
		gap: 5px;
	}

	a.jfilters-selection {
		background-color: var(--primary-color);
		color: #fff;
		margin: 0;

		@media (max-width: 550px) {
			font-size: 0.6rem;
			line-height: 1;
			display: flex;
			align-items: center;
			gap: 5px;
			padding: 5px 10px;

			&:after {
				content: "×";
				padding: 0px 0px 0px 5px;
				margin: 0px;
				font-size: 0.8rem;
				line-height: 1;
			}
		}

		&:after {
			border-color: rgba(0, 0, 0, 0.2);
		}


		&:hover,
		&:focus-within {
			background-color: var(--secondary-color);
		}
	}
}


.view-category {
	.mod-jfilters_selections {
		display: none;
	}
}


.ajaxresults.view-category {
	.mod-jfilters_selections {
		display: flex !important;
	}
}



.top-category {
	width: 100%;
	margin-bottom: 0px;
	isolation: isolate;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 60px;

	@media (max-width:979px) {
		padding: 0px;
		align-items: center;
		gap: 0;
	}

	@media (max-width:979px) {
		flex-direction: column;
		padding: 6rem 2rem;
	}


	&:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: var(--primary-color);
		opacity: 0.8;
		z-index: -2;
		mix-blend-mode: multiply;
	}

	.page-header {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0;
		flex: 0 0 420px;
		gap: 15px;
		color: #fff;

		@media (max-width:979px) {
			flex: 1 1 auto;
			align-items: center;
		}

		& h1 {
			font-size: 3.6rem;
			line-height: 1;
			font-weight: 900;
			margin: 0 0 10px;
			letter-spacing: -0.5px;
			display: flex;
			flex-direction: column;
			gap: 0.4rem;
			line-height: 0.9;

			@media (max-width:979px) {
				font-size: 2rem;
				background-color: var(--secondary-color);
				line-height: 1.2;
				text-align: center;
				margin-bottom: 0;
				position: relative;
				z-index: 10;
				padding: 0 1rem;

			}

			& span {
				font-size: 1.2rem;
				text-transform: uppercase;

				@media (max-width: 550px) {
					font-size: 1rem;
				}

			}

		}

		@media (max-width:979px) {

			& a.mainBtn {
				display: none;
			}
		}

	}

	&>img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -3;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;

		@media (max-width:979px) {
/* 			position: relative; */
		}
	}


	.category-desc {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 40px;
		background-color: #fff;
		flex: 0 0 360px;

		@media (max-width:979px) {
			flex: 1 1 auto;
			align-items: flex-start;
			padding: 0;
			max-width: 400px;
			margin: 0 auto;
							position: relative;
				z-index: 10;
				background-color: transparent;
				text-align: center;
		}

		& h2 {
			color: var(--primary-color);
			font-size: 0.9rem;
			line-height: 1.3;
			font-weight: 700;
			margin: 0;
			text-wrap: balance;
			font-family: var(--body-font-family);

			@media (max-width:979px) {
				color: #fff;

				& br {
					display: none;
				}
			}
		}

		& p {
			font-style: italic;
			font-size: 0.9rem;
			line-height: 1.3;
			color: #666;
			margin: 5px 0 0;
			text-wrap: balance;

			@media (max-width:979px) {
				color: #fff;
				display: none;
			}

		}
	}
}




.carPageArticle .top-category .category-desc {
	display: none;
}

.carPageArticle .top-category .page-header {
	text-align: center;
	align-items: center;
	margin: 0 auto;
}

.carPageArticle .top-category .page-header a.mainBtn {
	display: none;
}

.carPageArticle .top-category .page-header h1 {
	margin: 0;
}






#search-result-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 30px;
	align-items: flex-start;
	padding-top: 6rem;
	padding-bottom: 6rem;


	@media (max-width: 979px) {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}


	@media (max-width: 767px) {

		padding-top: 3rem;
		padding-bottom: 3rem;
	}

}


#search-result-list + .com-finder__navigation.search-pagination{
	padding-bottom: 6rem;
}




.result__item {
	margin: 0px !important;
	padding: 0px !important;
	background-color: #fff;
	border-radius: 30px;
	border: 1px solid #efefef !important;
	position: relative;
	padding-bottom: 0px !important;
	overflow: hidden !important;
	height: 100%;
	display: flex;
	flex-direction: column;

	@media (max-width: 979px) {
		width: 320px;
	}

	& ul.buttons-ul {
		margin: auto 0 0 0;
		padding: 0;

		& li {
			list-style-type: none;
		}
	}


	& a.mainBtn {
		display: block;
		width: 100%;
		text-align: center;
		padding: 12px 16px;
		max-width: none;
		border-radius: 0px;

		&:after {
			display: none;
		}

	}

	& figure {
		height: 230px;
		width: 100%;
		overflow: hidden;

		& a{
			height: 100%;
			line-height: 0;
			display: block;
		}

		& img {
			width: 100%;
			height: 100%;
			object-fit: contain;
			object-position: center;
			transition: all .2s ease-in-out;
		}

		&:hover {
			& img {
				transform: scale(1.1);

			}
		}
	}

}


a.carimage-link{width: 100%;min-height: 150px; overflow: hidden; display: flex; justify-content: center; align-items: center; background-color: var(--grey-500); color: #fff;}
a.carimage-link figure{margin: 0; padding: 0; height: auto; min-height: none;}
a.carimage-link img{width: 100%;transition: all .2s ease-in-out;}
a.carimage-link:hover img{transform: scale(1.1);transition: all .2s ease-in-out;}

.result__item:has(.venduto.statoveicolovendita-cf) {
    order: 1;
    pointer-events: none;
    opacity: 0.5;
}

p.result__title {
	display: none;
}


.com-finder__empty{
	margin-top: 4rem;
	margin-bottom: 3rem;
}



.condizioneveicolo-cf {
  display: flex;
  flex-direction: column;
  padding: 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 75px;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 700;
  border-radius: 0 0 10px 0;
  font-size: .8rem;
  line-height: 1.2;
  margin: 0
}

.condizioneveicolo-cf:before {
  font-family: FontAwesome;
  content: '\f005';
  margin-bottom: 2px;
  font-size: 1.2rem
}



.statoveicolovendita-cf {
  display: flex;
  padding: 5px 15px 5px 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: var(--secondary-color);
  color: #fff;
  font-weight: 700;
  border-radius: 0 0 10px 0;
  font-size: .8rem;
  line-height: 1.2;
  margin: 0
}

.statoveicolovendita-cf.venduto{
  background-color: #7a1313;
}


.statoveicolovendita-cf.prontaconsegna{
  background-color: #099db1;
}

.statoveicolovendita-cf.km0{
  background-color: #1a671a;
}

.statoveicolovendita-cf.usato{
  background-color: #555555;
}
.statoveicolovendita-cf.aziendale{
  background-color: #364b85;
}

.statoveicolovendita-cf.prenotata{
  background-color: #000;
}

.statoveicolovendita-cf.occasione{
  background-color: #5a8f02;
}


.statoveicolovendita-cf:before {
  font-family: FontAwesome;
  content: '\f005';
  margin-right: 5px;
  font-size: 1rem
}


.statoveicolo-cf {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  display: block;
  max-width: max-content;
  padding: 2px 20px 2px 10px;
  background-color: #fff;
  margin: 0 0 10px auto;
  font-size: .8rem;
  font-weight: 700;
  border-radius: 0 0 0 8px;
  background-color: var(--primary-color);
  color: #fff
}

.car-details-container .statoveicolo-cf {
  padding: 2px 15px 2px 15px
}



.top-sku-catname{
	margin: -10px 0 10px auto;
	position: relative;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.top-sku-catname > a{
		display: block;
	max-width: max-content;
	padding: 2px 15px;
	font-size: 0.7rem;
	line-height: 1.2;
	font-weight: 700;
	border-radius: 00px 20px 20px 0px;
	background-color: var(--primary-color);
	color: #fff;

	&:hover,
	&:focus-within{
		background-color: var(--secondary-color);
	}
}


.codiceveicolo-cf {

	display: block;
	max-width: max-content;
	padding: 2px 15px;
	background-color: #fff;

	line-height: 1.2;
	font-size: 0.7rem;
	font-weight: 700;
	border-radius: 20px 0px 0px 20px;
	background-color: var(--secondary-color);
	color: #fff;
}









.view-article .nlt-shortcuts {
	@media (max-width: 979px) {
		margin-top: 5px !important;
	}
}


.top-content-main{
display: flex;
flex-direction: column;

	@media (max-width:979px) {
		padding: 0;
	}

}




.nlt-shortcuts {
	display: grid;
	background-color: #fff;
	grid-template-columns: repeat(3, 1fr);
	padding: 5px 0;
	gap: 5px;
	order: 1;
	position: relative;
	z-index: 1000;


	@media (max-width: 979px) {
		margin: 2rem 0 0;
		padding: 0;

	}

	& a {
		display: flex;
		padding: 1rem 2rem;
		font-size: 0.9rem;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 4px;
		width: 100%;
		text-align: center;
		height: 100%;
		justify-content: center;
		align-items: center;


		@media (max-width: 979px) {
			font-size: 0.9rem;
			letter-spacing: 0;
			line-height: 1;
			font-weight: 700;
		}

		@media (max-width: 767px) {
			font-size: 0.75rem;
			padding: 0.5rem 0.25rem;
			letter-spacing: -0.7px;
			line-height: 1;
			font-weight: 700;
		}

		&:hover,
		&:focus-within {
			background-color: #999;
			color: #fff;
		}

	}


	& li {
		text-align: center;
		border-bottom: none;
		background-color: #efefef;
		display: flex;
		justify-content: center;
		align-items: center;

		&.current {

			/* order: -1; */
			& a {
				background-color: var(--primary-color);
				color: #fff;
			}
		}

		&:nth-of-type(1) {
			border-right: none;
		}


		&:nth-of-type(3) {
			border-left: none;
		}

	}



}






.top-info {
	margin: 15px auto;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	width: 100%;

	& .left {
		overflow: hidden;
		/* 	max-width: 180px; */

		.codice-veicolo {
			font-size: 0.8rem;
			display: none;
		}


		& h3 {
			font-size: 0.9rem;
			font-weight: 800;
			min-height: 52px;
			      font-family: var(--body-font-family);
      font-weight: 600;

			& a {
				display: block;
			}

			.produttorestringa-cf {
				font-size: 0.8rem;
				letter-spacing: 0;
				line-height: 1;
			}

			.modelname-cf {
				font-size: 1.1rem;
				letter-spacing: -1px;
				margin-left: 0;
				display: block;
				clear: both;
				line-height: 1;
			}

			.versione-cf {
				color: #999;
				font-style: italic;
				display: block;
				clear: both;
				letter-spacing: -0.2px;
				font-size: 0.8rem;
				line-height: 1;
				font-weight: 600;
				margin-top: 5px;
				width: 100%;
				text-overflow: ellipsis;
				overflow: hidden;
				white-space: nowrap;
			}
		}
	}

	& ul.right {
		font-size: 0.8rem;
		display: flex;
		flex-direction: column;
		gap: 5px;


		& li {
			position: relative;
			display: flex;
			gap: 5px;
			align-items: center;

		}

		& li:before {
			content: '';
			display: inline-block;
			width: 20px;
			height: 20px;
			background-size: 20px auto;
			background-position: center center;
			background-repeat: no-repeat;
		}

		& li.alimentazione-cf:before {
			background-image: url(../../../../../images/template/icons/fuel.svg);
		}

		& li.trasmissione-cf:before {
			background-image: url(../../../../../images/template/icons/trasmission.svg);
		}

		& li.immatricolazione-cf:before {
			background-image: url(../../../../../images/template/icons/calendar.svg);
		}

		& li.immatricolazione-cf {
			& b {
				display: none;
			}

			& span span:nth-of-type(1) {
				display: none;
			}
		}


		& span.title {
			display: none;
		}
	}
}








#configuratore {


	.prezzoveicolosostitutivo-cf{
			background-color: var(--grey-300);
			color: var(--primary-color);
			display: flex;
			padding:0.25rem 0.5rem;
			width: 100%;
			margin-top: 5px;
			align-items: center;
			justify-content: space-between;
			border-radius: 15px;
			font-size: 0.8rem;
			font-weight: 500;
			overflow: hidden;

			& small{
				font-size: 0.7rem;
			}

			& div.options{
				display: flex;
				gap: 0;

				& input{
					display: none;
				}

				& div.field{
					height: 100%;
					width: 40px;
					padding:  0.25rem 0;
					text-align: center;
					display: flex;
					font-weight: 700;

					& label{
						height: 100%;
						width: 100%;
						
					cursor: pointer;
					}
				}

				& div.field:has(input[type='radio']:checked){
					color: #fff;
					background-color: var(--secondary-color);
					border-radius: 9999px;
				}
			}
	}


	.top {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 5px;

		.field {
			background-color: var(--grey-300);
			color: var(--primary-color);
			display: flex;
			font-size: 0.8rem;
			padding: 0.5rem 0.5rem;
			border-radius: 15px;
			font-weight: 500;

			& label {
				flex: 0 0 90px
			}

			& select {
				flex: 1 1 auto;
				background-color: transparent;
				border: none;
				text-align: right;
				padding-right: 10px;
				font-weight: 700;
			}

				& option{
					border: none;
					padding: 0.5rem;
				}

		}
	}




	.switch-wrapper {
		position: relative;
		display: block;
		width: 100%;
		background: #ccc;
		border-radius: 999px;
		overflow: hidden;
		font-family: sans-serif;
		font-size: 1rem;
	}

	.switch-wrapper input[type="radio"] {
		display: none;
	}

	.switch-labels {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 2;
		height: 100%;
	}

	.switch-labels label {
		flex: 1;
		text-align: center;
		cursor: pointer;
		z-index: 2;
		color: white;
		font-weight: bold;
		user-select: none;
		padding: 0.5rem 0.25rem;
		line-height: 1.2;
		display: flex;
		align-items: center;
		justify-content: center;
		text-wrap: balance;
		font-size: 0.9rem;
	}

	.slider-thumb {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		background: var(--secondary-color);
		border-radius: 999px;
		transition: transform 0.3s ease;
		z-index: 1;
	}

	/* Slider spostato quando è selezionato opzione2 */
	#iva-inclusa:checked~.slider-thumb {
		transform: translateX(100%);
	}




}




/* Nascondi inizialmente */
.toggle-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease;
}

/* Classe per mostrare il contenuto */
.toggle-content.open {
	max-height: 2000px;
	/* valore sufficientemente alto per contenere tutta la tabella */
	overflow: visible;
}

/* Cambia stile al titolo quando attivo (facoltativo) */
.toggle-trigger.active {
	color: var(--secondary-color);
	cursor: pointer;
}







.other-prices {
	margin: 2.2rem 0 2rem
}

.other-prices small {
	font-size: .65rem;
	text-align: center;
	display: block;
	color: #666;
	padding: .5rem 0;
	font-style: italic;
	display: block;
	width: 100%;
	flex: 1 1 100%;
	max-width: none;
	grid-column: -1 / 1;
}

.other-prices h2 {
	font-size: .9rem;
	font-weight: 800;
	text-align: center;
	margin: 0 0 10px;
	padding: 0;
	cursor: pointer;
	color: var(--primary-color)
}

.other-prices h2:after {
	font-family: FontAwesome;
	content: '\f105';
	margin-left: .2rem
}

.other-prices h2.active:after {
	content: '\f107'
}

.other-prices .table {
	display: grid;
	padding: 0;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
}

.other-prices .row .prezzorataivaesclusa-cell {
	grid-column: span 2;
}

.other-prices .row:has(.prezzorataprimadellosconto-cell)>.prezzorataivaesclusa-cell {
	grid-column: span 1;
}

.other-prices .header-table, .other-prices .row {
	display: contents
}

.other-prices .header-table {
	text-align: center;
	font-weight: 700;
	line-height: 1;
	font-size: .9rem
}

.other-prices .header-table .cell {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: var(--primary-color)
}

.other-prices .header-table .cell.rata-cell {
	grid-column: span 2
}

.other-prices .cell {
	padding: 8px;
	border: 1px solid #ccc;
	background: #fff;
	margin: -1px 0 0 -1px;
	display: flex;
	flex-direction: column;
	gap: 5px
}

.other-prices .cell span {
	padding: 0 5px;
	text-align: center;
	font-size: .8rem;
	line-height: 1.2;
	color: #666;
	font-weight: 500
}

.other-prices .cell span:nth-of-type(1) {
	font-weight: 700;
	color: var(--primary-color);
	display: none
}

.other-prices .cell.prezzovenditaprimadellosconto-cell {
	text-decoration: line-through;
}

.other-prices .cell.no-border {
	border-right: none;
	background-color: #fff;
	position: relative;
	z-index: 1
}

.other-prices .header .cell {
	font-weight: 700;
	background: #f5f5f5
}












.right:has(#configuratore)>.price-bar,
.right:has(#configuratore)>.chars-ul-two {
	display: none !important;
}





.price-bar {
	padding: 15px 10px;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;

	&.price-bar-vendita,
	.vendita {
		flex-direction: column;
		gap: 0;
	}

	& div.prezzoratatagliato-cf,
	& div.prezzoratatagliatonbt-cf,
	& div.prezzovenditatagliato-cf {
		text-align: center;
		text-decoration: line-through;
		font-style: italic;
		font-weight: 900;
	}

	& div.prezzorataivainclusa-cf,
	& div.prezzorataivaesclusa-cf,
	& div.prezzovendita-cf,
	& div.prezzoratanbt-cf {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		color: var(--primary-color);

		.value {
			font-size: 3rem;
			line-height: 1;
			font-weight: 900;
			letter-spacing: -1px;
			display: flex;
			align-items: flex-start;
			gap: 5px;

			&>span {
				font-size: 2rem;
				position: relative;
				top: 5px;
			}
		}

		.description {
			max-width: 150px;
			font-size: 0.8rem;
			font-weight: 800;
			line-height: 1;
		}

	}

	& div.prezzovendita-cf {
		flex-direction: column;
		gap: 0;
		align-items: normal;

		.description {
			text-align: right;
			max-width: none;
		}
	}

	& div.scontosettegiorni-cf {
		flex: 1 1 100%;
		color: green;
		text-align: center;
		font-weight: 700;
		font-size: 0.8rem;
		font-style: italic;

		& span[data-tooltips] {
			margin-left: 5px;
			border-bottom: none;
		}
	}


	&>p {
		flex: 1 1 100%;
		color: #666;
		text-align: center;
		font-weight: 300;
		font-size: 0.8rem;
		font-style: italic;
		margin: 0 auto -10px;
		letter-spacing: 0.5px;
	}


}


.cf-bar-ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	background-color: #efefef;
	margin: 0;


	&:has(*) {
		padding: 0 10px 0px 0px;
		margin: 10px 0 0;
	}

	& li {
		display: flex;
		flex-direction: column;

		gap: 0;
		position: relative;
		padding: 10px 0px 10px 30px;

		& span.title {
			font-size: 0.6rem;
			font-weight: 500;
			text-transform: uppercase;
			line-height: 1;
		}

		& span.value {
			font-weight: 800;
			order: -1;
			line-height: 1;
			color: var(--primary-color);
			font-size: 0.9rem;
		}
	}

	& li:before {
		font-family: "FontAwesome";
		content: '';
		position: absolute;
		width: 25px;
		text-align: right;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	& li.anticipo-cf:before {
		content: '\f153';
	}

	& li.mesi-cf:before {
		content: '\f274';
	}

	& li.km-cf:before {
		content: '\f018';
	}

		& li.kmeffettuati-cf:before {
		content: '\f018';
	}

	& li.kmnbt-cf:before {
		content: '\f018';
	}

	& li.cilindrata-cf:before {
	content: '\e16e';
}


}








.cf-chars-bar-ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	padding: 0px 10px;
	margin: 0px 0 15px;


	&:has(*) {
		border-top: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
	}

	& li {
		position: relative;
		padding: 5px 0px;
		line-height: 1;

		& span.title {
			font-size: 0.6rem;
			font-weight: 500;
			text-transform: uppercase;
			line-height: 1;
			margin-left: 3px;
		}

		& span.value {
			font-size: 0.6rem;
			font-weight: 500;
			text-transform: uppercase;
			line-height: 1;
		}
	}

	& li.potenza-cf {
		.title {
			display: none;
		}
	}

	& li:before {
		width: 20px;
		height: 25px;
		content: '';
		display: block;
		clear: both;
		background-position: center;
		background-repeat: no-repeat;
		margin: 0 auto -2px;
	}

	& li.potenza-cf:before {
		background-image: url(../../../../../images/template/icons/hp.svg);
	}

	& li.kwh-cf:before {
		background-image: url(../../../../../images/template/icons/kwh.svg);
	}

	& li.cavalli-cf:before {
		background-image: url(../../../../../images/template/icons/hp.svg);
	}

	& li.posti-cf:before {
		background-image: url(../../../../../images/template/icons/posti.svg);
	}

	& li.porte-cf:before {
		background-image: url(../../../../../images/template/icons/doors.svg);
	}


}








& ul.moreinfo-bar {
	display: flex;
	flex-direction: column;
	font-size: 0.7rem;
	padding: 0 10px;
	font-weight: 500;
	margin: 0 auto 15px;
	max-width: max-content;

	& li {
		& span[data-tooltips] {
			margin-left: 5px;
			border-bottom: none;
		}
	}

	& li:before {
		font-family: "FontAwesome";
		content: '\f00c';
		color: green;
		margin-right: 5px;
	}
}








.condizioneveicolo-cf {
	display: flex;
	flex-direction: column;
	padding: 5px;
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 75px;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: var(--primary-color);
	color: #fff;
	font-weight: 700;
	border-radius: 0px 0 10px 0px;
	font-size: 0.8rem;
	line-height: 1.2;
	margin: 0;


	&:before {
		font-family: "FontAwesome";
		content: '\f005';
		margin-bottom: 2px;
		font-size: 1.2rem;
	}

}


.statoveicolo-cf {
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
	display: block;
	max-width: max-content;
	padding: 2px 20px 2px 10px;
	background-color: #fff;
	margin: 0 0 10px auto;
	font-size: 0.8rem;
	font-weight: 700;
	border-radius: 0px 0px 0px 8px;
	background-color: var(--primary-color);
	color: #fff;
}

#search-result-list .statoveicolo-cf span:nth-of-type(1) {
	display: none;
}


.car-details-container {
	.statoveicolo-cf {
		padding: 2px 15px 2px 15px;
	}
}


.category-div{
	display: block;
	text-align: center;
	color: var(--grey-600);
	font-size: 0.7rem;
	text-transform: uppercase;
	border-bottom: 1px solid var(--grey-300);
	padding-bottom: 0.5rem;
	max-width: max-content;
	margin: 1.8rem auto 1.2rem;
}


.car-details-container .bottom-section .formService .formSpan12 .rsform-block.rsform-block-veicolo {
    order: -3;
    flex: 1 1 100%;
    color: #fff;
    margin-bottom: 0;


		& > label {
    color: #fff;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 10px;
    display: none;
}

& input[type=text] {
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-size: 2rem;
		font-weight: 500;
    background-color: var(--secondary-color);
    border-radius: 0;
    padding: .5rem 1rem;
		margin: 0;
}

}


.car-details-container .bottom-section .formService .formSpan12 .rsform-block.rsform-block-categoria {
    order: -2;
    flex: 1 1 100%;
    color: #fff;
		margin-top: -12px;



		& > label {
    color: #fff;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 10px;
    display: none;
}

& input[type=text] {
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    background-color: var(--secondary-color);
    border-radius: 0;
    padding: 0 1rem 1rem;
}

}



.com-content-carpage {
	display: none;
}





.jfilters-filter-range-sliders__container {
	width: 100% !important;
	margin-inline: 0 !important;
	margin-top: 0 !important;
}

.jfilters-filter-range-sliders__slider_bckgr {
	width: auto !important;
}

.jfilters-filter-range_inputs--withSlider input[type=number] {
	border: none;
	border-bottom: 1px solid #000;
}

.jfilters-filter-range_inputs--withSlider button {
	/* padding: 0 0 0 0.5rem; */
	padding-inline: 0.5rem;
}



.jfilters-filter-range_inputs--withSlider button:after {
	background: var(--secondary-color);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.jfilters-filter-range_inputs--withSlider button:hover:after {
	background: var(--dsecondary-color);
}

.jfilters-filter-range_inputs__input{
	width: 80px;
}


.jfilters-filter-range-sliders {
	--track-height: 3px;
	--track-color_behind: #dfdfdf;
	--track-color: #bbbbbb;
	--knob-dimensions: 16px;
	--knob-background: #000;
	--knob-focus-color: var(--secondary-color);
}


.jfilters-filter-header__toggle:hover,
.jfilters-filter-header__toggle:focus {
	background: transparent !important;
}





.jfilters-filter-header button{
	text-transform: uppercase;
	font-size: 0.8rem;
  font-family: var(--body-font-family);
	letter-spacing: -0.5px;
	font-weight: 700;


	.jfilters-filter-header__toggle-icon .jfilters-chevron{
		margin-inline-start: 0;
	}

}






.car-details-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	max-width: 1024px;
	margin: 0 auto;



	.top-section {
		display: flex;
		justify-content: center;
		/* flex-wrap: wrap; */
		gap: 60px;
		margin: 60px auto;
		padding: 0px 0px;
		position: relative;
		width: 100%;

		@media (max-width: 979px) {
			flex-direction: column;
			align-items: center;

			&>* {
				flex: 1 1 auto !important;
			}
		}

		> .left {
			/* 			border: 1px solid #e0e0e0;
			border-radius: 20px; */
		}

		.left {
			width: auto;
			flex: 0 1 auto;
			display: block;
			width: auto;
			overflow: hidden;
			max-width: 500px;
			position: relative;
			display: flex;
			justify-content: center;


			.kmeffettuati-cf {
				position: absolute;
				z-index: 100;
				bottom: 0px;
				left: 0px;
				background-color: var(--grey-700);
				color: #fff;
				font-weight: 700;
				font-size: 0.8rem;
				line-height: 1.2;
				padding: 5px 10px;
				margin: 0;
				width: 100%;
				text-align: center;
				display: flex;
				align-items: center;
				justify-content: center;
				flex-wrap: wrap;

				& i {
					margin-right: 5px;
				}
			}


			.cargallery-cf {
				max-width: 100%;
				display: flex;
				flex-direction: column;


				&:has(.swiper){
				opacity: 0;
				}

				&:has(.swiper-initialized){
							opacity: 1;
							transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
						}

				& figure {
					margin: 0;
				}

				.nrf-widget {
					display: block;
					width: 100%;
					padding-bottom: 0px;

					.swiper-button-next,
					.swiper-button-prev {
						opacity: 1;
						width: 50px;
						height: 50px;
						padding: 0px;
						bottom: 50% !important;
						transform: translateY(50%);
						color: #fff;
						text-shadow: 0px 0px 8px rgba(0,0,0,0.4);
					}

					.swiper-button-disabled {
						display: none;
					}

					.swiper-button-next:after, .swiper-button-prev:after {
						opacity: 1;
						color: #fff;
						font-size: 3rem;
					}

					&.tf-slideshow-wrapper {

						.swiper-wrapper {
							.swiper-slide {
								max-height: 400px;
								height: 400px;
								display: flex;

								& a {
									display: flex;
									height: 100%;
									width: 100%;
									height: 400px;
									overflow: hidden;

									/* border: 1px solid #e0e0e0; */
									& img {
										object-fit: contain;
										width: 100%;
										height: 400px;
										object-position: center;
									}
								}
							}
						}
					}

				}

				.swiper-pagination {
					bottom: 20px;
					position: absolute;

					.swiper-pagination-bullet {
						opacity: 1;
						box-shadow: 0px 0px 5px 0px rgb(0, 0, 0, 0.5);
					}

					.swiper-pagination-bullet-active {
						background-color: var(--primary-color);
					}
				}

				.tf-slideshow-thumbs-wrapper {

					--height-thumbs-slider: 100px;

					margin-top: 10px;
					height: var(--height-thumbs-slider);

					.swiper-wrapper{
						height: var(--height-thumbs-slider);
					}

					& img {
						max-height: 100%;
						width: auto;
						height: 100%;
					}

					.swiper-button-next, .swiper-button-prev{
						display: none!important;
					}

				}
			}
		}

		.right {
			flex: 0 1 400px;
			


			.backBtn {
				text-align: center;
				font-size: 0.8rem;
				line-height: 1;
				display: block;
				max-width: max-content;
				margin: 0 auto 1rem;
				background-color: var(--grey-700);
				color: #fff;
				padding: 0.35rem 0.5rem 0.25rem;
				border-radius: 5px;

				&:hover,
				&:focus-within{

					background-color: var(--secondary-color);

					& i{
						 transform: translateX(-4px);
					}	
				}
			}

			& a.mainBtn {
				margin: 10px auto 0;

				&:nth-of-type(1) {
					margin-top: 20px;
				}

				&.whatsappBtn {
					background-color: green;

					&:hover,
					&:focus-within {
						background-color: color-mix(in lab, green 70%, #000);
					}
				}
			}


			& h1 {
				font-size: 1.2rem;
				font-weight: 800;
				color: var(--primary-color);
				text-align: center;
							      font-family: var(--body-font-family);
      font-weight: 600;


				.produttorestringa-cf {
					font-size: 1rem;
					letter-spacing: 0;
					line-height: 1;
				}

				.modelname-cf {
					font-size: 1.4rem;
					letter-spacing: -1px;
					margin-left: 0;
					display: block;
					clear: both;
					line-height: 1;
				}

				.versione-cf {
					color: #999;
					font-style: italic;
					display: block;
					clear: both;
					letter-spacing: -0.2px;
					font-size: 1rem;
					line-height: 1;
					font-weight: 600;
					margin-top: 5px;
					width: 100%;
					text-overflow: ellipsis;
					overflow: hidden;
					white-space: nowrap;
				}
			}




			& ul.chars-ul-one {
				font-size: 0.8rem;
				display: flex;
				gap: 15px;
				margin: 20px auto;
				justify-content: center;


				& li {
					position: relative;
					display: flex;
					gap: 5px;
					align-items: center;

				}

				& li:before {
					content: '';
					display: inline-block;
					width: 20px;
					height: 20px;
					background-size: 20px auto;
					background-position: center center;
					background-repeat: no-repeat;
				}

				& li.alimentazione-cf:before {
					background-image: url(../../../../../images/template/icons/fuel.svg);
				}

				& li.trasmissione-cf:before {
					background-image: url(../../../../../images/template/icons/trasmission.svg);
				}



				& span.title {
					display: none;
				}
			}









			.chars-ul-two {
				display: flex;
				justify-content: center;
				align-items: center;
				gap: 1rem;
				background-color: #efefef;
				padding: 0 0.5rem;
				margin: 10px 0 0;

				& li {
					display: flex;
					flex-direction: column;

					gap: 0;
					position: relative;
					padding: 10px 0px 10px 25px;

					& span.title {
						font-size: 0.6rem;
						font-weight: 500;
						text-transform: uppercase;
						line-height: 1;
					}

					& span.value {
						font-weight: 800;
						order: -1;
						line-height: 1;
						color: var(--primary-color);
						font-size: 0.9rem;
					}
				}

	& li:before {
		font-family: "FontAwesome";
		content: '';
		position: absolute;
		width: 25px;
		text-align: center;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	& li.anticipo-cf:before {
		content: '\f153'!important;
	}

	& li.mesi-cf:before {
		content: '\f274'!important;
	}

	& li.km-cf:before {
		content: '\f018'!important;
	}

		& li.kmeffettuati-cf:before {
		content: '\f018'!important;
	}

	& li.kmnbt-cf:before {
		content: '\f018'!important;
	}

	& li.immatricolazione-cf:before {
		content: '\f274'!important;
	}

	& li.cilindrata-cf:before {
			background-image: url(../../../../../images/template/icons/hp.svg);
			background-repeat: no-repeat;
			background-position: center;
			height: 18px;
			width: 22px;
	}


			}








		}
	}



	.bottom-section {



		.inner-bottom {
			&:has(.aside-bottom) {
				display: flex;
				gap: 40px;

				.caratteristiche {
					flex: 1 1 auto;
				}

				.aside-bottom {
					flex: 0 1 300px;

					.moduletable>h2 {
						font-size: 1rem;
						text-align: center;
						text-transform: uppercase;
						letter-spacing: 1px;
						margin-bottom: 25px;
						padding-bottom: 20px;
						border-bottom: 1px solid #e0e0e0;
						display: block;
					}

				}
			}
		}


		@media (max-width: 768px) {
			.inner-bottom {
				&:has(.aside-bottom) {
					display: flex;
					flex-direction: column;
					gap: 40px;

					.caratteristiche {
						flex: 1 1 auto;
					}

					.aside-bottom {
						flex: 1 1 auto;
					}
				}
			}
		}


		.caratteristiche {
			>div {
				margin-bottom: 40px;

				& h3 {}

				& ul {
					& li {
						margin-bottom: 10px;
						list-style-type: none;
						font-size: 0.9rem;
						line-height: 1.6;
						font-weight: 600;
						transition: color 0.3s ease;
					}
				}
			}
		}







		.formService {
			padding-top: 80px;
			margin-bottom: 120px;


			.rsform {
				& p.align-center {
					color: #fff;
				}

				.formValidation {

					.formError {
						color: #fff !important;
						margin: 0px 5px 3px 0 !important;
						text-align: center;
						font-weight: 700;
						background: #000;
					}
				}

			}


			.innerForm {
				padding: 30px;
				background-color: var(--primary-color);
			}

			& h4 {
				font-size: 1.4rem;
				text-transform: none;
				color: #fff;
				margin-bottom: 30px;
				text-align: center;
				text-wrap: balance;
							      font-family: var(--body-font-family);
      font-weight: 500;

				@media (max-width: 768px) {

				}

			}

			.formSpan12 {
				flex-direction: row;
				flex-wrap: wrap;
				gap: 10px;
				align-items: center;

				.rsform-block {
					flex: 1 1 30%;
					margin: 0;
				}
			}


			.rsform-block.rsform-block-faqform {
				order: -1;
				flex: 1 1 100%;
				color: #fff;

				margin-top: 1rem;
				margin-bottom: 2rem;

				&>label {
					position: relative;
					top: 0;
					left: 0;
					color: #fff;
					margin-bottom: 0.6rem;
				}

				.formControls {
					.formBody {
						display: flex;
						flex-direction: column;
					}
				}

			}


			#venditaForm {
				.rsform-block-message {
					width: 100%;
					flex: 1 1 100%;

					& textarea {
						field-sizing: content;
						min-height: 200px;
						width: 100%;
					}
				}
			}


			.rsform-block-name,
			.rsform-block-surname {
				flex: 1 1 40% !important;
			}

			.rsform-block-informativa {
				& a {
					color: #fff;
					text-decoration: underline;
				}
			}


			.rsform-block-kmannuo,
			.rsform-block-anticipo {
				flex: 1 1 40% !important;

				&>label {
					position: relative;
					text-align: center;
					color: #fff;
					width: 100%;
					top: 0;
					left: 0;
					margin: 30px auto 10px;
				}

				.formControls {
					.formBody {
						display: flex;
						flex-wrap: wrap;
						justify-content: center;
						gap: 20px;

						& label {
							color: #fff;
							display: flex;
							justify-content: center;
							gap: 5px;
							margin: 0;
							padding: 0;

							& input {
								width: auto;
							}
						}

						& select {
							border-radius: 15px;
							border: none;
							width: 100%;
							padding: 10px;
						}

						& span {
							flex: 1 1 100%;
						}

						& p.formDescription {
							display: none;
						}
					}
				}
			}

			.rsform-block-customertype,
			.rsform-block-duratanoleggio {
				flex: 1 1 40%;

				&>label {
					position: relative;
					text-align: center;
					color: #fff;
					width: 100%;
					top: 0;
					left: 0;
					margin: 30px auto 10px;
				}

				.formControls {
					.formBody {
						display: flex;
						flex-wrap: wrap;
						justify-content: center;
						gap: 20px;

						& label {
							color: #fff;
							display: flex;
							justify-content: center;
							gap: 5px;
							margin: 0;
							padding: 0;

							& input {
								width: auto;
							}
						}

						& span {
							flex: 1 1 100%;
						}

						& p.formDescription {
							display: none;
						}
					}
				}
			}



			.rsform-block-duratanoleggio {
				flex: 0 1 50%;
			}


			@media (max-width: 768px) {

				.rsform-block {
					flex: 1 1 100% !important;
				}


			}


		}
	}

}




.servizi-inclusi-mod {
	max-width: 1024px;
	margin: 60px auto 0;

	& h2 {
		text-align: center;
		font-weight: 700;
		margin: 0 auto 30px;
	}

	.accordions-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0 15px;

		@media (max-width: 768px) {

			grid-template-columns: 1fr;
		}

	}


	[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button]>[data-rlta-element=heading], [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]>[data-rlta-element=heading] {
		font-size: 0.9rem;
		font-weight: 700;
	}

	[data-rlta-element=container][data-rlta-state=ready] {
		margin-bottom: 15px;
	}

	[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button] {}


	[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=panel] {

		border: none !important;
	}

	[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state="closed"] {
		background-color: #fff;
		position: relative;

		&:after {
			font-family: "FontAwesome";
			content: '\2b';
		}

	}

	[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state="open"] {
		background-color: var(--primary-color);
		color: #fff;
		border: none !important;
		border-radius: 5px;

		&:after {
			font-family: "FontAwesome";
			content: '\f068';
		}
	}

	[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open]:focus, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open]:hover, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=opening]:focus, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=opening]:hover {
		background-color: var(--primary-color);
		color: #fff;
		border: none !important;
	}
}






















.domande-frequenti-mod {
	max-width: 1024px;
	margin: 60px auto 0;

	& h2 {
		text-align: center;
		font-weight: 700;
		margin: 0 auto 30px;
	}


	[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button]>[data-rlta-element=heading], [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]>[data-rlta-element=heading] {
		font-size: 0.9rem;
		font-weight: 700;
	}

	[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button] {
		margin-bottom: 15px;
	}


	[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=panel] {

		border: none !important;
	}

	[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state="closed"] {
		background-color: #F7F7F7;
		border: none !important;
		position: relative;

		&:after {
			font-family: "FontAwesome";
			content: '\2b';
		}

	}

	[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state="open"] {
		background-color: var(--primary-color);
		color: #fff;
		border: none !important;
		border-radius: 5px;

		&:after {
			font-family: "FontAwesome";
			content: '\f068';
		}
	}

	[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open]:focus, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=open]:hover, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=opening]:focus, [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button][data-rlta-state=opening]:hover {
		background-color: var(--primary-color);
		color: #fff;
		border: none !important;
	}
}


.servizi-aggiuntivi-mod {
	max-width: 1024px;
	margin: 60px auto 0;
	padding: 30px;
	background-color: #F7F7F7;

	& h2 {
		text-align: center;
		font-weight: 700;
		margin: 0 auto 45px;
	}

	.boxes-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 45px 30px;

		@media (max-width: 768px) {
			grid-template-columns: 1fr;
		}

		.box {
			background-color: #fff;
			padding: 0px 30px 15px;

			& h3 {
				padding: 5px 10px;
				background-color: var(--primary-color);
				max-width: max-content;
				color: #fff;
				margin-top: -15px;
				text-transform: uppercase;
				font-size: 0.9rem;
			}

			& p {
				font-size: 0.9rem;
			}
		}
	}

}






.infoutili-nbt-mod {
	max-width: 1024px;
	margin: 60px auto 0;
	padding: 30px;
	background-color: #F7F7F7;

	& h2 {
		text-align: center;
		font-weight: 700;
		margin: 0 auto 45px;
	}

	.boxes-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 45px 30px;

		@media (max-width: 768px) {
			grid-template-columns: 1fr;
		}

		.box {
			background-color: #fff;
			padding: 0px 30px 15px;

			& h3 {
				padding: 5px 10px;
				background-color: var(--primary-color);
				max-width: max-content;
				color: #fff;
				margin-top: -15px;
				text-transform: uppercase;
				font-size: 0.9rem;
			}

			& p {
				font-size: 0.9rem;
			}
		}
	}

}





	.titolorealearticolo{
		display: none;
	}





.caratteristiche {
	& h2 {
		font-size: 2.4rem;
		line-height: 1;
		font-weight: 900;
		letter-spacing: -1px;
		margin: 0 0 4rem;
		color: var(--secondary-color);
		text-align: center;
	}





	[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-positioning=top]>[data-rlta-element=button-list]>[data-rlta-element=button]:not([data-rlta-state=closed]) {
		background-color: #fff;
		border-color: #c0c6cf !important;
			color: #fff !important;
	}

	[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button], [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button] {
		background-color: var(--secondary-color);
		border-color: var(--secondary-color);
		color: #fff;
	}

	[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions]>[data-rlta-element=button]>[data-rlta-element=heading], [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs]>[data-rlta-element=button-list]>[data-rlta-element=button]>[data-rlta-element=heading] {
		font-size: 0.9rem;
		text-transform: uppercase;
					      font-family: var(--body-font-family);
      font-weight: 600;
	}





	& ul {
		display: flex;
		flex-wrap: wrap;

		& li {
			width: 50%;
			display: flex;
			flex-direction: column;
			border-bottom: 1px solid var(--grey-500);
			margin-bottom: 1rem;
			padding: 1rem 0;

			&:nth-last-child(2):nth-child(odd),
			&:last-child {
				border-bottom: none;
				margin-bottom: 0 !important;
			}

			& b {
				font-weight: 600;
				color: var(--grey-700);
				margin-bottom: 0.2rem;
			}

			& span {
				font-weight: 800;
				font-size: 1rem;

				& ul {
					display: flex;
					flex-direction: column;
					gap: 0;

					& li {
						margin: 0 !important;
						padding: 0 !important;
						font-weight: 800 !important;
						border-bottom: none !important;
					}
				}
			}



			&.kmeffettuati-cf {
				& span {
					font-weight: 800;
					position: relative;

					& span {
						position: absolute;
						top: 100%;
						left: 0;
						background-color: #fff;
						font-size: 0.8rem;
						font-weight: 500;
						padding: 0;
						opacity: 0;
						z-index: 100;
						white-space: nowrap;
					}
				}

				&:hover span {
					opacity: 1;
					transition: opacity 0.3s ease-in-out;
				}
			}


			&.colore-cf {
				& span {
					display: flex;
					align-items: center;
					gap: 5px;

					& span {
						display: flex;
						width: 20px;
						height: 20px;
						aspect-ratio: 1;
						border-radius: 999px;
					}
				}
			}


			&.particolarita-cf,
			&.difetti-cf,
			&.immaginidifetti-cf {
				width: 100%;

				& span {
					font-weight: 500;
					font-size: 0.9rem;
				}

				.nrf-widget {
					margin-top: 10px;

					.gallery-items {
						display: flex;
						flex-direction: column;
						align-items: flex-start;
						gap: 10px;

						& figure {
							display: flex;
							gap: 10px;

							& a {
								display: flex;
								align-items: center;
								gap: 10px;

								& img {
									max-width: 100px;
								}

							}
						}
					}
				}

			}

		}


	}
}







.list-article-module {
	display: flex;
	flex-direction: column;
	gap: 30px;

	.blog-item {
		display: flex;
		gap: 10px;

		.image-container {
			flex: 0 0 auto;
			width: 70px;
			height: 100%;
			display: block;
			position: relative;
			overflow: hidden;

			& figure {
				height: 100%;
				width: 100%;
				margin: 0;

				& img {
					width: 100%;
					height: 100%;
					object-fit: cover;
					object-position: center;
				}
			}





		}



		.item-content {

			& h2 {
				margin: 0;

				& a {
					display: block;
					margin: 0px;
					font-size: 0.9rem;
					color: var(--primary-color);
					line-height: 1.2;
					font-weight: 700;
				}
			}

			.info-article {
				display: flex;
				gap: 10px;
				margin: 0;
				border-radius: 0px;
				width: 100%;

				& dt,
				& dd.mod-articles-writtenby {
					display: none;
				}

				& dd {

					margin: 0px;
					font-size: 0.9rem;
					line-height: 1;
					padding: 0px;
					display: flex;
					align-items: center;


					& span.icon-folder-open,
					& span.icon-calendar {
						display: none;
					}

				}

				& dd.hits {
					padding: 5px 10px;
					margin: 0 0 0 auto;
					align-items: center;
					line-height: 1;
					color: var(--grey-600);

					& span {
						margin-right: 3px;
					}
				}

				& dd.mod-articles-category {

					& a {
						font-size: 0.9rem;
						line-height: 1;
						color: var(--secondary-color);

					}
				}


				& dd.mod-articles-date {
					color: var(--grey-600);
				}



			}




		}


		.riassunto {
			font-size: 0.8rem;
			margin: 0 0 20px;
			display: none;

			& p {
				margin: 0;
				font-weight: 500;
				letter-spacing: -0.3px;
			}
		}

		& p.readmore {
			margin: 0;
		}

		.buttons-ul {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: space-between;
			gap: 10px;
			margin: 0;
			padding: 0;
			display: none;

			& li:has(.youtube-container) {
				display: none;
			}


			& a {
				padding: 10px 48px 10px 10px;
			}

			.mainBtn:after, .btn-primary:after {
				font-size: 1.4rem;
			}

			.mainBtn i {
				font-size: 1.2rem;
			}
		}

		.social-links {
			display: flex;
			gap: 5px;
			margin: 0 0 20px;
			padding: 0;
			justify-content: flex-end;
			align-items: center;
			isolation: isolate;
			position: relative;
			display: none;

			&:before {
				content: "";
				width: calc(100% - 160px);
				height: 1px;
				background-color: var(--grey-300);
				z-index: -1;
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				left: 0;
			}

			& li:first-of-type {
				margin: 0 auto 0 0;
				background-color: #fff;
				padding: 0px 10px 0px 0px;

				& span {
					text-transform: uppercase;
					font-size: 0.8rem;
					color: var(--grey-600);
				}
			}

			& li {
				margin: 0;
				padding: 0;
				position: relative;

				& a {
					background-color: var(--primary-color);
					color: #fff;
					width: 26px;
					height: 26px;
					border-radius: 100%;
					display: flex;
					justify-content: center;
					align-items: center;
					font-size: 0.6rem;
					position: relative;
					isolation: isolate;

					& span {
						position: absolute;
						background-color: var(--primary-color);
						color: #fff;
						bottom: 100%;
						right: 0%;
						transform: translateY(-5px);
						white-space: nowrap;
						font-size: 0.9rem;
						font-weight: 600;
						letter-spacing: -0.5px;
						padding: 0px 5px;
						margin: 0;
						border-radius: 2px;
						pointer-events: none;
						opacity: 1;
					}
				}

				& p {
					position: absolute;
					background-color: var(--secondary-color);
					color: #fff;
					top: 50%;
					right: 100%;
					transform: translate(10px, -50%);
					white-space: nowrap;
					font-size: 0.8rem;
					font-weight: 600;
					letter-spacing: -0.5px;
					padding: 0px 15px 0px 10px;
					margin: 0;
					border-radius: 2px;
					pointer-events: none;
					opacity: 0;
					display: block;
					z-index: -1;
				}

				&:hover p {
					opacity: 1;
					pointer-events: all;
					transition: opacity 0.3s ease-in-out;
				}

				& a:has(.fa-telegram),
				& a:has(.fa-whatsapp) {
					font-size: 1rem;
				}


				&:hover {
					position: relative;
					z-index: 1;
				}

			}
		}


	}
}

















.autoscout_banner{
	margin: 0 auto;
	max-width: max-content;
	display: block;
}






	.bottom-container{
		display: block;
		width: 100%;
		padding: 6rem 2rem 3rem;

		#fwg{
			width: 100%;
			display: block;
			clear: both;
		}

		#fwgallery .fwmg-grid-item-name{
			text-align: center;
			font-size: 0.9rem;
			font-weight: 500;
			padding: 5px 0px;

			& a{

			}
		}


		.no-name{
			.fwmg-grid-item-name{
				display: none!important;
			}
		}



		.no-button {

			.fwmg-grid-item-name{
				margin: 0!important;
			}

			.fwmg-grid-item-info{
				padding: 0!important;
				border: none!important;
			}

			.fwmg-grid-item-link{
				display: none!important;
			}
		}


		.no-intro{

			.fwmg-page-header,
			.fwmg-gallery-info,
			.fwmg-gallery-description
			{
				display: none;
			}

		}


		.fwmg-page-header{
			display: block!important;
			margin-bottom: 0!important;

		h2{
				font-size: clamp(1.8rem, 3vw, 2.4rem);
				line-height: 1;
				font-weight: 900;
				letter-spacing: -1px;
				margin: 0;
				color: var(--secondary-color);
		}

		}



		.autogrid-fwmg-grid-container{
			.fwmg-grid-container{
				display: flex!important;
				flex-wrap: wrap;
				justify-content: center;
				gap: 0 2rem!important;

				& > div{
					flex: 0 0 150px;
				}
			}
		}





	}