/** {
outline:1px solid red;
}*/
/*
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #c4184e;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #16b75d;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --violet: #ba6fcd;
    --beige: #d1951f;
    --primary: #000;
    --secondary: #6c757d;
    --success: #16b75d;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #c4184e;
    --light: #fff;
    --dark: #000;
    --gray-lighter: #b3b3b3;
    --gray-light: #4c4c4c;
    --light-black: #1e1e1e;
    --sale: #c4184e;
    --breakpoint-xs: 0;
    --breakpoint-sm: 768px;
    --breakpoint-md: 992px;
    --breakpoint-lg: 1200px;
    --breakpoint-xl: 1600px;
    --font-family-sans-serif: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
**/

html { 
height: 100%;
width: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
color:#000;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
}
html, body {
width: 100%;
/*overflow-x: hidden; /* Stops horizontal scrolling. */
overflow:visible;
}
body {
min-height: 100%;
height: 100%;
position: relative;
margin:0;
padding:0;
font-size: 75%;
line-height: 1.4;
font-weight:400;
-webkit-overflow-scrolling:touch;
}
@media (max-width:767px) {
body {
height: 100%;
}
}
body.body {
color:#000;
background-color:#fff;
}
body.body_manage {
color:#000;
background-color:#fff;
}

body.b1 {
margin:20px;
background:#f8f5ee;
color:#000;
}
::-moz-selection {
background: #777;
color: white;
text-shadow: none;
}
::selection {
background: #777;
color: white;
text-shadow: none;
}
/**/
.ui-widget-shadow {
-webkit-box-shadow: -2px -2px 8px #ddd !important;
box-shadow: -2px -2px 8px #ddd !important;
}

.borderbox{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
.clearfix {
zoom: 1;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/**/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
display: block;
}
audio,canvas,progress,video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],template {
display: none;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small, .small {
font-size: 80%;
}
sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
-webkit-transition: opacity .3s cubic-bezier(.55,.35,.15,.85);
transition: opacity .3s cubic-bezier(.55,.35,.15,.85);
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,kbd,pre,samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,input,optgroup,select,textarea {
color: inherit;
font: inherit;
margin: 0;
outline: 0;
border-radius: 0;
}
button {
overflow: visible;
}
button,select {
text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}

	input[type="checkbox"].ckbx {
	display:none;
	}
	input[type="checkbox"].ckbx + label {
	/*font-family:Arial, sans-serif;*/
	font-size:16px;
	}
	input[type="checkbox"].ckbx + label span {
	display:inline-block;
	width:22px;
	height:22px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	/*background:url("../img/check_radio_sheet.png") left top no-repeat;*/
	cursor:pointer;
	
	}
	input[type="checkbox"].ckbx + label span:before {
	font-family: Font Awesome\ 5 Pro;
	content:"\f0c8";/*96*/
	cursor:pointer;
	font-weight:400;
	}
	/*input[type="checkbox"].ckbx:checked + label span {
	background:url("../img/check_radio_sheet.png") -19px top no-repeat;
	}*/
	input[type="checkbox"].ckbx:checked + label span:before {
	font-family: Font Awesome\ 5 Pro;
	content:"\f14a";
	color:#4ad554;
	cursor:pointer;
	font-weight:600;
	}

.fa-remove:before { /*= .fa-times*/
content: "\f00d";
}

.quantity {
position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]{
  -moz-appearance: textfield;
}
.quantity input {
  width: 75px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-right: 20px;
	text-align: center;
  border: 1px solid #ddd;
}
.quantity input:focus {
  outline: 0;
}
.quantity-nav {
  float: left;
  position: relative;
  height: 45px;
}
.quantity-button .fa,
.quantity-button .fas
{
line-height: 25px;
margin-left:-1px;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #ddd;
  width: 22px;
	
	
  text-align: center;
  color: #888;
  font-size: 11px;
  /*font-family: "Trebuchet MS", Helvetica, sans-serif !important;*/
  line-height: 1.7;
	
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #ddd;
}
.quantity-button.quantity-down {
  position: absolute;
  bottom: 1px;
  height: 50%;
}
.quantity-button:hover {
background:#ff9a00;
color:#fff;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
audio,canvas,img,svg,video {
vertical-align: middle;
}
/* TINYMCE p*/
.mceContentBody p, .mce-edit-area p {
margin:0px !important;
}
.mce-edit-area {
padding:10px !important;	
}
/******/
/* --- overlay / loader ---*/
div#overlaybox_bg {
position:absolute; 
left:0px; 
right:0px; 
top: 0px;
bottom: 0px;
z-index: 1100; 
color:#fff;
display:inline-block;
background-color:#000; 
opacity:0.7;
-moz-opacity:0.7;
filter:alpha(opacity=70);
}
div#overlaybox_content { 
position: absolute; 
left:0px; 
right:0px; 
top:0px;
bottom:0px;
z-index:1101; 
color:#fff;
display:inline-block;
padding-top:200px;
text-align:center;
}
div#overlaybox_content_loading {
position: absolute; 
left:0px; 
right:0px; 
top:0px;
bottom:0px;
z-index:1101; 
color:#fff;
display:inline-block;
padding-top:200px;
text-align:center;
background-image:url("../i/loadingbg.gif");
background-position:center 156px;
background-repeat:no-repeat;
}
/* --- overlay ---*/
img {
height: auto;
max-width: 100%;
}
img.img_borderyes {
border:1px solid #e0e0e0;
}
img.i {
margin:5px;
}

a {
background: transparent;
text-decoration:underline;
color:#fe9112;
-webkit-transition-property: background,color,border !important;
-moz-transition-property: background,color,border !important;
transition-property: background,color,border !important;
-webkit-transition-duration:.5s;
-moz-transition-duration:.5s;
transition:.5s;
}
a:hover {
text-decoration:underline;
color:#333;
}

/* ESCLUSIONI transition vd GEA */

/**/

.upper { text-transform:uppercase }
.mouse { cursor:pointer; }
li { margin-bottom:0; }
ul {margin:0;padding:0;}
.mce-content-body ul { -webkit-padding-start: 40px;}
.h100 { height: 100%; }

.float_left, .fllt { float:left !important; }
.clear_left, .cllt { clear:left !important; }
.float_right, .flrt { float:right !important; }
.clear_right, .clrt { clear:right !important; }
.float_center, .flct {
position:absolute;
width:100%;
margin-left:auto;
margin-right:auto;
text-align:center;
}

.clear_both, .clbt { clear:both !important; }
.aleft { text-align:left !important; }
.aright { text-align:right !important; }
.acenter { text-align:center !important; }
.acenter1 { margin:0 auto !important; }
.ajustify { text-align:justify !important; }

.display_none, .dn { display:none; }
.dn-imp { display:none !important; }
.db {display:block !important;}
.vh {visibility: hidden;}

.brdt1 { border-top:1px solid #c0c0c0; }
.brdb1 { border-bottom:1px solid #c0c0c0; }
.brd1 { border:1px solid #c0c0c0; }
.brdb2 { border-bottom:2px dotted #666; }

td {font-size:1em;}

input, textarea, select {
font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
font-size:1em;
border:1px solid #ddd;
}
input {
margin-left:0px;	
margin-right:0px;	
}
input:focus{
outline: 0;
}
input.sel, textarea.sel, select.sel {
font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
font-size:1em;
border:1px solid #999;
background:#6c7f4e;
}

.op3 {
opacity:0.3;
-moz-opacity:0.3;
filter:alpha(opacity=30);
}
/*****/
.bggrad{left:0;bottom:-2px;width:100%;text-align:center;}
.bggrad a{display:block;height:50px;line-height:50px;font-size:14px;color:#000;width:100%;background:#fff;}
.bggrad a:hover{color:#ff9a00;}
.bggrad div{
position:relative;width:100%;height:30px;
background:-moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.boxchiuso {max-height:240px;overflow:hidden;}

/*MSG*/
div.msg_container {
text-align:center;
color:#fff;
}
div.msg_container .msg {
display:block;
font-weight:bold;
color:#fff;
margin-bottom:0 !important;
/*padding:0px !important;*/
}
div#msg_alert {
font-size:1.2em;
width:100%;
color:#000 !important;
/*padding:10px;*/
}
div#msg_alert img {
border-width:0;
}

div#msg_container_bg {
position: fixed;
width: 100%;
height: 100%;

    top: 0;
left: 0;

z-index: 996; 
color:#fff;
background-color:#666; 

opacity:0.7;
-moz-opacity:0.7;
filter:alpha(opacity=70);
}
div#msg_container {
color:#848586;
width:500px;
margin-left:auto;
margin-right:auto;
/*margin-top:300px;*/

position: absolute;
z-index: 997; 

background-color:#fff;
/*border:1px solid #e5231d; */

-webkit-box-shadow: 0px 0px 1.1667em #48c04e; 
-moz-box-shadow: 0px 0px 1.1667em #48c04e; 
box-shadow: 0px 0px 1.1667em #48c04e;

/*-webkit-border-radius: 5px; 
-moz-border-radius: 5px;
border-radius: 5px;*/
}
@media (max-width:480px) {
	div#msg_container {
	width:97%;	
	}
}

div.toolbar_msg_h {
float:left;
padding:5px;
height:30px;
color:#848586 !important;
}
div.toolbar_msg_h1 {
padding:10px;
height:36px;
line-height:16px;
color:#848586;
border-bottom:1px solid #f0f0f0;
text-transform: uppercase;
}
div.toolbar_msg_h .fa,div.toolbar_msg_h1 .fa {
font-size:1.2em;
color:#000;
float:right;
}
div.tbl_msg {
height:500px;
overflow:auto;
}
table.tbl_msg,table.tbl_msg_nb {
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
width:100%;
}
table.tbl_msg td {
padding:10px;
border:1px solid #ddd;
}
table.tbl_msg_nb td {
vertical-align: top;
padding:10px;
}

div#msg_c {
text-align:center;
padding:20px;
color:#000;
font-size:1.1667em;
}
/**/
.brd_err {
border:1px solid red !important;
-webkit-box-shadow: 0 4px 5px #ff0000;
-moz-box-shadow: 0 4px 5px #ff0000;
box-shadow: 0px 0 2px #ff0000 !important;
}

span.msg, div.msg {
display:block;
color:#fff;
background:#ff0000;
padding:10px;
/*font-size:1.3em;*/
}
.msg_ml {
display:block;
color:#ff0000;
padding:5px 10px;
margin-bottom:10px;
}
div.msg_fixed {
width:208px;
color:#fff;
background:#ff0000;
padding:5px 10px;
margin-bottom:5px;
margin-left:auto;
margin-right:auto;
}
div.msg_fixed1 {
width:150px;
color:#fff;
background:#ff0000;
padding:5px 10px;
margin-bottom:5px;
}

span.msgB, div.msgB {
display:block;
color:#fff;
background:#ff0000;
padding:5px;
padding-left:10px;
padding-right:10px;
text-align:center;
}
span.msgok, div.msgok {
color:#fff;
background:#02CA0B;
padding:5px;
padding-left:10px;
padding-right:10px;
font-size:1em;
}
span.msgno, div.msgno {
display:block;
width:200px;
color:#fff;
background:#ff0000;
padding:5px;
padding-left:10px;
padding-right:10px;
font-size:1em;
}
.msg_inline {
padding:.6em;
text-align:center;
text-transform:uppercase;
font-size:1.6em;
font-weight:200;
background:#02CA0B;
color:#fff;
}
.msg_stock {
width:142px;
text-align:center !important;
text-transform:uppercase !important;	
}
.msgokm {
font-weight:bold;
color:#fff;
background:#02CA0B;
padding:5px;
padding-left:10px;
padding-right:10px;
margin-left:10px;
font-size:1em;
line-height:18px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;

-webkit-box-shadow: 0 4px 5px #999;
-moz-box-shadow: 0 4px 5px #999;
box-shadow: 0px 4px 5px #999;
text-transform:lowercase;
}

span.msgbg, div.msgbg {
display:block;
font-weight:bold;
color:#fff;
background-color:#ff0000;
padding-top:4px;
padding-left:5px;
height:20px;
}
span.msgokbg, div.msgokbg {
display:block;
font-weight:bold;
color:#fff;
background-color:#02CA0B;
padding-top:4px;
padding-left:5px;
height:20px;
}
.square {
width:22px;
height:22px;
line-height:22px;
text-align:center;
}

.orange {
color:#ff9c00;
}
.orange1 {
color:#fc6b00;
}
.red {
color:#ff0000 !important;
}
.green {
color:#009900;
}
.white {
color:#fff !important;
}
.gray {
color:#333;
}
.gray2 {
color:#555;
}
.minigray {
font-size:9px;
color:#c0c0c0;
}
.minigray2 {
font-size:.8em;
color:#333;
}
.gray3 {
font-size:1em;
color:#c0c0c0;
}

.f8 {
font-size:8px !important;
}
.f10 {
font-size:10px !important;
}
.f11 {
font-size:11px !important;
}
.f12 {
font-size:1em !important;
}
.f13 {
font-size:13px !important;
}
.f16 {
font-size:16px !important;
}

.b {
font-weight:bold !important;
}
.italic {
font-style:italic !important;
}
.strike {
text-decoration:line-through !important;
}

.no_border {
border-width:0px !important;
}
.border_gray {
border:1px solid #999 !important;
}
.border_red {
border:1px solid #ff0000 !important;
}
.bg_white {
background:#fff !important;
}
.bg_red {
background:#ff0000 !important;
}
.bg_red2 {
background:#cc0000 !important;
}
.bg_orange {
background:#FFA400 !important;
}
.bg_gray,.bg_grey {
background:#f0f0f0 !important;
}
.bg_green {
background:#02CA0B !important;
}
.bg_green1 {
background:#74fc7a !important;
}
.bg_green2 {
background:#E3F9E3 !important;
}
.bg_green3 {
background:#2E9641 !important;
}

.cl_green {
color:#009900 !important;
}
.bg_az {
background:#eaf6fa !important;
}
.fcblack {
color:#000 !important;
}
.fcwhite {
color:#fff !important;
}

.linethrough {
text-decoration:line-through;
}
.inline {
display:inline-block !important;
}
.block {display:block !important;}
.wt100 { width:100px; }
.wt150 { width:150px; }
.wt200 { width:200px; }

.vam { vertical-align:middle !important; }
.vat { vertical-align:top !important; }
.vab { vertical-align:bottom !important; }
.brdot { border-style:dotted !important; }
.brsol { border-style:solid !important; }

.relativo {position:relative;}
.assoluto {position:absolute;}

h3 {
/*color:#707070;*/
font-size:1.1667em;
padding:0px;
margin:0px;
}
h2 {
/*color:#707070;*/
font-size:1.3333em;
padding:0px;
margin:0px;
}

hr {
color:#e0e0e0;
font-size:10px;
border:1px solid #e0e0e0;
}
hr.hr1 {
color:#000;
font-size:1em;
border:1px solid #000;
}

.p_mg0 p {
margin:0px;	
margin-right:5px;
}

#sb-body-inner p {
margin:0px;	
}

.nowrap { white-space:nowrap; }
.m_mng { margin-top:34px !important; }
.m_mng_tmp { margin-top:100px !important; }
.m0 { margin:0 !important; }
.m5 { margin:5px !important; }
.mb0 { margin-bottom:0px !important; }
.mb1 { margin-bottom:1px !important; }
.mb3 { margin-bottom:3px !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mt2 { margin-top:2px !important; }
.mt3 { margin-top:3px !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.ml0 { margin-left:0px !important; }
.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.mr5 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr30 { margin-right:30px !important; }
.mtb5 { margin-top:5px;margin-bottom:5px !important; }
.mtb10 { margin-top:10px;margin-bottom:10px !important; }

.sepb {height:15px;}
.pt5 { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pl { padding-left:20px !important; }
.pl0 { padding-left:0 !important; }
.pl5 { padding-left:5px !important; }
.pl10 { padding-left:10px !important; }
.pl20 { padding-left:20px !important; }
.pl40 { padding-left:40px !important; }
.pr5 { padding-right:5px !important; }
.pr10 { padding-right:10px !important; }
.pr20 { padding-right:20px !important; }
.p0 { padding: 0px !important; }
.p3 { padding:3px !important; }
.p5 { padding:5px !important; }
.p10 { padding:10px !important; }
.p20 { padding:20px !important; }
.pt20 { padding-top:20px !important; }
.pb0 { padding-bottom:0px !important; }

.p_p0 p { margin:0px !important; }

.no_result1 {
text-align:center;
font-weight:bold;
margin-top:40px;
margin-bottom:40px;
}
.placeholder {
color:#c0c0c0;	
}
/**/
body .ui-tooltip {
border-width:1px !important;
}
/**/
div.w100 {
width:100% !important;
}
.w50 {
width:50% !important;
}
table.w100 {
width:100%;
}
table.wh100,table.wh100top {
width:100%;
height:100%;
}
table.w100top {
width:100%;
}
table.w100top td,table.wh100top td {
vertical-align:top;
}
table.w100border {
width:100%;
}
table.w100border td {
border:1px solid #999;
}
table.w100border1 {
width:100%;
border-collapse:collapse;
background-color:#f0f0f0;
}
table.w100border1 td {
border:1px solid #999 !important;
padding:4px;
vertical-align:middle !important;
}
table.clps {
border-collapse: collapse;
border-spacing: 0;
}
/**/
.atop {
position: fixed;
bottom: 50px;
right: 30px;
z-index: 9999;
display: none;
	
width: 45px;
height: 45px;

text-align: center;
color: #fafafa;
font-size: 25px;
background: #3b3b3b;

-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.atop i {
line-height: 38px;
font-size: 24px;
vertical-align: middle;
}
.atop:hover {
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
.atop:hover i {
text-decoration: none;
color: #fafafa;
outline: none;
}

/**FOOTER*****************************/
#footer {
width:100%;
text-align:left;
background:#000;
}
#footer a {
color:#fff;	
}
#footer a:hover {
color:#ddd;
text-decoration: underline;
}
.footer_rel {
position:relative !important;
bottom:auto !important;
}
.footer3 {
background-color:#000;
padding:20px;
color:#fff;
text-align: center;
}
.footer1 {
max-width:1200px;
margin:0 auto;
font-size:12px;
color:#fff;
}
/**/
td.footer_td1 {
padding-right:20px !important;
}
.footer_td1_1 {
margin-bottom:10px;
}
.footer_td1_2 {
margin-bottom:10px;
color:#fe9112;
text-transform: uppercase;
padding-left:10px;
}
.footer_td1_3 {
padding-left:10px;
margin-bottom:20px;
}
.footer_td_sep {
width:60px;
height:1px;
background:#fe9112;
margin-bottom:10px;
}
td.footer_td1 .footer_td_sep {margin-left:10px;}

td.footer_td1,td.footer_td2,td.footer_td3 {
padding-right:20px !important;
padding-top:40px !important;
}
td.footer_td4 {
text-align:right;
width:150px;
}

div.footer_td2,div.footer_td3,div.footer_td4 {
padding:0 10%;
padding-top:20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div.footer_td2 {
border-top:1px solid #ddd;
}
div.footer_td4 {
text-align:center;
padding-bottom:20px;
padding-top:40px !important;
}



.ft_cont {
width:100%;
table-layout: fixed;
}
table.ft_cont td {
vertical-align: middle !important;
}

.ft_ico {
width:75px;
}
.ft_ico div {
height:40px;
width:40px;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
border:2px solid #2d1c18;
color:#2d1c18;
text-align:center;
padding-top:1px;
}
.ft_ico div:before {
font-family: Font Awesome\ 5 Pro;
font-size:24px;
font-weight:900;
}
.ft_addr div:before {
content:"\f3c5";
}
.ft_phone div {
padding-top:2px;
}
.ft_phone div:before {
content: "\f095";
}
.ft_mail div:before {
content: "\f0e0";
}
table.ft_cont {
border-spacing: 0;
border-collapse: collapse;
}
table.ft_cont td {
padding: 0;
}
table.footer_t {
width:100%;
table-layout:fixed;	
margin-bottom:15px;
border-spacing: 0;
border-collapse: collapse;
}
table.footer_t td,
div.footer_td2 td {
vertical-align:top;
padding:5px 0;
}

.footer2_0 {
position:relative;
width:100%;
padding:20px;
background:#000;
border-top:1px solid #222;
}
.footer2 {
position:relative;
max-width:1200px;
margin:0 auto;
color:#fff;
}
.footer2 p {
display:inline;
}
.footer2 a,
.footer2 a:hover {
color:#fff;
}

.footer1 h4 {
color:#fff;
font-weight: bold;
margin:0;
margin-bottom:20px;
text-transform: uppercase;
}
@media (max-width:480px) {

.footer1 h4 {
margin-top:10px;
text-transform: uppercase;
font-size:14px;
}
   
}

#footer .credits {
display:inline-block;
margin-top:10px;
height:20px;
color:#fff !important;
font-size:.85em;
}
#footer .credits a {
text-decoration:none !important;
}

.creditsc {
position:absolute;
right:0px;
padding:10px;
border:1px solid #e0e0e0;
background:#f0f0f0;
width:200px;
height:auto;
color:#999 !important;
text-align:left;
}
.creditsc a {
color:#000 !important;
text-decoration:none !important;
}
.creditsc a:hover {
color:#007f3e !important;
text-decoration:none !important;
}
.creditsc p {
margin:0px !important;
}


.menu_f a {
display:block;
text-decoration:none;
font-size: 1.1em;
height:22px;
color:#737373;
}
.menu_f a:hover {
text-decoration:underline;
color:#007f3e;
}
.menu_f span {
display:block;
text-decoration:none;
font-size: 1.1em;
height:22px;
color:#fe991a;
}


.menu_f1 {
position:absolute;
right:0;
}
.menu_f1 a {
display:inline-block;
text-decoration:none;
font-size: 12px;
height:22px;
color:#fff !important;
margin-left:20px;
}
.menu_f1 a:hover {
text-decoration:underline;
color:#fff;
}
.menu_f1 span {
display:block;
text-decoration:none;
font-size: 1.1em;
height:22px;
color:#fff;
}

@media (max-width:480px) {
	.menu_f a {
	height:32px;
	}
	.footer2 {text-align: center;}
	.menu_f1 {
	position:relative;
	text-align: center;
	margin-bottom:20px;
	}
	.menu_f1 a {
	margin:0 10px;
	}
}
/**HEADER**************************/
div#header {
width:100%;
/*-webkit-transition: height 0.8s;
-moz-transition:height 0.8s;
transition: height 0.8s;*/
/*-webkit-backdrop-filter: saturate(180%) blur(5px);
backdrop-filter: saturate(180%) blur(5px);*/
}
#header::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
background:#fff;
}
.header_fx {
height:152px;
position:fixed;
width:100%;
top:0;
z-index: 880;
pointer-events: none;
}
/*.header_fx_ht {
height:124px;
}*/
.header-min {
height:124px;
}
@media (max-width: 1024px) {
    .header-min {
    height:105px;
    }
}

mc_fixed::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
background:rgba(255,255,255,.8);
}
	
.header-menu {
background:#fff;
border:1px solid #ddd;
height:39px;
position:absolute;
bottom:0;
width:100%;
left:0;
right:0;
pointer-events: all;
border-top:1px solid #ddd;
}
.header-menu1 {
position:relative;
margin:0 auto;
max-width:1200px;
height:38px;
}
.header0 {
position:relative;
height:124px;
margin:0 auto;
max-width:1200px;
pointer-events: all;
}

div#home {
position:absolute;
z-index:499;
top:15px;
left:50%;
margin-left:-135px;
    
-webkit-transition: height 0.8s,width 0.8s;
-moz-transition:height 0.8s,width 0.8s;
transition: height 0.8s,width 0.8s;
}

.home {
width:270px;
height:auto;
}


/*@media (min-width: 769px) and (max-width: 1024px) {
	div#home {
	top:0;left:5px;
	position:absolute;
	width:200px;
	height:54px;
	}
}*/

div#home a {
position:relative;
display:block;
text-decoration:none;
}
div#home img {
border-width:0;
}


/*.header0_1 {
max-width:1200px;
margin:0 auto;
}*/
/*.header0_1t {
line-height:30px;
display:inline-block;
zoom:1;*display:inline;
font-size:1em;
padding-left:340px;
padding-right:20px;
}
.header0_1t a[href^="x-apple-data-detectors:"],
.header0_1t a {
color: inherit;
text-decoration: inherit;
}
.header0_1t .fa {
font-size:18px;
margin-top:6px;
margin-right:8px;
float:left;
}
.fa-home {
color:#fff;
}
.fa-home:hover {
color:#f9f9f9;
}
.fa-whatsapp { color:#25d366; }

.header0_1s {
display:inline-block;
zoom:1;*display:inline;
width:40px;
}
.header0_1h {
font-size:1.6em;
display:none;
color:#fff;
}
.header0_1h img {
border:0;
margin-top:-7px;	
}

.header0_1h_d {
display:inline-block;
zoom:1;*display:inline;
float:left;
}
*/
/*.header2 {
background:#fff;	
}
.header2_1 {
max-width:1200px;
margin:0 auto;
border-bottom:3px solid #007f3e;
}*/

