/* ==========================================================================
	 STILI GENERICI
	 ========================================================================== */
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
textarea {
	resize: vertical;
}
/*questo sotto non somma il padding*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

figure{
	margin:0;
	padding:0;
}

/* ==========================================================================
	 STILI SITO
	 ========================================================================== */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 16px;
	line-height: 26px;
	font-family: 'Titillium Web', sans-serif;
	background:#fff;
}

section:not(.pswp__scroll-wrap){
	background:#fff;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.wrapper {
	width: 95%;
	margin: 0 2.5%;
}
a {
	color: #CE000B;
}
h1 {
	font-size: 36px;
	line-height: 40px;
}
.fascia_marchi_big{
	padding:30px 0;
}
div.titolo_h1{
	font-size: 26px;
	font-weight:700;
	color: #c30b0b;
	width: 100%;
}

h2 {
	font-size: 28px;
	line-height: 32px;
}
strong{
	font-weight:700;
}


/* CLASSI UTILI
---------------------------------------------------------------------------*/
.show_pc{
	display:none;
}
.hide_pc{
	display:block;
}


.flexbox{
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.flexbox div{
	flex: 1 0 100%;
	margin:10px;
}
.align_right{
	text-align:right;
}
.align_center{
	text-align:center;
}


/* HEADER
---------------------------------------------------------------------------*/

header{
	background:#fff;
}

#logo{
	display:none;
}
#token{
	display:none;
}
.fascia_token{
	display:block;
    font-size:20px;
    background: #f7f5f5;
    text-align:center;
    padding:10px 0;
	border-bottom:1px solid #e2e2e2;
	margin: 0 3px;
}
#logo_mobile{
	display:block;
	max-width:120px;
	margin-left:10px;
}
.allinea_mobile{
	flex:1 0 60%;
	-webkit-flex: 1 0 60%; /* Safari 6.1+ */
		-ms-flex: 1 0 60%; /* IE 10 */
	display:flex;

}


.cont_google_translate{
    flex:0 0 128px;
    margin-right:20px;
    margin-top:20px;
}


.fascia_newsletter{
    font-size:20px;
    background: #c30b0b;
    text-align:center;
    padding:10px 0;
}
.fascia_newsletter a{
    text-decoration:none;
    color:#ffffff;
}
.fascia_newsletter a span{
    
}



/* ================================
BLACK FRIDAY 
================================ */
.fascia_blackfriday{
    font-size:20px;
    background: #000000;
    text-align:center;
    padding:10px 0;
	border-bottom:1px solid #333;
}
.fascia_blackfriday a{
    text-decoration:none;
    color:#ffffff;
}
.fascia_blackfriday a span{
    color:#c00;
    text-transform:uppercase; 
    font-weight:800;
    border:1px solid #fff;
    padding:5px 10px;
    display:inline-block;
}




/* PAGINA */
.pagina_blackfriday{
	background:#000000;
}
.pagina_blackfriday .banner_blackfriday_2024{
	margin-bottom:20px;
}
h1.titolo-bf{
	color:#ffffff;
	font-size:40px!important;
	text-align:center;
	margin:20px 0;
}

.pagina_blackfriday .pager{
	color:#fff;
}

ul.bf-categorie{
	width:100%;
	list-style-type:none;
	display: grid !important;
	grid-template-columns: 31% 31% 31% !important;
	grid-column-gap: 2%;
	padding: 20px !important;
	margin-bottom:30px;
}
ul.bf-categorie li{
	margin-bottom:20px;
}
ul.bf-categorie li a{
	display:block;
	background:#191919;
	padding:25px 25px 25px 60px;
	margin-bottom:10px;
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:25px;
	font-weight:700;
	height:100%;
	display:flex;
	align-items:center;
	background:url("/images/black_friday/bg_li.png") no-repeat left center #191919;
	border:1px solid rgba(206,0,11,0.4);
}
ul.bf-categorie li a:hover{
	background:url("/images/black_friday/bg_li.png") no-repeat left center #121212;
}

.pagina_blackfriday form{
	color:#ffffff;
}
.pagina_blackfriday .lista_risultati h3 {
	width: 100%;
	margin-bottom: 20px;
	background: #1f1f1f;
	color:#fff;
}


@media screen and (max-width:1023px){
	h1.titolo-bf{
		font-size:30px!important;
	}
	ul.bf-categorie{
		width:100%;
		list-style-type:none;
		display: grid !important;
		grid-template-columns: 100% !important;
		grid-column-gap: 0;
		padding: 20px !important;
		margin-bottom:30px;
	}
	ul.bf-categorie li a{
		letter-spacing:1px;
		font-size:20px;
		padding:20px 20px 20px 60px;
	}
}



.fascia_contatti{
	background:#000;

	font-size:14px;
	display:none;
}
.fascia_contatti .wrapper{
	display:flex;
	justify-content:space-between;
}
.fascia_contatti .wrapper .fascia_contatti_dx{
	display:flex;
	justify-content:flex-end;
}
.fascia_contatti .wrapper .fascia_contatti_sx{
	display:flex;
	justify-content:flex-start;
}

/* SELECT PAESE */
.pvat {
	display:flex;
	flex-direction:row;
	color: #fff !important;
	text-decoration: none;
	padding: 5px 50px 5px 50px;
	/* padding:5px 5px 5px 5px; */
	text-transform: uppercase;
	font-size: 13px;
	border: 0;
	background:#ce000b;
	background:#fbcb0c;
	flex: 1 0 40%;
  	max-width: 300px;
  	margin-right:15px;
}


.pvat label{
	font-weight:bold;
	color:#000;
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin-right:8px;
}
.pvat select {
	color: #000;
	margin-left: 6px;
	border:none;
	border-radius:0;
	background:#fff;
	padding:3px 3px;
	font-size:15px;
	max-width: 100px;
}
.fascia_vat_mobile .pvat{
  	max-width: 100%;
	margin-right:0px;
	justify-content:center;
}

/* SELECT PAESE */



.tel{
	background:#4f4e4e;
	margin-right:20px;
	padding:5px 20px;
	color:#fff;
}
.fb{
	margin-left:20px;
	padding:3px 5px;
}
nav.menu_contatti ul,
nav.menu_lingue ul{
	display:flex;
	list-style-type:none;
	margin-left:20px;
}
nav.menu_contatti ul li a,
nav.menu_lingue ul li a{
	color:#fff;
	display:block;
	padding:5px 5px;
	text-decoration:none;
}


.intestazione{
	display:flex;
	justify-content: space-between;
}

.header_dx{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;

}
.banner_spedizione{
	background:#fbcb0c;
	margin:10px 20px 0px 0;
	padding:10px 10px 3px 10px;
	display:flex;
	flex-wrap:wrap;
	line-height:16px;
	justify-content: space-between;
	flex:1 0 40%;
	max-width:300px;
	align-items: center;
	display:none;
}
.banner_spedizione .clearfix{
	width:100%;
	margin-bottom:10px;
}
.banner_spedizione a{
	margin-left:20px;
	padding-right:15px;
	color:#000;
	text-decoration:none;
	background:url(/images/ico_nera_small.png) no-repeat right center;
	font-weight:700;
	font-size:14px;
}


/*  TENDINA CARRELLO */
.cont_carrello_top{
	flex:1 0 40%;
	max-width:300px;
	display:none;
}


.box_carrello{
	background:url(/images/ico_shop.png) no-repeat 10px center #f7f5f5;
	margin:10px 0px 10px 0;
	padding:0px 20px 0px 70px;
	font-size:14px;
	line-height:18px;
	max-width:300px;
	height:80px;
	display:flex;
	justify-content:space-between;
	align-items: center;

}
.box_carrello strong{
	font-size:15px;
}
.box_carrello a.arrow{
	margin-left:10px;
}






.cont_carrello_top .tendina_carrello{
	position:absolute;
	z-index: 1000;
	top:120px;
	max-width:300px;
	background:transparent;
	max-height: 0;
		transition: max-height 0.5s ease-out;
		overflow: hidden;
}
.cont_carrello_top:hover .tendina_carrello{
	height:auto;
	max-height: 90vh;
		transition: max-height 0.5s ease-in;

}


/*.apri_carrello{
	 border:1px solid #efefef;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);

	 max-height:1000px;
	transition: max-height 1s ease-out;
}
.chiudi_carrello{
	 height:0;
}*/
.interno_tendina_carrello{
	padding:15px 10px;
	margin:5px;
	border:1px solid #efefef;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
	background:#fff;
}
.interno_tendina_carrello .riga_prodotto{
	display:flex;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px dotted #ccc;
}
.interno_tendina_carrello .riga_prodotto figure{
	flex:1 0 20%;
}
.interno_tendina_carrello .riga_prodotto .t_nome_prodotto{
	flex:1 0 35%;
	font-size:14px;
	line-height:15px;
	padding:0 10px;
}
.interno_tendina_carrello .riga_prodotto .t_prezzo_prodotto{
	flex:1 0 30%;
	font-weight:700;
	font-size:18px;
	text-align:right;
}
.interno_tendina_carrello .riga_prodotto figure img{
	width:100%
}

.interno_tendina_carrello .riga_prodotto .t_quantita{
	display:flex;
	flex:1 0 15%;

}
.interno_tendina_carrello .riga_prodotto .t_quantita_numero{
	width: 24px;
	height: 44px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 44px;
	border: 1px solid #ccc;
}
.interno_tendina_carrello .riga_prodotto .t_quantita_modifica{
	width: 20px;
	display:flex;
	flex-direction:column;
}
.interno_tendina_carrello .riga_prodotto .t_quantita_modifica a{
	width: 20px;
	height: 22px;
	background: #999;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
	text-decoration:none;
	border-bottom:1px solid #fff;
}

.interno_tendina_carrello .riga_sub{
	display:flex;
	padding-bottom:3px;
	border-bottom:1px dotted #ccc;
}
.interno_tendina_carrello .riga_sub .t_nome_sub{
	flex:1 0 50%;
	font-size:20px;
	padding:5px 10px;
}
.interno_tendina_carrello .riga_sub .t_prezzo_sub{
	flex:1 0 50%;
	font-weight:700;
	font-size:24px;
	text-align:right;
	padding:5px 10px;
	color: #CE000B;

}
.interno_tendina_carrello .t_avviso{
	line-height:16px;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	color:#393;

	background:#e2f1e0
}
.interno_tendina_carrello .t_avviso strong{
	font-weight:700;
}

