<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Kotori 2.8 
Â© Niji.Net 2020
www.nijinet.it
*/

:root
{
--elementi: #423330;
--elementi_scuro: #261E1C;
--collegamento: #913F36;
--collegamento_attivo: #BC0806;
--testo: #626262;
--titoli: #076107;
--pulsanti: #805015;
--bordo_pulsanti: #784200;
--sfondo_menu: #022F02;
--sfondo_sottomenu: #022302;
--testo_menu: #FFFFFF;
--testo_menu_attivo: #000000;
--titoli_pulsanti: #CC0000;
--titoli_pulsanti_attivo: #AA1B08;
--neutro: #FAF8F1;
--colophon: #000900;
--collegamento_chiaro: #6EAB6B;
--collegamento_chiaro_attivo: #AACCAA;
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}


body.scrolling {
  overflow-y: hidden;
}


body
{
margin: 0;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + #contenitore {
  padding-top: 60px;
}


/* Gallerie */

.chi_siamo
{
  margin-top: 20px;
}

.scorrevole_chi_siamo
{
width: 350px;
}



#testata_articoli
{
	width: 100%;
	height: 120px;
	background: var(--sfondo_menu);
}


#pulsanti
{
	position: fixed;
	width: 100%;
	height: 50px;
	padding: 10px 0 10px 0;
background: rgb(2,0,36);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0.6) 30%, rgba(255,255,255,0) 83%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.6) 30%, rgba(255,255,255,0) 83%);
background: linear-gradient(180deg, rgba(0,0,0,0.6) 30%, rgba(255,255,255,0) 83%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#ffffff",GradientType=1);
top: 0;
	right: 0;
	z-index: 1001;
	transition: all 0.5s ease-in;
}

#onamae, #incipit
{
	float: left;
	margin-right: 1%;
	color: white;
transition: all 0.2s ease;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#onamae
{
	position: fixed;
	top: 14px;
	left: 130px;
	margin-top: 0;
	font-size: 48px;
}

#pulsanti h2 a
{
	font-family: 'Tangerine', serif; 
	color: white;
}

#incipit
{
position: fixed;
top: 65px;
left: 135px;
font-family: 'Montserrat', sans-serif;
}

#incipit p
{
margin-top: 0;
}

.wa
{
margin-right: 10px;
}

#testata
{
	width: 100%;
	position: relative;
	/*padding-bottom: 30%;*/
box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.25), 0 1px 7px 0 rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

#logo_testata
{
	position: fixed;
top: 10px;
left: 50px;
height: 140px;
transition: all 0.2s ease;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 1000;
}



/* Icone destra */
ul.icone_destra
{
display: inline-block;
position: absolute;
right: 10px;
top: -5px;
float: right;
}

ul.icone_destra li
{
	display: inline-block;
float: left;
}

ul.icone_destra li a:hover
{
color: white;
}


/* Pagina */
#contenitore
{
width: 100%;
background-color: #FCFCFC;
margin: 0 auto;
border-bottom: 2px #FFFBF8 solid;
}

#contenuto, #contenuto_barra
{
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	padding-bottom: 3.6em;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	overflow: hidden;
	padding-bottom: 40px;
}

#contenuto p, #contenuto ul, #contenuto_barra , #contenuto_barra ol, #contenuto_barra ul, .produttore p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 2em;
	font-style: normal;
	font-weight: 300;
	color: var(--testo);
}

#contenuto ul
{
line-height: 1.3em;
}

#contenuto_barra , #contenuto_barra ul, #contenuto_barra ol
{
	line-height: 1.75em;
}

a:link, a:visited
{
	color: var(--collegamento);
	text-decoration: none;
}

a:active, a:hover { color: var(--collegamento_attivo); }

ol {
  counter-reset: item;
  margin-bottom: 2em;
}

ol li 
{
  margin-bottom: 0.6em;
}


/* Titoli */

h1, h2
{
	font-family: 'Antic Didone', serif;
	font-size: 2em;
	color: var(--titoli);
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
}

h3.t_zona
{
	font-size: 2.5em;
	margin-top: 0;
}

h3.t, h3.titolo_blocco
{
	font-family: 'Antic Didone', serif;
	color: var(--titoli);
	font-size: 1.5em;
	font-weight: normal;
}

h3.t
{
	text-align: center;
}

/* Riquadri &amp; Pulsanti*/
.dovesiamo, .parolechiave_tags a, .add_to_cart, .number-input quantita, #info_trattamento, #info_carrello, .scorrevole_home a, .elenco_colori /*nav, */
{
border-radius: 4px;
}

.number-input quantita:hover
{
background-color: #e6e6e6;
border-color: #adadad;
}