/*.header1 {
position:relative !important;
color:#111;
font-size:1.1em;
font-weight:400 !important;
}

.header1_1 {
max-width:1200px;
height:65px;
margin:0 auto;
position:relative;
}*/

/*.header_sped {
position:absolute;
margin-top:0px;	
width:100%;
background:rgba(250,250,250,0.9);
z-index:30;
height:50px;
line-height:50px;
text-align:center;
color:#CC0000;
font-size:1.7em;
font-weight:300;
letter-spacing:1px;
}*/
/*.header_sped {
position:relative;
margin-top:0;	
width:100%;
background:#007f3e;
z-index:30;
height:50px;
line-height:50px;
text-align:center;
color:#fff;
font-size:1.4em;
font-weight:900;
	text-transform: uppercase;
}
.header1_posrel {
position:relative !important;
}
.header_sped a {
color:#fff;
text-decoration: none;
}
.header_sped a:hover {
text-decoration: underline;
}
.header_sped_l {
display: inline-block;
zoom:1;*display:inline;
text-align:left;
width:50%;
}
.header_sped_r {
display:inline-block;
zoom:1;*display:inline;
text-align:right;
width:50%;
}
*/
div.msgs_tit {
padding:3px;
background:#e0e0e0;
border-bottom:2px solid #333;
color:#000;
} 
div.msgs_b {
padding:3px;
padding-bottom:7px;
}
.elover_el_over {
cursor:pointer;
}
/*##LANG##*/
div.langs {
position:absolute;
z-index:881;
right:0;
float:right;
margin-top:0;
padding:4px 6px;
}

@media (max-width: 479px) {
	div.langs {
	display:none;
	}
}
@media (max-width:1024px) {
	
	#header .fa {
		margin-top:-2px;
		float:none;
		vertical-align: middle;
	}

	/*.header0 {
	text-align:center;
	height:100px;	
	}
	.header2 {
	height:54px;
	line-height:46px;
	background:#f0f0f0;	
	}
	.header_sped {
	position:relative;
	height:auto;
	line-height:1.2em;
	text-align:center;
	color:#fff;
	font-size:1.5em;
	padding:20px 30px;
	margin-top:0;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}*/
	
}

div.langs ul {
position:relative;
clear:both;
list-style:none;
padding:0;
}
div.langs ul li {
display:block;
text-align:right;
}
div.langs ul li span.lang_l {
display:block;
color:#000;
font-size:11px;
text-decoration:none;
cursor:pointer;
padding-right:0px;
}
div.langs ul li a.lang_l {
display: inline;
font-size:11px;
text-decoration:none;
cursor:pointer;
}
div.langs ul li img {
border:0px solid #999;
}
div.langs a {
color:#848586 !important;
text-decoration:none !important;
}
div.langs a:hover {
color:#007f3e !important;
text-decoration:none !important;
}

/*#####*/
div.currency {
border:0px solid;
float:right;
margin-top:50px;
color:#fff;
}
div.currency a {
color:#fff !important;
text-decoration:none;
}
div.currency a:hover {
color:#e0e0e0 !important;
text-decoration:none;
}
.crcy {}
.crcy_s {
opacity:0.7;
-moz-opacity:0.7;
filter:alpha(opacity=70);
}

/*#####*/

.social {
margin-top:40px;
}
.social div {
display:inline-block;
margin:0 5px;
}
.social a {
display:block;
width:44px;
height:44px;
line-height:46px;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
text-align:center;
font-size:1.6em;
text-decoration: none;
color:#fff !important;
background:#737373;
}
.social a:hover {
text-decoration: none;
}
.social .facebook a,.social .facebook-f a { background:#3c5b9b !important; }
.social .youtube a { background:#e62117 !important; }
.social .pinterest a { background:#bd2125 !important; }
.social .twitter a { background:#55acee !important; }
/*.social .tripadvisor a { background:#62a14a !important; }*/
.social .instagram a { background:#683fcb !important; }
/*.social .tumblr a { background:#36465d !important; }
.social .linkedin a { background:#0077b5 !important; }
.social .vimeo a { background:#1ab7ea !important; }
.social .flickr a { background:#ff0084 !important; }
.social .googleplus a { background:#f63d27 !important; }
.social .foursquare a { background:#f94877 !important; }*/


div.payoff {
position:absolute;
z-index:5;
right:20px;
top:40px;
display:block;
}
div.payoff div {
color:#fff;
font-size:1.3333em;
text-align:right;
letter-spacing:1px;
}
h1.payoff {
position:absolute;
z-index:5;
right:20px;
top:58px;
color:#fff;
font-weight:normal;
font-size:1.3333em;
text-align:right;
letter-spacing:1px;
}
/*######################*/
#container0 {
position:relative;
min-height:100%;
height:100%;
width:100%;
overflow:hidden;
}
#container0_manage {
position:relative;
min-height:100%;
height:100%;
width:100%;
overflow:hidden;
}
/***Tabella container ***/
div#container {
position: relative;
height:100%;
width:100%;
overflow:hidden;
/*padding-bottom:200px;*/
}
div#container_manage {
position: relative;
height:100%;
width:100%;
/*padding-bottom:200px;*/
margin-top:34px;
}
/*div#wrapper {
position: relative;
height:100%;
margin:0 auto;
overflow:hidden;
}*/
div#container1,div.container1 {
position:relative;
margin:0 auto;
height:100%;
z-index:1;
}
.container-tb {
width:100%;
height:100%;
border-spacing: 0;
border-collapse: collapse;
}
.body-tb {
vertical-align: top;
padding:0;
}
.footer-tb {
vertical-align: bottom;
padding:0;
padding-top:50px;
/*height:440px;*/
}

div.container2 {
position:relative;
max-width:1200px;
margin:0 auto;
}
div.container2_H {
position:relative;
max-width:100%;
margin:0 auto;
}
div.containerfh {
position:relative;
min-height:152px;
}
/*
.cnfh_m {
background:url('../media/immagini/header_std_mobile.jpg');
height:105px;
background-size: cover;
}
*/

div.fh_h1_d {
background:none !important;
height:67px;
position:absolute;
top:26px;
left:355px;
z-index:600;
}
.fh_h1 {
font-weight:300;
font-size:1.3em;
text-align:center;
/*background-color:#007f3e;*/
/*background-image:url("../img/wood67.jpg");
background-position:center;*/
height:50px;
line-height:50px;
margin:0;
color:#000;
}
@media (max-width:1024px) {
    .fh_h1 {
    border-bottom:2px solid #fff;
    }
    div#container1 {
    padding-bottom:0;
    }
}

div.containerbnr {
position: relative;
background:#007f3e;
height:50px;
}

div.maintenance {
text-align:center;
font-size:1.3333em;	
}
/* COLUMN LEFT */
.cols_prodotti {
width:100%;
border-collapse: collapse;
border-spacing: 0;
}
.cols_prodotti td {
vertical-align: top;	
}
td.cols_prodotti_1 {
width:360px;
/*padding:0 20px;*/
}


div.separatore {
width: 100%;
border-bottom: solid 1px #000000;
margin: 0px 0px 30px 0px;
}
div.separatore1 {
margin: 20px 0px 20px 0px;
}
div.separatore2 {
width:170px;
border-bottom: solid 1px #d0d0d0;
margin: 5px 0px 20px 0px;
}
div.separatore_interno {
width: 50px;
height: 4px;
bottom: -1px;
background: #fe991a;
}
div.separatore2 .separatore_interno {
width: 50px;
height: 4px;
bottom: -4px;
right:0;
background: #fe991a;
}

.box_menu_catalogo {
margin-top: 50px;
width: 360px;
font-family:"Times";
}
.box_menu_catalogo_FX {
position:fixed;
top:124px;
}
.box_menu_catalogo_m {
margin-top: 0;
width: 100%;
border-top:1px dotted #999;
padding:0 10px;
}

.mncol {
position:absolute;
right:0;
top:18px;
height:21px;
width:21px;
line-height:22px;
color:#fff;
text-align: center;
background:#ff9a00;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
font-size:12px;
}
/*
a.mnremove {
position:absolute;
color:#cc0000;
right:110px;
top:13px;
font-size:24px;
z-index:1;
display:block;
height:22px;
width:22px;
text-decoration:none;
}
a.mnremove:before {
font-family: Font Awesome\ 5 Pro;
content:"\f057";	
text-decoration:none;
}
a.mnremove:hover {
color:#999;
}
*/

a.voce_filtro,
div.voce_filtro {
display:block;
height:56px;
font-size:1.5em;
line-height:56px;
color:#000;
text-transform:uppercase;
text-decoration: none;
width:290px;
margin-bottom:18px;
cursor:pointer;
}

a.voce_filtro_canc {
height:30px !important;
line-height:30px;
margin-bottom: 5px !important;
font-size:1.2em !important;
color:#888 !important;
}
.voce_filtro_canc .mncol {
top:5px;
color:#999;
font-size:1.6em !important;
background:#fff !important;
}

a.voce_filtro:hover {
text-decoration: none;
}
a.voce_filtro:hover .mncol {
font-size:14px;
right:-2px;
top:15px;
height:24px;
width:24px;
line-height:25px;
transition: all 0.2s ease-out;
}
a.voce_filtro_canc:hover .mncol {
font-size:23px !important;
right:0 !important;
top:5px !important;
height:21px !important;
width:21px !important;
line-height:22px !important;
color:#cc0000;
}
a.voce_filtro:hover .separatore_interno {
background:#ff9a00;
margin-left:254px;
transition: all 0.5s ease-out;
}
.voce_filtro_sel {
cursor: default;
}
.voce_filtro_sel .mncol {
background:#037f3e !important;
}
.separatore_interno_sel {
margin-left:254px;
background:#037f3e !important;
}

.box_menu_catalogo_m .voce_filtro {
width:95%;
}
.box_menu_catalogo_m .separatore_interno_sel {
margin-left:auto;
position:absolute;
right:-12.5px;
}

.box_menu_catalogo_m .voce_filtro {
padding-left:10px;
}
.box_menu_catalogo_m .separatore {
margin-left:-10px;
position:absolute;
}


a.voce_filtro_sel:hover .mncol {
right:0;
top:18px;
height:21px;
width:21px;
line-height:22px;
font-size:12px;
}

.voci_tree {
margin-top:10px;
}
a.voce_tree,
div.voce_tree {
display:block;
font-size:1.6em;
padding:5px 0;
line-height:22px;
color:#000;
text-transform:uppercase;
text-decoration: none;
margin-bottom:5px;
cursor:pointer;
}


.filtri_rw div {
padding:5px 0;	
color:#737373;
font-size:1.2em;
}
.filtri_rw input {
margin-right:10px;
}
.filtri_rw img {
border:0;
margin-right:10px;
}

.box_menu_catalogo_m .filtri_rw {
padding:0 10px;
}


.filtri_canc {
display:block;
margin-bottom:8px;
margin-top:-5px;
color:#999;
text-decoration: none;
font-size:1.1em;
}
.filtri_canc:hover {
text-decoration: none;
}
.filtri_canc:hover .fa {
color:#cc0000 !important;
}

.filtri_canc .fa { 
margin-left:0;
margin-right:15px;
font-size:1.3em;
}
/*div#column_left_prodotti {
position:relative;
display:inline-block;
*diplay:inline;zoom:1;
margin:0;
width:200px;
text-align:left;
clear:both;
margin-right:20px;
vertical-align:top;
}*/
/* COLUMN RIGHT 
div#column_right { 
margin:0px;
float:right;
width:200px;
text-align:left;
min-height:350px;
height:auto !important;
height:350px;
background:#e0e0e0;
}*/
/**CONTENT*************************/
div.contents {
position: relative;
height:100%;
}
div#content_c,div.content_c {
position: relative;
max-width:1200px;
width:100%;
height:auto;
margin:0 auto;
}

.w_fx {
max-width:1200px;
width:100%;
margin:0 auto;
}
.content_sep {
height:40px;
}


div.content_home_inhome {
background:#fafafa;
padding:20px 0;
}

div.content_news {
width:100%;
height:auto !important;
margin:0 auto;
background:#f0f0f0;
font-family:"Times";
}
div.content_news1 .fr_c {
padding: 0 70px;
}
table.content_news_c {
border-spacing:0;
border-collapse: collapse;
font-family:"Times";
width:100%;
}
table.content_news_c td.content_news_c1 {
vertical-align:top;
}
table.content_news_c td.content_news_c2 {
vertical-align:top;
width: 360px;
padding-left: 70px;
font-size:1.4em;
}
table.content_news_c td.content_news_c2 .ndata {
color:#737373;
font-size:.7em;
}

@media (max-width:768px) {
    table.content_news_c td.content_news_c1,
    table.content_news_c td.content_news_c2 {
    display:block;
    width:100%;
    }
    table.content_news_c td.content_news_c2 {
    padding:0 20px;
    padding-top:40px;
    }
    .content_news_c1 .h1t {
    padding-left:0 !important;
    padding-right:0 !important;
    }
    .content_news_c1 .inline {
    display:block;
    width:100% !important;
    }
    .content_sep { height:10px;}
}



div.content_contatti {
width:60%;
height:auto !important;
margin:0 auto;
}
@media (max-width:900px) {
	div.content_contatti {
	width:100%;
	}
	div.content_contatti .c {
	padding:0 !important;
	}
}

.content_cassa {
width:73% !important;
}
.content_prd {
/*padding:0 -13px;*/
/*max-width:845px;*/
padding-left: -13px;
}
.content_prd_zm {
/*padding:0 -13px;*/
/*max-width:845px;
padding-right: 65px;*/
}

div#content0,div.content0 {
display:inline-block;
*diplay:inline;zoom:1;
/*width:763px;*/
width:100%;
position:relative;
height:100%;
}
div#content, div.content {
margin-left:0px;
margin-right:0px;
height:auto !important;
}
@media (max-width: 1024px) {
	div#container, div#container_manage {
	padding-bottom:0px;
	}
	div#content, div.content,
	div#content_c,div.content_c {
	min-height:auto;
	height:auto !important;
	}
	div#content0, div.content0 {
	width:100%;
	}
	div#content0 .testo_gen .c, 
	div.content0 .testo_gen .c, 
	div#content0 .tree_desc, 
	div.content0 .tree_desc {
	padding:10px 20px;
	}
	div.container2 {
	max-width:1024px;
	}

}
@media (max-width: 767px) {
	.content_prd_zm {
	/*padding:0 -13px;*/
	/*max-width:845px;*/
	padding-right: 0;
	}
	.content_cassa {
	width:100% !important;
	}
	.content_cassa div.basket_title.mt40 {
	margin-top:0 !important;
	}
	div.basket_box {
	border-width:0 !important;
	}
	.basket1 div.basket_subtitle {
	line-height:50px !important;
	padding:0 20px;
	}
	#te, #de  {
	padding:20px;
	}
	.content_cassa input.in_x {
	padding:10px;
	height:33px;
	background:#fff;
	border:1px solid #ddd !important;
	}
	div#mp3 textarea {
		padding: 10px !important;
	}
	div.containerfh {
	min-height:104px;
	}
}
/*div#content, div#content0, div#content_c { padding-bottom: 150px; }*/
/**BODY*************************/
/*div#content_body,div.content_body {
text-align:left;
vertical-align:top;
padding:0px;
position:relative;
height:100%;
}
div#content_body1,div.content_body1 {
background-color:transparent;
padding:0px;
font-size:1em;
color:#000;
position:relative;
height:100%;
}
@media (max-width: 768px) {
div#content_body,div.content_body {
padding-bottom:0px;
}
}*/
/**********************/
div.content_s0 {
position: relative;
height:100%;
font-size:1em;
text-align:left;
padding-left:0px;
padding-right:0px;
}
div.content_s {
padding:0px;
}
div.content_s1 {
display:block;
}
.ccl_frow .content_s0 {
margin-right:6px;	
}
.ccr_frow .content_s0 {
margin-left:6px;	
}
.ccc_frow .content_s0 {
margin-left:6px;	
margin-right:6px;	
}

.fr {
display:inline-block;
vertical-align:top;
margin-right:-3px;
}
.fr_m {
display:inline-block;
vertical-align:top;
/*margin-right:-3px;*/
direction: ltr;
}
.fr_news_h {
width:340px;
margin-right:35px;
margin-bottom:17px;
}

.fr_news, .fr_evento {
width:340px;
margin-left:20px;
margin-right:20px;
margin-bottom:17px;
}

.fr_prd {
width: calc(100% / 3);
padding:0 14px;
margin-bottom:28px;
}
.fr_prd_h {
width: calc(100% / 3);
padding:0 14px;
margin-bottom:17px;
}

/*BRAND
.fr_brd_h {
width:220px;
margin-right:17px;
margin-bottom:17px;
text-align:center;
}*/

/*.fr_gall {
display:inline-block;
zoom:1;*display:inline;
width:379px;
margin:0.47em;
margin-top:0;
margin-bottom:1em;
}*/
.prd {position:relative; margin: 0 -14px}

/*.prd .fr_prd:first-child .testo_gen_prdvb,
.prd .fr_prd_h:first-child .testo_gen_prdvb {
padding-left:0;
}
.prd .fr_prd:last-child .testo_gen_prdvb,
.prd .fr_prd_h:last-child .testo_gen_prdvb {
padding-right:0;
}*/

.fr_mr0 { margin-right:0 !important; }
.fr_news.fr_mr0 {margin-right:20px !important; }
/*.fr_prd.fr_mr0 {margin-right:13px !important; }*/

.fr_c { text-align:left; }
.fr_c_c { text-align:center; }

@media (max-width: 967px) {
	/*.fr_mr0  { margin-right:0.3em !important; }*/
	/*.carousel .fr_prd_h  { width:100% !important; margin-right:10px !important; }
	.fr_brd_h { margin-right:0.4em !important; }
	.fr_gall { text-align:center; }*/
}
@media (min-width: 481px) and (max-width: 1024px) {
	/*.fr_c { text-align:center; }
	.fr_mr0 { margin-right:0.7em !important; }*/
	/*.fr_gall { text-align:center; }*/
}
@media (min-width: 320px) and (max-width: 767px) {
    .fr_prd {width: calc(100% / 2);}
	/*.fr_prd, .fr_brd_h { width:30%;margin:0 0.4em !important; }
	.fr_prd_h  { width:100% !important; margin:0 !important;  }*/
}
@media (min-width: 768px) and (max-width: 1200px) {
	/*.fr_brd_h,
    .fr_prd_h { width:45%;margin:0 0.8em !important; }*/
	/*.carousel .fr_prd_h  { width:100% !important; margin:0 !important;  }*/
	/*.fr_mr0 { margin:0 0.4em !important; }**/
}
@media (min-width: 768px) and (max-width: 1022px) {
	/*.prd {padding-left:10px;}
	.fr_prd { width:30%;margin:0.8em !important; }
	.fr_c { text-align:left; }
	.fr_mr0 { margin:0.8em !important; }*/
}
@media (min-width: 1023px) and (max-width: 1024px) {
	/*.prd {padding-left:20px;}
	.fr_prd { width:22%;margin:0.8em !important; }
	.fr_c { text-align:left; }
	.fr_mr0 { margin:0.8em !important; }*/
}



@media (max-width: 480px) {
	.fr_news_obid, .fr_evento_obid { width:100%; }
	.fr_c { margin:0; }
	.fr_prd, .fr_brd_h, .fr_cat { width:50% !important; margin:0 !important;  }
	.fr_mr0,.fr_prd.fr_mr0 { 
		margin-right:0px !important;
		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
		box-sizing: border-box; }
	.fr_prd:nth-child(odd) {
	/*.fr_prd.fr_mr0:nth-child(odd) {*/
		border-right:1px solid #fff;
		border-bottom:2px solid #fff;
	}
	.fr_prd:nth-child(even) {
	/*.fr_prd.fr_mr0:nth-child(even) {*/
		border-left:1px solid #fff;
		border-bottom:2px solid #fff;
	}
	.fr_gall { text-align:center; }
}

@media (max-width: 1250px) {
    .fr_news_h {
    width:100%;
    margin-right:0;
    }
    .box_news_txt {
    padding:0 20px;
    }
}


/***/
.menu_box_lg {
float:right;
margin-right:10px;
margin-top:29px;
}
.menu_box_lg li {
float:left;
position:relative;
display:inline-block;
list-style:none;
margin-left:25px;
}
.menu_lg {
display:block;
text-align:center;
text-decoration:none;
color:#fff;
cursor: pointer;
}
.menu_lg:hover {
color:#ddd;
transition: all 0.5s ease-out;
text-decoration:none;
}
.menu_lg_i,.menu_lg_i img {
display:inline-block;
width:25px;
height:25px;
}
.menu_lg:hover {
opacity:.4;
transition: all 0.3s ease-out;
}
.menu_lg span{
float:right;
}
/* MENUS *******************/
.menu_classificazione {
position:absolute;
z-index:498;
top:0;
left:0;
}
.menu_classificazione a.pcl {
position:relative;

display:inline-block;
text-decoration: none;
text-transform: uppercase;
color:#000;

height:85px;
line-height:85px;
font-size:16px;
margin-right:30px;
width:auto;
}
.menu_classificazione a.pcl:after,
.menu_classificazione a.pcl_s:after {
position:absolute;
bottom:0;
left:0;

content:" ";
width:50% !important;

border-right:1px solid #fff;
height:30px;
transition: all .5s ease-out;
}
.menu_classificazione a.pcl:hover:after,
.menu_classificazione a.pcl_s:after {
border-right:1px solid #000;
}
.menu_classificazione a.pcl:hover,
.menu_classificazione a.pcl_h {
color:#999;
}
.menu_classificazione a.pcl:hover:after ,
.menu_classificazione a.pcl_h:after {
border-right:1px solid #999;
}
.menu_classificazione a.pcl_s:hover {
color:#000;
}
.menu_classificazione a.pcl_s:hover:after {
border-right:1px solid #000;
}

.menu_ctg {
position:absolute;
z-index:498;
top:0;
left:0;
width:100%;
}
.menu_ctg a.ctg {
position:relative;

display:inline-block;
text-decoration: none;
/*text-transform: uppercase;*/
letter-spacing:1px;
color:#000;

height:37px;
line-height:37px;
font-size:12px;
margin-right:20px;
width:auto;
}
.menu_ctg a.ctg:after,
.menu_ctg a.ctg_s:after {
position:absolute;
bottom:0;
left:0;

content:" ";
width:50% !important;

border-right:1px solid #fff;
height:10px;
transition: all .5s ease-out;
}
.menu_ctg a.ctg:hover:after,
.menu_ctg a.ctg_s:after {
border-right:1px solid #000;
}
.menu_ctg a.ctg:hover {
color:#999;
}
.menu_ctg a.ctg:hover:after {
border-right:1px solid #999;
}
.menu_ctg a.ctg_s:hover {
color:#000;
}
.menu_ctg a.ctg_s:hover:after {
border-right:1px solid #000;
}

.saldi {
float:right;
background:#cc0000;
color:#fff !important;
padding:0 20px;
margin-right:0 !important;
}
.saldi:hover,
.saldi_s {
background:#000 !important;
color:#fff !important;

}
.saldi:after {
display:none;
}
.saldi_c {
color:#cc0000;
}


.menu_flt_of {
text-align:right;
}
.menu_flt_of a.flt {
color:#000;
margin-right:20px !important;
}


.novita_p {
position:relative;
left:50%;
width:50px !important;
margin-left:-25px;
z-index: 498;
top:0;

background:#fff;
color:#78cdbb !important;

margin-right:0 !important;
    
display:block;
height:37px;
line-height:37px;
text-align:center;
}
.novita_p:hover,
.novita_s {
line-height:11px;
background:#78cdbb;
color:#fff !important;
text-decoration: none;
}
.novita_p:after {
display:none;
}

.novita_p div {
display:none;
font-size:11px;
text-decoration: none;
}
.novita_p:hover div,
.novita_s div {
display:block !important;
}
.novita_p:hover *,
.novita_s * {
line-height:15px !important; 
}
.novita_p:hover i,
.novita_s i {
margin-top:5px;
font-size:11px !important;
}


.menu_flt_nv {
text-align:center;
}
.menu_flt_nv a.flt {
margin-right:0 !important;
}

.header-menu2 {
position:fixed;
width:100%;
height:100%;
background:rgba(0,0,0,.2);
}
.header-menu2_1 {
position:relative;
margin:0 auto;
width:100%;
background:#f9f9f9;
}
.header-menu2_2 {
position:relative;
margin:0 auto;
max-width:1200px;
line-height:38px;
padding:10px 0;
}