.t_btn{
	display:block;
	background: #CE000B;
	color:#fff;
	padding:5px;
	margin:5px 20px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
}


.registrati_header{
	flex:1 1 100%;
	text-align:right;
	margin-bottom:5px;
	display:none;
}
.registrati_header a{
	display:inline-block;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 10px;
	font-size:14px;
}
.icona_login{
	background:url(/images/ico_user.jpg) no-repeat right center;
	padding-right:50px!important;
}
#box_login, .box_accedi{
	background:#CCC;
	padding:20px 0;
	text-align:left;
}
#box_login input, .box_accedi input{
	border:none;
	margin-right:20px;
	margin-bottom:10px;
	padding:5px!important;
}
#box_login input[type="submit"], .box_accedi input[type="submit"]{
	background:#CE000B;
	color:#fff;
	padding:5px 20px!important;
}
#box_login_err{
	color:#ce000b;
	padding:10px 0;
	text-align:right;
	font-weight:700;
	font-size:20px;
}
#box_login_err span{
	font-size:28px;
	font-weight:900;
	display:inline-block;
	margin-right:30px;
	cursor: pointer;
}
.top_ar_mobile{
	margin-right:10px;
	font-size:13px;
	line-height:30px;
}





.fascia_main{
	background:#fff;
	
	border-bottom:1px solid #ccc;
	padding:10px 0 5px 0;
	
}
.fascia_main .wrapper{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

/* menu mobile fisso */
.topfisso{
	width:100%;
	position:fixed;
	z-index:10000;
	-webkit-box-shadow: 1px 12px 5px -8px rgba(0,0,0,0.22);
	-moz-box-shadow: 1px 12px 5px -8px rgba(0,0,0,0.22);
	box-shadow: 1px 12px 5px -8px rgba(0,0,0,0.22);
}
.topfisso_header{
	width:100%;
	position:fixed;
	top:40px;
	z-index:10000;
	-webkit-box-shadow: 1px 12px 5px -8px rgba(0,0,0,0.22);
	-moz-box-shadow: 1px 12px 5px -8px rgba(0,0,0,0.22);
	box-shadow: 1px 12px 5px -8px rgba(0,0,0,0.22);
}
.hide{
	display:none;
}
.show{
	display:block;
}

#menu_prodotti, #menu_categorie{
	display:none;
}
#btn_menu_prodotti, #btn_menu_categorie{
	display:inline-block;
	color:#fff;
	background:#850108;
	padding:7px 20px;
	text-decoration:none;
	text-transform:uppercase;
	margin-right:20px;
	display:none;
/*	border:1px solid blue;*/
}


.nav-containerCategorieSub2,
.nav-containerTipologie {
	display:none;
	/*background-color: white !important;*/
	z-index: 100;
}
#link_powerbronze{
	margin-right:15px;
	display:none;

}
#link_powerbronze img{
	/*border:1px solid #850108;*/
}
.cerca{
	display:none;
}

/* CAMPO CERCA TOP */
#fsearch_top{
	background:#f6f3f3;
}
#fsearch_top input[type="text"]{
	border:none;
	background:#f6f3f3;
	height:40px;

}
#fsearch_top input[type="submit"]{
	border:none;
	background:url(/images/ico_search.png) no-repeat center top #f6f3f3;
	width:50px;
	padding:0 20px;
	height:40px;
}

.cerca_mobile{
	margin:20px;
}
.cerca_mobile #fsearch_top{
	background:#f6f3f3;
}
.cerca_mobile #fsearch_top input[type="text"]{
	border:none;
	background:#f6f3f3;
	padding:20px;
	width:70%;
	height:60px;
}
.cerca_mobile #fsearch_top input[type="submit"]{
	border:none;
	background:url(/images/ico_search.png) no-repeat center center #f6f3f3;
	margin-right:10px;
	width:50px;
	height:60px;
	float:right;
}


#icone_top_mobile{
	flex:1 0 30%;
	-webkit-flex: 1 0 30%; /* Safari 6.1+ */
		-ms-flex: 1 0 30%; /* IE 10 */
	display:flex;
	padding-top:5px;
	justify-content:flex-end;
}
.icona_login_mobile{
	margin-right:2px;
}
.icona_carrello_mobile{
	position:relative;
}
.icona_carrello_mobile img,
.icona_login_mobile img{
	width:38px;
	width:38px;
}
.ico_num_acquisti{
	display:block;
	min-width:20px;
	width:auto;
	height:20px;
	border-radius:20px;
	background:#CE000B;
	color:#fff!important;
	position:absolute;
	top:15px;
	left:25px;
	padding-right:3px;
	z-index:1000;
	font-size:14px;
	line-height:17px;
	padding-left:5px;
}

.fascia_main input[type="text"]{
	border:none;
	padding:7px;
}




/* FASCIA TIPOLOGIE VEICOLI
---------------------------------------------------------------------------*/	

.fascia_veicoli{
	padding:0px 0;	
}
.fascia_veicoli .wrapper{
	display:flex;
	flex-direction:row;
}
.testo_menu_tipologie{
	width:150px;
	
	color:#000000;
	font-weight:bold;
	padding:15px 0;	
	white-space:nowrap;
	display:flex;
	align-items:center;
	justify-content:center;
}
nav.tipologie{
	flex:1 0 auto;
	
	padding:15px 0;	
}
nav.tipologie ul{
	display:flex;
	width:100%;	
	list-style-type:none;
}
nav.tipologie ul li{
	
     flex: 1 1 auto;
     align-items:flex-start;
	 margin:10px;
}
nav.tipologie ul li a{
	/* border-right:1px solid #fff;*/
	 width:100%;
	 text-align: center;
	 color:#fff;
	 text-decoration:none;
	 padding-bottom:5px;
	 font-weight:700;
	 display:flex;
	 flex-direction:row;
	 align-items:center;
	 font-size:14px;
	 padding: 10px 15px;
	 border-radius:5px;
	 background:#ce000b;
	 background:#f3f3f3;
	 color:#000000;
}
nav.tipologie ul li:last-child a{
	border-right:0;
}
nav.tipologie ul li a img{
	width:50px;
}
nav.tipologie ul li a span{
	display:block;
	line-height:18px;
}
nav.tipologie ul li a:hover{
	color:#ce000b;
}

nav.tipologie ul li.on {
	box-shadow: 1px 1px 4px #0003;
}
nav.tipologie ul li.on a {
	color:#ce000b;
}



/* FASCIA CATEGORIE
---------------------------------------------------------------------------*/	
.fascia_categorie{
	background: #ce000b;
	background: #000000;
	padding:15px 0;
}
.fascia_categorie span {
	color:#ffffff; 
}
nav.categorie ul{
	display:flex;
	width:100%;	
}
nav.categorie ul li{
	flex: 1 1 auto;
	text-align:center;
	display:flex;
	padding:4px 0 4px 0;
    flex-direction:column;
    justify-content:center;
	 position:relative!important;
	 border-right:1px solid #fff;
}
nav.categorie ul li a{
	flex:1 0 auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
	
	
	 width:100%;
	 text-align: center;
	 color:#fff;
	 text-decoration:none;
	 padding-bottom:5px;
	 text-transform:uppercase;
	 font-weight:700;
}
nav.categorie ul li a span{
	display:block;
	line-height:18px;
    flex:1 0 auto;
    display:flex;
    align-items:center;
}
nav.categorie ul li a:hover span.tipologia_scelta{
	color:#ce000b;
}
.li_categorie:hover span{
	color:#eb050a!important;
}



/*SOTTOMENU CATEGORIE
---------------------------------------------------------------------------*/
.nav-containerCategorieSub2{
    position:absolute!important;
	z-index:100!important; 
    margin-top:20px;
	background:transparent;
	
}
.nav-containerCategorieSub nav.menu-container{
 background:transparent;
}
.slimmenuCat {
	display: table;
	width: 100%;
}
.containerCat {
	display: table-cell; 
}
.nav-containerCategorieSub nav.menu-container > ul{
	display:block;
	
	background:#f7f5f6;
	border:1px solid #ccc;
}

.tipologia_scelta {
    color:white !important;
	
}
.nav-containerTipologie{
	z-index:100!important;
}



.nav-containerCategorie nav.menu-container{
    /*position:relative;*/
}
.nav-containerCategorieSub nav.menu-container ul {
	padding:20px;
	list-style-type:none;
}

.nav-containerCategorieSub nav.menu-container ul li a,
.nav-containerCategorieSub nav.menu-container ul li span {
	display: block;
	text-decoration: none;
	padding: 3px 0;
	text-align: left;
	text-transform:uppercase;

}
.nav-containerCategorieSub nav.menu-container ul li a{
	font-weight:400;
	color:#000000!important;
	font-size:15px;
	line-height:20px;
}

.nav-containerCategorieSub nav.menu-container ul li:hover a {
	color: #c30b0b!important;
}




/*MENU
---------------------------------------------------------------------------*/
/* .megamenuCategorie{
	width: 72%;
    margin:0!important;
	position:absolute!important;;
	z-index:9000!important;
} 

.nav-container{
	background:#f7f5f6;
	border:1px solid #ccc;
	position:absolute;
	left:0;
}


nav.menu-container{
    position:relative;
}
nav.menu-container ul{
	display:flex;
	align-items:flex-end;
	list-style-type:none;
	justify-content:space-between;
	width:100%;
	background:#f7f5f6;
	padding:15px;
}

nav.menu-container ul li {
	text-align:left;
	position: relative;
}
nav.menu-container ul li a,
nav.menu-container ul li span {
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	text-align: left;
	text-transform:uppercase;

}
nav.menu-container ul li span{
	font-weight:700;
	color:#ce000b;
	font-size:18px;
}

nav.menu-container ul li:hover a {
	color: #903749;
}
nav.menu-container ul li ul {
	background:transparent!important;
	display:block!important;
	top: 100%;
	border-right: none;
	z-index: 50;
	padding-top: 0px;
	margin:0;
	height:300px;
	width:auto;
	-moz-column-count:4 ;
	-webkit-column-count: 4;
	column-count: 4;

}


nav.menu-container ul li ul li {
	width: 100%;
	position: relative;
	background: none;
	font-size: 16px;
	text-transform: lowercase;
	height: auto;
	font-weight:400!important;
}
nav.menu-container ul li ul li a {
	padding: 0px;
	padding:5px 10px;
	text-align: left;
	font-size: 14px;
	line-height:16px;
	height: auto;
	color: #000 !important;
	display: inline-block;
	text-transform: uppercase;
}
nav.menu-container ul li ul li span.on {
	padding: 0px;
	text-align: left;
	font-size: 13px;
	height: auto;
	color: #333 !important;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #ee3326 !important;
}
nav.menu-container ul li ul li a:hover {
	color: #fff !important;
	background-color: #ce000b;
}
nav.menu-container ul li ul li.voceOn {
	color: #fff!important;
	background-color: #ee3326;
}
nav.menu-container ul li ul li.voceOn a {
	color: #fff!important;
}



*/






