<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {--skin-primary:#ff0000;--skin-background:#ffffff;--skin-intestazione1:#ff0000;--skin-intestazione2:#ff0000;--skin-calltoaction:#000000;--skin-breadcrumb:#f2f2f2;--skin-breadcrumbLink:#000000;--skin-breadcrumbText:#ffffff;--skin-text:#555555;--skin-navigation:#ffffff;--skin-navigation-hover:#ff0000;--skin-footer:#303030;--skin-linkFooter:#ffffff;--skin-textFooter:#ffffff;--skin-fontTitoliValue:Arimo;--skin-fontMenuValue:Arimo;--skin-fontTextValue:Arimo;}h1, h2, h3, h4, h5, h6{font-family:var(--skin-fontTitoliValue);}
h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty{color:var(--skin-primary);}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ font-family:var(--skin-fontTitoliValue);}
h1 a:empty, h2 a:empty, h3 a:empty, h4 a:empty, h5 a:empty, h6 a:empty{ color:var(--skin-primary); }
body, p, span, em, i:not(.fa), a{ font-family:var(--skin-fontTextValue); }
table, tr, td, blockquote,
h1, h2, h3, h4, h5, h6,
body, p:empty, span:empty, em:empty, i:empty, a:empty{ color:var(--skin-text);}

#navigation ul li a{font-family:var(--skin-fontMenuValue);color:var(--skin-navigation);}
#navigation ul li a:hover, 
#navigation ul li:hover &gt; a{background: var(--skin-navigation-hover);}
.breadcrumb{background: var(--skin-breadcrumb);}

h1.intestazione1,
h2.intestazione1,
h3.intestazione1{  color: var(--skin-intestazione1) !important; }
h1.intestazione2,
h2.intestazione2,
h3.intestazione2{  color: var(--skin-intestazione2) !important; }
.calltoaction{  color: var(--skin-calltoaction) !important; }

.comment-des strong,
.field &gt; label,
#page-title h2 a{color:var(--skin-breadcrumbLink);}
#page-title h2 span{color:var(--skin-breadcrumbText);}

#wrapper{background: var(--skin-background);}

.item-description &gt; h3 &gt; a{color:var(--skin-primary);}

#SearchSubmit{background: var(--skin-primary);}

a, a.visited{ color: var(--skin-primary); }
#bolded-line, 
.button_contatti,
.button.gray:hover, 
.button.light:hover, 
.button.color, 
input[type="button"] {
	background: var(--skin-primary);
}

.flex-direction-nav .flex-prev:hover, 
.flex-direction-nav .flex-next:hover, 
#scroll-top-top a, 
.post-icon {
	background-color:var(--skin-primary);
}

.mr-rotato-prev:hover, 
.mr-rotato-next:hover,
li.current, 
.tags a:hover {
	background-color: var(--skin-primary);
	border-color: var(--skin-primary);
}

#filters a:hover, 
.selected, 
#portfolio-navi a:hover {
	background-color: var(--skin-primary) !important;
	border: 1px solid var(--skin-primary) !important;
}

.comment-des span.date{ color:var(--skin-primary); }

input[type="button"],
input[type="submit"] {background:var(--skin-primary);}

div.error h1,
div.error h2,
div.error h4{ color:var(--skin-primary); }

ul.shopAccessLink li a,
ul.shopAccessLink li a i{color: var(--skin-secondary);}
ul.shopAccessLink li.active{background-color:var(--skin-primary); color:#fff;}
ul.shopAccessLink li.active a,
ul.shopAccessLink li.active a i{color:#fff;}
ul.shopAccessLink li.active a:hover,
ul.shopAccessLink li.active a:hover i{color:var(--skin-secondary);}

#footer-bottom,
#footer-bottom em,
#footer-bottom span{color:var(--skin-textFooter); }
#footer-bottom a,
#footer a{color:var(--skin-linkFooter); }
#footer a:hover,
#footer-bottom a:hover{color:var(--skin-primary); }</pre></body></html>