<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700');

body {    
	background-image: url(../images/sfondo_wrapper.png);
    background-position: center top;
	font-size: 14px;
	background-color: #efefef;
}

#wrapper {
    background-image: none;
	padding-top: 0;
}

#containerMain {
	width: 1200px;
	min-height:700px;
	margin: 0 auto;
	background: transparent;
}

#vetrina {
	box-shadow: 0px 2px 5px rgba(0,0,0,.1);
	padding-bottom: 20px;
	border-radius: 0;
}

/* BOTTONI */
.buttonBasic {
    color: #fff;
    border: 1px solid #000000;
    background-color: #333333;
}
.buttonBasic:hover {
    color: #fff;
    border: 1px solid #000000;
    background-color: #000000;
}
.buttonOpzioni {
    color: #fff;
    border: 1px solid #000000;
    background-color: #333333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* TOPBAR */
#topbarBack {
	position: relative;
    background-color: transparent;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 500;
}
#topbar {
    height: 40px;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
#menuUtente {
    background: transparent;
	color: #616263;
	text-shadow: none;
	border: none;
}
#menuUtente a {
    display: inline-block;
    color: #2a9cd1;
	font-weight:700;
}
#menuUtente a:hover {
    color: #3e7fae;
    text-shadow: none;
}
li.telefonoTopBar {
	text-shadow: none;
	font-size: 14px;
    font-weight: 400;
	color: #616263;
}

/* HEADER */
#header {
    background-color: #ffffff;
	box-shadow: 0 -5px 10px -7px rgba(0, 0, 0, 0.3);
	height: initial;
}
.hd-menu-container {
    background: #222222;
}


/* RICERCA HEADER */
.box-header-02 {
	float:right;
	padding:4px;
    margin: 0;
}
#ricercaHeader {
	line-height: 38px;
    height: 38px;
	margin-top: 6px;
    margin-right: 20px;
}
#ricercaHeader input[type=text] {
	border-radius: 0;
    width: 350px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

#ricercaHeader .buttonHeaderRicerca {
	border-right: none;
    color: #ffffff;
    background-color: #4993c9;
    border-radius: 0;
    padding: 4px 10px;
    height: 30px;
    width: initial;
    line-height: 30px;
}

/* CARRELLO HEADER */
#carrelloHeader {
	color: #222222;
}
#carrelloBody {
	color: #222222;
}

/* MENU CATALOGO HEADER */
#av-menu-cat {
	display: inline-block;
}
#av-menu-cat li {
	display: inline-block;
}
#av-menu-cat li a {
	display: block;
	font-family: 'Archivo Narrow', sans-serif;
	color: #ffffff;
    height: 60px;
    line-height: 60px;
	padding: 0 15px;
	text-transform:uppercase;
	font-weight: normal;
	font-size: 18px;
	transition: all 250ms ease-in-out;
} 
#av-menu-cat li a:hover {
    color: #fff;
    background-image: none;
	background-color: #646464;
}

/* MENU HEADER */
.menu {
    width: initial;
	height: 50px;
    background: #222222;
	border: none;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 5px 5px;
	overflow: hidden;
}
.menu ul &gt; li &gt; a {
	font-family: 'Archivo Narrow', sans-serif;
	color: #ffffff;
    width: calc(1096px/4);
    padding: 0;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
	border-left: 1px solid #333333;
	font-size: 18px;
	font-weight: normal;
	
}
.menu &gt; ul &gt; li:first-child a {
    background-color: transparent;
	color: #ffffff;
    width: 100px;
	font-size: 18px;
	border-left: none;
}
.menu ul li.active a, 
.menu ul li:hover &gt; a, 
.menu ul li.active:hover &gt; a {
    color: #fff;
    background-image: none;
	background-color: #646464;
}

/* USERMENU */
.userMenu li a:hover {
    background-color: #efefef;
    border-left: 5px solid #2f55b3;
}
.userMenu li a {
    padding: 10px 5px;
}

/* TITOLO SEZIONE */
.titoloSezioneConSfondo {
    background-color: #2f55b3;
}
.titoloSezione a {
	color: #000000;
}
.titoloSezione {
	margin-bottom: 10px;
    text-transform: uppercase;
    color: #2f55b3;
    border-bottom: 3px solid #efefef;
    padding-bottom: 10px;
}

