/*ec8000*/

.switch 
{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
}
.switch input {display:none;}
.slider 
{
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff0000;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #39840B;
}
input:focus + .slider {
  box-shadow: 0 0 1px #39840B;
}
input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}
.slider.round 
{
  border-radius: 34px;
}
.slider.round:before 
{
  border-radius: 50%;
}
.error_field
{
	background-color:#aeddf2!important;
}
.eioCBox 
{
	width: 25px!important;
	height: 25px!important;
	background: #707173;
	margin-top: 15px;
	margin-right: 15px;
	position: relative;
	display: inline-block;
}
.eioCBox label {
	
	cursor: pointer;
	position: absolute;
	width: 23px;
	height: 23px;
	left: 1px;
	top: 1px;
	background:#ffffff;
}
.eioCBox label:after {
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 12px;
	height: 6px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #000000;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.eioCBox label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.eioCBox input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#p_text
{
	font-size:12px;
	display: inline;
	top: 3px;
	position: relative;
}
.box_avviso
{
	background: url(image/immagine_avviso.png) top center no-repeat;
	padding-top:115px;
	width: 100%;
	text-align: center;
	font-size:20px;
	color:#666666;
}
@media only print
{
	#ev2_top_search_form,#gelocate,#ev2_list_box_bottom_alert,#ev2_list_box_top_link
	{
		display: none;
	}
	.list_title
	{
		color:#336699!important;	
		font-weight: normal;
		border-bottom: 1px solid #336699;
		font-size: 40px;
		text-align: left!important;
		margin-top: 0;
		
	}
	.ev2_list_item_article
	{
		width:100%;
		margin-bottom: 10px;
		box-sizing: border-box;
		padding: 5px;
		border-bottom: 1px solid #336699;
	}
	.ev2_list_item_article div
	{
		display: inline-block;
		box-sizing: border-box;
		vertical-align: top;
	}
	.ev2_list_item_info
	{
		width:100%;
		margin-left:-200px;	
		padding-left: 210px!important;
		padding-right: 50px;
		box-sizing: border-box;
		height: 200px!important;
		position: relative;
	}	
	.ev2_list_item_miniatura
	{
		width: 200px;
		height: 200px!important;
		position: relative;
		border: 1px solid #336699;
	}
	.ev2_list_item_miniatura a
	{
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	.ev2_list_item_miniatura img
	{
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		margin: auto;
		padding:auto;
		top:0;
		bottom:0;
		left:0;
		right:0;
	}
	.hot
	{
		display: none;	
	}
	.ev2_list_item_info small
	{
		font-size:16px; 
		font-weight: bold;
		color:#666666;
	}	
	.ev2_list_item_link_desart
	{
		color:#336699;
		font-size: 25px;
		margin-top: 10px;
	}
	.ev2_list_item_link_desart:hover
	{
		text-decoration: underline;
	}
	.ev2_list_item_box_prezzo
	{
		display: block!important;
		color:#336699; 
		font-weight: bold;
		font-size: 25px;
		margin-top: 5px;
		text-align: left!important;
	}
	.ev2_list_item_box_negozio:before
	{
		content:url(image/ico_posizione.png);
	}
	.ev2_list_item_box_negozio
	{
		position: absolute;
		bottom: 5px;
		left:210px;
		color:#666666;
		background: url(image/ico_posizione.png) left no-repeat;
		height:20px;
		box-sizing: border-box;
	}
	.ev2_list_item_box_negozio span
	{
		font-weight: bold;
		color:#336699;	
	}
	.ev2_list_item_link_go
	{
		display: none;
	}
	.ev2_list_item_link_gon
	{
		display: none;
	}
	.favorite_button
	{
		display: none;
	}
	#form_preferiti
	{
		position: relative;
		width:100%;
	}
	#form_preferiti_dispcb
	{
		position: absolute;
		right: 200px;
		bottom: 10px;
	}
	#form_preferiti_ordcb
	{
		position: absolute;
		right: 0;
		bottom:10px;
	}
}
@media only screen and (max-width:767px) 
{
	#ev2_top_search_form
	{
		width: 100%;
		margin-bottom: 10px;
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
	}
	#ev2_top_search_form div
	{
		height: 42px;
		margin-bottom: 10px;
		text-align: center;
		width: 100%;
        z-index: 999;
	}
	#ev2_top_search_form3
	{
		text-align: left!important;
		height:30px!important;
	}
	#ev2_top_search_form3 div.eioCBox
	{
		vertical-align: top;
		box-sizing: border-box;
		max-height:30px;
		margin-top: 0px!important;
		z-index: 10;
	}
	#ev2_alert_topb
	{
		width:24px!important;
		height:24px!important;
		position:absolute;
		right:10px;
		top:105px;
	}
	#ev2_alert_topb a
	{
		background:url(image/ico_alert_mobile.png) top center no-repeat;	
		width:24px;
		height:24px;
		font-size: 0;
		display: block;	
	}
	#ev2_alert_topb a:hover
	{
		background:url(image/ico_alert_mobile.png) top center no-repeat;	
		font-size: 0;
		display: block;	
	}
	#ev2_top_search_form_keyword
	{
		background-color:#e2e2e2;
		border:none;
		box-sizing: border-box;
		font-size:14px;
		padding:10px;	
		height: 42px;
		width: 100%;
	}
	#ev2_top_search_form_categoria
	{
		-webkit-appearance: none;
		border:1px solid #e2e2e2;
		box-sizing: border-box;
		font-size:14px;
		padding:10px;
		height: 42px;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		background-color:#FFFFFF;	
		width:100%;
		background:url(image/ArrowSelect.jpg) no-repeat right 10px center;
		padding-right:20px;
	}
	#ev2_top_search_form_go
	{
		border-radius: 10px;
		-webkit-appearance: none;
		background-color:#3c8342;
		border:none;
		font-size:14px;
		text-transform: uppercase;
		font-weight: bold;
		color:#FFFFFF;
		padding:10px;	
		height: 42px;
		margin: auto;	
		padding-left:20px;
		padding-right:20px;	

	}	
	#showe
	{
		color: #ff0000;
	}
	#gelocate
	{
		width: 100%;
		text-align: left!important;
		position: relative;
		margin-bottom: 20px;
		display: block!important;
		height: auto!important;
	}
	#geolocate_switch_container
	{
		position: relative;
		display: inline-block!important;
		top:8px;
		z-index: 100;
		width: 46px;
	}
	#citta_geo_panel[data-state=active]
	{
		margin-left: -46px;
		position: relative;
		display: inline-block!important;
		width: 100%;
		box-sizing: border-box;
		padding-left: 60px;
		vertical-align: top;
		height: auto!important;
	}
	#citta_geo_panel[data-state=disable]
	{
		display: none;
	}
	#citta_geo_panel_des[data-state=active]
	{
		display: inline-block!important;
		padding-left: 10px;
		position: relative;
		display: inline-block;
		padding-top: 12px;
		color:#707173;
		width: auto!important;
		vertical-align: top;
	}
	#citta_geo_panel_des[data-state=disable]
	{
		display: none;
	}
	#geolocate_button
	{
		cursor: pointer;
		font-size: 14px;
		display: block;
		text-align: left;
		width: 100%;
		box-sizing: border-box;
		margin-top:3px;		
	}
	#geolocate_button:hover
	{
		text-decoration: underline;
	}
	#citta_geo
	{
		display: inline-block;
		box-sizing: border-box;
		font-size:16px;
		padding:10px;	
		height: 42px;
		width: 100%;
		vertical-align: top;	
	}
	#distance_selector
	{
		margin-top: 15px;
		display: block;	
		width: 100%!important;
		
	}
	.distance_selector_0
	{
		background: url(image/kilometraggio-01.svg) top left no-repeat;
	}
	.distance_selector_1
	{
		background: url(image/kilometraggio-02.svg) top left no-repeat;
	}
	.distance_selector_2
	{
		background: url(image/kilometraggio-03.svg) top left no-repeat;
	}
	.distance_selector_3
	{
		background: url(image/kilometraggio-04.svg) top left no-repeat;
	}
	#distance_selector a
	{
		display: inline-block;
		width: 25%;
		height: 100%;
	}
	
	.item_home_over
	{
		display: none;
	}
	
	.gadget_vetrina_top
	{
	    text-align: center;
	    width:100%;
	    background: url(image/vetrina_top_mobile.png) no-repeat left top;
	    height: 34px;
	    position: relative;
	    background-color: #336699;
	}
	.gadget_vetrina_top a span
	{
	    display: none;
	}
	.gadget_vetrina_top a
	{
	    display: block;
	    width:100%;
	    height: 100%;
	}
	.gadget_vetrina_center
	{
	    width: 100%;
	    position:relative;
	    border-left: 2px dashed #336699;
	    border-right: 2px dashed #336699;
	    padding: 10px;
	    box-sizing: border-box;
	    text-align: center;
	}
	.gadget_vetrina_item
	{
		display: inline-block;	
		margin-right:5px;
	}
	.gadget_vetrina_footer
	{
	    text-align: center;
	    width: 100%;
	    border-top: 2px dashed #336699;
	    height: 10px;
	}
	.gadget_vetrina_link_vetrina
	{
	    font-size:8pt;
	    display: none;
	}
	.gadget_vetrina_td_backfoto
	{
	    border: 1px dashed #336699;
	    border-radius: 5px;
	}
	.gadget_vetrina_td_desart
	{
	    font-size:7pt;   
	}
	.gadget_vetrina_td_prezzo
	{
	    font-size:8pt;
	    font-weight:bold;   
	}
	
	.favorite_button
	{
		display: table;
		padding-left:30px;	
		padding-top:4px;	
		box-sizing: border-box;
		height: 25px;
		color:#606060;
		margin-top: 10px;
		background-size: 25px 25px;
	}
	.favorite_button[data-style=onlystar]
	{
		background-size: 35px 35px!important;
		margin-top: 0px;
		position: absolute;
		right: 0px;
		top:0px;
		text-align: center;
		padding-top:37px;
		padding-left: 0;
		height: 35px!impoortan;
		width:35px;
		background-position: top center!important;	
		font-size:0;
	}
	.favorite_button[data-action=add]
	{
		background:url(image/ico_stella_25x25_off.svg) no-repeat;
	}
	.favorite_button[data-action=remove]
	{
		background:url(image/ico_stella_25x25_on.svg) no-repeat;
	}
	


	
	
	#ev2_homebox_top
	{
		width:100%;
		height: 369px;
		margin-bottom: 40px;
	}
	#ev2_homebox_top_right
	{
		width:100%;
		box-sizing: border-box;
		height: 100%;
		box-sizing: border-box;
		vertical-align: top;
	}
	#ev2_homebox_top_right_content_span1
	{
		color:#FFFFFF;
		display: block;
		position: absolute;
		top: 25px;
		font-size: 35px;
		text-align: center;
		width: 100%;
	}
	#ev2_homebox_top_right_content_span2
	{
		top: inherit!important;
		bottom: 15px!important;
		color:#FFFFFF;
		display: block;
		position: absolute;;
		font-size: 20px;
		text-align: center;
		width: 96%;
		left:2%;
	}
	#ev2_homebox_top_right_content_span2 b
	{
		color:#e98b3a;	
	}
	#ev2_homebox_top_right_content
	{
		width:100%;
		height:100%;
		background: url(image/imm_oggetti.png) center no-repeat;
		background-color: #336699;	
		position: relative;
	}
	#ev2_homebox_top_left
	{
		display: none;
	}
	.ev2_homebox_artibox
	{
		position: relative;
		box-sizing: border-box!important;
		width:90vw;
		margin: auto;	
		margin-bottom: 40px;
		padding-top: 450px;
	}
	.ev2_homebox_artibox_right
	{
		width:100%;
		height: 300px!important;
		position: absolute;
		top: 105px;
	}
	.ev2_homebox_artibox_right_item
	{
		display: inline-block;
		width: 50%;
		height: 50%;
		box-sizing: border-box;
		border: 1px solid #336699;
		position: relative;
		text-align: center;
		overflow: hidden;
	}
	.ev2_homebox_artibox_right_item a
	{
		display: block;
		width: 100%;
		height: 100%;
		background: url(image/btn_+_off.png) top right no-repeat;
		z-index: 10;
		position: relative;
		font-size: 0;
	}
	.ev2_homebox_artibox_right_item a:hover
	{
		background: url(image/btn_+_on.png) top right no-repeat;
	}
	.ev2_homebox_artibox_right_item img
	{
		position: absolute;
		top:0!important;
		left:0!important;
		right:0!important;
		bottom:0!important;
		margin: auto !important;
		padding: auto !important;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ev2_homebox_artibox_title
	{
		color: #336699;
		font-size:40px;
		width:100%; 
		position: absolute;
		top: 0;
	}
	.ev2_homebox_artibox_title b
	{
		font-family: lobster!important;
		font-weight: normal!important;
	}
	.ev2_homebox_artibox_left
	{
		width: 100%;
	}
	.ev2_homebox_artibox_left_linkbar
	{
		width:100%;
		background-color: #336699;	
		text-align: center;
	}
	.ev2_homebox_artibox_left_linkbar a
	{
		display: inline-block;
		color: #FFFFFF;
		font-weight: bold;
		padding: 5px;
	}
	.ev2_homebox_artibox_left_linkbar a:hover
	{
		text-decoration: underline;
	}
	#ev2_list_box_bottom_alert
	{
		background-color:#e3e5e6;
		width:100%;
		margin: auto;
		min-height: 200px;
		box-sizing: border-box;
		padding:20px;
	}
	#ev2_list_box_bottom_alert div
	{
		display: inline-block;
		box-sizing: border-box;
		vertical-align: top;	
	}
	#ev2_list_box_bottom_alert_left
	{
		width: 60px;
		height: 194px;
		background: url(image/imm_megafonoalert.png) top center no-repeat;
		background-size: contain;
	}
	#ev2_list_box_bottom_alert_right
	{
		width:100%;
		margin-left:-100px;	
		padding-left: 120px!important;
		box-sizing: border-box;
	}
	#ev2_list_box_bottom_alert_right h2 ,#ev2_list_box_bottom_alert_right p
	{
		color:#336699!important;
	}
	
	#ev2_list_box_top_link
	{
		position:relative;
		width:100%;
		margin: auto;
		box-sizing: border-box;
		padding:10px;
	}
	#ev2_list_box_top_link a:last-child
	{
		font-weight: bold;
		text-decoration: underline;
		background: none;
	}
	#ev2_list_box_top_link a
	{
		color:#336699!important;
		background: url(image/freccetta.svg) right no-repeat;
		padding-right: 25px;
		margin-right: 10px;
	}
	.list_title
	{
		color:#336699!important;	
		font-weight: normal;
		border-bottom: 1px solid #336699;
		font-size: 40px;
		width:100%;
		box-sizing: border-box;
		padding:10px;
		text-align: left;
		margin-top: 0!important;
	}
	.ev2_list_item_article
	{
		width:100%;
		margin-bottom: 10px;
		box-sizing: border-box;
		padding: 5px;
		border-bottom: 1px solid #336699;
	}
	.ev2_list_item_article div
	{
		display: inline-block;
		box-sizing: border-box;
		vertical-align: top;
	}
	.ev2_list_item_info
	{
		width:100%;
		margin-left:-120px;	
		padding-left: 130px!important;
		padding-right: 40px;
		box-sizing: border-box;
		padding-bottom: 25px;
		position: relative;
		min-height: 120px;
	}	
	.ev2_list_item_miniatura
	{
		width: 120px;
		height: 120px!important;
		position: relative;
		border: 1px solid #336699;
	}
	.ev2_list_item_miniatura a
	{
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	.ev2_list_item_miniatura img
	{
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		margin: auto;
		padding:auto;
		top:0;
		bottom:0;
		left:0;
		right:0;
	}
	.hot
	{
		background: url(image/ico_fiamma.svg) top left no-repeat;
		padding-left: 20px;
		position: absolute;
		bottom: 0px;
		left:125px;
		color:#666666;
	}
	.ev2_list_item_box_negozio
	{
		width: 100%;
		color:#666666;
		background: url(image/ico_posizione.png) top left no-repeat;
		padding-left: 17px;
		box-sizing: border-box;
		display:block; 
	}
	.ev2_list_item_link_go
	{
		position: absolute;
		bottom: 0px;
		right: 0;
		border-radius: 10px;
		padding: 4px;
		box-sizing: border-box;
		display: table;
		color:#FFFFFF;
		background-color:#3c8342;
		text-transform: uppercase;	
		font-size: 0;
	}
	.ev2_list_item_link_go span
	{
		background: url(image/ico_carrello_bianco.svg) bottom right no-repeat;
		display: inline-block;
		width: 18px;
		height: 16px;
	}
	.ev2_list_item_link_gon
	{
		position: absolute;
		bottom: 0px;
		right: 0;
		border-radius: 10px;
		padding: 4px;
		display: table;
		color:#FFFFFF;
		background-color:#0075B8;
		text-transform: uppercase;	
		font-size: 0;
	}
	.ev2_list_item_link_gon span
	{
		background: url(image/ico_negozio_bianco.svg) right no-repeat;
		display: inline-block;
		width: 18px;
		height: 16px;
	}
	#form_preferiti
	{
		position: relative;
		width:100%;
		margin-bottom: 10px;
	}
	#form_preferiti h1
	{
		margin-bottom: 5px!important;
	}
	.ev2_favorite_print
	{
		position: absolute;
		top: 0px;
		right: 0;
		border-radius: 10px;
		padding: 4px;
		display: table;
		color:#FFFFFF;
		background-color:#0075B8;
		text-transform: uppercase;	
		font-size: 0;
	}
	.ev2_favorite_print span
	{
		background: url(image/17x17_stampapdf-08.svg) right no-repeat;
		display: inline-block;
		width: 18px;
		height: 16px;
	}
	#ev2_list_search_all
	{
		width:100%;
		margin: auto;
		color:#336699;
		font-size: 20px;
		text-align: center;
		margin-top: 60px;
	}
	#ev2_list_search_all a
	{
		border-radius: 10px;
		padding: 7px;
		padding-left: 17px;
		padding-right: 17px;
		display: table;
		color:#FFFFFF;
		background-color:#0075B8;
		text-transform: uppercase;	
		margin: auto;
		margin-top: 15px;
	}
	#ev2_list_search_all a span
	{
		background: url(image/ico_negozio_bianco.svg) right no-repeat;
		display: inline-block;
		margin-left: 10px;
		width: 18px;
		height: 16px;
	}
	.ev2_list_item_info small
	{
		font-weight: bold;
		font-size:16px;
		color:#666666;
	}	
	.ev2_list_item_link_desart
	{
		color:#336699;
		font-size: 20px;
		word-wrap: break-word;
		display:block; 
	}
	.ev2_list_item_link_desart:hover
	{
		text-decoration: underline;
	}
	.ev2_list_item_box_prezzo
	{
		display: block;
		color:#336699; 
		font-weight: bold;
		font-size: 25px;
	}
	#ev2_list_box_giropagina
	{
		display: block;
		position: relative;
		width: 100%;
		text-align: center;
		margin-bottom: 60px;
		margin-top: 60px;
		box-sizing: border-box;
	}
	#ev2_list_box_giropagina a
	{
		color:#336699;
		font-size:20px;
		font-weight: bold;	
		background-color: none!important;
		margin:10px;
		display: inline-block;
	}
	#ev2_list_box_giropagina_selected
	{
		color: #FFFFFF;
		background-color: #e98b3a;
		font-size:20px;
		font-weight: bold;	
		padding:10px;
		border-radius: 10px;
	}
	#ev2_list_box_giropagina_back,#ev2_list_box_giropagina_farword
	{
		color: #e98b3a!important;	
	}
	#ev2_detail_box
	{
		position: relative;
		box-sizing: border-box;
		width: 90vw;
		height: 100%;
		border-bottom: 1px dashed #336699;
		margin: auto;
		margin-bottom: 20px;
	}
	#ev2_detail_box div
	{
		box-sizing: border-box;
		vertical-align: top;
	}
	#ev2_detail_box_top_link
	{
		width: 100%;
		margin-bottom: 15px;
	}
	#ev2_detail_box_top_link a
	{
		color:#336699!important;
		background: url(image/freccetta.svg) right no-repeat;
		padding-right: 25px;
		margin-right: 10px;
	}
	#ev2_detail_box_top_link a:last-child
	{
		font-weight: bold;
		text-decoration: underline;	
		background: none;
	}
	#ev2_detail_box_left_box
	{
		width:100%;	
		position: relative;
	}
	#ev2_mainimage_hammer
	{
		width:90vw;
		height: 90vw;
		box-sizing: border-box;
		border:1px solid #336699;
		position: relative;
	}
	#ev2_mainimage_hammer img
	{
		position: absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin: auto;
		padding: auto;
		max-width: 100%;
		max-height: 100%;
	}
	#ev2_detail_box_left_box_imminv
	{
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		background:url('image/IMMVENDUTA.svg') top center no-repeat;
		background-size: cover;
	}
	#ev2_detail_box_left_box_immpren
	{
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		background:url('image/IMMPRENOTATO.svg') top center no-repeat;
		background-size: cover;
	}
	#ev2_detail_box_left_box_miniature
	{
		width:100%;	
		margin-top: 10px;
	}
	.ev2_detail_box_left_box_miniatura
	{
		display: inline-block;
		border: 1px solid #336699;
		margin-right: 10px;
		width: 50px;
		height: 50px;
		margin-bottom: 10px;
	}
	.ev2_detail_box_left_box_miniatura a
	{
		display: block;
		width:100%;
		height:100%;	
	}
	#ev2_detail_box_right_box
	{
		width:100%;
		box-sizing: border-box;
	}
	#ev2_detail_box_right_box_inserito
	{
		color:#606060;	
	}
	#ev2_detail_box_right_box_titolo
	{
		padding:0;
		margin:0;
		color:#336699;
		font-size:24px;
		margin-bottom:5px;	
		text-align: left;
		font-weight: bold;
	}
	#ev2_detail_box_right_box_codart
	{
		font-weight: bold;	
		color:#606060;	
		margin-bottom:5px;	
	}
	#ev2_detail_box_right_box_codart span
	{
		font-weight: normal;
	}
	#ev2_detail_box_right_box_countvisite
	{
		background:url(image/ico_fiamma_25x25px.svg) top left no-repeat;
		background-size: contain;
		box-sizing: border-box;
		height: 25px;
		width: 100%;
		color:#e98b3a;
		font-weight: bold;
		padding-top: 4px;
		padding-left: 30px;
	}
	#ev2_detail_box_right_box_acqol
	{
		background:url(image/ico_furgone_25x25px.svg) top left no-repeat;
		background-size: contain;
		box-sizing: border-box;
		height: 25px;
		width: 100%;
		color:#606060;
		padding-top: 4px;
		padding-left: 30px;	
		margin-top: 10px;
	}
	#ev2_detail_box_right_box_acqng
	{
		background:url(image/25x25_ico_negozio.svg) top left no-repeat;
		background-size: contain;
		box-sizing: border-box;
		height: 25px;
		width: 100%;
		color:#606060;
		padding-top: 4px;
		padding-left: 30px;	
		margin-top: 10px;
	}
	
	#ev2_detail_box_right_box_esi
	{
		margin-top:10px;
		color:#606060;
		padding-top: 4px;
		padding-left: 30px;
		position: relative;
	}
	#ev2_detail_box_right_box_esi span
	{
		display: inline-block;
		position: absolute;
		top: 0;
		left:0;
		width: 25px;
		height: 25px;
		box-sizing: border-box;
		background-color: #ed7f00;
		border-radius: 15px;
		color: #FFFFFF;
		text-align: center;
		font-weight: bold;
		padding-top: 3px;
	}
	#ev2_detail_box_right_box_extrades
	{
		color:#606060;
		width:100%;	
		clear: both;
		max-height: 65px; 
		overflow: hidden;
	}
	#ev2_detail_box_right_box_lovoglio
	{
		width: 100%;
		margin-top: -5px;
		padding-bottom: 20px;
	}
	#ev2_detail_box_right_box_lovoglio_btn
	{
		border-radius: 10px;
		background-size: contain;
		display: table;
		color:#FFFFFF;
		text-transform: uppercase;
		padding:10px;
		padding-left:20px;
		padding-right: 20px;
		margin: auto;
		font-size:25px;
		font-weight: bold;
		background-color:#3c8342;
	}
	#ev2_detail_box_right_box_lovoglio_btn span
	{
		display: inline-block;
		background: url(image/ico_carrello_bianco.svg) center no-repeat;
		height: 28px;
		width: 30px;
		vertical-align: middle;
		margin-left: 10px;
	}
	#ev2_detail_box_right_box_lovoglio_btn_info
	{
		border-radius: 10px;
		background-size: contain;
		display: table;
		color:#FFFFFF;
		text-transform: uppercase;
		padding:10px;
		padding-left:20px;
		padding-right: 20px;
		margin: auto;
		font-size:25px;
		font-weight: bold;
		background-color:#0075B8;
		margin-top: 20px;
	}
	#ev2_detail_box_right_box_lovoglio_btn_info span
	{
		display: inline-block;
		background: url(image/ico_negozio_bianco.svg) center no-repeat;
		height: 28px;
		width: 30px;
		vertical-align: middle;
		margin-left: 10px;
	}	
	#segnalini
	{
		height:34px;
		width: 100%;
		margin-top: 6px;
		text-align: center;
		margin-bottom: 10px;
	}
	#segnalini div
	{
		display: inline-block;
		width: 34px;
		height: 34px;
		margin-right: 3px;
		margin-left: 3px
	}
	#deital_box_service_pg1
	{
		background:url(image/pg_1.png) top center no-repeat;
	}
	#deital_box_service_pg2
	{
		background:url(image/pg_2.png) top center no-repeat;
	}
	#deital_box_service_pg3
	{
		background:url(image/pg_3.png) top center no-repeat;
	}
	#deital_box_service_pg4
	{
		background:url(image/pg_4.png) top center no-repeat;
	}
	#deital_box_service_pg5
	{
		background:url(image/pg_5.png) top center no-repeat;
	}
	#deital_box_service_pg7
	{
		background:url(image/ico_satispay.jpg) top center no-repeat;
	}
	#ev2_detail_box_right_box_moreinfo
	{
		position: relative;
		top:-85px;
	}
	#ev2_detail_box_right_box_prezzo_prz
	{
		color:#e98b3a;
		font-weight: bold;
		font-size:40px;
		text-align: center;
		margin-top: 55px;
	}
	#ev2_detail_box_negozio
	{
		position: relative;
		width: 95vw;
		height: 100%;	
		color:#606060;
		margin: auto;
	}
	#ev2_detail_box_negozio span
	{
		display: block!important;
		margin-top: 5px;
	}
	#ev2_detail_box_negozio i
	{
		display: block;
		margin-bottom:15px;	
	}
	#ev2_detail_box_negozio_insegna
	{
		line-height: 30px;
		display: block;
	}
	#ev2_detail_box_negozio_insegna a:first-child
	{
		font-weight:bold;
		font-size: 20px;
		color:#336699;	
	}
	#ev2_detail_box_negozio_distance
	{
		font-weight: bold;	
	}
	#ev2_detail_box_negozio_indirizzo a
	{
		display: inline-table;
		background:url(image/ico_navigaverso.svg) center no-repeat;	
		width: 20px;
		height: 20px;
		vertical-align: bottom;
	}
	#ev2_detail_box_negozio_telefono a.ico
	{
		display: inline-table;
		background:url(image/ico_chiama.svg) center no-repeat;	
		width: 20px;
		height: 20px;	
		vertical-align: bottom;
	}
	#ev2_detail_box_negozio_acq
	{
		color:#e98b3a;
		font-weight: bold;
		margin-top:25px!important;
		margin-bottom:25px;	
	}
	#ev2_detail_box_altrioggetti
	{
		width: 100%;
		position: relative;
		margin-bottom: 20px;
		margin: auto;
	}
	#ev2_detail_box_altrioggetti b
	{
		display: block;
		font-size:16px;
		color:#336699;
	}
	.ev2_list_item_altriart
	{		
		display: inline-block;
		margin-top: 10px;
		width: 45%;
		margin:auto;
		margin-right: 3%;
		position: relative;
		height: 150px;
		border: 1px solid #336699;
	}
	.ev2_list_item_altriart div
	{
		max-width: 100%;
	}
	.ev2_list_item_altriart a.item_home_over_a
	{
		background: url(image/ico__45x45-01.svg) center no-repeat;
		background-size: 40px 40px;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 10;
		position: relative;
	}	    
	.ev2_list_item_altriart img
	{
		position: absolute;
		top:0!important;
		left:0!important;
		right:0!important;
		bottom:0!important;
		margin: auto!important;
		padding: auto!important;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
	}
	#ev2_detail_box_altrioggetti_btn_seeall
	{
		border-radius: 10px;
		padding: 7px;
		padding-left: 17px;
		padding-right: 17px;
		display: table;
		color:#FFFFFF;
		background-color:#0075B8;
		margin: auto;
		margin-top: 30px;
		text-transform: uppercase;
	}
	#ev2_info_negozio
	{
		background:url(image/ico_infotonda.png) top center no-repeat;
		width:38px;
		height:38px;
		display: inline-block;
		font-size:0;
		vertical-align: top;
		position: relative;
		top:-4px;
		z-index: 1!important;
	}

	/*invio carrello*/
	#content_ebay
	{
		width:100%;
		box-sizing: border-box;
		padding: 10px;
	}
	#eio_ecom_otherorder
	{
		color:#EC8023;
		width: 100%;
		text-align: center;
		margin: auto;
		font-size: 14px;
		position: relative;
		margin-top: 20px!important;
	}
	#ev2_ebay_box_top_link
	{
		position:relative;
		width:100%;
		box-sizing: border-box;
		margin: auto;
		text-align: left!important;
	}
	#ev2_ebay_box_top_link a:last-child
	{
		font-weight: bold;
		text-decoration: underline;
		background:none;
	}
	#ev2_ebay_box_top_link a
	{
		color:#336699!important;
		background: url(image/freccetta.svg) right no-repeat;
		padding-right: 25px;
		margin-right: 10px;
	}
	#eio_ecom_benvenuto
	{
		color:#336699;
		font-size:16px;
		text-align: center; 
		margin: auto;
	}
	#eio_ecom_item
	{
		position: relative;
		width: 100%;
		margin: auto;
		margin-top: 30px!important;
	}
	#eio_ecom_item div
	{
		display: inline-block;
		height: 100%;
		min-height: 100px;
		box-sizing: border-box;
		vertical-align: top;
	}
	#eio_ecom_item_info
	{
		width:100%;
		margin-left:-100px;	
		padding-left: 120px!important;
		box-sizing: border-box;
	}
	#eio_ecom_item_info div
	{
		color:#336699;
		font-size:16px;
		text-align: center; 
		margin: auto;
		min-height:0;
		margin-top:5px;
		display: block!important;	
		width:100%;
		text-align: left;
	}
	#eio_ecom_item_info_prezzo
	{
		font-weight: bold;
		margin-bottom: 5px;
	}
	#eio_ecom_item_foto
	{
		width:100px;	
		height: 100px;
		box-sizing: border-box;
		border:1px solid #336699;
		position: relative;
	}
	#eio_ecom_item_foto img
	{
		max-height: 100%;
		max-width: 100%;
		position: absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin: auto;
		padding:auto;
	}
	#eio_ecom_ordine_form
	{
		display: block;
		width: 100%;
		margin: auto;
		box-sizing: border-box;	
	}
	#ecom_ordina_spedizione,#ecom_ordina_pagamento
	{
		background:url(image/ArrowSelect.jpg) no-repeat right 10px center;
		padding-right:20px;	
	}
	#ecom_ordina_spedizione,#ecom_ordina_pagamento,#eio_ecom_ordine_form input[type=text],#label_nominativo
	{
		display: block;
		width: 100%;
		margin: auto;
		margin-top: 10px;
		-webkit-appearance: none;
		border:1px solid #336699;
		color:336699;
		box-sizing: border-box;
		font-size:12px;
		padding:5px;
		height: 32px;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		background-color:#FFFFFF;	
	}
	#ecom_ordina_note
	{
		display: block;
		width: 100%;
		margin: auto;
		margin-top: 10px;
		height: 100px;
		border:1px solid #336699;
		color:336699;
		box-sizing: border-box;
	}
	.ecom_ordina_box
	{
		width:100%;
		margin: auto;
	}
	#ecom_ordina_box_send
	{
		border-radius: 10px;
		-webkit-appearance: none;
		display: block;
		padding-left: 34px;
		padding-right: 34px;
		box-sizing: border-box;
		font-size: 17px;
		text-transform: uppercase;
		color:#FFFFFF;
		background-color:#39840B;
		border:none;
		padding-top:17px;
		padding-bottom:17px;
		font-weight: bold;
		margin:auto;
		margin-top:15px; 	
	}
	#ecom_ordina_box_send:hover
	{
		background-color: #63A538;
	}
	#ecom_ordina_box_change
	{
		background: url(image/50x50px_piu-01.svg) right no-repeat;
		display: table;
		padding-left: 5px;
		padding-right: 35px;
		font-size: 11px;
		text-transform: uppercase;
		color:#FFFFFF;
		background-color:#0075B8;
		border:none;
		padding-top:7px;
		padding-bottom:7px;
		font-weight: bold;	
		margin-top: 5px;
		border-radius: 5px;
	}
	#ecom_ordina_box_change:hover
	{
		background-color:#0397D8;
	}
	#title_dati
	{
		font-size:24px;
		color:#336699;
		text-transform: uppercase;
		margin-top:15px;
		margin-bottom:15px;
		font-weight: bold; 
	}
	#ecom_ordina_error_mex
	{
		color: #FF0000;
		width: 100%;
		font-size: 12px;
		margin-bottom:10px;	
		margin-top:10px;	
	}
	#thanks
	{
		font-size:30px;
		display: block;
		margin-top:30px;	
		margin-bottom:30px:	
	}
	#goshop
	{
		border-radius: 10px;
		display: table;
		padding-left: 34px;
		padding-right: 34px;
		box-sizing: border-box;
		font-size: 17px;
		text-transform: uppercase;
		color:#FFFFFF;
		background-color:#39840B;
		border:none;
		padding-top:17px;
		padding-bottom:17px;
		font-weight: bold;	
		position: relative;	
		width: auto;
		margin: auto;
		margin-top:20px; 
	}
	#goshop:hover
	{
		background-color: #63A538;
	}
	#goalert
	{
		border-radius: 10px;
		display: table;
		padding-left: 34px;
		padding-right: 34px;
		box-sizing: border-box;
		font-size: 17px;
		color:#FFFFFF;
		background-color:#39840B;
		border:none;
		padding-top:17px;
		padding-bottom:17px;
		font-weight: bold;	
		position: relative;	
		width: auto;
		margin-top:30px; 
	}
	#goalert:hover
	{
		background-color: #63A538;
	}
	#eio_ecom_user_message,#eio_ecom_user_message_p
	{
		width:100%;
		box-sizing: border-box;
		padding: 30px;
		color:#336699;
		text-align: left;
	}
	#eio_ecom_user_message_p
	{
		margin-top: 10px;
		text-align: center;
	}


	#carrello_void
	{
		text-align: center;
		line-height: 50px;
		font-size: 20px;
		color:#336699;
		margin-bottom: 50px;
	}
 	#title_pagamenti
 	{
		font-size: 40px;
		text-transform: uppercase;
		color:#39840b; 
		border-top: 2px solid #39840b;
		padding-top: 10px;
	}
	.eio_ecom_pagamento_item
	{
		width:100%;
		position: relative;	
		margin-bottom: 30px;		
	}	
	.eio_ecom_pagamento_item_left
	{
		height: 100%;
		box-sizing: border-box;
		vertical-align: top;	
		width:100%;
		box-sizing: border-box;
	}
	.eio_ecom_pagamento_item_left_cp
	{
		margin-bottom:15px;	
		color:#39840b;
		font-size:24px;
		font-weight: bold;
	}
	.eio_ecom_pagamento_item_left_sp,.eio_ecom_pagamento_item_left_db,.eio_ecom_pagamento_item_left_nt,.eio_ecom_pagamento_item_left_pg
	{
		color:#707173;
		font-size: 16px;
	} 			
	.eio_ecom_pagamento_item_articolo
	{
		position: relative;
		width:100%;
		min-height: 100px;
		margin-bottom: 10px;
	} 			
	.eio_ecom_pagamento_item_articolo_img
	{
		display: inline-block;
		height: 100%;
		box-sizing: border-box;
		vertical-align: top;	
		position: relative;
		border:1px solid #336699;
		width:100px;
		height:100px;	
		z-index: 10;
	}
	.eio_ecom_pagamento_item_articolo_img a
	{
		display: block;
		width:100%;
		height:100%;	
	}
	.eio_ecom_pagamento_item_articolo_img img
	{
		position: absolute;
		max-width: 100%;
		max-height: 100%;
		top:0;
		bottom: 0;
		left:0;
		right: 0;
		margin: auto;
		padding: auto;
	}
	.eio_ecom_pagamento_item_articolo_data
	{
		display: inline-block;
		height: 100%;
		box-sizing: border-box;
		vertical-align: top;	
		min-height:100px;	
		position: relative;
		width:100%;
		margin-left:-100px!important;	
		padding-left: 120px!important;
	}
	.eio_ecom_pagamento_item_articolo_descrizione a
	{
		font-size:24px; 
		color:#336699; 		
	}
	.eio_ecom_pagamento_item_articolo_qta
	{
		color:#707173;	
	}
	.eio_ecom_pagamento_item_articolo_prezzo
	{	
		font-size:24px; 
		color:#39840b; 	
		padding-bottom:3px;
		border-bottom: 1px solid #336699;
		width: 80%;
		box-sizing: border-box;
	}	
	.eio_ecom_pagamento_item_spese
	{
		font-size: 16px;
		width:100%;
		text-align: center;
		color:#707173;
	}
	.eio_ecom_pagamento_item_spese b
	{
		font-size: 19px;
		color: #39840b;
		width:100%;
	}
	.eio_ecom_pagamento_item_right
	{		
		height: 100%;
		box-sizing: border-box;
		vertical-align: top;	
		width:100%;
		position: relative;
		min-height:200px;
	}
	.requestinfo
	{
		position: absolute;
		top:10px;
		left:5px;	
		background: url(image/ico_titinfo_mobile.png) top center no-repeat;
		width:48px;
		height: 31px;
		background-size: contain;
		font-size: 16px;
		display: block;
		text-align: center;
		padding-top: 33px;
		text-transform: uppercase;
		color: #0075B8;
		cursor: pointer;
		
	}
	.eio_ecom_pagamento_item_right_importo
	{
		position: absolute;
		bottom:0;
		right:0;
		width:100%;	
		text-align: right;
	}
	.impodes
	{
		vertical-align: top;
		display: inline-block;
		width:50px;;
	
		color:#707173;
		text-align: left;
	}
	.impodes b
	{
		color:#39840b;
		display: block;
		font-size: 24px
	}
	.impo
	{
		text-align: right;
		vertical-align: top;
		display: inline-block;
		color:#707173;	
		width: 70vw;
		margin: auto;
	}
	.impo b
	{
		display: block;
		color:#39840b;	
		font-size: 34px;
	}
	.impo font
	{
		font-weight: bold;
		display: block;
	}
	.pagato
	{
		border-radius: 10px;
		display: table;
		padding-left: 34px;
		padding-right: 34px;
		box-sizing: border-box;
		font-size: 17px;
		text-transform: uppercase;
		color:#FFFFFF;
		background-color:#39840B;
		border:none;
		padding-top:17px;
		padding-bottom:17px;
		font-weight: bold;	
		position: relative;	
		width: auto;
		margin: auto;
		margin-right: 0;
		margin-top:20px; 	
	}
	#title_disponibilita
 	{
		font-size: 40px;
		text-transform: uppercase;
		color:#EC8023; 
		border-top: 2px solid #EC8023;
		padding-top: 10px;
	}
	.eio_ecom_attesa_item_articolo
	{
		position: relative;
		width:100%;
		margin-bottom: 10px;
		border-bottom: 1px solid #336699;
	} 			
	.eio_ecom_attesa_item_articolo_img
	{
		display: inline-block;
		height: 100%;
		box-sizing: border-box;
		vertical-align: top;	
		position: relative;
		border:1px solid #336699;
		width:100px;
		height:100px;	
		z-index: 10;
	}
	.eio_ecom_attesa_item_articolo_img a
	{
		display:block;
		width:100%;
		height:100%;	
	}
	.eio_ecom_attesa_item_articolo_img img
	{
		position: absolute;
		max-width: 100%;
		max-height: 100%;
		top:0;
		bottom: 0;
		left:0;
		right: 0;
		margin: auto;
		padding: auto;
	}
	.eio_ecom_attesa_item_articolo_data
	{
		display: inline-block;
		box-sizing: border-box;
		height: 100%;
		vertical-align: top;	
		position: relative;
		width:100%;
		margin-left:-100px!important;	
		padding-left: 120px!important;		
	}
	.eio_ecom_attesa_item_articolo_descrizione a
	{
		font-size:24px; 
		color:#336699; 		
	}
	.eio_ecom_attesa_item_articolo_qta
	{
		color:#707173;	
	}
	.eio_ecom_attesa_item_articolo_prezzo
	{	
		font-size:24px; 
		color:#EC8023; 	
		font-weight: bold;
		padding-bottom: 60px;
	}	
	.eio_ecom_attesa_item_articolo_prezzo span
	{
		font-size:16px;
	}
	.annulla
	{
		border-radius: 10px;
		display: table;
		padding-left: 34px;
		padding-right: 34px;
		box-sizing: border-box;
		font-size: 17px;
		text-transform: uppercase;
		color:#FFFFFF;
		background-color:#FF0000;
		border:none;
		padding-top:10px;
		padding-bottom:10px;
		font-weight: bold;	
		position: absolute;	
		width: auto;
		margin: auto;	
		bottom:5px;
		right:0;	
	}
	.requestinfoattesa
	{
		position: absolute;
		bottom:-11px!important;
		right:150px;	
		background: url(image/ico_titinfo_mobile.png) top center no-repeat;
		width:48px;
		height: 31px;
		background-size: contain;
		font-size: 16px;
		display: block;
		text-align: center;
		padding-top: 33px;
		text-transform: uppercase;
		color: #0075B8;
		cursor: pointer;
		
	}
	.requestinfoattesa[data-status=new],.requestinfo[data-status=new]
	{
		background: url(image/btn_nuovomessaggio.gif) top center no-repeat!important;	
		background-size: contain!important;
	}
	#ev2_flot_btn_negozi_flot
	{
		width:100%;
		height: 23px;
		position: absolute;
		top:145px;
		left: -10px;
	}
	#ev2_flot_btn_negozi
	{
		position: absolute;
		right: 30px;
		background: url(image/ico_trovanegozio_mobile.png) top left no-repeat;
		width: 23px;
		height: 23px;
		font-size: 0!important;
		display: block;
	}
	#alert_box
	{
		z-index: 1000001;
		position: fixed;
		background-color:#FFFFFF;
		width: 100vw;
		height:100vh;
		left: 0%;
		top:0%;
		box-sizing: border-box;
		padding: 10px;
		overflow-y: scroll;
	}	
	#eio_alert_chiudi
	{
		position: absolute;
		top:20px;
		right:20px;
		background-color:#0075B8;		
		display: table;
		color: #FFFFFF;
		font-weight: bold;
		padding: 5px;
	}
	#alert_box_title
	{
		background:url(image/imm_megafonoalert.png) top left no-repeat;
		background-size: 100px;
		padding-left: 120px;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 40px;
	}
	#alert_box_title b
	{
		color:#336699;
		font-size: 50px;
	}
	#alert_box_title span
	{
		display: inline-block;
		margin-left: 10px;
		color:#0075B8;	
	}
	#alert_box_form
	{
		position: relative;
		padding-bottom: 50px;
	
	}
	#alert_box_form input[type=text]
	{
		box-sizing: border-box;
		font-size:14px;
		padding:10px;	
		height: 42px;
		width: 100%;
		margin-bottom: 10px;
	}
	#alert_box_form_password
	{
		box-sizing: border-box;
		font-size:14px;
		padding:10px;	
		height: 42px;
		width: 100%;
		margin-right: 1%;
		margin-top: 10px;
		display: none;
	}
	#alert_box_form select
	{
		-webkit-appearance: none;
		border:1px solid #e2e2e2;
		box-sizing: border-box;
		font-size:14px;
		padding:10px;
		height: 42px;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		background-color:#FFFFFF;	
		width:100%;
		background:url(image/ArrowSelect.jpg) no-repeat right 10px center;
		padding-right:20px;
	}
	#alert_box_btn_attiva_alert
	{
		border-radius: 10px;
		display: table;
		padding-left: 34px;
		padding-right: 34px;
		box-sizing: border-box;
		font-size: 17px;
		text-transform: uppercase;
		color:#FFFFFF;
		background-color:#39840B;
		border:none;
		padding-top:17px;
		padding-bottom:17px;
		font-weight: bold;	
		position: relative;	
		width: auto;
		margin: auto;
		margin-top:30px; 
		margin-right: 0;
	}
	#alert_box_btn_attiva_alert:hover
	{
		background-color: #63A538;
	}
	#alert_check_foto
	{
		margin-bottom: 10px;
	}	
	#rinfodiv
	{
	    z-index: 1000001;
		position: fixed;
		background-color:#FFFFFF;
		width: 100vw;
		height:100vh;
		left: 0%;
		top:0%;
		box-sizing: border-box;
		padding: 10px;
		overflow-y: scroll;
	}
	#rinfodiv_title
	{
		display: table;
		background: url(image/ico_infotonda.png) left no-repeat;
		box-sizing: border-box;
		height: 38px;
		padding-left:44px;
		margin:auto;
		margin-bottom:20px;		
		font-size: 16px;
		color:#336699;
		font-weight: bold;
		padding-top: 10px;
	}
	#rinfodiv input[type=text]
	{
		box-sizing: border-box;
		font-size:14px;
		padding:10px;	
		height: 42px;
		width: 100%;
		margin-bottom: 10px;
	}
	#rinfodiv textarea
	{
		box-sizing: border-box;
		font-size:14px;
		padding:10px;	
		height: 100px;
		width: 100%;
		margin-bottom: 10px;
	}
	#rinfodiv_captcha
	{
		margin-left: 1%;
		width: 98%;
		position: relative;
		height: 42px;
		position: relative;
		margin-bottom: 20px;
	}
	#rinfodiv_captcha input[type=text]
	{
		top: 0;
		left:80px;
		position: absolute;
		margin-bottom: 0px!important;
		width:200px;	
	}
	#rinfodiv_captcha img
	{
		top: 0;
		left:0;
		position: absolute;
	}
	#rinfodiv_priv
	{
		margin-left: 1%;
	}
	#rinfodiv_nota
	{
		margin: auto;
		font-size:12px;
		width:98%;
		position: relative;
		text-align: right;	
	}
	#sysdiv
	{
		width: 100%!important;
	}
	#send_r_info
	{
		border-radius: 10px;
		display: table;
		padding-left: 34px;
		padding-right: 34px;
		box-sizing: border-box;
		font-size: 17px;
		text-transform: uppercase;
		color:#FFFFFF;
		background-color:#39840B;
		border:none;
		padding-top:17px;
		padding-bottom:17px;
		font-weight: bold;	
		position: relative;	
		width: auto;
		margin: auto;
		margin-top:30px; 
		margin-right: 0;
	}
	#send_r_info:hover
	{
		background-color: #63A538;
	}
	#easy_zoom
	{
		display: none;
	}
	#login_top_error
	{
		display: none;
	}
	#login_cerrello_error
	{
		width:100%;
		text-align: center;
		color:#FF0000;	
	}
	.my_read_more a
	{
		color:#336699;	
		font-weight: bold;
	}
	
	
	
	
	
	
	
	.eio_alert_active,.eio_netcard_alert_disactive
	{
		text-align: left;
		padding: 0!important;
		margin: auto;
	}
	.eio_alert_active a
	{
		color:#368d3a;
	}
	.eio_alert_disactive a
	{
		color:#FF0000;
	}
	.eio_alert_test 
	{
		background:url(image/ico_prova_25x25px.svg) center no-repeat;
		width:25px;;	
		height: 25px;
	}
	.eio_alert_test a span
	{
		display: none;
	}
	.eio_alert_test a
	{
		display: block;
		width: 100%;
		height: 100%;
	}
	.eio_alert_delete 
	{
		background:url(image/ico_elimina_25x25px.svg) center no-repeat;
		width:25px;	
		height: 25px;
	}
	.eio_alert_delete a span
	{
		display: none;
	}
	.eio_alert_delete a
	{
		display: block;
		width: 100%;
		height: 100%;
	}
	.eio_alert_table_head
    {
        display:none;
    }
	.eio_alert_table_row
    {
        margin-bottom: 10px;
        position: relative;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
	.eio_alert_table_cell 
	{
		color:#666666;
	}

	
	
	
	
	
	
	
	
	
}
@media only screen and (min-width:768px) 
{
	.gadget_vetrina_top
	{
	    text-align: center;
	    width:670px;
	    background: url(image/vetrina_top.png) no-repeat center top;
	    height: 71px;
	    padding-top: 3px;
	    position: relative;
	}
	.gadget_vetrina_top a span 
	{
	    position: absolute;
	    left:370px;
	    top:30px;
	}
	.gadget_vetrina_center
	{
	    width: 670px;
	    background: url(image/vetrina_center.png) repeat-y center top;
	    position:relative;
	    box-sizing: border-box;
	    padding:10px;
	    
	}
	.gadget_vetrina_item
	{
		display:inline-block;
		margin: auto;
		width: 124px;
		margin-right: 6px;
	}
	.gadget_vetrina_footer
	{
	    text-align: center;
	    width: 670px;
	    background: url(image/vetrina_bottom.png) no-repeat center top;
	    height: 10px;
	    padding-top: 3px;
	}
	.gadget_vetrina_link_vetrina
	{
	    font-size:8pt;
	    display: none;
	}
	.gadget_vetrina_td_backfoto
	{
	    border: 1px dashed #336699;
	    border-radius: 5px;
	}
	.gadget_vetrina_td_desart
	{
	    font-size:7pt;   
	}
	.gadget_vetrina_td_prezzo
	{
	    font-size:8pt;
	    font-weight:bold;   
	}
	
	

	#ev2_top_search_form
	{
		width: 100%;
		margin-bottom: 10px;
		position: relative;
	}
	#ev2_top_search_form div
	{
		display: inline-block;
		height: 42px;
		vertical-align: top;
	}
	#ev2_top_search_form1
	{
		width: 100%;
		margin-right: -470px;
		padding-right: 470px;
		box-sizing: border-box;
	}
	#ev2_top_search_form2
	{
		width:220px;
		margin-left: 10px;
	}
	#ev2_top_search_form3
	{
		width:140px;
		margin-left: 10px;
		box-sizing: border-box;
		padding-top: 8px;
	}
	#ev2_top_search_form3 div
	{
		margin-top: 0px!important;
	}
	#ev2_top_search_form4
	{
		width:80px;
		margin-left: 10px;
	}
	#eio_vetrina_of
	{
		position: absolute;
		top: 40px;
		left:0;
	}
	#ev2_top_search_form_keyword
	{
		background-color:#e2e2e2;
		border:none;
		box-sizing: border-box;
		font-size:16px;
		padding:10px;	
		height: 42px;
		width: 100%;
	}
	#ev2_top_search_form_categoria
	{
		-webkit-appearance: none;
		border:1px solid #e2e2e2;
		box-sizing: border-box;
		font-size:16px;
		padding:10px;
		height: 42px;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		background-color:#FFFFFF;	
		width:100%;
		background:url(image/ArrowSelect.jpg) no-repeat right 10px center;
		padding-right:20px;
	}
	#ev2_top_search_form_go
	{
		border-radius: 10px;
		background-color:#3c8342;
		border:none;
		font-size:14px;
		text-transform: uppercase;
		font-weight: bold;
		color:#FFFFFF;
		padding:10px!important;	
		height: 42px;
		margin: 0px;		
		width:100%;
	}	
	#showe
	{
		height: auto!important;
		position: absolute;
		right: 0;
		top:80px;
		color: #ff0000;
	}
	#citta_geo_panel[data-state=active]
	{
		margin-left: 10px;
		position: relative;
		display: inline-block;
		height: 63px;
	}
	#citta_geo_panel[data-state=disable]
	{
		display: none;
	}
	#citta_geo_panel_des[data-state=active]
	{
		padding-left: 10px;
		position: relative;
		display: inline-block;
		height: 60px;
		padding-top: 13px;
		color:#707173;
	}
	#citta_geo_panel_des[data-state=disable]
	{
		display: none;
	}
	#gelocate
	{
		position: relative;
		margin-top: 20px;
		width: 100%;
	}
	#geolocate_switch_container
	{
		position: relative;
		top: 8px;
	}
	#geolocate_button
	{
		cursor: pointer;
		position: absolute;
		bottom: 0;
		left:3px;;
		font-size: 14px;
	}
	#geolocate_button:hover
	{
		text-decoration: underline;
	}
	#citta_geo
	{
		display: inline-block;
		box-sizing: border-box;
		font-size:16px;
		padding:10px;	
		height: 42px;
		width: 250px;
		vertical-align: top;	
		margin-right: 20px;
	}
	#distance_selector
	{
		display: inline-block;	
		height: 42px;
		width: 300px;
	}
	.distance_selector_0
	{
		background: url(image/kilometraggio-01.svg) top left no-repeat;
	}
	.distance_selector_1
	{
		background: url(image/kilometraggio-02.svg) top left no-repeat;
	}
	.distance_selector_2
	{
		background: url(image/kilometraggio-03.svg) top left no-repeat;
	}
	.distance_selector_3
	{
		background: url(image/kilometraggio-04.svg) top left no-repeat;
	}
	#distance_selector a
	{
		display: inline-block;
		width: 25%;
		height: 100%;
	}
	
	
	#ev2_homebox_top
	{
		width:100%;
		height: 369px;
		margin-bottom: 40px;
		margin-top: 40px;
	}
	#ev2_homebox_top div
	{
		display: inline-block;
		height: 100%;
		box-sizing: border-box;
		vertical-align: top;
	}
	#ev2_homebox_top_right
	{
		width:100%;
		margin-left:-491px;	
		padding-left: 491px!important;
		box-sizing: border-box;
	}
	#ev2_homebox_top_right_content_span1,#ev2_homebox_top_right_content_span2
	{
		color:#FFFFFF;
		display: block;
		position: absolute;
		top: 25px;
		font-size: 30px;
		text-align: center;
		width: 100%;
		max-width: 480px;
		margin: auto;
		left: 0px;
		right: 0px;
	}
	#ev2_homebox_top_right_content_span2
	{
		top: inherit!important;
		bottom: 25px!important;
		font-size: 24px!important;
	}
	#ev2_homebox_top_right_content_span2 b
	{
		color:#e98b3a;
	}
	#ev2_homebox_top_right_content
	{
		width:100%;
		height:100%;
		background: url(image/imm_oggetti.png) center no-repeat;
		background-color: #336699;	
		position: relative;
	}
	#ev2_homebox_top_left
	{
		width:491px;	
		position: relative;
		font-size: 0;
	}
	.ev2_homebox_top_left_link
	{
		border:1px solid #FFF;
		width:25%!important;
		height:123px!important;
		margin: 0;
	}
	.ev2_homebox_top_left_link a
	{
		background: url(image/ico__45x45-01.svg) center no-repeat;
		background-size: 40px 40px;
		display: block;
		width: 100%;
		height: 100%;
		font-size: 0;
		color:#FFFFFF;
		text-align: center;
		padding-top: 40%;
		box-sizing: border-box;
	}
	.ev2_homebox_top_left_link a:hover
	{
		background-image: none;
		display: block;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		background-color: #336699;	
		font-size: 20px;
		font-family: lobster!important;
	}
	.ev2_homebox_artibox
	{
		width:100%;	
		position: relative;
		margin-bottom: 40px;
		min-height: 460px;
	}
	.ev2_homebox_artibox div
	{
		display: inline-block;
		box-sizing: border-box;
		vertical-align: top;
	}
	.ev2_homebox_artibox_right
	{
		width:100%;
		margin-left:-630px;	
		padding-left: 640px!important;
		box-sizing: border-box;
		height: 370px!important;
	}
	.ev2_homebox_artibox_right_item
	{
		display: inline-block;
		width: 50%;
		height: 50%;
		box-sizing: border-box;
		border: 1px solid #336699;
		position: relative;
		text-align: center;
		overflow: hidden;
		border-collapse: collapse;
	}
	.ev2_homebox_artibox_right_item a
	{
		background: url(image/ico__45x45-01.svg) center no-repeat;
		background-size: 40px 40px;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 10;
		position: relative;
	}
	.item_home_over
	{
		visibility:hidden;
		position: absolute;
		background-color: #336699;
		width: 100%;
		height: 100%;
		left:0px;
		top:0px;
		box-sizing: border-box;
		text-align: center;
	}
	.item_home_over span
	{
		display: block;
		color: #FFFFFF;
		text-align: center;
		box-sizing: border-box;
	}
	.item_home_over_des
	{
		position: absolute;
		margin: auto;
		top:10px;
		left: 10px;
		right:10px;
		margin-left: 0;
		margin-right: 0;	
		height: 30%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: pre-line;
	}
	.item_home_over_prezzo
	{
		color: #e98b3a!important;
		font-weight: bold;
		font-size: 24px;
		height: 24px;
		overflow: hidden;
		position: absolute;
		top: 50%;
		margin-top: -12px;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.item_home_over_insegna
	{
		position: absolute;
		margin: auto;
		bottom:10px;
		left: 10px;
		right:10px;
		margin-left: 0;
		margin-right: 0;
	}
	.item_home_over_insegna div
	{
		background: url(image/ico_posizione.svg) top left no-repeat;
		width: 17px;
		height: 16px;
		display: inline-block;
	}
	.ev2_homebox_artibox_right_item img
	{
		position: absolute;
		top:0!important;
		left:0!important;
		right:0!important;
		bottom:0!important;
		margin: auto!important;
		padding: auto!important;
		min-width: 100%;
		min-height: 100%;
		overflow: hidden;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ev2_homebox_artibox_title
	{
		color: #336699;
		font-size:60px;
		width:100%; 
		margin-bottom: 10px;
	}
	.ev2_homebox_artibox_title b
	{
		font-family: lobster!important;
		font-weight: normal!important;
	}
	.ev2_homebox_artibox_left
	{
		width: 630px;
		height: 370px!important;
		position: relative;
	}
	.ev2_homebox_artibox_left_linkbar
	{
		position: absolute;
		bottom:0px;
		width:100%;
		left:0px;
		background-color: #336699;
		height:54px;			
	}
	.ev2_homebox_artibox_left_linkbar a
	{
		box-sizing: border-box;
		display: inline-block;
		border-right: 1px solid #FFFFFF;
		color: #FFFFFF;
		font-weight: bold;
		padding: 12px;
		height: 44px;
		margin-top: 5px;
	}
	.ev2_homebox_artibox_left_linkbar a:hover
	{
		text-decoration: underline;
	}
	#arti_box_stile
	{
		background: url(image/imm_stile.jpg) top left no-repeat;
	}
	#arti_box_casa
	{
		background: url(image/imm_casa.jpg) top left no-repeat;
	}
	#arti_box_hobby
	{
		background: url(image/imm_hobby.jpg) top left no-repeat;
	}
	#arti_box_passioni
	{
		background: url(image/imm_passioni.jpg) top left no-repeat;
	}
	#arti_box_tecnologia
	{
		background: url(image/imm_tecnologia.jpg) top left no-repeat;
	}
	

	
	#ev2_list_box_bottom_alert
	{
		background-color:#e3e5e6;
		width:100%;
		margin: auto;
		min-height: 200px;
		box-sizing: border-box;
		padding:20px;
	}
	#ev2_list_box_bottom_alert div
	{
		display: inline-block;
		box-sizing: border-box;
		vertical-align: top;	
	}
	#ev2_list_box_bottom_alert_left
	{
		width: 50%;
		height: 194px;
		background: url(image/imm_megafonoalert.png) center no-repeat;
	}
	#ev2_list_box_bottom_alert_right
	{
		width: 50%;
		box-sizing: border-box;;
	}
	#ev2_list_box_bottom_alert_right h2,#ev2_list_box_bottom_alert_right p
	{
		color: #336699;
	}
	#goalert
	{
		border-radius: 10px;
		display: table;
		padding-left: 34px;
		padding-right: 34px;
		box-sizing: border-box;
		font-size: 17px;
		color:#FFFFFF;
		background-color:#39840B;
		border:none;
		padding-top:17px;
		padding-bottom:17px;
		position: relative;	
		width: auto;
		margin-top:30px; 
	}
	#goalert:hover
	{
		background-color: #63A538;
	}
	
	
	
	
	#ev2_list_box_top_link
	{
		position:relative;
		width:100%;
		margin-top:50px;
		box-sizing: border-box;
	}
	#ev2_list_box_top_link a:last-child
	{
		font-weight: bold;
		text-decoration: underline;
		background:none;
	}
	#ev2_list_box_top_link a
	{
		color:#336699!important;
		background: url(image/freccetta.svg) right no-repeat;
		padding-right: 25px;
		margin-right: 10px;
	}
	
	.list_title
	{
		color:#336699!important;	
		font-weight: normal;
		border-bottom: 1px solid #707172;
		font-size: 60px;
		text-align: left!important;
		margin-bottom: 10px;
		
	}
	.ev2_list_item_article
	{
		width:100%;
		margin-bottom: 10px;
		box-sizing: border-box;
		padding: 5px;
		border-bottom: 1px solid #707172;
	}
	.ev2_list_item_article div
	{
		display: inline-block;
		box-sizing: border-box;
		vertical-align: top;
	}
	.ev2_list_item_info
	{
		width:100%;
		margin-left:-200px;	
		padding-left: 210px!important;
		padding-right: 80px;
		box-sizing: border-box;
		height: 200px!important;
		position: relative;
	}	
	.ev2_list_item_miniatura
	{
		width: 200px;
		height: 200px!important;
		position: relative;
		border: 1px solid #707172;
	}
	.ev2_list_item_miniatura a
	{
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	.ev2_list_item_miniatura img
	{
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		margin: auto;
		padding:auto;
		top:0;
		bottom:0;
		left:0;
		right:0;
	}
	.hot
	{
		background: url(image/ico_fiamma.svg) top left no-repeat;
		padding-left: 20px;
		position: absolute;
		bottom: 30px;
		left:206px;
		color:#666666;
		
	}
	.ev2_list_item_info small
	{
		font-size:16px; 
		font-weight: bold;
		color:#666666;
	}	
	.ev2_list_item_link_desart
	{
		color:#336699;
		font-size: 25px;
		margin-top: 10px;
	}
	.ev2_list_item_link_desart:hover
	{
		text-decoration: underline;
	}
	.ev2_list_item_box_prezzo
	{
		display: block!important;
		color:#EC8023; 
		font-weight: bold;
		font-size: 25px;
		margin-top: 5px;
		text-align: left!important;
	}
	.ev2_list_item_box_negozio
	{
		position: absolute;
		bottom: 5px;
		left:210px;
		color:#666666;
		background: url(image/ico_posizione.png) top left no-repeat;
		height:20px;
		padding-left: 17px;
		box-sizing: border-box;
	}
	.ev2_list_item_box_negozio span
	{
		font-weight: bold;
		color:#336699;	
	}
	.ev2_list_item_link_go
	{
		position: absolute;
		bottom: 5px;
		right: 0;
		border-radius: 10px;
		padding: 7px;
		padding-left: 17px;
		padding-right: 17px;
		box-sizing: border-box;
		display: table;
		color:#FFFFFF;
		background-color:#3c8342;
		text-transform: uppercase;	
	}
	.ev2_list_item_link_go span
	{
		background: url(image/ico_carrello_bianco.svg) bottom right no-repeat;
		display: inline-block;
		margin-left: 10px;
		width: 18px;
		height: 16px;
	}
	.ev2_list_item_link_gon
	{
		position: absolute;
		bottom: 5px;
		right: 0;
		border-radius: 10px;
		padding: 7px;
		padding-left: 17px;
		padding-right: 17px;
		display: table;
		color:#FFFFFF;
		background-color:#0075B8;
		text-transform: uppercase;	
	}
	.ev2_list_item_link_gon span
	{
		background: url(image/ico_negozio_bianco.svg) right no-repeat;
		display: inline-block;
		margin-left: 10px;
		width: 18px;
		height: 16px;
	}
	.ev2_favorite_print
	{
		position: absolute;
		top: 0px;
		right: 0;
		border-radius: 10px;
		padding: 7px;
		padding-left: 17px;
		padding-right: 17px;
		display: table;
		color:#FFFFFF;
		background-color:#0075B8;
		text-transform: uppercase;
	}
	.ev2_favorite_print span
	{
		background: url(image/17x17_stampapdf-08.svg) right no-repeat;
		display: inline-block;
		margin-left: 10px;
		width: 18px;
		height: 16px;
	}
	#ev2_list_search_all
	{
		width:100%;
		margin: auto;
		color:#336699;
		font-size: 20px;
		text-align: center;
		margin-top: 60px;
	}
	#ev2_list_search_all a
	{
		border-radius: 10px;
		padding: 7px;
		padding-left: 17px;
		padding-right: 17px;
		display: table;
		color:#FFFFFF;
		background-color:#0075B8;
		text-transform: uppercase;	
		margin: auto;
		margin-top: 15px;
	}
	#ev2_list_search_all a span
	{
		background: url(image/ico_negozio_bianco.svg) right no-repeat;
		display: inline-block;
		margin-left: 10px;
		width: 18px;
		height: 16px;
	}
	#ev2_list_box_giropagina
	{
		display: block;
		position: relative;
		width: 100%;
		text-align: center;
		margin-bottom: 60px;
		margin-top: 60px;
	}
	#ev2_list_box_giropagina a
	{
		color:#336699;
		font-size:20px;
		font-weight: bold;	
		background-color: none!important;
		margin:10px;
		display: inline-block;
	}
	#ev2_list_box_giropagina_selected
	{
		color: #FFFFFF;
		background-color: #e98b3a;
		font-size:20px;
		font-weight: bold;	
		padding:10px;
		border-radius: 10px;
	}
	#ev2_list_box_giropagina_back,#ev2_list_box_giropagina_farword
	{
		color: #e98b3a!important;	
	}
	#ev2_list_box_giropagina_back
	{
		margin-right: 50px!important;
	}
	#ev2_list_box_giropagina_farword
	{
		margin-left: 50px!important;
	}
	#ev2_alert_topb
	{
		width:109px;
		height:26px;
		position:absolute;
		right:110px;
		top:50px;
	}
	#ev2_alert_topb a
	{
		background:url(image/btn_attivaalert_off.png) top center no-repeat;	
		width:100%;
		height:100%;
		font-size: 0;
		display: block;	
	}
	#ev2_alert_topb a:hover
	{
		background:url(image/btn_attivaalert_on.png) top center no-repeat;	
		width:100%;
		height:100%;
		font-size: 0;
		display: block;	
	}
	
	
	
	
	
	
	#ev2_detail_box
	{
		position: relative;
		width: 100%;
		height: 100%;
		min-height: 520px;
		border-bottom: 1px solid #707173;
		margin-bottom: 20px;
	}
	#ev2_detail_box_top_link
	{
		width: 100%;
		margin-bottom: 15px;
	}
	#ev2_detail_box_top_link a
	{
		color:#336699!important;
		background: url(image/freccetta.svg) right no-repeat;
		padding-right: 25px;
		margin-right: 10px;
	}
	#ev2_detail_box_top_link a:last-child
	{
		font-weight: bold;
		text-decoration: underline;
		background: none;	
	}
	#ev2_detail_box div
	{
		display: inline-block;
		box-sizing: border-box;
		vertical-align: top;
	}
	#ev2_detail_box_left_box
	{
		width:500px;	
		min-height: 500px;
		position: relative;
	}
	#ev2_mainimage_hammer
	{
		width:500px;
		height: 500px;
		box-sizing: border-box;
		border:1px solid #707173;
		position: relative;
	}
	#ev2_mainimage_hammer img
	{
		position: absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin: auto;
		padding: auto;
		max-width: 100%;
		max-height: 100%;
	}
	#ev2_detail_box_left_box_imminv
	{
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		background:url('image/IMMVENDUTA.svg') top center no-repeat;
		background-size: cover;
	}
	#ev2_detail_box_left_box_immpren
	{
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		background:url('image/IMMPRENOTATO.svg') top center no-repeat;
		background-size: cover;
	}
	#ev2_detail_box_left_box_miniature
	{
		width:100%;	
		margin-top: 10px;
	}
	.ev2_detail_box_left_box_miniatura
	{
		display: inline-block;
		border: 1px solid #707173;
		margin-right: 10px;
		width: 90px;
		height: 90px;
		margin-bottom: 10px;
	}
	.ev2_detail_box_left_box_miniatura a
	{
		display: block;
		width:100%;
		height:100%;	
	}
	#ev2_detail_box_right_box
	{
		width:100%;
		margin-left:-500px;	
		padding-left: 520px!important;
		box-sizing: border-box;
		height: 100%;
		padding-bottom: 180px;
	}
	#ev2_detail_box_right_box_inserito
	{
		color:#606060;	
	}
	#ev2_detail_box_right_box_titolo
	{
		padding:0;
		margin:0;
		color:#336699;
		font-size:30px;
		margin-bottom:5px;	
		text-align: left;
	}
	#ev2_detail_box_right_box_codart
	{
		font-weight: bold;	
		color:#606060;	
		margin-bottom:35px;	
	}
	#ev2_detail_box_right_box_codart span
	{
		font-weight: normal;
	}
	#ev2_detail_box_right_box_countvisite
	{
		background:url(image/ico_fiamma_25x25px.svg) top left no-repeat;
		background-size: contain;
		box-sizing: border-box;
		height: 25px;
		width: 100%;
		color:#e98b3a;
		font-weight: bold;
		padding-top: 4px;
		padding-left: 30px;
	}
	#ev2_detail_box_right_box_acqol
	{
		background:url(image/ico_furgone_25x25px.svg) top left no-repeat;
		background-size: contain;
		box-sizing: border-box;
		height: 25px;
		width: 100%;
		color:#606060;
		padding-top: 4px;
		padding-left: 30px;	
		margin-top: 10px;
	}
	#ev2_detail_box_right_box_acqng
	{
		background:url(image/25x25_ico_negozio.svg) top left no-repeat;
		background-size: contain;
		box-sizing: border-box;
		height: 25px;
		width: 100%;
		color:#606060;
		padding-top: 4px;
		padding-left: 30px;	
		margin-top: 10px;
	}
	
	#ev2_detail_box_right_box_esi
	{
		margin-top:10px;
		color:#606060;
		padding-top: 4px;
		padding-left: 30px;
		position: relative;
	}
	#ev2_detail_box_right_box_esi span
	{
		display: inline-block;
		position: absolute;
		top: 0;
		left:0;
		width: 25px;
		height: 25px;
		box-sizing: border-box;
		background-color: #ed7f00;
		border-radius: 15px;
		color: #FFFFFF;
		text-align: center;
		font-weight: bold;
		padding-top: 3px;
	}
	#ev2_detail_box_right_box_extrades
	{
		color:#606060;
		width:100%;
		max-height: 67px; 
		margin-top:20px;	
		overflow: hidden;
	}
	.my_read_more a
	{
		color:#336699;	
		font-weight: bold;
	}
	#ev2_detail_box_right_box_moreinfo
	{
		margin-top:20px;
		color:#606060;
	}
	#ev2_detail_box_right_box_lovoglio
	{
		position: absolute;
		bottom: 20px;
		right: 0;
	}
	#ev2_detail_box_right_box_lovoglio_btn
	{
		border-radius: 10px;
		background-size: contain;
		display: block;
		color:#FFFFFF;
		text-transform: uppercase;
		padding:10px;
		padding-left:20px;
		padding-right: 20px;
		font-size:25px;
		font-weight: bold;
		background-color:#3c8342;
	}
	#ev2_detail_box_right_box_lovoglio_btn span
	{
		display: inline-block;
		background: url(image/ico_carrello_bianco.svg) center no-repeat;
		height: 28px;
		width: 30px;
		vertical-align: middle;
		margin-left: 10px;
	}
	#ev2_detail_box_right_box_lovoglio_btn_info
	{
		border-radius: 10px;
		background-size: contain;
		display: block;
		color:#FFFFFF;
		text-transform: uppercase;
		padding:10px;
		padding-left:20px;
		padding-right: 20px;
		font-size:25px;
		font-weight: bold;
		background-color:#0075B8;
	}
	#ev2_detail_box_right_box_lovoglio_btn_info span
	{
		display: inline-block;
		background: url(image/ico_negozio_bianco.svg) center no-repeat;
		height: 28px;
		width: 30px;
		vertical-align: middle;
		margin-left: 10px;
	}
	#segnalini
	{
		height:34px;
		width: 100%;
		margin-top: 6px;
		text-align: center;
	}
	#segnalini div
	{
		display: inline-block;
		width: 34px;
		height: 34px;
		margin-right: 3px;
		margin-left: 3px;
	}
	#deital_box_service_pg1
	{
		background:url(image/pg_1.png) top center no-repeat;
	}
	#deital_box_service_pg2
	{
		background:url(image/pg_2.png) top center no-repeat;
	}
	#deital_box_service_pg3
	{
		background:url(image/pg_3.png) top center no-repeat;
	}
	#deital_box_service_pg4
	{
		background:url(image/pg_4.png) top center no-repeat;
	}
	#deital_box_service_pg5
	{
		background:url(image/pg_5.png) top center no-repeat;
	}
	#deital_box_service_pg7
	{
		background:url(image/ico_satispay.jpg) top center no-repeat;
	}
	#ev2_detail_box_right_box_prezzo_prz
	{
		color:#e98b3a;
		font-weight: bold;
		font-size:30px;
		text-align: right;
		position: absolute;
		bottom:130px;
		right:0;
	}
	#ev2_detail_box_negozio
	{
		position: relative;
		width: 100%;
		height: 100%;	
		color:#606060;
	}

	#ev2_detail_box_negozio i
	{
		font-style: normal;
		display: block;
		margin-bottom:15px;	
	}
	#ev2_detail_box_negozio_insegna
	{
		height: 38px;
		box-sizing: border-box;
	}
	#ev2_detail_box_negozio_insegna a:first-child
	{
		font-weight:bold;
		font-size: 20px;
		color:#336699;	
	}
	#ev2_detail_box_negozio_distance
	{
		font-weight: bold;
	}
	#ev2_detail_box_negozio_indirizzo,#ev2_detail_box_negozio_telefono,#ev2_detail_box_negozio_distance
	{
		display: inline-block;
		margin-left:20px;
	}
	#ev2_detail_box_negozio_indirizzo a
	{
		display: inline-table;
		background:url(image/ico_navigaverso.svg) center no-repeat;	
		width: 20px;
		height: 20px;
		vertical-align: bottom;
	}
	#ev2_detail_box_negozio_telefono a.ico
	{
		display: inline-table;
		background:url(image/ico_chiama.svg) center no-repeat;	
		width: 20px;
		height: 20px;	
		vertical-align: bottom;
	}
	#ev2_detail_box_negozio_acq
	{
		color:#e98b3a;
		font-weight: bold;
		margin-top:40px!important;
		margin-bottom:40px;	
		display: block;
		text-align: center
	}
	
	

	
	/*invio carrello*/
	#title_ebay,#title_generico
	{
		margin: auto;
		width: 100%;
		text-align: center;
		font-size: 30px;
		font-weight: normal;
		color:#336699;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	#title_generico
	{
		font-size: 60px;
	}
	#eio_ecom_otherorder
	{
		color:#EC8023;
		max-width: 450px;
		text-align: center;
		margin: auto;
		font-size: 14px;
		position: relative;
		margin-top: 20px!important;
	}
	#ev2_ebay_box_top_link
	{
		position:relative;
		width:100%;
		box-sizing: border-box;
		margin: auto;
		margin-top:50px;
		text-align: left!important;
		margin-bottom: 30px;
	}
	#ev2_ebay_box_top_link a:last-child
	{
		font-weight: bold;
		text-decoration: underline;
		background:none;
	}
	#ev2_ebay_box_top_link a
	{
		font-size: 16px;
		color:#336699!important;
		background: url(image/freccetta.svg) right no-repeat;
		padding-right: 25px;
		margin-right: 10px;
	}
	#title_ebay
	{
		width: 450px;
		margin: auto;
		text-align: left;
	}
	#eio_ecom_benvenuto
	{
		color:#336699;
		font-size:16px;
		text-align: left; 
		max-width: 450px;
		margin: auto;
	}
	#eio_ecom_item
	{
		position: relative;
		max-width: 450px;
		width: 100%;
		margin: auto;
		margin-top: 30px!important;
	}
	#eio_ecom_item div
	{
		display: inline-block;
		height: 100%;
		min-height: 100px;
		box-sizing: border-box;
		vertical-align: top;
	}
	#eio_ecom_item_info
	{
		width:100%;
		margin-left:-100px;	
		padding-left: 120px!important;
		box-sizing: border-box;
	}
	#eio_ecom_item_info div
	{
		color:#336699;
		font-size:16px;
		text-align: center; 
		margin: auto;
		min-height:0;
		margin-top:5px;
		display: block!important;	
		width:100%;
		text-align: left;
	}
	#eio_ecom_item_info_prezzo
	{
		font-weight: bold;
		margin-bottom: 5px;
	}
	#eio_ecom_item_foto
	{
		width:100px;	
		height: 100px;
		box-sizing: border-box;
		border:1px solid #336699;
		position: relative;
	}
	#eio_ecom_item_foto img
	{
		max-height: 100%;
		max-width: 100%;
		position: absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin: auto;
		padding:auto;
	}
	#eio_ecom_ordine_form
	{
		display: block;
		width: 100%;
		max-width: 450px;
		margin: auto;
		box-sizing: border-box;	
	}
	#ecom_ordina_spedizione,#ecom_ordina_pagamento
	{
		background:url(image/ArrowSelect.jpg) no-repeat right 10px center;
		padding-right:20px;	
	}
	#ecom_ordina_spedizione,#ecom_ordina_pagamento,#eio_ecom_ordine_form input[type=text],#label_nominativo
	{
		display: block;
		width: 100%;
		max-width: 450px;
		margin: auto;
		margin-top: 10px;
		-webkit-appearance: none;
		border:1px solid #336699;
		color:336699;
		box-sizing: border-box;
		font-size:12px;
		padding:5px;
		height: 32px;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		background-color:#FFFFFF;	
	}
	#ecom_ordina_note
	{
		display: block;
		width: 100%;
		max-width: 450px;
		margin: auto;
		margin-top: 10px;
		height: 100px;
		border:1px solid #336699;
		color:336699;
		box-sizing: border-box;
	}
	.ecom_ordina_box
	{
		width:100%;
		max-width: 450px;
		margin: auto;
	}
	#ecom_ordina_box_send
	{
		border-radius: 10px;
		display: block;
		padding-left: 34px;
		padding-right: 34px;
		box-sizing: border-box;
		font-size: 17px;
		text-transform: uppercase;
		color:#FFFFFF;
		background-color:#39840B;
		border:none;
		padding-top:17px;
		padding-bottom:17px;
		font-weight: bold;
		margin:auto;
		margin-top:15px; 	
	}
	#ecom_ordina_box_send:hover
	{
		background-color: #63A538;
	}
	#ecom_ordina_box_change
	{
		background: url(image/50x50px_piu-01.svg) right no-repeat;
		display: table;
		padding-left: 5px;
		padding-right: 35px;
		font-size: 11px;
		text-transform: uppercase;
		color:#FFFFFF;
		background-color:#0075B8;
		border:none;
		padding-top:7px;
		padding-bottom:7px;
		font-weight: bold;	
		margin-top: 5px;
		border-radius: 5px;
	}
	#ecom_ordina_box_change:hover
	{
		background-color:#0397D8;
	}
	#title_dati
	{
		font-size:24px;
		color:#336699;
		text-transform: uppercase;
		margin-top:15px;
		margin-bottom:15px;
		font-weight: bold; 
	}
	#ecom_ordina_error_mex
	{
		color: #FF0000;
		width: 100%;
		font-size: 12px;
		margin-bottom:10px;	
		margin-top:10px;	
	}
	#thanks
	{
		display: block;
		margin-bottom:30px;
		margin-top:30px;
		font-size:30px;
	}
	#goshop
	{
		border-radius: 10px;
		display: table;
		padding-left: 34px;
		padding-right: 34px;
		
		padding: 7px;
		padding-left: 17px;
		padding-right: 17px;
		
		box-sizing: border-box;
		font-size: 17px;
		text-transform: uppercase;
		color:#FFFFFF;
		background-color:#39840B;
		border:none;
		padding-top:17px;
		padding-bottom:17px;
		font-weight: bold;	
		position: relative;	
		width: auto;
		margin: auto;
		margin-top:20px; 	
	}
	#goshop span
	{
		background: url(image/ico_carrello_bianco.svg) right no-repeat;
		display: inline-block;
		margin-left: 10px;
		width: 18px;
		height: 16px;
	}
	#goshop:hover
	{
		background-color: #63A538;
	}
	#ev2_detail_box_altrioggetti
	{
		width: 100%;
		position: relative;
		margin-bottom: 20px;
	}
	#ev2_detail_box_altrioggetti b
	{
		display: block;
		font-size:16px;
		color:#336699;
	}
	.ev2_list_item_altriart
	{
		display: inline-block;
		margin-right: 6px;
		margin-top: 10px;
		width: 187px;
		position: relative;
		height: 187px;
		box-sizing: border-box;
		border: 1px solid #717273;
		position: relative;
		text-align: center;
		overflow: hidden;
		border-collapse: collapse;
	}
	.ev2_list_item_altriart a.item_home_over_a
	{
		background: url(image/ico__45x45-01.svg) center no-repeat;
		background-size: 40px 40px;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 10;
		position: relative;
	}	    
	.ev2_list_item_altriart img
	{
		position: absolute;
		top:0!important;
		left:0!important;
		right:0!important;
		bottom:0!important;
		margin: auto!important;
		padding: auto!important;
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
	}
	#ev2_detail_box_altrioggetti_btn_seeall
	{
		border-radius: 10px;
		padding: 7px;
		padding-left: 17px;
		padding-right: 17px;
		display: table;
		color:#FFFFFF;
		background-color:#0075B8;
		margin: auto;
		margin-top: 30px;
		margin-right: 0;
		text-transform: uppercase;
	}
	
	
	
	
	#eio_ecom_user_message,#eio_ecom_user_message_p
	{
		width:100%;
		box-sizing: border-box;
		color:#ffffff;
		text-align: left;
		max-width: 450px;
		margin: auto;
		font-size: 24px;
		margin-bottom: 20px;
	}
	#eio_ecom_user_message a
	{
		color:#87b5e2;
	}
	
	#eio_ecom_user_message_p
	{
		margin-top:30px;
		text-align: center;
	}
	#carrello_void
	{
		text-align: center;
		line-height: 50px;
		font-size: 20px;
		color:#336699;
		margin-bottom: 50px;
	}
 	#title_pagamenti
 	{
		font-size: 30px;
		text-transform: uppercase;
		color:#39840b; 
		border-top: 2px solid #39840b;
		padding-top: 10px;
		text-align: left;
	}
	.eio_ecom_pagamento_item
	{
		width:100%;
		position: relative;	
		margin-bottom: 30px;
		border-left:1px solid #336699;
		border-bottom: 1px solid #336699;
		
	}	
	.eio_ecom_pagamento_item_left
	{
		display: inline-block;
		height: 100%;
		box-sizing: border-box;
		vertical-align: top;	
		width:100%;
		margin-right:-350px;	
		padding-right: 350px!important;
		box-sizing: border-box;
		padding-left: 15px;
		padding-bottom: 15px;
	}
	.eio_ecom_pagamento_item_left_cp
	{
		margin-bottom:15px;	
		color:#39840b;
		font-size:24px;
		font-weight: bold;
	}
	.eio_ecom_pagamento_item_left_sp,.eio_ecom_pagamento_item_left_db,.eio_ecom_pagamento_item_left_nt,.eio_ecom_pagamento_item_left_pg
	{
		color:#707173;
		font-size: 16px;
	}		
	.eio_ecom_pagamento_item_left_pg a.tel
	{
		background: url(image/ico_chiama.svg) left no-repeat;
		display: inline-table;
		padding-left:20px 
	}
	.eio_ecom_pagamento_item_articolo
	{
		position: relative;
		width:100%;
		min-height: 100px;
		margin-bottom: 10px;
	} 			
	.eio_ecom_pagamento_item_articolo_img
	{
		display: inline-block;
		height: 100%;
		box-sizing: border-box;
		vertical-align: top;	
		position: relative;
		border:1px solid #336699;
		width:100px;
		height:100px;	
		z-index: 10;
	}
	.eio_ecom_pagamento_item_articolo_img a
	{
		display: block;
		width:100%;
		height:100%;	
	}
	.eio_ecom_pagamento_item_articolo_img img
	{
		position: absolute;
		max-width: 100%;
		max-height: 100%;
		top:0;
		bottom: 0;
		left:0;
		right: 0;
		margin: auto;
		padding: auto;
	}
	.eio_ecom_pagamento_item_articolo_data
	{
		display: inline-block;
		height: 100%;
		box-sizing: border-box;
		vertical-align: top;	
		min-height:100px;	
		position: relative;
		width:100%;
		margin-left:-100px!important;	
		padding-left: 120px!important;
		padding-bottom: 30px;
	}
	.eio_ecom_pagamento_item_articolo_descrizione a
	{
		font-size:24px; 
		color:#336699; 		
	}
	.eio_ecom_pagamento_item_articolo_qta
	{
		color:#707173;	
	}
	.eio_ecom_pagamento_item_articolo_prezzo
	{	
		font-size:24px; 
		color:#39840b; 	
		position: absolute;
		padding-bottom:3px;
		border-bottom: 1px solid #336699;
		bottom:0;
		width: 80%;
		box-sizing: border-box;
	}	
	.eio_ecom_pagamento_item_spese
	{
		font-size: 16px;
		width:100%;
		text-align: center;
		color:#707173;
		max-width: 600px;
		margin: auto;
	}
	.eio_ecom_pagamento_item_spese b
	{
		font-size: 19px;
		color: #39840b;
		width:100%;
	}
	.eio_ecom_pagamento_item_right
	{		
		display: inline-block;
		height: 100%;
		box-sizing: border-box;
		vertical-align: top;	
		width:350px;	
		position: relative;
		min-height: 240px;
	}
	.requestinfo,.requestinfoattesa
	{
		position: absolute;
		top:0;
		right:0;	
		background: url(image/ico_titinfo_mobile.png) top center no-repeat;
		width:48px;
		height: 31px;
		background-size: contain;
		font-size: 16px;
		display: block;
		text-align: center;
		padding-top: 33px;
		text-transform: uppercase;
		color: #0075B8;
		cursor: pointer;
		
	}
	.requestinfoattesa[data-status=new],.requestinfo[data-status=new]
	{
		background: url(image/btn_nuovomessaggio.gif) top center no-repeat!important;	
		background-size: contain!important;
	}
	.eio_ecom_pagamento_item_right_importo
	{
		position: absolute;
		bottom:0;
		right:0;
		width:100%;	
	}
	.impodes
	{
		vertical-align: top;
		display: inline-block;
		width:100px;
		padding-left: 50px;
		color:#707173;
		text-align: left;
	}
	.impodes b
	{
		color:#39840b;
		display: block;
		font-size: 24px
	}
	.impo
	{
		text-align: right;
		vertical-align: top;
		display: inline-block;
		color:#707173;	
		width: 200px;
		margin: auto;
		margin-right: 0;
	}
	.impo b
	{
		display: block;
		color:#39840b;	
		font-size: 34px;
	}
	.impo font
	{
		font-weight: bold;
		display: block;
	}
	.pagato
	{
		border-radius: 10px;
		display: table;
		padding-left: 34px;
		padding-right: 34px;
		box-sizing: border-box;
		font-size: 17px;
		text-transform: uppercase;
		color:#FFFFFF;
		background-color:#39840B;
		border:none;
		padding-top:17px;
		padding-bottom:17px;
		font-weight: bold;	
		position: relative;	
		width: auto;
		margin: auto;
		margin-right: 0;
		margin-top:20px; 	
	}
	#title_disponibilita
 	{
		font-size: 30px;
		text-transform: uppercase;
		color:#dbaa31; 
		border-top: 2px solid #dbaa31;
		padding-top: 10px;
		text-align: left;
	}
	.eio_ecom_attesa_item_articolo
	{
		position: relative;
		width:100%;
		min-height: 100px;
		margin-bottom: 10px;
	} 			
	.eio_ecom_attesa_item_articolo_img
	{
		display: inline-block;
		height: 100%;
		box-sizing: border-box;
		vertical-align: top;	
		position: relative;
		border:1px solid #336699;
		width:100px;
		height:100px;	
		z-index: 10;
	}
	.eio_ecom_attesa_item_articolo_img a
	{
		display: block;
		width:100%;
		height:100%;		
	}
	.eio_ecom_attesa_item_articolo_img img
	{
		position: absolute;
		max-width: 100%;
		max-height: 100%;
		top:0;
		bottom: 0;
		left:0;
		right: 0;
		margin: auto;
		padding: auto;
	}
	.eio_ecom_attesa_item_articolo_data
	{
		display: inline-block;
		box-sizing: border-box;
		height: 100%;
		vertical-align: top;	
		min-height:100px;	
		position: relative;
		width:100%;
		margin-left:-100px!important;	
		padding-left: 120px!important;
		padding-bottom: 30px;
	}
	.eio_ecom_attesa_item_articolo_descrizione a
	{
		font-size:24px; 
		color:#336699; 		
	}
	.eio_ecom_attesa_item_articolo_qta
	{
		color:#707173;	
	}
	.eio_ecom_attesa_item_articolo_prezzo
	{	
		font-size:24px; 
		color:#dbaa31; 	
		position: absolute;
		padding-bottom:3px;
		border-bottom: 1px solid #336699;
		bottom:0;
		right: 0;
		left: 120px;
		font-weight: bold;
		padding-right: 150px;
	}	
	.eio_ecom_attesa_item_articolo_prezzo span
	{
		font-size:16px;
	}
	.annulla
	{
		background: url(image/23x23px_annulla-01.svg) top center no-repeat;
		display: table;
		box-sizing: border-box;
		font-size: 0px;
		position: absolute;	
		width: 23px;;
		height: 23px;;
		margin: auto;	
		bottom:5px;
		right:0;	
	}
	#ev2_flot_btn_negozi_flot
	{
		width: 138px;
		height: 161px;
		position: fixed;
		bottom:180px;
		right: 5%;
		z-index: 100000;
		-webkit-transition: bottom 0.3s;
  		-moz-transition: bottom 0.3s;
  		-ms-transition: bottom 0.3s;
  		-o-transition: bottom 0.3s;
  		transition: bottom 0.3s; 
	}
	#ev2_flot_btn_negozi_flot div
	{
		width: 100%;
		max-width: 1200px;
		margin: auto;
		position: relative;
	}
	#ev2_flot_btn_negozi
	{
		position: absolute;
		right: 0;
		background: url(image/155x174_cercavicinoate_okombra-11.svg) top left no-repeat;
		width: 155px;
		height: 174px;
		font-size: 0!important;
		display: block;
	}
	
	
	#ombra
	{
		background-color: #000000;
		z-index: 1000000;
		opacity: 0.3;
    	filter: alpha(opacity=30);
    	position: fixed;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;		
	}
	
	
	
	#alert_box
	{
		z-index: 1000001;
		position: fixed;
		background-color:#FFFFFF;
		width: 60vw;
		left: 50%;
		top:50%;
		margin-top: -40vh;
		margin-left: -30vw;
		box-sizing: border-box;
		padding: 40px;
	}	
	#eio_alert_chiudi
	{
		position: absolute;
		top:20px;
		right:20px;
		background-color:#0075B8;		
		display: table;
		color: #FFFFFF;
		font-weight: bold;
		padding: 5px;
	}
	#alert_box_title
	{
		background:url(image/imm_megafonoalert.png) top left no-repeat;
		height: 100px;
		background-size: contain;
		padding-left: 120px;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 40px;
	}
	#alert_box_title b
	{
		color:#336699;
		font-size: 50px;
	}
	#alert_box_title span
	{
		display: inline-block;
		margin-left: 10px;
		color:#0075B8;	
	}
	#alert_box_form
	{
		position: relative;
	
	}
	#alert_box_form input[type=text]
	{
		box-sizing: border-box;
		font-size:14px;
		padding:10px;	
		height: 42px;
		width: 65%;
		margin-right: 1%;
	}
	#alert_box_form_password
	{
		box-sizing: border-box;
		font-size:14px;
		padding:10px;	
		height: 42px;
		width: 100%;
		margin-right: 1%;
		margin-top: 10px;
		display: none;
	}
	#alert_box_form select
	{
		-webkit-appearance: none;
		border:1px solid #e2e2e2;
		box-sizing: border-box;
		font-size:14px;
		padding:10px;
		height: 42px;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		background-color:#FFFFFF;	
		width:34%;
		background:url(image/ArrowSelect.jpg) no-repeat right 10px center;
		padding-right:20px;
	}
	#alert_box_btn_attiva_alert
	{
		border-radius: 10px;
		display: table;
		padding-left: 34px;
		padding-right: 34px;
		box-sizing: border-box;
		font-size: 17px;
		text-transform: uppercase;
		color:#FFFFFF;
		background-color:#39840B;
		border:none;
		padding-top:17px;
		padding-bottom:17px;
		font-weight: bold;	
		position: relative;	
		width: auto;
		margin: auto;
		margin-top:30px; 
		margin-right: 0;
	}
	#alert_box_btn_attiva_alert:hover
	{
		background-color: #63A538;
	}
	#alert_check_foto
	{
		margin-bottom: 10px;
	}
	
	
	#rinfodiv
	{
	    z-index: 1000001;
		position: fixed;
		background-color:#FFFFFF;
		width: 60vw;
		left: 50%;
		top:50%;
		margin-top: -40vh;
		margin-left: -30vw;
		box-sizing: border-box;
		padding: 40px;
	}
	#rinfodiv_title
	{
		display: table;
		background: url(image/ico_infotonda.png) left no-repeat;
		box-sizing: border-box;
		height: 38px;
		padding-left:44px;
		margin:auto;
		margin-bottom:20px;		
		font-size: 34px;
		color:#336699;
		font-weight: bold;
	}
	#rinfodiv input[type=text]
	{
		box-sizing: border-box;
		font-size:14px;
		padding:10px;	
		height: 42px;
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
		margin-bottom: 20px;
	}
	#rinfodiv textarea
	{
		box-sizing: border-box;
		font-size:14px;
		padding:10px;	
		height: 120px;
		width: 98%;
		margin-right: 1%;
		margin-left: 1%;
		margin-bottom: 20px;
	}
	#rinfodiv_captcha
	{
		margin-left: 1%;
		width: 98%;
		position: relative;
		height: 42px;
		position: relative;
		margin-bottom: 20px;
	}
	#rinfodiv_captcha input[type=text]
	{
		top: 0;
		left:100px;
		position: absolute;
		margin-bottom: 0px!important;	
	}
	#rinfodiv_captcha img
	{
		top: 0;
		left:0;
		position: absolute;
		max-width: 50px;
		
	}
	#rinfodiv_priv
	{
		margin-left: 1%;
	}
	#rinfodiv_nota
	{
		margin: auto;
		font-size:12px;
		width:98%;
		position: relative;
		text-align: right;
		color:#707173;	
	}
	#sysdiv
	{
		width: 100%!important;
	}
	#send_r_info
	{
		border-radius: 10px;
		display: table;
		padding-left: 34px;
		padding-right: 34px;
		box-sizing: border-box;
		font-size: 17px;
		text-transform: uppercase;
		color:#FFFFFF;
		background-color:#39840B;
		border:none;
		padding-top:17px;
		padding-bottom:17px;
		font-weight: bold;	
		position: relative;	
		width: auto;
		margin: auto;
		margin-top:30px; 
		margin-right: 0;
	}
	#send_r_info:hover
	{
		background-color: #63A538;
	}
	
	
	


	
	
	
	
	#easy_zoom
	{
		width:500px;
		height:500px;	
		border:5px solid #eee;
		background:#fff;
		color:#333;
		position:absolute;
		top:0px;
		left:500px;
		overflow:hidden;
		-moz-box-shadow:0 0 10px #777;
		-webkit-box-shadow:0 0 10px #777;
		box-shadow:0 0 10px #777;
		/* vertical and horizontal alignment used for preloader text */
		line-height:400px;
		text-align:center;
	}
	#forzoom
	{
		z-index:1;
	}
	#login_top_error
	{
		display: none;
	}
	#login_cerrello_error
	{
		width:100%;
		text-align: center;
		color:#FF0000;	
	}
	
	.favorite_button
	{
		display: table;
		padding-left:30px;	
		padding-top:4px;	
		box-sizing: border-box;
		height: 28px;
		color:#606060;
		margin-top: 20px;
		background-position: left;
		background-size: 25px 25px;
	}
	.favorite_button[data-style=onlystar]
	{
		background-size: 35px 35px!important;
		width: 50px;
		font-size:16px;
		margin-top: 0px;
		position: absolute;
		right: 5px;
		top:10px;
		text-align: center;
		padding-top:37px;
		padding-left: 0;
		height: auto!impoortan;
		background-position: top center!important;		
	}
	.favorite_button[data-action=add]
	{
		background:url(image/ico_stella_25x25_off.svg) no-repeat;
	}
	.favorite_button[data-action=remove]
	{
		background:url(image/ico_stella_25x25_on.svg) no-repeat;
	}
	#form_preferiti
	{
		position: relative;
		width:100%;
	}
	#form_preferiti_dispcb
	{
		position: absolute;
		right: 200px;
		bottom: 10px;
	}
	#form_preferiti_ordcb
	{
		position: absolute;
		right: 0;
		bottom:10px;
	}
	
	
	
	
	.eio_alert_active,.eio_netcard_alert_disactive
	{
		text-align: center;
		padding: 0!important;
		margin: auto;
	}
	.eio_alert_active a
	{
		color:#368d3a;
	}
	.eio_alert_disactive a
	{
		color:#FF0000;
	}
	.eio_alert_test 
	{
		background:url(image/ico_prova_25x25px.svg) center no-repeat;
		width:25px;;	
		height: 25px;
		margin: auto;
	}
	.eio_alert_test a span
	{
		display: none;
	}
	.eio_alert_test a
	{
		display: block;
		width: 100%;
		height: 100%;
	}
	.eio_alert_delete 
	{
		background:url(image/ico_elimina_25x25px.svg) center no-repeat;
		width:25px;	
		height: 25px;
		margin: auto;
	}
	.eio_alert_delete a span
	{
		display: none;
	}
	.eio_alert_delete a
	{
		display: block;
		width: 100%;
		height: 100%;
	}
	.eio_alert_table
    {
        display: table;
        table-layout: fixed;
        margin-top: 15px;
        width:100%;
    }
    .eio_alert_table_head
    {
        display: table-row;
        text-align: left;
        width: 100%;
    }
    .eio_alert_table_head div:first-child
    {
		border-left: 1px solid #336699!important;
	}
    .eio_alert_table_head div
    {
    	padding: 3px;
    	padding-left: 10px;
    	padding-right: 10px;
		background-color:#336699!important;
		color: #FFFFFF!important;
		font-size:24px;
	    border-left: 1px solid #FFFFFF;
	}
    .eio_alert_table_row
    {
        display: table-row;
        width: 100%;
    }
    .eio_alert_table_row div
    {
        padding: 10px;
        color:#707173;
    }
    .eio_alert_table_cell
    {
    	padding-left: 10px;
    	padding-right: 10px;
        display: table-cell;
        border: solid;
        position: relative;
		box-sizing: border-box;
        vertical-align: middle;
        border-collapse: collapse;
        border:1px solid #336699;       
    }
	.eio_alert_table_cell label
	{
		display: none;
	}
	/*tabella alert*/
	.colalert1 {  }
	.colalert2 { width:180px; }
	.colalert3 { width:180px; }
	.colalert4 { width:140px; }
	.colalert5 { width:100px; }
	.colalert6 { width:100px; }
	.colalert7 { width:100px; }
	#alert_p
	{
		width:100%!important;
		padding: 0px!important;
		max-width: 100%!important;
	}
	
}








