/* INIZIO COLORI e FONT */
@font-face {
	font-family: 'Abril';
	src: url('/web/font/AbrilFatface-Regular.ttf') format("truetype");
}

@font-face {
	font-family: 'Montserrat';
	src: url('/web/font/Montserrat-VariableFont.ttf') format("truetype");
}

@font-face {
	font-family: 'Nunito';
	src: url('/web/font/Nunito-VariableFont.ttf') format("truetype");
}

@font-face {
	font-family: 'Inter';
	src: url('/web/font/Inter-VariableFont.ttf') format("truetype");
}

@font-face {
	font-family: 'ArboriaBold';
	src: url('/web/font/Arboria-Bold.ttf') format("truetype");
}

@font-face {
	font-family: 'Schibsted';
	src: url('/web/font/SchibstedGrotesk-VariableFont_wght.ttf') format("truetype");
}

@font-face {
	font-family: 'NotoKufi';
	src: url('/web/font/NotoKufiArabic-VariableFont_wght.ttf') format("truetype");
}

@font-face {
	font-family: 'ModernTimes';
	src: url('/web/font/TA-ModernTimes-CnExtraLight.otf') format("truetype");
}

@font-face {
	font-family: 'AvantgardeMedium';
	src: url('/web/font/AvantGarde-Medium.otf') format("truetype");
}


:root {
	--nero: #000;
	--bianco: #FFF;
	--giallo: #ffec00;
	--sfondo: #242424;
	--bianco: #fff;
	--rosso: #f22000;
}

/* FINE COLORI e FONT */


/* INIZIO CSS GLOBALE */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

main,
body,
html {
	background: #ededed;
	width: 100%;
	float: left;
}

html {
	font-size: 16px;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Montserrat";
	font-size: 1rem;
	font-weight: 400;
	color: var(--nero);
	min-height: 100vh;
	overflow-x: hidden
}

a {
	text-decoration: none;
}

legend {
	display: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

label {
	display: block;
	white-space: nowrap;
	font-weight: 600;
	font-size: 1rem;
}

form {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}

input:not(input[type="checkbox"], input[type="radio"]),
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #dcdcdc;
	padding: 3px 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	width: 100%;
	height: 45px;
}

input[type="submit"] {
	text-transform: uppercase;
	width: auto!important;
	padding: 3px 20px;
	font-weight: 500;
	line-height: 38px;
}

form tr td {
	padding-bottom: 5px;
}

label[for="consenso_privacy_policy"] {
	margin: 14px 0;
}

label[for="consenso_privacy_policy"] a {
	margin-left: 4px;
	color: var(--rosso);
	text-decoration: underline;
}

#contenitore-accesso-utenteweb a {
	text-decoration: underline;
	color: var(--rosso);
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	border: 1px solid #dcdcdc;
	padding: 3px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	width: auto !important;
	float: left;
	margin: 2px 8px 0 0;
}

input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

textarea {
	min-height: 100px;
}

.button,
#riassegnapassword input[name="submit"] {
	background: #ffec00;
    color: var(--rosso);
    border: 2px solid transparent;
    height: 45px;
    padding: 0 20px;
    font-size: 0.975rem;
    line-height: 42px;
    font-weight: 600;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    user-select: none;
	width: auto;
	float: right;
	margin-top: 5px;
    transition: 0.1s linear;
}

.button:hover:not(.form_aggiungi_carrello_bottone .button),
#riassegnapassword input[name="submit"]:hover {
	cursor: pointer;
	border-color: var(--nero);
	color: var(--nero);
}

.radio {
	padding-bottom: 0.2em;
	line-height: 16px;
	clear: both;
	margin: 0 !important;
}

.radio label {
	margin: 0 !important;
}

.radio input {
	border: none !important;
	float: left;
	width: 18px;
	height: 16px;
	margin: 0;
}

.cen {
	text-align: center;
}

.des {
	text-align: right;
}

.max {
	width: 100%;
}

.nowrap {
	white-space: nowrap;
}

#cx .button {
	width: auto;
}

/* MESSAGES */
.messaggio {
	margin: 0 0 0.7em;
	padding: 0.5em 0.5em 0.5em 25px;
	color: #08903c;
	border: 1px solid #08903c;
	background: url(/admin/images/icons/accept.png) no-repeat 4px 6px #D6E4C5;
}

.errore {
	color: #CC0000;
	border: 1px solid #CC0000;
	background-image: url(/admin/images/icons/remove.png);
	background-color: #FEDADA;
}

.warning {
	color: #444;
	border: 1px solid #ffdd00;
	background-image: url(/admin/images/icons/warning.png);
	background-color: #fffab2;
}

/* FINE MESSAGES */

.blocco {
	margin-bottom: 2rem;
}

h1 {
	font-size: 2.125rem;
	font-weight: 800;
	text-transform: uppercase;
}

h3 {
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 10px;
}

h4 {
	font-size: 2rem;
	font-weight: 400;
}

h5 {
	font-size: 1.5rem;
	font-weight: 400;
}

h6 {
	font-size: 1rem;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
	color: #fff !important;
}

.wrapperpad {
	display: block;
	height: 100%;
}

/* INIZIO CSS GLOBALE */


/* INIZIO FLEX COLONNE */
/*.col4, .col6, .col8, .col12 { flex: 0 0 100%; }*/
/* FINE FLEX COLONNE */


/* INIZIO CSS HEADER */
#consoleavvisi+header #header .menu {
	justify-content: unset;
}


.anteprimacarrello--visible {
	display: block!important;
}

.verifica_eta {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.92);
	background-image: url('/web/images/verifica-maggiore-eta.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	display: none
}

/* .verifica_eta_ { position: fixed; top: 50%; left: 50%; text-align: center; transform: translate(-50%, -50%); width: 100%; max-width: 700px; padding: 30px; } */

/* .verifica_eta_contenuti { display: flex; flex-direction: column; gap: 25px; } */
/* .untente_minorenne { display: none; } */

/* .untente_minorenne h2 { margin-bottom: 30px; } */

/* .verifica_eta_contenuti .pulsanti_verifica { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: 20px; gap: 20px; } */
/* .verifica_eta_contenuti .pulsanti_verifica p, */
/* .verifica_eta_contenuti .pulsanti_verifica a { text-decoration: none; font-size: 1rem; border: 2px solid var(--oro); border-radius: 5px; color: var(--bianco); padding: 20px 90px; transition: background ease-in-out .3s, border ease-in-out .3s; } */
/* .verifica_eta_contenuti .pulsanti_verifica a:first-child { background: var(--oro); } */
/* .verifica_eta_contenuti .pulsanti_verifica p:hover, */
/* .verifica_eta_contenuti .pulsanti_verifica a:hover { border-color: var(--bianco); background: var(--oro); cursor: pointer; } */

/* .verifica_eta_contenuti p, */
/* .untente_minorenne p { font-size: 15px; } */
/* FINE CSS HEADER */


/* INIZIO CSS FOOTER */
footer {
	width: 100%;
	font-size: 0.8rem;
	padding: 40px 0;
	background-image: url("../images/fondi-footer.jpg");
	background-size: cover;
	display: block;
	float: left;
}

.FooterCol4 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
	width: calc(100% - 350px);
	margin: 0 auto;
	padding: 0px 20px 0 0;
	color: white;
	float: left;
}

.footer-col {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
}

.FooterCol4 .footer-col #logo_sito {
	border-radius: 50px;
	margin-bottom: 15px;
}

.footer-col h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-decoration: underline;
}

.footer-col a {
	display: block;
	text-decoration: none;
	color: white;
	font-size: 14px;
	font-weight: 500;
}

.footer-col a:hover {
	text-decoration: underline;
}

#logo_sito a,
#logo_sito_clone a {
	display: inline-block;
	border-radius: 120px;
}

.SocialDx {
	display: flex;
	float: right;
	min-width: 250px;
	max-width: 350px;
	text-align: right;
	flex-direction: column;
	row-gap: 15px;
}

.SocialDx a {
	color: white;
	text-decoration: none;
	text-align: center;
}

.SocialDx ul li:hover {
	box-shadow: 0 0 8px white;
	-moz-box-shadow: 0 0 8px white;
	-webkit-box-shadow: 0 0 8px white;
	-o-box-shadow: 0 0 8px white;
}

.SocialDx ul {
	display: flex;
	list-style: none;
	gap: 20px;
	margin-bottom: 20px;
}

.SocialDx ul li {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}


.SocialDx i {
	font-family: 'FontAwesome';
	font-size: 35px;
}

.SocialDx .Youtube {
	background-color: #ff0000;
}

.SocialDx .Facebook {
	background-color: #0866ff;
}

.SocialDx .Instagram {
	background-color: #ff0069;
}

.SocialDx .Twitter {
	background-color: #000;
}

.SocialDx .Pinterest {
	background-color: #e60023;
}