.menu_flt {
position:relative;
}
.menu_flt a.flt {
position:relative;

display:block;
text-decoration: none;
text-transform: uppercase;
color:#000;

height:37px;
line-height:37px;
font-size:12px;
margin-right:20px;
width:auto;
}
.menu_flt a.flt:hover,
.menu_flt a.flt_s {
font-weight:bold;   
}


.header-top_0 {
position:relative;
margin:0 auto;
width:100%;
color:#fff;
background:#000;
}
.header-top {
position:relative;
margin:0 auto;
max-width:1200px;
line-height:28px;
text-align:center;
}


/*prodotti categorie home*/
/*
							.header3 {
							max-width:1200px;
							}
							ul.menu_box1_mh {
							display:block;
							background:#fff;
							}

							ul.menu_box1_mh li {
							display:inline-block;
							zoom:1;*display:inline;
							list-style:none;
							width:50%;
							font-weight:300 !important;
							}
							ul.menu_box1_mh li a {
							display:block;

							height:200px;
							line-height:200px;
							padding: 0 1.05em;
							text-align:center;

							color:#111;
							font-size:1.5em;
							text-decoration:none;
							text-transform:uppercase;
							cursor:pointer;
							white-space:nowrap;

							}
							ul.menu_box1_mh li a:hover {
							color:#007f3e;
							text-decoration:none;

							-webkit-box-shadow: 0px 0px 4px #007f3e;
							-moz-box-shadow: 0px 0px 4px #007f3e;
							box-shadow: 0px 0px 4px #007f3e;
							}
							.menu_box1_mh h2 {
							font-size:inherit !important;
							font-weight:100 !important;
							text-transform:uppercase;
							}

							@media (max-width:768px) {
								
								ul.menu_box1_mh li.mh_0 a {
									background:#007f3e;
									color:#fff !important;
								}

								ul.menu_box1_mh li.mh_1 a {
									background:#f0f0f0;
								}
							}

							@media (max-width: 320px) {
								ul.menu_box1_mh li a {
								font-size:1.1em;
								height:150px;
								line-height:150px;
								}
							}
							.menu1_mh-sub {
							width:100%;
							border-bottom:1px solid #ddd;
							background:#f3f3f3;
							}
							.menu1_mh-sub:nth-child(odd) {
							text-align:right;
							}

							.menu1_mh-sub div,.menu1_mh-sub a {
							display:block;
							padding:0 20px;
							}
							.menu1_mh-sub h2 {
							font-size:inherit !important;
							font-weight:400 !important;
							text-transform:uppercase;
							}
							.menu1_mh-sub a {
							color:#000;
							text-decoration:none;
							cursor:pointer;
							}
							.menu1_mh-sub a:hover {
							background:#ddd;
							}
							.menu1_mh-sub div {
							color:#000;
							background:#ccc;
							}
*/
/**/
.menu1-trigger-d {
margin:0;
margin-right:20px;
font-size: 1.8em;
line-height:48px;
float:right;
width: 36px;
height:48px;
}
.menu1-trigger {
display: block;
position: relative;
font-size: 1.6em;
width: 36px;
height:48px;
}
.menu1-trigger:before {
position: absolute;
top:12px;
left: 0;
width: 36px;
height: 3px;
background: #fff; /*d97009*/
box-shadow: 0 5px transparent, 0 10px #fff, 0 15px transparent, 0 20px #fff;
content: '';
}
.menu1-trigger-d:hover .menu1-trigger:before {
background: #ff9801;
box-shadow: 0 5px transparent, 0 10px #ff9801, 0 15px transparent, 0 20px #ff9801;
}

.mn_nonattivo {
border-left:5px solid #cc0000;
background:#ddd;
}
@media (max-width:1287px) {
	.menu_box_lg {
		padding-right:20px;
		-webkit-transition: all ease 0.5s;
		-moz-transition: all ease 0.5s;
		transition: all ease 0.5s;
	}
}

@media (max-width: 1024px) {
	div#home {
	height:105px !important;
	width:105px !important;
	margin-left:0;
	left:10px;
	}
	div#home img {
	width:100%;
	height:100%;
	}
	.header_fx,.header0 {
	height:105px;
	-webkit-transition: height 0.8s,width 0.8s;
	-moz-transition:height 0.8s,width 0.8s;
	transition: height 0.8s,width 0.8s;
	}
	.header-menu1,.menu1-trigger-d,.header-menu {
	height:44px;
	}
	.menu1-trigger:before {
	top:11px;	
	}
	.header_fx,.header0,.header-menu1,.menu1-trigger-d,.header-menu {
	-webkit-transition: height 0.8s,width 0.8s;
	-moz-transition:height 0.8s,width 0.8s;
	transition: height 0.8s,width 0.8s;
	}
	.menu_box_lg {
	margin-right:0px;
	margin-top:11px;
	padding-right:8px;
	}
	.menu_lg_i {
	width:40px;
	height:40px;
	margin-right:10px;
	}
	.menu_lg {
	line-height:40px;
	}
	.menu_box_lg li {
	margin-left:10px;
	}
	.menu_lg span {
	display:none;
	}
}
@media (max-width: 414px) {
	.menu_lg_i {
	margin-right:0;
	}	
}
/*
@media (max-width: 320px) {
	div#home {
	height:80px !important;
	width:77px !important;
	margin-top:3px;
	}	
}*/


/**/

           /* .menu_box1 h1, .menu_box1 h2 {
            font-size:inherit !important;
            font-weight:inherit;
            }

            table.menu_box1 {
            position: relative;
            border-collapse: collapse;
            border-spacing:0;
            font-size: 14px;
            height: 48px;
            line-height: 48px;
            text-transform: uppercase;
            font-weight:600;
            }
            table.menu_box1 td {
            padding:0;
            position:relative;
            }

            table.menu_box1 td p {
            position: relative;
            margin:0;
            padding: 0px 18px 0px 18px;
            }
            table.menu_box1 td a {
            color:#000;
            text-decoration: none;
            display:block;
            text-align:left;
            }
            table.menu_box1 td a:hover {
            color:#ff980f;
            text-decoration: none;
            }
            table.menu_box1 td a.mbs {
            color:#ff980f;
            }


            table.menu_box1 td span {
            color:#ff980f;
            }
            .m1sel {
            color:#ff980f !important;
            }
            .sottomenu {
            position: absolute;
            top: 48px;
            margin-left:0;
            font-size: 14px;
            line-height: 36px;
            white-space: nowrap;
            padding:7px 0;
            border-top: solid 1px #ff980f;
            background: rgba(0, 0, 0, .48);
            min-width:200px;
            }
            .sottomenu a { 
            display:block;	
            padding: 0 18px;
            }
            .sm_content_ratio {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(85, 7, 15, .58);
            }
            .mb1_mng {
            background:#cc0000;
            color:#fff;
            }
            .mb1_mng:hover {
            background:#000;
            color:#fff !important;
            }

            .menu_box1_dh {
            position: absolute;
            top: 48px;
            right:0;
            width:200px;
            background: rgba(0, 0, 0, .48);
            }
            table.menu_box1_h {
            background: rgba(85, 7, 15, .58);
            width:200px;
            }
            table.menu_box1_h td {
            display:block;
            }
            table.menu_box1_h .sottomenu {
            right:200px;
            top: 0;
            border-top: 0;
            border-right: solid 1px #ff980f;
            }*/
/*****************/
#oh, #oh table, #oh td {
curson:hand;
cursor:pointer;	
}
/***/
.msub-trig:hover > .menu1-sub {
display: block;	
opacity: 1;
transform: translate(0, 0);
}
.menu1-sub {
border:1px solid #003865;
border-top:5px solid #003865;
background:#003865;
position:absolute;
z-index:500;
right:0;

font-size:1em;
display: none;
transform: initial;
transition: all 0.2s ease-out;
padding:10px;
width:auto;
min-width:841px;

-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;

/*-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);*/

-webkit-box-shadow: 0 1px 2px 0 #003865;
-moz-box-shadow: 0 1px 2px 0 #003865;
box-shadow: 0 1px 2px 0 #003865;

}
/*BRAND BOX vd js.js ms_width e ms_left
/*ul.menu_box1R .menu1-sub {
width:473px;
margin-left:-473px;
}*/

.menu1-sub-col {
display:inline-block;
min-width:170px;
vertical-align:top;
line-height:42px;
}
.menu1-sub-col a {
display:block;
padding: 0 1.2em;
color:#fff;
text-decoration:none;
min-width:130px;
text-align:left;
}
.menu1-sub-col a:hover {
color:#333;
background:#fff;
}
.menu1-sub-col a img {
filter: invert(100%);
}
.menu1-sub-col a:hover img {
filter: invert(0%);
}
/*.menu1-sub-col div img,
.menu1-sub-col div h1 {
filter: invert(100%);
}*/

.menu1-sub-col h1,
.menu1-sub-col div {
display:block;
padding: 0 1.2em;
background:#fff;
color:#333;
min-width:120px;
font-size:inherit;
font-weight:inherit;
margin:0;
}
.menu1-sub-col div.m1 {
text-transform:uppercase;
}
.menu1-sub-col img {
margin-right:10px;
margin-top:-3px;
height:16px;
width:16px;
}

/*.menu1-sub:after, .menu1-sub:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 20px;
}
.menu1-sub:after {
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: 3px
}
.menu1-sub:before {
    border-bottom-color: #dcdcdc;
    border-width: 11px;
    margin-left: 2px;
}

.menu_box1R .menu1-sub:after, .menu_box1R .menu1-sub:before {
    left:auto !important;
    right: 20px !important;
}
.menu_box1R .menu1-sub:after {
	margin-left:auto !important;
    margin-right: 3px;
}
.menu_box1R .menu1-sub:before {
	margin-left:auto !important;
	margin-right: 2px;
}*/


/*@media (max-width: 768px) {*/
div.menu_box1_m {
width:100%;
}
ul.menu_box1_m {
width:100%;
display:block;
}
ul.menu_box1_m li.menu1_x {
display:block;
padding-left:14px;
height:44px;
line-height:44px;
text-transform:uppercase;
border-bottom:1px solid #007f3e;
background:#fff;
font-size:1.444em;
font-weight:400;
}
ul.menu_box1_m li.menu1_x a {
display:block;
float:right;
padding-right:10px;
height:43px;
line-height:43px;
cursor:pointer;
}
ul.menu_box1_m li.menu1_x img {
height:26px;
width:26px;
margin:0;	
margin-bottom:3px;
}
ul.menu_box1_m li a.menu1_m {
display:block;
padding: 0 14px;
height:42px;
line-height:42px;

color:#444;
font-size:1.1667em;
font-weight:400 !important;
text-decoration:none;
text-transform:uppercase;
cursor:pointer;
border-bottom:1px solid #ddd;
white-space:nowrap;
}

ul.menu_box1_m li a.menu1_m:hover {
color:#fff !important;
background:#007f3e;
text-decoration:none;
}

ul.menu_box1_m li span.menu1_m {
display:block;
padding: 0 14px;
height:42px;
line-height:42px;

font-size:1.1667em;
text-decoration:none;
text-transform:uppercase;
/*text-shadow: 0px 1px 0px #e5e5ee;*/
white-space:nowrap;
background:#007f3e;
color:#fff;
}
/*}*/


/**********/
a.menuPR {
display:block;
color:#fff !important;
cursor:pointer;
text-align:left;
line-height:32px;
font-size:1.1667em;
padding:0 10px;
text-transform:uppercase;
text-decoration:none;
}
a.menuPR:hover {
text-decoration:underline;
}
a.menuPR1 {
display:block;
color:#fff !important;
cursor:pointer;
text-align:left;
line-height:32px;
font-size:1.1667em;
padding:0 10px;
text-transform:uppercase;
text-decoration:none;
}
a.menuPR1:hover {
text-decoration:none;
}

div.boxheader {
font-size:1.2em;
background:#bababa;
margin-top:0px;
padding:0 1em;
color:#fff;
height:45px;
line-height:45px;
}
div.boxheader b {
color:#333;
font-size:1.1667em;
background:#e0e0e0;
padding-left:7px;
padding-right:7px;
text-transform:uppercase;
}

div.boxheader_m {
font-size:1em;
background:#06C;
margin-bottom:5px;
}
div.boxheader_m:hover {
background:#03A;
}

div.boxheader_m b {
display:block;
color:#fff;
background:#999;
text-align:left;
line-height:32px;
font-size:1.1667em;
padding:0 10px;
text-transform:uppercase;
text-decoration:none;
font-weight:normal;
}

div.boxheader2 {
font-size:1.2em;
background:#e5231d;
margin-top:0;
padding:.5em 1em;
color:#fff;
}


div.boxfooter {
height:20px;
display:block;
font-size:11px;
}
/*div.bf01 {
background-image:url("../img/general/boxfooter01.jpg");
background-position:center -3px;
background-repeat:no-repeat;
}
div.bf02 {
background-image:url("../img/general/boxfooter02.jpg");
background-position:center -3px;
background-repeat:no-repeat;
}
div.bf03 {
background-image:url("../img/general/boxfooter03.jpg");
background-position:center -3px;
background-repeat:no-repeat;
}
div.bf04 {
background-image:url("../img/general/boxfooter04.jpg");
background-position:center -3px;
background-repeat:no-repeat;
}
div.bf05 {
background-image:url("../img/general/boxfooter05.jpg");
background-position:center -3px;
background-repeat:no-repeat;
}*/

/*****************/
div.menu_box3 {
margin:0px;
padding:0;
}
div.menu_box3_0 {
padding-top:0;/*37px*/
}

div.menu_box3a {
margin:0px;
border-bottom:1px solid #ddd;
/*padding-bottom:5px;*/
}
div.menu_box3a ul {
position:relative;
clear:both;
list-style:none;
}
div.menu_box3a ul li {
display:block;
list-style-type:none;
}
div.menu_box3a ul li a {
padding-left:12px;
padding-right:5px;
padding-top:8px;
padding-bottom:8px;
cursor:pointer;
font-weight:400;
font-size:1.2em;
text-align:left;
display:block;
text-decoration:none;
background:#e5231d;
color:#fff;
border-left:1px solid #ddd;
border-right:1px solid #ddd;
}
div.menu_box3a ul li h2 {
margin:0;
font-size:inherit;
font-weight:400;
}
/*****************/
div.menu_box3a ul li a.menu3 {
color:#555;
background:#fff;
border-color:#ddd;
}
div.menu_box3a ul li a.menu3:hover { 
color:#fff;
background:#e5231d;
cursor:pointer;
text-decoration:none;
border-color:#e5231d;
}

div.menu_box3a ul li a.menu3H {
color:#fff;
background:#666;
border-color:#666;
}
div.menu_box3a ul li a.menu3H:hover {
text-decoration:underline;
color:#fff;
}
.menu3_2n {
background-color:#f0f0f0 !important;	
}
.menu3_2n:hover {
background:#e5231d !important;	
}

/********************/
div.menu_box3a ul li a.menu30 {
border-color:#e5231d;
}
div.menu_box3a ul li a.menu30:hover { 
color:#fff;
background:#000;
border-color:#000;
}

div.menu_box3a ul li a.menu30H {
color:#fff;
background:#444;
border-color:#444;
}
div.menu_box3a ul li a.menu30H:hover {
text-decoration:underline;
}
/*menu varie*/
div.menu_box3a ul li a.menu31 {
color:#fff;
height:45px;
line-height:45px;
padding:0;
padding-left:15px;
background:#444;
text-transform:uppercase !important;
}
div.menu_box3a ul li a.menu31:hover { 
color:#fff;
background:#000;
}

div.menu_box3a ul li a.menu31H {
color:#fff;
text-decoration:underline;
text-transform:uppercase !important;
text-align:left;
background:#000;
height:45px;
line-height:45px;
padding:0;
padding-left:15px;
}
div.menu_box3a ul li a.menu31H:hover { 
color:#000;
background:#c0c0c0;
}
/* CHANGEPAGES contapagine ***************/
.num_perpg {
text-align:left !important;
font-size:.75em;
color: #666;
float:left;
margin-left:13px;
}
.num_perpg .combo-select {
width:50px;
position: relative;
display:inline-block;
margin-right:10px;
}
div.count_pages {
display:inline-block;
height:32px;
}
div.contapagine {
display:block;
min-height:32px;
padding:0;
text-align:right;
font-size:1.1em;
clear:both;
margin-bottom:10px;
padding-right:13px;
}
/*@media (max-width: 767px) {
	div.contapagine { text-align:center; }
}*/
div.contapagine a, div.contapagine span {
display:inline-block;
height:32px;
width:32px;
line-height:30px;
text-align: center;
}
span.changepages {
color:#fff;
background:#999;
}
span.changepages_spacer {
color:#000;
}
a.changepages {
font-weight:400;
color:#555;
text-decoration:none;
}
a.changepages:hover {
text-decoration:none;
color:#000;
background:#c6c6c6;
}
span.changepages1 {
display:inline;
font-size: .75em;
color:#666;
float:left;
line-height:32px;
margin-left:13px;
width:auto !important;
}
.cpbt {
margin-top:40px;	
}
.cpbb {
margin-top:10px;	
}

.cpbt .combo-dropdown {
bottom: 100%;
top:auto;
}

.cpraquo,.cplaquo {
background:#fe991a;
color:#fff !important;
}
.cplt,.cpgt {
background:#037f3e;
color:#fff !important;
}

.cpgt:before {
font-family: Font Awesome\ 5 Pro;
content: "\f105";
font-weight:600;
}
.cpraquo:before {
font-family: Font Awesome\ 5 Pro;
content: "\f101";
font-weight:600;
}
.cplt:before {
font-family: Font Awesome\ 5 Pro;
content: "\f104";
font-weight:600;
}
.cplaquo:before {
font-family: Font Awesome\ 5 Pro;
content: "\f100";
font-weight:600;
}

/********************/
.normal {
font-weight:normal !important;
}
.bold {
font-weight:bold;
}
.bold1 {
display:block;
color:#000;
width:100%;
margin:10px 0;
font-size:1.2em;
}
/********************/
.txt_pad {
padding:0 90px;
}
@media (max-width:1024px) {
	.txt_pad {
	padding:0 10px !important;
	}
}

div.testo_gen_thanx {
display:inline-block;
padding:20px 0;
font-size:1.2em;
color:#737373;
width:100%;
text-align:center;
}
div#testo_gen, div.testo_gen {
display:inline-block;
padding:0;
font-size:1.2em;
color:#737373;
width:100%;
}
div#testo_gen1,div.testo_gen1 {
display:inline-block;
padding:0px;
font-size:1.2em;
color:#737373;
width:100%;
margin-bottom:10px;
}

div#testo_gen10,div.testo_gen10 {
font-size:10px;
color:#737373;
}
div#testo_gen11,div.testo_gen11 {
font-size:11px;
color:#737373;
}
div.testo_gen_th {
display:inline-block;
padding:0px;
font-size:1.2em;
color:#737373;
width:100%;
text-align:center;
margin-top:20px;
}
div#m1 {
margin:0px;
margin-bottom:0px;
}
div#c,div.c {
padding:0px;
padding-bottom:5px;
}
/*@media (max-width: 767px) {
	div#c,div.c {
	padding:20px;
	padding-top:0;
	}	
}
@media (max-width: 480px) {
	div#c,div.c {
	padding:10px;
	padding-bottom:5px;
	padding-top:0;	
	}	
}*/

div#c0,div.c0 {
padding:0px;
}
div#c0t,div.c0t {
padding:0px;
padding-top:10px;
}
div#c1,div.c1 {
padding:0px;
padding-bottom:15px;
}
div.c1fr,div.c1fr {
padding:0px;
}

div#c2,div.c2 {
padding:0px;
padding-bottom:5px;
padding-right:10px;
}
div#c5,div.c5 {
padding:0px;
padding-top:5px;
padding-bottom:5px;
}
div#c5t,div.c5t {
padding:0px;
padding-top:5px;
}
div#c_border {/*,div.c_border*/
padding:0px;
padding-bottom:5px;
border-bottom:1px solid #999;
}
div.c_border {
padding:0px;
border:1px solid #c0c0c0;
border-top:0px solid #c0c0c0;
}
div#c_border1,div.c_border1 {
padding:5px;
border:1px solid #e0e0e0;
border-top:1px dashed #e0e0e0;
}
div#c_border2,div.c_border2 {
padding:10px;
border:1px solid #e0e0e0;
}
div#c_border3,div.c_border3 {
padding:15px;
border-bottom:1px solid #c0c0c0;
background:#e0e0e0;
}
div#c_border4,div.c_border4 {
padding:0px;
border:2px solid #cc0000;
}
div#c10,div.c10 {
padding:10px;
padding-top:0px;
padding-bottom:5px;
}
div#c101,div.c101 {
padding:10px;
padding-bottom:5px;
}

div#cb,div.cb {
padding:5px;
background:#e0e0e0;
color:#999;
border:1px solid #c0c0c0;
border-top:0px solid;
}
div#c_disattiva,div.c_disattiva {
padding:15px;
background:#e0e0e0;
color:#999;
border:1px solid #c0c0c0;
}
div.cb2 {
color:#666;
}