/* MENU CATALOGO */
h1[name=menu-v] {
	background-color: #2f55b3;
    margin-top: 5px;
    border-bottom: none;
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
#menu-v {
    margin-bottom: 20px;
	margin-top: -10px;
    background: #FFF;
    border-left: 2px solid #E9E9E9;
    border-right: 2px solid #E9E9E9;
    border-bottom: 2px solid #E9E9E9;
    padding: 10px 0 10px 10px;
    width: initial;
}
#menu-v li {
    border-bottom: 1px solid #f5f5f5;
    border-left: none;
}
#menu-v li:hover, #menu-v li.onhover {
    border-left: none;
	background: #f9f9f9;
}
#menu-v li a {
    line-height: 28px;
	color: #222;
	font-weight: 400;
	padding: 4px 24px 4px 6px;
}
#menu-v li a:hover, #menu-v ul li a:hover  {
	color: #2f55b3;
    background: #f5f5f5;
}
#menu-v a.arrow {
    background-image: url(../css/images/arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
#menu-v li a.arrow:hover {
    background-image: url(../css/images/arrowon.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

/* BOX BASIC */
.boxBasic &gt; h1 {
    background-color: #ffffff;
    border-bottom: 3px #2f55b3 solid;
	color: #000000;
	text-shadow: none;
	border-top: none;
	border-left: none;
	border-right: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* BOX NO BORDER */
.boxNoBorder {
    margin-bottom: 20px;
    margin-top: 5px;
}
.boxNoBorder .boxContainer {
	padding: 0 5px;
}
.boxNoBorder &gt; h1 {
	color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 7px 5px 8px;
    margin-bottom: 10px;
    border-radius: 3px 3px 0 0;
    border-bottom: 3px solid #2f55b3;
    background-color: transparent;
    text-transform: uppercase;
}

/* BOX PRODOTTO 01 */
.box-prodotto-01 h4 {
    border-top: none; 
    text-align: center;
	
	-webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.box-prodotto-01:hover {
    border-color: #2f55b3;
    -webkit-box-shadow: 0px 3px 10px 0px #ccc;
    -moz-box-shadow: 0px 3px 10px 0px #ccc;
    box-shadow: 0px 3px 10px 0px #ccc;
}
.box-prodotto-01 h4 a {
    font-size: 12px;
    font-weight: 400;
    color: #222222;
	padding: 8px 3px;
}
.box-prodotto-01:hover h4 {
    background-color: #f5f5f5;
}
.box-prodotto-01:hover h4 a {
	color: #333333;
}
.box-prodotto-01 p.prezzo-01 {
    text-align: center; 
	color: #696969;
}
.box-prodotto-01:hover p.prezzo-01 {
    background-color: #2f55b3;
    color: #ffffff;
}
.ribbon {
	background-color: rgba(47, 85, 179, .95);
    top: 5px;
	/*left: 5px;*/
    box-shadow: none;
    width: initial;
    padding: 1px 5px;
    border-radius: 0px 3px 3px 0px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
	font-family: 'Archivo Narrow', sans-serif;
}

/* TABLE BOX */

.table-box {
	font-size:12px;
}

.table-box tr {
	height:25px;
	border-bottom: 1px solid #000;
}

.table-box td {
	vertical-align: middle;
}

.table-box .prezzo {
	text-align: center;
    text-decoration: underline;
    color: #2f55b3;
}

.table-box th {
	vertical-align: middle;
	font-weight:700;
	background-color: skyblue;
}

.fieldqta {
	width: 65px !important;
	height:10px !important;
	text-align:center;
}

/* BOX ELENCO SOTTOCATEGORIE */
.box-elenco-categorie {
    border: 1px solid #ffffff;
    background: #ffffff;
}
.box-elenco-categorie:hover {
    border-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* SCHEDA PRODOTTO */
#schedaProdotto #vetrina {
    box-shadow: none;
}
#schedaProdotto .nomeProdotto {
	font-size:20px;
    background-color: #efefef;
	border-bottom: 3px solid #2f55b3;
	color: #000000;
	padding: 8px 10px;
}
#schedaProdotto .link-cat:hover {
    color: #2f55b3;
}
.ribbon-sp {
    width: 130px;
    height: 40px;
    line-height: 40px;
    top: 10px;
    left: -35px;
	padding: 0;
	background-color: rgba(47, 85, 179, .95);
	font-family: 'Archivo Narrow', sans-serif;
	
	-webkit-transform: rotate(-45deg) ;
	-moz-transform: rotate(-45deg) ;
	-o-transform: rotate(-45deg) ;
	-ms-transform: rotate(-45deg) ;
	transform: rotate(-45deg) ;
}
#galleryProdotto {
    border-left-color: transparent; 
    border-radius: 0;
}
.buttonSchedaProdottoDesideri {
	float: initial;
	display: block;
	border-radius: 0px 0px 3px 3px;
	font-size: 12px;
	font-weight: 700;
	padding: 5px;
	border-top-color: transparent;
}
.dettagliProdotto .etichetta {
    background-color: #ffffff;
    color: #333333;
    font-weight: 700;
	padding: 10px 5px;
}

.boxTopVenduti h1 {
    font-size: 14px;
    color: #2f55b3;
    text-align: center;
    padding: 10px 0;
    border-bottom: 3px solid #2f55b3;
    margin-bottom: 10px;
    text-transform: uppercase;
    background-color: #efefef;
}
.ionTabs__body {
    padding: 10px;
}

/* TABELLA DATI AREA RISERVATA */
.tabellaDati h1 {
	margin-bottom: 0;
}
.tabellaDati h4 {
    font-size: 14px;
    text-transform: uppercase;
}
.tabellaDati p {
    margin-bottom: 10px;
}
.tabellaDati table {
    margin: 0;
    border-top: none;
}
.tabellaDati table thead th {
    background-color: #2f55b3;
    font-weight: 700;
    color: #ffffff;
}

/* BOX PARTNER */
#partner img {
	width: 100%;
}