.SocialDx .TikTok {
	background-color: #000;
}

.SocialDx .Posizione,
.SocialDx .MailingList {
	display: flex;
	align-items: center;
	background: white;
	color: #333;
	font-weight: bold;
	border: 2px solid transparent;
	font-size: 0.825rem;
	border-radius: 6px;
	padding: 5px 12px;
	height: 45px;
	transition: 0.1s ease-in-out;
}


.SocialDx .Posizione i,
.SocialDx .MailingList i {
	font-size: 20px;
	margin-right: 15px;
	font-weight: normal;
}


.SocialDx .Phone {
	display: flex;
	align-items: center;
	background: white;
	color: #333;
	font-size: 0.825rem;	
	border-radius: 6px;
	padding: 5px 12px;
	height: 45px;
	text-align: center;
	border: 2px solid transparent;
	transition: 0.1s ease-in-out;
}


.SocialDx .Phone i {
	font-size: 20px;
	margin-right: 15px;
	font-weight: normal;
}

.SocialDx .Phone a {
	text-align: center;
}

.SocialDx .Posizione:hover,
.SocialDx .MailingList:hover,
.SocialDx .Phone:hover {
	border-color: red;
	color: red;
}


.Copyright {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	color: #fff;
	padding-top: 20px;
}

.Copyright a {
	text-decoration: underline;
	color: #fff;
}

.ContattiOrari {
	text-align: left;
}


.bloccoListaProdotto .boxTop {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}


.bloccoListaProdotto .boxTop.col6,
.bloccoListaProdotto .boxTop.col5,
.bloccoListaProdotto .boxTop.col4 {
	min-width: unset;
	max-width: 100%;
	display: grid;
}


.bloccoListaProdotto .boxTop.col6 {
	grid-template-columns: repeat(6, 1fr);
}

.bloccoListaProdotto .boxTop.col5 {
	grid-template-columns: repeat(5, 1fr);
}

.bloccoListaProdotto .boxTop.col4 {
	grid-template-columns: repeat(4, 1fr);
}

.bloccoListaProdotto .prodotto {
	background: #fff;
	max-width: 100%;
}

/* INIZIO - BLOCCO PRODOTTO */
#riga {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 30px;
}

.bloccoProdotto .boxTop,
.bloccoProdotto .prodotto {
	height: 100%;
}

.bloccoProdotto .prodotto {
	background: #fff;
}

.prodotto {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.05), inset 0 -2px 4px rgba(0, 0, 0, 0.05);
	transition: all 0.2s ease;
}

.prodotto:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.075), inset 0 -1px 2px rgba(0, 0, 0, 0.025);
	transform: translateY(-2px);
}

.bloccoProdotto_contentiore {
	display: flex;
	flex-direction: column;
}

.bloccoProdotto_contentiore a {
	text-decoration: none;
}

.bloccoProdotto .bloccoProdotto_contenitore__immagine img {
	width: 100%;
}

.bloccoProdotto_contenitore__infoProdotto {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 0 20px 20px;
}

.bloccoProdotto_contenitore__codice_Prodotto {
	font-size: 14px;
	color: #ccc;
	font-weight: 500;
	text-align: right;
}

.bloccoProdotto_contenitore__nomeProdotto {
	text-transform: capitalize;
}

.bloccoProdotto_contenitore__prezzoProdotto {
	color: #ae0101;
}

.schedaProdotto #azioni_ecommerce {
	position: absolute;
}

.schedaProdotto__descrizione {
	width: 100%;
	float: left;
	margin: 30px 0;
	line-height: 1.4;
	font-size: 1rem;
	font-weight: 500;
}

.blocco {
	padding: 0 5px;
}

.col2:not(.lista-prodotti-container .bloccoProdotto.col2) {
	flex: 0 0 16.6667%;
	max-width: 16.6667%;
}

.col3:not(.lista-prodotti-container .bloccoProdotto.col3) {
	flex: 0 0 25%;
	max-width: 25%;
}

.col4:not(.lista-prodotti-container .bloccoProdotto.col4) {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}

.col6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col8 {
	flex: 0 0 66.6667%;
	max-width: 66.6667%;
}

.col10 {
	flex: 0 0 83.3335%;
	max-width: 83.3335%;
}

.col12 {
	flex: 0 0 100%;
	width: 100%;
}


.prodotto {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: start;
}

.prodotto a {
	text-decoration: none;
	min-height: 44px;
}

.prodotto .action-buttons__dec-quantity--disabled {
	background: #ddd !important;
	color: #888;
}

.prodotto .action-buttons__span {
	width: 30px;
	height: 30px;
	background: #000;
	display: flex;
	align-items: center;
	color: #FFF;
	justify-content: center;
	cursor: pointer;
	user-select: none;
}

.prodotto .action-buttons__span:hover:not(.action-buttons__dec-quantity--disabled) {
	background: #333;
}

.prodotto .quantity-product {
	width: 50px;
	text-align: center;
	background: #000;
	border: 0;
	color: #fff;
}

.prodotto__contenitore {
	display: flex;
	position: relative;
	flex-direction: column;
	background: var(--bianco);
}

.prodotto__contenitore:hover .dati_prodotto__titolo_prezzo {
	color: var(--rosso);
	text-decoration: underline;
}

.prodotto_esaurito {
	text-align: center;
	background: #888;
	color: #fff;
	float: left;
	height: 30px;
	vertical-align: center;
	padding: 3px 0;
}

