html, body{margin: 0;padding:0; height:100%;}
html{
	display: table;
	margin: auto;
}
body{
	text-align: left;
	margin:0px;
	padding:0px;
	font-family: 'Karla', sans-serif;
	font-size:14px;
	width: 900px;
}

img
{
	border:none;
}

a
{
	color:#000;
}

h1, .h1
{
	color:#e62400;
	font-size:30px;
	font-weight:700;
}
.h1
{
	margin-bottom:20px;
}
div.container
{
	width:960px;
	margin: 0px auto;
	text-align: left;
	position:relative;
}

#header
{
	position:relative;
	height:232px;
}

#top_header
{
	background-color:#e6eaee;
	height:35px;
	position:relative;
}

.diventa-rivenditore{
	position: absolute;
	background: url("../Img/rivenditore-new.gif") no-repeat;
	height: 32px;
	width: 548px;
	text-align: right;
	right: 0;
	color: #fff;
	top: 110px;
}

.diventa-rivenditore a{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	margin-right: 32px; 
	line-height: 30px;
}

.diventa-rivenditore a i{
	background: url("../Img/arrow.png") no-repeat;
	width: 17px;
	height: 12px;
	display: inline-block;
	margin-right: 5px;
}
.scritta_info
{
	position:absolute;
	top:9px;
	left:47px;
	color:#596b7d;
}

.scritta_info_telefono
{
	color:#ff4e00;
	font-weight:bold;
}
.scritta_info_telefono_2
{
	font-size:23px;
	color:#ff3d2b;
	font-weight:bold;
	padding-left:10px;
	letter-spacing:1px;
}
.info_destra
{
	color:#596b7d;
	width:250px;
	height:82px;
	background-color:#f1f1f0;
	text-align:right;
	position:absolute;
	top:-45px;
	right:0px;
}
.info_destra_inner
{
	padding-top:16px;
	padding-right:15px;
}
#form_cerca
{
	float:right;
	border-left:2px solid #FFF;
	padding-left:14px;
}
#form_cerca form
{
	height:35px;
}
#form_cerca .form_cerca_submit
{
	vertical-align:-11px;
}
.form_cerca_text
{
	background-color:#e6eaee;
	border:none;
	color:#ff3c1b;
	font-weight:bold;
	font-family: 'Karla', sans-serif;
	font-size:16px;
	width:80px;
}

.link_carrello
{
	float:right;
	height:35px;
	width:186px;
	text-align:center;
	position:relative;
	z-index:2;
}
.link_carrello > a
{
	color:#ff3c1b;
	text-decoration:none;
	font-size:16px;
	display:block;
	padding:0 14px;
	font-weight:bold;
	border-left:2px solid #FFF;
}
.link_carrello a img
{
	vertical-align:-11px;
}
.link_carrello a.carrello_pieno
{
	color:green;
}
#carrello_secondario
{
	position:absolute;
	top:35px;
	left:-57px;
	width:337px;
	text-align:left;
	background-color:#e6eaee;
	display:none;
	padding:10px 20px;
	padding-bottom:0px;
	font-size:12px;
	color:#5a6b7d;
	font-weight:bold;
	border-top:2px solid #FFF;
}
#carrello_secondario a
{
	color:#5a6b7d;
	text-decoration:none;
}
.ajax_cart_num_prodotti
{
	border-top:2px solid #FFF;
	margin-left:-20px;
	padding-left:20px;
	padding-top:10px;
}
.ajax_cart_subtotal
{
	color:#fe402a;
	margin-top:1px;
	margin-bottom:15px;
}
.ajax_cart_items_box
{
/* 	border-top:1px solid #FFF; */
	padding-top:10px;
}
.ajax_cart_item
{
/* 	border-bottom:1px solid #FFF; */
	padding-bottom:10px;
	margin-bottom:10px;
}
.ajax_cart_checkout, .ajax_cart_carrello
{
/* 	float:left; */
/* 	width:260px; */
	text-align:center;
	margin-bottom:10px;
}
.ajax_cart_carrello
{
/* 	margin-left:-20px; */
}
.ajax_cart_checkout
{
	margin-bottom:20px;
}
#carrello_secondario .ajax_cart_checkout a, #carrello_secondario .ajax_cart_carrello a
{
	display:block;
	padding:10px 15px;
	background-color:#fe3e29;
	color:#FFF;
	font-size:16px;
}
#carrello_secondario .ajax_cart_checkout a
{
	background-color:#f1f1f1;
	color:#596a7a;
}

#carrello_secondario .ajax_cart_carrello a img {
    vertical-align: -5px;
	margin-left:7px;
}
#carrello_secondario .ajax_cart_checkout a img
{
	vertical-align: 0px;
	margin-left:7px;
}
#concludi_acquisto{
	border: 0;
    background: #ff3e2a;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 2%;
    cursor: pointer;
}
#concludi_acquisto:disabled{
	border: 0;
    background: #ff3e2a6b;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
	padding: 10px 2%;
	cursor: not-allowed;
}
.dettagli_utente
{
	float:right;
	height:35px;
	padding:0 14px;
}
.dettagli_utente_loggato
{
	padding:8px 14px;
}
.dettagli_utente a
{
	color:#ff3c1b;
	text-decoration:none;
	font-size:16px;
/* 	display:block; */
	font-weight:bold;
}
.dettagli_utente a.link_esci, .dettagli_utente a.link_utente
{
	padding:0px;
}
.dettagli_utente a img
{
	vertical-align:-11px;
	padding-left:10px;
}
.logo
{
	margin-top:20px;
}

#top_menu
{
	margin:0px;
	width:auto;
	height:20px;
	padding:0px;
	background-color:transparent;
	text-align:center;
	position:absolute;
	right:0px;
	top:55px;
}
#top_menu li
{
	display:inline;
	font-size:18px;
	padding:0px 17px;
}
#top_menu li a
{
	color:#404040;
	text-decoration:none;
/* 	font-weight:bold; */
}

#top_menu li a:hover{
	color: #ff3c1b;
}
#top_menu li img
{
	vertical-align:-4px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

#bottom_menu
{
	position:absolute;
	right:0px;
	bottom:0px;
	width:100%;
	height:85px;
}
.bottom_menu_item
{
	float:right;
	/*width:130px;
	margin-left:12px;*/
	width: 174px;
	margin-right: 0.6%;
	position:relative;
	background: #3e3e3e;
	text-align: center;
	padding: 10px 0 0 0;
}
.bottom_menu_item_last
{
	margin-left:0px;
}

.bottom_menu_item a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}