/* ORDINAMENTO */
.ordinamento {
    background-color: #2f55b3;
}

/* PAGINA INFORMATIVA */
#informativa h1 {
	margin-bottom: 5px;
    text-transform: uppercase;
    color: #2f55b3;
    border-bottom: 1px solid #efefef;
    padding: 5px 0;
}
#informativa .titolo-pagina {
    text-transform: uppercase;
    color: #2f55b3;
	border-bottom: 3px solid #efefef;
	padding-bottom: 10px;
}
#informativa p {
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.6em;
}

/* PAGINAZIONE */
.pagination &gt; .active &gt; a, 
.pagination &gt; .active &gt; span, 
.pagination &gt; .active &gt; a:hover, 
.pagination &gt; .active &gt; span:hover, 
.pagination &gt; .active &gt; a:focus, 
.pagination &gt; .active &gt; span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #2f55b3;
    border-color: #2f55b3;
}
.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:hover, .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; span:focus {
    color: #696969;
    background-color: #efefef;
     border-color: #dddddd; 
}
/* FOOTER */
#footerTopWrapper {
	border-top: 5px solid #2f55b3;
    background-color: #ffffff;
    background-image: none;
}
.dati {
    background-color: transparent;
    min-height: 200px;
	border-radius: 0px;
	/*border-top: 1px solid #ffffff;
	background: rgb(69,72,77);
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(34,34,34,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(34,34,34,1) 100%);
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(34,34,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#222222',GradientType=0 );*/
}
.dati p {
    color: #696969;
}
.footerColonna {
    padding: 40px 0;
}
.footerColonna h1 {
	color: #222222;
    border-bottom: 1px solid #efefef;
    text-transform: uppercase;
    font-size: 16px;
}
.footerColonna ul li span {
    color: #222222;
}
.footerColonna ul li a {
    color: #696969;
	font-size: inherit;
}
#footerBottomWrapper {
    background-color: #efefef;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
#footerBottom .developed,
#footerBottom .developed a,
#footerBottom .developed a:hover {
    color: #696969;
}

/* ACCORDION */
a.opening {
	border-bottom: 1px solid #efefef;
    border-left: none;
    border-right: none;
}
a.opening:hover, a.active {
    color: #ffffff;
    background-color: #2f55b3;
    border-color: #2f55b3;
}

/* SLICK SLIDER */
.slick-prev:before, .slick-next:before {
	font-family: 'FontAwesome';
    opacity: .8;
    color: #333333;
}
.slick-next:before {
    content: '\f105';
}
.slick-prev:before {
    content: '\f104';
}