div#c_left {
padding:0px;
padding-left:8px;
}
div#c p,div#c0 p,div#c0t p,div#c1 p,div.c1fr p,div#c5 p,div#c2 p,div#c_border p, div#c_left p, div#c_border1 p, div#c_border2 p, div#c_border3 p, div#c_border4 p,div#c10 p,div#c101 p,div.cdisatt p,div.csc p {
padding:0px;
margin:0px;
}
div#c p img {
border-width:0px;
}
div.testo_gen p {
padding:0;
margin:0;
margin-bottom:10px;
}
div.testo_gen ul {
padding-left:18px;
}
/**********************/
div#testo_gen ul:not(.sbOptions) {
margin-left:15px;
}
div#testo_gen li:not(.sbOptions) {
margin-left:5px;
}
div#testo_gen .sbOptions li {
margin-left:0px;
}
div#testo_gen h1, div#testo_gen h2, div#testo_gen h3 {
/*font-weight:normal;*/
}
.r_selected {
font-weight:bold;
color:#cc0000;
}
/**********************/
.testo_bg1 {
/*padding:5px;
padding-left:10px;
padding-right:10px;*/
padding:10px;
font-size:1.1667em;
color:#000;
background:url("../img/boxbg.png");
}
.testo_bg2 {
padding:10px;
padding-left:15px;
padding-right:15px;
font-size:1em;
/*color:#fff;*/
background:#f0f0f0;
text-align:left;
}
/**********************/
a.btnX {
display:inline-block;
*display:inline;
text-transform:uppercase;
text-decoration:none;

height:26px;
line-height:26px;
background-color:#2e9526;
border:1px solid #2e9526;

font-weight:bold;
padding:0 10px;
font-size:1em !important;
white-space:nowrap;
text-align:center;
color:#fff;
-moz-border-radius:1px;
-webkit-border-radius:1px;
border-radius:1px;
}
a.btnX:hover {
color:#fff !important;
text-decoration:none;
border:1px solid #21751b;
-webkit-box-shadow: 0px 0px 4px #666;
-moz-box-shadow: 0px 0px 4px #666;
box-shadow: 0px 0px 4px #666;
}
a.btnXA {
display:inline-block;
*display:inline;
text-transform:uppercase;
text-decoration:none;

background-color:#2e9526;
border:1px solid #2e9526;

margin-right:5px;
height:22px;
line-height:22px;

font-weight:400;
padding:0 8px;
font-size:1em !important;
white-space:nowrap;
text-align:center;
color:#fff;
/*-moz-border-radius:2px;
-webkit-border-radius:2px;*/
}
a.btnXA:hover {
color:#fff !important;
text-decoration:none;
border:1px solid #21751b;
-webkit-box-shadow: 0px 0px 4px #666;
-moz-box-shadow: 0px 0px 4px #666;
box-shadow: 0px 0px 4px #666;
}
a.btnXA img {
height:16px;
}
a.btnXA_del {
background:#cc0000;
border:1px solid #cc0000;
}
a.btnXA_del:hover {
border:1px solid #cc0000;
}
a.btnX2 {
display:block;
font-weight:400;
margin-right:0px !important;
text-transform:uppercase;
font-size:1.2em;
line-height:40px;
height:40px;
padding:0 10px;
text-align:center;
text-decoration:none;
margin-bottom:2px;
color:#fff !important;
background:#fe991a;

-moz-border-radius:1px;
-webkit-border-radius:1px;
border-radius:1px;
}
a.btnX2:hover {
text-decoration:none;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}
.btnX2_w,.btnX2_w1 {
width:202px;
}
@media (max-width: 480px) {
	.btnX2_w {
	width:124px;	
	}
	.btnX2_w1 {
	margin:10px 0;
	width:202px;	
	}

}
a.btnX2A {
display:block;
font-weight:400;
text-transform:uppercase;
font-size:14px;
line-height:40px;
height:40px;
padding:0 12px;
text-align:center;
text-decoration:none;
margin-bottom:2px;
color:#fff !important;
background:#007f3e;
}
a.btnX2A:hover {
text-decoration:none;
-webkit-box-shadow: 0 0 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

.btnX2A_w {
width:250px;
}
.btnX2B_w {
width:100px;
}
.btnX2C_w {
width:250px;
display:inline-block !important;
}
.btnX2C {
display:inline-block !important;
}
.btnX2_000 {
background:#000 !important;	
}
.btnX2_999 {
background:#999 !important;	
}

.btnX2_red {
background:#cc0000 !important;
}
.btnX2_green {
background:#2e9526 !important;
}

.btnX2AL {
line-height:50px !important;
height:50px !important;
padding:0 8px;
}
.btnX2ALa {
background:#000 !important;
}
.btnX2A_2 {
line-height:50px !important;
height:50px !important;
padding:0 12px;
font-size:18px !important;
}

.loginbw a.btnX2A {
text-align:left !important;
margin-left:-8px;
background:#f0f0f0;
color:#666 !important;
text-transform:none;
padding:0 8px;
}
.loginbw a.btnX2A:hover {
background:#ddd;
-webkit-box-shadow: 0 0 0 #666;
-moz-box-shadow: 0 0 0 #666;
box-shadow: 0 0 0 #666;
}
.loginbw a.btnX2A.white {
color:#fff !important;
}

a.btnXTB {
display:inline-block;
font-weight:400;
text-transform:uppercase;
font-size:1em;
line-height:32px;
height:32px;
padding:0 12px;
text-align:center;
text-decoration:none;
color:#fff !important;
background:#555;
}
a.btnXTB:hover {
text-decoration:none;
-webkit-box-shadow: 0 0 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

a.btnX2G {
display:block;
font-weight:400;
margin-right:0;
font-size:1.2em;
line-height:32px;
height:32px;
padding:0 8px !important;
text-align:center;
text-decoration:none;
margin-bottom:2px;
/*border:1px solid #d0d0d0;*/
color:#888 !important;
text-transform:uppercase;
background:#ddd;
/*
-moz-border-radius:1px;
-webkit-border-radius:1px;
border-radius:1px;*/
}
a.btnX2G:hover {
text-decoration:none;
/*border:1px solid #a0a0a0;*/
-webkit-box-shadow: 0 0px 4px #777;
-moz-box-shadow: 0 0 4px #777;
box-shadow: 0 0 4px #777;
}
.btnX2G_pad {
padding:0 8px !important;
}
.addcart_msg a.btnX2 {
line-height:32px !important;
height:32px !important;
}
.years_select {
min-height:24px;
padding:10px;
background:#f0f0f0;
-webkit-box-shadow: 0px 1px 2px #666;
-moz-box-shadow: 0px 1px 2px #666;
box-shadow: 0px 1px 2px #666;
}
a.btnX2Y {
display:block;
font-size:13px;
line-height:22px;
padding-left:7px;
padding-right:7px;
margin-right:7px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
font-weight:400;
background:#fff;
border:1px solid #999;
color:#000 !important;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
a.btnX2Y:hover {
text-decoration:none;
background:#777;
color:#fff !important;
}
a.btnX2YH {
display:block;
font-size:13px;
line-height:22px;
padding-left:7px;
padding-right:7px;
margin-right:7px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
font-weight:400;
background:#999;
border:1px solid #999;
color:#fff !important;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
a.btnX2YH:hover {
text-decoration:none;
background:#999;
color:#fff !important;
}

a.btnX21 {
display:block;
width:130px;
font-weight:400;
padding:5px 7px;
font-size:1em;
text-align:center;
text-decoration:none;
margin-bottom:4px;
margin-top:20px;
margin-left:auto;
margin-right:auto;
text-transform:uppercase;

background:#e5231d;
border:1px solid #e5231d;
color:#fff !important;

-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
a.btnX21:hover {
border:1px solid #e5231d;
background:#e5231d;
text-decoration:none;
color:#000;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}
.basket_box a.btnX21 {
font-size:1.333em;
}
.btnX21.btng {
background:#007f3e !important;
border:1px solid #007f3e !important;
}
/*a.btnX21.btng:hover {
border:1px solid #008000 !important;
background:#008000 !important;
}*/
a.btnX21_cassa {
width:280px;
padding:10px 12px;
font-weight: 300;
}
a.btnX21_modifica {
width:120px;
padding:10px 12px;
font-weight: 300;
background:#fff !important;
border:1px solid #fff !important;
color:#888 !important;
}
a.btnX21_modifica:hover {
background:#fff !important;
border:1px solid #fff !important;
color:#888 !important;	
}

a.btnX21a {
width:130px;
font-weight:bold;
height:24px;
line-height:24px;
padding:5px;
padding-left:1em;
padding-right:1em;
font-size:1.1667em;
text-align:center;
text-decoration:none;
margin-left:5px;
margin-right:5px;
text-transform:uppercase;

background:#e5231d;
border:1px solid #e5231d;
color:#fff !important;

-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
a.btnX21a:hover {
border:1px solid #e5231d;
background:#e5231d;
text-decoration:none;
color:#000;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

a.btnX22 {
display:block;
width:180px;
color:#fff;
font-weight:bold;
padding:0 5px;
background-color:#a0a0a0;
font-size:1em;
line-height:32px;
text-decoration:none;
margin:0 3px;
text-align:center;

text-transform:uppercase;
}
a.btnX22:hover {
text-decoration:none;
color:#fff;
background-color:#e5231d;
}

a.btnXRESO {
float:right;
color:#333;
padding-left:7px;
padding-right:7px;
background-color:#fff;
font-size:1em;
line-height:25px;
text-decoration:none;
text-align:center;
text-transform:uppercase;
border:1px dotted #999;
border-bottom:0px dotted #999;
}
a.btnXRESO:hover {
text-decoration:none;
color:#fff;
background-color:#e5231d;
}
a.btnX23 {
display:block;
font-weight:bold;
padding:3px;
padding-left:5px;
padding-right:5px;
font-size:1em;
text-align:center;
text-decoration:none;
background-image:url("../img/general/btn.jpg");
background-repeat:repeat-x;
background-position:top left;
border:1px solid #666;
color:#666;

text-shadow: 0px 1px 0px #e5e5ee;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
a.btnX23:hover {
text-decoration:none;
color:#707070;
border:1px solid #888;
background-image:url("../img/general/btn_hover.jpg");
}
a.btnX24 {
display:block;
width:130px;
font-weight:bold;
padding:5px 7px;
font-size:14px;
text-align:center;
text-decoration:none;
margin-bottom:4px;
margin-left:auto;
margin-right:auto;
text-transform:uppercase;

background:#e5231d;
color:#fff !important;

-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
a.btnX24:hover {
background:#e5231d;
text-decoration:none;
color:#000;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

a.btnX3 {
display:block;
font-weight:bold;
padding:3px;
padding-left:5px;
padding-right:5px;
font-size:15px;
text-align:center;
text-decoration:none;
margin-bottom:2px;
background-color:#fff;
background-image:url("../img/general/btn2.jpg");
background-repeat:repeat-x;
background-position:top left;
border:1px solid #666;
color:#333 !important;
text-shadow: 0px 1px 0px #e5e5ee;

-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
a.btnX3:hover {
text-decoration:none;
color:#707070;
border:1px solid #888;
background-image:url("../img/general/btn2_hover.jpg");
}
a.btnX3 div {	
display:inline-block;
padding:2px;
}

a.btnX41 {
display:inline-block;
color:#fff;
height:22px;
line-height:23px;
padding-left:8px;
padding-right:8px;
font-size:1em;
text-decoration:none;
margin-right:0px;
background-color:#c6c6c6;
border:1px solid #c0c0c0;
text-align:center;
/*-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;*/
}
a.btnX41:hover {
border:1px solid #e5231d;
background:#e5231d;
text-decoration:none;
color:#fff;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}
/*a.btnX5, a.btnX6 {
font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
display:inline-block;
*display:inline;
height:26px;
width:auto;
line-height:26px;
color:#fff;
padding-left:10px;
padding-right:10px;
font-size:1em !important;
text-decoration:none;
text-transform:uppercase;
background-color:#2e9526;
border:1px solid #2e9526;
text-align:center;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
a.btnX5:hover, a.btnX6:hover {
text-decoration:none !important;
border:1px solid #21751b;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}*/

a.btnX5, a.btnX6, span.btnX6 {
display:inline-block;
width:auto;
height:34px;
line-height:34px;
padding:0 12px;
font-size:1.2em !important;
color:#fff;
text-decoration:none;
text-transform:uppercase;
background-color:#2e9526;
text-align:center;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
a.btnX5:hover, a.btnX6:hover {
text-decoration:none !important;
-webkit-box-shadow: 0 0px 3px #777;
-moz-box-shadow: 0 0 3px #777;
box-shadow: 0 0 3px #777;
}
a.btnX5s {
height:26px;
line-height:26px;
padding:0 8px;
font-size:1em !important;
text-transform:capitalize;
}
a.btnX5m {
background-color:#EFBF0D;
}
a.btnX5pc {
background-color:#75C669;
}
a.btnX5g {
background-color:#ccc;
}
a.btnX5blk {
background-color:#000;
}
a.btnX5d {
color:#4b4f56;
background-color:#f6f7f9;
border: 1px solid #ced0d4;
font-size:.8em !important;
margin-left:10px;
}

.btnX6_e {
height:39px !important;
line-height:39px !important;
background-color:#ccc !important;
-moz-border-top-left-radius:0 !important;
-moz-border-bottom-left-radius:0 !important;
-webkit-border-top-left-radius:0 !important;
-webkit-border-bottom-left-radius:0 !important;
border-top-left-radius:0 !important;
border-bottom-left-radius:0 !important;
}

a.btnX7 {
font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
display:inline-block;
*display:inline;
height:26px;
line-height:26px;
color:#666;
padding-left:10px;
padding-right:10px;
font-size:1em !important;
text-decoration:none;
text-transform:uppercase;
background-color:#e0e0e0;
border:1px solid #e0e0e0;
text-align:center;
}
a.btnX7:hover {
text-decoration:none !important;
border:1px solid #aaa;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

/*#################################*/
/*.home_e {
margin-top:37px;	
}
@media (max-width: 768px) {
	.home_e {
	margin:0;
	}	
}*/
div#home0t {
height:60px;
margin-bottom:10px;
}
div#home0t div {
font-size:1.8em;
color:#000;
padding-top:35px;
padding-left:1em;
text-align:left;
}

div#home1t,div.home1t {
padding:0px;
text-align:left;
font-weight:300;
text-transform:uppercase;
}
div#home1t div,div.home1t div {
width:100%;
font-size:2em;
line-height:60px;
}
h1.h1t,div.h1t {
font-size:2.2em;
font-weight:100;
text-transform:uppercase;
/*font-family: "Times";*/
/*border-top:1px solid #ddd;
border-bottom:1px solid #ddd;*/
color:#000;
text-align:center;
margin:30px 0;
}
.h1t_prd {
margin-top:40px !important;
margin-bottom:20px !important;
text-align:left !important;
}
.h2t_prd {
color:#737373;
font-size:1.6em;
text-transform: uppercase;
font-weight: normal;
margin-bottom:40px !important;
}
.testo_gen .h1t_prd {
font-size:2.1em !important;
}
.testo_gen .h2t_prd {
font-size:1.3em;
}


.h1t_b0 {
margin-bottom:0 !important;
}
.h1t_mb {
margin-bottom:10px !important;
}
.h1t_h {
margin:45px 0 !important;
}
.h1t_h_a {
text-transform:none !important;
margin-top:70px !important;
margin-bottom:0 !important;
}
h1.h1t1, div.h1t1 {
font-size:1.8em;
margin:0px;
font-weight:300;
}
h1.h1t2, div.h1t2 {
font-size:2em;
height:45px;
line-height:45px;
margin:0;
margin-top:10px;
font-weight:300;
text-transform:uppercase;
padding-left:10px;
margin-bottom:10px;
text-align:left;
}
h1.h1t3, div.h1t3 {
font-size:2em;
height:45px;
line-height:45px;
margin:0;
margin-top:10px;
font-weight:300;
text-transform:uppercase;
padding-left:10px;
margin-bottom:10px;
text-align:center;
}
h1.h1t31, div.h1t31 {
margin:0;
height:32px;
line-height:32px;
text-align:right;
}

h1.h1t4, div.h1t4 {
font-size:1.8333em;
line-height:50px;
margin:0px;
font-weight:300;
text-transform:uppercase;
}
h1.h1t5, div.h1t5 {
font-size:1.5em;
line-height:42px;
margin:0;
padding-left:10px;
font-weight:normal;
background:#f0f0f0;
}
h1.h1t6, div.h1t6 {
font-size:1.8333em;
line-height:32px;
margin:0px;
font-weight:300;
text-transform:uppercase;
}
.h2t {
font-size:1.6em;
font-weight:400;
text-transform:uppercase;
color:#777;
text-align:center;
margin:0;
margin-bottom:30px;
}

.h2t1 {
font-size:1.3em;
font-weight:400;
text-transform:uppercase;
font-family: "Times";
color:#000;/*#fef200;*/
text-align:left;
margin:0px;
margin-bottom:10px;
}

h3.h3t3 {
font-size:18px;
line-height:22px;
margin:5px 0;
font-weight:300;
}

.h1t_bk a i {
background: #000;
color: #fff;
font-size: .8em;
line-height: 38px;
height: 38px;
width: 38px;
text-align: center;
padding-right: 1px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
float: left;
margin-right: 20px;
}
.h1t_bk a:hover i {
background: #333;
}

@media screen and (max-width: 480px) {
	h1.h1t,div.h1t {
	font-size:1.8em;
	line-height:26px;
	margin:0;
	border:0;
	padding:10px 20px !important;
	text-align:center;
	}
	.h2t {
	font-size:1.4em;
	margin-bottom:15px;
	}
	.h1t_prd {
	margin-top:0 !important;
	margin-bottom:0 !important;
	text-align:center !important;
	}
	.h2t_prd {
	font-size:1.4em;
	margin-bottom:10px !important;
	text-align:center !important;
	}
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
	/*h1.h1t,div.h1t {
	padding:10px 20px !important;
	}
	.h1t_h_a {
	margin-top:20px !important;
	}*/
	h1.h1t,div.h1t {
	font-size:2em;
	/*line-height:26px;*/
	margin-top:10px !important;
	margin-bottom:10px !important;
	border:0;
	padding:10px 20px !important;
	text-align:center;
	}
	.content_o .h1t {
	margin-top:0 !important;
	margin-bottom:0 !important;
	}
	.h2t {
	font-size:1.4em;
	margin-bottom:15px;
	}
	.h1t_prd {
	margin-top:10px !important;
	margin-bottom:10px !important;
	text-align:center !important;
	}
	.h2t_prd {
	font-size:1.4em;
	margin-bottom:10px !important;
	text-align:center !important;
	}

}
/***********************/
h3.titleh3 {
padding:0px;
margin:0px;
margin-bottom:4px;
border-bottom:1px solid #6c7f4e;
}
h2.titleh2 {
text-transform:uppercase;
margin:7px;
margin-left:0px;
margin-right:0px;
background:#6c7f4e;
color:#000;
padding:4px;
}
.title1 {
text-transform:uppercase;
padding:10px;
margin:0px;
margin-bottom:5px;
background:#e0e0e0;
color:#333;
font-size:1.3333em;
}
.title1_dis {
text-transform:uppercase;
padding:10px;
margin:0px;
margin-bottom:5px;
background:#ff0000;
color:#fff;
font-size:1.3333em;
}
.title2 {
text-transform:uppercase;
padding:10px;
margin:0px;
margin-right:10px;
background:#f5f5f5;
color:#333;
font-size:1.3333em;
border:1px solid #f5f5f5;
}
.bgsf1 {
padding:10px;
border:1px solid #f5f5f5;	
}
.bgsf2 {
padding:10px;
background:#f5f5f5;	
}

/************************/
/* GALLERIA FOTO */
table.adnav_st { border-collapse:collapse;border:0px solid;table-layout:fixed; }
table.adnav_st td {  }
table.adnav_st td.adnav { height:110px;width:110px;vertical-align:middle;text-align:left; }
table.adnav_st td.adnav1 { height:110px;width:110px;vertical-align:middle;text-align:left; }
table.adnav_st td.adnav img.adnav_i { margin-bottom:10px;margin-right:10px; }
table.adnav_st td.adnav img.adnav_ir { margin-bottom:10px; }

table.adnav0 { border-collapse:collapse;border:0px solid;table-layout:fixed; }
table.adnav0 td {  }
table.adnav0 td.adnav { height:110px;width:110px;vertical-align:middle;text-align:center; }
table.adnav0 td.adnav1 { height:110px;width:110px;vertical-align:middle;text-align:center; }
table.adnav0 td.adnav img.adnav_i { margin-bottom:10px;margin-left:10px; }
table.adnav0 td.adnav img.adnav_ir { margin-bottom:10px; }

table.adnav1 { border-collapse:collapse;border:0px solid;table-layout:fixed; }
table.adnav1 td {  }
table.adnav1 td.adnav { height:75px;width:75px;vertical-align:middle;text-align:center; }
table.adnav1 td.adnav1 { height:75px;width:75px;vertical-align:middle;text-align:center; }
table.adnav1 td.adnav img.adnav_i { margin:3px; }
table.adnav1 td.adnav img.adnav_ir { margin:5px; }
div.adnav1c {display:inline-block;*display:inline;text-align:center;}

td.navpg { color:#000;font-size:10px;padding-top:2px;padding-bottom:2px; }
td.navpg img { border:0px solid;cursor:pointer;cursor:hand; }
td.navpg a.arrow { margin:0px; }

div.adnavpg {
display:inline-block;
*display:inline;
height:8px;
width:8px;
border:1px solid #a3c0d6;
margin-left:2px;
margin-right:2px;
background-color:#a3c0d6;
cursor:pointer;
}
div.adnavpg_h {
display:inline-block;
*display:inline;
height:8px;
width:8px;
border:1px solid #fff;
margin-left:2px;
margin-right:2px;
background-color:#a3c0d6;
}
.fg a {
font-size:1.1667em !important;
text-decoration:none !important;
}
.fg1  {
width:190px;
}
/************************/
div.box1 {
color:#fff;
margin-top:20px;
border-top:2px solid #707070;
border-bottom:2px solid #707070;
height:auto;
}
div.box1a {
width:100%;
padding:4px;
padding-bottom:5px;
color:#fff;
}
div.box1a div {
padding-left:5px;
}
a.a1 {
float:right;
margin-right:1em;
margin-top:2px;
}
a.a1 img {
background:transparent;
}
a.a1:hover img {
background:transparent;
}
/***/
.fa_ardw {
display:inline-block;
transform:translate(0, 0);
margin-left:4px;
float:right;
height:3px;
width:5px;
background:url('../img/ardw.png') no-repeat top left;
margin-top:4px;
}
/* FAVOURITES PREFERITI */
div.fav {
display:block;
padding:6px;
padding-bottom:0px;
}
div.fav_empty {
color:#848586;
padding-top:0px;
height:51px;
text-align:center;
font-size:1.1667em;
margin-top:33px;
margin-bottom:23px;
}
div.favr {
padding-top:10px;
padding-bottom:20px;
border-bottom:1px dotted #ddd;
margin-bottom:10px;
font-size:1em !important;
}
div.favr1 {
width:100px;
min-height:95px;
display:inline-block;
vertical-align:middle;
margin-right:20px;
margin-bottom:10px;
}
div.favr2 {
display:inline-block;
vertical-align:top;
}
div.favr2 a {
color:#333 !important;	
}
div.favr2 a:hover {
color:#e5231d !important;	
}

div.favr3 {
width:30%;
display:inline-block;
vertical-align:top;
float:right;
text-align: right;
}
div.favr3 .addcartzm {
float:none;
display: inline-block !important;
}
div.favr3 .prdzm_add {
text-align: right;
}
div.favr3 .delf {
text-align: right;
}

.favr_data {
margin-bottom:10px;	
}
.favr_prd {
font-size:1.333em;
}

.addfav {
display:block;

color:#999;
width:122px;
line-height:32px;
height:32px;

margin-top:10px;
font-size:.9em;
text-align:center;
text-transform:uppercase;
text-decoration:none !important;
white-space:nowrap;
}
.addfav:before {
font-family: Font Awesome\ 5 Pro;
content:"\f004";
color:#999;
font-size:1.2em;
margin-right:10px;
font-weight:600;
}
.addfav:hover, .addfav:hover:before { 
color:#cc0000 !important;
text-decoration:none !important;
}
a.delfav {
display: inline-block !important;
color:#111 !important;
width:122px;
line-height:26px;
height:26px;
margin-top:10px;
font-size:1em;
text-align:center;
text-transform:uppercase;
text-decoration:none !important;
white-space:nowrap;
background:#ddd;
}
a.delfav:hover { 
color:#999 !important;
background:#f0f0f0;
text-decoration:none !important;
}

@media (max-width:480px) {
div.favr1 {
width:100%;
min-height:auto;
display:block;
vertical-align:top;
margin-right:0px;
text-align:center;
}
div.favr2 {
display:block;
text-align:center;
}
div.favr3 {
display:block;
float:none;
padding-right:0px;
text-align:center;
margin-top:10px;
}
a.delfav, div.favr3 .addcart {
margin:0 auto;	
}
}

.favr_prz {
color:#db2b1d;
font-weight:bold;
}
div.fav_title {
display:block;
padding:5px;
padding-top:2px;
color:#fff;
font-weight:bold;
height:20px;
}
div.fav_title span {
float:left;
}
div.fav_title a {
float:right;
}
div.fav_title a img {
background:transparent;
}
div.fav_title a:hover img {
background:#fff;
}
/** NEWS ***********/
div.box_news { width:100%;float:left; }
div.box_news_txt { margin:38px 0px 0px 0px; }
div.box_news_txt p.news_data { height:19px;font-weight:bold; color:#737373; overflow:hidden; margin:0px 0px 28px 0px; }
div.box_news_txt h2 { height:38px;font-weight:bold; font-size:16px; line-height:19px; color:#000000; text-transform:uppercase; overflow:hidden; margin:0px 0px 28px 0px; }
div.box_news_txt div { height:76px; font-size:16px; line-height:19px; color:#737373; overflow:hidden; margin:0px 0px 38px 0px; }

div.tasto_readmore { position:relative; width:25px; margin:0px 0px 38px 0px; }
div.tasto_readmore a { display:block;width:25px;background:#d97009; font-family:"Times"; font-size:30px; line-height:25px; color:#ffffff; text-transform:uppercase; text-align:center; cursor:pointer;text-decoration:none; }
div.tasto_readmore a:hover { text-decoration:none;background:#737373;  }

@media (max-width: 1250px) {
div.tasto_readmore {
width: 45px;
margin:0px 0px 38px 20px !important;
}
div.tasto_readmore a {
width: 45px;
height: 45px;
line-height:45px;
font-size:50px;
}
}


.news_title {
font-size:2em;
padding-top:5px;padding-bottom:20px;
font-weight:300;
margin-bottom:10px;
}
.news_insdate {
color:#888;
text-align:right;
}
.news_breve {
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px dotted #ddd;	
}
/*div.news_foto {
display: table-cell;
vertical-align: top;
padding-right: 40px;
width: 258px;
position: relative;
}
div.news_foto img {
width: 100%;
border:1px solid #ddd; 
}
*/
div.news_testo {
display: table-cell;
vertical-align: top;
text-align: left;
padding-bottom:10px;
}

@media (max-width: 768px) {
div.news_foto {
display: block;
padding-right: 0;
width: 258px;
position: relative;
margin:0 auto;
}
div.news_testo {
display: block;
}
}

.news_img {
float:left;
width:50%;
padding-right:25px;
padding-bottom:15px;
}
@media (max-width:768px) {
    .news_img {
    float:none;
    width:100%;
    padding-right:0;
    padding-bottom:15px;
    }
}
.news_dt {
margin:0;
height:auto;
line-height:1em;
}
.news_pub {
padding:10px;
background:#f0f0f0;
margin:0;
height:auto;
line-height:1em;
}
.news_pub div {
display:inline-block;
width:50%;
vertical-align:top;
}

.pubblica_scaduta {
border-left:5px solid #FFAB00;
opacity:.6;
-moz-opacity:0.6;
filter:alpha(opacity=60);
}
.pubblica_home {
border-left:5px solid #22E600;
}
.non_pubblicare {
border-left:5px solid #cc0000;
}
.pubblica_scaduta_vb {
border-top:5px solid #FFAB00;
opacity:.4;
-moz-opacity:0.4;
filter:alpha(opacity=40);
}
.pubblica_home_vb {
border-top:5px solid #22E600;
}
.non_pubblicare_vb {
border-top:5px solid #cc0000;
}
.data_fine_today {
color:#FFAB00;	
}
.data_past {
color:#FFAB00;
text-decoration:line-through;	
}

			.news_title {
			font-size:20px;
			margin-top:4px;
			margin-bottom:4px;
			color:#000;
			}
			.news_subtitle {
			font-size:9px;
			font-style:italic;
			color:#888;
			margin-bottom:6px;
			}
/** FAQ ***********/
.faq_q {
font-size:1em;
margin-top:4px;
margin-bottom:4px;
color:#707070;
}
.faq_d {
font-size:9px;
font-style:italic;
color:#888;
margin-bottom:6px;
}
.faq_a {
display:block;
margin-top:4px;
margin-bottom:4px;
color:#000;
/*background:url('../img/bg.gif') top left;*/
padding:10px;
border:1px solid #999;
}
/** BOX ***********/
		div#box_c {
		width:150px;
		/*height:200px;*/
		background-image:url("../img/box_bg.jpg");
		background-position:top left;
		background-repeat:repeat-x;
		}
		div#box_subtitle {
		font-size:9px;
		padding:5px;
		padding-bottom:0px;
		color:#707070;
		font-weight:bold;
		}
		
		div#box_testo {
		font-size:1em;
		color:#fff;
		padding:5px;
		padding-top:2px;
		padding-bottom:10px;
		}
		
		div#boxf {
		height:27px;
		text-align:right;
		font-size:1em;
		border-top:1px dotted #666;
		border-bottom:2px solid #D2D3D4;
		background-color:#D2D3D4;
		padding-left:5px;
		padding-right:5px;
		padding-top:3px;
		}
		div#boxf div {
		padding-top:2px;
		padding-right:5px;
		background-color:#fff;
		}
		div#boxf div img {
		margin-bottom:2px;
		margin-left:2px;
		}
		div#boxf a {
		color:#fff;
		font-weight:bold;
		text-decoration:none;
		}
		div#boxf a:hover {
		color:#707070;
		font-weight:bold;
		text-decoration:none;
		}
/***********/

a.fb_btn1 {
display:block;
font-weight:400;
text-transform:uppercase;
font-size:1em;
line-height:25px;
height:25px;
padding-left:8px;
padding-right:8px;
text-align:center;
text-decoration:none;
margin-bottom:2px;
border:1px solid #606060;
color:#fff !important;

background: #597ab3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5N2FiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDYyYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #597ab3 0%, #4062a0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#597ab3), color-stop(100%,#4062a0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #597ab3 0%,#4062a0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #597ab3 0%,#4062a0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #597ab3 0%,#4062a0 100%); /* IE10+ */
background: linear-gradient(to bottom, #597ab3 0%,#4062a0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#597ab3', endColorstr='#4062a0',GradientType=0 ); /* IE6-8 */

}

.social_btn:before {
content: "";
border-right: 0.075em solid rgba(0, 0, 0, 0.1);
float: left;
/*font: 120%/1.85 zocial;
font-style: normal;
font-weight: normal;*/
margin: 0 0.5em 0 0;
padding: 0 0.5em;
text-align: center;
text-decoration: none;
text-transform: none;
height:27px;
width:27px;

-moz-box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
-webkit-box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);

/*-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;*/
}


a.social_btn {
border: 0px solid #777;
/*border-color: rgba(0,0,0,0.2);
border-bottom-color: #333;
border-bottom-color: rgba(0,0,0,0.4);*/
color: #fff;
-moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
-webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);

cursor: pointer;
display: block;

/*font: bold 100%/2.1 "Lucida Grande", Tahoma, sans-serif;*/
font-size:1em;
font: 100%/2.1;

padding: 0 .95em 0 0;
height:27px;
line-height:26px;

text-align: center;
text-decoration: none;
text-shadow: 0 1px 0 rgba(0,0,0,0.3);
white-space: nowrap;

-moz-user-select: none;
-webkit-user-select: none;
user-select: none;

position: relative;

/*-moz-border-radius: .3em;
-webkit-border-radius: .3em;
border-radius: .3em;	*/

/*background-image: -moz-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
background-image: -ms-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
background-image: -o-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), color-stop(49%, rgba(255,255,255,.05)), color-stop(51%, rgba(0,0,0,.05)), to(rgba(0,0,0,.1)));
background-image: -webkit-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));*/
}
a.social_btn:hover {
text-decoration:none;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

.social_btn.facebook_btn {
background-color: #3a559f;
}
.social_btn.facebook_btn:before {
content: "";
background:url("../img/facebook.png") no-repeat left top;
}
.social_btn.sbw {
width:170px;
}

.kbox_fb {
position:relative;
color:#000 !important;
width:180px;
padding:5px;
}
/* KBOX */
/*#kbox {
position:relative;
color:#000;
background:#e0e0e0;
}*/
.kbox {
position:relative;
color:#000;
background:#e0e0e0;
}
.kbox_nobb {
border-bottom-width:0px !important;
}
.kbox_nobt {
border-top-width:0px !important;
}

.kbox_c, .kbox_cf {
font-size:1em;
padding:10px;
padding-top:0px;
padding-bottom:10px;
}
.kbox_cf {
max-height:250px;
overflow:auto;	
}
.kbox_c p {
margin:2px;
}
.kbox_c1 {
padding:5px;
font-size:1em;
padding-bottom:10px;
}
.kbox_c1 p {
margin:2px;
}
a.kca {
color:#000;
}
a.kca:hover {
color:#e5231d;
}
#kbox_c b.kca {
color:#e5231d;
}
a.kca1 {
color:#888;
font-size: .85714rem;
}
a.kca1:hover {
color:#000;
}

.baskB {
/*max-height:300px;*/
overflow:auto;
}
.bask1a a {
color:#fff !important;
}
.bask1a a:hover {
color:#333 !important;
}

/*LOGIN*/
.fblg_btn {
display:block;
border-width:0px;
width:150px;	
}
.fblg_box {
border:1px solid #e0e0e0;
border-right:0px;
margin:10px 0px 10px 0px;
padding:15px;
}
/**/
#loginb {
font-size:1.3em;
}
/*
.loginbw {
margin-left:-86px !important;
}*/

.loginbox {
text-align:left;
color:#333;
}
.loginbox_c {
padding: 20px 30px;
}
.loginbox_rad {
-moz-border-radius-bottomleft:8px;
-webkit-border-bottom-left-radius:8px;
border-bottom-left-radius:8px;
}

.loginbox input {
text-align:left;
padding:5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width:100%;
font-size:1.1667em;
border:1px solid #ddd;
}
.loginbox form {
margin:0px;
padding:0px;
}
.loginbox_r {
padding: 20px 30px;
background:#fff;
}
div.loginbox_a {
display:inline-block;
text-align:left;
font-size:1em;
width:50%;
vertical-align:top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div.loginbox_a .testo_gen {color:#888;}
div.loginbox_aa {padding:10px 20px;}
div.loginbox_ab1 {border-left:1px dotted #ddd;border-top:0px solid;}
.loginbox_a input {
text-align:left;
padding:5px;
box-sizing: border-box;
font-size:1.1667em;
border:1px solid #bebebe;
width:70%;
}
.login_sep { height:20px;}
.btnX2A_danger:before {
font-family: Font Awesome\ 5 Pro;
content:"\f06a";
color:#cc0000;
font-size:1.2em;
margin-right:10px;
font-weight:600;
}
	
@media (max-width:768px) {
	div.loginbox_a {
	text-align:center;
	display:block;
	width:300px;
	margin:0 auto !important;
	margin-bottom:20px;
	padding-bottom:20px
	}
	div.loginbox_ab1 {border-left:0px solid;border-top:1px dotted #ddd;padding-top:20px;}
	
	div.loginbox_a .btnX2 {
		margin:0 auto !important	;
	}
	div.loginbox_a .btnX2_w {
		width:70%;
	}
}

.loginbox_a form {
margin:0;
padding:0;
}
.loginbox1 {
text-align:left;
padding:8px;
font-size:1em;
color:#848586;
}

/*#loginb {
position:absolute;
z-index:890;
font-size:1em;
width:200px;

border:1px solid #bebebe;
margin-left:-75px;
}

@media (max-width: 480px) {
	#loginb {
	margin-left:-23px;
	margin-top:5px;
	}
}
.loginbw {
margin-left:-86px !important;
}

#loginb:after, #loginb:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none
}
#loginb:after {
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px
}
#loginb:before {
    border-bottom-color: #bebebe;
    border-width: 7px;
    margin-left: -7px;
}
#loginb:after, #loginb:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
}

.loginbox {
text-align:left;
font-size:1em;
background:#fff;
color:#333;
}
.loginbox_c {
padding:12px;
}
.loginbox_rad {
-moz-border-radius-bottomleft:8px;
-webkit-border-bottom-left-radius:8px;
border-bottom-left-radius:8px;
}

.loginbox input {
text-align:left;
padding:5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width:100%;
font-size:1.1667em;
border:1px solid #bebebe;
}
.loginbox form {
margin:0px;
padding:0px;
}
.loginbox_r {
padding:12px;
background:#f0f0f0;
}
div.loginbox_a {
display:inline-block;
text-align:left;
font-size:1em;
width:50%;
zoom:1;*display:inline;
vertical-align:top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div.loginbox_a .testo_gen {color:#888;}
div.loginbox_aa {padding:10px 20px;}
div.loginbox_ab1 {border-left:1px dotted #ddd;border-top:0px solid;}
.loginbox_a input {
text-align:left;
padding:5px;
box-sizing: border-box;
font-size:1.1667em;
border:1px solid #bebebe;
width:70%;
}
@media (max-width:768px) {
	div.loginbox_a {
	text-align:center;
	display:block;
	width:300px;
	margin:0 auto !important;
	margin-bottom:20px;
	padding-bottom:20px
	}
	div.loginbox_ab1 {border-left:0px solid;border-top:1px dotted #ddd;padding-top:20px;}
	
	div.loginbox_a .btnX2 {
		margin:0 auto !important	;
	}
	div.loginbox_a .btnX2_w {
		width:70%;
	}
}

.loginbox_a form {
margin:0;
padding:0;
}
.loginbox1 {
text-align:left;
padding:8px;
font-size:1em;
color:#848586;
}*/
/***/
/*.welcome {
position:absolute;
z-index:35;
top:99px;
right:1.3333em;
height:38px;
text-align:left;
font-weight:300;
}
.welcome span {
font-weight:500;
}
.welcome a.wlc {
display:block;
padding-top:4px;
padding-left:8px;
padding-right:8px;
line-height:1.1667em;
text-decoration:none;
color:#111;
height:34px;
}
.welcome a.wlc:hover {
color:#fff !important;
background-color:#444;
}
.welcome .wlc .wlc1 {
font-size:1.1667em;
}
#kbox_wlc {
border:2px solid #e5231d;
background:#fff;

-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.50);
-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.50);
box-shadow: 0px 10px 10px rgba(0,0,0,0.50);

-moz-border-radius-bottomleft:8px;
-webkit-border-bottom-left-radius:8px;
border-bottom-left-radius:8px;
}

#kbox_c_wlc {
font-size:1em;
padding:7px;
}
*/
div.loginbox_forgot {
margin-top:2px;
padding-top:5px;
color:#000;
}
div.loginbox_forgot input {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
margin-bottom:5px;
}

div.login_dt {
background:#fff;
}

		/*table.login_t {
		width:200px;
		border-collapse:collapse;	
		}
		table.login_t td.login_t1 {
		vertical-align:middle;	
		border-bottom-width:0px !important;
		width:50%;
		}
		table.login_t td.login_t1_b {
		}
		table.login_t td.login_t1 a {
		font-size:1.1667em;
		height:26px;
		line-height:26px;
		color:#000 !important;
		text-decoration:none !important;
		padding:5px;
		}
		table.login_t td.login_t1 a:hover {
		color:#e5231d !important;
		text-decoration:none !important;
		}
		table.login_t td.login_t1 span.login_t1 {
		font-size:1.3333em;
		height:26px;
		line-height:26px;
		color:#e5231d !important;
		text-decoration:none !important;
		padding:5px;
		margin:0px !important;
		}
		
		#loginbox_welcome {
		margin-top:10px;
		margin-right:15px;
		margin-left:10px;
		width:180px;
		text-align:left;
		color:#fff;
		}
		#loginbox_welcome1 {
		margin-top:10px;
		margin-right:0px;
		margin-left:15px;
		width:190px;
		text-align:left;
		color:#000;
		}*/
/*********************/
/*********************/
#kbox1 {
/*color:#737373;*/
padding:0px;
}
.kbox1 {
/*color:#737373;*/
padding:0;
/*border-bottom:5px solid #e5231d;*/
/*background:#e0e0e0;*/
}
.kbox1b {
/*color:#737373;*/
padding:0;
padding-top:10px;
/*background:#e0e0e0;*/
position:relative;
margin: 0 -14px
}

div.kbox1_t {
position:relative;
text-align:left;
padding-top:40px;
}
div.kbox1_t div {
height: 70px;
line-height: 70px;
width:100%;

font-size:20px;
color:#000;
	
font-weight:100;
text-align: left;
/*padding:0 20px;*/
	
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
div.kbox1_t3 {
padding-top:40px;
}
div.kbox1_t3 div {
height:50px;
line-height: 50px;
width:100%;

font-size:1.4em;
color:#fff;
background:#999;
	
font-weight:600;
text-align: center;
text-transform:uppercase;
	
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}


.kbox1_t_fdb div {
height: 60px !important;
line-height: 60px !important;
font-size:1.6em !important;
font-weight:normal !important;
text-align: left !important;
padding:0 20px;
}
.kbox1_t_fdb span {
float:right;
color:#000;
}
div.kbox1_t_freccia {
margin: 0 auto;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 30px 0 30px;
border-color: #fe991a transparent transparent transparent;
}

/*div.kbox1_t1 {
position:relative;
height:24px;
vertical-align:top;
color:#848586 !important;
text-transform:uppercase;
font-size:1.3333em;
margin-top:15px;
}*/
div.kbox1_t1 {
position:relative;
text-align:left;
padding-top:40px;
}
div.kbox1_t1 div {
height: 70px;
line-height: 70px;
width:100%;

font-family: "Times";
font-size:2.4em;
color:#fff;
background:#fe991a;
	
font-weight:600;
text-align: center;
/*padding:0 20px;*/
text-transform:uppercase;
	
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

div.kbox1_t2 {
position:relative;
font-size:1.3333em;
height:26px;
line-height:27px;
vertical-align:top;
color:#333 !important;
border-bottom:1px dotted #848586;
text-transform:uppercase;
padding-left:5px;
padding-right:5px;
text-align:center;
}

@media (max-width:1024px) {
	div.kbox1_t {
	margin-bottom:0;
	height:auto;
	background:#f7f7f7;
	padding-top:20px;
	padding-bottom:0;
	}
	div.kbox1_t div {
	font-size:1.8em;
	font-weight: 400;
	/*color:#007f3e;
	border-bottom:0px; */
	padding:0 10px;
	}

	.kbox1b {
	padding-top:0;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	div.kbox1_t {
	margin-bottom:20px;
	}
}

@media (max-width:767px) {
	div.kbox1_t {
	padding-top:0;
	}
	div.kbox1_t div {
	height: 50px;
	line-height: 50px;
	font-size:1.4em;
	}
	div.kbox1_t_freccia {
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #fe991a transparent transparent transparent;
	}
	.kbox1_t_fdb span {
	display:none;
	}

}
.mod_profilo {
width:100%;
border-spacing: 0;
table-layout: fixed;
margin:20px 0;
}
.mod_profilo td {
width:50% !important;
text-align: left;

}
@media (max-width:767px) {
.mod_profilo {
width:100%;
border-spacing: 0;
table-layout: fixed;
margin-top:0 !important;
}

.mod_profilo td {
display: block;
width:100% !important;
text-align: left !important;
padding:0 20px;
}
.mod_profilo .h1t2 {
margin-top:0;
line-height: inherit;
padding-left:0;
}
.mod_profilo .h1t3 {
text-align: left !important;
padding-left:0;
}
}

/**CONTACTS***********/
/*div.cont1 {
padding:5px;
padding-left:0px;
}
div.cont1 textarea {
width:100%;
}
.contacts1 {
padding-left:0px;
text-align:left;
}
.contacts_t {
padding:10px;
background:url("../img/boxbg.png");
font-size:18px;
line-height:34px;
font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif !important;
text-transform:uppercase;
font-weight:400;
text-align:center;
margin-top:10px;
}
.contacts_t a {
color:#333 !important;
}
.contacts_t a:hover {
color:#007f3e !important;
}*/
.contacts1 {
background:#fafafa;
margin-bottom:20px;
}
.contacts_t {
text-align:center;
padding:20px 0;
}
/*.contatti_t {
	max-width:783px;
	margin:0 auto;
	margin-top:-16px;
	margin-bottom:20px;
    padding: 30px 0 !important;
}*/
.contatti_t p {
	color: #444;
	font: 400 13px/1.23em "Open Sans",Arial,sans-serif;
	margin: 0 0 20px 0 !important;
}
.contatti_t h2 {
    font: 200 34px/1em "Open Sans",Arial,sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
}
.numeri-utili {
    margin: 30px auto 30px auto;
}
.numeri-utili:after {
    content: '';
    display: block;
    clear: both;
}

.contatti_t h3 {
    font: 200 22px/1.2em "Open Sans",Arial,sans-serif;
    color: #2b7164;
    text-transform: none;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.contatti_t div a.button-red {
    height: 45px;
    display: block;
    padding: 0 30px 0 20px;
    line-height: 45px;
    margin: 40px auto 0 auto;
    width: 140px;
}

.contatti_t p {
    line-height: 20px;
    /*border-right: 1px solid #ccc;*/
    float: left;
    vertical-align: top;
    width: 24%;
}

.contatti_t p.telefono {
    background: url('../img/phone-icon_bk.png') no-repeat top 10px right 30px;
    background-size: 40px auto;
    width: 50%;
	height:110px;
	min-height:110px;
	border-right:1px solid #000;
	
	text-align:right;
	padding-right:100px !important;
	padding-top:10px !important;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/*.contatti_t p.skype {
    background: url('../img/skype-icon.png') no-repeat 30px 0px;
    background-size: 40px auto;
    padding-left: 100px !important;
    max-width: 250px;
}*/

.contatti_t p.chat-online {
    background: url('../img/chat-icon_bk.png') no-repeat top 10px left 30px;
    background-size: 40px auto;
	
	width: 50%;
    border-right: none;
	height:110px;
	min-height:110px;

    padding-left: 100px !important;
	padding-top:10px !important;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.contatti_t p span {
    color: #e5231d;
    font: 600 14px/1em "Open Sans",Arial,sans-serif;
}

.contatti_t p strong,
.contatti_t p a {
    color: #333;
    text-decoration: none;
    margin-top: 15px;
    display: block;
}

@media (max-width:768px) {
	.numeri-utili {
	width:300px;
	margin:0 auto;
	}
	.contacts1 {
	padding:0;
	margin-bottom:0;
	}
	.contatti_t {
	margin-top:-16px;
	margin-bottom:-20px !important;
    /*background: #f9f8f8;*/
    padding: 20px 0 !important;
	}
	.contatti_t h2 {
	font: 200 24px/1em "Open Sans",Arial,sans-serif;
	}
	.contatti_t h3 {
	font: 200 18px/1.2em "Open Sans",Arial,sans-serif;
	}
	.contatti_t p.chat-online {
	width: auto;
	}
/*}
@media (min-width:481px) AND (max-width:768px) {
.contatti_t p {
    width: 21%;
}
.contatti_t p.telefono {
	margin-left:30px !important;
}*/

/*.contatti_t p.telefono {
	display:block;
    background: url('../img/phone-icon.png') no-repeat 15px 0px;
    background-size: 40px auto;
    padding-left: 65px !important;
}*/
/*
	.contatti_t p.telefono {
		background: url('../img/phone-icon.png') no-repeat top 10px 30px;
		background-size: 40px auto;
		width: 100%;
		border-right:0px solid #e5231d;

		text-align:left;
		padding-right:65px !important;
		padding-top:10px !important;

		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
*/
/*
.contatti_t p.skype {
    background: url('../img/skype-icon.png') no-repeat 15px 0px;
    background-size: 40px auto;
	padding-left: 65px !important;
}*/

	/*.contatti_t p.chat-online {
		display:block;
		background: url('../img/chat-icon.png') no-repeat 15px 0px;
		background-size: 40px auto;
		padding-left: 65px !important;
	}*/
/*
}
@media (max-width:480px) {*/
	.contatti_t p {
		border-right: 0px solid #ccc;
		float: none;
		width: auto;
		max-width: auto !important;
	}
	/*.contatti_t p.telefono {
		background: url('../img/phone-icon.png') no-repeat 30px 0px !important;
		background-size: 40px auto !important;
		padding-left: 100px !important;
	}*/
	.numeri-utili {
	margin-top:30px;
	}	
	.contatti_t p.telefono {
		background-position:top 10px left 30px !important;

		width: 100%;
		border-right:0px solid #e5231d;

		text-align:left !important;
		padding-right:0px !important;
		padding-left:120px !important;
		padding-top:10px !important;
	}
	.contatti_t p.chat-online {
		padding-left:120px !important;
		padding-top:10px !important;
	}
}


/*CONTATTI*/
.contacts_tit {
font-size:1.4em;
display:block;
padding:20px;
text-transform: uppercase;
font-weight: 300;
color:#000;
background:#f0f0f0;
text-align: center;
}
.contacts_a {
font-size:1.2em;
text-decoration: none;
display:block;
margin:0 auto;
width:200px;
padding:10px;
text-transform: uppercase;
font-weight: 300;
color:#000;
background:#fff;
border:1px solid #000;
text-align: center;
	border-radius: 2px;
}
.contacts_a:before {
font-family: Font Awesome\ 5 Pro;
font-weight: 400;
content:"\f0e0";
color:#000;
margin-right:10px;
}
.contacts_a:hover:before {
color:#fff;
}
.contacts_a:hover {
color:#fff;
background:#037f3e;
text-decoration: none;
border:1px solid #037f3e;
}
.contacts1_B {
color:#fff !important;
border:1px solid #037f3e !important;
background:#037f3e !important;
cursor:default;
}
.contacts1_B:before {
color:#fff;
}
.contacts1 .insform {

}
.contacts_tx {
padding-bottom:20px;
}
/***/
/********************/
img.i_left {
margin:5px;
margin-right:5px;
margin-top:3px;
margin-bottom:2px;
margin-left:0px;
}
img.i_border {
margin:0px;
border:1px solid #999;
margin-bottom:8px;
}
#selected_h {
border:4px solid #fff;
padding:3px;
}
/*********************/
.img_prodotto {
width:110px;
height:110px;
background:#fff;
border:1px solid #3CB074;
text-align:center;
margin-right:10px;
margin-bottom:10px;
}
.img_prodotto img {
border-width:0px;
margin:0px;
}
/********************/
			/*div.menu_prd {
			width:218px;
			display:block;
			margin-bottom:10px;
			text-transform:uppercase;
			}
			div.menu_prd a.menu1 {
			font-size:1.3333em;
			height:26px;
			line-height:26px;
			color:#848586 !important;
			text-decoration:none !important;
			padding:5px;
			}
			.menu_prd a.menu1:hover {
			color:#e5231d !important;
			text-decoration:none !important;
			}
			div.menu_prd span {
			font-size:1.3333em;
			height:26px;
			line-height:26px;
			color:#e5231d !important;
			padding:5px;
			}
			div.menu_prd a.menu1H {
			font-size:1.3333em;
			height:26px;
			line-height:26px;
			color:#e5231d !important;
			text-decoration:none !important;
			padding:5px;
			}
			.menu_prd a.menu1H:hover {
			color:#333 !important;
			text-decoration:none !important;
			}
			
			table.menu_prd {
			width:218px;
			border-collapse:collapse;	
			}
			table.menu_prd td {
			vertical-align:middle;	
			border:1px solid #848586;
			}
			table.menu_prd td.mprd1 {
			width:50%;
			}
			
			ul.menu_prd {
			list-style:none;
			}
			ul.menu_prd li {
			display:block;
			list-style-type:none;
			border-top:1px dotted #ababac;
			}*/
			/*OFFER*/
			/*div.menu_prdo {
			width:21.3333em;
			margin-bottom:10px;
			text-transform:uppercase;
			border:1px solid #e5231d !important;
			}
			div.menu_prdo a.menu1 {
			display:block;
			font-size:1.3333em;
			height:26px;
			line-height:26px;
			color:#fff !important;
			text-decoration:none !important;
			padding-left:5px;
			background:#e5231d;
			}
			.menu_prdo a.menu1:hover {
			color:#444 !important;
			text-decoration:none !important;
			background:#fff;
			}
			div.menu_prdo span {
			font-size:1.3333em;
			height:26px;
			line-height:26px;
			color:#e5231d !important;
			padding:5px;
			}
			div.menu_prdo a.menu1H {
			font-size:1.3333em;
			height:26px;
			line-height:26px;
			color:#e5231d !important;
			text-decoration:none !important;
			padding:5px;
			}
			.menu_prdo a.menu1H:hover {
			color:#333 !important;
			text-decoration:none !important;
			}
			
			table.menu_prdo {
			width:21.3333em;
			border-collapse:collapse;
			}
			table.menu_prdo td {
			vertical-align:middle;	
			border:1px solid #fff !important;
			}
			table.menu_prdo td.mprd1 {
			width:50%;
			}*/
/**/
.pay_l_c {
margin-bottom:0px;
}
.pay_l_c img {
border-width:0px;
margin:0 4px 4px 0;
height:25px;
/*-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);*/
}
/******************/
/*.prd_cont {
margin-left:13px;
}
@media (max-width:767px) {
.prd_cont {
margin-left:0;
}
}*/
div.prd_top {
margin-top: 50px;
}

div.prd_albero_desc {
margin:10px;
background:#e0e0e0;
border:1px solid #999;
padding:10px;
}
/**********/
div.addcart_msg {
background:#f0f0f0;
border-top:1px solid #d0d0d0;
height:54px;
text-align:center;
padding:10px;
/*-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;*/
}

/*.addcartvb_pos { 
}*/
.addcartvb { 
line-height:14px;
font-weight:400;
/*background-image:url("../img/viewbox/shopping_cart.png");
background-repeat:no-repeat;
background-position:4px right;*/
color:#fff !important;
text-transform:uppercase;
background-color:#037f3e;
}
.addcartvb:hover { 
text-decoration:none;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

.addcartvb_ct { 
line-height:14px;
font-weight:400;
color:#fff !important;
text-transform:uppercase;
background-color:#e5231d;
	
font-size:1em !important;
/*-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;*/
}
.addcartvb_ct:hover { 
text-decoration:none;

-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

.addcartzm { 
/*float:right;*/
/*line-height:14px;*/
font-weight:400;

/*background-image:url("../img/viewbox/shopping_cart.png");
background-repeat:no-repeat;
background-position:right 4px;*/

/*border:1px solid #008000;*/
color:#fff !important;
text-transform:uppercase;
background-color:#037f3e;
/*-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;*/
}
.addcartzm:hover { 
text-decoration:none;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

.addcartma_e { 
background-image:url("../img/viewbox/shopping_cart_e.png") !important;
}

a.addcart {
display:block;
width:220px;
height:45px;
line-height:45px;
text-align:center;
color:#fff;
text-decoration:none;
font-size:13px !important;
/*padding:5px;*/
}
a.addcart span, a.addcart div {
/*display:block;
float:left;*/
color:#fff;
/*width:80px;*/
height:30px;
text-decoration:none;
/*text-align:left;
padding-top:4px;
padding-left:6px;*/
cursor:pointer;
overflow:hidden;
}

a.addcart_mobile {
/*margin-top:10px;*/
display:block;
width:100%;
height:45px;
line-height:45px;
text-align:center;
color:#fff;
text-decoration:none;
/*font-size:1.333em !important;
background-position:right 3px;*/
}
a.addcart_mobile span,a.addcart_mobile div {
display:block;
float:left;
color:#fff;
text-decoration:none;
text-align:left;
padding-left:10px;
cursor:pointer;
overflow:hidden;
}
/*@media (max-width: 480px) {	
	.addcartzm span {
	display: none !important;
	}
	.addcartzm:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f217";
    color: #fff;
    font-size: 2em;
	font-weight: 600;
	}
}*/
/*.addcartvb_ct div {
width:110px !important;
}*/

.b4r {
float:right !important;
width:15px !important;
height:20px !important;
margin-right:1em !important;
font-size:13px !important;
color:#fff !important;
font-weight:bold !important;
text-align:center !important;
}
.b4r_fr {
display:block;
height:20px !important;
font-size:1em !important;
color:#fff !important;
font-weight:bold !important;
text-align:center !important;
padding-left:4px !important;
}

.addcart_vbfr_m {
display:block;
height:40px;
background:#fff;
width:46px !important;
text-align:center;
color:#fff;
text-decoration:none;
background-position:center top;
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
}
.addcart_vbfr_m:hover {
text-decoration:none;
}
.addcart_vbfr_m1 {
background-image:url("../img/viewbox/shopping_cart1.png");
background-position:center;
background-repeat:no-repeat;
}
.addcart_vbfr_m3 {
background-image:url("../img/viewbox/shopping_cart3.png");
}

.addcart_vbfr {
display:block;
background:#037f3e;
color:#fff;
text-align: center;
text-decoration:none;
padding:0 12px;
text-transform: uppercase;
font-weight:600;
line-height:50px;
height:50px;
width:100%;
z-index:8;
	
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
}
.addcart_vbfr:hover {
text-decoration:none;
background:#d97009;
color:#fff;
}
.addcart_vbfr_nb, .addcart_vbfr_nb:hover {
background:#f0f0f0;
color:#777;
}
@media (max-width: 480px) {
	.addcart_vbfr1 span {
	display: none;
	}
	.addcart_vbfr1:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f217";
    color: #fff;
    font-size: 2em;
	font-weight: 600;
	}
    /*.addcart_vbfr_nb span {
	display: none;
	}
	.addcart_vbfr_nb:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f05e" !important;
    color: #999;
    font-weight: 600;
	}*/
	.addcart_vbfr_noico:after {
    content: "" !important;
	}
	.addcart_vbfr_noico span {
	display: block;
	}
}

.div_v {
text-align:center;
height:26px;
}
.div_v a {
/*position:absolute !important;*/
}
.b4rv {
position:absolute !important;
display:inline;
float:left !important;
width:20px !important;
height:20px !important;
margin-top:1px !important;
margin-left:6px !important;
font-size:1.1667em !important;
color:#444 !important;
font-weight:bold !important;
text-align:center !important;
}

		
div.prod1 {
color:#aaa;
text-align:left;
font-size:1em;
margin:10px;
margin-left:0px;
clear:both;
padding-top:60px;
}

div.path {
padding:0;
}
div.path_sep {
height:45px;
line-height: 45px;
}

div.path a {
display:block;	
}
div.path1 {
margin-bottom:10px;
line-height:45px;
padding-left:0;
}
div.path1 a.path1 {
display:inline;
color:#666;
text-decoration: none;
letter-spacing: 1px;
}
a.path1:hover {
color:#444 !important;
text-decoration: underline !important;
}
.path1:not(:last-child):after{
content: "\2218";
font-size: 20px;
/*line-height: 1.35714rem;*/
display: inline-block;
margin: 0 10px;
}
.path:after {
content: "" !important;
display:none !important;
}

div.path h1 {
color:#000;
font-size:2.5em;
line-height:50px;
	
font-weight:100;
text-transform: uppercase;

margin-bottom:20px;
}
div.path h2 {
color:#737373;
line-height:80px;
font-size:1em;
}
/*div.path h1,div.path h2 {
margin:0;
height:50px;
font-weight:inherit;
}*/

@media (max-width:768px) {
	div.path_sep {
	height:0;
	line-height:0;
	}
	div.path h1,div.path h2 {
	margin:0;
	height:auto;
	}
	div.path h1 {
	font-size:2em;
	line-height:30px;
	margin-bottom:10px;
	margin-top:10px;
	}
	div.path h2 {
	color:#737373;
	line-height:30px;
	font-size:1em;
	}
	div.path1 {
	padding-left:10px;
	margin-top: 10px;
	margin-bottom:20px;
	line-height: 30px;
	}
}
div.path a {
color:#555;
}
div.path a:hover {
color:#007f3e;
}
.tree_desc {
font-size:1em;
margin-bottom:40px;
padding:0 13px;
color:#737373;
}
.tree_desc p {
margin:0;
}
.tree_desc h1,.tree_desc h2,.tree_desc h3 {
margin:0;
margin-bottom:5px;
}
div.path small {
color:#7c6151;
margin:0 5px;
}
div.path_e {
line-height:32px;
}
@media (max-width: 768px) {
div.path_e {
display:none;
}
}
/***********/
a.download {
text-decoration:none;
color:#000;
}
/*GMAP component */
#cat0 {
position: absolute;
top: 50px;
left: 10px;
z-index: 99;
width: 180px;
}
.cat {
height:36px;
line-height:36px;
margin:0px;
cursor:pointer;
background:#fff;
font-family: "Open Sans",Helvetica,Arial;

padding-left:10px;
padding-right:10px;
font-size:14px;
border-bottom:1px dotted #f0f0f0;
}
.cat:hover{
background-color:#f2f2f2;
}
#cat_c {
display:none;
}
#sel_cat {
height:44px;
line-height:44px;
margin:2px 0;
cursor:pointer;
text-transform:uppercase;
font-family: "Open Sans",Helvetica,Arial;

padding-left:15px;
padding-right:15px;

background-color:rgba(0, 0, 0, .75);
color:#fff;
}
#sel_cat:hover {
background-color:rgba(0, 0, 0, 1);
}

.map_canvas_a {
border:10px solid #999;
width:100%;	
height:640px;
}

.map_canvas_v {
border:1px dashed #333;
width:100%;	
height:400px;
margin-top:10px;
}
.map_canvas_b0 {
}
.gmap_b img {
max-width: none !important
}
.gmap_b {
overflow:hidden;
position:relative;
margin:0;
width:100%;
height:640px;
}
.gmap_b:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.map_canvas_b {
width:100%;
height:0;
padding-bottom: 50%;
overflow:hidden;
position:relative
}
@media screen and (max-width:767px) {
.gmap_b {
height:300px;
}
.map_canvas_b {
padding-bottom: -100%
}
}
@media screen and (max-height:700px) {
.map_canvas_b {
padding-bottom: 150px
}
}
@media screen and (max-width:320px) {
.gmap_b {
height:250px;
}
}
/************/
.counter_nrt {
font-family: Arial;
border-radius: .8em .8em .8em .8em;
font-size: 11px;
line-height: 1.2em;
position: absolute;
top: 2px;
left: 15px;
color: #fff;
font-weight: 500;

/*box-shadow: 0 0 0 1px #f0f0f0;*/
letter-spacing: 0;
min-width: 1em;
padding: 2px 5px;
transition: all .1s ease-in-out;
}
@media (max-width:480px) {
	.counter_nrt {
	top: 0;
	left: 25px;
	}
}
.cart_nrt {
background-color: #008000;	
}
.wish_nrt {
background-color: #555;	
}
.cw_panel {
position:absolute;
color:#333 !important;
width:240px;
padding:10px;
background:#fff;
border:4px solid #e4e4e4;
border-top:4px solid #008000;
/*-webkit-box-shadow: 0 4px 4px #ccc;
-moz-box-shadow: 0 4px 4px #ccc;
box-shadow: 0 4px 4px #ccc;*/
}

/*#cart {
right:10px;
top:180px;
z-index:50;
border-top:4px solid #008000;
}
*/
#cart {
position:absolute;
z-index:895;
font-size:1em;
width:200px;
height:auto;
right:-26px;
border:1px solid #bebebe;
}
#wish {
position:absolute;
z-index:894;
font-size:1em;
width:300px;
right:-22px;
border:1px solid #bebebe;
}

#cart:after, #cart:before,
#wish:after, #wish:before
 {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 162px;
}
#wish:after, #wish:before
 {
    left: 275px;
}

#cart:after, 
#wish:after 
{
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px
}
#cart:before, 
#wish:before 
{
	border-bottom-color: #bebebe;
	border-width: 7px;
	margin-left: -7px;
}
/**CERCA SEARCH**********************/
.s_incl {
float:right;
*position:absolute;
*right:10px;
}
div.search input, .s_incl input {
font-size: 1em;
padding-left: 7px;
border: 1px solid #ddd;
border-right: 0;
margin: 0px;
float: left;
height: 38px;
line-height: 38px;
}
a.btn_search {
margin:0 !important;
display:inline-block;
font-size:12px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
color:#999;
background:#fff;
border:1px solid #ddd;
border-left:1px dashed #ddd;
height:38px;
width:38px;
line-height:36px;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/*a.btn_search img {
margin-top:3px;
}*/
a.btn_search1 {
border-right:0px solid;
color:#ff0000;
}
a.btn_search:hover {
text-decoration:none;
}
a.btn_search .fa-search:hover {
color:#00B500;
}
a.btn_search .fa-times:hover {
color:#000;
}

/**/
.s1 .placeholder {
color:#555 !important;
}

div#search_mono,
div.search_mono {
/*display:inline-block;*/
/*float:right;
width:290px;*/
position:relative;
height:50px;
line-height:50px;
background:#fff;
margin-bottom:20px;
width:330px;
}



div#search_mono form, div#search_mono1 form,
div.search_mono form, div.search_mono1 form {
margin:0;
padding:0;
}
div#search_mono span.s1, div#search_mono span.s,
div.search_mono span.s1, div.search_mono span.s {
color:#444;
font-weight:400;
text-align:left;
/*border-left:1px solid #ddd;*/
height:50px;
float:left;
margin:0 !important;
background:#f0f0f0;
}
div#search_mono span.s1 input, div#search_mono span.s input,
div.search_mono span.s1 input, div.search_mono span.s input {
/*float:left;*/
height:50px;
line-height:50px;
font-size:1.3em;
border-width:0px;
padding:0 15px;
background:#f0f0f0;
width:100%;
}
.sms1 {width:255px;}
.sms2 {width:225px;}

.btnXS_bg {
background:#f0f0f0;
position:absolute;
right:50px;
height:50px;
width:25px;
}
.search_scda input {
width:50% !important;
}
.search_scda input:first-child {
border-right:1px dashed #999 !important;	
}
.search_scda_l {
margin-bottom:5px;
}

.box_menu_catalogo_m div#search_mono,
.box_menu_catalogo_m div.search_mono {
	width:100%;
	margin-top:10px;
}
.box_menu_catalogo_m .sms1 {width:82%;}
.box_menu_catalogo_m .sms2 {width:70%;}

.box_menu_catalogo_m div#search_mono span.s1 input, .box_menu_catalogo_m div#search_mono span.s input,
.box_menu_catalogo_m div.search_mono span.s1 input, .box_menu_catalogo_m div.search_mono span.s input {
/*float:left;*/
height:50px;
line-height:50px;
font-size:1.3em;
border-width:0px;
padding:0 15px;
background:#fff;
width:100%;
}
.box_menu_catalogo_m .btnXS_bg {
background:#f0f0f0;
position:absolute;
right:0;
height:50px;
width:25px;
}
/*@media (max-width: 479px) {
	div#search_mono {
	width:270px;
	}
	div#search_mono span.s1 input, div#search_mono span.s input {
	background-image:url('../i/search_dn_m.png');
	background-position:right top;
	background-repeat:no-repeat;
	}
	div#search_mono span.s_nob input {
	background-image:url('');
	}
}*/

/*div#search_mono .cat_s {
float:left;
font-size:1em;
height:24px;
line-height:22px;
border-width:1px;
background:#f0f0f0;
padding-left:8px;
padding-right:8px;
border-right:1px dotted #ccc;
}
*/
a.btnXS {
z-index:2;
position:relative;
float:left;
display:inline-block;
*display:inline;
text-decoration:none;

height:50px;
line-height:49px;
width:50px;
margin:0;
color:#fff;
text-align:center;
font-size:1.8em;
background:#ff9a00;
	
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
}
.header0_1t a.btnXS .fa {
font-size: 1.5em;
margin-top:0;
margin-right: auto;
float: none;
}
a.btnXS:hover {
text-decoration:none;
background:#000;
}
a.btnXSC {
float:left;
display:inline-block;
text-decoration:none;
height:50px;
line-height:49px;
width:30px;
margin:0;
background:#f0f0f0;
color:#444;
text-align:center;
font-size:1.35em;
font-weight: 300;
}
#menu_prd a.btnXSC {
background:#fff;
}
a.btnXSC:hover {
text-decoration:none;
color:#cc0000;
}
a.btnXSm {
float:left;
display:inline-block;
*display:inline;
text-decoration:none;
background-color:#f0f0f0;
height:40px;
width:32px;
margin:0px !important;
	
color:#fff;
text-align:center;
font-size:1.4em;
}
a.btnXS img, a.btnXSC img, a.btnXSC1 img, a.btnXSm img {
border-width:0px;
height:32px;
width:32px;
padding:5px;
}
a.btnXSm img {
opacity:0.4;
-moz-opacity:0.4;
filter:alpha(opacity=40);
}


a.btnX4 {
display:inline-block;
color:#000;
font-weight:100;
background-color:#fff;
border:1px solid #000;
font-size:16px;
text-decoration:none;
text-align:center;
text-transform:uppercase;
    
padding:10px 15px;
}
a.btnX4:hover {
text-decoration:none;
color:#fff;
background-color:#000;
}
/*a.btnX4a {
display:block;
font-weight:bold;
padding:3px;
padding-left:5px;
padding-right:5px;
font-size:15px;
text-align:center;
text-decoration:none;
margin-bottom:2px;
background-color:#fff;
background-image:url("../img/general/btn2.jpg");
background-repeat:repeat-x;
background-position:top left;
border:1px solid #e0e0e0;
color:#666;

text-shadow: 0px 1px 0px #e5e5ee;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
a.btnX4a:hover {
text-decoration:none;
color:#707070;
border:1px solid #d0d0d0;
background-image:url("../img/general/btn2_hover.jpg");
}
a.btnX4a div {	
display:inline-block;
*display:inline;
padding:4px;
}*/
/***/
h1.search_what {
font-size:1.8em;
margin:0;
margin-bottom:20px;
font-weight:500;
padding:10px 15px;
background:#f0f0f0;
}
h1.search_what span.resFound {
float:right;
font-weight:200;
color:#999;
}
@media (max-width: 768px) {
h1.search_what {
margin-bottom:0px;
margin-top:0px;
}
}
/*div#search_mono1 {
text-align:left;
padding:5px;
padding-right:10px;
}
div#search_mono1 input.s1 {
font-size:13px;
font-weight:400;
text-align:left;
padding:4px;
border:1px solid #c0c0c0;
width:124px;
}
div#search_mono form, div#search_mono1 form {
margin:0px;
}*/
/*div#search_mono a {
margin-right:5px;
}*/
/*div#search_mono1 a {
margin-top:10px;
}*/
/* REGISTRATI */
td.f_t {
font-weight:bold;
padding:5px;
border-bottom:1px solid #999;
}
td.f_td1 {
font-weight:bold;
width:150px;
text-align:right;
padding:2px;
vertical-align:top;
padding-top:5px;
}
td.f_td2 {
padding:2px;
}
td.f_td2 small {
display:block;
color:#999;
font-style:italic;
}
td.f_td2 p {
margin:0px;
}
td.f_td2 span.reg_nota {
display:block;
font-size:1em;
color:#999;
margin-bottom:8px;
}
td.f_privacy {
padding:10px;
text-align:center;
vertical-align:top;
}
div.f_privacy {
display:block;
height:100px;
overflow:auto;
border:1px solid #999;
text-align:left;
padding:8px;
margin-bottom:5px;
}
.f_privacy_t {
font-weight:bold;
padding:5px 8px;
}
@media (max-width:767px) {
.f_privacy_t {
display:block;
}
#privacy_cnt {
margin:0 8px;
}
}
div.vercode {
background:#e0e0e0;
border:1px solid #999;
padding:5px;
text-align:center;
}
td.reg_txt {
text-align:left;
padding-top:10px;
padding-left:15px;
}
td.reg_txt p {
margin:0px;
}
/**CARRELLO BASKET */
#msg_cassa {
background-color: #f7f7f7;
/*border: 1px solid #bebebe;*/
padding: 20px;
text-align: left;
height: auto;
z-index: 10;
margin-top: -30px;
overflow: hidden;
width: 316px;
float: right;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 20px;
	font-size:1.3em;
	margin-bottom:10px;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}
.basket1a #msg_cassa {
background-color: transparent;
/*border: 1px solid #bebebe;*/
padding: 0;
text-align: left;
height: auto;
z-index: 10;
margin-top: 20px;
overflow: hidden;
width: auto;
float: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 0;
	font-size:1em;
	margin-bottom:0;
-webkit-box-shadow: 0 0px 0 #666;
-moz-box-shadow: 0 0 0 #666;
box-shadow: 0 0 0 #666;
}

#msg_cassa p {
margin:0px;
margin-bottom:10px;
font-size:1em;
}
#cart #msg_cassa {
background-color:#f0f0f0;
border:1px solid #bebebe;
padding:10px;
text-align:left;
height:auto;
z-index:10;
margin-top:5px;
overflow:hidden;
margin-right: 0;
	width: 200px;
}
@media (max-width:767px) {
	#msg_cassa {
	z-index:auto;
	width:100%;
	margin-top: -20px;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0;
	font-size:1.1em;
	margin-bottom:10px;
	-webkit-box-shadow: 0 0 0 #666;
	-moz-box-shadow: 0 0 0 #666;
	box-shadow: 0 0 0 #666;
	}
}
/*BASKET BOX*/
div.basket1 {
color:#000;
height:auto;
margin-top:0px;
}
div.basket1a {
height:auto;
margin-top:0;
padding:30px;
font-size:1.3em;
}
div.basket_box {
padding:20px;
/*border:1px solid #848585;*/
border:1px solid #e0e0e1;
}
div.basket_title {
/*height:30px;*/
/*background:url("../img/boxheader.png");*/
background:#e0e0e1;

color:#555;
padding:10px 20px;
/*border-bottom:1px solid #c0c0c0;*/
font-size:18px;
line-height:33px;
}

div.basket_title a {
text-transform:uppercase;
color:#555;
text-decoration:underline !important;
}
div.basket_title a:hover {
color:#111;
text-decoration:underline !important;
}

.mp_tt {
padding:10px;
background:#f0f0f0;
font-size:1.333em;
font-weight:400;	
}
.bgg {
background:#fafafa;
}
.bgoff {
background:#e6e6e6;
color:#c0c0c0;
opacity:0.4;
-moz-opacity:0.4;
filter:alpha(opacity=40);
}

	div.basket_title h2 {
	font-weight:normal;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif !important;
	}
	/*div.basket_title span {
	float:left;
	font-size:1em;
	padding-top:7px;
	padding-left:5px;
	}*/
	
/*div.basket_title a {
float:right;
}*/
.np_cart {
text-transform:uppercase;
}

div.basket_subtitle {
display:block;
line-height:2em;
/*padding-left:4px;
/padding-top:2px;
height:1.3333em;*/
}
div.basket_subtitle a.bs {
margin-right:10px;
color:#333 !important;
/*font-size:1em;*/
text-transform:lowercase;
text-decoration:none !important;
}
div.basket_subtitle a.bs:hover {
color:#fe991a !important;
}
div.basket_empty {
/*background:url(../img/cart_img.jpg) 15px top no-repeat;*/
padding-top:0;
height:61px;
text-align:left;
font-size:1.3em;
margin-top:33px;
margin-bottom:23px;
}
div.basket1 div.basket_empty {
text-align:center;
font-size:1.6em;

}
div.bask1a {
display:block;
color:#fff;
padding-top:5px;
/*padding-left:3px;
padding-top:3px;*/
padding-bottom:8px;
border-top:1px dotted #fe991a;
}
div.bask1a a {
color:#333 !important;
text-decoration:underline;
}
div.bask1a a:hover {
color:#fe991a !important;
text-decoration:underline;
}
div.bask1b {
display:block;
padding-bottom:5px;
color:#333;
text-align:right;
height:35px;
line-height:35px;
/*margin-left:3px;
margin-right:6px;*/
}
div.bask1b1 {
padding-bottom:0px;
height:20px;
}
.bdel {
font-size:.8em;
text-transform: uppercase;
margin-top:10px;
line-height:.8em;
/*height:20px;
width:1.1667em;
margin-left:2px;
margin-right:2px;*/
}
.iva_d {
line-height:1em;
font-size:.7em;
color:#888;
}
div.bask1a .bdel {
margin-top:3px;
float:right;
font-size:1em;
line-height:1em;
}
.bdel a {
white-space:nowrap;
text-decoration: none;
color:#666 !important;
}
.bdel a:hover {
color: #999 !important;
}

.bdel i {
margin-right:5px;	
}

.bdel_m {
display:inline-block;
float:none;
margin-left:4px;
}
.bdel img {
width:1.1667em;
height:1.1667em;
border-width:0px;
}
.x {
margin-top:1px !important;
margin-left:3px !important;	
}
a.a1b img {
background:transparent;
}
a.a1b:hover img {
background:transparent;
}
div.totale {
display:block;
height:35px;
line-height:35px;
color:#333;
/*background:#805b44;*/
border-top:1px solid #fe991a;
margin-bottom:4px;
}
div.totale1 {
float:left;
font-weight:bold;
text-transform:uppercase;
/*padding-top:3px;
padding-left:4px;
font-size:1em;*/
}
div.totale2 {
float:right;
font-weight:bold;
/*padding-top:3px;
margin-right:6px;
font-size:1em;*/
}
td.totale2 {
background:#007f3e;
/*border-top:2px solid #707070;*/
font-size:1.3em;
color:#fff;
}
td.tdpdf {
color:#000;
}
td.totale2pdf {
background:#c0c0c0;
/*border-top:2px solid #999;*/
font-size:10px;
padding:5px;
}
td.totale2pdf_sep {
color:#fff;
}
div.bask1c .btnX2 { font-size:1em !important}
div.bask1c_e .btnX2 { font-size:1.6em !important}
div.bask1c {
margin-top: 20px;
/*height: 72px;
padding-top: 8px;
text-align: right;*/
}
@media (max-width:480px) {
	div.tbask1 {
	padding-top: 0 !important;
	border-top:1px solid #ddd;
	}
	div.bask1c {
	padding:0 20px;
	}
	div.bask1c .fllt, div.bask1c .flrt {
	float:none !important;
	}
	div.bask1c .ml20, div.bask1c .mr20 {
	margin-left: 0 !important;
	margin-right: 0 !important;
		margin-bottom: 10px;
	}
}
div.bask1c {
margin-top: 20px;
/*height: 72px;
padding-top: 8px;
text-align: right;*/
}

#cart div.bask1c {
margin-top:10px;
height:24px;
padding-top:8px;
padding-bottom:13px;
text-align:right;
}
div.tbask1 {
padding-top:30px;
font-size:1.3em;
}
.ord3 div.tbask1 {
padding-top:0 !important;
font-size:1em !important;
}
.ord3 div.basket1a {
padding:20px !important;
font-size:1em !important;
}


table.tbask1 {
width:100%;
background:#fff;
border-collapse: collapse;
border-spacing: 0;
}
table.tbask1pdf {
width:100%;
}
table.tbask1 td {
padding:10px;
color:#000;
}
td.tbask1_1 {
/*background:#e0e0e0;
border-bottom:3px solid #c0c0c0;*/
border-bottom:1px solid #ddd;
font-size:.7em;
color:#999 !important;
text-transform: uppercase;
}
tr.tbask1_prd_contenuti td {
background:#f9f9f9 !important;
}
tr.tbask1_prd_contenuti td:first-child {
border-left:20px solid #ccc;
}
tr.tbask1_prd_contenuti td:last-child {
border-right:1px dashed #ccc;
}

.tbask1_pc {
background:#e3e3e3;
text-align:right;
text-transform: uppercase;
}
td.tbask1_1pdf {
padding:3px;
color:#999;
}
td.tbask1_2 {
border-bottom:1px solid #ddd;vertical-align:top;padding:3px;
}
td.tbask1_2w {
width:120px;
}
.tbask1_2_codart {
margin-top:5px;
color:#999;
font-size:.85em;
}
td.tbask1_2lh {
line-height:22px;
vertical-align:top;
}
td.tbask1_2lh input {
display:inline-block;
margin-top:5px;
width:60px;
}
td.tbask1_1pdf {
font-weight:bold;
border-bottom:2px solid #ddd;
}
td.tbask1_2pdf {
border-bottom:1px solid #ddd;
}
td.tbask1_2 a {
color:#111;
}
td.tbask1_2 .btnX5 {
color:#fff !important;
}
td.tbask1_2 .btnX5d {
color:#111 !important;
}

td.tbask1_2 img {
padding:5px;
}
td.tbask1_3 {
vertical-align:top;
padding:5px !important;
font-size:1em;
background:#f0f0f0;
border:1px dashed #ccc;
border-left:20px solid #ccc;
border-top:0;
border-bottom:1px solid #ddd;
}
td.tbask1_3 a { 
font-size:1em !important;
}
table.tbask1 td input {
text-align:center;
line-height:18px;
}
table.tbask_tot {
width:100%;
background:#fff;
font-size:1.3em;
color:#000;
}
.ord3 table.tbask_tot {
font-size:1em !important;
}
table.tbask_tot td {
text-align:right;
padding:10px;
vertical-align:middle;
}
table.tbask_tot_pdf td {
padding:3px;
}
table.tbask_tot td.tbask_tot_td_l {
width:250px;
}
table.tbask_tot td.tbask_tot_td {
width:120px;
}
table.tbask_tot_b {
/*border-bottom:1px dashed #777;*/
}
table.tbask_tot_bsc {
border-top:7px solid #ddd;
}
table.tbask_iva {
width:100%;
}
table.tbask_iva td {
text-align:right;
padding:0px;
vertical-align:middle;
}
div.tbask_sc {
padding:10px;
padding-top:5px;
background:#BFBFBF;
text-align:left;
white-space:nowrap;
font-size: .9em;
}
div.tbask_sc_ok {
background-color:#D5EAD6;
text-align: center;
font-weight: bold;
}
div.tbask_sc_ok input {
background-color:#090 !important;
color:#fff;
}
div.tbask_sc img {
height:24px;
width:24px;
border-width:0;
margin-top:-1px;
padding:0 !important;
}
div.tbask_sc input {
width:30px;
padding:2px 4px;
text-align:center;
background:#FCC905;
border:1px solid #000;
float:left;
margin-left:2px;
font-size: 1.2em;
}
tr.bask_sconto_tr td {
background-color: #D5EAD6;
}
.bask_sconto {
color:#090;
font-weight:bold;
}
td.bask_sconto span {
color:#090;
}
td.bask_sconto_ord {
color:#090;
}
input.inp_cart {
width:44px;
padding:5px;
}
input.inp_cart_prz {
width:70px;
padding:5px;
text-align: left !important;
}


body.pdf {
font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
font-size:9px;
line-height:9px;
}
div.pdfh {
padding:10px;
margin-bottom:10px;
}
div.pdfh img {
border-width:0px;
height:50px;
}

/*#basket_msg {
position:absolute;
right:180px;
z-index:500;
height:60px;
width:100%;
width:193px;
color:#444;
text-align:left;
font-weight:bold;
text-transform:uppercase;
background-image:url("../img/general/basket-added.png");
background-position:right top;
background-repeat:no-repeat;
margin-top:-20px;
}
#basket_msg div {
padding-top:1em;
padding-left:6px;
padding-left:15px;
}*/
div#mp {
padding-top:10px;
}
div#mp1 {
padding:10px;
text-align:center;
}
div#mp2 {
margin:20px;
}

div#mp3 {
padding:10px;
text-align:left;
}
div#mp3 textarea {
width:98%;
padding:5px;
line-height:1.3333em;
}
div#mp4 {
padding:0px;
padding-top:20px;
background:#f9f9f9;
border:1px solid #e0e0e1;
}
div.mp4a {
margin-left:auto;
margin-right:auto;
width:300px;
}
div#mp5 {
padding:10px;
text-align:center;
}
div.mp6 {
text-align:center;
padding:20px;
background:#f0f0f0;
/*border:1px solid #e0e0e1;*/
margin-top:10px;
}
div.mp6 input {
font-size:18px;
padding:6px;
border:1px solid #999;
text-align:center;
}