.bottom_menu_item span{
	display: block;
	margin: 5px auto 0;
	width: 60px;
	height: 5px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.bottom_menu_item a:hover span, .bottom_menu_item a.hover_cat span{
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 100%;
}

.bottom_menu_item_portamoto i{
	background: url("../Img/moto-menu.png") no-repeat;
	width: 38px;
	height: 38px;
	display: block;
	margin: 0 auto 10px;
}

.bottom_menu_item .bottom_menu_item_portamoto span{
	background: #ff7e00;
}

.bottom_menu_item_portabici i{
	background: url("../Img/bici-menu.png") no-repeat;
	width: 38px;
	height: 38px;
	display: block;
	margin: 0 auto 10px;
}
.bottom_menu_item .bottom_menu_item_portabici span{
	background: #1b6bbc;
}

.bottom_menu_item_ganci-di-traino i{
	background: url("../Img/ganci-menu.png") no-repeat;
	width: 38px;
	height: 38px;
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}
.bottom_menu_item .bottom_menu_item_ganci-di-traino span{
	background: #fd3a14;
}

.bottom_menu_item_box i{
	background: url("../Img/box-menu.png") no-repeat;
	width: 38px;
	height: 38px;
	display: block;
	margin: 0 auto 10px;
}
.bottom_menu_item .bottom_menu_item_box span{
	background: #08b835;
}

.bottom_menu_item_box-dog  i{
	background: url("../Img/dog-menu.png") no-repeat;
	width: 38px;
	height: 38px;
	display: block;
	margin: 0 auto 10px;
}
.bottom_menu_item .bottom_menu_item_box-dog  span{
	background: #ffc000;
}
 
.bottom_menu_item_accessori i{
	background: url("../Img/accessori-menu.png") no-repeat;
	width: 38px;
	height: 38px;
	display: block;
	margin: 0 auto 10px;
}
.bottom_menu_item .bottom_menu_item_accessori span{
	background: #48c5d8;
}
#accessori_menu
{
	position:absolute;
	right:0px;
	bottom:0px;
	width:100%;
	height:85px;
}
.accessori_menu_item
{
	float:right;
	/*width:130px;
	margin-left:12px;*/
	width: 174px;
	margin-right: 0.6%;
	position:relative;
	background: #508cac;
	text-align: center;
	padding: 10px 0 0 0;
}
.accessori_menu_item_last
{
	margin-left:0px;
}

.accessori_menu_item a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.accessori_menu_item span{
	display: block;
	margin: 5px auto 0;
	width: 60px;
	height: 5px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.accessori_menu_item a:hover span, .accessori_menu_item a.hover_cat span{
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 100%;
}

.accessori_menu_item_portamoto i{
	background: url("../Img/moto-menu.png") no-repeat;
	width: 38px;
	height: 38px;
	display: block;
	margin: 0 auto 10px;
}

.accessori_menu_item .accessori_menu_item_portamoto span{
	background: #ff7e00;
}

.accessori_menu_item_portabici i{
	background: url("../Img/bici-menu.png") no-repeat;
	width: 38px;
	height: 38px;
	display: block;
	margin: 0 auto 10px;
}
.accessori_menu_item .accessori_menu_item_portabici span{
	background: #1b6bbc;
}

.accessori_menu_item_ganci-di-traino i{
	background: url("../Img/ganci-menu.png") no-repeat;
	width: 38px;
	height: 38px;
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}
.accessori_menu_item .accessori_menu_item_ganci-di-traino span{
	background: #fd3a14;
}

.accessori_menu_item_box i{
	background: url("../Img/box-menu.png") no-repeat;
	width: 38px;
	height: 38px;
	display: block;
	margin: 0 auto 10px;
}
.accessori_menu_item .accessori_menu_item_box span{
	background: #08b835;
}

.accessori_menu_item_box-dog  i{
	background: url("../Img/dog-menu.png") no-repeat;
	width: 38px;
	height: 38px;
	display: block;
	margin: 0 auto 10px;
}
.accessori_menu_item .accessori_menu_item_box-dog  span{
	background: #ffc000;
}
 
.accessori_menu_item_accessori i{
	background: url("../Img/accessori-menu.png") no-repeat;
	width: 38px;
	height: 38px;
	display: block;
	margin: 0 auto 10px;
}
.accessori_menu_item .bottom_menu_item_accessori span{
	background: #48c5d8;
}
.testo-slide{
	padding: 18px 30px 20px;
	background: url("../Img/bg-slide.png");
	position: absolute;
	right: 0;
	top: 0px;
	text-align: right;
	color: #3d3d3d;
	text-transform: uppercase;
}

.testo-slide h3{
	margin: 0;
	font-size: 21px;
	font-weight: 700;
}

.testo-slide h2{
	margin: 5px 0 8px;
	font-size: 27px;
	font-weight: 700;
}

.testo-slide a{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	background: #ff3e2a;
	padding: 8px 0px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 120px;
	float: right;
}

.testo-slide a:hover{
	background: #3d3d3d;
}

#slide_home {
    height: auto;
    overflow: hidden;
    text-align: center;
    width: 1200px;
	text-align: center;
}
#slide_home .container{
	height: 100%;
	position: relative;
	margin-top: 20%;
}

#filtro_marche_home
{
	width:960px;
	height:83px;
	background: url(../Img/sfondo_cerca.jpg) no-repeat top left;
	margin-top:22px;
	margin-bottom:20px;
	padding:20px 25px;
}
.filtro_title
{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
.filtri
{
	margin:10px 0;
	position:relative;
}
.filtro_ext, .filtro_ext_2, .filtro_ext_right, .filtro_ext_right_2
{
	display:inline-block;
	width:175px;
	overflow:hidden;
	height:23px;
	background:#FFF url(../Img/freccia_select.jpg) no-repeat right top;
	margin-right:10px;
}
.filtro_ext_right, .filtro_ext_right_2
{
	width:190px;
	margin-bottom:10px;
}
.filtri select, .ganci_right select
{
	-webkit-appearance: none;
	border:none;
	background-color:transparent;
	
	min-width:220px;
	padding:2px;
}
.ganci_right select
{
	min-width:210px;
}
.filtri select#modello
{
	width:250px;
}
.ganci_right selected
{
	width:100px;
}
.avvio_ricerca
{
	width:200px;
	position:absolute;
	right:0px;
	top:-14px;
	color:#FFF;
	font-weight:bold;
	font-size:24px;
}
.ganci_right .avvio_ricerca
{
	position:static;
	top:0px;
	right:0px;
}
.avvio_ricerca input
{
	vertical-align:middle;
	margin-left: -87px;
    padding-left: 97px;
}

#main
{
	margin:30px 0;
	position:relative;
/* 	float:left; */
/* 	overflow:hidden; */
}
#content
{
	padding-top:12px;
	overflow:hidden;
}
#content_left
{
	float:left;
	width:175px;
	margin-right:15px;
	min-height:1px;
	color:#637383;
}
#content_left h1
{
	margin-top:0px;
}
#content_right
{
	float:left;
	width:770px;
}
#blocco_sottocategorie
{
	width:711px;
	float:right;
	overflow:hidden;
	margin-right:-12px;
}
.sottocategoria a
{
	float:left;
	display:block;
	width:130px;
	height:22px;
	padding-top:91px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
	margin-right:12px;
}
.sottocategoria a:hover
{
	background-position: 0px -113px !important;
}
.sottocategoria a.sottocat_acc-box
{
	background: url(../Img/a_box.png) no-repeat top left;
}
.sottocategoria a.sottocat_acc-box-dog
{
	background: url(../Img/a_dog.png) no-repeat top left;
}
.sottocategoria a.sottocat_acc-portabici
{
	background: url(../Img/a_bici.png) no-repeat top left;
}
.sottocategoria a.sottocat_acc_portamoto
{
	background: url(../Img/a_moto.png) no-repeat top left;
}
.sottocategoria a.sottocat_ganci
{
	background: url(../Img/a_gancio.png) no-repeat top left;
}
#push
{
	height:199px;
}

#smallpush{
	height:20px;
}

#wrapper
{
	min-height:100%;
	overflow:hidden;
}

#ext_footer
{
	clear:left;
	background-color:#ffffff;
	margin-top:-199px;
	left: -125px;
}

#footer
{
	font-size:13px;
	width:900px;
	margin:0 auto;
	padding-top:36px;
	padding-bottom:20px;
}
.footer_title
{
	color:#f02914;
	font-weight:bold;
	padding-bottom:5px;
}
.footer_bottom, .copyright
{
	line-height:1.9em;
	color:#848f8f;
	font-weight:bold;
	text-decoration:none;
}
.copyright
{
	font-size:14px;
	margin-top:20px;
	display: block;
	text-align: left;
}
.copyright a
{
	color:#848f8f;
}
.footer_bottom a
{
	color:#848f8f;
	font-weight:bold;
	text-decoration:none;
	line-height: 19px;
}
#footer_1, #footer_2, #footer_3
{
	float:left;
	width:23%;
}
#footer_4
{
	float:right;
	width:20%;
}
#footer_2
{
	/*width:491px;*/
	position:relative;
}
#footer_3
{
	width:260px;
}
.acquisti_sicuri
{
	/*position:absolute;
	left:150px;
	top:-10px;*/
	margin-top: 10px;
}

.current_item
{
	font-weight:bold;
}

li
{
	font-weight:normal;
}
.box_rivenditore {
    background-color: #F02914;
    bottom: 150px;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    text-align: right;
}
.box_rivenditore a
{
	display:block;
	padding: 10px;
	color: #FFF;
	text-decoration:none;
	text-align:center;
	width:250px;
}
.box_rivenditore a:hover
{
	background-color:#596B7D;
	width:300px;
	transition-property: background-color;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	
	transition-property: width;
	transition-duration: 0.4s;
}
.elenco_contenuti
{
	width:780px;
	margin-right:-10px;
	overflow:hidden;
}
.item
{
	width:380px;
	height:396px;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	overflow:hidden;
/* 	padding:5px; */
/* 	border:1px solid #777777; */
}
.item_top
{
	height:263px;
	width:378px;
	border:1px solid #e6e9ee;
	position:relative;
}
.item_middle, .item_top_top, .striscia_grigia
{
	background-color:#e6e9ee;
	height:44px;
	position:relative;
	overflow:hidden;
}
.item_top_top a
{
	color:#e32612;
	text-decoration:none;
}

