/* Add Google WebFonts */

@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,700');
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
}
img {
	border: none;
	max-width: 100%;
}
table {
	borde: none;
	border-spacing: 0;
	border-collapse: collapse;
}
strong {
	font-weight: 500;
}
input, select, textarea {
	outline: none
}
ul {
	list-style-type: none;
	list-style-position: inside;
}
p {
	font-size: 18px;
	color: #666;
	line-height: 20px;
}
	
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: black;
}
::-moz-placeholder { /* Firefox 19+ */
 color: black;
}
:-ms-input-placeholder { /* IE 10+ */
 color: black;
}
:-moz-placeholder { /* Firefox 18- */
 color: black;
}
/*.articolo .dx ul li::before, .riepilogo_sezione ul li::before {
	content: "- ";
}*/
.articolo .dx .cbp-vm-switcher ul li::before {
	content: "";
}
ul li {
	margin-bottom: 5px;
}
html, body {
	height: 100%;
	width: 100%;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: 20px;
	color: #4c4c4c;
}
hr {
	width: 100%;
	clear: both;
}
a {
	color: #4c4c4c;
	text-decoration: none;
}
strong {
	font-weight: 700
}
a:hover {
	color: #000;
	text-decoration: underline;
}
h1, h2, h3 {
	color: #000;
	font-family: 'Crimson Text', serif;
}
h1 {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
h2 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px
}
h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px
}
::selection {
	background: #8790a2;/* Safari */
	color: white
}
::-moz-selection {
 background:#8790a2;/* Firefox */
 color:white
}
input:focus {
	outline: none;
}

h2.area {
    clear: both;
    position: relative;
    margin: 30px 0px 20px 0px;
    padding: 10px 0px;
    border: 1px dotted #ccc;
    text-align: center;
    display: inline-block;
    width: 100%;
    border-right: none;
    border-left: none;
	}
.scrollup {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 81px;
	display: none;
	text-indent: -9999px;
	background: url(../img/top_move.png) no-repeat;
	background-size: 100% auto;
	right: 7px;
}
.last {
	margin-right: 0px;
}
.btn {
	background-color: #8790a2;
	margin: 0px 0 0;
	display: inline-block;
	transition: background 0.2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
	font-family: 'Crimson Text', serif;
	text-align: left;
	padding: 10px 20px;
	position: relative;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn:hover {
	text-decoration: none;
	background: #4c4c4c;
	color: white;
}
.btn_carrello:hover {
	text-decoration: none;
	background-color: #4c4c4c;
	color: white;
}

.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	clear: both;
}
.content.home .container {
	width: 1230px;
}

.content.home .staff .container {
	width: 100%;
}

.content .sx h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
	}
.clear {
	clear: both;
}
.wrapper {
	min-height: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 2;
}
div.header {
    position: relative;
    margin-bottom: 10px;
}

div.header.home {
	position: absolute;
	width: 100%;
	z-index: 9;
	height: 140px;
	margin-bottom:0px
}
div.content {
	padding-bottom: 469px;
	overflow: auto;
	clear: both;
	padding-top: 20px;
}