.prodotto_contenitore__immagine {
	width: 100%;
	border-bottom: 0;
	position: relative;
	aspect-ratio: 1 / 1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.prodotto_contenitore__immagine img {
	width: 100%;
	float: left;
}

.dati_prodotto__titolo_prezzo {
	color: #000;
	font-size: 1rem;
	transition: 0.1s linear;
}

.dati_prodotto__sconto_prodotto {
	color: #888;
	font-weight: 600;
	font-size: 0.875rem;
}

.dati_prodotto__prezzo_prodotto {
	margin-top: 5px;
}

.dati_prodotto__prezzo_prodotto_intero {
	font-size: 24px;
	font-weight: bold;
	color: #b3110f;
}

.dati_prodotto__prezzo_prodotto_scontato {
	color: #888;
	font-size: 1.125rem;
	font-weight: 600;
	text-decoration: line-through;
}

.prodotto_contenitore__dati_prodotto {
	display: flex;
	flex-direction: column;
	color: #000;
	font-weight: 400;
	padding: 5px 0 0;
	font-size: 1rem;
	gap: 3px;
}

.dati_prodotto__contenitore_prezzo_scontato {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.dati_prodotto__codice_prodotto {
	color: #999;
	font-weight: 600;
	font-size: 12px;
	max-width: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dati_prodotto__contenitore_prezzo_scontato p {
	font-size: 13px;
	color: #149547;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.prodotto__aggiunta_carrello {
	display: flex;
	column-gap: 9px;
	padding: 0 10px 10px;
	height: 100%;
	flex-direction: column;
}

.aggiunta_carrello__selettore_quantita {
	display: flex;
	column-gap: 2px;
}


.colonna_sx_filtro__consigliati_lista {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
	width: 100%;
}

.bloccoProdotto_contentiore {
	border: 1px solid #aaa;
	width: 100%;
	float: left;
	display: flex;
	flex-direction: column;
}

.bloccoProdotto_contenitore__immagine {
	width: 100%;
	float: left;
	height: 245px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.bloccoProdotto_contenitore__immagine::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0);
	transition: 0.1s linear;
}

.bloccoProdotto_contenitore__immagine:hover::after {
	background: rgba(0, 0, 0, 0.4);
}

.bloccoProdotto_contenitore__immagine img {
	display: none;
}

.bloccoProdotto_contenitore__nome_prodotto {
	display: flex;
	flex-direction: column;
	background: #B59056;
	color: #FFF !important;
	text-align: center;
	padding: 3px;
	font-weight: 400;
	font-size: 1rem;
	text-decoration: none;
}

.bloccoProdotto_contenitore__nome_prodotto p span {
	font-weight: 300;
	font-style: italic;
	display: block;
}

.prodotto__aggiunta_carrello .aggiunta_carrello__selettore_quantita p {
	width: 26px;
	height: 30px;
	background: #000;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
}

.form_aggiungi_carrello_bottone {
	display: flex;
	align-items: center;
	align-self: end;
	gap: 10px;
	margin-top: 10px;
}

.prodotto__aggiunta_carrello .button {
	background: var(--rosso);
	color: #FFF;
	width: 100%;
	line-height: 16px;
	font-size: 12px;
	padding: 10px 5px;
	text-transform: uppercase;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	display: flex;
	max-width: 120px;
	justify-content: center;
	align-items: center;
	float: right;
	margin: 0;
	border-radius: 4px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	transition: 0.15s ease-in-out;
}

#azioni_ecommerce .messaggio {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}

.prodotto__aggiunta_carrello .button:hover,
.prodotto:hover .prodotto__aggiunta_carrello .button {
	background: #b3110f;
}

.prodotto__contenitore_sconto {
	display: block;
    text-decoration: none !important;
    margin: 0;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 26px;
    padding: 1px 10px 3px 30px;
    cursor: pointer;
    color: #fff;
    background: var(--rosso);
}

/* FINE - BLOCCO PRODOTTO */


/* .footer { width: 100%; display: flex; gap: 20px; flex-direction: column; align-items: center; } */
/* .footer.dx { margin-top:10px ; text-align: center; flex-direction: column; width: 100%; } */
/* .footer.dx div { width: 100%; } */
/* .footer.dx a { color: var(--bianco); text-decoration: none; } */
/* .footer.dx a:hover { text-decoration: underline; } */

/* #immagine-footer { width: 60px; height: 60px; background-position: center; background-repeat: no-repeat; background-size: cover; } */
/* #immagine-footer img { display: none; } */

/* #testo-footer { width: 100%; display: flex; flex-direction: column; gap: 10px; text-align: center; } */
/* .testof { width: 100%; } */
/* FINE CSS FOOTER */


/* INIZIO CSS NEWS */
/* #news { color: var(--sfondo); } */
/* #news .news-int-image { height: 250px; background-position: center; background-repeat: no-repeat; background-size: cover; } */
/* #news .news-int-image img { display: none; } */
/* #news .news-int-data { padding: 20px; background-color: var(--bianco); color: var(--nero); } */
/* #news .news-int-data #news-title, */
/* #news .news-int-data #news-data { margin-bottom: 25px; } */
/* #news .news-int-data #newscontenuti { margin-bottom: 20px; line-height: 1.4; } */
/* #news .news-int-data .return-to-news { background-color: var(--oro); text-align: left; padding-left: 5px; margin-top: 25px; } */
/* #news .news-int-data .return-to-news a { display: block; width: 100%; color: var(--bianco); text-decoration: none; } */
/* #news .news-int-data .return-to-news a:hover { text-decoration: underline; } */
/* FINE CSS NEWS */


/* INIZIO CSS CATEGORIA NEWS */
/* #content .news { color: var(--nero); margin-bottom: 50px; } */
/* #content .news:last-child { margin-bottom: 0; } */
/* .news .newsimg a { display: block; height: 250px; background-position: center; background-repeat: no-repeat; background-size: cover; transition: filter 0.3s ease-in-out; } */
/* .news .newsimg a:hover { filter: brightness(40%); } */
/* .news .newsimg a img { display: none; } */
/* .news .newstesto { padding: 20px 30px; background-color: var(--oro); color: var(--bianco); } */
/* .news .newstesto a { color: var(--bianco); text-decoration: none; } */
/* .news .newstesto a:hover { text-decoration: underline; } */
/* .news .newsdata { margin: 15px 0; } */
/* FINE CSS CATEGORIA NEWS */


/* INIZIO CSS BLOCCO TESTO */
.bloccoTesto h3 {
	color: #000;
}

.bloccoTesto p {
	line-height: 1.6;
}

.bloccoTesto ul {
	padding: 5px 0 0 40px;
}

/* .bloccoTesto.sfondo-nero { background-color: var(--nero); color: var(--bianco); } */
/* .bloccoTesto.sfondo-oro { background-color: var(--oro); color: var(--bianco); } */
/* .bloccoTesto.sfondo-bianco { background-color: var(--bianco); color: var(--nero); } */
/* .bloccoTesto .boxTitle { text-align: center; margin-bottom: 15px; } */
/* .bloccoTesto .testo { padding: 20px; } */
/* .bloccoTesto .immagine { width: 100%; min-height: 250px; background-position: center; background-repeat: no-repeat; background-size: cover; } */
/* .bloccoTesto .immagine img { display: none; } */
/* FINE CSS BLOCCO TESTO */


/* INIZIO CSS BLOCCO NEWS */
/* .bloccoNews .news { padding: 0; position: relative; } */
/* .bloccoNews .boxTitle { position: absolute; margin: 10px 0 0 10px; padding: 6px; z-index: 10; } */
/* .bloccoNews .boxTitle h3 { font-family: ArboriaBold; text-shadow: 2px 4px 5px #000; } */
/* .bloccoNews .news .newsdata { margin: 0 0 10px 0; } */
/* .bloccoNews .news .newstesto { font-size: 1.2rem; position: absolute; bottom: 0; left: 0; right: 0; padding: 8px; margin: 20px; } */
/* .bloccoNews .news .newstesto #titolo-sommario { display: flex; gap: 6px; } */
/* .bloccoNews .news .newstesto #titolo-sommario a { white-space: nowrap; }  */
/* .bloccoNews .news .newstesto #titolo-sommario .newssommario { overflow: hidden; } */
/* .bloccoNews .news .newstesto #titolo-sommario .newssommario p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } */
/* FINE CSS BLOCCO NEWS */


/* INIZIO CSS BLOCCO COLLEGAMNETO INTERNO */
.bloccoCollegamento.interno .box {
	display: flex;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.05), inset 0 -2px 4px rgba(0, 0, 0, 0.05);
	transition: all 0.2s ease;
}

.bloccoCollegamento .box:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.075), inset 0 -1px 2px rgba(0, 0, 0, 0.025);
	transform: translateY(-2px);
}

.bloccoCollegamento.interno .box a {
	width: 100%;
	z-index: 9;
	transition: filter 0.3s ease-in-out;
	display: block;
}

.bloccoCollegamento.interno .box a img {
	display: block !important;
	width: 100%;
	float: left;
}

.bloccoCollegamento.interno #boxContenuti {
	color: var(--nero);
}


.bloccoCollegamento.interno .box {
	flex-direction: column;
	position: relative;
	display: flex;
}

.bloccoCollegamento.interno.col12 .box a,
.bloccoCollegamento.interno #boxContenuti {
	margin: 40px 0;
}

/* FINE CSS BLOCCO COLLEGAMNETO INTERNO */