.item_middle .price, .striscia_grigia .price
{
	position:absolute;
	top:10px;
	right:13px;
	width:70%;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	color:#5a6c7a;
}
.striscia_grigia .price
{
	right:416px;
	width:300px;
}
.item_middle .price del, .striscia_grigia .price del
{
	font-size:14px;
	font-weight:normal;
}
.item_middle .iva_esclusa, .striscia_grigia .iva_esclusa, .prezzo_prodotto .iva_esclusa
{
	color: #e22813;
	font-size:12px;
	font-weight:normal;
}
.prezzo_prodotto .iva_esclusa
{
	
}
.item_codice, .item_titolo
{
	padding-top:14px;
	padding-left:18px;
	color:#e32612;
	font-weight:bold;
	width:118px;
}
.item_titolo
{
	font-size:14px;
	margin:0px;
	width:300px;
}
.item_bottom
{
	background-color:#f1f1f1;
	height:44px;
	position:relative;
}
.item_stringa_quantita
{
	padding-top:14px;
	padding-left:14px;
	color:#596b79;
	font-weight:bold;
	width:100px;
}
.right
{
	position:absolute;
	top:0px;
	right:283px;
	background-color:#f1f1f1;
	height:44px;
}
.box_carrello
{
	position:absolute;
	top:0px;
	right:0px;
	height:44px;
	width:281px;
}
.quantita_input, .aggiungi_al_carrello
{
	display:block;
	float:right;
	height:24px;
	padding:10px 0;
	font-family: 'Karla', sans-serif;
}
.quantita_input
{
	background-color:#5a6b7b;
	border:none;
	width:17px;
	padding:10px 7px;
	border-left:1px solid #6b7b8a;
	border-right:1px solid #6b7b8a;
	color:#FFF;
	font-weight:bold;
}
.aggiungi_al_carrello
{
	position:relative;
	width:248px;
	text-align:center;
	background-color:#fe3e29;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	padding-top:12px;
	padding-bottom:8px;
}
.aggiungi_al_carrello img
{
	vertical-align:-5px;
}
.loading_gif
{
	display:none;
	height:44px;
	position:absolute;
	right:0px;
	top:0px;
}
.elenco_contenuti .image_link
{
	width:378px;
	height:263px;
	text-align:center;
/* 	padding-top:30px; */
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}
.elenco_contenuti .image_link img
{
/* 	max-width:214px; */
}
.box_foto .image_link
{
	width:865px;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
}
.box_foto .image_link img
{
/* 	max-width:543px; */
}
.sottotitolo
{
	font-size:16px;
	color:#627383;
	margin-top:-20px;
	margin-bottom:25px;
	margin-left:2px;
}

.box_foto
{
	overflow:hidden;
	height:400px;
	margin-bottom:101px;
}
.box_foto_left
{
	float:left;
	width:865px;
	position:relative;
	height:420px;
	overflow:hidden;
}
.box_foto_right
{
	float:left;
	width:95px;
	overflow:hidden;
}
.blocco_sinistra
{
	position:relative;
}
.item_top_slider, .item_video, .item_360
{
	height:400px;
}
.item_360
{
	height:420px;
}
.item_gancio
{
	text-align:center;
}
.box_foto_right div:hover
{
	background-position: top left;
}
.box_foto_right div.selected
{
	background-position: top left;
}
.box_foto_right .foto_button, .box_foto_right .foto_video, .box_foto_right .foto_360, .box_foto_right .foto_gancio
{
	cursor:pointer;
	width:95px;
	height:96px;
	background: url(../Img/photo.png) no-repeat -95px 0px;
	margin-bottom:5px;
}
.box_foto_right .foto_video
{
	background: url(../Img/video.png) no-repeat -95px 0px;
}
.box_foto_right .foto_360
{
	background: url(../Img/360.png) no-repeat -95px 0px;
}
.box_descrizione
{
	margin:20px 0;
	overflow:hidden;
}
.descr_titolo
{
	color:#fc3e28;
	font-weight:bold;
	margin-bottom:10px;
}
.descr_inner
{
	padding:20px;
}
.descr_1, .descr_2, .descr_3
{
	float:left;
	width:270px;
}
.descr_1, .scheda_gancio
{
	text-transform:uppercase;
	color:#5a6b7d;
/* 	font-weight:bold; */
}
.scheda_gancio
{
	padding-top:15px;
}
.scheda_gancio
{
	text-decoration:none;
/* 	font-weight:bold; */
}
.descr_2, .descr_3
{
	color:#868f8e;
	width:345px;
}

.link_istruz_mont
{
	color:#868f8e;
	font-weight: bold;
}
.correlati_top
{
	background-color:#637383;
	height:44px;
	color:#ffffff;
}
.padding_sctriscia
{
	font-weight: bold;
    padding-left: 18px;
    padding-top: 14px;
}
/*.elenco_contenuti .price
{
	color: #777777;
	font-size:14px;
	margin-top:4px;
	
}*/


.go_left, .go_right
{
	width:39px;
	height:38px;
	position:absolute;
	top:110px;
	cursor:pointer;
}
.go_left
{
	left:13px;
}
.go_right
{
	right:13px;	
}
.box_foto_left .go_left, .box_foto_left .go_right
{
	top:200px;
}

.cart_table
{
	width:100%;
	border-bottom:1px solid #d3d3d3;
}

table.cart_table td, table.cart_table th
{
	font-size: 12px;
	border-top:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	padding:5px;
	color:#686868;
	margin:0px;
}
table td.cart_item_delete, table th.elimina_prodotto, table td.cart_aggiorna_carrello, .checkout table td.cart_item_thumb, .checkout table th.thumbnail_prodotto, .row_left
{
	border-left:1px solid #d3d3d3;
}

table td.cart_aggiorna_carrello a
{
	color:#686868;
	font-weight: bold;
	font-size:14px;
	text-decoration:none;
	padding:5px;
}
tr.cart_head {
	font-weight: bold;
	background-color:#f6f6f6;
}
.ordini_table
{
	width:100%;
	border-bottom:1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
}
table.ordini_table td, table.ordini_table th
{
	font-size: 12px;
	border-top:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	padding:5px;
	color:#686868;
	margin:0px;
}
.cart_item_quantity input
{
	width:30px;
	border:1px solid #d3d3d3;
	padding:3px;
	padding-bottom:4px;
	vertical-align:-1px;
}
.cart_item_quantity a
{
	text-decoration:none;
	color:#686868;
	font-weight: bold;
	background:#f6f6f6;
	border:1px solid #d3d3d3;
	padding:5px 8px;
}
a.cart_item_quantity_decrease
{
	padding:5px 9px;
}


#form
{
	text-align:left;
	margin:40px 0;
}
.titolo_mod_pagam
{
	font-size:18px;
	text-align:left;
	margin:30px 0;
}

.radio
{
	display:block;
	float:left;
	width:15px;
}
.testo_radio
{
	float:left;
	width:800px;
	margin-left:30px;
	padding-top:4px;
}
.testo_radio span
{
	font-size:13px;
}

.modalita_pagamento
{
	overflow:hidden;
/* 	width:558px; */
}
.class_accetto
{
/* 	width:558px; */
/* 	padding-left:40px; */
}
.note
{
	margin-top:20px;
	font-size:13px;
}
.text_area
{
	width:600px;
	height:70px;
	border: 1px solid #d3d3d3;
}
.text_input
{
	border: 1px solid #d3d3d3;
	width:280px;
	padding: 5px 2%;
	font-size: 14px;
}
input[type="submit"]{
	border: 0;
	background: #ff3e2a;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	padding: 10px 2%;
	cursor: pointer;
}
input[type="BUTTON"]{
	border: 0;
	background: #ff3e2a;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	padding: 10px 2%;
	cursor: pointer;
}
form a{
	color: #ff3e2a;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}

form a:hover{
	color: #3E3E3E;
	text-decoration: none;
}

input[type="submit"]:hover{
	background: #3e3e3e;
}
table tr td
{
	padding-bottom:10px;
}
.testo_privacy
{
	font-size:13px;
	width:550px;
	padding:5px;
}
.testo_privacy span
{
	color:#abaaa9;
}
.link_privacy
{
	color:#ed144b;
	text-decoration:none;
}
.radio_2
{
/* 	margin-left:100px; */
}
.radio_2_testo
{
	margin-right:30px;
	margin-left:10px;
}
.invia_il_form
{
	margin-left:137px;
	margin-top:30px;
}
.first_column
{
	width:160px;
}
.evidenzia
{
	display:none;
}
.t
{
	display:none;
}
.tipo_cliente
{
	margin:10px 0;
}
#admin_tools
{
	margin:10px 0;
	padding:5px;
	border: 1px solid #d3d3d3;
	background-color:#f6f6f6;
}

/*alert string*/
.alert {
    color: #ED144B;
    padding-bottom: 15px;
    text-align: center;
}
.alert, .alert h4 {
/*     color: #C09853; */
}
.alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    margin-bottom: 20px;
    padding: 15px 35px 15px 14px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	margin-top: 20px;
}
.executed
{
	font:bold 12px/1.5 Verdana,arial;
	padding:5px;
	margin:10px;
	margin-left:0px;
	background:#E0FFFF;
	border-top:2px solid #ADD8E6;
	border-bottom:2px solid #ADD8E6;
	color:#4169E1;
}