/* FORM RICERCA HOME
---------------------------------------------------------------------------*/
.esterno_cont_ricerca{
	background:#fff;
	padding:35px 0!important;
}
section.cont_ricerca{
	padding:0;
	background:#f0f0f0;
}
section.cont_ricerca h1{
	color:#ce000b;
	font-size:22px;
	font-weight:700;
	display:none;
}
.esterno_cont_ferie{
	background:#fff;
	padding:35px 0!important;
}


.esterno_avviso_brexit{
    background-color:#ffffff;
    padding-top:20px;
    padding-bottom:20px;
}
.avviso_brexit{
    background-color:#fbcb0c;
    padding:10px;
}
.avviso_brexit.scheda{
    margin-top:10px;
    margin-bottom:10px;
}

/* IN PRIMO PIANO
---------------------------------------------------------------------------*/
.esterno_primo_piano{
	background:#fff;
	padding-bottom:30px;
}
.primo_piano{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.primo_piano h1{
	color:#000;
	font-size:22px;
	font-weight:700;
	width:100%;
}
/*.primo_piano article*/
.primo_piano a{
	display:block;
	flex: 1 0 30%;
	margin:0 1% 30px 1%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	background:#fff;
	padding:15px 15px 15px 15px;
	display:flex;
		flex-direction:column;
		justify-content:space-between;
	text-decoration:none;
	color:#000;
}
/*.primo_piano article:hover*/
.primo_piano a:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
}

.primo_piano article figure{
	width:100%;
	text-align:center;
}
.primo_piano article figure img{
	max-width:auto;
}
.primo_piano article h1{
	font-size:18px;
	margin-bottom:5px;
	line-height:20px;
	color:#000;
}
.primo_piano article h2{
	font-size:16px;
	line-height:18px;
	margin-bottom:5px;
}
.primo_piano article{
	font-size:14px;
}
.primo_piano .prezzo{
	display:inline-block;
	font-size:30px;
	color:#c30b0b;
	font-weight:700;
	padding-top:10px;
}
.primo_piano .btn_dettaglio_primopiano{
	width:200px;
	margin:0 auto;
	color:#fff;
	padding:5px 70px 5px 50px;
	font-weight:700;
	font-size:16px;
	text-decoration:none;
	background:url(/images/bg_dettaglio_small.png) no-repeat 90% center #ce000b;
	opacity:0;
/*	margin-top:-100px;
	margin-bottom:70px;

z-index:100;*/
}

.primo_piano .btn_dettaglio_primopiano_fisso{
	width:200px;
	margin:0 auto 0 auto;
	color:#fff;
	padding:5px 70px 5px 50px;
	font-weight:700;
	font-size:16px;
	text-decoration:none;
	background:url(/images/bg_dettaglio_small.png) no-repeat 90% center #ce000b;
	opacity:1;
}

.btn_dettaglio{
	color:#fff;
	padding:10px 70px 10px 50px;
	font-weight:700;
	font-size:18px;
	text-decoration:none;
	background:url(/images/bg_dettaglio.png) no-repeat 90% center #ce000b;

}
.sfuma .interno_article{
	opacity:0.7;
}
.sfuma article{
	opacity:0.5;
}
.sfuma .btn_dettaglio_primopiano{
	opacity:1;
}
/*.sfuma .btn_dettaglio_primopiano_fisso{
	background-color:#850108;
}*/

a.btn_altri{
	display:block;
	width:250px;
	color:#fff!important;
	padding:10px 70px 10px 50px;
	font-weight:700;
	font-size:18px;
	text-decoration:none;
	background:url(/images/bg_dettaglio.png) no-repeat 90% center #ce000b!important;
	box-shadow:none;
	float:right;
}
a.btn_altri:hover{
	box-shadow:none;
	background:url(/images/bg_dettaglio.png) no-repeat 90% center #850108!important;
}








/* SCHEDA PRODOTTO
---------------------------------------------------------------------------*/

#scheda_prodotto{
	padding-bottom:50px;
	padding-top:10px;

}
#scheda_prodotto h1{
	font-size:22px;
	line-height:26px;
	color:#ce000b;
	/*text-transform:uppercase;*/
	margin-bottom:10px;
	margin-top:0;
}
#scheda_prodotto h2{
	font-size:18px;
	line-height:24px;
	color:#ce000b;
	text-transform:uppercase;
}

article.prodotto{

}

.dispo{
   display:flex;
    flex-direction:column;
}
.lista_risultati .dispo{
	flex-direction:row!important;
	align-items:center;
}
.lista_risultati .show_pc{
	display:block!important;
}
.lista_risultati .giorni_mobile{
	display:none!important;
}

.cont_foto_prodotto{
     position:relative;
	 margin-top:10px;
}
.cont_bollini_mobile{
    display:flex;
    flex-direction:column;
    z-index:5000;
    position:absolute;
    right:-2%;
    top:0;
}
.cont_bollini_mobile img{
	margin-right:0!important;
}
.cont_bollini_mobile .disponibilita_testo{
	padding-left:0;
}
.giorni_mobile{
	font-size:12px;
	font-weight:700;
	text-align:center;
	padding:0;
	margin:0;
	line-height:18px;
	margin-top:-6px;
	color:#fff;
	border-radius:3px;
}
.rosso{
	background-color:#c00
}
.verde{
	background-color:#5bbd5b;
}
.arancio{
	background-color:#fba90c;
}

figure.foto_prodotto{
    text-align:center;
}
figure.foto_prodotto img{
	/*max-height: 300px;*/
	max-height:40vh;
}

.cont_bollini_mobile .cont_dispo{
	display:flex;
	margin:10px 0;
   flex-direction:column;
}
.cont_bollini_mobile .cont_dispo img{
	width:42px;
	height:42px;
	margin-right:10px;
}
.cont_bollini_mobile .cont_dispo .controlla a{
	line-height:14px!important;
	color:#000;
	text-decoration:none;
}


.cont_dispo{
	display:flex;
	flex-direction:row;
}


.controlla{
	margin-left:10px;
}
.controlla a{
	color:#000;
	text-decoration:none;
}
.dispo-box {float:right;margin-top:-26px;top:26px;right:5px;position: relative;}
.dispo-box img {width: 21px;}
.dispo-box .disponibilita_testo {display: none;}


.disponibilita {
    display: inline-block;
    padding-left: 10px;
    padding-top: 10px;
    line-height: 16px;
}

.prodotto_intestazione{
	display:flex;
	flex-direction:column;
}
figure.foto_prodotto,
.boxRisDx{
	flex:1 0 50%;
/*	width:50%;
	margin-right:20%;
	float:left;
	margin-bottom:10px;*/
}





figure.promopack img{
		width:30%;
}
.promopack-acc {
	margin: 10px 0;
}
.promopack-acc h4.cat {
	color: #CE000B;
}

:root{
    --larghezza_variante:calc(1/4*100vw);
}



label.seleziona_variante_pacchetto{
	text-align:left;
	margin-right:10px;
	margin-bottom:20px;
	background:#efefef;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	padding-top:10px;
	flex: 1 0 22%;
	flex:1 0 150px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	/*max-width:200px;*/
	max-width:calc(var(--larghezza_variante) + 60px); 
	
}
label.seleziona_variante_pacchetto a.variante{
	background:transparent;
}
label.seleziona_variante_pacchetto:hover{
	background:#ddd;
}
label.seleziona_variante_pacchetto input{
	margin-bottom:20px;
}