.fs_scn {
	font-size:1.6em;
}

div#metodop {
padding:10px;
padding-left:30px;
padding-right:30px;
}
div#mp1 p, div#mp2 p, div#mp3 p, div#mp4 p, div#mp5 p {
margin:0px;
}

td.mp2t1 {
width:5px;
}
td.mp2t2 {
width:300px;	
}
td.mp2t3 {
width:auto;	
}

table.cassat {
width:100%;	
}
table.cassat td {
width:50%;	
white-space:nowrap;
vertical-align:top;
padding:2px;
}
table.cassat .small {
font-size:11px !important;
font-weight:normal;
}
.mp_box {
/*float:left;
width:271px;
height:290px;
overflow:auto;*/
padding:10px;
margin-left:5px;
margin-right:5px;
margin-bottom:10px;
border:2px solid #e0e0e0;
}
.mp_box_mobile {
width:90%;
border:2px solid #e0e0e0;
height:250px;
overflow:auto;
padding:10px;
margin-left:5px;
margin-right:5px;
margin-bottom:10px;
}	
.mp_box_h {
border:2px solid #007f3e;
-webkit-box-shadow: 0 0px 4px #007f3e;
-moz-box-shadow: 0 0 4px #007f3e;
box-shadow: 0 0 4px #007f3e;
}
.mp_box p {
margin:0px;
}
.mp_tit {
padding:10px;
font-size:1.1667em;
text-transform:uppercase;
margin-bottom:10px;
background:#f0f0f0;
text-align:left;
}
.mp_tit input {
	margin-right:7px;
}
.mp_note {
padding:0 10px;
}