.cart_container
{
	position:relative;
}

.pulsante_paypal
{
	position:absolute;
	top:150px;
	right:90px;
/* 	border: 1px solid #D3D3D3; */
	padding:10px;
}

.table_password
{
	margin-top:20px;
}

.blocco_login_checkout
{
	padding:10px;
	background-color:#AAA;
}
.form_login_checkout
{
	display:none;
}
.breadcrumb
{
	margin:0px;
	padding:0px;
	margin-top:40px;
	position:relative;
	top:15px;
}
.breadcrumb, .breadcrumb a
{
	font-size:15px;
/* 	font-weight:bold; */
	color:#627384;
/* 	text-transform:uppercase; */
	text-decoration:none;
}
.sei_in
{
	font-weight:bold;
}
.breadcrumb .testo_sei_qui
{
	font-weight:normal;
	color:#555;
}
.blocco_coupon
{
	background-color:#F6F6F6;
	padding:10px;
	border: 1px solid #D3D3D3;
}

.for_print
{
	position:absolute;
	top:10px;
	right:0px;
	text-align:center;
	width:80px;
/* 	background-color: #F6F6F6; */
/* 	border: 1px solid #D3D3D3; */
	padding:5px;
	z-index:100;
}
.for_print a
{
	color: #666666;
    text-decoration: none;
}
.for_print a img
{
	margin-left:5px;
	vertical-align:-2px;
}
.newsletter_checkbox
{
	margin-top:20px;
}
.torna_al_negozio
{
	margin-left:100px;
}

.black_overlay
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
	cursor:pointer;
}

.white_content
{
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 500px;
	height: 110px;
	padding:20px 0;
/* 	padding: 16px; */
/* 	border: 16px solid orange; */
	background: #FFF;
	z-index:1002;
/* 	overflow: hidden; */
	text-align:center;
}

.close_lightbox
{
	position:absolute;
	top:0px;
	right:0px;
}


.quantita_prodotto
{
	width:100px;
}

.lista_attributi_prodotto
{
	padding:5px;
	margin:10px 0px;
	background-color: #F6F6F6;
    border: 1px solid #D3D3D3;
}
.errore_combinazione
{
	font-size:14px;
	color:red;
}
.variante_non_presente
{
	font-weight:bold;
}
.dati_variante, .main_immagine, .main_codice, .main_price
{
	display:none;
}
.stringa_attributi_value
{
	padding-right:5px;
	font-weight:bold;
	font-style:italic;
}
.stringa_attributi_title
{
	font-style:italic;
}

