body {
	font-family: "Verdana", Arial, sans-serif;
	background-color: red;
}

a {
	text-decoration: none;
	color: inherit;
}

.box-offerta {
	background-color: #f2f2f2; /* Sfondo grigio */
	border: 2px solid #000000; /* Bordo nero */
	border-radius: 4px;
	padding: 10px; /* Margine interno */
	text-align: center; /* Allinea il contenuto al centro */
	margin: 7px auto;
}

.box-offerta h2 {
	margin: 0; /* Rimuove il margine superiore del titolo */
	font-size: 30px; /* Dimensione del titolo */
	color: #000; /* Colore del testo */
}

.lista {
	display: block;
	margin: auto;
}

.container {
	display: flex;
	width: 90%;
	margin: auto;
	padding-bottom: 0px !important;
}

.colonnasinistra {
	flex: 1;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.colonnadestra {
	flex: 1;
	padding: 10px;
}

.box {
	background: whitesmoke;
	border: 2px solid #000;
	border-radius: 8px;
	padding: 10px;
}

.colonnadestra .box {
	margin-bottom: 10px;
}

.image-box {
	display: flex;
	background: white;
	align-items: center;
	flex-grow: 1;
	justify-content: center;
}

.image-box img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
}

.button-acquisto {
	display: block;
	text-align: center;
	margin-top: 10px;
	padding: 8px 16px;
	border: none;
	border-radius: 4px;
	background-color: #008000;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

#boxdescrizione,
#boxmarca,
#boxvenduto {
	background-color: #FF9900;
	cursor: pointer;
	height: auto; /* Imposta l'altezza desiderata o usa "auto" per adattarsi al contenuto */
}

#boxsconto,
#boxrisparmio {
	background-color: #FFFF99;		
}

#boxprezzo {
	background-color: lightgreen;
}

#boxacquisto {
	background-color: lightgreen;
}

.scroll-to-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 50%;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.scroll-to-top i {
	color: red;
	font-size: 30px;
}

		