/* INIZIO - BLOCCO FILE ALLEGATI */
.bloccoFileAllegati .file-allegati ul {
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.bloccoFileAllegati .file-allegati ul .attachment a {
	background: var(--rosso);
	padding: 5px 20px;
	border-radius: 6px;
	color: #fff;
	border: 2px solid transparent;
	transition: 0.1s linear;
	float: left;
}

.bloccoFileAllegati .file-allegati ul .attachment a:hover {
	color: #000;
	border-color: #000;
}

.bloccoFileAllegati .attachment {
}
/* FINE - BLOCCO FILE ALLEGATI */


/* INIZIO CSS BLOCCO FORM */
/* .bloccoForm .wrapperpad { display: flex; height: 100%; } */
/* .bloccoForm .campoform { display: flex; justify-content: end; } */
/* .bloccoForm .max:has(input[type="submit"]) { display: flex; justify-content: end; } */

/* .bloccoForm input.obl, */
/* .bloccoForm textarea.obl */
/* .bloccoForm select.obl { border: 2px solid #C00 !important; } */
/* .bloccoForm .labelcheckbox.obl { border: none; } */

/* .bloccoForm.sfondo-nero .wrapperpad { background-color: var(--nero); color: var(--bianco); } */
/* .bloccoForm.sfondo-nero .wrapperpad a { color: var(--oro); } */
/* .bloccoForm.sfondo-nero input[type="text"],  */
/* .bloccoForm.sfondo-nero textarea,  */
/* .bloccoForm.sfondo-nero select { border: 2px solid var(--bianco); font-size: 16px; transition: box-shadow .1s ease-in-out, border .1s ease-in-out; } */
/* .bloccoForm.sfondo-nero input:focus, */
/* .bloccoForm.sfondo-nero textarea:focus, */
/* .bloccoForm.sfondo-nero select:focus { outline: none; } */
/* .bloccoForm.sfondo-nero input[type="text"]:focus, */
/* .bloccoForm.sfondo-nero textarea:focus,  */
/* .bloccoForm.sfondo-nero select:focus, */
/* .bloccoForm.sfondo-nero input[type="submit"]:active { box-shadow: 0 0 0 2px var(--oro); } */

/* .bloccoForm.sfondo-oro .wrapperpad { background-color: var(--oro); color: var(--bianco); } */
/* .bloccoForm.sfondo-oro .wrapperpad a { color: var(--nero); } */
/* .bloccoForm.sfondo-oro input[type="text"],  */
/* .bloccoForm.sfondo-oro textarea,  */
/* .bloccoForm.sfondo-oro select { border: 2px solid var(--bianco); font-size: 16px; transition: box-shadow .1s ease-in-out, border .1s ease-in-out; } */
/* .bloccoForm.sfondo-oro input:focus, */
/* .bloccoForm.sfondo-oro textarea:focus, */
/* .bloccoForm.sfondo-oro select:focus { outline: none; } */
/* .bloccoForm.sfondo-oro input[type="text"]:focus, */
/* .bloccoForm.sfondo-oro textarea:focus,  */
/* .bloccoForm.sfondo-oro select:focus, */
/* .bloccoForm.sfondo-oro input[type="submit"]:active { box-shadow: 0 0 0 2px var(--nero); } */


/* .bloccoForm.sfondo-bianco .wrapperpad { background-color: var(--bianco); color: var(--nero); } */
/* .bloccoForm.sfondo-bianco .wrapperpad a { color: var(--oro); } */
/* .bloccoForm.sfondo-bianco input[type="text"],  */
/* .bloccoForm.sfondo-bianco textarea,  */
/* .bloccoForm.sfondo-bianco select { border: 2px solid #CCC; font-size: 16px; transition: box-shadow .1s ease-in-out, border .1s ease-in-out; } */
/* .bloccoForm.sfondo-bianco input:focus, */
/* .bloccoForm.sfondo-bianco textarea:focus, */
/* .bloccoForm.sfondo-bianco select:focus { outline: none; } */
/* .bloccoForm.sfondo-bianco input[type="text"]:focus, */
/* .bloccoForm.sfondo-bianco textarea:focus,  */
/* .bloccoForm.sfondo-bianco select:focus, */
/* .bloccoForm.sfondo-bianco input[type="submit"]:active { box-shadow: 0 0 0 2px #CCC; } */


/* .bloccoForm .wrapperpad { padding: 20px; } */
/* .bloccoForm .wrapperpad .boxTitle { margin-bottom: 10px; } */

/* .bloccoForm .wrapperpad .boxPad textarea { max-width: 886px; max-height: 350px; min-width: 576px; } */
/* .bloccoForm .wrapperpad .boxPad input, */
/* .bloccoForm .wrapperpad .boxPad textarea, */
/* .bloccoForm .wrapperpad .boxPad select { border-radius: 6px; padding: 5px; } */

/* .bloccoForm .wrapperpad .boxPad .formrow { margin: 15px 0; } */
/* .bloccoForm .wrapperpad .boxPad tr { display: flex; margin: 15px 0; } */
/* .bloccoForm .wrapperpad .boxPad tr td:has(input[type="checkbox"]), */
/* .bloccoForm .wrapperpad .boxPad tr td:has(.blockConsole) { width: 100%; } */
/* .bloccoForm .wrapperpad .boxPad label { display: none; } */
/* .bloccoForm .wrapperpad .boxPad label:has(input[type="checkbox"]) { display: block; } */
/* .bloccoForm .wrapperpad .boxPad tr input[type="checkbox"], .bloccoForm .wrapperpad .boxPad .formrow input[type="checkbox"] { width: 15px; margin-right: 8px; } */

/* .bloccoForm .wrapperpad a { text-decoration: none; } */
/* .bloccoForm .wrapperpad a:hover { text-decoration: underline; } */

/* .bloccoForm.sfondo-oro .button, */
/* .bloccoForm.sfondo-nero .button, */
/* .bloccoForm.sfondo-bianco .button { background-color: var(--bianco); color: var(--nero); width: auto; transition: background-color .2s ease-in-out; } */

/* .bloccoForm.sfondo-oro .button:hover, */
/* .bloccoForm.sfondo-nero .button:hover, */
/* .bloccoForm.sfondo-bianco .button:hover { background-color: #CCC; transition: background-color .2s ease-in-out; } */
/* /* FINE CSS BLOCCO FORM */
*/ input,
button {
	border: 0 !important;
	outline: none;
}

header {
	width: 100%;
	float: left;
}


header .header-logo-search-container {
	display: flex;
	float: left;
	width: 100%;
	gap: 10px;
	align-items: center;
	padding-bottom: 20px;
}

header #cerca-prodotto-box,
.reorganized-header-container #cerca-prodotto-box-clone {
	flex: auto;
}

header #cerca-prodotto {
	position: relative;
	width: 90%;
}

.reorganized-header-container #cerca-prodotto {
	position: relative;
	width: 100%;
}

header #cerca-prodotto .form_submit_cerca,
.reorganized-header-container #cerca-prodotto .form_submit_cerca {
	position: absolute;
	right: 0;
	height: 45px;
	width: 45px;
	border: 0;
	background: var(--rosso);
	border-radius: 0 4px 4px 0;
	font-size: 1.375rem;
	line-height: 45px;
	cursor: pointer;
	transition: 0.1s linear;
}

.reorganized-header-container #cerca-prodotto .form_submit_cerca {
	border-radius: 0;
}

header #cerca-prodotto .form_submit_cerca:hover,
.reorganized-header-container #cerca-prodotto .form_submit_cerca:hover {
	background: #b3110f;
}

header #cerca-prodotto button.form_submit_cerca:hover .fa-search:before,
.reorganized-header-container #cerca-prodotto button.form_submit_cerca:hover .fa-search:before {
	color: #fff;
}

#logo_sito,
#logo_sito_clone {
	position: relative;
	flex: 0 0 16%;
}

#logo_sito a {
	display: block;
	float: left;
	width: 120px;
}

#logo_sito_clone a {
	width: 100px;
}

#logo_sito a img,
#logo_sito_clone a img {
	width: 100%;
	border-radius: 120px;
	float: left;
}


.reorganized-header-container {
	width: 100%;
	float: left;
	background: url(/web/images/fondi-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.reorganized-header-container .header-top-row {
	max-width: 1350px;
    width: 100%;
    margin: 0 auto;
	display: grid;
	justify-content: center;
	width: 100%;
	gap: 10px;
	grid-template-columns: 1fr 0.5fr 1fr;
	padding: 20px 20px;
}

.header-logo-clone {
	display: flex;
	justify-content: center;
}

header .header-tasto-telefono-orari {
	display: flex;
	font-size: 0.825rem;
	background: #fff;
	border-radius: 6px;
	padding: 2px 10px;
	border: 2px solid transparent;
	color: #333;
	font-weight: bold;
	align-self: center;
	margin-right: 10px;
	display: flex;
	align-items: center;
	height: 45px;
	flex-direction: row;
	gap: 10px;
	transition: 0.1s ease-in-out;
}

header .header-tasto-telefono-orari i {
	font-size: 18px;
}

header .header-tasto-telefono-orari:hover {
	color: #f22000;
	border-color: #f22000;
}

.header-tasto-telefono-orari__info {
	display: flex;
	flex-direction: column;
	margin-top: -0.5px;
}

header .header-tasto-telefono-orari .testosecondario {
	font-weight: normal;
}

/* INIZIO - PULSANTIERA ECOMMERCE */
.reorganized-header-container {
	display: none;
}

.reorganized-header-container .header-pulsantiera-clone {
	display: flex;
	justify-content: end;
}

header .nav-close {
	display: none;
}

.nav-back {
	display: none!important;
}

.reorganized-header-container .header-pulsantiera-ecommerce-clone div.accesso:first-child {
	display: none;
}

header .header-pulsantiera-ecommerce {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 210px;
	align-items: end;
}

.reorganized-header-container .header-pulsantiera-ecommerce-clone {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 210px;
	align-items: end;
}

header .header-pulsantiera-ecommerce .accesso,
.reorganized-header-container .header-pulsantiera-ecommerce-clone .accesso {
	width: 100%;
	height: 45px;
	display: flex;
	align-items: center;
}

header .header-pulsantiera-ecommerce #carrello-ecommerce,
.reorganized-header-container .header-pulsantiera-ecommerce-clone #carrello-ecommerce {
	width: 100%;
	height: 45px;
	display: flex;
	align-items: center;
	background: #ffec00;
	border-radius: 6px;
	border: 2px solid transparent;
	cursor: pointer;
	position: relative;
	transition: 0.1s ease-in-out;
}

#dettaglicarrello {
	width: 100%;
}

#dettaglicarrello .carrello-header {
	padding: 2px 10px;
}

header .header-pulsantiera-ecommerce .accesso img,
header .header-pulsantiera-ecommerce #carrello-ecommerce img,
.reorganized-header-container .header-pulsantiera-ecommerce-clone .accesso img,
.reorganized-header-container .header-pulsantiera-ecommerce-clone #carrello-ecommerce img {
	height: 20px;
	float: left;
}

header .header-pulsantiera-ecommerce #carrello-ecommerce:hover,
.reorganized-header-container .header-pulsantiera-ecommerce-clone #carrello-ecommerce:hover {
	border-color: #000;
}

header .header-pulsantiera-ecommerce #carrello-ecommerce:hover .total-product-number-cart-ant,
.reorganized-header-container .header-pulsantiera-ecommerce-clone #carrello-ecommerce:hover .total-product-number-cart-ant {
	background-color: #000;
}