.page_list
{
	margin:20px 0;
	text-align:right;
	clear:left;
}
.page_list a
{
	padding:5px 10px;
	background-color:#4c5969;
	margin:0px;
	margin-left:5px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
.page_list a.currentPage
{
	background-color:#e92914;
}
.piu_informazioni
{
	bottom: 275px;
	position: absolute;
	right: 0px;
	width: 59px;
}
.piu_informazioni a
{
	text-decoration:none;
	color:#848e8d;
	font-weight:bold;
}
.piu_informazioni img
{
	padding-right:10px;
}


.ext_carousel
{
/* 	background-color:#e9e9e9; */
	overflow:hidden;
	height:183px;
	position:relative;
	padding:0px 0;
	padding-bottom:20px;
	border-left:2px solid #e9e9e9;
	border-right:2px solid #e9e9e9;
}
.prev, .next
{
	position:absolute;
	top:94px;
}
.prev
{
	left:10px;
}
.next
{
	right:10px;
}
/** base carousel **/
.carousel ul {
	position:absolute;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}

.no-js .carousel ul {position:static;}

.carousel .mask {
	position:relative;
	overflow:hidden;
/* 	border:6px solid #444; */
}

.carousel ul li {
	float:left;
	width:460px;
	padding:10px;
	height:183px;
/* 	color:#fff; */
/* 	font-size:8em; */
	text-align:center;
	margin:0;
	background:#FFF;
	font-size:14px;
	position:relative;
	border-right:2px solid #e9e9e9;
}

.correlati_titolo
{
	margin-top:16px;
	margin-bottom:9px;
}
.correlati_titolo a
{
	text-decoration:none;
	color:#848e8d;
	font-weight:bold;
}
.correlati_titolo img
{
	max-width:170px;
}

.elenco_promozione
{
	margin-left:38px;
	overflow:hidden;
}
.elenco_promozione_home
{
	margin-left:14px;
}
.elenco_promozione .item
{
	width:231px;
	height:407px;
	float:left;
	border-left:1px solid #e9e9e9;
	margin-left:2px;
	position:relative;
	margin-bottom:56px;
	margin-right:9px;
}
.elenco_promozione_home .item
{
	margin-right:-3px;
}
.icona_promozione
{
	position:absolute;
	top:0px;
	left:0px;
	width:101px;
	height:75px;
	background: url(../Img/promo.png) no-repeat top left;
	color:#FFF;
	font-weight:bold;
	padding-top:38px;
	padding-left:11px;
	font-size:16px;
}
.link_immagine
{
	display:block;
	text-align:center;
	padding-bottom:30px;
	height:155px;
}
.link_immagine img
{
/* 	max-width:193px; */
}
.titolo_prodotto
{
	text-align:center;
	margin-bottom:0px;
	margin-top:5px;
	font-size:22px;
}
.titolo_prodotto a
{
	color:#ea2713;
	text-decoration:none;
}
.breve_descrizione
{
	color:#6b7783;
/* 	font-weight:bold; */
	text-align:center;
	font-size:14px;
	height:59px;
	overflow:hidden;
	padding:0px 15px;
}
.prezzo_prodotto
{
	color:#ee2916;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
.prezzo_pieno
{
	color:#000000;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
.scheda_prodotto a, .elenco_promozione .aggiungi_al_carrello
{
	text-align:center;
	display:block;
	height:25px;
	padding-top:11px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	margin:0 auto;
	width:200px;
	background: url(../Img/bg_promo_02.jpg) no-repeat top left;
	margin-top:8px;
	font-size:12px;
	padding-bottom:0px;
}
.elenco_promozione .aggiungi_al_carrello
{
	background: url(../Img/bg_promo.jpg) no-repeat top left;
	float:none;
}

.news
{
	width:250px;
	height:421px;
	margin-bottom:38px;
	float:left;
	margin-right:11px;
	overflow:hidden;
	background-color:#e6e9ee;
	position:relative;
}
.news_home
{
	height:454px;
	margin-right:0px;
}
#content_left_news
{
	width:190px;
	float:left;
}
#content_right_news
{
	width:783px;
	float:left;
	margin-right:-13px;
	margin-top:15px;
}
.box_immagine
{
	height:162px;
	padding-top:19px;
	background-color:#f02914;
}
.box_immagine_home
{
	/*height:179px;*/
	height: auto;
	padding-top: 0;
}
.box_immagine_dettaglio
{
	width:592px;
}
.box_immagine_dettaglio img
{
	padding-top:19px;
	background-color:#f02914;
}
.dettaglio_pagina h1
{
	width:700px;
}

.ganci_left
{
	width:710px;
	float:left;
}
.ganci_right
{
	width:220px;
	padding-left:30px;
	float:left;
	margin-top:40px;
}
.container
{
/* 	overflow:hidden; */
}
.elenco_ganci_titolo
{
	margin-top:30px;
	height:44px;
	background-color:#e42713;
}
.elenco_ganci_titolo_inner
{
	padding-top:12px;
	padding-left:12px;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}
.gancio_item
{
	overflow:hidden;
	margin-bottom:10px;
}
.gancio_item_top
{
	height:44px;
	background-color:#e6e9ee;
	position:relative;
}
.gancio_item_top_inner
{
	padding:12px;
	color:#657582;
}
.gancio_item_top_inner img
{
	vertical-align:middle;
}
.gancio_item_top_inner a
{
	text-decoration:none;
	color:#596c7d;
	font-weight:bold;
	margin-left:8px;
}

.gancio_item_price
{
	color: #5A6C7A;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 13px;
    text-align: right;
	position:absolute;
	top:10px;
	right:10px;
}
.gancio_item_price .price
{
	color: #5A6C7A;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}
.gancio_item_price .iva_esclusa
{
	color: #E22813;
    font-size: 12px;
    font-weight: normal;
}
.gancio_item_price del
{
	font-size: 14px;
    font-weight: normal;
}
.gancio_item_bottom
{
	overflow:hidden;
	position:relative;
}
.gancio_item_bottom_left
{
	width:228px;
	float:left;
}
.gancio_item_bottom_right
{
	width:447px;
	float:left;
}
.gancio_item_bottom_right ul
{
	margin:0px;
	padding:0px;
	margin-top:30px;
}
.gancio_item_bottom_right ul li
{
	list-style:none;
	background: url(../Img/icona_elenco.jpg) no-repeat left 10px;
	color:#c50a11;
	font-weight:bold;
	font-size:16px;
	padding:5px 0;
	padding-left:15px;
}
.gancio_item_bottom_right ul li a
{
	color:#c50a11;
	text-decoration:none;
}
.gancio_item_bottom_right ul li a .disp_verde, .disp_verde
{
	color:green;
}
.gancio_item_bottom_right ul li a .disp_giallo, .disp_giallo
{
	color:orange;
}
.gancio_item_bottom_right .aggiungi_al_carrello
{
	background-color: transparent;
/*     color: #FFFFFF; */
/*     font-size: 16px; */
/*     font-weight: bold; */
/*     padding-bottom: 8px; */
/*     padding-top: 12px; */
/*     position: relative; */
/*     text-align: center; */
/*     text-decoration: none; */
/*     width: 248px; */
	position:absolute;
	bottom:30px;
	left:228px;
	float:none;
}
.gancio_item_bottom_right .aggiungi_al_carrello .loading_gif
{
	height: 39px;
    position: absolute;
    right: -62px;
    top: 9px;
}
.gancio_item_bottom_right ul li a.chiedi_disp
{
	color:#31999f;
}
.chiedi_disp_loading
{
	visibility:hidden;
}

.struttura
{
	border-top:2px solid #f1f1f1;
}

.filtro_right
{
	width:190px;
	height: 215px;
	padding:15px;
	background: #f42601 url(../Img/sfondo_cerca_small.jpg) no-repeat top left;
	margin-bottom:40px;
}

.top_filtro_2
{
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}
.disponibile_in_giorni
{
	font-weight:bold;
}
.disponibile_in_giorni img
{
	width:12px;
}

.box_testo
{
	padding:20px;
}
.box_testo_dettaglio
{
	padding:20px 0;
}
.box_testo h2, .box_testo_dettaglio h2
{
	margin:0px 0;
}
.box_testo h2 a, .box_testo_dettaglio h2 a
{
	color:#f02912;
	text-decoration:none;
}
.news_date
{
	font-weight:bold;
	margin-top:7px;
}
.testo_news
{
	color:#7e8a96;
}
.box_testo_dettaglio .testo_news
{
	margin-top:45px;
	line-height:1.5em;
}
.box_leggi_tutto
{
	text-align:right;
	position:absolute;
	width:100px;
	bottom:15px;
	right:25px;
}
.box_news_item_right_leggi_tutto
{
	text-decoration:none;
	font-weight:bold;
}
.testo_in_promozione
{
	color:orange;
}

.torna_alle_news
{
	text-decoration:none;
	color:#637583;
	display:block;
	margin-top:-15px;
	font-weight:bold;
	font-size:16px;
}

form.form_promozione_attiva .pulsante_invia_coupon {
    margin-left: 3px;
    vertical-align: -6px;
}

.tutte_le_news
{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	padding-left:20px;
	display:block;
	padding-bottom:12px;
	margin-top:-3px;
}
.tutte_le_news img
{
	margin-left:4px;
}

.home_bottom_left
{
	float:left;
	width:250px;
}
.home_bottom_right
{
	float:left;
	width:710px;
}

.top_menu_current_item
{
	font-weight:bold;
}

#map{
  display: block;
  width: 100%;
  height: 400px !important;
  margin: 0 auto;
  margin-bottom:-10px;
/*   margin-top:10px; */
  -moz-box-shadow: 0px 5px 20px #ccc;
  -webkit-box-shadow: 0px 5px 12px #ccc;
/*   box-shadow: 0px 5px 20px #ccc; */
/*   border-top: 2px solid #009edf; */
  position:relative;
/*   top:3px; */
}
#map.large{
  height:500px;
}

.home_right_promoz
{
	height:46px;
	background-color:#e6e9ee;
	margin-left:16px;
}

.promoz_inner
{
	padding-left:18px;
	padding-top:15px;
	color:#586979;
	font-weight:bold;
}

.table_contatti
{
	width:460px;
	line-height:1.5em;
	color:#586b7c;
	margin-bottom:15px;
	font-size:16px;
/* 	font-weight:500; */
}
.orari_magazzino
{
	border-top:3px solid #e6eaed;
	color: #E62400;
	font-size:28px;
	font-weight:bold;
	padding:1em 0;
}
.contatti_h1
{
	font-size:28px;
}
.main_contatti
{
	padding-right:270px;
}

.sotto_titolo
{
	color:#637484;
	margin-top:-20px;
}
.azienda_content
{
	color:#849090;
	padding:30px 0;
	overflow:hidden;
	padding-bottom:20px;
}
.azienda_content strong
{
	color:#e52613;
}
.azienda_content_left
{
	width:289px;
	float:left;
	padding-right:72px;
	text-align:justify;
}

.pulsante_carta_basso
{
	position:absolute;
	bottom:10px;
	right:90px;
}

.gancio_item_bottom_right ul li.tipo_gancio
{
	color:#496C7D;
}
.gancio_item_bottom_right ul li.no_icona
{
	background-image:none;
}
#cart_popup
{
	z-index:1002;
	display:none;
	width:707px;
	position:fixed;
	top: 100px;
	left:50%;
	margin-left:-350px;
	background-color:#ff3f2a;
}
.top_popup
{
	margin:5px;
	padding:10px;
	background-color:#e6e9ee;
}
.popup_title
{
	color:#566673;
	font-weight:bold;
	margin-bottom:10px;
}
.popup_title span
{
	font-weight:normal;
}
.bottom_popup
{
	position:relative;
	height:45px;
}
.popup_esci, .popup_aggiungi
{
	cursor:pointer;
	position:absolute;
	top:4px;
	color:#FFF;
	font-size:18px;
	padding:5px 0;
	font-weight:bold;
}
.popup_esci
{
	left:15px;
}
.popup_aggiungi
{
	right:0px;
}
.popup_aggiungi img
{
	visibility:hidden;
	vertical-align:middle;
}
.titolo_in_popup
{
	color:#f4401f;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
.kit_table_price
{
	color:#566673;
}
.kit_table_price del
{
	font-size:12px;
}


.torna_indietro
{
	font-weight: bold;
	left: 0;
	position: absolute;
	text-transform: uppercase;
	top: 354px;
}
.torna_indietro a
{
	color: #E62400;
	text-decoration:none;
}

.titolo_news
{
	font-size:22px;
	margin: 0;
	color: #f02912;
}
.titolo_news a
{
	color: #f02912;
    text-decoration:none;
}

#tipi_gancio{
margin-bottom: 20px;
}

.clear{
	clear: both;
	margin: 0;
	padding: 0;
}

.gancio_tipo{
	float: left;
	width: 19%;
	margin: 0 0.4%;
	padding: 0;
	border: 1px solid #f4f4f4;
}

.gancio_tipo:first-child{
	margin-left:0;
}

.gancio_tipo:last-child{
	margin-right:0;
}

.gancio_tipo img{
	width: 100%;
}

h2.testo_pagina_ricerca {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin: 20px 0 30px;
}
h3.testo_pagina_ricerca{
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin: 30px 0 80px;	
}
.testo_gancio_tipo{
	background: #f4f4f4;
	padding: 8px;
	position: relative;
	min-height: 270px;
	text-align: center;
}
.testo_gancio_tipo h2{
	position: absolute;
	top: -30px;
	left: 0px;
	width: 93%;
	font-weight: 500;
	color: #414141;
	font-size: 12px;
	line-height: 15px;
}

.gancio_tipo h1{
	color: #414141;
	margin: 0;
	font-size: 15px;
}

.gancio_tipo p{
	color: #7e8a96;
	line-height: 19px;
	font-size: 14px;
	margin-bottom: 0;
	text-align: left;
}

.gancio_tipo .btn{
	display: block;
	text-decoration: none;
	background: #f02914;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 20px;
	padding: 13px 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.gancio_tipo .btn:hover{
	background: #414141;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

p.middle-text {
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
}

#link_ganci_traino h2{
	color: #414141;
	font-size: 16px;
	margin: 0;
	line-height: 25px;
	text-align: center;
}

#link_ganci_traino{
	padding: 60px 0;
}

#link_ganci_traino a.btn{
	text-decoration: none;
	display: block;
	background: #f02914;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin: 30px auto 0;
	padding: 13px 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 250px;
}

#link_ganci_traino a.btn:hover{
	background: #414141;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#ricerca_marchio{
	border: 1px solid #f4f4f4;
	margin-bottom: 60px;
}