/* Dove siamo */
.dovesiamo
{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.75em;
	color: gray;
	padding: 8px 0;
	list-style: none;
	width: 80%;
	margin: 30px auto 20px auto;
}

.dovesiamo a:link,.dovesiamo a:visited
{
color: #A37878;
}

.dovesiamo a:active,.dovesiamo a:hover
{
color: #B0470C;
}

.dovesiamo &gt; li
{
padding: 0 20px;
position: relative;
white-space: nowrap;
display: inline-block;
}

.dovesiamo &gt; li:before
{
content: '';
padding: 0;
}

.dovesiamo &gt; li:after
{
content: '';
display: block;
position: absolute;
top: 0;
right: -5px;
width: 13px;
height: 13px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}


/* Blocchi */

.scorrevole_home h3
{
	position: relative;
	margin-left: 10%;
	margin-top: 6%;
	font-size: 1.5em;
	margin-bottom: 2%;
}

.scorrevole_home p
{
	margin-left: 10%;
	width: 25%;
	line-height: 24px;
}

#blocco_home
{
width: 93%;
margin-right: 3.5%;
margin-left: 3.5%;
	overflow: hidden;
	margin-bottom: 3%;
}

#blocco_home_testo
{
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}

.blocco_3
{
	width: 30%;
	margin-right: 1.66%;
	margin-left: 1.66%;
	display: inline-block;
	float: left;
	position: relative;
	margin-bottom: 3%;
-webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.blocco_2
{
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	display: inline-block;
	float: left;
	position: relative;
	margin-bottom: 3%;
-webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.blocco_3 a, .blocco_2 a, .titolo_ombra
{
-webkit-transition: 0.2s linear;
-moz-transition: 0.2s linear;
transition: 0.2s linear;
}

.blocco_3 img, .blocco_2 img
{
	width: 100%;
	margin: 0;
}

h3.titolo_blocco
{
	margin-top: 1%;
	margin-bottom: 1%;
	text-align: center;
}

.scimmione
{
	background: #f4f4f4;
	padding-top: 1.5%;
	padding-bottom: 1%;
}

#saro
{
	width: 48%;
	min-height: 60px;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	position: relative;
}

#saro p
{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: var(--testo);
	font-size: 0.8em;
}

#saro_int
{
	  margin: 0;
	width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.saro
{
  width:calc(80% - 42px);
  float: none;
  overflow: hidden;
}

.iscriviti
{
width: 20%;
float: right;
}

.titolo_ombra
{
position: absolute;
	bottom: 5px;
	display: block;
	padding: 5%;
	width: 90%;
	margin: 0;
	color: white;
	margin-bottom: 0;
	font-family: 'Antic Didone', serif;
	background: rgba(2, 47, 2, 0.73);
}

.blocco_3 a:hover &gt; .titolo_ombra, .blocco_2 a:hover &gt; .titolo_ombra
{
	background: rgba(2, 47, 2, 1);
	filter: alpha(opacity = 100);
	opacity: 1;
}

.titolo_ombra h3
{
color: white;
font-size: 1.8em;
font-weight: 400;
margin: 0;
}

.titolo_ombra p
{
	margin-bottom: 0;
	margin-top: 10px;
font-size: 1em;
}

.blocco_meta .titolo_ombra
{
width: 70%;
left: 10%;
}


.ultimi_cinque
{
display: flex;
  justify-content: center;
}


#vai_catalogo
{
	width: calc(100% - 900px);
	display: inline-block;
	float: left;
	background: green;
	margin-right: 10px;
	margin-left: 10px;
}


/* Parole chiave */
#parolechiave
{
	display: inline-block;
	width: 100%;
	list-style: none;
	padding-left: 0;
	margin-top: 30px;
}

.tags
{
color: gray;
font-size: 0.9em;
}

.parolechiave_tags
{
float: left;
font-size: 0.9em;
}

.parolechiave_tags a
{
border: 1px solid #d2d2d2;
float: left;
margin-right: 16px;
margin-top: 16px;
padding: 8px;
color: #333;
}

.parolechiave_tags a:hover, .parolechiave_tags a:focus
{
	background-color: var(--pulsanti);
	color: #fff;
}

.parolechiave_tags a:visited
{
text-decoration: underline;
}



/* Icone esito */

.icona_esito
{
margin-bottom: 20px;
font-size: 3em;
display: block;
}

.fa-check-circle-o, .fa-envelope-o
{
color: #00A32B;
}

.fa-arrow-circle-o-right
{
color: var(--pulsanti);
}

.fa-times-circle-o
{
color: #DB0014;
}


/* Zone */
#contenuto_zone
{
	font-family: Helvetica,Arial;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

#contenuto_zone p
{
font-size: 1.05em;
line-height: 1.8em;
}

.testo_descrizione h3
{
	font-size: 1.3em;
}

.blocco
{
	display: block;
	overflow: hidden;
	margin-bottom: 3em;
	margin-top: 3em;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.sin
{
float: left;
width: 48%;
margin-right: 1%;
margin-top: 1em;
}

.des
{
float: right;
width: 48%;
margin-left: 1%;
}

ul.presentazione
{
	margin-top: 2em;
	list-style-type: none;
	padding: 0;
}

ul.presentazione li
{
	width: 48%;
	margin: 0 1% 1% 1%;
	float: left;
}

ul.presentazione li a
{
height: 100%;
display: inline-block;
}

ul.presentazione li a:after {
   content: none;
}

ul.presentazione li img
{
width: 98%;
padding: 1%;
}

ul.presentazione li img:hover
{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(60, 60, 60, 0.7);
	-moz-box-shadow: 0px 0px 5px 0px rgba(60, 60, 60, 0.7);
	box-shadow: 0px 0px 5px 0px rgba(60, 60, 60, 0.7);
}

.dieci_b
{
font-size: 0.7em;
display: inline-block;
}

.produttore
{
	font-family: 'Noto Sans JP', sans-serif;
	padding: 18px;
margin-bottom: 20px;
}

.produttore h4
{
margin-top: 0;
}

.produttore p
{
	margin-bottom: 0;
	font-size: 0.7em;
	margin-top: 0;
}


/* Categorie */
ul.elenco_categorie
{
	width: 100%;
	list-style: none;
	padding: 0;
}

.elenco_categorie li
{
	padding: 22% 2% 2% 2%;
	overflow: hidden;
	width: 27%;
	float: left;
	font-size: 0.8em;
	line-height: normal;
	margin: 1% 1% 3% 1%;
	position: relative;
}

.categoria
{
top: 5%;
left: 5%;
bottom: 0;
position: absolute;
width: 90%;
overflow: hidden;
text-align: center;
}

/*.categoria,.categoria_home
{
	overflow: hidden;
	width: 300px;
	height: 200px;
	float: left;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
}*/

.categoria_home:nth-child(2)
{
	margin-left: 90px;
	margin-right: 90px;
}

.categoria img,.categoria_home img
{
transition: all 0.2s ease;
}

.categoria img:hover,.categoria_home img:hover
{
     transition: all 0.2s ease;
transform: scale(1.2);
}

.categoria a
{
font-family: 'Noto Sans JP', sans-serif;
color: white;
}

.categoria:hover .titolo_ombra
{
	/*background: #0B169F;
	filter: alpha(opacity = 75);
	opacity: .75;
-moz-opacity: .75;*/
}

#testo_categoria { margin-bottom: 40px; }


/* Elenco articoli */
#dal_catalogo, .nitsuite
{
	display: inline-block;
	width: 100%;
	margin: 2% auto 2% auto;
justify-content: center;
}

#elenco_articoli
{
justify-content: center;
align-items: center;
overflow:hidden;
margin: 0 auto;
width:880px;
padding-top: 10px;
}

.articolo_elenco
{
	float: left;
	width: 200px;
	height: 240px;
	margin-bottom: 30px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}

.articolo
{
	width: 160px;
	height: 180px;
	padding: 20px 30px 0 20px;
}

.articolo img
{
	max-height: 150px;
	max-width: 150px;
}

.articolo_elenco:hover,.produttore:hover, .news_list li:hover,.elenco_novita li:hover, #info_trattamento, #info_carrello
{
-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.50);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.50);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.50);	
-webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.articolo p, p.prezzo_elenco
{
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Noto Sans JP', sans-serif;
}

.articolo p
{
	font-size: 0.8em;
}

p.prezzo_elenco, p.prezzo_elenco_scontato
{
	font-size: 0.92em;
}

p.prezzo_elenco_scontato
{
color: #D30004;
}

.articolo img { margin: 0 0 10px 0; }

.articolo_elenco a:link,.articolo_elenco a:visited
{
	text-decoration: none;
	color: grey;
}

.articolo_elenco a:active, .articolo_elenco a:hover
{
	text-decoration: none;
	color: #c00;
}

.icone_rapide
{
	visibility: hidden;
	height: 40px;
	color: gray;
	background: var(--neutro);
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.icone_rapide ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.icone_rapide ul li
{
	list-style-type: none;
	display: inline-block;
	float: left;
	text-align: center;
}

.icone_rapide ul a, .pulsante_aggiungi
{
cursor: pointer;
display: block;
width: 100px;
height: 43px;
line-height: 43px;
margin-top: -2px;
}

.icone_rapide ul a:hover, .pulsante_aggiungi:hover
{
color: #fff;
background: var(--pulsanti);
}

.pulsante_aggiungi
{
	background: transparent;
	border: 0;
	padding: 0 0 5px 0;
	font-size: 14pt;
	margin-top: -2px;
	color: gray;
	height: 43px;
}

.pulsante_aggiungi a:link, .pulsante_aggiungi a:visited
{
color: gray;
cursor: pointer;
}

.pulsante_aggiungi a:hover, pulsante_aggiungi a:active
{
color: #c00;
cursor: pointer;
}

.articolo_elenco:hover &gt; .icone_rapide
{
visibility: visible;
opacity: 1;  
}

p.nome_articolo, .nome_articolo_negozio
{
font-size: 0.8em;
font-family: Helvetica,Arial;
margin-bottom: 5px;
}

#icona_articolo
{
	width: 30px;
	height: 30px;
	position: absolute;
	margin-top: -5px;
	z-index: 10;
	float: left;
}

#icona_articolo img
{
	margin: 0;
	border: 0;
}

/* Articolo e foto */
#articolo_principale, #info_articolo
{
	width: 44%;
	padding: 1% 3% 3% 3%;
	float: left;
	font-family: Helvetica, Arial;
}

#info_articolo p
{
	margin-bottom: 20px;
line-height: 1.8em;
font-size: 0.95em;
}

.sezione_dati
{
	margin-top: 50px;
	border-bottom: 1px solid silver;
	width: 90%;
	padding-bottom: 5px;
	color: gray;
}

.dati_articolo
{
margin-bottom: 40px;
width: 90%;
}

#info_prezzo, #info_prezzo_scontato
{
	padding: 10px 10px 10px 0;
	font-size: 1.3em;
	margin-bottom: 40px;
	font-weight: bold;
}

#info_prezzo_scontato { color: #D30004; }

.prezzo_normale
{
	text-decoration: line-through;
	color: gray;
	display: inline-block;
	font-weight: normal;
}

.nai
{
	font-size: 1.2em;
	color: red;
}

.aru
{
	color: #19B705;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 10pt;
	margin-bottom: 20px;
}

.quantita_aggiungi
{
display: inline-flex;
margin-right: 10px;
vertical-align: middle;
	color: gray;
}

#info_mobile { margin-bottom: 30px; }

#info_mobile p { margin-top: 0; }

.elenco_colori
{
	overflow: hidden;
	border: 1px solid #e6e6e6;
	transition: ease-in 0.2s;
	float: left;
	color: #333333;
	margin-right: 10px;
	padding: 5px;
}

.elenco_colori:hover
{
	border: 1px solid silver;
}

.elenco_colori input
{
/*display: none;*/
}

.campione
{
width: 32px;
height: 14px;
border: 1px solid #ccc;
display: inline-block;
top: 2px;
position: relative;
margin-right: 4px;
}

.selezionato
{
	border: 1px solid var(--pulsanti);
	background: var(--neutro);
	color: var(--pulsanti);
}

#campioni_colori
{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	display: block;
	overflow: hidden;
}

.a_capo
{
 margin-right: 10px;
}

.add_to_cart, .scorrevole_home a
{
	background-color: var(--pulsanti);
	color: white;
	padding: 11px;
	font-size: 13px;
	border: 0 none;
	margin-left: 20px;
	border: 1px solid var(--bordo_pulsanti);
	touch-action: manipulation;
	-ms-touch-action: manipulation;
	cursor: pointer;
}

.add_to_cart:hover, .scorrevole_home a:hover
{
border: 1px solid #B0470C;
background-color: #DF8734;
}

#roba
{
	color: white;
	padding: 3px 5px 3px 5px;
	height: 10px;
	position: absolute;
	right: 66px;
	bottom: 7px;
	z-index: 10;
	float: right;
	font-size: 11px;
	text-align: center;
	line-height: 10px;
	border: 1px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#900));
background: -moz-linear-gradient(top, #f00, #900);
-webkit-box-shadow: 0 2px 2px #000;
-moz-box-shadow: 0 2px 2px #000;
box-shadow: 0 2px 2px #000;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#990000');
	font-weight: bold;
	font-family: Helvetica,Arial;
}

.icona_zona
{
float: left;
margin-right: 20px;
width: 200px;
}

.zero_alto
{
margin-top: 0;
}


/* Carrello */
.elenco_carrello
{
float: left;
margin-right: 20px;
}

img.elenco_carrello {
width: 150px;
}

.a_capo
{
margin-left: 10px;
margin-bottom: 40px;
}

#riepilogo
{
	width: 97%;
	padding: 1.5%;
	background: #F4F4F4;
}

#riepilogo h3
{
margin: 0;
}

#calcola_spedizione
{
float: right;
}

.view-cart
{
	width: 100%;
	padding-bottom: 1.5%;
}

.view-cart ul
{
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 10px;
}

.shopping-cart h3,.view-cart h3
{
	font-size: 1.1em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.shopping-cart ol{
	padding: 1px 0px 0px 15px;
	z-index: 1000;
}

.shopping-cart .cart-itm, .view-cart .cart-itm{
	border-bottom: 1px solid #ccc;
	width: 97%;
	font-size: 1em;
	font-family: Helvetica, Arial;
	/*margin-bottom: 5px;*/
	padding: 1.5%;
	overflow: hidden;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.shopping-cart .remove-itm, .view-cart .remove-itm{
	font-size: 18px;
	float: right;
	line-height: 12px;
	  border: 1px solid #ccc;
	border-radius: 4px;
	moz-border-radius: 4px;
background-color: #e7e7e7;
background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
background-repeat: repeat-x;  
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;

}

.add-itm, .decr-itm
{
	margin-right: 8px;
}


.shopping-cart .remove-itm:hover, .view-cart .remove-itm:hover{
	background: #C00;
}

.shopping-cart .add-itm:hover, .view-cart .add-itm:hover { background-color: #408002; }

.shopping-cart .decr-itm:hover, .view-cart .decr-itm:hover { background-color: #FED24D; }

.shopping-cart .remove-itm a, .view-cart .remove-itm a{
	color: #444;
	display: block;
padding: 10px;
	text-decoration:none;
}

.shopping-cart:hover .remove-itm a:hover, .view-cart .remove-itm a:hover{
	color: #fff;
	/*text-shadow: 1px 1px 1px #ECECEC;*/
	text-decoration:none;
}

.cart-itm:hover, .articolo_elenco:hover { background: var(--neutro); }

.check-out-txt{
width: 98.5%;
text-align: right;
margin-right: 1.5%;
}

.totale_ordine
{
width: 95%;
padding: 2%;
border: 1px solid #ccc;
margin-top: 20px;
text-align: right;
}

#riepilogo
{
overflow: hidden;
width: 94%;
padding: 3%;
}

#calcola_spedizione
{
margin-top: 10px;
}

/* Tags &amp; schede */
ul.news_list, ul.elenco_novita
{
	width: 90%;
	list-style: none;
	padding: 0 5% 0 5%;
}

.news_list li
{
	padding: 10px;
	overflow: hidden;
	/*width: 30%;
float: left;*/
	margin-bottom: 3%;
	margin-top: 1%;
}

.elenco_novita li
{
padding: 10px;
overflow: hidden;
width: calc(50% - 50px);
float: left;
margin-bottom: 3%;
margin-top: 1%;
}

.news_list li h4, .elenco_novita li h4
{
	font-size: 1em;
	font-family: 'Antic Didone', serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
}

.news_list li:hover, .elenco_novita li:hover
{
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
transition: 0.3s linear;
background: var(--neutro);
}

.news_list li p, .elenco_novita li div
{
	margin-top: 0;
	font-size: 0.8em;
	margin-right: 10px;
}

.box_elenco a
{
display: block;
	height: 100%;
}

img.shashin_piccola
{
	width: 150px;
	height: 112px;
	border: 1px solid #ffffff;
	float: left;
	margin-right: 10px;
}

.shashin_nai
{
	width: 146px;
	height: 104px;
	float: left;
	margin-right: 10px;
	text-align: center;
	padding-top: 10px;
	background-color: var(--sfondo_menu);
	border-width: 0 3px 0 3px;
	border-style: solid;
	border-color: var(--sfondo_menu);
}

img.shashin_piccola:hover
{
	filter: alpha(opacity = 75);
	opacity: .75;
}

#campi
{
margin-left: 70px; margin-top: 30px;
}

label
{
text-align: left;
}

.dati
{
font-size: 1em;
}

input.dati, textarea
{
border: 1px solid #ccc;
padding: 10px;
}

textarea
{
width: 95%;
}

input.dati:hover, textarea:hover
{
	border-color: var(--pulsanti);
	border-width: 1px;
	border-style: solid;
}

#riassunto
{
	margin: 0 auto 0 auto;
	width: 90%;
	padding: 0 5% 0 5%;
	overflow: hidden;
}

#riassunto p
{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.7em;
	color: gray;
	text-align: center;
	margin: 40px 0 10px 0;
}


/* Avvisi */

#notifica
{
	width: 700px;
	padding: 10px 14px 10px 40px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin: 25px 0 25px 10px;
	border-width: 0 2px 0 5px;
	border-style: solid;
}

#notifica ul li
{
	margin-top: 8px;
	margin-bottom: 8px;
}

.vaderetro
{
	background-color: #fde0ce;
	background-image: url(../immagini/image/notifica_vaderetro.png);
	border: 1px solid #ff9c90;
}

.accorruomo
{
	background-color: #fafae8;
	background-image: url(../immagini/image/notifica_accorruomo.png);
	border: 1px solid #fbd992;
}

.sientamme
{
	background-color: #E9F4FC;
	background-image: url(../immagini/image/notifica_sientamme.png);
	border: 1px solid #94cefd;
}

.savabien
{
	background-color: #dbfdca;
	background-image: url(../immagini/image/notifica_savabien.png);
	border: 1px solid #afe1a8;
}


/* Colophon */
#colophon
{
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 90%;
	padding: 2% 5% 2% 5%;
	overflow: hidden;
	color: #949595;
	font-family: Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: var(--colophon);
	background-image: url(../immagini/colophon.jpg);
	transition: ease-in 0.5s;
	/*border-top: 1px #DBD4CF solid;*/
	background-repeat: repeat-x;
	background-position: 0 0;
}

#colophon a:link, #colophon a:visited
{
	color: var(--collegamento_chiaro);
	text-decoration: none;
}
#colophon a:active, #colophon a:hover { color: var(--collegamento_chiaro_attivo); }

#colophon_testo
{
	width: 100%;
	display: inline-block;
	padding-bottom: 1%;
}

ul.colophon_testo
{
	padding: 0 0 0 5%;
	width: 45%;
	float: right;
	list-style-type: none;
	list-style-position: default;
	line-height: 25px;
}

.sezione_colophon
{
	width: 21%;
	margin-right: 5%;
	float: left;
}

.sezione_colophon img
{
/*width: 100%;*/
}

.sezione_colophon h3 { font-weight: normal; }

.email-nl
{
	width: 100%;
}

.nl
{
	width: 60%;
	margin-left: 20%;
}

#partito_nl, #partito_messaggio_nl
{
	transition: ease-in 0.5s;
}

.sezione_colophon:nth-child(4)
{
	margin-right: 0;
}

.sezione_colophon ul
{
	list-style-type: none;
	list-style-position: default;
	padding: 0;
}

.sezione_colophon ul h3
{
	font-weight: 400;
}

.sezione_colophon ul li
{
padding-bottom: 10px;
}

.mappa_piccola
{
width: 100%;
}


.kuro {
visibility: hidden;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100vw;
  height: 100vh;
  background-color: #bbb;
  z-index: 5001;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#info_trattamento, #info_carrello 
{
visibility: hidden;
  position: fixed;
  /*padding: 16px;*/
  background-color: white;
  z-index: 5003;
  overflow: hidden;
}

#info_trattamento
{
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
}

#info_carrello 
{
  height: 235px;
  width: 500px;
  top: 30%;
  left: 30%;
}

.chiudi
{
	float: right;
	width: 36px;
	height: 36px;
	background-color: #2D5702;
	text-align: center;
	font-size: 18px;
}

.chiudi:hover { background-color: #1C3701; }

a.chiudi
{
color: white;
line-height: 36px;
text-decoration: none;
}

#testata_info
{
	position: absolute;
	right: 36px;
	width: calc(100% - 49px);
	height: 26px;
	background: #408002;
	color: white;
	padding: 5px 0 5px 14px;
	font-size: 1.1em;
	font-family: 'Noto Sans JP', sans-serif;font-weight:4500;
	line-height: 26px;
}

#corpo_info
{
	padding: calc(24px - 1em) 30px 30px 30px;
	margin-top: 36px;
	font-size: 0.9em;
		font-family: Helvetica,Arial;
overflow-y: scroll;
height: 80%;
}

#corpo_info_carrello
{
	padding: 30px 0px 0px 0px;
	margin-top: 36px;
	font-size: 0.9em;
	font-family: Helvetica,Arial;
	height: 180px;
	overflow: hidden;
}

#corpo_info_carrello p
{
	margin-top: 0;
	padding-right: 30px;
}

#miniatura_aggiunto
{
	float: left;
	margin-right: 20px;
	padding-left: 30px;
}

#miniatura_aggiunto img
{
width: 100px;
height: 75px;
}

.vai_continua
{
width: 100%;
display: inline-block;
	margin-top: 40px;
}

.vai_continua a
{
	color: gray;
	background: #F4F4F4;
	width: calc(50% - 40px);
	padding: 20px;
	display: block;
	float: left;
	text-align: center;
}

.vai_continua a:hover
{
	color: black;
}

a.alla_cassa
{
color: white;
	background-color: var(--pulsanti);
}

a.alla_cassa:hover
{
color: white;
background-color: #DF8734;
}


/* FB etc */
.soc
{
display: inline-block;
}

.soc a,.soc svg { display: inline-block; }

.soc a
{
	position: relative;
	height: 24px;
	width: 24px;
	margin-right: 12px;
	margin-left: 12px;
}

.soc svg
{
	height: 100%;
	width: 100%;
}

.soc em
{
	font-size: 14px;
	line-height: 1.5;
	margin-top: -.75em;
	position: absolute;
	text-align: center;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
}

.soc_mobile
{
float: left;
}

.tondi
{
	color: #fff;
	fill: #fff;
	-webkit-transition: background-color .4s,-webkit-transform .4s ease-out;
	transition: background-color .4s,transform .4s ease-out,-webkit-transform .4s ease-out;
	border-radius: 100%;
	background-color: var(--collegamento_chiaro);
}

.facebook:hover,.instagram:hover,.twitter:hover,.youtube:hover,.googleplus:hover,.posta:hover
{
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	border-radius: 100%;
}

/*.facebook:hover { background-color: #00F; }

.instagram:hover { background-color: #B0F; }

.twitter:hover { background: #5ea9dd; }

.youtube:hover { background: #f20000; }

.googleplus:hover { background: #d34836; }*/


#niji
{
	width: 45%;
	min-height: 20px;
	float: left;
	text-align: right;
	padding-right: 5%;
}

#niji ul
{
	list-style-type: none;
	padding-left: 0;
	line-height: 20px;
}

.explicit
{
	width: 100%;
	display: inline-block;
	/*text-align: center;*/
	margin-top: 15px;
	font-size: 0.75em;
}


@media all and (max-width : 1100px) 
{
#blocco_home
{
	height: 310px;
	overflow-y: hidden;
	width: 100%;
	margin-bottom: 5%;
	margin-right: 0;
	margin-left: 0;
}

.titolo_blocco
{
margin-left: 3%;
}

#saro
{
	width: 98%;
}

.ultimi_cinque
{
	display: flex;
	justify-content: left;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	padding-bottom: 295px;
	padding-top: 10px;
}

}


@media all and (max-width : 800px) 
{

#logo img
{
height: 50px;
}

#logo
{
padding-top: 0;
padding-bottom: 0;
height: 50px;
width: 50px;
}

#incipit
{
display: none;
}

#logo_testata
{
top: 10px;
left: 10px;
height: 40px;
z-index: 780;
}

#testata { margin-top: 50px; }

#testata_articoli
{
	height: 60px;
}

#pulsanti
{
background: var(--sfondo_menu);
height: 45px;
}


ul.icone_destra
{
display: inline-block;
position: absolute;
margin: 0;
right: 70px;
top: 10px;
float: right;
}

ul.icone_destra li
{
	display: inline-block;
float: left;
width: 50px;
}

ul.icone_destra li a:hover
{
color: white;
}

ul.icone_destra li img
{
width: 30px;
}



/* Dove siamo */
.dovesiamo
{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.7em;
	color: gray;
padding: 0;
border: 0;
list-style: none;
background-color: #fff;
margin-top: 30px;
}

.dovesiamo &gt; li
{
	padding: 0 5px 0 0;
	position: relative;
	white-space: nowrap;
	display: inline-block;
}

.dovesiamo &gt; li:after
{
all: initial;
content: 'â¯';
left: 2px;
position: relative;
font-size: 0.5em;
color: gray;
}


#contenuto, #contenuto_barra
{
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

#contenuto h2
{
	font-size: 24px;
		-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

#contenuto h3
{
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

h2, h3.t
{
	margin-top: 0;
	font-size: 1.5em;
}


/* Blocchi */
.blocco_meta, .blocco_2, .blocco_3
{
	width: 98%;
	height: initial;
		margin-bottom: 5%;
	margin-right: 1%;
	margin-left: 1%;
}

#saro
{
	width: 98%;
	position: initial;
	height: auto;
}

#saro p
{
	margin-right: 2%;
	margin-left: 2%;
}

#saro_int
{
	position: initial;
	top: 0;
	  -ms-transform: none;
  transform: none;
}

.titolo_ombra
{
position: absolute;
	left: 0;
	bottom: 0;
}


/* Tags */
ul.news_list
{
	width: 98%;
	margin: 0 0 0 2%;
}
.news_list li { padding: 10px 0 10px 10px; }


/* Zone */
.sin
{
	float: none;
	width: 94%;
	margin: 0 auto 10px auto;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.des
{
	float: none;
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
}

.sin img, .des img
{
/*width: 100%;
display: block;*/
margin-left: auto;
margin-right: auto;
}

.zona img
{
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}


/* Moduli */
#campi
{
margin-left: 0; margin-top: 30px;
}

#campi p
{
margin-bottom: 30px;
}

input.dati, textarea
{
	padding: 4%;
	width: 91%;
	font-size: 0.9em;
}

textarea.dati
{
	font-size: 0.9em;
}

label.finali
{
display: inline;
	font-size: 0.9em;
}

.finali a
{
display: inline;
}

.a_capo
{
	font-size: 0.9em;
}

input[type="checkbox"], input[type="radio"]
{
 -ms-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  margin-right: 10px;
  float: left;
}


/* Carrello */
#elenco_categorie, #elenco_categorie_home, #elenco_articoli
{
	width: 98%;
	display: inline-block;
	margin: 3% 1% 0 1%;
	text-align: center;
	padding-top:10px;
}

.elenco_categorie li
{
width: 46%;
margin-right: 1%;
margin-left: 1%;
padding: 38% 1% 1% 1%;
}

.categoria
{
	float: initial;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}


.categoria_home
{
width: 30%;
}

.categoria_home:nth-child(2)
{
	margin-left: 5%;
	margin-right: 5%;
}

#articolo_elenco
{
width: 160px;
padding: 5px;
margin-bottom: 10px;
}
#articolo_elenco p
{
text-align: center;
}

#articolo_principale, #info_articolo, .easyzoom easyzoom--overlay
{
	float: none;
	width: 80%;
	padding: 1% 10% 1% 10%;
}

.articolo_principale
{
width: 100%;
}

.aru 
{
text-align: center;
font-size: 1em;
}

#info_prezzo, #info_prezzo_scontato
{
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 5px;
}

#info_mobile
{
	width: 96%;
	padding: 2%;
	text-align: center;
}

.aggiungi_mobile
{
	width: 100%;
	margin: 0;
}

.add_to_cart
{
	margin: 3% auto 5% auto;
	width: 100%;
	font-size: 1em;
}

#roba
{
right: 50px;
}

.view-cart
{
margin-bottom: 20px;
}

.view-cart ul
{
	width: 96%;
	margin: 3% 2% 0 2%;
	padding: 0;
}

.elenco_carrello
{
margin-right: 10px;
}

img.elenco_carrello {
width: 100px;
padding-bottom: 10px;
}

.shopping-cart .cart-itm, .view-cart .cart-itm, .check-out-txt
{
width: 98%;
padding: 1%;
}

.shopping-cart .remove-itm, .view-cart .remove-itm
{
	font-size: initial;
	line-height: 12px;
}

.shopping-cart h3, .view-cart h3 
{
font-size: 1.1em;
}

.product-info
{
font-size: 0.8em;
}

.product-info h3
{
font-size: 0.9em;
}

#riepilogo
{
border: 1px solid #f4f4f4;
}

#riepilogo p
{
font-size: 0.9em;
}

#info_trattamento
{
width: 90%;
height: 90%;
text-align: left;
left: 5%;
top: 5%;
}

#info_carrello
{
width: 90%;
text-align: left;
left: 5%;
top: 30%;
}

.vai_continua a
{
	width: calc(50% - 20px);
	padding: 10px;
}

a.alla_cassa
{
	padding-top: 20px;
	padding-bottom: 20px;
}

#testata_info
{
font-size: 14px;
}


/* Colophon */
#colophon, #colophon_testo
{
text-align: center;
}

.sezione_colophon
{
	width: 96%;
	margin-right: 2%;
	float: none;
	margin-left: 2%;
}

.sezione_colophon h3
{
font-size: 1.5em;
}

p.autorizzo
{
	margin-left: 10px;
}


/* FB etc */
.soc
{
text-align: center;
}

.soc a
{
width: 36px;
height: 36px;
}

.soc_mobile
{
float: none;
display: inline-block;
}

.soc_mobile a
{
	margin-right: 15px;
	margin-left: 15px;
}

#niji, ul.colophon_testo
{
width: 100%;
float: none;
text-align: center;
padding-left: 0;
}

ul.colophon_testo
{
	line-height: 2.6em;
	display: inline-block;
text-align: center;
}

ul.colophon_testo li
{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.explicit
{
	text-align: center;
	margin-top: 25px;
}

}</pre></body></html>