label.seleziona_variante_pacchetto a.variante{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.0);
	margin-bottom:0;
}
label.seleziona_variante_pacchetto a.variante .didascalia_variante{
}
label.seleziona_variante_pacchetto .cont_figure_variante{
	text-align:center;
	background:#fff;
}
label.seleziona_variante_pacchetto .variante figure{
	width:150px;
	height:150px;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
label.seleziona_variante_pacchetto .variante figure img{
	/*max-height:100%;
	width:auto;*/
}


.btn_procedi_acquisto{
	display: block;
	width:200px;
	background:#CE000B;
	color:#fff;
	padding: 5px;
	margin: 5px 20px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	float:right;
}

.btn_procedi_acquisto{
		display: block;
		width:200px;
		background:#CE000B;
		color:#fff;
		padding: 5px;
		margin: 5px 20px;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		float:right;
}
.btn_torna_risultati{
		display: block;
		max-width:300px;
		background:#CE000B;
		color:#fff;
		padding: 5px;
		margin: 5px 20px;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		float:right;
}



.disponibilita_testo{
	/*float:left;*/
	padding-left:10px;
	padding-top:10px;
	line-height:16px;
}
.disponibilita_shop {
	padding-left:4px;
	font-size:14px;
}
.prezzi{
	font-size:18px;
	margin-top:30px;
}
.prezzo_scheda_finale{
	color:#CE000B;
	font-weight:700;
	font-size:30px;
	display:inline-block;
	padding-top:10px;
}
.prezzo_sconto{
	display:block;
	width:70px;
	height:70px;
	padding-top:20px;
	padding-left:5px;
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	background:#FC0;
	border-radius:50px;
	margin:10px 0;
}
.paga_rate_paypal{
    background:url("/images/paypal.png") no-repeat left center;
    padding:5px 0 5px 30px;
    color:#003399;
    color:#0070e0;
    font-size:14px;
    font-weight:800;
    margin-bottom:20px;
}
.banner_spedizione .paga_rate_paypal{
    background-size:20px 20px;
    padding:0px 0 5px 30px;
    margin-bottom:0;
    margin-top:5px;
}
/*.prezzo_sconto em{
	font-weight: 700;
	font-size: 14px;
	line-height:14px;
	font-style:normal;
}*/

.prezzo_sconto_small{
	display:block;
	width:44px;
	height:44px;
	padding-top:9px;
	padding-left:5px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	background:#FC0;
	border-radius:35px;
	margin:0px 0;
	float:right;
	position:absolute;
	top:0;
	right:0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.inside{
	font-size: 14px;
	line-height:14px;
	text-align:center;
	text-wrap:none;
	padding-top:5px;
	padding-left:2px;
}
.inside span{
	font-size:16px;
}
.prezzo_sconto_variante{
	display:block;
	width:44px;
	height:44px;
	padding-top:9px;
	padding-left:5px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	background:#FC0;
	border-radius:35px;
	margin:0px 10px 10px 0;
	float:right;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.prezzo_variante{
	margin-left:10px;
	font-weight:700;
	font-size:20px;
	color:#ce000b;
	white-space:nowrap;
}
.prezzo_sconto_offerta{
	display:inline-block;
	width:44px;
	height:44px;
	padding-top:9px;
	padding-left:5px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	background:#FC0;
	border-radius:35px;
	margin:0px 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	text-decoration:none!important;
}
.sconto_extra{
	text-align: center;
	width:90px;
}
.sconto_extra span {color:#CE000B;}
.iof {
	margin-right:0px;
    position:relative;
}
.iof img{
	padding-top: 6px;
	margin-bottom:10px;
}
.bollini_risultati{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    position:absolute;
    top:0;
    right:0;
}
.boxRisImg a{
	text-decoration:none!important;
}
.primo_piano a article{
	position:relative;
    margin-bottom:10px;

}
.btn_dettaglio_primopiano{

}


.note{

}


.call_carrello{
	position:fixed;
	bottom:0;
    left:0;
	background:#fff;
	width:100vw;
    /*text-align:center;*/
	-webkit-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.25);
	z-index:1000;
}
a.acart, a.apack, .promo-addcart button, .promo-select button {
	color:#fff;
	font-weight:700;
	display:inline-block;
	padding:10px 20px 10px 20px;
	font-size:18px;
	text-decoration:none;
	background: #CE000B;
	margin-bottom:20px;
	margin-bottom:10px;
	margin-top:5px;
}
a.acart, a.apack, .promo-addcart button{
	padding:10px 20px 10px 60px;
	background:url(/images/ico_cart.png) no-repeat 10px  center #CE000B;
}
a.acart:hover, a.apack:hover, .promo-addcart button:hover{
	background:url(/images/ico_cart.png) no-repeat 10px  center #850108;
}
.aAdd{
	color:#fff;
	font-weight:700;
	display:inline-block;
	padding:10px 20px 10px 20px;
	text-align:center;
	font-size:18px;
	text-decoration:none;
	background: #CE000B;
	margin-bottom:20px;
	margin-bottom:10px;
	margin-top:5px;
}
a.aAdd:hover{
	background: #850108;
}


.interno_sticky{
    display:flex;
    justify-content:space-between;
    flex-direction:row;
}
.call_carrello .sticky_prezzo{
    flex:1 0 auto;
    margin:0;
    padding:0px 10px 0 10px;
    text-align:left;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}
    .call_carrello .sticky_prezzo .sticky_percentuale{
        display:flex;
        flex-direction:column;
        justify-content:center;
    }    
    .call_carrello .sticky_prezzo .prezzo_sconto{
        font-size:15px;
        width:40px;
        height:40px;
        border-radius:20px;
        padding-top:5px;
        padding-left:5px;
        margin:0;
    }
    .call_carrello .sticky_prezzo .sticky_cont_prezzi{
        text-align:right;
        margin-bottom:0;
        padding-bottom:0;
        display:flex;
        flex-direction:column;
        justify-content:center;
    }
     .call_carrello .sticky_prezzo .prezzo_scheda_finale{
          padding-top:0;  
    }
    .call_carrello .sticky_prezzo .sticky_cont_prezzi strong{
        font-weight:normal;
    }
    .call_carrello .sticky_prezzo .sticky_cont_prezzi .prezzo_scheda_finale{
        font-size:20px;
        line-height:20px;
        margin-bottom:0;
        padding-bottom:0;
    }
.call_carrello .sticky_btn{
    flex:1 0 auto;
    margin:0;
    padding:5px 10px 0 10px;
    text-align:right;
    margin-right:20px;
}
.call_carrello .sticky_btn a.acart{
    background-image:none;
    padding:5px 10px;
    font-size:15px;
}
.sticky_variante{
	text-align:center;
}
.sticky_variante span{
	display:inline-block;
	font-size:14px;
	background-image:url('/images/ico_disp_grey-sx.png');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:30px;
	margin-bottom:5px;
}
.sticky_variante a{
	display:block;
	width:200px;
	background: #ce000b;
	color: #fff !important;
	padding: 3px 10px;
	text-decoration: none;
	margin: 3px auto!important;
	text-transform: uppercase;
	font-size: 13px;
	text-align:center;
}

/* COMBO KIT */

label.seleziona_variante_pacchetto .cont_input{
	background:#ce000b;
	padding:10px 20px;
	
}
.promopack_cont_varianti{
	margin-bottom:30px;
}
.promopack_cont_varianti .lista_varianti{
	width:100%!important;
}
#scheda_prodotto h2.istruzioni_combokit
{
	text-transform:none;
	font-size:20px;
	line-height:24px;
	margin-bottom:20px;
	color:#000;	
}
#scheda_prodotto h2.istruzioni_combokit span{
	font-weight:500;
	font-size:18px;
}
#scheda_prodotto h3.tipo{
	text-transform:none;
	font-size:20px;
	color:#ce000b;
}
.titolo_step_scelta{
	display:flex;
	flex-direction:row;
	padding-top:10px;
}
.step_scelta{
	text-align:center;
	line-height:26px;
	display:inline-block;
	background:#ce000b;
	color:#fff;
	flex:0 0 35px!important;
	height:35px!important;
	width:35px;
	padding-top:5px!important;
	border-radius:50%;
	font-size:26px;
	font-weight:700;
	margin-right:10px;
	margin-bottom:10px;
}
.etichetta_step{
	color:#ce000b;
	font-weight:700;
	font-size:20px;
	line-height:32px;
}


#scheda_prodotto div.istruzioni_combokit
{
	text-transform:none;
	font-size:16px;
	font-weight:500;
}
.promopack-info {
	padding: 0px 15px 10px 15px;
	/*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	margin: 20px 0;*/
}
/*.promopack-info.promopack_cont_varianti{
 box-shadow:none;
}*/

.ooksubToggle{
	display:block;
	text-decoration:none;
	color:#000;
	background:#efefef;
	padding:10px 20px;
	border:1px solid #ccc;
	width:100%;
	margin-bottom:10px;
	background-image:url("/images/right-arrow.svg");
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:40px;
	background-size:15px 20px;
}
.ooksubToggle:hover{
	background:#ddd;
	background-image:url("/images/right-arrow.svg");
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:40px;
	background-size:15px 20px;
}
					/* RADIO BUTTON COMBOKIT*/
					.seleziona_variante_pacchetto input[type="radio"]{
						display:none;
					}
					.radio {
						display: grid;
						grid-template-columns: min-content auto;
						grid-gap: 0.5em;
						font-size: 18px;
						font-weight:bold;
						color:#fff;
					
						&:focus-within {
						.radio__label {
							transform: scale(1.05);
							opacity: 1;
						}
						}
					}
					
					.radio__label {
						line-height: 1;
						transition: 180ms all ease-in-out;
						opacity: 0.8;
						color:#fff;
					}
					
					.radio__input {
						display: flex;
					
						input {
						opacity: 0;
						width: 0;
						height: 0;
					
						&:focus + .radio__control {
							box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em currentColor;
						}
						}
					}
					
					.radio-gradient input:checked + .radio__control {
						/*background: radial-gradient(currentcolor 50%, rgba(255, 0, 0, 0) 51%);*/
						background: #ffffff;
					}
					
					.radio-before {
						.radio__control {
						display: grid;
						place-items: center;
						}
					
						input + .radio__control::before {
						content: "";
						width: 0.5em;
						height: 0.5em;
						box-shadow: inset 0.5em 0.5em currentColor;
						border-radius: 50%;
						transition: 180ms transform ease-in-out;
						transform: scale(0);
						}
					
						input:checked + .radio__control::before {
						transform: scale(1);
						}
					}
					
					.radio__control {
						display: block;
						width: 1em;
						height: 1em;
						border-radius: 50%;
						border: 0.1em solid currentColor;
						transform: translateY(-0.05em);
					}



.promopack-info-prod {
	padding: 0;
}
.promopack-info-prodrow {}
.promopack-info-prodimg {flex:0 1 auto;padding: 0 0 10px 0; margin-right:10px;}
.promopack-info-prodtext {flex:1 1 auto;padding: 0 0px;}
.promo-addcart {text-align:right;}
.promo-addcart button, .promo-select button {border: 0;}

#testo{}
.boxRis{}
.boxRisDati{}

/* ===============
			 gallery
			 =============== */
		.gallery{
			margin:30px 0 30px 0;
		}
		.gallery figure {
			-moz-box-sizing: border-box;
			background-color: #FFF;
			border: 1px solid #CCCCCC;
			float: left;
			margin: 10px 5px;
			padding: 7px;
			width: 20%;
		}
		.gallery figure a {
			display: block;
			height: 0;
			overflow: hidden;
			padding-top: 70%;
			position: relative;
			width: 100%;
		}
		.gallery figure img {
			/*width:100%;
			max-width:auto;*/
			height:auto;
			bottom: 0;
			display: block;
			left: 0;
			margin: auto;
			max-width:100%;
			/*max-height:auto;*/
			/*max-width: 100%;*/
			position: absolute;
			right: 0;
			top: 0;

/*			transition: all 2s ease-out 0s;*/
		}
		.gallery figure a:hover img, .gallery figure a:focus img {
			/*transform: scale(1.3);*/
		}
		.gallery.g_categoria figure{
			padding: 0px;
			}
		.gallery.g_categoria figcaption{
			display:block;
			background:#f6f5f3;
			padding:5px 10px;
			font-size:14px;
			font-style:italic;
			line-height:16px;
			height:60px;
			}

		.gallery figure span {
			background: url("/images/ico_zoom_small.png") no-repeat scroll center center;
			display: block;
			height: 30px;
			left: 100%;
			margin-top: -30px;
			margin-left: -30px;
			position: relative;
			width: 30px;
		}





h4.t_boxInfopage{
	color:#fff;
	/*color:#ce000b;*/
	padding:10px 10px 10px 60px;
	/*background:url(/images/ico_info.jpg) no-repeat 10px center #ce000b;*/
	background:url(/images/ico_info_bianca.png) no-repeat 10px center #ce000b;
	/*background:url(/images/ico_info_red.png) no-repeat 10px center #efefef;*/
	border-bottom:1px dotted #ccc;
	margin-bottom:40px;

}
.t_boxInfopage a{
	display:block;
	padding:4px 10px;
	color:#fff;
	/*color:#000;
	color:#ce000b;*/
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700;
	height:auto;
}
.t_boxInfopage a span{
    display:block;
	text-transform:lowercase;
}
.t_boxInfopage a.divToggle span:after{
	content:"leggi tutto";
	background:url(/images/ico_apri_bianca.png) no-repeat right center;
	padding:5px 30px 5px 0px;
}
.t_boxInfopage a.divToggle.open span:after{
	content:"chiudi";
	background:url(/images/ico_chiudi_bianca.png) no-repeat right center;
	padding:5px 30px 5px 0px;
}

#boxInfopage{
	padding:10px;
}
#boxInfopage ul{
	margin-left:50px;
}
.condividi_sub{
	margin-top:30px;
}
.condividi_sub::before{
	content:'Condividi';
	display:block;
	font-weight:bold;
	padding-bottom:5px;
}