header .header-pulsantiera-ecommerce #carrello-ecommerce:hover .total-price-cart,
.reorganized-header-container .header-pulsantiera-ecommerce-clone #carrello-ecommerce:hover .total-price-cart {
	color: #000;
}

.carrello-header {
	display: flex;
	gap: 15px;
	align-items: center;
}

header #carrello,
.reorganized-header-container #carrello {
	width: 100%;
	height: 45px;
}

header .login,
.reorganized-header-container .login {
	width: 100%;
	float: left;
	height: 45px;
	padding: 2px 10px 2px 11px;
	background: #fff;
	display: flex;
	align-items: center;
	border-radius: 6px;
	border: 2px solid transparent;
	transition: 0.1s linear;
	text-decoration: none;
}

header .login span,
.reorganized-header-container .login span {
	width: 100%;
	gap: 15px;
	display: flex !important;
}

header .login .testo_bottone_accesso,
.reorganized-header-container .login .testo_bottone_accesso {
	display: block !important;
	font-size: 0.975rem;
	font-weight: 600;
	color: #222;
}

header .login:hover,
.reorganized-header-container .login:hover {
	border-color: var(--rosso);
}

header .login:hover .testo_bottone_accesso,
.reorganized-header-container .login:hover .testo_bottone_accesso {
	color: var(--rosso);
}

.total-price-cart {
	display: block;
	font-size: 1rem;
	color: var(--rosso);
	font-weight: 600;
	transition: 0.1s ease-in-out;
}

.total-product-number-cart-ant {
	width: 25px;
	height: 25px;
	background: var(--rosso);
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--bianco);
	font-weight: 600;
	transition: 0.1s linear;
}

#carrello-ecommerce .testo_carrello {
	display: block !important;
}

header #anteprimacarrello,
.reorganized-header-container #anteprimacarrello {
	display: none;
	background: #fff;
	border-radius: 6px;
	padding: 10px;
	position: absolute;
	width: 350px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
	top: 48px;
	z-index: 9999;
	border: 2px solid #fff;
	right: 0;
}

header #anteprimacarrello td,
.reorganized-header-container #anteprimacarrello td {
	padding: 2px 4px;
}

header #vaialcarrello,
.reorganized-header-container #vaialcarrello {
	padding: 0 14px;
	height: 45px;
	font-size: 0.975rem;
	font-weight: 600;
	line-height: 42px;
	float: right;
	color: var(--rosso);
	background: var(--giallo);
	margin-top: 15px;
	text-transform: uppercase;
	border: 2px solid transparent;
	transition: 0.1s linear;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

#js-aggiungi-indirizzo-spedizione,
#utilizza_codice_sconto,
.js-add-button,
.js-edit-button {
	padding: 0 14px;
	height: 45px;
	font-size: 0.975rem;
	font-weight: 600;
	line-height: 2!important;
	float: right;
	color: var(--rosso)!important;
	background: var(--giallo)!important;
	margin-top: 15px;
	text-transform: uppercase;
	border: 2px solid transparent!important;
	transition: 0.1s linear;
	cursor: pointer;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

header #vaialcarrello:hover,
.reorganized-header-container #vaialcarrello:hover,
#js-aggiungi-indirizzo-spedizione:hover,
#utilizza_codice_sconto:hover,
.js-add-button:hover,
.js-edit-button:hover {
	border-color: #000!important;
	color: #000!important;
}

#utilizza_codice_sconto,
.js-add-button,
.js-edit-button {
	line-height: 2.8!important;
	font-weight: 500!important;
}

.js-add-button,
.js-edit-button {
	margin-top: 0;
}

#carrello-step .radio {
	background: transparent!important;
}

.elimina-button-indirizzo {
	height: 45px;
	line-height: 2;
}

#codice_sconto {
	margin-top: 20px;
}

header #anteprimacarrello h5,
.reorganized-header-container #anteprimacarrello h5 {
	font-size: 1rem;
	font-weight: 600;
	color: var(--nero);
	padding-bottom: 5px;
}

header #anteprimacarrello .anteprimacarrello-testo-vuoto,
.reorganized-header-container #anteprimacarrello .anteprimacarrello-testo-vuoto {
	font-size: 0.875rem;
}

/* FINE - PULSANTIERA ECOMMERCE */


/* INIZIO MENU PRINCIPALE */
header nav {
	width: 100%;
	float: left;
	background: #000;
}


header nav ul {
	display: flex;
	float: left;
	width: calc(100% + 10px);
	margin: 0 0 0 -10px;
	list-style-type: none;
}

header nav ul > li > a {
	padding: 12px;
	color: #fff;
	float: left;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	transition: 0.1s linear;
}

header nav ul li a:hover {
	background: #b3110f;
}

header .nav__li-principale {
	position: relative;
}

header .nav__li-principale .nav__primo-sottomenu,
header .nav__li-principale .nav__secondo-sottomenu {
	display: none;
	flex-direction: column;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 43px;
	left: 0;
	gap: 0;
	width: 350px;
	z-index: 99;
	padding: 0 0 0 10px;
}


header .nav__li-principale:not(.menu-discesa-con-foto):hover .nav__primo-sottomenu {
	display: flex;
}

header .nav__li-principale:not(.menu-discesa-con-foto):hover .nav__primo-sottomenu img {
	display: none;
}

header .nav__li-principale.menu-discesa-con-foto  {
	position: static!important;
}

header .menu-discesa-con-foto .primo-sottomenu__li i {
	display: none;
}

header .menu-discesa-con-foto:hover .nav__primo-sottomenu {
	display: grid;
    grid-template-columns: repeat(6, 1fr);
	padding: 10px;
}

header .menu-discesa-con-foto .primo-sottomenu__li {
	width: 100%;
	height: 180px;
	padding: 10px;
	border-radius: 6px!important;
}

header .menu-discesa-con-foto .primo-sottomenu__li a {
	border: 0!important;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 0!important;
	flex-direction: column;
	text-align: center;
}

header .menu-discesa-con-foto .primo-sottomenu__li a img {
	height: 125px;
	margin-bottom: 5px;
}

header .nav__li-principale.menu-discesa-con-foto .nav__primo-sottomenu {
	left: 0;
	width: 100%;
	top: unset;
	margin: 43px 0 0 0;
}


header .nav__li-principale .nav__primo-sottomenu li {
	flex: 1;
	border-radius: 3px 0 0 3px;
	display: flex;
	align-items: center;
	column-gap: 10px;
	padding-right: 10px;
}

header .nav__li-principale > a {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

header .nav__li-principale > a > i {
	color: #fff;
	transform: rotate(90deg);
}

header .nav__li-principale .nav__primo-sottomenu li {
	padding-right: 10px;
}

header .nav__li-principale .nav__primo-sottomenu li i {
	color: #666;
}

header .nav__li-principale .nav__primo-sottomenu li:hover {
	background: rgba(242, 0, 0, 0.4);
}

header .nav__li-principale .nav__primo-sottomenu li a {
	padding: 6px 0 6px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	color: #666;
	width: 100%;
	align-items: center;
}

header .nav__li-principale .nav__primo-sottomenu li > a {
	display: flex;
	justify-content: space-between;
}

header .nav__li-principale .nav__primo-sottomenu li:last-child > a {
	border: 0;
}

header .nav__li-principale .nav__primo-sottomenu li:hover a {
	background: transparent;
	color: var(--nero);
}

header .nav__li-principale .nav__primo-sottomenu li:hover i {
	color: var(--nero);
}

header .nav__li-principale .nav__primo-sottomenu li:hover ul {
	display: flex;
}

header .nav__li-principale .nav__primo-sottomenu li .nav__secondo-sottomenu {
	left: 358px;
	top: -1px;
}

header .nav__li-principale .nav__primo-sottomenu li ul li:last-child a {
	border-bottom: 0;
}

/* FINE MENU PRINCIPALE */

/*
.menu { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; justify-content: space-around; height: 145px; padding: 0 40px; max-width: calc(100% - 120px);margin: auto; }
.menu.menu_admin { padding-right: 100px; }
#menu_tendina { background-color: var(--nero); display: inline-block; width: 100%; text-align: left; }
#menu_tendina ul { list-style-type: none; line-height: 40px; max-width: calc(100% - 120px);margin: auto; }
#menu_tendina ul li { display: inline-block; width: calc((100% - 300px) / 10); text-align: center; }
#menu_tendina ul li:hover { background-color: #209462 }
#menu_tendina ul a { text-transform: uppercase; font-size: 14px; text-decoration: none; color: var(--bianco); font-family: AvantgardeMedium; }
*/


.lingue_social ul {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 0;
}

.lingue_social ul a {
	display: block;
	height: 24px;
}

#social {
	display: flex;
	column-gap: 15px;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 10px;
}

#social a {
	color: var(--oro);
	font-size: 1.6rem;
}