#cnt_ricerca_marchio{
	padding: 20px 40px 20px 40px;
}

#cnt_ricerca_marchio h2{
	text-transform: uppercase;
	color: #414141;
	font-size: 14px;
	margin: 0;
}

#cnt_ricerca_marchio a{
	display: block;
	width: 106px;
	height: 106px;
	float: left;
	margin: 20px 9px 0;
	text-transform: none;
}

#cnt_ricerca_marchio a img{
	width: 100%;
}

.home_bottom_left.news4{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

.news.news_home{
	width: 24%;
	margin: 0 0.5% 40px;
}

.home_bottom_left.news4 .tutte_le_news{
	background: #F02914;
	width: 22%;
	padding-top: 12px;
	margin: 0 0.5% 0px;
}

.box_immagine_home img{
	width: 100%;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 0px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../Img/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../Img/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../Img/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../Img/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
.fancybox{
	display: none;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(../Img/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(../Img/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/**/
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay{
    background: #fdfdfd;
    background: rgba(0,0,0,0.85); 
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;

}

#footer-fb{
	display: none;
}
/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */

/* circle preloader */
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(../Img/preload-circle.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(18) infinite;
       -moz-animation: playload 1.4s steps(18) infinite;
        -ms-animation: playload 1.4s steps(18) infinite;
         -o-animation: playload 1.4s steps(18) infinite;
            animation: playload 1.4s steps(18) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}


/* IOS preloader */

/*.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(preload-ios.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/


/* dots preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:11px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(preload-dots.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(24) infinite;
       -moz-animation: playload 1.4s steps(24) infinite;
        -ms-animation: playload 1.4s steps(24) infinite;
         -o-animation: playload 1.4s steps(24) infinite;
            animation: playload 1.4s steps(24) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
*/


/* quads preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:10px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(preload-quads.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* ----- navigation ----- */
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(../Img/close.gif) no-repeat #161617;
    background-position:10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next, .vbox-prev{
    box-sizing: content-box;
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 170px;
    margin-top: -85px;
    text-indent: -100px;
    border: solid transparent; /* Using border instead of padding to keep bg image in place */
    overflow: hidden;
}
.vbox-prev{
    left: 0;
    border-width: 0 30px 0 10px;
    background: url(../Img/prev.gif) center center no-repeat;
}
.vbox-next{
    right: 0;
    border-width: 0 10px 0 30px;
    background: url(../Img/next.gif) center center no-repeat;
}

.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;

}
.vbox-num{
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
/* ------- inline window ------ */
.vbox-inline{
    width: 420px;
    height: 315px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: auto;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    border: none;
    width: 960px;
    height: 720px;
}
@media (max-width: 992px) {
    .venoframe{
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px) {
    .venoframe{
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px) {
    .vbox-inline{
        width: 100%;
    }

    .venoframe{
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-open{
    overflow: hidden;
}
.vbox-container{
    position: relative;
    background: #000;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}

#header{
	display: block;
}

#header-mobile{
	display: none;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

  .carousel-home{
  	display: none;
  	margin-top: 30px;
  }

  .owl-dot{
  	width: 10px;
  	height: 10px;
  	-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
	background: #e6eaee;
	text-align: center;
	display: inline-block;
	margin: 0 4px;
  }

  .owl-dots{
  	margin: 10px auto;
  	display: block;
  	text-align: center;
  }

  .owl-dot.active, .owl-dot:hover{
  	background: #f02914;
  }

  #ricerca-marchio-mobile{
  	display: none;
  }

  #tipi_gancio{display: block;}

	.striscia_grigia{
		display: block;
	}

	.striscia_grigia-mobile{
		display: none;
	}

	a.tutte_le_news.mobile, .nuova_ricerca.mobile{
		display: none;
	}
	a.tutte_le_news.desktop{
		display: block;
	}

@media (max-width: 1280px) {
	#slide_home .container{
		margin-top: 17%;
	}
}

@media (max-width: 960px) {
	
	body{
		width: 95%;
	}

	table.cart_table td, table.cart_table th
	{
		font-size: 11px;
		border-top:1px solid #d3d3d3;
		border-right:1px solid #d3d3d3;
		padding:5px 0px;
		color:#686868;
		margin:0px;
		text-align: center;
	}

	.text_area{
		width: 96%;
		padding: 10px 2%;
	}
	.quantita_prodotto{
		width: 10px;
	}
	table.cart_table td, table.cart_table th{
		font-size: 11px;
	}

	.torna_al_negozio{
		margin-left: 0;
		margin-top: 10px;
	}

	.text_input{
		padding: 5px 1%;
		width: 98%;
	 }
	#cart_popup {
    background-color: #ff3f2a;
    display: none;
    margin-left: 5%;
    position: fixed;
    top: 100px;
    width: 90%;
    left: auto;
}

.popup_esci, .popup_aggiungi{
	position: relative;
	top: auto;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	left: auto;
}
.bottom_popup{
	height: auto;
}
	#light img{
		width: 100%;
	} 
	.white_content{
		width: 90%;
		margin: 0 auto;
		height: auto;
	}
	.news.news_home:nth-child(2), .news.news_home:nth-child(3), .news.news_home:nth-child(4){
		display: none;
	}
	.nuova_ricerca.mobile{
		display: block;
		background: #3e3e3e;
		color: #fff;
		text-align: center;
		text-decoration: none;
		padding: 10px 0;
		font-size: 14px;
		font-weight: 700;
	}

	.nuova_ricerca.mobile:hover{
		background: #e42713;
	}
	.ganci_right{
		display: none;
	}
	.breadcrumb{
		display: none;
	}
	.item_middle .price, .striscia_grigia .price{
		width: 100%;
		text-align: center;
	}
	a.tutte_le_news.mobile{
		display: block;
		color: #414141;
		background: transparent;
	}
	.item_middle .price, .striscia_grigia .price{
		position: relative;
		top: auto;
		right: auto;
	}
	.item_middle, .item_top_top, .striscia_grigia{
		height: 64px;
	}

	.home_bottom_left.news4 .tutte_le_news.mobile{
		background: transparent;
		padding-left: 0;
		text-align: center;
	}
	a.tutte_le_news.mobile:hover{
		color: #f02912;
	}

	.home_bottom_left.news4 .tutte_le_news.mobile img{
		display: none;
	}
	a.tutte_le_news.desktop{
		display: none;

	}
	
	#link_ganci_traino a.btn{
		display: none;
	}
	.torna_indietro{
		position: relative;
		left: auto;
		top: auto;
		margin-top: 15px;
	}
	.quantita_input{
		border-width: 0;
		border-radius: 0px;
	}
	.dettaglio_pagina h1{
		font-size: 21px;
	}
	.home_bottom_left.news4 .tutte_le_news{
		margin: 0;
	}
	.striscia_grigia-mobile .box_carrello{
  height: 30px;
    position: relative;
    right: auto;
    top: auto;
    width: 67%;
    float: right;
	}

	.quantita_input{
		border-width: 0;
		padding: 8px 3px 7px 13px;
	}
	.striscia_grigia-mobile .right {
    background-color: transparent;
    height: 30px;
    position: relative;
    right: auto;
    top: auto;
    width: 20%;
    float: right;
}

 .striscia_grigia-mobile .price{
 	margin-bottom: 20px;
 }
	.item_codice, .item_titolo, .striscia_grigia-mobile .price{
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.striscia_grigia-mobile .aggiungi_al_carrello.pulsante_carrello img{
		display: none;
	}
	.striscia_grigia{
		display: none;
	}
	.striscia_grigia-mobile .aggiungi_al_carrello{
		font-size: 13px;
	}

	.striscia_grigia-mobile{
		display: block;

		width: 400px;
		margin: 0 auto;
	}
	#content_left {
	    float: none;
	    margin-right: 0px;
	  
	    width: 100%;
	}
	#content_right_news {
	    float: none;
	    margin-right: 0px;
	    margin-top: 0px;
	    width: 100%;
	}

	.torna_alle_news{
		margin: 0px 0 15px;
	}
	
	.box_immagine_dettaglio, .box_immagine_dettaglio img{
		width: 100%;
	}
	#content_right_news .news {
	    background-color: #e6e9ee;
	    float: none;
	    height: auto;
	    margin-bottom: 20px;
	    margin-right: 0px;
	    overflow: visible;
	    position: relative;
	    width: 100%;
	}
	.box_immagine {
	    background-color: #f02914;
	    height: auto;
	    padding-top: 19px;
	}

	.box_immagine img{
		width: 100%;
	}
	/*table tr td{
		width: 100%;
		display: block;
	}*/
	.contatti_h1, .orari_magazzino{
		font-size: 20px;
	}
	.main_contatti{
		padding-right: 0;
	}
	.azienda_content_left, .azienda_content_right{
		float: none;
		width: 100%;
	}
	.breadcrumb{
		margin-top: 20px;
		top: auto;
	}
	.diventa-rivenditore:hover{
		background: #414141;
	}
	#ricerca-marchio-mobile{
		width: 98%;
		padding: 0px 0% 0px;
		border-top: 0px solid #e6eaee;
		border-left: 2px solid #e6eaee;
		border-right: 2px solid #e6eaee;
		border-bottom: 2px solid #e6eaee;
		margin: 0 auto 30px;
		text-align: center;
		font-weight: 700;
		color: #fff;
		font-size: 14px;
		display: block;

	}

	#ricerca-marchio-mobile a{
		font-weight: 700;
		color: #6e7e8c;
		font-size: 14px;
		text-transform: uppercase;
		text-decoration: none;
	}

	#ricerca-marchio-mobile a:hover{
		color: #ff3e2a;
	}

	#ricerca-marchio-mobile.open #btn-ricerca-marchio i{
		background: url("../Img/open2.png") no-repeat;
	}

	#slide-marchi a{
		display: block;
		margin: 20px auto;
		text-align: center;
	}

	#slide-marchi{
		display: none;
		padding-top: 0px;
	}
	#btn-ricerca-marchio i{
    background: rgba(0, 0, 0, 0) url("../Img/close3.png") no-repeat scroll 0 0;
    height: 11px;
    margin-top: -5px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 11px;
	}

	#btn-ricerca-marchio{
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		position: relative;
		cursor: pointer;
		background: #F02914;
		padding: 20px 0;
	}

	.carousel-home h2, .carousel-home h1{
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		text-transform: none;
		color: #414141;
		margin: 0 auto;
	}
	.testi-carousel{
		margin: 15px auto 25px;
	}
	.carousel-home .owl-carousel .owl-item img{
		width: auto;
		margin: 0 auto;
		border: 1px solid #f4f4f4;
	}
	#tipi_gancio, #ricerca_marchio, .info_destra{
		display: none;
	}
	.link_carrello {
	    float: left;
	    padding: 4px 0;
	    position: relative;
	    text-align: center;
	    width: 49%;
	    z-index: 2;
	    background: #e6eaee;
	    margin-bottom: 5px;
	    font-size: 16px;
	}
	.carousel-home{
  		display: block;
	}

	.dettagli_utente {
	    float: right;
	    height: 35px;
	    padding: 4px 0;
	    width: 49%;
	    text-align: center;
	    background: #e6eaee;
	    margin-bottom: 5px;
	}
	.scritta-tel{
		width: 100%;
		background: #e6eaee;
		text-align: center;
		padding: 10px 0;
		color: #ff4f08;
		font-weight: 700;
		margin-top: 20px;
		margin-bottom: 5px;
		font-size: 16px;
	}
	.link_carrello > a {
	    border-left: 0px solid #fff;
	    padding: 0px;
	    font-size: 16px;
	}

	#carrello_secondario {
	    background-color: #5a6b7d;
	    border-top: 0px solid #fff;
	    color: #fff;
	    display: none;
	    font-size: 12px;
	    font-weight: bold;
	    left: 0px;
	    padding: 0px 0px 0;
	    position: absolute;
	    text-align: center;
	    top: 35px;
		width: calc(320px - 10%);

	}
	div.container{
		width: 90%;
	}

	.diventa-rivenditore{
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		background: #ff3e2a;
		height: auto;
		text-align: center;
		padding: 5px 0;
		margin-bottom: 15px;
	}

	.diventa-rivenditore a{
		font-size: 16px;
		letter-spacing: 1px;
		text-align: center;
		margin-right: 0;
	}

	.ico-tel{
		display: inline-block;
		margin-right: 5px;
		margin-top: 2px;
		vertical-align: bottom;
	}

	#footer_3 {
	    width: 100%;
	    float: none;text-align: center;
	}

	#slider, #filtro_marche_home.homepage, #header, #footer_1, #footer_2, #footer_4{
		display: none;
	}
	#header-mobile{
		display: block;
	}

	.gancio_item_price {
	    color: #5a6c7a;
	    font-size: 18px;
	    font-weight: bold;
	    position: relative;
	    right: auto;
	    text-align: center;
	    top: auto;
	}
	.gancio_item_top_inner a{
		text-align: center;
		display: block;
	}
	.gancio_item_bottom_right ul li{
		background: transparent;
	}
	.gancio_item_price .price, .gancio_item_bottom_right ul{
		text-align: center;
	}
	.gancio_item_price .price{
		padding-bottom: 10px;
	}

	h1{
		font-size: 25px;
	}

	.gancio_item_top{
		height: auto;
	}
	.gancio_item_bottom_right .aggiungi_al_carrello{
		position: relative;
		left: auto;
		bottom: auto;
		margin-bottom: 20px;
	}

	.aggiungi_al_carrello{
		width: 80%;
		padding-bottom: 3px;
	}

	.gancio_item_bottom_left, .gancio_item_bottom_right{
		float: none;
		width: 100%;
	}
	.gancio_item_bottom_left img, .gancio_item_bottom_left a{
		margin: 0 auto;
		display: block;
		text-align: center;
	}

	#info_destra{
		display: none;
	}

	.dettaglio_pagina h1{
		width: 100%;
	}