body.en .condividi_sub::before{
	content:'Share';
}

		/* materiali */

		h4.menuDownl{
			color:#fff;
			padding:10px 10px 10px 60px;
			background:url(/images/ico_pdf.jpg) no-repeat 10px center #ce000b;
			display:flex;
			justify-content:space-between;

		}
		h4.menuDownl .divToggle:after {
			content:"chiudi lista";
		}
		h4.menuDownl .divToggle.open:after {
			content:"apri lista";
		}
		.divToggle{
			display:block;
			padding-right:30px;
			height:15px;
			color:#fff;
			font-weight:bold;
			text-decoration:none;
		}

		.download a{
			display:block;
			background:#efefef;
			border-bottom:1px dotted #999;
			padding:10px;
			color:#000;
			text-decoration:none;
			text-transform:uppercase;
			font-weight:700;
			height:auto;
		}
		.download a span{
			float:right;
			text-transform:lowercase;
		}
		.download a.divToggle span:after{
			content:"apri";
			background:url(/images/ico_apri_nera.png) no-repeat right center;
			padding:5px 30px 5px 0px;
		}
		.download a.divToggle.open span:after{
			content:"chiudi";
			background:url(/images/ico_chiudi_nera.png) no-repeat right center;
			padding:5px 30px 5px 0px;
		}
		.download a.divDownload span:after{
			content:"download";
			background:url(/images/ico_apri_nera.png) no-repeat right center;
			padding:5px 30px 5px 0px;
		}

		h4.menuDett{
			color:#fff;
			/*color:#ce000b;*/
			padding:10px 10px 10px 60px;
			background:url(/images/ico_applicazioni.jpg) no-repeat 10px center #ce000b;
			/*background:url(/images/ico_applicazioni_nera.png) no-repeat 10px center #efefef;
			background:url(/images/ico_applicazioni_red.png) no-repeat 10px center #efefef;*/
			border-bottom:1px dotted #ccc;
			margin-bottom:20px;
		}
		.menuDett a{
			display:block;
			padding:4px 10px;
			color:#fff;
			/*color:#000;
			color:#ce000b;*/
			text-decoration:none;
			text-transform:uppercase;
			font-weight:700;
			height:auto;
		}
		.menuDett a span{
            display:block;
			text-transform:lowercase;
		}
		.menuDett a.divToggle span:after{
			content:"vedi elenco modelli";
			background:url(/images/ico_apri_bianca.png) no-repeat right center;
			padding:5px 30px 5px 0px;
		}
		.menuDett a.divToggle.open span:after{
			content:"chiudi";
			background:url(/images/ico_chiudi_bianca.png) no-repeat right center;
			padding:5px 30px 5px 0px;
		}

		table.app{
			margin-bottom:40px;
		}
		table.app tr{
			border-bottom:1px dotted #999;
		}
		table.app tr:nth-child(odd){
			background:#efefef;
		}
		table.app td,
		table.app th{
			padding:10px;
		}
		#man,
		#cat,
		#apDetail,
		#boxInfopage{
			display:none;
		}
		#man div,
		#cat div{
			margin-left:50px;
		}
		#man strong,
		#cat strong{
			display:block;
			margin-top:10px;
		}

/* VARIANTI */
div.ooksub_varianti {display: none;}
div.ook_toggle {flex:1 100%;}
.lista_varianti{
	display:flex;
	flex-wrap:wrap;
	justify-content:left;
	margin-bottom:30px;
	margin-top:30px!important;
	margin:0;
}
.lista_varianti h3{
	width:100%;
	margin-bottom:30px;
	color:#ce000b;
	font-size:24px;
}
a.variante{
	display:block;
	flex: 0 1 30%;
	margin:0 1% 20px 1%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	background:#f0f0f0;
	color:#000;
	text-decoration:none;
}
a.variante:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
}
.variante figure{
	width:100%;
	background:#fff;
	text-align:center;
	height:100px;
	overflow:hidden;
}
.variante figure img{
	width:100%;
	height:auto;
}
.didascalia_variante{
	padding:10px 10px;
	line-height:18px;
	font-size:14px;
}




.fascia_prodotti_correlati{
	background:#f7f7f7;
}
.fascia_prodotti_correlati .wrapper{
	display:flex;
	flex-wrap:wrap;
	justify-content:left;
	padding:25px 0;
}
.fascia_prodotti_correlati h3{
	width:100%;
	margin-bottom:10px;
}
article.prodotto_correlato{
	background:#fff;
	padding-bottom:30px;
}
article.prodotto_correlato{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
article.prodotto_correlato h1,
article.prodotto_correlato h2{
	color:#000!important;
	font-size:16px!important;
	font-weight:700!important;
	width:100%!important;
	text-transform:none!important;
	margin-bottom:0px!important;
}
article.prodotto_correlato{
	flex: 0 1 23%;
	margin:0 1% 30px 1%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	background:#fff;
	padding:15px 15px 15px 15px;
	/*display:flex;
				flex-direction:column;
				justify-content:space-between;*/
}
#scheda_prodotto article.prodotto_correlato:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
}
article.prodotto_correlato figure{
	width:100%;
	text-align:center;
}
article.prodotto_correlato figure img{
	max-width:auto;
}
article.prodotto_correlato h1{
	font-size:18px;
	margin-bottom:5px;
	line-height:20px;
	color:#000;
}
article.prodotto_correlato h2{
	font-size:16px;
	line-height:18px;
	margin-bottom:5px;
}
article.prodotto_correlato article{
	font-size:14px;
}
article.prodotto_correlato .prezzo{
	display:inline-block;
	font-size:30px;
	color:#c30b0b;
	font-weight:700;
	padding-top:10px;
}

/* VIDEO
---------------------------------------------------------------------------*/
.cont_video{
    max-width:480px;
}
.iframe_wrap {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* LISTA PRODOTTI
---------------------------------------------------------------------------*/
.universale{
	display:flex;
	justify-content:flex-end;
	width:100%;

}
.universale a{
	display:inline-block;
	background:#c30b0b;
	color:#fff;
	padding:5px 10px;
	text-decoration:none;
	margin-top:10px;
	font-size:16px;
}
.universale a:hover{
	background:#850108;
}

.pagina_risultati{
	display:flex;
	flex-wrap:wrap;
	padding-bottom:50px;
}




.lista_risultati{
	flex:1 0 70%;
	margin-right:2%;
	display:flex;
	flex-wrap:wrap;
	background:transparent;
}
.lista_risultati h1{
	font-size:24px;
	width:100%;
	margin-bottom:0px;
}
.lista_risultati .pager{
	width:100%;
}
.lista_risultati h3{
	width:100%;
	margin-bottom:20px;
	background:#efefef;
	padding:5px 10px;
}
.lista_risultati article.boxRis{
	flex: 1 0 90%;
	margin:0 1% 30px 1%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	background:#fff;
	padding:0px 15px 0px 15px;


	/*questo è per allineare in basso i pulsanti */
	display:flex;
		flex-direction:column;
		justify-content:space-between;
}
.lista_risultati article.boxRis:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
}
.lista_risultati article.boxRis h1{
	color:#CE000B!important;
	font-size:20px;
	font-size:18px;
	margin-bottom:5px;
	line-height:20px;
	font-weight:700;
	margin-bottom:10px;
}

.lista_risultati article.boxRis .link_dettaglio{
	text-decoration:none;
}
/*.cont_btn_dettaglio_box{
    text-align:center;
    padding:10px 0;
}*/
.btn_dettaglio_box{
    display:inline-block;
	color:#fff;
	padding:5px 40px 5px 10px;
	font-weight:700;
	font-size:14px!important;
	text-decoration:none;
	background:url(/images/bg_dettaglio.png) no-repeat 92% center #ce000b;
    background-size:10px 15px;

}

.lista_risultati article.boxRis figure{
	width:100%;
	text-align:center;
    display:flex;
    flex-direction:row;
    justify-content:center;
}
.lista_risultati article.boxRis .acart,
.lista_risultati article.boxRis .apack,
.lista_risultati article.boxRis .aAdd{
	display:inline-block;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	margin:10px auto 20px auto;
	/*width:80%;*/
}
.lista_risultati article.boxRis .boxRisDati{
	font-size:15px;
}
.indicativi{
	font-size:14px;
	line-height:16px;
	color:#999;
	font-style:italic;
}
.lista_risultati article.boxRis .boxRisKart{
    text-align:center;
}


.prezzo_lista_risultati{
	color:#CE000B;
	font-weight:700;
	font-size:22px;
	display:inline-block;
}




/* box risultati combokit*/