table.mp2 {
width:100%;
border:1px solid #ddd;
margin-bottom:10px;
}
table.mp2a {
width:100%;
/*border:1px solid #338FD6;
background:#E5EFFA;*/
border:1px solid #007f3e;
background:#f0f0f0;
margin-bottom:10px;
}
table.mp2 td, table.mp2a td {
text-align:left;
padding:10px;
}
table.mp2a td {
font-weight:400;
}

table.mp2 td input, table.mp2a td input {
border-width:0px;
}
div#mp_note {
padding-top:10px;
font-size:1em;
text-align:left;
}
div#mp_note p {
margin:0px;
}

table.radio2 {
width:100%;
border:1px solid #ddd;
margin-bottom:10px;
background:#fff;
border-collapse: collapse;
border-spacing: 0;
}
table.radio2a {
width:100%;
border:1px solid #007f3e;
background:#fff;
margin-bottom:10px;
}
table.radio2_canc {
border:1px solid #cc0000;
background:#e0e0e0;
}

table.radio2 td, table.radio2a td {
text-align:left;
padding:10px;
}
table.radio2a td {
font-weight:400;
}
table.radio2 td input, table.radio2a td input {
border-width:0;
}
/********/
.bggray {
background:#f0f0f0 !important;
}
/********/
							/*div.ordmng {
							position:fixed;
							z-index:5000;
							left:-5px;
							top:34px;
							width:383px;
							margin-top:-4px;
							padding:8px;
							padding-top:10px;
							line-height:2em;
							padding-left:1.3333em;
							background-color:#e0e0e0;
							-webkit-box-shadow: 0px 0px 4px #666;
							-moz-box-shadow: 0px 0px 4px #666;
							box-shadow: 0px 0px 4px #666;
							-moz-border-radius:5px;
							-webkit-border-radius:5px;
							border-radius:5px;
							}*/

										
							div.ordmng {
							position:fixed;
							z-index:5000;
							top:0;
							width:400px;
							left: 50%;
							margin-left: -200px;

							min-height:40px;

							background-color:#222;
							color:#fff;
							-webkit-box-shadow: 0px 2px 4px #666;
							-moz-box-shadow: 0px 2px 4px #666;
							box-shadow: 0px 2px 4px #666;

							-moz-border-radius-bottomleft:2px;
							-webkit-border-bottom-left-radius:2px;
							border-bottom-left-radius:2px;

							-moz-border-radius-bottomright:2px;
							-webkit-border-bottom-right-radius:2px;
							border-bottom-right-radius:2px;
							}
							div.ordmng_M {
							top:34px;
							}
							table.ordmng {
							width:100%;
							}
							.nmORDM {
							padding:10px;
							line-height:20px;
							}
							.nmORDM a {
							color:#fff;
							}

							.btnORDM {
							width:30px;
							text-align:center;
							background:#d0d0d0;
							border-left:1px solid #bbb;
							border-right:1px solid #bbb;
							}
							.btnORDM a {
							display:block;
							padding:0 10px;
							color:#111;
							text-decoration:none;	
							}
							.btnORDM a:hover {
							color:#cc0000;
							}
							.btnORDMX {
							text-align:center;
							width:40px;
							}
				/*
							.ordfatt_t {
							font-size:1.1667em;
							background:#f0f0f0;
							padding:10px;
							-webkit-box-shadow: 0px 1px 2px #666;
							-moz-box-shadow: 0px 1px 2px #666;
							box-shadow: 0px 1px 2px #666;
							margin-bottom:10px;
							}
							.ordfatt_t span {
							font-weight:500;
							}
							table.ordine {
							width:100%;
							}
							.ordine_non_web_vb {
							background:#f0f0f0 !important;
							}
							.ordine_non_web_zm {
							background:#f0f0f0 !important;
							}
							table.ordine_vb {
							padding:10px;
							padding-top:5px;
							padding-bottom:5px;
							}
							table.ordine_vb_b1 {
							border:1px solid #e0e0e0;
							}
							table.ordine_vb_b2 {
							border:1px solid #e0e0e0;
							border-left-color:#ff0000;
							}

							table.ordine_rs {
							border:1px solid #999;
							padding:0px;
							}
							table.ordine td.ord12 {
							font-weight:bold;
							vertical-align:middle;
							width:50%;
							line-height:1.3333em;
							}
							table.ordine td.ord12 h2, h2.ord12 {
							font-weight:400;
							text-transform:uppercase;
							}
							table.ordine td.ord1 {
							font-weight:bold;
							vertical-align:top;
							padding-top:5px;
							padding-bottom:5px;
							width:50%;
							text-align:left;
							line-height:1.3333em;
							}
							@media (max-width:480px) {
							table.ordine_vb .ord1 {
							width:150px !important;	
							}
							}
							table.ordine td.ord2 {
							vertical-align:top;
							padding-top:5px;
							padding-bottom:5px;
							text-align:left;
							line-height:1.3333em;
							}
							table.ordine td.ord2lh {
							line-height:22px;	
							}
							table.ordine td.ord2 p {
							margin:0px;
							}
							table.ordine td.ord3 {
							vertical-align:top;
							text-align:left;
							line-height:1.3333em;
							}
							table.ordine td.ord3 p {
							margin:0px;
							}
							table.ordine td.ord4 {
							vertical-align:top;
							padding-top:5px;
							padding-bottom:5px;
							text-align:right;
							line-height:1.3333em;
							width:200px;
							}

							table.ordine_pdf td.ord1, 
							table.ordine_pdf td.ord2 {
							line-height:5px !important;	
							}


							table.ordine td.ordh {
							vertical-align:middle;
							padding:5px;
							background:#f0f0f0;
							border:1px solid #e0e0e0;
							}
							table.ordine td.ord_sep {
							height:10px;
							display:none;
							}
							table.ordine td.ord_fatt1 {
							vertical-align:middle;
							padding:5px;
							font-size:12px;
							font-weight:bold;
							text-align:left;
							background:#f0f0f0;
							}
							table.ordine td.ord_fatt2 {
							vertical-align:middle;
							padding:5px;
							font-size:12px;
							font-weight:bold;
							text-align:right;
							background:#f0f0f0;
							}
							table.ordine td.ord_fatt2a {
							vertical-align:middle;
							padding-top:5px;
							padding-bottom:5px;
							font-size:22px;
							text-align:left;
							}

							table.ordine td.ord_fatt3 {
							vertical-align:top;
							padding:5px 8px;
							padding-bottom:9px;
							text-align:left;
							border:1px solid #999;
							}

							table.ordine td.ord2a {
							vertical-align:top;
							padding-top:5px;
							padding-bottom:5px;
							padding-right:20px;
							}
							table.ordine td.ord2a div.ord2a {
							border:1px dotted #999;
							background:#e0e0e0;
							padding:10px;
							}
							table.ordine td.ord2a1 {
							vertical-align:top;
							}
							table.ordine td.ord2a1 div.ord2a1 {
							border:.5px solid #c0c0c0;
							padding:10px;
							color:#333;
							}
							table.ordine td.ord2 div.ord2b, table.ordine td.ord3 div.ord2b {
							border:1px dotted #999;
							padding:0px;
							}
							div.stato_ordine {
							font-weight:bold;
							}
							div.stato_ordine_annulOpen Sans {
							font-weight:bold;
							color:#ff0000;
							}
							.st_or {
							display:inline-block;
							zoom:1;*display:inline;
							padding:3px 5px;
							-moz-border-radius:2px;
							-webkit-border-radius:2px;
							border-radius:2px;
							color:#fff;
							}
							table.ordine_ind {
							width:100%;
							}
							table.ordine_ind td {
							vertical-align:top;
							width:50%;
							padding-right:20px;
							}
							table.ordine_ind td div.ord {
							border:1px solid #999;
							min-height:80px;
							padding:10px;
							margin-bottom:10px;
							}
							table.ordine_ind div.ord1 {
							border-bottom:1px dotted #999;
							line-height:20px;
							margin-bottom:5px;
							}

							INTESTAZIONE
							.ordine_th {margin-bottom:10px !important;}
							.ordine_th td {
							background:#f0f0f0;
							color:#777;
							text-transform: uppercase;
							}
							.ordine_th td:first-child {
							border-left:8px solid #f0f0f0;
							width:133px;
							}

							ORDINE ADMIN
							table.ordine_vb_2 {
							padding:0;
							}
							table.ordine_vb_2 td {
							padding:0;
							}

							table.ordine_vb_2 td.stor_0 {
							vertical-align:middle;
							padding: 4px 10px;
							text-align:left;
							line-height:1.3333em;
							}

							.stor_1 {
							width:125px;
							}
							.stor_2 {
							width:150px;
							}
							.stor_3 {
							
							}
							.stor_3bs {
							width:180px;
							}
							.stor_4 {
							width:200px;
							}
							.stor_5 {
							width:170px;
							text-align:right;
							}
							.stor_6 {
							width:170px;
							text-align:right !important;
							}
							.stor_7 {
							width:120px;
							text-align:right !important;
							}
							.stor_8 {
							width:50px;
							text-align:right !important;
							padding:0 !important;
							vertical-align: top !important;
							}
							.stor_8 a {
							display:block;
							height:33px;
							}
*/
/*MARCHI
#csp_marchi {
margin-top:20px;	
}
.brand {
text-transform:uppercase;
font-weight:400;
color:#444;	
font-size:1em;
}
div.marchi {
padding:5px;

background-position:top left;
border-bottom:1px solid #999;
font-size:1em;
}
div.marchi a {
color:#555;
}
div.marchi a:hover {
color:#999;
}
div.marchi_spacer {
height:0px;
}
.brands_v0 {
text-align:center;
}
.brands_v {
text-align:center;
padding:5px !important;
}
.brands_a {
background:#c0c0c0;
padding-left:5px;
padding-right:5px;
height:22px;
line-height:22px;
margin-bottom:10px;
text-align:center;
}
.brands_a a {
color:#fff !important;
text-decoration:none;
}
.brands_a a:hover {
color:#e5231d !important;
}
.brands_d0 {
margin-top:20px;
margin-bottom:10px;
text-align:center;
}
.brands_d {
display:block;
margin:0 auto;
}
.brands_ht {
font-size:2.7em;
margin:20px 0;
font-weight:300;
text-transform:uppercase;
}
.brands_t {
text-align:justify;
font-size:1.3em;
}
.brands_t p {
margin-bottom:10px;
}*/
/******/
table.user_ob {
width:100%;
}
table.user_ob td {
padding:3px;
}
td.user_ob1 {
font-weight:bold;
}
/******/
/*div.toolbar_oby2 {
padding:5px;
padding-right:6px;
background:#f0f0f0;
min-height:46px;
}*/
div.toolbar_oby2 .btnX2 {
font-size:1em;	
}
/*div.toolbar_oby3 {
padding-left: 10px;
}*/
div.toolbar_oby3 {
min-height: 36px;
height: 36px;
}