div.footer {
	width: 100%;
	height: 469px;
	position: absolute;
	bottom: 0px;
	background-color: #333333;
}
div.footer h2 {
	font-size: 20px;
	color: #878fa2;
	font-weight: 500;
}
div.footer p {
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	font-weight: 400;
}
div.footer h3 {
	margin: 0px 0px 20px 0px;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
}
.subfooter {
	height: auto;
	position: relative;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat;
	border-top: 1px solid #c4c4c4;
}
.subfooter h1 {
	text-transform: uppercase;
	padding: 20px 0px;
	font-size: 28px;
}
.cerca {
	float: left;
	position: relative;
	border: 1px solid #c0c0c0;
	width: 260px;
	height: 42px;
	background-color: white;
	z-index: 99;
	margin: 30px 0px;
}
.link.entra {
	position: relative;
	float: left;
	padding-right: 0px;
	margin: 42px 0px;
	padding-left: 20px;
	background-image: url(../img/icone/entra.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 20px;
}
.testata.ecom .cerca {
	width: 53%;
	float: left;
}

div.content .sx p {
	text-align: justify;
	margin-bottom: 10px;
	    line-height: 22px;
}
div.content .sx {

	margin-bottom: 20px;
	   
}

div.content .sx .staff p {
	text-align: center
}


div.content .sx p  strong {
    font-weight: 600;
    color: #333;
}
.testata.ecom .carrello {
	float: left;
	margin: 0px 20px;
}
.testata.ecom .dx {
	padding: 20px 0px
}
.menusup .dx .logo {
	display: none
}
.testata .centro {
	position: relative;
	float: left;
	width: 60%;
	text-align: center;
}
.testata .centro img {
}
.categorie_cerca {
	position: relative;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	height: auto;
	min-height: 45px;
}
.header .cerca input[type="text"] {
	border: none;
	background-color: transparent;
	width: 83%;
	position: relative;
	float: left;
	font-size: 14px;
	color: #878fa2;
	padding: 12px;
}
.header .cercabtn {
	padding: 13px;
	margin: 0px;
	right: 0px;
	float: right;
}
.newsletter .cerca input[type="text"] {
	background-color: transparent;
	width: 100%;
	font-size: 14px;
	padding: 12px;
	color: white;
}
.newsletter a {
	color: rgba(255,255,255,1);
	float: left;
}
.footer .cerca input[type="text"] {
	border: none;
	background-color: transparent;
	width: calc(100% - 35px);
	font-size: 13px;
	color: #4c4c4c;
	float: left;
	position: relative;
}
.numeroverde {
	width: 205px;
	position: relative;
	float: left;
	background-image: url(../img/bubble.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 50px;
	margin: 30px 20px;
	color: #878fa2;
}
.numeroverde big {
	font-weight: 500;
	font-size: 20px;
}
.logo {
    margin: 25px auto;
    text-align: center;
    height: 53px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 595px;
    cursor: pointer;
    background-size: auto 100%;
}
.header.home .logo {
	background-image: url(../img/logoB.png);
}
.menusup {
	min-height: 46px;
	width: 100%;
	clear: both;
}
.menusup .sx {
	position: relative;
	float: left;
	width: 60%;
	margin-right: 0px;
}
.menusup .dx {
	position: relative;
	float: right;
	text-align: right;
	width: 40%;
}
.menusup a {
	color: #4c4c4c;
	text-decoration: none;
	font-size: 13px;
	position: relative;
}
.menusup .link.entra a {
	font-size: 16px;
	text-decoration: underline;
	margin: 0px 1px;
	position: relative;
}
.menusup .link.entra a:hover {
	color: #000;
}
.registrazione {
	position: relative;
	float: right;
	width: 340px;
	padding-left: 10px;
	border-left: 1px solid #c4c4c4;
}
.registrazione .login {
	position: relative;
	float: left;
	width: 170px;
}
.registrazione .field_module {
	padding: 9px;
	background: rgba(255, 255, 255, 0.1);
	-moz-border-radius: 5px;
	border: none;
	border-radius: 5px;
	font-size: 12px;
	float: right;
	width: 100%;
	color: #4c4c4c;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	font-family: 'Crimson Text', serif;
}
.registrazione .links a {
	color: #5d5d5d;
	text-decoration: underline;
	font-size: 11px;
}
.registrazione .links {
	position: relative;
	float: left;
	margin-left: 10px;
	line-height: 16px;
	width: 160px;
}
.links a.btn {
	font-size: 13px;
	color: white;
	text-decoration: none;
	margin-top: 6px;
	position: relative;
	float: left;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.links a.btn:hover {
	text-decoration: none;
	background-color: #e1e1e1;
	color: #6b6e6f;
}
.links a.facebook {
	font-size: 11px;
	color: white;
	text-decoration: none;
	margin-top: 6px;
	position: relative;
	float: left;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: #3b5998;
	text-transform: inherit;
	margin-left: 5px;
	text-align: left;
	line-height: 11px;
	font-weight: normal;
}
.links a.facebook:hover {
	text-decoration: none;
	background-color: #e1e1e1;
	color: #6b6e6f;
}
.facebook img {
	position: relative;
	float: left;
	margin-right: 5px;
}

.sx {
	padding: 0px;
	width: 70%;
	position: relative;
	float: left;
	max-width: inherit
}
.dx {
	padding: 0px;
	height: auto;
	width: 28%;
	position: relative;
	float: right;
	margin: 0px;
	max-width: none;
}
.box.specializzazioni {
	background-color: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;
    padding: 5%;
	cursor:auto
}

.box.specializzazioni img {
	height:45px
}



.home .box.specializzazioni {
	background-color: #e5e5e5;
		text-shadow: 0 1px 0 white;
cursor:pointer
}

.home .box.specializzazioni p {
display:none
}

.home .box.specializzazioni:hover {
	background-color: #d6d5d5;
-moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
}

.box.specializzazioni h3 {
	color: black;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	margin: 20px 0px 10px 0px;
	height: 44px;
}
.box.specializzazioni h3.small {
	padding-top: 10px
}
.box.specializzazioni {
	text-align: center;
/*	height: 250px;*/
	width: 31%;
	margin: 1%;

}

.box.specializzazioni a,
.box.specializzazioni a:hover {
text-decoration:none !important

}

.content .dx {
	margin-bottom: 20px
}
.testata.ecom .dx {
	margin: 25px 0px;
}
.testata .dx, .testata .sx {
	width: auto;
}
.corpo .dx h1 span {
	font-size: 18px;
	font-weight: 700;
	color: #4c4c4c;
}
.articolo .dx p {
	line-height: 20px;
	font-weight: 400;
	font-size: 15px;
	color: #4c4c4c;
	margin-bottom: 15px;
}
.articolo .dx p strong {
	font-weight: 500;
	color: black;
}
.articolo .dx .intro p {
	line-height: 20px;
	font-weight: 400;
	color: #4c4c4c;
	margin-bottom: 20px;
	font-size: 15px;
}
.corpo .articolo .dx_img {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	clear: both;
}
.corpo .articolo .dx_img img {
	width: 250px;
	height: auto;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	border: 1px solid #c4c4c4;
	margin-bottom: 10px;
}
.titolo {
	color: #333;
	font-size: 50px;
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	font-weight: 300;
	padding: 30px 0px;
}
.titolo.piccolo {
	font-size: 40px;
	text-align: left;
	padding: 30px 0px;
	border-top: 1px solid #c4c4c4;
}
.sx .titolo_sx {
	color: #878fa2;
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	border: none;
	font-size: 16px;
	font-weight: 500;
	margin: 0px;
	padding: 12px;
	background: #e5e5e5;
	text-transform: uppercase;
	text-align: center;
}
.sx .titolo {
	font-size: 30px;
	font-weight: 300;
	padding: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c4c4c4;
}
.cbp-vm-options .sx .titolo {
	font-size: 40px;
}
.titolo.grigio {
	color: #333;
	font-size: 20px;
	background-color: #c4c4c4;
	text-transform: uppercase;
	padding: 10px 20px;
	text-shadow: 0 1px 0 white;
}
.filtri {
	margin-bottom: 20px
}
/* stili news */

.news {
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 5px solid #333;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-decoration: none;
	max-height: 73px;
	overflow: hidden;
	line-height: 15px;
}
.news p {
	margin-bottom: 0px;
	line-height: 15px;
}
.news a {
	color: white;
	text-decoration: none;
}
.news a:hover {
	text-decoration: none;
}
.tuttelenews {
	margin-right: 0px;
	margin-bottom: 5px;
	text-decoration: none;
	width: 100%;
	text-align: right;
	font-size: 12px;
}
.tuttelenews a {
	color: #333;
	font-weight: 700;
}
.news_img {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	clear: both;
}
.news_img img {
	width: 60px;
	height: 60px;
	border: 1px solid #c4c4c4;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* fine stili news */

img.banner {
	width: 100%;
	border: 0px;
	margin-top: 10px;
}
.banner {
	width: 100%;
	height: auto;
	overflow: auto;
	background-color: #4c4c4c;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.banner.home {
	margin-top: 0px;
}
.banner.corpo {
	border: 1px solid #c4c4c4;
}
.banner img {
	height: 77px;
	margin-bottom: 0px;
	position: relative;
	float: left;
	margin: 5px 13px 0px 10px;
}
.banner .box img {
	width: auto;
	border: none;
	position: relative;
	float: left;
	margin-right: 15px;
}
.banner h2 {
	color: white;
	text-transform: uppercase;
	font-size: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	margin: 10px;
}
.banner h3 {
	color: #ffb000;
	/* text-transform: uppercase; */
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	padding-bottom: 10px;
	text-align: center;
}
.banner h3 big {
	font-weight: 600;
	font-size: 19px;
}
.banner h4 {
	color: white;
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
}
.banner p {
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
}
.banner .box {
	width: 33%;
	position: relative;
	float: left;
	padding-bottom: 20px;
	font-size: 20px;
	color: #333;
	height: 105px;
	overflow: hidden;
	cursor: pointer;
}
.banner .box strong {
	font-size: 30px;
	font-weight: 700;
}
.banner .box span {
	color: #333;
}
.color {
	color: #333;
}
.color a {
	color: #333;
}
.servizioclienti {
	color: white;
	font-weight: 700;
	text-align: center;
	font-size: 13px;
	height: 50px;
	margin-top: 5px;
}
.servizioclienti img {
	position: relative;
	margin-right: 5px;
	top: 10px;
	width: 29px;
	margin-left: 5px;
}
.prodotti_footer .box {
	position: relative;
	float: left;
	width: 250px;
	min-height: 320px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 10px;
}
.prodotti_footer .box .titolo {
	color: #333;
	font-size: 25px;
	position: relative;
	float: left;
	width: 100%;
	padding: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Crimson Text', serif;
	text-shadow: 0 1px 0 white;
}
.prodotti_footer .box .titolo span {
	color: #333;
	font-size: 28px;
	font-weight: bold;
}
.prodotti_footer {
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 15px;
}
.extra {
	padding: 15px 15px 15px 5px;
	font-size: 14px;
	text-align: center;
}
.extra .condividi_articolo {
	padding: 0px;
}
.extra img {
	position: relative;
	margin: 0px 5px 0px 15px;
	top: 3px
}
.special {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #4c4c4c;
	font-size: 12px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #f2f2f2;
	margin-bottom: 15px;
	height: 60px !important;
	overflow: hidden;
}
.special span {
	color: #333;
	font-size: 20px;
}
.counter {
}
.counter strong {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}
.counter small {
	color: #333;
	font-size: 20px;
	font-weight: regular;
	margin: 0px;
	padding: 0px;
}
.menu_footer {
	height: auto;
	overflow: auto;
	padding: 60px 0px;
}
.menu_footer .box {
	position: relative;
	float: left;
	width: 25%;
	padding-left: 40px;
	margin-bottom: 0px;
	height: 74px;
	line-height: 22px;
	color: #cccccc;
	font-size: 18px;
	padding-top: 13px;
}
.menu_footer .box:first-child img {
    width: 258px;
    margin-top: 20px;
	}
.menu_footer .box:nth-child(2) img, .menu_footer .box:nth-child(3) img {
	top: 26px;
}

.menu_footer .box:nth-child(4) img {
	top: 26px;
	    height: 26px;
}
.menu_footer .box:nth-child(4) {
	padding-top: 28px;
}
.menu_footer .box.store {
	max-width: 250px
}
.menu_footer .box.store ul li {
	position: relative;
	float: left;
	width: 50%
}
.menu_footer .box h1 {
	font-family: 'Crimson Text', serif;
	color: #333;
	font-size: 25px;
	position: relative;
	float: left;
	width: 100%;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal !important;
	margin: 5px 0px;
	text-shadow: 0 1px 0 white;
}
.menu_footer .box ul {
	list-style-image: none;
	list-style-type: none;
	position: relative;
	clear: both;
}
.menu_footer .box.dati ul {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 0px;
	position: relative;
	clear: both;
}
.menu_footer .box.dati img {
	margin-top: 5px;
	max-width: 223px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 10px;
}
.box.dati ul {
    margin: 20px 0px 0px 0px;
    padding: 0px 10px;
}
.box.dati ul li {
    background-repeat: no-repeat;
    background-position: left 3px;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 15px;
    padding-left: 32px;
    font-size: 17px;
    color: #4c4c4c;
    background-size: auto 20px;

}
.box.dati ul li strong  {
    color: black;
	}
	
.riepilogo_sx .box.dati ul li {
	background-repeat: no-repeat;
	background-position: left 4px;
	list-style-image: none;
	list-style-type: none;
	margin: 10px 0px;
	padding-left: 28px;
	font-size: 15px;
	line-height: 19px;
	color: #4c4c4c;
	padding: 0px 30px;
	background-size: auto auto;
}
.riepilogo_sx .box.dati ul li strong {
	color: black;
	font-weight: 500;
}
li.luogo {
	background-image: url(../img/icone/placeholder-g.png) !important;
}
li.telefono {
	background-image: url(../img/icone/telephone-g.png) !important;
}
li.orari {
	background-image: url(../img/icone/clock.png) !important;
}
li.mail {
	background-image: url(../img/icone/email.png) !important;
}
.menu_footer .box ul li.luogo, .menu_footer .box ul li.telefono, .menu_footer .box ul li.orari, .menu_footer .box ul li.mail {
	padding-left: 30px;
	background-position: 0px 3px;
	margin-bottom: 15px;
}
.menu_footer .box ul li {
	background-repeat: no-repeat;
	background-position: left 0px;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 14px;
	color: #666;
}
.menu_footer .box ul li strong {
	font-weight: 400;
	color: black;
}
.menu_footer .box ul li a {
	font-size: 15px;
	color: #666;
}
.menu_footer .box.menu ul li a {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
}
.menu_footer .box ul li a:hover {
	color: black;
	text-decoration: none
}
.menu_footer .newsletter {
	background-color: #1a7eaa;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	color: white;
	height: auto;
	overflow: auto;
}
.menu_footer .newsletter input[type="image"] {
	position: relative;
	float: right;
	max-width: 20%;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	width: 26px;
	top: 3px;
}
.menu_footer .newsletter form {
	padding: 0px;
	background: rgba(255, 255, 255, 0.1);
	-moz-border-radius: 5px;
	border: none;
	border-radius: 5px;
	font-size: 12px;
	float: right;
	width: 100%;
	color: #4c4c4c;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Crimson Text', serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
.menu_footer .newsletter .field_module {
	border: none;
	font-size: 12px;
	float: left;
	position: relative;
	width: 80%;
	color: #4c4c4c;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Crimson Text', serif;
	background-color: transparent;
	padding: 5px;
}
.menu_footer .newsletter label {
	color: #FFF;
	font-size: 10px;
}
.menu_footer .newsletter label a {
	text-decoration: underline;
}
.menu_footer .newsletter input[type="checkbox"] {
	position: relative;
	float: left;
	margin-right: 5px;
}
.menu_footer .dati {
	margin-right: 0px;
	color: #4c4c4c;
	width: auto;
	position: relative;
	float: right;
	background: white;
	padding-left: 30px;
	border-left: 1px solid #c4c4c4;
	min-width: 350px;
}
.menu_footer .dati strong {
	font-weight: 700;
	color: #16274b;
}
.menu_footer .dati h3 {
	margin-bottom: 20px;
}
.menu_footer .dati p {
	margin-bottom: 20px;
}
.menu_footer .dati table {
	margin: 5px;
}
.menu_footer .dati table tr td {
	color: #646464;
	font-family: 'Crimson Text', serif;
	font-size: 20px;
}
.menu_footer .dati table tr td img {
	border: none;
	width: 34px;
}
.menu_footer .box img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.credits {
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding-top: 6px;
	height: 46px;
}
.credits img {
	position: relative;
	float: left;
	margin-left: 10px;
	top: 5px;
	height: 25px;
	width: auto;
}
.credits a {
	color: #646464;
	font-family: 'Crimson Text', serif;
	font-size: 17px;
	position: relative;
	float: left;
	float: right;
}
img.banner_orizzontale {
	border: none;
	width: 780px !important;
	height: auto !important;
	margin-bottom: 10px;
}
.ricerca_avanzata {
	background: #c4c4c4;
	height: auto;
	overflow: auto;
	padding-bottom: 5px;
}
.ricerca_avanzata h1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 white;
	font-family: 'Crimson Text', serif;
	background-image: url(../img/bg_boxfooter.png);
	background-repeat: repeat;
	padding: 6px;
	padding-left: 10px;
}
.ricerca_avanzata form {
}
.ricerca_avanzata form div {
	padding: 0px;
	background: #cfcfcf;
	-moz-border-radius: 5px;
	border: none;
	border-radius: 5px;
	font-size: 12px;
	float: right;
	width: 100%;
	color: #4c4c4c;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	font-family: 'Crimson Text', serif;
}
.ricerca_avanzata form div .field_module {
	border: none;
	font-size: 12px;
	float: left;
	position: relative;
	width: 80%;
	color: #4c4c4c;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Crimson Text', serif;
	background-color: transparent;
	padding: 5px;
}
.ricerca_avanzata form div input[type="image"] {
	position: relative;
	float: right;
	max-width: 20%;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	width: 26px;
	top: 0px;
}
.titolo span {
	color: #737373;
	font-size: 17px;
	margin-left: 8px;
	position: relative;
	top: -2px;
}
.titolo span strong {
	color: #000;
}
.selettori {
	border: 1px solid #c0c0c0;
}
.selettori .quantita {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	float: left;
	margin-right: 10px;
	top: 0px;
	color: #666;
	text-shadow: 0 1px 0 white;
	margin-left: 10px;
	width: 25%;
	max-width: 100%;
	padding: 12px;
	margin: 0px;
}
.descrizione {
	width: 48%;
	position: relative;
	float: right;
}
.descrizione_prodotto {
	width: 100%;
	position: relative;
	clear: both;
	padding-top: 20px
}
.descrizione p {
	color: #4c4c4c;
	font-size: 15px;
	margin-bottom: 10px;
}
.articolo .dx .descrizione_prodotto p {
	color: #4c4c4c;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.articolo .dx .descrizione_prodotto p strong {
	font-weight: 600;
	color: #000
}
.descrizione .prezzo {
	padding: 15px;
	border-bottom: 1px solid #c0c0c0;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.descrizione .prezzo {
	color: #4c4c4c;
	font-size: 14px
}
.descrizione .prezzo .old_price {
	opacity: 1
}
.descrizione .prezzo .old_price, .descrizione .prezzo .percentuale {
	position: relative;
	float: left;
}
.descrizione .prezzo .percentuale {
	margin-left: 5px;
	top: 1px;
}
.descrizione .prezzo .risparmio {
	clear: both;
	font-style: italic;
}
.descrizione.titolo {
	padding-bottom: 0px;
	width: 100%;
	position: relative;
	float: right;
	margin-bottom: 10px;
	height: auto;
}
.descrizione .titolo {
	color: #333;
	font-size: 30px;
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	text-align: left;
	font-weight: 500;
	padding: 0px;
	margin-bottom: 10px;
}
.selettori .label {
	width: 33%;
	color: black;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	padding: 24px 0px 0px 0px;
	position: relative;
	float: left;
}
.selettori .label img {
	position: absolute;
	top: 20px;
	margin-left: 5px;
}
.selettori .sconto, .selettori .prezzo_totale {
	width: 100%;
	position: relative;
	float: left;
}
.selettori .prezzo .totale, .selettori .contenuto {
	width: 66%;
	margin: 0px;
	height: auto;
	position: relative;
	float: right;
	text-align: left;
}
.articolo .dx .colore_quantita ul {
	margin: 0px
}
.selettori .contenuto {
	padding: 0px 0px 5px 0px
}
.colore_quantita ul .label {
	padding: 0px 0px 10px 0px
}
.colore_quantita .label {
	padding: 22px 0px 0px 0px
}
.selettori .sconto {
}
.colore_quantita {
	background-color: #f1f1f1;
	padding: 15px;
	border-bottom: 1px solid #c0c0c0;
}
.codice {
	color: #afb0b5;
	font-size: 16px;
}
.articolo .dx .descrizione h1 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
}
.descrizione h2 {
	font-size: 25px;
	color: #000;
	font-weight: 300;
	margin: 0px;
}
.btn.ordina {
}
.corpo .dx .descrizione p {
	margin: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #4c4c4c;
}
.tabella_prodotto, .TabbedPanelsContent table {
	width: 100%;
}
.tabella_prodotto tr th, .TabbedPanelsContent table tr th {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	color: #000000;
	font-weight: normal;
	border-bottom: 1px dashed rgb(222, 222, 222);
}
.tabella_prodotto tr td, .TabbedPanelsContent table tr td {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	color: #757575;
}
.tabella_prodotto .old_price, .TabbedPanelsContent table .old_price {
	text-decoration: line-through;
	font-size: 14px;
	font-weight: 400;
}
.spese_spedizione span, .TabbedPanelsContent table span {
	font-size: 13px;
	font-weight: 400;
	color: #333;
}
.tabella_prodotto .prezzo_scontato, .TabbedPanelsContent table .prezzo_scontato {
	text-transform: uppercase;
	color: #000000;
	font-weight: normal;
}
.tabella_prodotto .prezzo_scontato span, .TabbedPanelsContent table .prezzo_scontato span {
	color: #d30202;
	font-size: 14px;
	font-weight: 400;
}
.disponibilita_yes, .disponibilita_no {
	font-size: 14px;
}
.disponibilita_yes {
	color: #54bb56 !important;
}
.disponibilita_no {
	color: #d30202 !important;
}
.spese_spedizione {
	background-image: url(../img/icone/truck.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-top: 5px;
	padding-left: 28px;
}
.valuta_info {
	background-color: #333;
	font-family: 'Crimson Text', serif;
	padding: 5px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.valuta_info .valuta {
	float: left;
	width: 48%;
	position: relative;
	color: #FFFFFF;
	font-size: 18px;
	margin-left: 8px;
}
.valuta_info .valuta .star-rating {
	top: 6px;
	left: 3px;
}
.valuta_info .info {
	float: right;
	width: 317px;
	position: relative;
	text-align: right;
	/* color: #333; */
    /* font-weight: bold; */
    
	font-size: 15px;
	background-image: url(../img/richiediinfo.png);
	background-position: 73px 0px;
	background-repeat: no-repeat;
	/* height: 30px; */
    
	padding-left: 41px;
	margin-top: 5px;
}
.valuta_info .info a {
	color: white;
	text-decoration: none;
	font-size: 18px;
	margin-right: 8px;
}
/*.griglia_ordina {
width: 100%;
font-size:12px;
}

.griglia_ordina tr td {
	border-bottom: 1px dotted #ececec;
	background-color: white;
	color: #333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size:12px;
}

.griglia_ordina tr th {
background-color: #333;
padding:5px;
color: white;
font-weight:normal;
text-align:left;
font-size:12px;
}

.griglia_ordina .field_module{
padding: 5px;
background: white;
-moz-border-radius: 2px;
border: none;
border-radius: 2px;
font-size: 12px;
float: left;
width: 32px;
color: #333;
font-weight: bold;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 0px;
margin-right: 5px;
text-align: center;
border: 1px solid rgb(199, 199, 199);
}

.griglia_ordina .btn {
-moz-border-radius: 2px;
border-radius: 2px;
border: none;
top: 1px;
position: relative;
padding-bottom: 4px;
float: left;
padding-top: 4px;
padding-left: 8px;
padding-right: 8px;
background: #333;
}

.griglia_ordina .btn:hover {
background: #333;
}
*/

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-right: 5px;
	top: 2px;
}
.griglia_ordina .label_check {
	font-size: 11px;
	font-weight: 700;
}
.commento_fb {
	margin-top: 10px;
	margin-bottom: 10px;
}
.commento_fb p {
	color: #565656;
	margin-bottom: 5px;
}
/* tabelle carrello */

.alert {
	color: red;
	font-weight: 500;
	margin: 10px 0px;
}
.tabelle_carrello fieldset .btn {
	margin-left: 5px;
	padding: 11px 10px;
	font-size: 15px;
	position: relative;
	float: left;
}
table.tabelle_carrello {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.tabelle_carrello table tr td {
	color: #4c4c4c;
	border-bottom: 1px solid #c4c4c4;
	padding: 5px;
}
.tabelle_carrello .select_module {
	position: relative;
	width: 108px;
	padding: 3px;
	margin: 0px;
	background-color: whiteSmoke;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: 'Crimson Text', serif;
	border: 1px solid #c4c4c4;
	float: right;
	font-size: 12px;
}
.tabelle_carrello .txt {
	position: relative;
	font-size: 12px;
	color: #0054A4;
	margin-right: 5px;
	top: 1px;
}
/*.tabelle_carrello .field_module {
position: relative;
width: 100px;
margin: 0px;
background-color: #e5e5e5;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;font-family: 'Crimson Text', serif;
clear: right;
margin-bottom: 5px;
margin-top: 5px;
font-size: 12px;
padding: 7px;

}*/

.tabelle_carrello .minifield_module {
}
.tabelle_carrello .miniature.thumb {
	border: none;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 60px;
	width: 60px;
}
.tabelle_carrello .miniature img {
	max-height: 50px;
	max-width: 50px;
}
.tabelle_carrello td.minifield_module input {
	padding: 5px;
	background: white;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 13px;
	float: left;
	width: 32px;
	color: #333;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0px;
	border: 1px solid #c4c4c4;
}
.tabelle_carrello textarea {
	width: 300px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: 'Crimson Text', serif;
	font-size: 12px;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #c4c4c4;
	color: #0054A4;
}
.tabelle_carrello .field_note {
	float: left;
	position: relative;
	width: 100%;
	padding: 5px;
	margin: 0px;
	background-color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: 'Crimson Text', serif;
	border: 1px solid #c4c4c4;
	height: 100px;
}
.tabelle_carrello .label_check a {
	color: #4c4c4c;
	text-decoration: underline;
}
.tabelle_carrello .label_module {
	float: left;
	position: relative;
	font-size: 15px;
	color: #333;
	font-family: 'Crimson Text', serif;
	margin-top: 0px;
}
.tabelle_carrello {
	clear: both;
	position: relative;
}
.tabelle_carrello tr th {
	padding: 10px;
	color: white;
	font-weight: normal;
	text-align: left;
}
.tabelle_carrello .tabelle_carrello tr th {
	padding: 10px;
	color: white;
	background: #878fa2;
}
.tabelle_carrello .minifield_module {
	width: auto;
}
.prezzo_totale {
	font-size: 30px;
	color: #000;
	font-weight: 300;
	text-align: left;
}
td .prezzo_totale {
	font-size: 20px;
	text-align: left;
	font-weight: 500;
}
.tabelle_carrello .prezzo_totale {
	font-size: 30px;
	text-align: left;
	font-weight: 400;
	padding: 5px;
	color: #8790a2
}
.tabelle_carrello li storng {
	color: #000;
	font-weight: 400;
}
.tabelle_carrello.sottotabella.tableresponsive .field_module {
	width: 50px;
	float: left;
	padding: 3px 10px;
	text-align: center;
}
.tabelle_carrello caption {
	font-size: 22px;
	color: #0054A4;
	padding-bottom: 10px;
}
.tabelle_carrello .hidden {
	display: none;
}
.tabelle_carrello a img {
	border: none;
}
.tabelle_carrello table tr td a .ok {
	float: right;
	position: relative;
	margin-left: 5px;
	top: 3px;
}
.condizioni {
	margin-left: 0px;
	margin-top: 3px;
	padding: 15px;
	background-color: #F2F2F2;
	border: 1px solid #c4c4c4;
	margin-bottom: 20px;
}
.condizioni img {
	text-align: center;
	width: 120px;
	margin-right: 30px;
	position: relative;
	float: left;
	margin-bottom: 15px;
}
.condizioni p {
	text-align: justify;
	line-height: 20px;
}
.condizioni hr {
	border: none;
	background: rgb(165, 165, 165);
	height: 1px;
	width: 100%;
	margin-bottom: 10px;
	opacity: 0.5;
}
.cancellacarrello {
	width: 400px;
	height: auto;
	padding: 10px;
	margin: 0px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.ordine_minimo {
	font-size: 16px;
	float: right;
	color: #4c4c4c;
	text-decoration: none !important;
	text-shadow: 0 1px 0 white;
	margin-bottom: 0px;
	font-weight: 600;
	padding: 0px 0px 12px 0px;
}
.ordine_minimo span {
	color: #8790a2;
	font-size: 20px;
}
.tabelle_carrello fieldset {
	background-color: white;
	padding: 20px;
	margin-top: 30px;
	position: relative;
	border: 1px solid #ccc;
}
.tabelle_carrello fieldset p {
	color: black;
	margin-bottom: 20px
}
.tabelle_carrello fieldset strong {
	color: #666;
}
.readonly {
	background-color: rgba(205, 206, 211, 0.29)
}
.tabelle_carrello legend {
	padding: 5px 15px;
	outline: none;
	color: #666;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #ccc;
}
.center {
	text-align: center;
}
.tabelle_carrello fieldset a #help {
	float: right;
	position: absolute;
	right: 10px;
	margin-top: -22px;
}
.dx .tabelle_carrello fieldset p {
	margin-bottom: 0px;
}
.tabelle_carrello fieldset img {
	border-left: 1px dotted #c4c4c4;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 5px;
	position: relative;
	float: left;
}
.tabelle_carrello fieldset input[type="radio"] {
	position: relative;
	float: left;
	top: 15px;
	margin-left: 10px;
}
.tabelle_carrello .btn {
}
.tabelle_carrello .btn:hover {
	background-color: #333;
}
.tabelle_carrello table.table_nopadding tr td {
	border-bottom: none;
	background-color: white;
	color: #333;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 12px;
}

.articolo .pathway {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 20px;
}

.pathway {
	position: relative;
	font-size: 14px;
	color: #878fa2;
	    width: 100%;
    margin-bottom: 30px;
    margin-top: -15px;
	text-align:center
}
.pathway a {
	margin-left: 1px;
	margin-right: 1px;
	color: #000;
}
.pathway a:hover {
	text-decoration: underline;
}
.corpo .dx hr, hr {
	background: #c4c4c4;
	height: 1px;
	width: 100%;
	padding: 0px;
	border: none;
	margin: 30px 0px;
}
.dati_contatti {
	margin-top: 10px;
	margin-bottom: 10px;
}
.dati_contatti tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.dati_contatti tr th {
	text-align: left;
	padding: 10px;
	background: #E5E5E5;
	text-shadow: 0 1px 0 white;
}
.dati_contatti tr td p {
	margin: 0px !important;
}
.dati_contatti tr td p img {
	position: relative;
	float: left;
	width: 17px;
	margin-right: 5px;
}
.label_module {
    float: left;
    position: relative;
    font-size: 18px;
    color: #333;
    font-family: 'Crimson Text', serif;
    margin-bottom: 8px;
    font-weight: 400;
    padding-right: 10px;
}
.stato a {
	margin: 0px 0 0;
	display: inline-block;
	transition: background 0.2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	font-family: 'Crimson Text', serif;
	text-align: center;
	padding: 0px 5px;
	position: relative;
	font-size: 13px;
	font-weight: 700;
	border: 1px solid #333;
	text-transform: uppercase;
	background-color: #333;
	color: white;
}
.stato a:hover {
	text-decoration: none
}
.field_module {
    padding: 10px;
    border: 1px solid #c4c4c4;
    font-size: 15px;
    float: left;
    width: 100%;
    color: #666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    font-family: 'Crimson Text', serif;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 42px;
}
.login_box .field_module {
	margin-bottom: 5px
}
.field_module.error {
	border: 1px solid #c4c4c4;
	background-color: #f9dde2;
}
.field_note {
padding: 6px;
    background: white;
    border: 1px solid #c4c4c4;
    font-size: 21px;
    float: right;
    width: 100%;
    color: #666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-family: 'Crimson Text', serif;
    max-height: 250px;
}
table.contatti {
	width: 760px;
	margin: 10px;
}
.tabelle_carrello table tr td.tabella_totali {
	background-color: #333;
	color: white;
	font-weight: 700;
	font-size: 16px;
}
.tabelle_carrello table tr td.tabella_totali div.prezzo_totale {
	background-color: #333;
	padding: 5px;
	font-size: 20px;
}
table.contatti .btn {
	position: relative;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding: 10px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.blank {
	background-color: white;
}
.inpromo .special {
	height: 45px !important;
	margin-bottom: 25px !important;
}
/* nuovo codice riepilogo e news */

.categories {
	padding: 10px;
	height: auto;
	border: 1px solid #c4c4c4;
	overflow: auto;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
}
.categories h1 {
	margin-bottom: 0px;
	color: #333;
	font-size: 20px;
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 5px;
}
.categories ul {
	float: left;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.categories ul li {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-left: 0px;
	position: relative;
	float: left;
	width: 100%;
}
.categories ul li a {
	color: #4c4c4c;
	text-decoration: none;
}
.categories ul li a:hover {
	color: #333;
	text-decoration: none;
}
/*stile news*/

.newsart {
	padding: 15px;
	height: auto;
	border: 1px solid #c4c4c4;
	overflow: auto;
	margin-bottom: 20px;
}
.newsart p a {
	color: #000;
	text-decoration: underline
}
.newsart h3,
#owl-area h3  {
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
#owl-area h3  {
   text-align:center
}
.newsart span,
#owl-area span {
	color: #878fa2;
	font-weight: 500;
	font-size: 18px;
}

.newsart span.area,
#owl-area span.area  {
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    top: -1px;
    margin-left: 5px;
    padding-left: 5px;
    border-left: dotted 1px #ccc;
    font-size: 13px;
    margin-right: 5px;
	}
.newsart h3 a,
#owl-area h3 a {
	text-transform: inherit;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
.newsart p {
	padding: 0px;
	margin: 0px !important;
	text-align: justify
}
.newsart_img {
    position: relative;
    float: left;
    display: table;
    width: 200px;
    height: 150px;
}
.newsart_img div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.newsart_img img {
max-height: 150px;
    margin-right: 10px;
    max-width: 200px;
}
.newsart .articolo_news {
    height: 63px;
    overflow: hidden;
    margin-bottom: 10px;
}
.sx .ricerca_avanzata .titolo {
	margin-bottom: 0px !important;
	padding-bottom: 10px;
	font-size: 16px;
	/* text-align: center; */font-family: 'Crimson Text', serif;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #4c4c4c;
}
.newspromo {
	margin-bottom: 0px !important;
	padding-bottom: 10px;
	font-size: 16px;
	text-align: center;
	font-family: 'Crimson Text', serif;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	color: white;
}
.container.testata .dx div {
	position: relative;
	float: right;
	max-width: 300px;
	padding: 0px 35px;
	border-right: 1px solid #c4c4c4;
	height: 60px;
	margin: 25px 0px;
}
.container.testata .dx div p {
	color: #afb0b5;
	font-size: 15px;
}
.container.testata .dx div.carrello {
	border-right: none;
	width: 275px;
	cursor: pointer
}
.container.testata .dx div.carrello h3 {
	margin-top: 5px;
	font-size: 16px;
}
.container.testata .dx div.carrello p {
	color: #afb0b5;
	font-size: 20px;
}
.container.testata .dx div.carrello img {
	position: relative;
	float: left;
	margin-right: 15px
}
.menu_footer .box.social {
	margin-right: 0px;
	padding-top: 20px;
	text-align: right;
}
.menu_footer .box.social .clear {
	height: 95px
}
.social img {
	max-width: 35px;
}
.social img.payment {
	max-width: 395px
}
.social span {
	position: relative;
	/* float: left; */
	margin: 6px 15px 0px 0px;
	font-size: 20px;
	font-weight: 300;
	top: -10px;
}
.ricerca_avanzata {
	background-color: #ebebeb;
	padding: 10px;
	margin-bottom: 15px;
}
.menu_footer .newsletter input[type="image"] {
	position: relative;
	float: right;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	width: 18px;
	top: 1px;
	margin: 0px;
}
.newsletter .cerca {
	float: left;
	position: relative;
	background-color: #16274b;
	width: calc(100% - 137px);
	margin: 20px 0px 10px 0px;
	top: inherit;
	border: 3px solid white;
}
.newsletter .privacy {
	width: calc(100% - 20px);
	margin: 10px;
	position: relative;
	clear: both;
}
.newsletter .field_module {
	border: none;
	font-size: 12px;
	float: left;
	position: relative;
	width: 80%;
	color: #4c4c4c;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Crimson Text', serif;
	background-color: transparent;
	padding: 5px;
	background: rgba(255, 255, 255, 0.1);
	margin-top: 10px;
}
.newsletter label {
	color: #FFF;
	font-size: 11px;
}
.newsletter label a {
	color: #FFF;
	text-decoration: underline;
}
.newsletter input[type="checkbox"] {
	position: relative;
	float: left;
	margin-right: 5px;
	top: 4px;
}
.select_module, .minifield_module {
	width: 100%;
	padding: 7px 10px;
	border: 1px solid #c4c4c4;
	font-size: 15px;
	float: left;
	color: #333;
	margin-bottom: 0px;
	font-family: 'Crimson Text', serif;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 40px;
}
.colore_quantita .select_module {
	width: 66%;
	margin: 10px 0px 0px 0px;
	height: 44px
}
select {
	height: 44px;
	line-height: 44px
}
.minifield_module {
}
.colophon {
	position: relative;
	float: left;
	color: #999;
	opacity: 1;
	font-size: 14px;
	margin-top: 9px;
}
.colophon span {
	font-weight: 500;
	color: #000;
	opacity: 1;
}
.riepilogo_sx {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 15px;
	border: 1px solid #c4c4c4;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: auto;
	overflow: auto;
}
.riepilogo_sx h1 {
	font-family: 'Crimson Text', serif;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: left;
}
.riepilogo_sx p {
	font-size: 13px;
	line-height: 21px;
	color: #4c4c4c;
}
.unico {
	width: 100% !important;
}
.articolo .dx ul {
	margin: 20px
}
.articolo .dx h1 {
	color: #000;
	font-size: 30px;
	font-weight: 300;
}
.map {
	border: 0;
	margin-bottom: 30px;
	height: 450px
}
a.back {
	color: #000000;
	font-size: 15px;
	text-decoration: underline;
	padding-top: 25px;
	display: block;
	padding-bottom: 10px;
}
.riepilogo_sx ul li {
	font-size: 14px;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 10px;
	color: #4c4c4c;
}
.articolo .dx ul li {
	font-size: 14px;
	list-style-image: none;
	list-style-type: none;
	/* margin-bottom: 5px; */
	color: #020202;
	background-image: url(../img/icone/login.png);
	background-repeat: no-repeat;
	padding-left: 36px;
	padding-bottom: 3px;
	padding-top: 2px;
}
.articolo .dx .condividi_articolo ul li {
	margin: 10px 0px 5px 0px;
}
.riepilogo_sx ul li a {
	color: #333;
	font-size: 13px;
}
.campo_form {
	width: 50%;
	padding-bottom: 20px;
	position: relative;
	float: left;
	padding-right: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 17px;
}
.box_carrello {
	position: relative;
	float: right;
	cursor: pointer;
	width: 270px;
	background-position: 3px 5px;
	border: 1px solid #c4c4c4;
	padding: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: white;
}
.box_carrello:hover {
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
.box_carrello h1 {
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	font-size: 19px;
	margin-bottom: 2px;
}
.box_carrello p {
	font-size: 17px;
	color: #888787;
	margin-bottom: 3px;
}
.box_carrello img {
	position: relative;
	float: left;
	margin-right: 16px;
}
.box_carrello p span {
	color: #333;
}
.box_carrello a {
	color: #333;
	text-decoration: underline;
	font-size: 13px;
}
.testata_utilities {
	position: relative;
	float: right;
	width: 50%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.testata_utilities .sx {
	position: relative;
	float: right;
	text-align: right;
}
.paginazione {
	text-align: center;
	width: 100%;
	padding: 0px;
	clear: both;
	height: auto;
	margin: 30px 0px 40px 0px;
}
.paginazione a {
	color: #ffffff;
	line-height: 30px;
	font-weight: 400;
	padding: 4px 11px;
	font-size: 14px;
	margin: 0px 1px;
	background: #4c4c4c;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.paginazione a:hover, .paginazione .selected {
	background: #8790a2;
	text-decoration: none;
}
.paginazione div {
	position: relative;
	display: inline;
}
.login_box, .registrazione_box {
	position: relative;
	float: left;
	padding: 20px;
	width: 50%;
	height: 243px;
	border: 9px solid white;
	/* margin: 1%; */
	-moz-border-radius: 15px;
	border-radius: 3px;
}
.login_box h2, .registrazione_box h2 {
	font-family: 'Crimson Text', serif;
	color: #000;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 12px;
}
.login_box .btn {
	float: right
}
.registrazione_box strong {
	font-weight: 500;
	color: #000;
}
.registrazione_box {
	background: #f1f1f1;
}
.articolo .dx .registrazione_box p {
	color: #666
}
.registrazione_box .btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.riepilogo_tabella .immagine_prodotto {
	position: relative;
	float: left;
	background-color: white;
	width: 170px;
	margin-bottom: 5px;
	padding: 0px;
	height: 145px;
	border: none;
}
.riepilogo_tabella .immagine_prodotto div img {
	max-height: 145px;
	max-width: 170px;
}
.riepilogo_tabella .descrizione.titolo {
	padding-bottom: 0px;
	width: calc(100% - 250px);
	position: relative;
	float: right;
	margin-bottom: 0px;
	height: auto;
}
.riepilogo_tabella .descrizione {
	padding-bottom: 0px;
	width: calc(100% - 170px);
	position: relative;
	float: right;
	margin-bottom: 0px;
	height: 140px;
	overflow: hidden;
	padding-top: 10px;
	border: none;
}
.riepilogo_tabella .descrizione h1 {
	margin-bottom: 10px;
}
.riepilogo_tabella .descrizione h1 a {
	color: #333;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
}
.riepilogo_tabella .descrizione h1 a:hover {
	text-decoration: none;
}
.corpo .dx .riepilogo_tabella .descrizione p {
	margin: 0px;
	font-size: 13px;
	line-height: 18px;
	color: #4c4c4c;
	margin-bottom: 5px;
}
.riepilogo_tabella {
	height: auto;
	overflow: auto;
	margin-bottom: 20px;
	width: 100%;
	padding: 10px;
	border: 1px solid #c4c4c4;
}
.riepilogo_tabella .tableresponsive td, .riepilogo_tabella .tableresponsive th {
	padding: 5px;
}
.riepilogo_tabella .tableresponsive td {
}
.riepilogo_tabella .btn_carrello {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	text-align: center;
	font-size: 17px;
	clear: inherit;
	float: right;
	margin-top: 0px;
	background-image: url(../img/cart.png);
	background-repeat: no-repeat;
	background-position: 12px 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}
.riepilogo_tabella .btn_carrello:hover {
	background-color: #003c58;
}
.tabelle_carrello a img {
	border: none;
	max-width: 60px;
	position: relative;
	float: inherit;
	margin: 0px auto;
}
.label_payment {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.tabelle_carrello fieldset input[type="radio"] {
	position: relative;
	float: left;
	top: 4px;
}
.label_payment label {
	position: relative;
	float: left;
	padding-left: 10px;
	max-width: 90%;
}
.label_payment span {
	position: relative;
	float: left;
	top: 10px;
	margin-left: 10px;
}
.scopri {
	position: relative;
	float: right;
	padding: 10px;
	border: 1px solid #c4c4c4;
}
.corpo .dx .condizioni hr {
	border: none;
	background: rgb(165, 165, 165);
	height: 1px;
	width: 100%;
	margin-bottom: 10px;
	opacity: 0.5;
}
.descrizione.titolo a {
	color: #4D5859;
	text-decoration: none;
}
.menusup .link {
	background-repeat: no-repeat;
	background-position: 8px center;
	margin-left: 0px;
	color: #4c4c4c;
	text-decoration: none;
	/* border-left: 1px solid #c4c4c4; */
	background-size: auto 16px;
	padding: 0px 0px 0px 30px;
	/* top: 10px; */
	position: relative;
	float: right;
	margin: 10px 0px;
}
.menusup .link.aiuto {
	background-image: url(../img/icone/aiuto.png);
}
.menusup .link.giftcard {
	background-image: url(../img/icone/giftcard.png);
}
.menusup .link.carrello {
	background-image: url(../img/icone/carrello.png);
	color: #333;
}
.menusup .link.register {
	background-image: url(../img/icone/register.png);
	border-right: 1px solid #c4c4c4;
}
.menusup .link.entra {
	background-image: url(../img/icone/entra.png);
}
.menusup span.link.entra {
	padding: 17px 15px 15px 35px;
	top: 9px;
	position: relative;
	border-right: 1px solid #c4c4c4;
}
.menusup span.link.entra a {
	background-repeat: no-repeat;
	background-position: 8px center;
	margin-left: 5px;
	text-decoration: unferline;
	border: none !important;
	background-size: auto 16px;
	padding: 0px !important;
	top: 0px;
	color: #4c4c4c;
}
.menusup .link.desideri {
	background-image: url(../img/icone/desideri.png);
}
.menusup .link:hover {
	text-decoration: none;
}
.ric_avanzata {
	background-color: #333;
	padding: 25px;
	width: 100%;
	clear: both;
	position: relative;
	height: auto;
	overflow: auto;
}
.container.slideshow .dx {
	margin-bottom: 10px;
}
.sx .ric_avanzata {
	margin-bottom: 20px;
	padding: 0px 20px 20px 20px;
}
.sx .ric_avanzata h1 {
	margin-right: 0px;
	padding-left: 36px;
	background-size: auto 27px;
	padding-top: 15px;
}
.sx .ric_avanzata .btn {
	width: 100%;
}
.sx .ric_avanzata .select_module, .sx .ric_avanzata .field_module {
	margin-right: 0px;
	width: 100%;
	margin-bottom: 5px;
}
.link.carrello span {
	font-weight: 700;
}
.ric_avanzata h1 {
	text-transform: uppercase;
	position: relative;
	float: left;
	background-image: url(../img/cerca.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px;
	padding-left: 60px;
	margin-right: 30px;
	color: white;
	font-size: 22px;
}
.ric_avanzata .select_module, .ric_avanzata .field_module {
	width: 18%;
	padding: 12px;
	margin-bottom: 0px;
	color: #4c4c4c;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	float: left;
	border: none;
	margin-right: 11px;
	height: 46px;
	margin-top: 2px;
	font-size: 14px;
}
.ric_avanzata .btn {
	float: right;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 12px 30px;
	text-transform: uppercase;
	top: 1px;
}
.campo_form .errore {
	text-align: left;
	position: absolute;
	font-size: 13px;
	bottom: 1px;
	left: 0px;
}
.errore {
	color: #dd0000;
	font-weight: 500;
	text-align: center;
	width: 100%;
}
.big.btn {
	padding: 10px 20px;
	font-size: 20px;
	margin-left: 0px !important;
}
input.add {
	background-color: white;
	border: 1px solid white;
	font-size: 20px;
	font-weight: 300;
	color: #353535;
	margin: 0px;
	width: 17px;
	height: 30px;
	position: relative;
	top: 0px;
	cursor: pointer;
}
input.addfield {
	font-family: 'Crimson Text', serif;
	width: 35px;
	text-align: center;
	padding: 5px;
	border: 1px solid #c4c4c4;
	top: -1px;
	position: relative;
}
.cercabtn {
	padding: 11px 20px;
	color: white;
	text-transform: uppercase;
	margin: 0px;
	right: -2px;
	position: relative;
}
.newsletter {
	background-color: #333;
	color: white;
	margin: 20px 0px;
	text-shadow: none;
	height: auto;
	overflow: auto;
}
.container.slideshow {
	margin-bottom: 20px;
}
.riepilogo_sezione {
	background-color: white;
	border-top: none;
	padding: 10px 20px;
	border: 1px solid #c4c4c4;
	margin-bottom: 20px;
}
.riepilogo_sezione h2 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.riepilogo_sezione ul {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
}
.riepilogo_sezione ul li {
	margin-bottom: 10px;
}
.riepilogo_sezione ul li a:hover {
	color: #000;
	text-decoration: none;
}
ul.allegati {
	list-style-image: none;
	margin: 10px 0px;
}
ul.allegati li {
	position: relative;
	float: left;
	margin: 2px;
	margin-right: 20px;
	text-transform: uppercase;
	color: #4c4c4c;
}
ul.allegati li img {
	position: relative;
	float: left;
	margin-right: 5px;
}
.fb_iframe_widget iframe {
	width: 100% !important;
}
.disclaimer {
	color: #878fa2;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	margin: 5px 0px 15px 0px;
	width: 100%;
	position: relative;
	clear: both;
	font-style: italic;
}
.divprezzosped .prezzo {
	font-size: 30px;
	margin: 0px;
	color: #333;
	font-weight: 500;
}
.spese_spedizione {
	color: #4c4c4c;
	font-size: 15px;
}
.divprezzosped {
	margin: 10px 0px;
	padding: 10px 0px;
	padding-top: 3px;
}
.spese_spedizione span {
	color: #382E29;
}
.selettori .field_module {
	margin-bottom: 0px;
	width: 80px;
	position: relative;
	float: left;
	margin-right: 15px;
	text-align: left;
	margin-top: 10px;
}
.disponibilita_yes, .disponibilita_no {
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: auto;
	margin-top: 19px;
	margin-right: 16px;
}
.selettori .confezione {
	position: relative;
	float: left;
	margin-top: 21px;
	color: #000;
	font-style: italic;
	padding-right: 5px;
}
.selettori label {
	position: relative;
	float: left;
	width: 100px;
	text-align: left;
	font-size: 16px;
}
.selettori label {
	top: 10px;
}
.btn.wishlist, .btn_wishlist {
	text-decoration: none;
	border: none;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	text-align: left;
	color: #4c4c4c;
	font-size: 13px;
	background-color: transparent;
	background-image: url(../img/icone/star.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 10px;
	cursor: pointer;
	clear: both;
	margin-left: 33%;
}
.btn.wishlist:hover, .btn_wishlist:hover, .btn_wishlist.active {
	background-color: transparent;
	background-image: url(../img/icone/star_on.png);
}
.selettori .btn {
	padding-left: 40px;
	background-image: url(../img/icone/carrello_white.png);
	background-repeat: no-repeat;
	background-position: 11px center;
	margin-top: 12px;
	font-size: 20px;
}
.selettori .btn:hover {
}
ul.allegati li {
	width: 100%;
	margin-bottom: 5px;
}
.riepilogo_tabella ul.allegati li {
	width: auto;
	margin-bottom: 5px;
}
.banner_inf {
	width: 100%;
	position: relative;
	clear: both;
}
.box_news h2 {
	text-align: left;
	margin: 10px 0px 20px 0px;
}
.sx .box_news, .box_sx {
	margin-bottom: 20px
}
.box_news .box {
	vertical-align: top;
	/* position: relative; */
	overflow: hidden;
	text-align: left;
	/* margin: 0px 10px 40px 10px; */
    /* width: 30%; */
	display: inline-block;
}
.cataloghi .box {
    vertical-align: top;
    position: relative;
    overflow: hidden;
    text-align: left;
    margin: 1%;
    width: 31%;
    display: inline-block;
    border: 1px solid #ccc;
}
.dx .cataloghi .box h2 {
	text-align: center;
	font-family: 'Crimson Text', serif;
	text-transform: inherit;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-bottom: 0px;
}

.cataloghi .box h2 {
	text-align: center;
	font-family: 'Crimson Text', serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	color: #4c4c4c;
}
.cataloghi h1 {
	font-size: 45px;
	font-weight: 300;
	color: #4c4c4c;
	margin: 0px;
}
.box_news .box h2 {
	/* font-family: 'Crimson Text', serif; */
	color: #8790a2;
	font-size: 20px;
	font-weight: 400;
	margin: 0px;
	text-align: left;
	line-height: 25px;
	margin-bottom: 10px;
}
.box_news .box h2 strong {
	font-weight: 700;
}
.box_news .box h2 a {
	color: #000;
}
.box h4 {
	color: #878fa2;
	font-size: 14px;
	font-weight: 500;
}
.box_img {
	width: 100%;
	clear: both;
	position: relative;
	height: 262px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px
}
.box_img div {
/*	display: table-cell;
	vertical-align: middle;
	text-align: center;*/
}
.box_img img {
	width: auto;
	height: 262px;
	max-width: inherit;
}
.cataloghi .box_img {
	width: 100%;
	clear: both;
	position: relative;
	height: 350px;
	overflow: hidden;
	text-align: center;
	background: white;
	display: table;
	padding: 10px
}
.cataloghi.partner .box_img {
	height: 250px;
	margin-bottom: 0px;
}
.cataloghi.partner .testo {
	overflow: hidden;
	background: white;
	padding: 0px 20px 20px 20px;
	height: 62px;
}
.cataloghi.partner .testo h2 a {

	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}
.cataloghi.partner .box_img img {
	max-height: 222px;
}
.cataloghi .box_img div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.cataloghi .box_img img {
	max-width: 100%;
	max-height: 350px;
	width: 250px;
	height: inherit;
}
.cataloghi .testo {
	overflow: hidden;
	background: white;
	padding: 0px 20px 0px 20px;
}
.box_news.cataloghi .box h2 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 300;
}
.box_news.cataloghi {
	padding-bottom: 40px
}
.box_news.cataloghi .titolo {
	font-size: 40px;
}
.box_news.cataloghi .box h3 {
	margin-bottom: 10px;
	font-size: 23px;
	text-align: center;
	font-weight: 300;
}
.box_news .box h2 a:hover {
	text-decoration: none;
}
.corpo p {
	color: #4c4c4c;
}
.corpo .banner p {
	color: rgba(255, 255, 255, 0.5);
}
.corpo .testo {
	margin: 10px 0px;
	height: 53px;
	overflow: hidden;
}
.corpo .testo p {
	margin-bottom: 0px;
}
.box .titolo {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	padding: 20px 0px;
	font-family: 'Crimson Text', serif;
	color: #333;
	font-size: 40px;
	font-weight: 300;
}
.banner_inf {
	margin: 30px 0px
}
.banner_inf .newsletter, .banner_inf .pagamenti {
	position: relative;
	overflow: hidden;
	margin: 0px 1%;
	/*min-width: 320px;*/
	max-height: 360px;
	width: 47%;
	text-align: center;
	display: inline-table;
	border: 10px solid;
	padding: 20px;
	min-height: 320px;
}
.banner_inf .newsletter {
	background-color: #16274b;
	color: white;
	border-color: #8a93a5
}
.banner_inf .newsletter .btn {
	color: #fff;
	border: 3px solid #fff !important;
	margin: 19px 0px 0px 0px;
	padding: 9px 20px;
	clear: inherit !important;
	border-radius: inherit !important;
	top: 1px;
}
.banner_inf .newsletter .titolo {
	color: white;
}
.banner_inf .pagamenti {
	background-color: #d5d8e9;
	color: #16274b;
	border-color: #16274b
}
.banner_inf .pagamenti img {
	margin: 20px 0px
}
.banner_inf .titolo {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	margin: 0px;
	padding: 20px 0px;
}
.corpo .banner_inf p {
	color: white;
	font-size: 18px;
	text-shadow: 0 1px 0 black;
}
.corpo .banner_inf .pagamenti p {
	color: #16274b;
	text-shadow: 0 1px 0 white;
}
.testo {
	overflow: hidden;
	background: white;
	padding: 0px;
	height: 55px;
	margin-bottom: 0px;
	color: #666
}
.approfondimenti h2 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}
.approfondimenti p.leggi {
	text-align: center
}
.approfondimenti p.leggi a {
	text-decoration: underline;
	color: #000;
}
.approfondimenti h2 a {
	color: black;
}
.testo p {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
.box_news .box .link {
	background: white;
	padding: 20px;
	text-align: left;
}
.box_news .box .link a {
	color: #8790a2;
	text-decoration: underline;
}
.img_principale {
	width: 100%;
	margin-bottom: 20px;
}
/*.disponibilita_yes, .disponibilita_no {
	font-size: 14px;
	width: 15px;
	height: 15px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: auto;
	margin-left: auto;
	text-shadow: 0 1px 0 white;
}*/
.disponibilita_yes {
	background: #36b34c !important;
}
.disponibilita_no {
	background: #d30202 !important;
}
.img_brand img {
	max-height: 30px;
}
.taglie {
	position: relative;
	float: left;
	width: 50%;
	margin: 20px 0px;
}
.taglie img {
	position: absolute;
	top: -15px;
	left: 0px;
}
.taglie a {
	font-size: 16px;
	color: white;
	background-color: #4c5462;
	border: 5px solid #cdced3;
	padding: 8px 15px 8px 40px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.taglie a:hover {
	text-decoration: none;
	background-color: #091e3b;
}
.articolo table {
	margin: 20px 0px;
	border-top: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
	border-spacing: 0;
	border-collapse: collapse;
}
.articolo table tr td, .articolo table tr th {
	padding: 10px 20px;
	border-bottom: 1px solid #c4c4c4;
	margin: 0px;
	text-align: left;
}
.articolo table tr th, .articolo table tr td strong {
	color: #333;
	font-weight: 500;
}
.articolo table tr th {
	color: #000;
	font-weight: 600;
}
.newsletter label {
	float: left;
	margin-top: 5px;
}
.newsletter label {
	color: #FFF;
	font-size: 11px;
}
#mc_embed_signup .indicates-required {
	margin-right: 5px !important;
	float: left;
}
.descrizione_p p em, .descrizione_p p strong {
	font-weight: normal;
	font-style: normal
}
.alert_carrello {
	height: auto;
	overflow: auto;
	border: 4px solid rgb(22, 40, 76);
	padding: 10px;
	text-align: center;
	color: #0c143b;
	font-size: 22px;
	background: #d5d8e9;
}
#print.articolo ol, #print.articolo ul {
	margin: 20px 0px;
	padding: 0px 20px;
}
#print.articolo ol li, #print.articolo ul li {
    margin-bottom: 10px;
    font-size: 18px;
    color: black;
}


#print.articolo ul li {
    background-image: url(../img/icone/next.png);
    background-repeat: no-repeat;
    background-size: auto 16px;
    background-position: 1px 4px;
    padding-left: 25px;
}

#print.articolo ul li a,
#print.articolo p a {
   color:black;
   text-decoration:underline
}
#print.articolo li ul {
	padding-left: 20px;
	margin: 10px 0px
}
#print.articolo p {
    margin-bottom: 10px;
    line-height: 24px;
	text-align:justify
}
.scarica, .articolo .dx p.scarica {
	padding: 20px;
	text-align: center;
	background: white;
	margin-bottom: 0px;
	padding-top: 0px;
}
.scarica a {
	color: #d73434;
	text-decoration: underline;
}
.scarica a:hover {
	color: #d83a3a;
	text-decoration: underline;
}
.scarica img {
	position: relative;
	top: 3px;
	margin-right: 5px;
}
/******** intro categorie **********/

.intro img:first-child {
	margin: 0px 0px 15px 0px;
	clear: both;
	width: 100%;
}
.intro img {
	position: relative;
	float: left;
	margin: 0px 20px 20px 0px;
}
.intro p {
	font-size: 15px;
	line-height: 23px;
}
.intro {
	display: block;
	margin-bottom: 30px
}
/******** /intro categorie **********/



.carrello {
	font-size: 22px;
	line-height: 24px;
	cursor: pointer;
	color: #8790a2;
	font-family: 'Crimson Text', serif;
	font-weight: 300;
	z-index: 99;
	position: relative;
	min-width: 170px;
}
.carrello h4 {
	font-size: 20px;
	line-height: 24px;
	color: #8790a2;
	font-family: 'Crimson Text', serif;
	font-weight: 300;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right
}
.carrello img {
	position: relative;
	float: left;
	margin: 0px 11px;
	top: 1px;
	height: 22px;
}
.carrello p {
	text-align: right;
	font-size: 14px;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	margin-right: 5px;
	color: #8790a2
}
.carrello p span {
	color: #4c4c4c;
}
.spunta {
	width: 100%;
	position: relative;
	clear: both;
	padding: 10px 0px 0px 0px;
	height: auto;
	overflow: auto;
}
.old_price {
	text-decoration: line-through;
	/* opacity: 0.6; */
	font-size: 15px;
}
.percentuale {
	color: #1581b0;
	font-weight: 600;
}
.payoff {
	margin: 30px 0px 40px 0px;
}
.payoff h2, .payoff h3 {
	text-align: center
}
.payoff h2 {
	font-size: 45px;
	font-weight: 300;
	color: #4c4c4c;
	margin: 0px;
}
.payoff h3 {
	font-size: 40px;
	font-weight: 300;
	color: #999999;
	margin: 0px;
}
.unico .superiore {
	background-color: white;
	border-bottom: 1px solid #c4c4c4;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 50px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.prodotti_simili {
	border-top: 1px solid #dfdfdf;
	padding-top: 15px;
	position: relative;
	clear: both;
}
.prodotti_simili .item .cbp-vm-title, .prodotti_simili .item .cbp-vm-price {
/*display: none*/
}
.prodotti_simili .owl-carousel {
	background: white;
	padding: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}
.prodotti_simili .owl-carousel .owl-item {
	padding: 0px;
}
.scopricome {
	padding: 15px 0px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.scopricome .btn {
	float: right
}
.descrizione .scopricome p {
	color: #000;
	font-size: 14px;
	margin-bottom: 0px;
	max-width: 450px;
	padding-right: 10px;
	position: relative;
	float: left
}
.inferiore .sx, .inferiore .dx {
	width: 48%;
	margin: 0px;
	margin-bottom: 50px;
}
.inferiore .dx p a {
	font-size: 14px;
	color: #4c4c4c;
	text-decoration: none;
	padding: 10px 0px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.inferiore .dx p a:hover {
	color: #000;
	text-decoration: underline;
}
.inferiore .dx p a img {
	position: relative;
	float: left;
	top: 2px;
	margin-right: 7px
}
.inferiore .sx .box {
	background: white;
	margin-bottom: 40px;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	padding-left: 50%;
	background-position: left top;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.inferiore .sx .box .testo {
	overflow: hidden;
	background: rgba(255, 255, 255, 0.81);
	padding: 15px;
	height: auto;
	width: 100%;
	position: relative;
	float: right;
}
.inferiore .sx .box h3 {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 10px;
}
.inferiore .sx .box .testo p {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}
.inferiore h4 {
	background: #aad3ab;
	font-size: 13px;
	font-weight: 500;
	color: white;
	padding: 15px;
	text-transform: uppercase;
	margin: 15px 0px;
}
.inferiore .dx p {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	margin: 0px;
}
.inferiore .dx h3 {
	font-size: 25px;
	margin: 20px 0px;
}
.articolo h2 {
	font-size:21px;
	margin-bottom:20px}
.approfondimenti .titolo {
	font-size: 55px;
	color: #878fa2;
	font-weight: 300;
	text-align: center;
	margin: 10px 0px;
}
.articolo.principale h1 {
	font-size: 50px;
	color: #878fa2;
	font-weight: 300;
	text-align: center;
	margin: 30px 0px 0px 0px;
}
.articolo.principale h2 {
	text-align: center;
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 30px
}
.home .articolo.principale h1 {
	font-size: 75px;
	margin: 30px 0px;
}
.articolo.principale p {
	color: #999999;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.articolo.principale ul {
	position: relative;
	clear: both;
	padding: 4% 9%;
	width: 100%;
}
.articolo.principale ul li {
	position: relative;
	float: left;
	width: 50%;
	padding: 10px 10px 10px 50px;
	font-size: 25px;
	font-weight: 300;
	cursor: pointer;
}
.articolo.principale ul li img {
	background-color: #878fa2;
	position: relative;
	float: left;
	margin-right: 20px;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.articolo.principale ul li:hover {
	color: #000
}
.articolo.principale ul li:hover img {
	background-color: #ff943f;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
.img img {
	margin-bottom: 20px
}
.container_carrello {
	padding: 0px 0px 80px 0px
}
.container_carrello .pathway {
	padding-bottom: 20px;
	width: 100%;
}
.container_carrello .disclaimer {
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	margin: 10px 0px;
	width: 100%;
	position: relative;
	clear: both;
	font-style: normal;
	background-color: #878fa2;
	padding: 20px;
	text-align: center;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.tabelle_carrello .semplice th {
	font-size: 21px;
	background: white;
	padding: 10px;
	color: #878fa2;
	font-weight: 400;
}
.tabelle_carrello .semplice .field_module {
	margin-bottom: 0px
}
.tabelle_carrello .semplice td {
	background: white;
	padding: 5px;
	color: #000;
}
.tabelle_carrello .semplice {
	margin: 20px 0px;
	max-width: 100%;
}
.tabelle_carrello .semplice tr td {
	padding: 10px;
	border: 1px solid #ccc
}
/* STILI CARRELLO 2 */
  
  
.content .tabelle_carrello .box {
	width: 48%;
	padding: 20px;
	margin: 1% 1% 0% 1%;
	border: none;
	min-height: 220px;
	position: relative;
	float: left;
}
.tabelle_carrello .riepilogo_carrello .btn {
	background-color: #878fa2;
	margin-top: 10px;
}
.tabelle_carrello .riepilogo_carrello .btn:hover {
	background-color: #333;
}
.content .tabelle_carrello .box .field_module {
	margin-right: 5px;
	margin-top: 0px;
	float: inherit;
	width: 33%;
}
.content .tabelle_carrello .box p {
	margin-bottom: 10px
}
.content .tabelle_carrello h2 {
	font-weight: 400;
	color: #878fa2;
	margin-bottom: 20px;
}
.riepilogo_carrello {
	padding: 10px;
	border: 1px solid #ccc;
	height: auto;
	overflow: auto;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: white;
}
.box .riepilogo_carrello ul li {
	font-size: 15px;
}
.campo_form span input[type="radio"] {
	position: relative;
	margin-left: 5px;
	top: 2px;
}
.campo_form span {
/*	font-weight: 500;
	color: black;
	padding: 10px*/
}
.campo_form.sede_alternativa {
	width: 100%;
	margin: 0px;
	background: #f1f1f1;
	padding: 10px;
}
.riepilogo_carrello ul li {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	height: auto;
	overflow: auto
}
.riepilogo_carrello ul li div {
	position: relative;
	float: right;
	padding: 5px;
	font-size: 18px;
}
.riepilogo_carrello ul li div .prezzo_totale {
	font-size: 22px;
	padding: 0px;
	color: #fd6500;
	font-weight: 500;
}
.content .tabelle_carrello .box .campo_form .field_module {
	margin-right: 0px;
	margin-top: 0px;
	float: inherit;
	width: 100%;
	height: 44px;
}
.content .tabelle_carrello .box.grey {
	background: #FFF;
	border: 1px solid #ccc;
}
.content .tabelle_carrello .box.grey h3 {
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 5px;
	color: black;
}
.sede_alternativa {
	margin-bottom: 10px;
	background-color: #ffffff;
	width: 100%;
	clear: both;
	margin-top: 10px;
	display: none;
	height: auto;
	overflow: auto;
	padding: 40px 20px 20px 20px;
	border: 1px solid #ccc;
}
.sede_alternativa .blu {
	position: absolute;
	right: 21px;
	background: #878fa2;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 19px;
	color: white;
	margin-top: -40px;
	z-index: 9999999;
	cursor: pointer;
}
.menusup .link.entra br {
	display: none;
}
.dx .immagine_prodotto div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.dx .immagine_prodotto {
	width: 250px;
	height: 250px;
	display: table;
}
.dx .prodotti_simili .immagine_prodotto div img {
	max-width: 150px;
	max-height: 150px;
}
.dx .prodotti_simili .immagine_prodotto {
	width: 100%;
	height: 150px;
}
.dx .prodotti_simili .item .logo img {
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	width: 60px;
}
.dx .immagine_prodotto div img {
	max-width: 100%;
	max-height: 250px;
}
.sx .immagine_prodotto {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #878fa2;
}
.sx .immagine_prodotto div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.sx .immagine_prodotto div img {
	max-width: 100%;
	max-height: 195px;
}
.box.dati h2 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
input[type="text"]:disabled {
	background-color: rgb(235, 235, 228);
}
.hidden {
	display: none !important
}
.calcolatrice {
	position: relative;
	float: left;
	height: 43px;
	margin-left: 33%;
	margin-top: 13px;
	margin-right: 10px;
}
.news_home {
	background-image: url(../images/giustizia.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	background-color: #040404;
	position: relative;
	background-attachment: fixed;
	padding: 20px 0px;
	margin-top: 20px;
}
.news_home h2 {
	font-size: 75px;
	font-weight: 300;
	color: white;
	z-index: 9;
	position: relative;
	margin-top: 50px;
	margin-bottom: 20px;
}
.cover {
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
.box {
	position: relative;
	float: left;
	width: 32%;
	margin-bottom: 30px
}
.box.dati {
    width: 100%;
    margin-bottom: 0px;
    height: auto;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 15px;
    margin: 20px 0px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.approfondimenti {
	padding-bottom: 40px
}
.box:nth-child(3) {
}
.leggi {
	clear: both;
	display: block;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	margin-top: 5px;
}
.approfondimenti p.leggi a.btn {
	background-color: #878fa2;
	float: inherit;
	margin: auto;
	left: 0px;
	right: 0px;
	text-align: center;
	text-transform: none;
	font-size: 25px;
	padding: 15px;
	text-decoration: none;
	width: 32%;
	color: white
}
ul.social li {
	position: relative;
	float: left;
	margin: 14px 7px;
}

.articolo h1 {
    font-size: 23px;
    font-weight: 500;
    text-align: left;
        margin-bottom: 5px;
	}
.articolo h1 span {
    /* background: #878fa2; */
    font-size: 21px;
    /* padding: 1px 7px; */
    color: #878fa2;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.staff li .img {
	width: 150px;
	height: 150px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 15px;
	margin-left: auto;
    margin-right: auto;
}
.staff ul {
	text-align: center;
	display: block
}
.staff li {
	text-align: center;
	display: inline-block;
	margin: 20px;
	cursor: pointer
}
.staff li h3 {
	font-size: 20px;
	margin-bottom: 0px;
}
.staff h2 {
	font-size: 40px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.staff {
	margin-bottom: 40px;
}
.intempra {
	position: absolute;
	right: 10px;
	margin-top: 90px;
}


.img_articolo img  {
width:100%;
}

.img_articolo   {
max-height:400px;
overflow:hidden
}

.sx .img_articolo   {
    max-height: inherit;
    width: 100%;
    clear: both;
    position: relative;
    margin-bottom: 30px;
}

.obbligatorio  {
border-color: #fe0505;
}


.content .sx ul,
.content .sx ol  {
list-style-position: inside;
margin: 20px 0px  30px 0px;
}

.content .sx li  {
font-size: 18px;
    color: #333;
    line-height: 20px;
	margin-bottom:10px}
	
	
	ul.cv  {
width:100%;
clear:both;
padding-top:10px;
margin-top:20px;
border-top:1px solid #ccc
}

	ul.cv li  {
    position: relative;
    float: left;
    margin-right: 30px;
    padding: 5px;
    padding-left: 32px;
    background-repeat: no-repeat;
    background-size: auto 23px;
    background-position: 0px 4px;
}

	ul.cv li.linkedin  {
background-image:url(../img/icone/linkedin.png)
}

	ul.cv li.curriculum  {
background-image:url(../img/icone/cv.png)
}


div.content .sx iframe {
    margin: 30px auto 0px auto;
    position: relative;
    width: 100% !important;
    height: 450px !important;
}