/* FLEXSLIDER */
#home-slider {
	margin-bottom: 25px;
	margin-top: 5px;
}
.flexslider {
	background: transparent;
}
.flex-control-nav {
    bottom: -25px;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	background: #ffffff; 
	border-color: #cc0000;
}
.flex-control-nav li a:hover {
	background: #ffffff;
	border-color: #2f55b3;
}
.flex-control-nav li a.active {
	background: #ffffff; 
	border-color: #ffffff;
}
.flex-direction-nav li a { 
	opacity: .8;
}

/* MODAL */
.modal-content {
	border-radius: 3px;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-header {
	background-color: #2f55b3;
	border-bottom: none;
	padding: 10px;
}
.modal-title {
	color: #ffffff;
	text-shadow: 1px 1px rgba(0,0,0,.5);
}
.modal-body {
    padding: 10px;
}
.modal-footer {
    padding: 10px;
    text-align: right;
    border-top: none;
}

/* DATEPICKER */
.Zebra_DatePicker .dp_daypicker th { background: #2f55b3; color: #fff; font-weight: 700; }
.Zebra_DatePicker td.dp_hover { background: #2f55b3; color: #FFF; }
.Zebra_DatePicker td.dp_selected { background: #2f55b3; color: #FFF !important; font-weight: 700; }

/* BOX SERVIZI */
#box-servizi {
	height: 60px;
    background: #ffffff;
    display: table;
    padding: 20px 0;
}
#box-servizi li {
	width: calc(1200px/3);
	display: table-cell;
	padding: 10px;
    border-left: 1px solid #efefef;
	color: #929292;
}
#box-servizi li:first-child {
    border-left: none;
}
#box-servizi li p:nth-child(1) {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;

}
#box-servizi li p:nth-child(2) {
    padding-left: 25px;
}
/* BOX PRODOTTO ORIZZONTALE */
.h-box-prodotto {
	margin-bottom: 10px;
	box-shadow: 0 5px 10px -7px rgba(0, 0, 0, 0.3);
}
.h-box-foto,
.h-box-dettagli,
.h-box-prezzo {
	float:left;
}
.h-box-foto {
	position:relative;
	width: 150px;
    padding: 10px;
}
.h-box-foto .ribbon {
    position: absolute;
    left: 0;
    height: 22px;
    line-height: 22px;
    color: #ffffff;
    text-shadow: 1px 1px rgba(0,0,0,.3);
    text-align: center;
    background-color: rgba(47,85,179,.95);
    top: 5px;
    box-shadow: none;
    width: initial;
    padding: 1px 5px;
    border-radius: 0px 3px 3px 0px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
}
.h-box-foto a {
	display:block;
}
.h-box-foto img {
	/*width: 100%;*/
	height:75px;
	display:block;
	margin: 10px auto 10px auto;
}
.h-box-dettagli {
	width: 530px;
	margin-right: 10px;
}
.h-box-dettagli h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0;
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
}
.h-box-dettagli h2 span {
    display: block;
    font-weight: 400;
    font-size: 12px;
	text-transform: uppercase;
}
.h-box-prezzo {
	width: 200px;
    padding: 0 14px;
	text-align:center;
}
.h-box-prezzo p {
	font-size: 24px;
	font-weight: 700;
	padding: 10px 0;
}
.h-box-prezzo p.disp {
	font-size: 12px;
    font-weight: 400;
	padding: 0 0 5px;
}
.h-box-prezzo p.ib-addcart input,
.h-box-prezzo p.ib-addcart button {
	float: left;
}
.h-box-prezzo p.ib-addcart input {
	width: 40px;
	margin-right: 4px;
	text-align:center;
	height: 21px;
}
.h-box-prodotto .prezzo-old {
	display:block;
	color:#cccccc;
	font-size:16px;
	text-decoration:line-through;
	margin-top:10px;
}

.cart-cod-art {
	display: block;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
}

/* FIELDSET CHECKOUT */
#msform fieldset {
    position: relative;
}

/* BRANDS */

#brands li {
	float:left; 
	margin:9px;
}

#brands li a {
	display:block;
}

#brands li a img {
	width:170px;
	height:170px;
}

/* BOX RSS */
.box-rss li {
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px; 
	padding-bottom: 10px;
}
.data-rss {
	font-weight: 700;
}
/* /BOX RSS */</pre></body></html>