.lingue_social.principale {
	display: none;
}

#menu_tendina .lingue_social.telefono {
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

#menu_tendina .lingue_social.telefono #social a {
	margin: 0 5px;
	color: var(--nero)
}

.menu-social-lingue-ecomm .lingue_social ul {
	flex-direction: column;
	row-gap: 3px;
}

.menu-social-lingue-ecomm .lingue_social #lingue {
	height: 24px;
	width: 24px;
	position: relative;
	overflow: hidden;
	top: 0;
}

.menu-social-lingue-ecomm .lingue_social #lingue:hover {
	overflow: unset;
}

#menu_tendina .lingue_social #login {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 12px 0;
}

#menu_tendina .lingue_social #login i {
	color: #000;
}

#icona_menu {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#icona_menu img {
	height: 30px;
	display: none;
}

#icona_menu:hover {
	cursor: pointer;
}

.menu-social-lingue-ecomm {
	width: 100%;
	display: flex;
	justify-content: end;
	align-items: center;
	position: relative;
	top: 18px;
}

.linea {
	background-color: var(--oro);
	height: 4px;
	border-radius: 10px;
	;
}

.linea.lunga {
	width: 100%;
}

.linea.corta {
	width: 60%;
	margin: 6px 0;
}

header {
	position: relative;
	background: url('/web/images/fondi-header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

#immagine_header {
	width: 100%;
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#immagine_header img {
	display: none;
}

#titolo_header {
	background-color: var(--nero);
	text-align: center;
	padding: 15px 0;
}

#multimedia {
	margin-bottom: -5px;
}

#multimedia .video-box>video {
	width: 100%;
	height: auto;
	background-color: var(--nero)
}

/* .testo_info_registrazione { float: left; width: 100%; border-bottom: 1px solid #ddd; margin-bottom: 20px; padding-bottom: 25px; } */

#login ul {
	list-style-type: none;
	margin: 0;
	background: #fff;
    border-radius: 6px;
    padding: 10px;
	display: none;
    position: absolute;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
    top: 50px;
	min-width: 150px;
    z-index: 9999;
	width: 100%;
    border: 2px solid #fff;
    right: 0;
}

.dropdown_menuProfilo--visible {
	display: block!important;
}

#login ul a {
	padding: 4px 0;
	color: #000;
	width: 100%;
	float: left;
	transition: 0.1s linear;
}

#login ul a:hover {
	color: var(--rosso);
}

.cercalibro-box {
	z-index: 99999999;
	margin-top: 20px;
	position: relative;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}

.cercalibro {
	z-index: 99999999;
	margin-top: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
}

#testodacercare {
	position: relative;
	padding: 0 30px 0 15px;
	background: rgba(255, 255, 255, 0.75);
	height: 45px;
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	border-radius: 5px;
	outline: none;
	transition: 0.1s linear;
}

.reorganized-header-container #testodacercare {
	border-radius: 0;
}

#testodacercare:hover,
#testodacercare:focus {
	background: #fff;
}

/* .cercalibro:focus {
	border-color: 80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255 .25);
} */

.bottone-ricerca-avanzata {
	text-decoration: none;
	display: none;
}

#dropdown_menuProfilo {
	position: relative;
}

.contenitore_prodotto_aggiunto {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 99999;
	width: 100%;
	height: 100%;
}

.box_prodotto_aggiunto {
	width: auto;
	height: auto;
	padding: 30px;
	background: #FFF;
	position: fixed;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: column;
	transform: translate(-50%, -50%);
}

.box_prodotto_aggiunto__messaggioAggiunta {
	padding: 12px 20px 11.5px;
	background: #c4edb1;
	border-radius: 8px;
	font-size: 0.925rem;
	line-height: 1.4;
	letter-spacing: 0.8px;
	display: flex;
	align-items: center;
	color: #000;
}

.contenitori_tasti {
	display: flex;
	column-gap: 20px;
	margin-top: 20px;
}


.home-banner {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	transition: 0.1s ease-in-out;
}

.home-banner:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.home-banner img {
	width: 100%;
	float: left;
}


/* INIZIO CSS SLIDER BANNER */

.gallery-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.carousel-banner-main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-banner {
	display: flex;
	overflow-x: auto;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

.gallery-banner, 
.carousel-banner-main {
	overflow-x: hidden;
}

.carousel-banner::-webkit-scrollbar {
	display: none;
}

.carousel-banner img.banner {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}


.carousel-banner a {
	flex: 0 0 100%;  
	scroll-snap-align: start;  
	display: block;
}

/* FINE CSS SLIDER BANNER */


/* INIZIO - BRICIOLE */
#pageBreadcrumbs {
	width: 100%;
	float: left;
	padding: 15px 0 15px;
}

#pageBreadcrumbs ol {
	list-style-type: none;
	display: flex;
	gap: 8px;
}

#pageBreadcrumbs ol a {
	font-size: 0.875rem;
	color: #444;
	font-weight: 500;
	padding: 2px 0;
	transition: 0.1s ease-in-out;
}

#pageBreadcrumbs ol a:hover {
	text-decoration: underline;
	color: var(--rosso);
}

#pageBreadcrumbs ol i {
	font-size: 0.825rem;
	color: #444;
}
/* FINE - BRICIOLE */


/* Prodotti */
.wrapper {
	max-width: 1350px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

main .wrapper {
	max-width: 1360px;
}

main .schedaProdotto.wrapper {
	max-width: 1350px;
}

.main-content {
	width: 100%;
	float: left;
	margin: 50px 0;
}

.filtro-pagina-prodotti-mobile,
.colonna_sx_filtro__chiudi {
	display: none;
}

.main-content__contenuti_pagina,
.main_contenuti_carrello_sopra {
	width: 100%;
	float: left;
	padding: 20px;
	background: var(--oro);
	color: #FFF;
	line-height: 1.2;
	text-align: center;
}

.main-content>* {
	color: #000;
}

.main-content__contenuti {
	width: 100%;
	float: left;
	display: flex;
}

#riassegnapassword {
	margin-top: 30px;
}

#riassegnapassword h4 {
	margin-bottom: 15px;
}

.colonna_sx_filtro {
	width: 220px;
	height: auto;
	float: left;
	color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: sticky;
	top: 20px;
	padding: 0 5px;
	row-gap: 10px;
}

.colonna_sx_filtro__sopra,
.colonna_sx_filtro__consigliati {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
}

label[for="ricerca_prodotti_veloce"] {
	font-size: 0.95rem;
	font-weight: 500;
	margin-top: 0;
}

#ricerca_prodotti_veloce {
	height: 38px;
	margin-bottom: 25px;
	padding: 0 10px;
	font-size: 0.95rem;
}

.colonna_sx_filtro__sopra>p,
.colonna_sx_filtro__consigliati>p {
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: 30px;
}

.colonna_sx_filtro__consigliati>p {
	margin-bottom: 10px;
}

.colonna_sx_filtro__area_riservata {
	border: 1px solid #aaa;
	margin-top: 40px;
	width: 100%;
	padding: 10px 5px;
	color: #000 !important;
	text-decoration: none;
}

.colonna_sx_filtro__area_riservata:hover .area_riservata__utente {
	color: var(--oro) !important;
}

.colonna_sx_filtro__area_riservata>p {
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	font-size: 1rem;
}

.area_riservata__utente {
	text-align: center;
	transition: 0.1s linear;
}

.area_riservata__utente p {
	font-size: 0.875rem;
	font-weight: 300;
	padding: 10px 0;
}

.area_riservata__dettagli_carrello {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	align-items: center;
}

.area_riservata__dettagli_carrello img {
	width: 70px;
}

.area_riservata__dettagli_carrello p {
	font-size: 0.875rem;
	font-weight: 300;
	text-align: center;
}

.filtroCategoria {
	flex-direction: column;
	width: 100%;
	margin-bottom: 15px;
	display: grid;
	grid-template-columns: 1fr;
}

.filtroCategoria:last-child {
	margin-bottom: 0;
}

.filtroCategoria label {
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #444;
	font-size: 0.825rem;
	cursor: pointer;
	padding: 7px 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	transition: 0.1s linear;
}

.filtroCategoria label:hover {
	color: var(--rosso);
}

.filtroCategoria input[type="checkbox"] {
	float: left;
	width: auto !important;
	margin-right: 10px;
	cursor: pointer;
	margin-top: 0;
}

.filtroCategoria_nomeCaratteristica {
	align-self: center;
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: 600;
}

.contenitore_prodotto_aggiunto {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 99999;
	width: 100%;
	height: 100%;
}

.box_prodotto_aggiunto {
	width: auto;
	height: auto;
	padding: 30px;
	background: #FFF;
	position: fixed;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: column;
	transform: translate(-50%, -50%);
}