/*
	.item_middle, .item_top_top, .striscia_grigia{
		height: auto;
		overflow: visible;
	}

	.striscia_grigia .price {
	    right: auto;
	    width: 100%;
	}
	.item_middle .price, .striscia_grigia .price {
	    position: relative;
	    right: auto;
	    text-align: left;
	    top: auto;
    }

	.item_stringa_quantita.right{

    height: auto;
    position: relative;
    right: auto;
    top: auto;
	}

	.item_codice, .item_titolo{

	}


	.striscia_grigia .item_codice, .striscia_grigia .price, .striscia_grigia .box_carrello,
	.item_stringa_quantita.right{
		width: 100%;
		float: none;
		text-align: left;
	}*/

	.ganci_left, .ganci_right{
	float: none;
    margin-top: 20px;
    padding-left: 0px;
    width: 100%;
	}

	.item {
    float: none;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 0px;
    overflow: visible;
    width: 100%;
}

#content_right{
	width: 100%;
	float: none;
}
.item_bottom .aggiungi_al_carrello{
	font-size: 14px;
}
.item_bottom .aggiungi_al_carrello img{
	display: none;
}
.elenco_contenuti .image_link{
	width: 100%;
}


#blocco_sottocategorie {
    float: none;
    margin-right: 0px;
    overflow: visible;
    width: 100%;
}

.prodotti_correlati{
	display: none;
}