.box_combokit{
    background:#efefef!important;
    border-top:3px solid #333;
}
.box_combokit h1 a{
    text-decoration:none;
}
.cont_scritta_combokit{
    position:relative;
     margin-bottom:20px;
}
.scritta_combokit{
    display:inline-block;
    font-size:12px;
    line-height:14px;
    color:#fff;
    position:absolute;
    text-transform:uppercase;
    right:0;
    margin-right:-15px;
    background:#333;
    text-align:right;
    padding:0 10px 3px 10px;   
}
.titolo_risultati_combokit span{
    font-size:20px;
    color:#333;
}
.titolo_risultati_combokit span.plus:last-child{
    display:none;
}

.box_combokit h4{
    color:#000;
}

.pager{
	margin-bottom:20px;
}

.form_filtra_risultati{
	margin-bottom:0px;
	margin-top:10px;
}
.fast-filter{
	background:#efefef;
	padding:5px 10px;
	border:none;
	margin-bottom:10px;
}
.select_filtra_risultati{
	background:#efefef!important;
	margin-right:20px!important;


}
.select2.select2-container.select2-container--default{
	margin-left:0px;
	margin-bottom:20px!important;
	width:90%!important;
}

.select2-container--default .select2-selection--single{
	background-color:#efefef!important;
	border-radius:0!important;
	border:none!important;
}
.select2-container .select2-selection--single{
	height:40px!important;
}
.select2-selection__rendered{
	padding-top:5px!important;

}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color:#333!important;
}
.select2-selection__arrow{
	height:40px!important;
}
.select2-selection__arrow b{
	font-size:24px!important;
	border-color:#000 transparent transparent transparent!important;
}
.select2-selection__clear{
	font-size:24px!important;
	margin-right:5px;
	color:#ce000b;
}
#select2-CATEGORIA_F-qb-container{
	margin-right:20px!important;
}

/* RICERCA ASIDE
---------------------------------------------------------------------------*/
#formRicerca_aside{
	display:none;
}
#formRicerca_aside h1{
	font-size:22px;
	margin-top:80px;
}
#formRicerca_aside select,
#formRicerca_aside input[type="text"]{
	width:100%;
	margin-bottom:10px;
	padding:5px;
}
#formRicerca_aside input[type="checkbox"]{
	width:20px;
}
a.rrPar{
	display:inline-block;
	margin-bottom:10px;
}
ul.lista_risultati_ricerca_libera{
	list-style-type:none;
}
ul.lista_risultati_ricerca_libera li{
	margin-bottom:20px;
	background:#fff;
	padding:10px;
}

/* CARRELLO
---------------------------------------------------------------------------*/
section.carrello{
	background:transparent;
}
.riepilogo{
	margin-bottom:50px;
}
table.spesa{

}
table.spesa th{
	background:#efefef;
}
table.spesa tr{
	border-bottom:1px dotted #ccc;
}
table.spesa tr:nth-child(odd){
	background:#efefef;
}
table.spesa td{
	padding:5px;
}
td.dx{
	text-align:right;
}
td.sx{
	text-align:left;
}
td.cx{
	text-align:center;
}
td.totaleOne,
td.totale{
	text-align:right;
	font-weight:700;
}




.carrello_quantita{
	display:inline-block;
	min-width:35px;
	height:35px;
	padding:3px;
	background:#fff;
	border:1px solid #ccc;
	text-align:center;
	font-size:18px;
	line-height:28px;
}
 .varia_quantita{
	display:inline-block;
	width:35px;
	height:35px;
	padding:3px;
	background:#fff;
	border:1px solid #ccc;
	
	color:#000;
	font-weight:400;
	font-size:18px;
	line-height:28px;
	text-decoration:none;
	text-align:center;

} 
.rmCart{
	border-right:0;
}
.addToCart{
	border-left:0;
}
.spesa_totale{
	color:#CE000B;
	font-weight:700;
	font-size:22px;
	display:inline-block;
}
.carrello_ico_delete{
	width:15px;
}

.cont_banner_carrello{
	display:flex;
}

#spesegratis{
	background:#fbcb0c;
	padding:10px;
}
.boxettino{
	background:#CE000B;
	color:#FFF;
	padding:10px;
	margin:20px 0 20px 0;
}
#buonosconto{
	background:#efefef;
	margin:20px auto;
	padding:20px;
}
#buonosconto input[type="text"]{
	padding:10px 50px 10px 50px;
	margin-right:20px;
	max-height: 50px;
	max-width:500px;
	margin-top: 10px;
}
#buonosconto .btn_big{
	margin:10px!important;
}
.perc_buonosconto{
	color: #CE000B;
	font-weight: 700;
	font-size: 22px;
}

.f_cart_inline {
	background:#efefef;
	margin:20px auto;
	padding:20px;
}
.f_cart_inline input[type="text"]{
	padding:10px 50px 10px 50px;
	margin-right:20px;
	max-height: 50px;
	max-width:500px;
	margin-top: 10px;
}

.btn_grigio{
	display: inline-block;
	background: #999;
	color: #fff !important;
	padding: 0px 10px;
	text-decoration: none;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-size: 13px;
}
.btn_grigio_inline{
	display: inline-block;
	background: #999;
	color: #fff;
	padding: 0px 10px;
	text-decoration: none;
	margin: 0;
	font-size: 12px;
}
.btn_rosso{
	display: inline-block;
	background: #CE000B;
	color: #fff !important;
	padding: 0px 10px;
	text-decoration: none;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-size: 13px;
	border:none;
}
.btn_rosso:hover{
	background:#850108;
}

.btn_big{
	display:inline-block;
	color:#fff;
	padding:10px 50px 10px 50px;
	font-weight:700;
	font-size:18px;
	text-decoration:none;
	background:#CE000B;
	margin:10px auto;
	border:none;
}
.btn_big:hover{
	background:#850108;
}
.f_right{
	float:right;
}

.spesaLink a, .btn_cart_small{
	display:inline-block;
	background: #999;
	color: #fff !important;
	padding: 0px 10px;
	text-decoration: none;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-size: 13px;
	border: 0;
}



/* ALTRI PRODOTTI
---------------------------------------------------------------------------*/

/*#ccDetail{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
#ccDetail h1{
	color:#000;
	font-size:22px;
	font-weight:700;
	width:100%;
}

#ccDetail a{
	display:block;
	flex: 1 0 100px;
	margin:0 1% 30px 1%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	background:#fff;
	padding:15px 15px 15px 15px;
	display:flex;
		flex-direction:column;
		justify-content:space-between;
	text-decoration:none;
	color:#000;
}

#ccDetail a:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
}
*/
#ccDetail{
	display:none;
}
#ccDetail h1{
	color:#000;
	font-size:22px;
	font-weight:700;
	width:100%;
}
#ccDetail a{
	display:block;
	border-bottom:1px dotted #ccc;
	background:#fff;
	padding:5px 15px 5px 15px;
	text-decoration:none;
	color:#000;
}

#pcDetail{
	display:none;
}
#pcDetail h1{
	color:#000;
	font-size:22px;
	font-weight:700;
	width:100%;
}
#pcDetail a{
	display:block;
	border-bottom:1px dotted #ccc;
	background:#fff;
	padding:5px 15px 5px 15px;
	text-decoration:none;
	color:#000;
}



#ccDetail .pc figure{
	width:100%;
	text-align:center;
}
#ccDetail .pc figure img{
	max-width:auto;
}
#ccDetail .pc h1{
	font-size:18px;
	margin-bottom:5px;
	line-height:20px;
	color:#000;
}
#ccDetail .pc h2{
	font-size:16px;
	line-height:18px;
	margin-bottom:5px;
}
#ccDetail .pc{
	font-size:14px;
}
#ccDetail .prezzo{
	display:inline-block;
	font-size:30px;
	color:#c30b0b;
	font-weight:700;
	padding-top:10px;
}
#ccDetail .btn_dettaglio_primopiano{
	width:200px;
	margin:0 auto;
	color:#fff;
	padding:5px 70px 5px 50px;
	font-weight:700;
	font-size:16px;
	text-decoration:none;
	background:url(/images/bg_dettaglio_small.png) no-repeat 90% center #ce000b;
	opacity:0;
/*	margin-top:-100px;
	margin-bottom:70px;

z-index:100;*/
}


h4.altri_prodotti{
	color:#fff;
	padding:10px 10px 10px 60px;
	background:#ce000b;
	margin-bottom:20px;
}
.altri_prodotti a{
	display:block;
	padding:4px 10px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700;
	height:auto;
}
.altri_prodotti a span{
	float:right;
	text-transform:lowercase;
}
.altri_prodotti a.divToggle span:after{
	content:"apri";
	background:url(/images/ico_apri_bianca.png) no-repeat right center;
	padding:5px 30px 5px 0px;
}
.altri_prodotti a.divToggle.open span:after{
	content:"chiudi";
	background:url(/images/ico_chiudi_bianca.png) no-repeat right center;
	padding:5px 30px 5px 0px;
}




#tendina_correlati{
	display:none;
}



/* REGISTRATI
---------------------------------------------------------------------------*/
.acquisto_registrazione_login .wrapper{
	display:flex;
    flex-direction:column;
}


.cont_registrati{
	background:#efefef;
    margin-bottom:30px;
	padding:0 20px 20px 20px;
}
.cont_acquista_con_login{
	background:#efefef;
    margin-bottom:30px;
	padding:0 20px 20px 20px;
}
form#registrazione{
	margin-top:20px;
}

/*form#registrazione input,
form#registrazione select{
	margin:5px;
	width:70%;
	border:none;
	padding:3px;
}
form#registrazione input[type="radio"]{
	width:20px;
}
form#registrazione th{
	text-align:left;
}*/
.form_registr_privacy{
	font-size:14px;
	line-height:16px;
	margin:20px 0 0 0;
}

@media screen and (min-width:1024px){
    .acquisto_registrazione_login .wrapper{
        flex-direction:row;
    }
    .cont_registrati{
        margin-right:30px;
    }
}


/* AREA RIVENDITORI
---------------------------------------------------------------------------*/
.area_rivenditori .wrapper{
	/*background:#efefef;*/
	padding:0 20px 20px 20px;
}
#registrazione{
	background:#efefef;
	padding:20px;
}