.box_prodotto_aggiunto__messaggioAggiunta {
	padding: 12px 20px 11.5px;
	background: #c4edb1;
	border-radius: 8px;
	font-size: 0.925rem;
	line-height: 1.4;
	letter-spacing: 0.8px;
	display: flex;
	align-items: center;
	color: #000;
}

.contenitori_tasti {
	display: flex;
	column-gap: 20px;
	margin-top: 20px;
}

.box_prodotto_aggiunto__continuaAcquisti {
	padding: 13px 20px;
	display: flex;
	align-items: center;
	border: 2px solid var(--nero);
	color: var(--nero);
	font-size: 0.925rem;
	line-height: 1.4;
	text-transform: uppercase;
	cursor: pointer;
}

.box_prodotto_aggiunto__continuaAcquisti:hover {
	color: #fff;
	background: var(--nero);
}

.box_prodotto_aggiunto__vaiAlCarrello {
	padding: 13px 20px;
	display: flex;
	align-items: center;
	background: var(--rosso);
	color: #FFF;
	font-size: 0.925rem;
	line-height: 1.4;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}

.box_prodotto_aggiunto__vaiAlCarrello:hover {
	background: #b3110f;
}

#main-content__colonna-dx {
	width: calc(100% - 220px);
	float: left;
	padding: 0 5px;
}

#contenitore_prodotti_ricerca {
	width: 100%;
	float: left;
}

#contenitore_prodotti_ricerca .prodotti_nessun_prodotto {
	color: #000;
}

#lista_prodotti {
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
	gap: 10px;
}

.prodotto {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: start;
	background: #fff;
}

.prodotto a {
	text-decoration: none;
	min-height: 44px;
}

.prodotto .action-buttons__dec-quantity--disabled {
	background: #ddd !important;
	color: #888;
}

.prodotto .action-buttons__span {
	width: 30px;
	height: 30px;
	background: #000;
	display: flex;
	align-items: center;
	color: #FFF;
	justify-content: center;
	cursor: pointer;
	user-select: none;
}

.prodotto .action-buttons__span:hover:not(.action-buttons__dec-quantity--disabled) {
	background: #333;
}

.prodotto .quantity-product {
	width: 50px;
	text-align: center;
	background: #000;
	border: 0;
	color: #fff;
}

.prodotto__contenitore {
	display: flex;
	position: relative;
	flex-direction: column;
}

.prodotto_esaurito {
	text-align: center;
	background: #888;
	color: #fff;
	float: left;
	height: 30px;
	vertical-align: center;
	padding: 3px 0;
}

.prodotto__aggiunta_carrello {
	display: flex;
	column-gap: 9px;
	height: 100%;
	justify-content: space-between;
}

.aggiunta_carrello__selettore_quantita {
	display: flex;
	column-gap: 2px;
}

.colonna_sx_filtro__consigliati_lista {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
	width: 100%;
}

.prodotto__aggiunta_carrello .aggiunta_carrello__selettore_quantita p {
	width: 26px;
	height: 30px;
	background: #000;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
}

#azioni_ecommerce .messaggio {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}

.schedaProdotto {
	color: #000;
	display: flex;
	flex-direction: row;
}

.schedaProdotto .schedaProdotto_immagineProdotto {
	padding-right: 10px;
}

.schedaProdotto_datiProdotto:not(.senza-video) {
	padding: 0 10px;
}

.schedaProdotto_immagineProdotto {
	flex: 0 0 30%;
	max-width: 30%;
	text-align: center;
	position: relative;
}

.schedaProdotto_immagineProdotto .prodotto__contenitore_sconto {
	border-radius: 10px 0 0 0;
}

.schedaProdottoContenitore {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	margin-bottom: 20px;
}

.schedaProdotto_immagineProdotto img#mainImage {
	max-width: 600px;
	width: 100%;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	min-width: 100%;
	min-height: 100%;
}

.schedaProdotto_datiProdotto {
	flex: 0 0 40%;
}

.schedaProdotto_datiProdotto.senza-video {
	flex: 0 0 70%;
}

.schedaProdotto_datiProdotto h1 {
	font-size: 1.5rem;
}

.schedaProdotto_datiProdotto h6 {
	color: #888;
	margin-top: 5px;
}

.schedaProdottoContenitore h3 {
	margin-bottom: 2rem;
}

.schedaProdotto h2 {
	margin-bottom: 24px;
}

.schedaProdotto_datiProdotto {
	font-weight: 300;
	line-height: 1.3;
}

.action-buttons__quantity-input {
	display: flex;
	color: #FFF;
	font-size: 1.5rem;
	column-gap: 2px;
}

.product-info__action-buttons {
	margin-top: 40px;
}

.product-info__action-buttons .action-buttons__span {
	width: 40px;
	height: 45px;
	background: #ffec00;
	display: flex;
	align-items: center;
	color: var(--rosso);
	justify-content: center;
	cursor: pointer;
	border: 2px solid transparent;
	user-select: none;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.product-info__action-buttons .action-buttons__span:hover:not(.action-buttons__dec-quantity--disabled) {
	border-color: #000;
	color: #000;
}

.product-info__action-buttons .quantity-product {
	width: 50px;
	text-align: center;
	background: #ffec00;
	border: 0;
	color: var(--rosso);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.action-buttons__add-to-cart {
	background: #ffec00;
	color: var(--rosso);
	border: 2px solid transparent;
	height: 45px;
	padding: 0 20px;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 600;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
	cursor: pointer;
	user-select: none;
	transition: 0.1s linear;
}

.action-buttons__add-to-cart:hover {
	border-color: #000;
	color: #000;
}

#form_aggiungi_prodotto_al_carrello {
	margin-top: 40px;
}

#form_aggiungi_prodotto_al_carrello td {
	display: flex;
	column-gap: 15px;
}

.product-info__action-buttons .action-buttons__dec-quantity--disabled {
	background: #ddd;
	color: #888;
}

/* .bloccoTesto .testo:has(table:nth-of-type(1)):has(table:nth-of-type(2)) { */
/*     table { */
/* 		float: left; */
/*         width: calc(50% - 10px)!important; */
/* 		margin-top: 30px; */
/* 		margin-bottom: 30px; */
/* 		font-size: 1rem; */
/* 		width: 100% !important; */
/*     } */

/* 	table + table { */
/* 		 margin-left: 20px; */
/* 	} */

/* 	table, */
/* 	table tr, */
/* 	table tr td { */
/* 		border-collapse: collapse; */
/* 		border: 0; */
/* 	} */

/* 	table tr { */
/* 		border-bottom: 1px solid #292929; */
/* 	} */

/* 	table tr td { */
/* 		padding: 8px 0; */
/* 	} */

/* 	table tr:last-child { */
/* 		border-bottom: 0; */
/* 	} */

/* 	table tr td:first-child { */
/* 		color: var(--oro); */
/* 		border: 0!important; */
/* 	} */
/* } */


.schedaProdotto__pulsantiNavigazione {
	display: flex;
	width: 100%;
	float: left;
	flex-direction: column;
	row-gap: 1px;
}

.schedaProdotto__pulsantiNavigazione a {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.75rem;
	color: #FFF;
	background: #B59056;
	text-decoration: none;
	font-weight: 700;
	transition: 0.1s linear;
}

.schedaProdotto__pulsantiNavigazione a:hover {
	background: #000;
}

.product-info__prices {
	margin-top: 25px;
}