div.toolbar_oby {
/*padding-bottom: 6px;*/
/*padding-left: 10px;*/
min-height: 38px;
height: 38px;
}

table.toolbar_oby {
width:100%;
}
div.toolbar_oby1 {
padding-top:5px;
}
div.to2 {
border-top:0px solid;
}
div.to3 {
margin-bottom:5px;
}
div.to4 {
margin-bottom:5px;
margin-top:5px;
}
td.tbo1 {
width:50%;
text-align:center;
background:url("../img/boxbg.png");
padding:5px;
}
td.tbo2 {
padding-bottom:5px;
}
/******/
div.toolbar_oby2 {
position:relative;
padding:8px;
background:#fff;
/*border:1px solid #000;*/

-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}
.toolbar_oby2 .combo-select {
position:relative;
width:224px;
float:left;
margin-right:0px;
z-index:1;
}
.toolbar_oby2_block {
display:inline-block;
height:28px;
width:32px;
}

div.toolbar_oby3 {
padding-left: 10px;
}
div.toolbar_oby {
padding: 10px 20px;
min-height: 60px;
height: 60px;
background:#fafafa;
/*border-bottom:1px solid #e6e6e6;*/
margin-bottom:20px;
}
.toolbar_oby .combo-select,.toolbar_oby2 .combo-select{
position:relative;
margin-top:3px;
}

@media (max-width:768px) {
div.toolbar_oby {
margin-bottom:0;
}
}

.tbo_blk {
display:inline-block;
float:left;
margin-left:10px;
height:40px;
line-height:40px;
font-size:1.2em;
}
.tbo_ico {
display:inline-block;
float:left;
margin-right:5px;
height:40px;
line-height:40px;
font-size:1.4em;
color:#999;
}
/*INSERT*/
div.ins2 {
/*border:1px solid #9ed698;*/
font-size:1em;
padding:5px;
text-align:left;
background-color:#d3f3d0;
color:#000;
margin-bottom:10px;
}
div.ins2a {
font-size:1em;
padding:5px;
text-align:left;
background-color:#f0f0f0;
color:#000;
margin-bottom:10px;
}
div.ins3 {
font-size:1em;
padding:5px 0;
text-align:left;
/*background-color:#d3f3d0;*/
color:#000;
border: 1px solid #ddd;
margin-top: -11px;
background: #fafafa
}
@media (max-width:767px) {
div.ins3 {
border: 0 solid #ddd;
margin-top: 0;
}
div.ins2 {
/*border:1px solid #9ed698;*/
font-size:1em;
padding:10px 20px;
}
}

/* SETTORI newsletter MKT ****/
div.settore {
float:left;
padding-top:2px;
padding-bottom:2px;
width:139px;
}
div.settore input {
border:0px solid;
}

input.inp1 {
font-size:13px;
font-weight:400;
padding:4px;
border:1px solid #c0c0c0;
width:250px;
text-align:center;
}

.bgsf {
padding:8px;
background:url("../img/boxbg.png");
}


td.bp1 {
font-weight:bold;
}
td.bp2 {
border-top:3px solid #999 !important;
font-weight:bold;
}
td.bp3 {
font-weight:bold;
}
table.w100bp {
width:100%;
border-collapse:collapse;
border-spacing: 0;
background-color:#fff;
border:1px solid #999;
}
table.w100bp td {
border:1px solid #e0e0e0;
padding:4px;
vertical-align:top;
}

.lb {
color:#999;
text-transform: uppercase;
font-size:11px;
line-height:12px;
padding:0 !important;
margin:0;
}

td.bp2t {
background-color:#e0e0e0;
font-weight:bold;
}
.intd1, .intd2 {
text-align:center;
padding:20px;	
background:#eee;
cursor:pointer;
font-size:1.1em;
}
.intd1:hover, .intd2:hover {
background:#007f3e;
color:#fff;
}
.intd1_h, .intd2_h {
background:#007f3e !important;
cursor:default !important;
color:#fff;
}
.intd1:hover .bt, .intd2:hover .bt,
.intd1_h .bt, .intd2_h .bt
{
color:#fff !important;
}

.bx {
font-size:1.333em;
font-weight:500;	
}
/* FORM_GROUPS*/
div.form_g {
padding:12px;
color:#666 !important;
/*border-top:1px solid #e0e0e0;*/
/*background:url("../img/boxbg.png");*/
/*background:url("../img/boxbg.png");*/
background-color:#f5f5f5;
font-size:1.3333em;
}
div.form_g_n {
padding:5px;
padding-left:10px;
padding-right:10px;
color:#666 !important;
/*border-bottom:1px solid #e0e0e0;*/
background-color:#f5f5f5;
font-size:1em;
}
div.form_g_n p {
margin:0px;
}

table.tbc1 {
width:100%;
border-collapse:collapse;
}
table.tbc1 td {
vertical-align:top;
}
td.tbc1 {
border-right:1px dotted #e0e0e0;
width:170px;
color:#666;
padding:5px;
padding-left:10px;
}
@media (max-width:768px) {
	td.tbc1 {
	width:120px;
	}
	.dc1 {
	padding:5px;
	background:#f0f0f0;
	}
	.dc2 {
	padding:5px;
	border-bottom:1px solid #ddd;
	}
}
td.tbc1c {
border-right:1px dotted #d0d0d0;
width:100px;
color:#666;
padding:5px;
}
td.tbc2 {
padding:5px;
padding-left:10px;
}
td.tbc1b {
background:#f0f0f0;
padding:10px !important;
font-weight:400;
font-size:1.1667em;
}
div.tbc1b {
background:#f0f0f0;
padding:10px !important;
font-weight:bold;
font-size:1em;
margin-top:2px;
}
td.tbc1b_n {
/*background:#f8f8f8;*/
padding:4px !important;
}