/* FORM REGISTRAZIONE
---------------------------------------------------------------------------*/
.box_form_registrazione{
	display:block;
}
.box_form_registrazione h1{
	font-size:24px;
	font-weight:700;
}
.box_accedi,
.box_recupera_pwd,
.box_sei_rivendita{
	flex:1 0 30%;
	padding:0 15px 15px 15px;
	background:#efefef;
	margin-bottom:20px;
}
.box_accedi,
.box_recupera_pwd{
	margin-right:0;
}


/* CHECKOUT SPEDIZIONE
---------------------------------------------------------------------------*/
.checkout_step{
    display:flex;
    flex-direction:row;
    margin-top:30px;
}
.checkout_step div{
    flex:1 0 auto;
    border-top:3px solid #cccccc;
}
.checkout_step div:last-child{
    border-top:none;
}
.checkout_step div span{
    display:block;
    border-radius:20px;
    width:40px;
    height:40px;
    text-align:center;
    font-weight:bold;
    background:#cccccc;
    color:#ffffff;
    font-size:2dvb;
    display:flex;
    align-items:center;
    justify-content: center;
    position:relative;
    margin-top:-20px;
    border:5px solid #fff;
}
.checkout_step div:last-child span{
    margin-top:-17px;
}
.checkout_step div span.red{
    background:#CE000B;
    color:#ffffff;
}


.checkout_spedizione{
	display:flex;
}
.checkout_spedizione .form{
    flex:1 0 75%;
}
aside.dati_utente_checkout{
	margin-top:50px;
	margin-left:50px;
    flex:0 0 22%;
}
.userData{
	background:#efefef;
	padding:20px;
}

form#ordine_riepilogo textarea{
	width:70%;
	padding:10px;
}
form#ordine_riepilogo input[type="radio"]{
	margin-right:10px;
}
.nuovo_indirizzo{
	line-height:16px;
}

.evidenza{
	background:#fbcb0c;
	padding:10px;
}

/* TENDINA AGGIUNGI INDIRIZZO SPEDIZIONE - FATTURAZIONE */
#bt-add-spedaddr_ilf,
#btn-add-fataddr_ilf{
	background:#efefef;
	padding:10px;
	margin-top:10px;
}
#fatturazione,
#indirizzi{
	margin:5px 0;
}
#indirizzi .optField:before{
	content:"-";
	opacity:0;
}
#fatturazione div,
#indirizzi div{
	display:flex;
	justify-content:flex-start;
	margin-bottom:5px;
}
#fatturazione label,
#indirizzi label{
	flex:0 0 20%;
	padding:3px;
}
#fatturazione input,
#fatturazione select,
#indirizzi input,
#indirizzi select{
	flex:0 0 40%;
	padding:3px;
	border:none;
}
#fatturazione .form_buttons button,
#indirizzi .form_buttons button{
	display: inline-block;
	background: #CE000B!important;
	color: #fff !important;
	padding: 0px 10px;
	text-decoration: none;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-size: 13px;
	border:none!important;
	margin-right:10px;
}


/* BOX TRUSTPILOT
---------------------------------------------------------------------------*/
.box_trustpilot{
    background:#efefef;
    border:1px solid #04da8d;
    padding:20px;
    margin-left:50px;
    margin-top:50px;
    max-width:600px;
    margin:20px auto 0 auto;
    text-align:center;
}
.box_trustpilot img{
    width:200px;
    margin:0px auto 20px auto;
}
.box_trustpilot p{
    font-size:20px;
    line-height:30px;
    text-align:center;
}
.box_trustpilot a.btn{
    background:#04da8d;
    color:#fff;
    text-align:center;
    display:inline-block;
    padding:10px 20px;
    text-decoration:none;
    color:#000;
    margin-top:20px;
}


/* CHECKOUT PAGAMENTO
---------------------------------------------------------------------------*/
.checkout_pagamento{
	display:flex;
}

.riepilogo_pagamento{
    flex:1 0 27%;
}




/* NEWSLETTER
---------------------------------------------------------------------------*/
form#newsletter{
	margin-top:20px;
	background: #efefef;
	padding: 20px;
}
form#newsletter input,
form#newsletter select{
	margin:5px;
	width:70%;
	border:none;
	padding:3px;
}
form#newsletter input[type="radio"]{
	width:20px;
}
form#newsletter th{
	text-align:left;
}




/* AREA RISERVATA
---------------------------------------------------------------------------*/
article.box_ar{
	margin:20px 1% 30px 1%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	background:#fff;
	padding:10px 15px 15px 15px;
}
article.box_ar h2{
	font-size:26px;
}

.cont_popup{
	padding:20px;
}


.NewAddress{
	margin-bottom:30px;
	border-bottom:1px dotted #ccc;
}
.numero_indirizzo{
	font-weight:700;
}
.messaggio_errore_form{
	color:#CE000B;
	padding:10px;
	font-size:18px;
}
.ico_chiudi{
	float:right;
}
.cont_table_mobile{
	width:100%;
	overflow-x:scroll;
}

.cont_ar{
    align-items:flex-start;
}
.main_ar{

}
.main_ar article.box_ar {
    margin:0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.0);
    background: #fff;
    padding: 10px 15px 15px 15px;
}
nav.menu_ar{
    margin: 50px 0 50px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    background: #fff;
}
nav.menu_ar ul{
    list-style-type:none;
}
nav.menu_ar ul li{
    padding:10px 20px;
    border-bottom:1px solid #ccc;
}
nav.menu_ar ul li a{
    display:block;
    color:#000;
    font-size:18px;
    text-decoration:none;
}
nav.menu_ar ul li span{
    font-weight:700;
    font-size:22px;
    margin-bottom:20px;
}
nav.menu_ar ul li:hover{
    background:#efefef;
}
nav.menu_ar ul li.on{
    background:#efefef;
}
nav.menu_ar ul li.on a{
    font-weight:700;
}
.form_modulo_reso{

}
.label_big{
    font-weight:bold;
    text-align:left;
    font-size:20px;
    padding-bottom:5px;
}

.cont_tabella_resi{
    max-width:100%;
    overflow-x:scroll;
}
.form_modulo_reso th{
    background:#ccc;
}
.reso_quantita{
    width:70px;
    padding:10px;
    text-align:center;
}
table.reso_tabella_dati{
    margin-top:5px;
}
table.reso_tabella_dati td{
    padding:3px 10px;
}
table.reso_tabella_dati th{
    text-align:left;
    padding:3px 10px;
}
.warning_reso{
    border:3px solid red;
    background:#fff;
    padding:20px;
    font-size:18px;
    margin-bottom:20px;
}
.warning_reso h2{
    color:#c00;
    font-size:26px;
}
.menu_ar_mobile ul{
    list-style-type:none;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    max-width:300px;
}
.menu_ar_mobile ul li a{
    display:inline-block;
    padding:5px 10px;
    background:#efefef;
    color:#000;
    text-decoration:none;
    margin:5px 10px;
}
.menu_ar_mobile ul li.on a{
    background:#ce000b;
    color:#fff;
}





/* PAGINE STATICHE INFORMAZIONI
---------------------------------------------------------------------------*/
.back{
	display:flex;
	justify-content:flex-end;
}
.back a{
	background:#ce000b;
	color:#fff!important;
	padding:0px 10px;
	text-decoration:none;
	margin:3px 0;
	text-transform:uppercase;
	font-size:13px;
}
section.contenuto{
	padding-bottom:50px;
	border-bottom:1px solid #ccc;
}


.blocco_testo{
	padding:10px 0 20px 0;
	border-bottom:1px dotted #ccc;
}
.blocco_testo ul,
.blocco_testo ol{
	margin:10px 20px;
}
.big{
	font-size:24px;
	font-weight:700;
}


.spedizione_int,
.ritiro_int{
	padding:20px;
	margin-bottom:20px;
}
.spedizione_int h1,
.ritiro_int h1{
	font-size:22px;
}
.spedizione_int a,
.ritiro_int a{
	display:block;
	color:#000;
	text-decoration:none;
}

.spedizione_int{
	background:
	#fbcb0c;
}
.ritiro_int{
	background: #fbcb0c;
}




/* MARCHI FOOTER
---------------------------------------------------------------------------*/
#marchi_footer{
	background:#e9e6e6;
	padding:20px 0;
}
#marchi_footer h1{
	font-size:26px;
	color:#c30b0b;
	width:100%;
}
#marchi_footer .wrapper{
	display:flex;
	flex-wrap:wrap;
}
.boxMarchi{
	flex: 0 0 30%;
	margin:30px 1%;
	text-align:center;
}

/* INFO FOOTER
---------------------------------------------------------------------------*/
.esterno_info_footer{
	background:#efefef;
	background:#333;
	color:#ffffff;
}
.info_footer{
	font-size:14px;
	display:flex;
	padding:30px 0;
	flex-wrap:wrap;
}
.info_footer strong{
	font-size:14px;
	margin-bottom:10px;
}
.info_footer a{
	color:#ffffff;
	text-decoration:none;
}
.info_footer .col{
	flex:1 0 50%;
}

/* FOOTER
---------------------------------------------------------------------------*/
footer{
	background:#000;
	color:#fff;
	font-size:14px;
	padding:30px 0 50px;
}
footer a{
	color:#fff;
}
footer .wrapper{
	display:flex;
	flex-wrap:wrap;
}
footer div,
footer address{
	flex:1 0 100%;
}
address{
	font-style:normal;
}


/* GOOGLE MAP
---------------------------------------------------------------------------*/
.iframe_wrap {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*PHOTOGALLERY
---------------------------------------------------------------------------*/
.photogallery{
	display:flex;
	flex-wrap:wrap;
}

.photogallery figure {
	-moz-box-sizing: border-box;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	margin: 10px 1%;
	padding: 7px;
	width: 45%;
}
.photogallery figure a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 70%;
	position: relative;
	width: 100%;
}
.photogallery figure img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width:auto;
}