.product-info__prices-main-price {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.product-info__prices-main-price .prezzo_principale {
	color: var(--rosso);
}

.product-info__prices-main-price .dati_prodotto__sconto_prodotto {
	font-size: 1.125rem;
	width: 100%;
	float: left;
	color: #888;
	font-weight: bold;
}

.product-info__prices-main-price .product-info__saled-price {
	font-size: 1.75rem;
	width: 100%;
	font-weight: bold;
	float: left;
	text-decoration: line-through;
	display: block;
	color: #888;
	margin-bottom: 10px;
}

.schedaProdotto .video-short {
	width: 30%;
	position: relative;
	padding-bottom: 49.77%;
	height: 0;
	overflow: hidden;
}

.schedaProdotto .video-short iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product-info__prices-info-price {
	font-size: 1.125rem;
	width: 100%;
	float: left;
}


.schedaProdotto__prodottiCorrelati {
	display: grid;
    padding: 0 0 40px;
    grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
    gap: 10px;
}

.radio-metodo-pagamento--descrizione-pagamento,
.radio-metodo-spedizione--descrizione-spedizione {
	padding: 8px 0 0 12px;
}

.product-info__action-buttons .red-text {
	font-size: 1em;
	font-weight: bold;
}

.schedaProdotto__prodottiCorrelati .form_aggiungi_carrello_bottone,
.schedaProdotto__prodottiCorrelati .dati_prodotto__sconto_prodotto,
.schedaProdotto__prodottiCorrelati .dati_prodotto__contenitore_prezzo_scontato {
	display: none;
}

.schedaProdotto__prodottiCorrelati .prodotto__contenitore_sconto {
	padding: 0 6px;
}

.schedaProdotto__prodottiCorrelati .prodotto_contenitore__dati_prodotto {
	text-align: center;
}

.schedaProdotto__prodottiCorrelati .prodotto {
	max-width: 122px;
}

.schedaProdotto__prodottiCorrelati .dati_prodotto__prezzo_prodotto_intero {
	font-size: 1.125rem;
}

.schedaProdotto__prodottiCorrelati .dati_prodotto__contenitore_prezzo_scontato,
.schedaProdotto__prodottiCorrelati .dati_prodotto__prezzo_prodotto_scontato {
	font-size: 1rem;
}

.schedaProdotto__prodottiCorrelati .dati_prodotto__prezzo_prodotto {
	margin-top: 5px;
	text-align: center;
}

/* INIZIO CSS SLIDER IMMAGINI */

.gallery-container {
    width: 100%;
}

.main-display img {
    width: 100%;
    height: 393px;
    object-fit: contain;
    border-radius: 8px;
}

.carousel-container,
.lista-prodotti-container {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.lista-prodotti-container {
	margin-top: 0;
	width: 100%;
}

.carousel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
    scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel img.thumb {
    flex: 0 0 auto;
    width: 125px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
    border: 2px solid transparent;
}


.carousel img.thumb.active {
    border-color: red
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 20px;
    cursor: pointer;
	width: 36px;
	height: 36px;
    border-radius: 50%;
    user-select: none;
    z-index: 10;
	transition: 0.1s linear;
}

.carousel-btn:hover {
	color: var(--bianco);
	background-color: var(--rosso);
}

.carousel-btn.prev {
    left: 8px;
}

.carousel-btn.prev i {
    margin-left: -2px;
}

.carousel-btn.next {
    right: 8px;
}

.carousel-btn.next i {
    margin-right: -2.5px;
}

/* INIZIO CSS ULTIMI PRODOTTI SLIDER */

.carousel-no-main {
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    gap: 10px;
    scrollbar-width: none;
	padding: 0 5px 20px;
    box-sizing: border-box;
    scroll-padding-left: 5px;
    scroll-padding-right: 5px;
}

.carousel-no-main .bloccoProdotto.col3,
.carousel-no-main .bloccoProdotto.col4,
.carousel-no-main .bloccoProdotto.col6 {
	min-width: unset!important;
	max-width: unset!important;
}

.carousel-no-main.col4 {
    grid-auto-columns: calc((calc(100% - 30px) - 3 * 10px) / 4);
	min-width: unset!important;
	max-width: unset!important;
}

.carousel-no-main.col5 {
    grid-auto-columns: calc((calc(100% - 30px) - 4 * 10px) / 5);
	min-width: unset!important;
	max-width: unset!important;
}

.carousel-no-main.col6 {
    grid-auto-columns: calc((calc(100% - 30px) - 5 * 10px) / 6);
	min-width: unset!important;
	max-width: unset!important;
}

.carousel-no-main .prodotto {
    scroll-snap-align: start;
	width: 100%;
}

.carousel-no-main::-webkit-scrollbar {
    display: none;
}

/* FINE CSS ULTIMI PRODOTTI SLIDER */



/* FINE ULTIMI PRODOTTI INSERITI */



body .messaggio {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	border-radius: 6px;
	border: 0;
	background-image: none;
	padding: 15px;
	font-size: 1rem;
	flex-direction: column;
}

.obligatorio {
	font-size: 0.87rem;
    color: var(--rosso);
    font-weight: 500;
	float: left;
	width: 100%;
	padding: 3px 0;
}

.regole_password {
	float: left;
    width: 100%;
    border-radius: 6px;
}

.link_completa_pagamento {
	padding: 14px 0;
}

.only-mobile {
	display: none;
}

.link_completa_pagamento a {
	color: var(--rosso);
}

.regole_password ul {
	padding-left: 40px;
}

.indirizzi__form-aggiungi {
	width: 100%;
}

.obl {
	border-color: var(--rosso)!important;
}


/* INIZIO - BLOCCO YOUTUBE SHORT */
.blockYouTubeShort .boxPad {
	position: relative;
	width: 100%;
	padding-bottom: 177.77%;
	height: 0;
	overflow: hidden;
	background: #000;
}

.blockYouTubeShort .boxPad iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* INIZIO - CARRELLO */
.tabellaordine th {
	padding: 10px 5px;
	text-align: left;
	white-space: nowrap;
	background: transparent!important;
}

.tabellaordine {
	width: calc(100% + 8px);
	border-collapse: collapse;
}

.tabellaordine.dati td {
	padding: 0 5px;
}

.tabellaordine.dati th {
	text-align: left!important;
}

.carrello-box td {
	padding: 4px 5px;
}

#carrello-step .button {
	text-transform: uppercase!important;
	font-size: 0.975rem;
}

.carrello-box td img:not(.img-copertina-tabella img) {
	width: 19px;
	float: left;
}

.back-button-carrello .button,
#indietro_ordineweb {
	height: 45px!important;
	line-height: 30px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
	transition: 0.1s linear;
}

.back-button-carrello .button:hover,
#indietro_ordineweb:hover {
	border-color: #bbb;
	background: #bbb;
}

.carrello-box td a {
	color: var(--rosso);
	float: left;
}

.carrello-box td a:hover {
	text-decoration: underline;
}

.carrello-box td input[type="text"] {
	min-width: 60px;
}

.carrello-tfoot-text {
	width: 100%;
	float: left;
	padding: 4px 0;
}

.carrello-tfoot-text strong {
	color: var(--rosso);
	font-size: 1.5rem;
	font-weight: bold;
}

#carrello-step label {
	white-space: normal!important;
}

#carrello-step tfoot tr th:last-child,
#carrello-step tfoot tr th:last-child > *,
.tabellaordine tfoot tr th:last-child,
.tabellaordine tfoot tr th:last-child > * {
	text-align: right!important;
}

.proseguiordine a {
	text-transform: uppercase!important;
}

.dropDownProfilo {
	display: flex!important;
    font-size: 0.825rem;
    background: #fff;
    border-radius: 6px;
    padding: 2px 10px;
    border: 2px solid transparent;
    color: #333;
    font-weight: bold;
    align-self: center;
    align-items: center;
	cursor: pointer;
    height: 45px;
    flex-direction: row;
    gap: 10px;
    transition: 0.1s ease-in-out;
}

.dropDownProfilo:hover {
	color: #f22000;
    border-color: #f22000;
}
/* FINE - CARRELLO */

.button-save {
	padding: 10px 32px;
	color: #000 !important;
	text-decoration: none;
}

.button-save:hover {
	color: #000 !important;
	background: transparent !important;
	border-color: transparent !important;
}

.contenitore-carrello-fatturazione label[for="cf_ordine"] {
	float: left;
	width: 100%;
	margin: 0 0 6px;
	font-weight: 500;
}

#cf_ordine {
	height: 44px;
}


.indirizzi-box h4 {
	width: 100%;
	float: left;
}


.popup-newsletter-brevo {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	transition: 0.3s;
	max-width: 540px;
	width: calc(100% - 10px);
	z-index: 99;
	min-height: 600px;
	padding-top: 30px;
}

.popup-newsletter-brevo .chiudi-popup-newsletter {
	width: 20px;
	height: 20px;
	position: fixed;
	right: 0;
	cursor: pointer;
	top: 0;
}

.contenitore-popup-newsletter-brevo {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
	opacity: 0;
}

.popup-newsletter-brevo iframe {
	height: 600px;
	width: 100%;
}


/* CSS ALBERTO */
/* .colonna_sx_filtro { */
/*   position: relative; */
/*   top: 0; */
/* } */

/* .colonna_sx_filtro__area_riservata, */
/* .colonna_sx_filtro__consigliati { */
/* 	display: none; */
/* } */


/* .contenitore_carrello_vuoto { */
/* 	background: var(--oro)!important; */
/* } */

/* .carrello_vuoto_icona span { */
/* 	background: #FFF!important; */
/* } */

/* .carrello_vuoto_icona span i { */
/* 	color: var(--oro)!important; */
/* } */


/* .carrello_vuoto_testo, */
/* .carrello_vuoto_testo_sottotitolo { */
/* 	color: #FFF; */
/* } */


input[type="text"]:read-only {
	background: #f0f0f0 !important;
}

#dati-utenteweb-contenitore {
	width: 740px;
	margin: 0 auto;
}

.indirizzi__ind-cont {
	margin-bottom: 20px;
}

.indirizzi__ind-cont td {
	padding: 4px 4px 4px 0;
}

.ind-cont__tr:last-child td {
	padding-top: 10px;
}

.main-content tr td {
	padding: 10px 0;
}