.descr_1, .descr_2, .descr_3{
	float: none;
	width: 100%;
	text-align: center;
}

.item_top {
    border: 1px solid #e6e9ee;
    height: 263px;
    position: relative;
    width: 100%;
}

.descr_inner{
	padding: 0;
}

.box_foto .image_link{
	position: relative;
	width: 100%;
	left: auto;
	top: auto;
	height: 400px;
	overflow-y: hidden;
}
.box_foto_left .go_left, .box_foto_left .go_right {
    top: 150px;
}

.box_foto{
	margin-bottom: 20px;

}

.resumenprod ul{
	padding-left: 0;
}


.box_foto_left {
    float: none;
    height: auto;
    overflow: visible;
    position: relative;
    width: 100%;
}

.box_foto .image_link  img{
	width: 100%;
}
.item_video{
	height: auto;
}

.box_foto_right{
	display: none;
	float: none;
	width: 100%;
	overflow: visible;
}

.sottocategoria a{
	float: none;
	margin: 10px auto;
}

	.elenco_contenuti{
		width: 100%;
		margin-right: 0;
	}

	#filtro_marche_home{
		background: #ff3e2a;
		width: 90%;
		height: auto;
		padding: 20px 5%;
	}
	.filtro_ext, .filtro_ext_2, .filtro_ext_right, .filtro_ext_right_2, .filtri select#modello,
	.filtri select, .ganci_right select{
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}

	.avvio_ricerca {
	    color: #fff;
	    font-size: 24px;
	    font-weight: bold;
	    position: relative;
	    right: auto;
	    top: auto;
	    width: 200px;
	}

	.logo{
		width: 180px;
	}
	#lightbox-menu{
		display: none;
		width: 100%;
		height: 100%;
		background: url("../Img/bg-menu-mobile.png");
		position: fixed;
		top: 90px;
		left: 0;
		z-index: 999;
	}

	#footer-fb{
		width: 44px;
		height: 44px;
		display: block;
		margin: 10px auto;
		background: url("../Img/footer-fb.png") no-repeat;
	}

	#footer {
	    padding-bottom: 20px;
	    padding-top: 36px;
	    width: 100%;
	}

	.copyright {
	    display: block;
	    font-size: 13px;
	    margin-top: 20px;
	    text-align: center;
	}
	.footer_bottom, .copyright {
	    color: #848f8f;
	    font-weight: 700;
	    line-height: 1.9em;
	    text-decoration: none;
	}

	#lightbox-menu ul li a{
		color: #404040;
		text-align: center;
		text-transform: none;
		font-size: 18px;
		text-decoration: none;
		font-weight: 700;
	}

	#lightbox-menu ul li a:hover{
		color: #f02914;
	}

	#lightbox-menu ul{
		list-style: none;
		margin-top: 40px;
		margin-left: 0;
		padding-left: 0;
	}

	#lightbox-menu ul li{
		margin-bottom: 20px;
		text-align: center;
		margin-left: 0%;
	}
	/* Icon 1 */

	#nav-icon3 {
		display: block;
	  width: 20px;
	  height: 20px;
	  position: absolute;
	  right: 0%;
	    top: 30px;
	  margin: 0px;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	  z-index: 9999;
	}


	.container.page #nav-icon3 span{
		background: #f02914 !important;
	}

	.overflowx{
	    overflow-y: hidden; 
	}
	#nav-icon3 span{
	  display: block;
	  position: absolute;
	  height: 2px;
	  width: 100%;
	  background: #f02914;
	  border-radius: 0px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}

	#nav-icon3 span:nth-child(1) {
	  top: 0px;
	}

	#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	  top: 7px;
	}

	#nav-icon3 span:nth-child(4) {
	  top: 14px;
	}

	#nav-icon3.open span:nth-child(1) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}

	#nav-icon3.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	#nav-icon3.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	#nav-icon3.open span:nth-child(4) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}

	#bottom_menu {
	    bottom: auto;
	    height:auto;
	    position: relative;
	    right: auto;
	    width: 100%;
	}
	.bottom_menu_item {
	    float: none;
	    margin-right: 10px 0;
	    padding: 10px 0 0;
	    position: relative;
	    text-align: center;
	    width: 100%;
	}

	#btn-slide-prod{
		margin-top: 5px;
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
		padding: 33px 0;
		width: 100%;
		cursor: pointer;
	}

	#btn-slide-prod i{
		background: url("../Img/close2.png") no-repeat;
		height: 11px;
		width: 11px;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -5px;
	}

	#bottom_menu.open #btn-slide-prod i{
		background: url("../Img/open.png") no-repeat;
	}

	.bottom_menu_item_portamoto i, .bottom_menu_item_box i, .bottom_menu_item_portabici i, 
	.bottom_menu_item_box-dog i, .bottom_menu_item_accessori i{
		vertical-align: middle;
		margin-right: 5px;
		display: inline-block;
	}

	#link_ganci_traino h2{
		font-weight: 500;
	}

	#slide-prod{
		display: none;
	}

	#slide-prod .bottom_menu_item{
		background: #525151;
		margin-bottom: 2px;
		padding: 20px 0 0;
	}

	.news.news_home{
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
		height: auto;
	}
	.home_bottom_left.news4 .tutte_le_news{
		width: 100%;
	}
}	

@media (max-width: 767px) {
		
	.cart_button_aggiorna_carrello{
		display: none;
	}
	.box_foto_left .go_left, .box_foto_left .go_right {
	    top: 10px;
	}
	.striscia_grigia-mobile {
	    display: block;
	    width: 300px;
	    margin: 0 auto;
	}
	.striscia_grigia-mobile .right{
		width: 23%;
	}
}

/* MOTORE DI RICERCA SGS */

.thead{
	/*background: #d1e9ff;*/
	background: #e1e1e1;
	text-align: center;
	padding: 1px;
	color: #3b3b3b;
	
}
.thead-responsive{
		/*background: #d1e9ff;*/
		background: #e1e1e1;
		text-align: center;
		padding: 1px;
		color: #3b3b3b;
		
}
@media screen and (max-width: 565px) and (min-width:300px){
	.thead-responsive{
		display:none;
	}
	.desktop-only{
		display:none;
	}
	.riduci-icona{
		width: 32px;
		height: auto;
	}
}
@media screen and (min-width: 566px){
	.mobile-only{
		display: none;
	}
}
.invert{
	filter: invert(0%);
	}

.riga_singola:nth-child(even){
	background: #e1e1e1;
}

.macchina{
	background: #d8d8d8;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 10px 10px 10px 150px;
}

.dettagli_ganci td{
	padding: 1px;
	height: 50px;
}

.fixed{
	position: fixed;
	top: 0px;
}

.p1{
	text-align: left;
	padding: 1px;
}

#tbl_ganci{
	width: 100%;
}

a.preview{
	display: block;
}

.modello {
	margin: 0px;
	font-weight: bold;
	font-size: 12pt;
}

.produttore{
	color: #000;
	font-weight: bold;
}

.aragon{
	color: #ff5601;
}

.westfalia{
	color: #214ba0;
}

/* CSS carrello */
a.preventivo:link {
	display: block;
	width: 300px;
	height: 100px;
	background: url(images/stampapreventivo.png) no-repeat;
}
a.preventivo:visited {
	display: block;
	width: 300px;
	height: 100px;
	background: url(images/stampapreventivo.png) no-repeat;
}
a.preventivo:hover {
	display: block;
	width: 300px;
	height: 100px;
	background: url(images/stampapreventivo_hover.png) no-repeat;
}
a.portabici:link {
	display: block;
	width: 300px;
	height: 100px;
	background: url(images/portabici.gif) no-repeat;
}
a.portabici:visited {
	display: block;
	width: 300px;
	height: 100px;
	background: url(images/portabici.gif) no-repeat;
}
a.portabici:hover {
	display: block;
	width: 300px;
	height: 100px;
	background: url(images/domandaportabici_hover.png) no-repeat;
}
a.btn_istruzioni {
	color: #fff;
	background: #ff3e2a;
	padding: 5px;
	float: right;
	margin-bottom: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px outset #234D96;
}
a.btn_istruzioni:active {
	border: 1px inset #2D65C5;
}
.btn_kit {
	color: #fff;
	background: #234D96;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px outset #234D96;
	width: 49%;
	cursor: pointer;
}
.left {
	float: left;
}
.right {
	float: right;
}
.table {
	margin-right: auto;
	margin-left: auto;
};