.warning h2 {color:#c00;}
.warning .ul {background-color: #fff;padding:0 10px;margin:2px 0;}

/* ==========================================================================
	 Helper classes
	 ========================================================================== */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}


/* ==========================================================================
	CHECKBOX CONFIRM
	 ========================================================================== */
/* 
 label[for="PRIVACY"] {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight:800;
  }
  

  label[for="PRIVACY"] input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;

  }
  
 
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border:1px solid #666;
	border-radius:5px;
  }
  

  label[for="PRIVACY"]:hover input ~ .checkmark {
	background-color: #ccc;
  }
  

  label[for="PRIVACY"] input:checked ~ .checkmark {
	background-color: #ce000b;
  }
  

  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  

  label[for="PRIVACY"] input:checked ~ .checkmark:after {
	display: block;
  }
  

  label[for="PRIVACY"] .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  } 
   */



/* ==========================================================================
		MEDIA QUERIES
	 ========================================================================== */

@media only screen and (min-width: 768px) {
	.lista_risultati article.boxRis{
		flex: 0 1 48%;
	}
}
@media only screen and (min-width: 1024px) {

	.show_pc{
		display:block;
	}
	.hide_pc{
		display:none !important;
	}

	.box_form_registrazione{
		display:flex;
	}
	.box_accedi,
	.box_recupera_pwd{
		margin-right:20px;
	}

	.flexbox{
		display:flex;
		justify-content:space-between;
		flex-direction:row;
	}
	.flexbox div{
		flex: 1 0 auto;
		margin:0 10px;
	}
	#box_login{
		text-align:center;
	}
    
    
    
    .avviso_brexit{
        text-transform:uppercase;
    }
    
    
	.banner_spedizione{
		display:flex;
	}

	.fascia_contatti,
	.cont_carrello_top,
	#btn_menu_prodotti,
	#btn_menu_categorie,
	#menu_prodotti,
	#menu_categorie,
	.cerca,
	.registrati_header{
		display:block;
	}
	.fascia_main{
		width:100%;
		position:inherit;
		background:#ce000b;
		z-index:10000;
	}
	.fascia_main .wrapper{
		display:flex;
		flex-direction:row;
		justify-content:flex-start;
	}
	#logo{
		display:block;
		max-width:365px;
	}
	#token{
		display:block;
		max-width:280px;
		margin-top: 10px;
		margin-right: 10px;
	}
		

.fascia_token{
	display:none;
}
	#logo_mobile{
		display:none;
	}
	#icone_top_mobile{
		display:none;
	}
	#box_login input {
		margin-bottom:0;
	}

	#link_powerbronze{
		display:block;
	}

	section.cont_ricerca{
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
		padding: 0 25px 25px 25px;
	}
	section.cont_ricerca h1{
		display:block;
	}

	.primo_piano{
		justify-content:space-between;
	}
	.primo_piano a{
		flex: 1 0 23%;
		max-width:30%;
	}



	.form_filtra_risultati{
		margin-bottom:20px;
		margin-top:10px;
	}
	.select2.select2-container.select2-container--default{
		margin-left:20px;
		width:100%!important;
	}

	.lista_risultati{
		justify-content:space-between;
		justify-content:flex-start;
	}
	.lista_risultati article.boxRis{
		flex: 0 1 29%;
		margin:0 2% 30px 2%;
	}
	.cont_bollini{
		display:flex;
		justify-content:flex-end;
		height:0;

	}
	.prezzo_sconto_offerta{
		display:block;
	}
	.iof{
		/*margin-top:-30px;
		float: right;*/
	}
	.iof img{
		padding-top: 6px;
	}
	.isg{
		/* margin-top:-30px; */
	}
	.select2.select2-container.select2-container--default{
		width:auto!important;
		min-width:400px;
		max-width:400px!important;
	}

		.btn_torna_risultati{
			 width:300px;
		}

	/* SCHEDA PRODOTTO
	---------------------------------------------------------------------------*/
	.scheda_prodotto h1{
		font-size:26px;
		line-height:40px;
	}
	.scheda_prodotto h2{
		font-size:22px;
		line-height:32px;
	}
	.gallery figure {
			width: 13%;
	}

	.boxRisKart{
		position:inherit;
		background:transparent;
		width:auto;
		margin-left:0;
		text-align:left;
		padding-top:0px;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);

	}
	.prodotto_intestazione{
		flex-direction:row;
	}
    .cont_foto_prodotto{
		flex:1 0 50%;
		flex:0 0 30%;
		margin-right:50px;
	}
    figure.foto_prodotto{
        
    }
    figure.foto_prodotto img{
		max-height:100vh;
	}
	a.variante{
		flex: 0 1 170px;
		margin:0 1% 20px 1%;
	}
	.didascalia_variante{
		font-size:16px;
	}
	.variante figure{
		height:150px;
	}

	h4.menuDett{
		width:50%;
	}
    .menuDett a span{
        float:right;
    }
	h4.t_boxInfopage{
		width:50%;
	}
    .t_boxInfopage a span{
        float:right;
    }
	#apDetail{
		width:100%;
	}
    
    .dispo{
    flex-direction:row;
}
    .dispo_principale{
        position:inherit;
    }
    .call_carrello .sticky_btn{
        text-align:left;
    }
     .call_carrello .sticky_prezzo{
        display:none;
    }
    .call_carrello .sticky_btn a.acart{
        background: url(/images/ico_cart.png) no-repeat 10px center #CE000B;
        padding: 10px 20px 10px 60px;
        font-size: 18px;
    }


	/* COMBO KIT */
    .etichetta_combokit{
 
        text-transform:uppercase;
        color:#333;
        font-weight:bold;
        font-size:16px;
    }
    .lista_risultati article.boxRis h1.titolo_risultati_combokit {
   /* margin-top:-70px;*/
}
    
	.ooksubToggle{
		width:90%;
	}
	label.seleziona_variante_pacchetto{
		flex: 0 0 16%;
		margin-right:20px;
	}
	

	#scheda_prodotto h2.istruzioni_combokit
	{
		font-size:22px;
		line-height:30px;
		
	}
	#scheda_prodotto h2.istruzioni_combokit span{
		font-weight:700;
		font-size:26px;
	}
	#scheda_prodotto div.istruzioni_combokit{
		font-size:18px;
		font-weight:700;
	}
	.titolo_step_scelta{
		flex-direction:row;
	}
	.step_scelta{
		margin-right:30px;
	}
	.prezzo_sconto_offerta.sconto_extra{
		float:right;
	}
	#scheda_prodotto h3.tipo{
		font-size:24px;
		margin-bottom:10px;
	}

	/* RICERCA ASIDE
	---------------------------------------------------------------------------*/
	#formRicerca_aside{
		display:none;
	}


	/*CHECKOUT
---------------------------------------------------------------------------*/
    .checkout_step{
        margin-top:20px;
    }
    .checkout_step div span{
        border-radius:30px;
        width:60px;
        height:60px;
        font-size:30px;
        margin-top:-30px;
        border:10px solid #fff;
    }
    .checkout_step div:last-child span{
        margin-top:-27px;
    }


	/*PAGINE STATICHE INFORMAZIONI
---------------------------------------------------------------------------*/



	.spedizione_int,
	.ritiro_int{
		padding:20px 50px 50px 150px;
	}
	.spedizione_int{
		background:
		url(/images/ico_spedizione_gratuita.png) no-repeat 20px 50px,
		url(/images/spedizione_italia.jpg) no-repeat 97% 20px
		#fbcb0c;
	}
	.ritiro_int{
		background:url(/images/ico_ritiro_sede.png) no-repeat 20px 50px
		 #fbcb0c;
	}


	/*AREA RISERVATA
---------------------------------------------------------------------------*/
.cont_table_mobile{
	overflow:auto;
}

    .cont_tabella_resi{
        max-width:100%;
        overflow-x:auto;
    }
    .main_ar article.box_ar {
        margin:20px 1% 30px 1%;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
        background: #fff;
        padding: 10px 15px 15px 15px;
    }


	/*FOOTER
---------------------------------------------------------------------------*/
	.info_footer .col{
		flex:1 0 25%;
	}
	footer{
		background:url(/images/bg_footer.png) no-repeat left bottom #000;
	}

	footer div,
	footer address{
		flex:1 1 0;
	}


	.boxMarchi{
		flex: 1 0 15%;
		margin:30px 1%;
	}


    .main_ar{
    flex:0 0 70%;
}
nav.menu_ar{
    flex:0 0 25%;
    margin: 50px 0 50px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    background: #fff;
}


}
@media only screen and (min-width: 1366px) {
	.wrapper {
		width: 1296px;
		margin: 0 auto;
	}
	.nav-container{
		min-width:1296px;
	}
}

@media only screen and (max-width: 1024px) {
	.nav-container {
		display: none;
	}
}



nav.menu-container ul li.current-menu-item {
	color: #525252
}
nav.menu-container ul li {
	position: relative;
    padding:15px 0;
    flex:1 0 auto;
}
nav.menu-container ul li a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 4px 8px;
	text-align: center;
	font-size: 16px;
    line-height:18px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
    border-right:1px solid #ffffff;
}
nav.menu-container ul li span {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 10px 8px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}
nav.menu-container a:hover {
	color: #fff;
}
nav.menu-container ul li:hover {
}
nav.menu-container ul li:hover a {
	color: #ce000b;
}
nav.menu-container ul li ul {
	background-color: #efefef;
	position: absolute;
	display: none;
	top: 100%;
	border-right: none;
	z-index: 50;
	padding-top: 0px;
	box-shadow: 0px 0px 3px #828282;
    padding:10px 20px 15px 20px;
    list-style-type:none;
}
nav.menu-container ul li:hover ul {
	display: block;
    background:#efefef;
}
nav.menu-container ul li ul li {
	width: 100%;
	min-width: 200px;
	position: relative;
	background: none;
	font-size: 14px;
	text-transform: lowercase;
	height: auto;
    padding:5px 0;
    
}
nav.menu-container ul li ul li a {
	padding: 0px;
	padding: 10px;
	text-align: left;
	font-size: 14px;
    line-height:18px;
	height: auto;
	color: #000 !important;
	display: block;
	text-transform: uppercase;
    padding:0;
    font-weight:400;
    border-right:none;
}
nav.menu-container ul li ul li span.on {
	padding: 0px;
	text-align: left;
	font-size: 13px;
	height: auto;
	color: #333 !important;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #ee3326 !important;
}
nav.menu-container ul li ul li a:hover {
	
}
nav.menu-container ul li ul li.voceOn {
	color: #fff!important;
	background-color: #ee3326;
}
nav.menu-container ul li ul li.voceOn a {
	color: #fff!important;
}

.nav-container {
	/* padding-right: 8%;
	padding-left: 8%; */
	background-color: black;
}
.nav-container li a {
}

.nav-container #mm-navmenu {
	display: flex !important;
	justify-content: space-around;
	list-style-type:none;
}