/*
table.tbc1 {
width:100%;
border-collapse:collapse;
}
table.tbc1 td {
vertical-align:top;
padding:4px;
}
table.tbc1 th {
background:#d0d0d0;
padding:4px;
}
td.tbc1 {
border-right:1px dotted #e0e0e0;
width:180px;
color:#666;
padding-left:5px !important;
}
td.tbc1c {
border-right:1px dotted #e0e0e0;
width:200px;
color:#666;
padding-left:5px !important;
}
td.tbc1d {
border-right:1px dotted #e0e0e0;
width:60px;
color:#666;
padding-left:5px !important;
}
td.tbc2 {
}
div.tbc2overf {
height:200px;
overflow:auto;
}
td.tbc1b {
background:#e0e0e0;
padding:6px !important;
font-weight:bold;
}
td.tbc1b_n {
background:#f0f0f0;
padding:4px !important;
}
*/
.ok {
background:#cffed0;
}
.done {
font-style:italic !important;
color:#777 !important;
background:#f0f0f0 !important;
}
.done a {
color:#999 !important;
}
.inprogress {
font-style:italic !important;
color:#999 !important;
}

table.tut {
width:100%;
}
table.tut td {
vertical-align:top;
}
table.tut td.tut1 {
width:300px;
}
table.tut td.tut3 {
text-align:right;
width:300px;
}
table.tut h1, table.tut h2, table.tut h3 {
margin:0px;
margin-bottom:5px;
}
table.tut td.note {
padding-top:5px;
border-top:1px dashed #bbb;
}
/**/

div.btnXPdiv {
padding-left:2px;
margin-top:10px;
}

table.btnXPtbl {
width:100%;	
background: #d4cfb8;
}
a.btnXP {
display:block;
font-weight:bold;
line-height:46px;
padding-left:5px;
padding-right:5px;
font-size:15px;
text-align:center;
text-decoration:none;
margin-right:4px;
background:#d4cfb8;
border:1px solid #b5a093;
color:#e5231d !important;

-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}
a.btnXP:hover {
text-decoration:none;
border:1px solid #e5231d;

-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

a.btnXP1 {
display:block;
font-weight:bold;
line-height:26px;
padding-left:5px;
padding-right:5px;
font-size:13px;
text-align:center;
text-decoration:none;
margin-right:4px;

background:#d4cfb8;
/*border:1px solid #b5a093;*/
border:1px solid #d4cfb8;

color:#e5231d !important;
}
a.btnXP1:hover {
text-decoration:none;
border:1px solid #e5231d;

-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}
span.btnXP1 {
display:block;
font-weight:bold;
line-height:26px;
padding-left:5px;
padding-right:5px;
font-size:13px;
text-align:center;
text-decoration:none;
margin-right:4px;
/*border:1px solid #c6b2a7;*/
border:1px solid #d4cfb8;
color:#848586 !important;
}

.min_acq_msg {
line-height:22px;
font-weight:bold;	
}
.pback {
padding:5px;
padding-top:0px;	
}
.costo_agg {
margin-top:10px;
height:30px;
line-height:30px;
background:#e2e2e2;
padding-left:10px;
padding-right:10px;
}
/***/
.var1 {
width:20px;
height:20px;
margin-right:20px;
border:1px solid #e0e0e0;
}
.var_d1 {
line-height:22px;
}
.var2 {
width:13px;
height:13px;
margin-right:10px;
border:1px solid #e0e0e0;
}
.var3 {
width:32px;
height:32px;
margin:5px;
border:1px solid #f0f0f0;
}
.var4 {
width:32px;
height:32px;
margin-right:10px;
border:1px solid #e0e0e0;
}
/**/
.dim1 {
width:32px;
height:32px;
margin-right:20px;
border:1px solid #848586;
}
.dim_d1 {
line-height:34px;
}
.dim4 {
width:32px;
height:32px;
margin-right:20px;
border:1px solid #848586;
}
.dim4 img {
width:32px;
}

.color2 {
width:19px;
margin-right:10px;
}

/*.color2 {
width:13px;
height:13px;
margin-right:10px;
border:1px solid #e0e0e0;
}*/
.color_d1 {
line-height:40px;
}
.color1 {
width:40px;
height:40px;
margin-right:20px;
border:1px solid #e0e0e0;
}
.color3 {
width:32px;
height:32px;
margin-right:20px;
border:1px solid #e0e0e0;
}

/**/



.sov {
border:1px solid #e0e0e0;
margin-bottom:10px;
}
.sov div.sov1 {
height:32px;
line-height:32px;
padding-left:0;
padding-right:5px;
clear:both;
}
.sov div.sov1 a {
margin-top:-1px;
float:left;
margin-left:10px;
margin-right:10px;
color:#333;
}
.sov1bg {
background:#f0f0f0;
}
.hcol_box {
height:110px;	
}

/**/
.txt_m_p {
width: 160px;height: 150px;float: left;	
}
.txt_m_t {
width: 150px;height: 150px;float: left;line-height: 18px;
}
.home_testo {
/*padding:0 100px;*/
margin-top:30px;
}
@media (max-width:950px) {
.home_testo {
padding:0 20px;
margin-top:0;
}

}
.home_testo_tb {
width:100%;
border-collapse: collapse;
border-spacing:0;
margin-bottom:40px;
}
.home_testo_tb td {
padding:0;	
}
.home_foto {
background:#fff;
padding-bottom:0px;
height:272px;
}
.home_foto img {
/*width:563px;*/
max-width:1200px;
height:270px;
border-width:0px;
border-bottom:2px solid #007f3e;
/*-webkit-box-shadow: 0px 0px 34px #666; 
-moz-box-shadow: 0px 0px 34px #e5231d; 
box-shadow: 0px 3px 5px #666;*/
}
.prev {
display:block;
position:absolute;
z-index:15;
/*top:255px;*/
margin-top:231px;
left:0;
float:left;
}
.next {
display:block;
position:absolute;
z-index:15;
margin-top:231px;
right:0;
float:right;
}
.prev img, .next img {
border-width:0px;
}
.testo_fh {
position:absolute;
z-index:16;
top:15px;
float:right;
padding:10px;
padding-left:15px;
padding-right:15px;
text-align:left;
background:url('../img/bg_trans.png');
color:#000;
}
.testo_fh p {
font-size:13px;
margin:0px;
}
.testo_fh h1 {
font-size:22px;
margin:0px;
}

.home_foto_bgoff {
background:#e6e6e6;
color:#c0c0c0;
opacity:0.3;
-moz-opacity:0.3;
filter:alpha(opacity=30);
}

div.madein img {
border-width:0px;
width:1.1667em;
vertical-align:absmiddle;
margin-right:2px;
}
td.design {
height:25px;
}
div.design  {
background:#f5f5f5;
padding:7px;
padding-top:6px;
padding-bottom:5px;
font-size:11px;
color:#666;
height:1.1667em;
}
.barcode {
height:60px;
border-width:0px;	
}
.c_bg {
border-top:5px solid red;
}
.c_bg1 {
border-top:5px solid blue;
}

.promo_spacer {
border-top:2px solid #e5231d;
border-bottom:1px solid #e0e0e0;
background:#f0f0f0 !important;
height:20px;
margin-bottom:10px;	
clear:both;
-webkit-box-shadow: 0px 1px 2px #999; 
-moz-box-shadow: 0px 1px 2px #999; 
box-shadow: 0px -1px 2px #999;
}
/*EVENTS*/
.event_v {
width:242px;
margin-bottom:17px;
-webkit-box-shadow: 0px 1px 2px #999; 
-moz-box-shadow: 0px 1px 2px #999; 
box-shadow: 0px 1px 2px #999;
}
.evt {
padding: 6px 8px 7px;
font-size:1.1667em;
text-transform:uppercase;
background:#e5231d;
color:#fff;
}
.evt strong {
font-weight:normal;
}
.evt a {
color:#fff !important;
text-decoration:none;
}

.evtx {
border-top:0px solid;
padding: 6px 8px 5px;
}
.evtd {
background:#f0f0f0;
padding: 6px 8px 5px;
}
.evi img {
border-width:0px;
}
.feedback_p {
border-left:5px solid #FEE498;
padding:10px;
}
.feedback_p1 {
padding:10px;
}
.feedback_bt {
padding-bottom:10px;
border-bottom:1px solid #e0e0e0;
}

.rating {
height:50px;
cursor:pointer;
}
.kbox1 .rating {
height:auto;
line-height:50px;
cursor:default;
font-size:1.2em;
}
.rating_commenta {
float:right;
color:#007f3e;
}
.rating_commenta:before {
font-family: Font Awesome\ 5 Pro;
content:"\f075";
color:#666;
font-size:1.2em;
margin-right:10px;
font-weight:600;
}

.videoWrapper,.issuuembed {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0 !important;
}

.videoWrapper iframe,.issuuembed frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border:0 !important;
}

.video-container {
position:relative;
overflow:hidden;
margin:0 auto;
margin-top:40px;
width:700px;
height:393.75px;
}
.video-container iframe, .video-container object, .video-container embed {
position:absolute;
top:0;
left:0;
width:700px;
height:393.75px;
}
@media (max-width:700px) {
.video-container {
width:100%;
height:0;
padding-top:30px;
padding-bottom:56.25%;
}
.video-container iframe, .video-container object, .video-container embed {
width:100%;
height:100%;
}

}
.video-container1 {
position:relative;
overflow:hidden;
margin:0 auto;
margin-top:40px;

width:100%;
height:0;
padding-top:30px;
padding-bottom:56.25%;
}
.video-container1 iframe, .video-container1 object, .video-container1 embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.spnm {
font-weight:500;	
}
.input_rs {
boder:1px solid #666;
background:#f0f0f0;
padding:5px;
font-size:1em;	
}
.textarea_rs {
boder:1px solid #666;
background:#f0f0f0;
padding:10px;
font-size:1em;	
width:96%;
}
#sent_em {
display:none;
}
.sent_em {
display:inline-block;
*display:inline;
text-transform:uppercase;
background:#4EFF0D;
padding:2px 12px;
color:#000;
margin-left:10px;	
}

.cat_fg {
color:#666;
padding:5px;
text-align:left;
padding-top:10px;
padding-bottom:7px;
padding-left:0px;
padding-right:0px;
border-bottom:1px solid #e9e9e9;
border-top:1px solid #e9e9e9;
}
.cat_fg .fgm0 {
margin-left:2px;
margin-right:2px;
background:#fff;
border:1px solid #e0e0e0;
}
.cat_fg .fgm1 {
margin-left:2px;
margin-right:2px;
background:#fff;
border:1px solid #e0e0e0;
text-align:center;
}

.cat_fg a {
display:inline-block;
height:62px;
width:62px;
margin-bottom:4px;
border:1px solid #d5d6d6;
text-align:center;
}
.cat_fg table {
height:62px;
width:62px;
border-width:0px;
}
.cat_fg table td {
text-align:center;
vertical-align:middle;
overflow:hidden;
padding:0;
border-width:0;
}

.cat_fg img {
/*height:62px;*/
border-width:0;
}
.cat_fg a:hover {
border:1px solid #e5231d;
-webkit-box-shadow: 0px 0px 4px #e5231d;
-moz-box-shadow: 0px 0px 4px #e5231d;
box-shadow: 0px 0px 4px #e5231d;
}
.cat_fg .selected {
border:1px solid #e5231d;
}

/*
.ft_sppg {
max-width:1200px;
height:103px;
margin:0 auto;
margin-top:30px;
}
.ft_sppg h3,.ft_sppg p {
margin:0;
color:#888;
}
.ft_sppg h3 {
margin-bottom:5px;
color:#6f6d6d;
}

.ft_sppg1 {
display:inline-block;
width:50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

padding:20px;
padding-right:70px;

font-size:1.1em;
}
.icon-ft_sppg {
float: left;
width: 60px;
height: 60px;
margin: 3px 20px 0 0;
font-size: 30px;
color: white;
line-height: 60px;
text-align: center;
background: #6f6d6d;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
	
font-family: Font Awesome\ 5 Pro;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
}
.icon-truck:before {
	content: "\f0d1"
}
.icon-credit-card:before {
	content: "\f09d"
}

@media (max-width:768px) {
	.ft_sppg {
	height:auto;
	}
	.insp-header td {
	vertical-align: middle;
	padding:10px 0;
	}
	.insp-header {
	border-top:1px solid #ddd;
	float: none;
	margin-top:0;
	}
	.insp-header td {
	width:50%;
	text-align:left;
	}
	.insp-header td:first-child {
	text-align:center;
	}
	.insp-header a,.insp-header a:hover {
	text-decoration:none;
	display:block;
	width:auto;
	}
	.insp-gray {
	color:#b1afb4 !important;
	}
	
	.ft_sppg {
	margin-top:0px;
	border-top:1px solid #ddd;
	}
	.ft_sppg h3,.ft_sppg p {
	margin:0;
	color:#888;
	}
	.ft_sppg h3 {
	margin-bottom:5px;
	color:#6f6d6d;
	}
	.ft_sppg1 {
	display:inline-block;
	zoom:1;*display:inline;
	width:100%;
	padding-right:20px;
    font-size:1.1em;
    }

}*/
.gf_des {
padding:10px;
background:#f0f0f0;
text-align:center;
}


/**/
.doc_srch_date {
background:#fff;
float:left;
padding:3px 10px;
padding-top:1px;
border:1px solid #ccc;
}
.doc_srch_date .in_x {
width:65px;
padding:4px 6px !important; 	
}
.doc_srch_date img {
height:24px;	
margin-top:2px;
}
.doc_srch_date div {
margin-top:2px;	
}

.ord_stats {
background:#f9f9f9;
/*border:1px solid #e0e0e0;*/
border-top:0;
margin-bottom:20px;
}
.ord_stats1 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

display:inline-block;
width:50%;
text-align:center;
padding:20px;
}
.ord_stats11 {
font-size:.8em;
color:#444;
margin-bottom:5px;
}
.ord_stats12 {
font-size:1.8em;
color:#000;
}
.srch_ordmp {
margin-left:10px;
}
.srch_ordmp .combo-select{
position:relative;
width:180px;
z-index: 795;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.srch_ordmp .combo-select,
.srch_ordmp .combo-input {
height:36px;
}
/**Allegati**/
.all_list {
margin-bottom:30px;
}
.all_list table {
width:100%;
border-spacing:0;
border-collapse:collapse;
}
.all_list td {
vertical-align:top;
line-height:30px;
padding:0 10px;
}
.all_ml {
margin-left:115px;
}
.all_list_tit {
margin-top:30px;
font-size:1.3em;
}
.inline .all_list_tit {
margin-top:0;
}

/*.all_list div {
padding-right:5px;
}*/
.alsc {
text-align:right;
color:#999;	
font-size:.8em;
}
.alsc1 {
color:#111;	
}
div.alsc {
text-align:left;
}

.all_list table:nth-child(even) {
background-color:rgba(0,0,0,.04);
}
.all_list table:nth-child(odd) {
background-color:rgba(255,255,255,.2);
}
@media (max-width:767px) {
	.all_list td {
	line-height:22px;
	}
	.file_icon {
	margin:10px;
	margin-left:0;
	}
	.all_list td {
	padding: 5px;
	}
	.all_list td:first-child {
	width:70px;
	}
	.all_list_am {
	padding:10px;
	overflow: hidden;
	word-break: break-word;
	word-wrap: break-word;
	}
	.alsc { font-size:.8em;}
}

.all_list a {
color:#333;
}
/**/

.pg_img img {
width:100%;
}
.pg_tb {
border-spacing: 0;
border-collapse:collapse;
}
.pg_tb td {
width:50%;
vertical-align: top;
}
.pg_tb td:nth-child(1) {
padding-right:20px;
padding-left:4px;
}
.pg_tb td:nth-child(2) {
padding-left:20px;
padding-right:4px;
}

@media (max-width:850px) {
	.pg_tb td:nth-child(1) {
	padding-right:0;
	padding-left:0;
	}
	.pg_tb td:nth-child(2) {
	padding-left:0;
	padding-right:0;
	}
	.pg_tb td {
	width:100%;
	}
	.pg_img,.pg_txt { display:block;}
}

.pg_fg {
margin-left:-4px;
margin-right:-4px;
position:relative;
margin-top:40px;
}
.pg_fg img {
width:100%;
}
.pg_fg .fgm0 {
width:25%;
/*background:#fff;*/
padding:4px 4px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
}
.pg_fg .fgm1 {
width:25%;
	/*background:#fff;*/
padding:4px 4px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;

text-align:center;	
}
.pg_fg a {
display:inline-block;
/*height:222px;
width:267px;*/
text-align:center;
/*background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;*/
}
@media (max-width:1024px) {
.pg_fg .fgm0 {
width:33.3333333333%;
}
.pg_fg .fgm1 {
width:33.3333333333%;
}
}


.pg_fg3 {
margin:0 -6px;
margin-top:40px;
}
.pg_fg3 .fgm0,.pg_fg3 .fgm1 {
margin:4px 6px;
}
.pg_fg3 a {
height:220px;
width:297px;
}

@media (max-width:768px) {
.pg_fg .fgm0 {
width:50%;
    margin:0;
}
.pg_fg .fgm1 {
width:50%;
     margin:0;
}
.pg_fg3 .fgm0,.pg_fg3 .fgm1 {
margin:0;
}
.pg_fg3 a {
height:auto;
width:auto;
}

}

/*.pg_fg {
position:relative;
margin-top:40px;
}
.pg_fg .fgm0 {
margin:2px 4px;
background:#fff;
}
.pg_fg .fgm1 {
margin:2px 4px;
background:#fff;
text-align:center;
}
.pg_fg a {
display:inline-block;
height:222px;
width:267px;
text-align:center;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
}

.pg_fg3 {
margin:0 -6px;
margin-top:40px;
}
.pg_fg3 .fgm0,.pg_fg3 .fgm1 {
margin:4px 6px;
}
.pg_fg3 a {
height:220px;
width:297px;
}*/

/*.pg_fg table {
height:200px;
width:267px;
border-width:0;
border-collapse:collapse;
border-spacing:0;
}
.pg_fg table td {
text-align:center;
vertical-align:middle;
overflow:hidden;
padding:0;
}

.pg_fg img {
border-width:0;
}*/
/*.pg_fg a:hover {
-webkit-box-shadow: 0px 0px 4px #999;
-moz-box-shadow: 0px 0px 4px #999;
box-shadow: 0px 0px 4px #999;
}*/
/*.issuu .issuuembed {
margin: 0 auto !important;
}
.issuu1 .issuuembed {
width: 100% !important;
height:0;
}*/
/*PV*/
/*div.box_fascia { margin:0px 16px 0px 16px; }
div.box_fascia p.titolo { font-family:"TImesSB"; font-size:30px; line-height:33px; color:#000000; text-align:center; text-transform:uppercase; margin:45px 0px 45px 0px; }
.largo, .ratio { width:100%; }
.txt_centro { text-align:center; }
.alto { height:100%; }
.maiuscolo { text-transform:uppercase; }
.sottolineato { text-decoration:underline; }
.nero { color:#000; }
.bianco { color:#fff; }
.cursore { cursor:pointer; }
.link_01 { color:#ffffff;cursor: pointer; }
.sfondo_verde_02 { background:#037f3e; }

.bsp_reg_1 {
text-align:center;
position: relative;
text-transform: uppercase;
color: #000;
}
.bsp_reg_2 {
text-align:center;
position: relative;
text-transform: uppercase;
color: #fff;
background:#037f3e;
cursor:pointer;
}*/
/*
.banners {
margin-top:40px;
box-sizing: border-box;
}
.bnr {
position:relative;
}
.bnr .imod {
z-index:2;	
}
.bnr a {
display:block;	
}
.bnr div.bnr_d {
position:absolute;
z-index:2;
width:100%;
height:100%;
font-size:2em;
color:#fff;
text-align:center;
font-family:TImes;
text-transform: uppercase;
font-weight:bold;
}
.bnr table {
border-collapse: collapse;
border-spacing: 0;
width:100%;
height:100%;
}
.bnr div.bnr_d td {
vertical-align:bottom;
padding:0;
}
.bnr div.bnr_d td .bnrc {
display:inline-block;
width:100%;
padding:15px 20px;
background-color:rgba(0,0,0,0.6)
}
.rotator div { position: absolute; }
.rotator div img { text-align:center;height:auto;max-width:auto !important; }
.item_rot { width:200px !important;}*/
/* PRODOTTI CONTENUTI **
.prd_cnt {
width:100%;
border-collapse: collapse;
border-spacing: 0;
}
.prd_cnt td {
border:1px solid #ddd;
padding:10px;
vertical-align: middle;
}
.prd_cnt td.prd_cnt1 {
height:70px;
width:70px;
}
.prd_cnt td.prd_cnt4 {
width:150px;
text-align: left;
}
.prd_cnt td.prd_cnt2 {
width:100px;
text-align: center;
}
.prd_cnt .prd_cnt3 {
width:40px;
padding:0 !important;
text-align: center;
}
.prd_cnt .prd_cnt3 a {
display:block;
width:40px;
color:#777;
font-size:1.4em;
height:70px;
line-height:70px;
}
.prd_cnt .prd_cnt3 a:hover {
color:#cc0000;
}
.prd_cnt_th td {
height:32px !important;
background:#f0f0f0;
border-bottom:1px dotted #ddd;
text-transform: uppercase;
}
.prd_cnt_tot td {
height:32px !important;
border:0px;
text-transform: uppercase;
}
.prd_cnt_tot td.prd_cnt_tot1 {
height:32px !important;
text-transform: uppercase;
}
.prd_cnt_tot td.prd_cnt21 {
background:#037f3e;
color:#fff;
}

.prd_tp {
border:1px dotted #999;
padding:10px 14px;
margin-bottom:5px;
}
*/
/*td.bottega_img {
width:50%;
padding:0 20px;
text-align:right;	
}
td.bottega_txt {
padding:0 20px;
text-align:left;	
}

@media (max-width:850px) {
	td.bottega_img {
	display:block;
	width:100%;
	padding:0;
	text-align:center;
	}
	td.bottega_txt {
	display:block;
	width:100%;
	padding:0;
	text-align:left;	
	}
}
*/

/* h_foto foto_header header foto */
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 1200px) {
.col-12 {
    padding-left: 6px;
    padding-right: 6px;
}
}

@media (min-width: 992px) {
.col-12 {
    padding-left: 6px;
    padding-right: 6px;
}
}
@media (min-width: 768px) {
.col-12 {
    padding-left: 8px;
    padding-right: 8px;
}
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
/*.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}*/

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
@media (min-width: 1200px) {
    .col, .col-auto {
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media (min-width: 992px) {
    .col, .col-auto {
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media (min-width: 768px) {
    .col, .col-auto {
        padding-left: 8px;
        padding-right: 8px;
    }
}
.col, .col-auto {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}


.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

@media (min-width: 768px) {
    .row {
        margin-left: -8px;
        margin-right: -8px;
    }
}
@media (min-width: 992px) {
    .row {
        margin-left: -6px;
        margin-right: -6px;
    }
}
@media (min-width: 1200px) {
    .row {
        margin-left: -6px;
        margin-right: -6px;
    }
}

@media (min-width: 1200px) {
    .mb-lg-5, .my-lg-5 {
    margin-bottom: 2.85714rem!important;
    }
}
.mb-3, .my-3 {
margin-bottom: 1.42857rem!important;
}
.justify-content-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important;
}
.flex-column {
-webkit-box-orient: vertical!important;
-ms-flex-direction: column!important;
flex-direction: column!important;
}
.flex-column, .flex-row {
-webkit-box-direction: normal!important;
}
.d-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important;
}

.home-widget-hero {
position: relative;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
background-color: #f8f9fa;
height: 0;
padding-top: 155.55556%;
}
.home-widget-hero img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
z-index: 1;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
font-family: "object-fit: cover;";
}
@media (min-width: 768px) {
    .home-widget-hero {
    padding-top: 68.75%;
    }
}
@media (min-width: 1200px) {
    .home-widget-hero {
    padding-top: 56.25%;
    }
}
@media (min-width: 1600px) {
    .home-widget-hero {
    padding-top: 42.85714%;
    }
}

.c_home_f td {
vertical-align:top;
width:50%;
}

@media (max-width: 480px) {
.c_home_f td {
width:100%;
display:block;
padding:20px;
}
.c_home_f .h1t {
padding-left:0 !important;
}

}
