#waitingDiv {height:100%;width:100%;background:#E6007E;
             z-index:100;
             position:absolute;
             -ms-opacity:1;opacity:1;
             text-align: center;
             color: #fff;font-size: 1.2em;
             padding-top: 120px;padding-left: 10px;padding-right: 20px;}

/* to top */
#toTop {
  background-color: #565656;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #FFFFFF;
  display: none;
  height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  opacity: 0.9;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.no-totop #toTop {
  display: none !important;
}
#toTop:before {
  line-height: 35px;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
}
#toTop:hover {
  background-color: #A0CE4E;
}
#toTopHover {
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
}
#toTop:active, #toTop:focus {
  outline: none;
  background-color: #333333;
}
/* toTop END */
			 
			 
img{
	border-style: none;
	display: block;
}

body{
	padding: 0px;
	margin: 0px;
	font-family: 'GothamNarrow-Light';
}


a:link{
	color: #45cbf7;
	text-decoration: none;
	font-size: 13px;
}

a:active{
	color: #45cbf7;
	text-decoration: none;
}

a:visited{
	color: #45cbf7;
	text-decoration: none;
}

a:hover{
	color: #45cbf7;
	text-decoration: underline;
}


.menuBtn a:link{
	font-size: 11px;
}



div{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.clear{
	clear: both;
}

.display{
	display: none !important;
}







.row{
	width: 100%;
	margin: 0px;
}

.row.menu{
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #E6007E;
}



.menu a{
	color: #fff;
}



.padding{
	padding: 15px 25px 15px 25px;
}








	
textarea{
	background-color: #f5f5f6;
	border-style: none;
	color: #bcbdc0;
	font-size: 13px;
	padding: 8px 16px 8px 16px;	
	width: 100%;
	-webkit-box-shadow: inset -3px -3px 8px -3px rgba(0,0,0,0.05);
	-moz-box-shadow: inset -3px -3px 8px -3px rgba(0,0,0,0.05);
	box-shadow: inset -3px -3px 8px -3px rgba(0,0,0,0.05);
	font-family: 'Maven Pro Regular';
}
	
input[type=text], input[type=email]{
	background-color: #f5f5f6;
	border-style: none;
	color: #bcbdc0;
	font-size: 13px;
	height: 45px;
	padding: 8px 16px 8px 16px;	
	-webkit-box-shadow: inset -3px -3px 8px -3px rgba(0,0,0,0.05);
	-moz-box-shadow: inset -3px -3px 8px -3px rgba(0,0,0,0.05);
	box-shadow: inset -3px -3px 8px -3px rgba(0,0,0,0.05);
	font-family: 'Maven Pro Regular';
}
	
input[type=password]{
	background-color: #f5f5f6;
	border-style: none;
	color: #bcbdc0;
	font-size: 13px;
	height: 45px;
	padding: 8px 16px 8px 16px;	
	-webkit-box-shadow: inset -3px -3px 8px -3px rgba(0,0,0,0.05);
	-moz-box-shadow: inset -3px -3px 8px -3px rgba(0,0,0,0.05);
	box-shadow: inset -3px -3px 8px -3px rgba(0,0,0,0.05);
	font-family: 'Maven Pro Regular';
}

button, input[type=submit], input[type=button]{
	background-color: #E6007E;
	border-style: none;
	color: #fff;
	font-size: 13px;
	height: 45px;
	padding: 6px 14px 6px 14px;	
	-webkit-box-shadow: inset -3px -3px 8px -3px rgba(0,0,0,0.05);
	-moz-box-shadow: inset -3px -3px 8px -3px rgba(0,0,0,0.05);
	box-shadow: inset -3px -3px 8px -3px rgba(0,0,0,0.05);
	font-family: 'Maven Pro Regular';
	cursor: pointer;
}

.tastoRegistrati{
	font-size: 20px;
    font-family: 'GothamNarrow-Bold';
	background-color: #45cbf7;
	border-style: none;
	color: #fff;
	padding: 4px 10px 4px 10px;	
	float: left;
}

.tastoacquistati{
	font-size: 25px;
    font-family: 'GothamNarrow-Bold';
	background-color: #45cbf7;
	border-style: none;
	color: #464648;
	padding: 4px 10px 4px 10px;	
	float: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	cursor: pointer;
}

.tastononperdere{
	font-size: 25px;
    font-family: 'GothamNarrow-Bold';
	background-color: #777778;
	border-style: none;
	color: #fff;
	/*color: #464648;*/
	padding: 4px 10px 4px 10px;	
	float: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.right{
	float: right;
}

	
.title{
	font-size: 30px;
	font-family:'GothamNarrow-Bold';
}

.lighBlue{
	color: #E6007E;
}

.marginFooter{
	margin-bottom: 150px;
}
	
	



@media only screen 
and (min-width : 1000px) {
	.d-desktop{
		display: block !important;
	}
	.d-desktop-tr{
		display: table-row !important;
	}
	.d-mobile{
		display: none !important;
	}
	.d-mobile-tr{
		display: none !important;
	}
	
	.body{
		width: 1000px;
		margin: auto;
	}
	
	.logoMenu{
		height: 70px;
		width: auto;
		float: left;
        /*content:url("img/logo.png");*/
	}
	
	.paddingHead{
		margin-top: 106px;
	}
	
	.menu-container{
		float: right;		
	}
	
	.menu-body{
		float: right;
		height: 25px;
		line-height: 25px;
	}
	
	.menuBtn{
		float: left;
		margin-left: 25px;
		font-size: 11px;
	}
	
	.menuLinee-body{
		float: right;
	}
	
	.menuBtnLinee{
		float: left;
		font-family:'GothamNarrow-Light';
		margin-left: 10px;
		font-size: 16px;
		/* color: #ffffff; */
		color: #EFE43D;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		padding: 8px 10px 7px 10px;
		margin-top: 10px;
		width: auto;
		text-align: center;
		border: 0px solid #fff;
	}
	
	.btnBeauty{
		/* background-color: #45c9f5; */
		background-color: transparent;
	}
	
	.btnGreen{
		/* background-color: #8dc63f; */
		background-color: transparent;
	}
	
	.menuBtnLinee.btnJungle{
		padding: 0px;
	}
	.btnJungle {
        background-color: transparent;
        color: white;
    }
	.btnJungle img{
		width: 120px;
		height: auto;
    }
	
	.btnSearch{
		color: #fff;
		font-size: 16px;
		overflow: hidden;
		text-align: left;
		padding: 0px;
	}
	
	
	.searchBox{
		position: absolute;
		top: 30px;
		right: -25px;
		background-color: #58585b;
		padding: 10px;
		width: 240px;
	}
	
	.searchInput{
		height: 35px !important;
		width: 146px;
		background-color: #fff;
	}
	
	.divisoreMenu{
		height: 39px;
		border-left: 1px solid rgba(255,255,255,0.5);
		float: left;
		margin-top: 10px;
		margin-left: 15px;
	}
	
	.btnCercabtn{
		height: 35px !important;
		line-height: 30px;
		padding: 0px !important;
		text-align: center;
		width: 35px;
	}
	
	.row.footer{
		position: fixed;
		z-index: 10;
		bottom: 0px;
		left: 0px;
		width: 100%;
		background-color: #E6007E;
	}

	.row.footerMenu{
		width: 100%;
		background-color: #E6007E;
	}

	.row.footerCredits{
		width: 100%;
		background-color: #CF0071;
	}

	.row.footerCredits .body{
		padding: 5px 25px 5px 25px;
		color: rgba(255,255,255,0.5);
		font-size: 11px;
	}
	
	.btnFooter{
		float: left;
		margin-right: 25px;
		font-size: 11px;
		color: #fff;
	}
	
	.inputForm{
		margin-right: 15px;
		width: 200px;
		float: left;
	}
	
	.paddingCatTit{
		padding-top: 0px;
		border-bottom: 1px solid #fff;
	}
	
	.macroTit{
		color: #E6007E;
		font-family:'GothamNarrow-Bold';
		font-size: 25px;
		background-color: #fff !important;
		background-image: url('img/bgDots.png');
	}

	.boxNomeCat{
		background-color: #fff;
		padding: 10px 15px 10px 15px;
		display: inline-block;
	}
	
	.boxCategory{
		float: left;
		width: 25%;
		height: 150px;
		color: rgba(0, 0, 0, 0.4);
		font-family:'GothamNarrow-Bold';
		font-size: 16px;
		line-height: 22px;
		overflow: hidden;
		border: 1px solid #fff;
	}
	
	.catIcon{
		position: absolute;
		top: -30px;
		left: 15px;
		height: 110px;
		width: auto;
	}
	
	.catTitoloCont{
		position: absolute;
		top: 90px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.catTitolo{
		/*border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;*/
	}
	
	.bodyCatList{
		padding-top: 0px;
	}
	
	/*ProductsCategories*/
	
	.nopadright{
		padding-right: 0px;
	}
	
	.categoryListCol{
		width: 244px;
		float: left;
		left: 0px !important;
	}
	
	.productsListCol{
		width: 730px;
		padding-left: 30px;
		float: left;
	}
	
	.twMainCatName{
		padding: 10px;
		color: #fff;
		font-family:'GothamNarrow-Bold';
		font-size: 14px;
	}
	
	.twMainCat a{
		color: #fff;
	}
	
	.twSubCat{
		background-color: #fff;
		margin-left: 4px;
	}
	
	.twSubCatBorder{
		border-right: 1px solid #000;
	}
	
	.twSubCatUl{
		font-family: 'Maven Pro Regular';
		font-size: 10px;
		list-style-type: none;
		/*list-style-type: disc;*/
		-webkit-margin-before: 0em;
		-webkit-margin-after: 0em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 14px;
	}
	
	.twSubCatUl li{	
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	.twSubCatUl a{
		font-size: 10px;
		color: #464648;
	}
	
	.twUnderSubCatUl{
		font-family: 'Maven Pro Regular';
		font-size: 8px;
		list-style-type: disc;
		-webkit-margin-before: 0em;
		-webkit-margin-after: 0em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 14px;
	}
	
	.twUnderSubCatUl li{	
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	.twUnderSubCatUl a{
		font-size: 8px;
		color: #464648;
	}
	
	.boxProd{
		width: 197px;
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
		/*border-top-style: solid;
		border-top-width: 3px;
		padding-top: 10px;*/
	}
	
	
	
	.imgProd{
		width: 197px;
		height: 150px;
		cursor: pointer;
	}
	
	.codeBox{
		width: 100%;
		height: 26px;
		padding-left: 4px;
		padding-right: 4px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	
	.codeTxt{
		font-size: 12px;
		height: 16px;
		float: left;
		color: #464648;
	}
	
	.wishBtn{
		padding: 2px 4px 2px 4px;
		background-color: #a4a4a5;
		color: #fff;
		font-size: 10px;
		cursor: pointer;
		float: right;
	}
	
	.contentBox{
		padding-left: 4px;
		padding-top: 6px;
		padding-right: 4px;
		line-height: 12px;
		height: 52px;
		font-size: 10px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	
	.boxIconThumb{
		height: 45px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		padding-left: 4px;
	}
	.iconBoxThumb{
		height: 28px;
		width: auto;
		margin-right: 8px;
		float: left;
		margin-top: 9px;
	}
	
	.productDescription{
		color: #464648;
	}
	
	.productInfo{		
		height: 45px;
		font-weight: bold;
		font-size: 11px;
		width: 100%;
		padding-right: 8px;
		padding-left: 8px;
		padding-top: 8px;
	}
	
	.priceTxt{
		text-align: right;
		float: right;
	}
	
	.buyBox{
		font-size: 10px;
		padding-top: 8px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		padding-bottom: 4px;
		margin-bottom: 25px;
	}
	
	.inputQt{
		height: 25px  !important;
		width: 30px !important;
		padding: 3px  !important;
	}
	
	.btnCart{
		background-color: #464648;
		height: 25px  !important;
		line-height: 25px  !important;
		padding-left: 5px  !important;
		padding-right: 5px  !important;
		padding-top: 0px  !important;
		padding-bottom: 0px  !important;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.badgeQtCart{
		background-color: #727275;
		height: 25px  !important;
		line-height: 25px  !important;
		padding-left: 5px  !important;
		padding-right: 5px  !important;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		margin-right: 10px;
		color: #fff;
	}
	
	.btnViewCat{
		display: none;
	}
	
	
	/*CART*/
	
	.rowProdCart{
		border-bottom-style: dotted;
		border-bottom-width: 2px;
		border-bottom-color: #e3e3e9;
		width: 900px;
		margin-bottom: 30px;
	}
	
	.imgProdCartBox{
		float: left;
		height: 180px;
		width: 227px;
	}
	
	.imgProdCart{
		width: 197px;
		height: 150px;
		background-color: #f5f5f6;
	}
	
	.contentProdCartBox{
		float: left;
		height: 150px;
		padding-right: 30px;
	}
	
	.actionsCartBox{
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	
	.costoProdottoCart{
		position: absolute;
		right: 30px;
		bottom: 30px;
		font-size: 16px;
	}
	
	.cartTotActions{
		text-align: right;
		float: right;
		margin-right: 90px;
		font-size: 16px;		
	}
	
	.btnCartBig{
		height: auto !important;
		background-color: #464648;
		padding: 7px 15px 7px 15px;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.codeTxtF{
		font-size: 12px;
		color: #464648;
	}
	
	
	/* CONFERMA ORDINE */
	.col50{
		float: left;
		width: 50%;
	}
	
	.col50.Pleft{
		padding-left: 20px;
	}
	
	.col50.Pright{
		padding-right: 20px;
	}
	
	.titleBoxIndirizzo{
		font-size: 20px;
		color: #464648;
	}
	
	.rowDato{
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom-style: dotted;
		border-bottom-width: 2px;
		border-bottom-color: #d2d2d3;
	}
	
	/*HOMEPAGE*/
	.rowBanner{
		height:400px;
		background-color: #E6007E;
		background-image: url('img/bannerHomepage.jpg');
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.bannerContainer{
		width: 100%;
		margin: auto;
		z-index:0;
	}
	
	
	
	
	
	
	
	.iconsBox{
		width: 100%;
		padding: 30px;
		padding-bottom: 0px;
	}
	
	.titleBox{
		width: 100%;
		padding: 30px;
		padding-top: 10px;
		padding-bottom: 0px;
		text-transform: uppercase;
		font-size: 24px;
	}
	
	.iconBox{
		float: left;
		height: 37px;
		margin-right: 25px;
	}
	
	.contentProductBox{
		padding: 30px;
		padding-top: 10px;
		padding-bottom: 0px;
	}
	
	.contentProductTabBox{
		border-top: 2px solid;
		margin-bottom: 30px;
	}
	
	.contentProductTabBox table thead td{
		padding-top: 8px;
		padding-bottom: 8px;
		border-bottom: 2px solid;
		font-weight: bold;
		font-size: 12px;
	}	
	
	.contentProductTabBox table thead{
		width: 100%;
	}
	
	.contentProductTabBox table tbody{
		width: 100%;
	}
	
	.imgDetailProduct img{
		width: 85px;
		height: auto;
	}
	
	.contentProductTabBox table tbody td{
		padding-top: 4px;
		padding-bottom: 4px;
		border-bottom: 1px solid;
	}
	
	.descDetailProduct{
		font-size: 12px;
		width: 300px;
	}
	
	.priceDetailProduct{
		font-size: 12px;
		text-align: right;
	}
	
	.imDetailProdMob{
		width: 170px;
		max-width: 100%;
		margin: auto;
	}
	
	
	
	
	
	
	
	
	.fasciaTasti{
		width: 100%;
		height: 50px;
		background-color: #00f;
	}
	
	
	.prodottiDaNonPerdereBox{
		float: left;
		width: 50%;
		background-color: #b5b5bd;
	}
	
	
	.prodottiGiaAcquistatiBox{
		float: right;
		width: 50%;
		background-color: #e3e3e9;
		cursor: pointer;
	}
	
	
	.prodottiGiaAcquistatiBox:hover{
		background-color: #d9d9de;
	}
	
	.prodottiDaNonPerdereBox .testoInternoTit{
		padding-left: 45px;
	} 
	
	.freccettaHome{
		position: absolute;
		bottom: -18px;
		left: 45px;
	}
	
	.testoInternoTit{
		padding-left: 25px;
		width: 500px;
		line-height: 50px;
		font-family:'GothamNarrow-Bold';
		font-size: 24px;
		color: #fff;
	}
	
	.flRight{
		float: right;
	}
}







@media only screen 
and (max-width : 1000px) {
	.d-desktop{
		display: none !important;
	}
	.d-desktop-tr{
		display: none !important;
	}
	.d-mobile{
		display: block !important;
	}
	.d-mobile-tr{
		display: table-row !important;
	}
	
	.body{
		width: 100%;
	}
	
	.logoMenu{
		height: 50px;
		width: auto;
		float: left;
	}
	
	.paddingHead{
		margin-top: 80px;
	}
	
	.menu-container{
		z-index: 1;
		position: fixed;
		top: 0px;
		background-color: #E6007E;
		right: -100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
	}	
	
	.btnMenuMobile{
		font-size: 45px !important;
		float: right;
		color: #fff;
	}
	
	.bgAlpha{
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		opacity: 0;
		background-color: #000;
		-webkit-transition-duration: 0.4s; /* Safari */
		transition-duration: 0.4s;
		pointer-events: none;
	}
	
	.menuBtn{
		font-size: 14px;
		padding: 15px 20px 15px 20px;
		border-bottom: 0px solid #727274;
	}
	
	.menuBtnLinee{
		font-family:'GothamNarrow-Light';
		font-size: 16px;
		color: #EFD35B;
		padding: 0px 20px 0px 20px;
		margin-top: 15px;
		border: 0px solid #fff;
	}
	
	.btnBeauty{
		background-color: transparent;
	}
	
	.btnGreen{
		background-color: transparent;
	}

	.btnJungle img{
		width: 160px;
		height: auto;
	}
	
	.btnSearch{
		padding: 0px !important;
	}
	
	.searchInput{
		width: 100%;
	}
	
	.inputForm{
		margin-right: 15px;
		width: 100%;
	}
	
	.footerMobile{
		color: #fff;
		font-size: 11px;
		padding: 15px 20px 15px 20px;
	}
	
	.paddingCatTit{
		padding-top: 0px;
		border-bottom: 1px solid #fff;
	}
	
	.macroTit{
		color: #fff;
		font-family:'GothamNarrow-Bold';
		font-size: 25px;
	}
	
	.boxCategory{
		float: left;
		width: 200px;
		max-width: 100%;
		height: 150px;
		color: rgba(0, 0, 0, 0.4);
		font-family:'GothamNarrow-Bold';
		font-size: 16px;	
		line-height: 22px;
		overflow: hidden;
		border: 1px solid #fff;
	}
	
	.catIcon{
		position: absolute;
		top: -30px;
		left: 15px;
		height: 110px;
		width: auto;
	}
	
	.catTitoloCont{
		position: absolute;
		top: 90px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.catTitolo{
		/*border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;*/
	}
	
	.bodyCatList{
		float: left;
		padding-top: 0px;
	}
	
	
	/* ProductsCategories */
	
	.nopadright{
		padding-right: 0px;
	}
	
	.categoryListCol{
		width: 244px;
		max-width: 85%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 10;
		overflow-y: scroll;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
		left: -250px;
	}
	
	.productsListCol{
		width: 100%;
		float: left;
		margin: auto;
	}
	
	.twMainCatName{
		padding: 10px;
		color: #fff;
		font-family:'GothamNarrow-Bold';
		font-size: 14px;
	}
	
	.twMainCat a{
		color: #fff;
	}
	
	.twSubCat{
		background-color: #fff;
		margin-left: 4px;
	}
	
	.twSubCatUl{
		font-family: 'Maven Pro Regular';
		font-size: 10px;
		list-style-type: none;
		/*list-style-type: disc;*/
		-webkit-margin-before: 0em;
		-webkit-margin-after: 0em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 14px;
	}
	
	.twSubCatUl li{	
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	.twSubCatUl a{
		font-size: 10px;
		color: #464648;
	}
	
	.twUnderSubCatUl{
		font-family: 'Maven Pro Regular';
		font-size: 8px;
		list-style-type: disc;
		-webkit-margin-before: 0em;
		-webkit-margin-after: 0em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 14px;
	}
	
	.twUnderSubCatUl li{	
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	.twUnderSubCatUl a{
		font-size: 8px;
		color: #464648;
	}
	
	.boxProd{
		width: 197px;
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
	}
	
	.imgProd{
		width: 197px;
		height: 150px;
		cursor: pointer;
	}
	
	.codeBox{
		width: 100%;
		height: 26px;
		padding-left: 4px;
		padding-right: 4px;
		border-bottom-style: dotted;
		border-bottom-width: 2px;
	}
	
	.codeTxt{
		font-size: 12px;
		height: 16px;
		float: left;
		color: #464648;
	}
	
	.wishBtn{
		padding: 2px 4px 2px 4px;
		background-color: #a4a4a5;
		color: #fff;
		font-size: 10px;
		cursor: pointer;
		float: right;
	}
	
	.contentBox{
		padding-left: 4px;
		padding-top: 6px;
		padding-right: 4px;
		line-height: 12px;
		height: 52px;
		font-size: 10px;
		border-bottom-style: dotted;
		border-bottom-width: 2px;
	}
	
	.boxIconThumb{
		height: 45px;
		border-bottom-style: dotted;
		border-bottom-width: 2px;
		padding-left: 4px;
	}
	.iconBoxThumb{
		height: 28px;
		width: auto;
		margin-right: 8px;
		float: left;
		margin-top: 9px;
	}
	
	.productDescription{
		color: #464648;
	}
	
	.productInfo{		
		height: 45px;
		font-weight: bold;
		font-size: 11px;
		width: 100%;
		padding-right: 8px;
		padding-left: 8px;
		padding-top: 8px;
	}
	
	.priceTxt{
		text-align: right;
		float: right;
	}
	
	.buyBox{
		font-size: 10px;
		padding-top: 8px;
		border-bottom-style: dotted;
		border-bottom-width: 2px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	
	.inputQt{
		height: 25px  !important;
		width: 30px !important;
		padding: 3px  !important;
	}
	
	.btnCart{
		background-color: #464648;
		height: 25px  !important;
		line-height: 25px  !important;
		padding-left: 5px  !important;
		padding-right: 5px  !important;
		padding-top: 0px  !important;
		padding-bottom: 0px  !important;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.badgeQtCart{
		background-color: #727275;
		height: 25px  !important;
		line-height: 25px  !important;
		padding-left: 5px  !important;
		padding-right: 5px  !important;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		margin-right: 10px;
		color: #fff;
	}
	
	.btnViewCat{
		position: fixed;
		top: 195px;
		left: 0px;
		font-size: 30px;
		color: #fff;
		background-color: #464648;
		padding: 5px 13px 5px 13px;
		z-index: 2;
		cursor: pointer;
	}
	
	
	/*CART*/
	
	.rowProdCart{
		border-bottom-style: dotted;
		border-bottom-width: 2px;
		border-bottom-color: #e3e3e9;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.imgProdCartBox{
		height: 100%;
		text-align: center;
		width: auto;
	}
	
	.imgProdCart{
		height: 70px;
		width: auto;
	}
	
	.contentProdCartBox{
		padding-right: 30px;
	}
	
	.actionsCartBox{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.costoProdottoCart{
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.cartTotActions{
		font-size: 18px;		
	}
	
	.btnCartBig{
		height: auto !important;
		background-color: #464648;
		padding: 5px 10px 5px 10px;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.codeTxtF{
		font-size: 12px;
		color: #464648;
	}
	
	.nopadleftmobile{
		padding-left: 0px;
	}
	
	
	.nopadrightmobile{
		padding-right: 0px;
	}
	
	
	/* CONFERMA ORDINE */
	.col50{
		width: 100%;
	}
	
	.titleBoxIndirizzo{
		font-size: 20px;
		color: #464648;
	}
	
	.rowDato{
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom-style: dotted;
		border-bottom-width: 2px;
		border-bottom-color: #d2d2d3;
	}
	
	
	
	
	.fasciaTasti{
		width: 100%;
		height: 50px;
		background-color: #00f;
	}
	
	
	.prodottiDaNonPerdereBox{
		float: left;
		width: 100%;
		background-color: #b5b5bd;
	}
	
	
	.prodottiGiaAcquistatiBox{
		float: left;
		width: 100%;
		background-color: #e3e3e9;
		cursor: pointer;
	}
	
	
	.prodottiGiaAcquistatiBox:hover{
		background-color: #d9d9de;
	}
	
	.prodottiDaNonPerdereBox .testoInternoTit{
		padding-left: 25px;
	} 
	
	.freccettaHome{
		position: absolute;
		bottom: -18px;
		left: 25px;
	}
	
	.testoInternoTit{
		padding-left: 25px;
		width: 100%;
		line-height: 50px;
		font-family:'GothamNarrow-Bold';
		font-size: 24px;
		color: #fff;
	}
	
	.imgProdDetailsMob{
		width: 175px;
		max-width: 100%;
		padding-bottom: 10px;
		
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.iconsBox{
		width: 100%;
		padding: 30px;
		padding-bottom: 0px;
	}
	
	.titleBox{
		width: 100%;
		padding: 30px;
		padding-top: 10px;
		padding-bottom: 0px;
		text-transform: uppercase;
		font-size: 18px;
	}
	
	.iconBox{
		float: left;
		height: 26px;
		margin-right: 10px;
	}
	
	.contentProductBox{
		padding: 30px;
		padding-top: 10px;
		padding-bottom: 0px;
	}
	
	.contentProductTabBox{
		border-top: 2px solid;
		margin-bottom: 30px;
	}
	
	.contentProductTabBox table thead td{
		padding-top: 8px;
		padding-bottom: 8px;
		border-bottom: 2px solid;
		font-weight: bold;
		font-size: 12px;
	}
	
	.imgDetailProduct img{
		width: 85px;
		height: auto;
	}
	
	.contentProductTabBox table tbody td{
		padding-top: 4px;
		padding-bottom: 4px;
		border-bottom: 1px solid;
	}
	
	.descDetailProduct{
		font-size: 12px;
	}
	
	.priceDetailProduct{
		font-size: 12px;
	}
	
	
	
	
}


@media only screen 
and (max-width : 400px) {
	
	.boxProd{
		width: 100%;
		padding: 0px;
	}
	
}


.barrato{
	text-decoration: line-through;
}


.boxProd.home{
	margin: auto !important;
	float: none !important;
}


.categoryProdHome{
	padding: 4px;
	color: #464648;
	font-family:'GothamNarrow-Bold';
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}




/* BOOTSTRAP OVERWRITE */

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 0px solid transparent !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
}

.form-control {
    border: 0px solid #e7e7e7 !important;
    border-radius: 0px !important;
}

.input-group-addon {
    border: 0px solid #e7e7e7 !important;
    border-radius: 0px !important;
}


.panel-heading {
    border-bottom: 1px solid #f5f5f6 !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    background-color: #ffffff !important;
}









.tp-banner-container{
	z-index: 0;
}

.activeArea{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}


.imgBannerSlide{
	position: absolute;
	top: 0px;
	margin-left: 50%;
	left: -960px;
}



.slick-arrow{
	height: 40px !important;
	width: 40px !important;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
	content: "";
}

.slick-prev{
	background-image: url('slick/arrowLeft.png') !important;
}

.slick-next{
	background-image: url('slick/arrowRight.png') !important;
}

.slick-prev:before{    
	font-size: 0px !important;
    opacity: 0 !important;
}

.slick-next:before{   
	font-size: 0px !important;
    opacity: 0 !important;
}


.slick-slide:focus { 
    border-style: none !important;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
	outline: none !important; 
}
.slick-active:focus { 
    border-style: none !important;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
	outline: none !important; 
}

:focus { outline: none !important; }


.badge{
	background-color: #E6007E !important;
}



.titColBeauty{
	color: #45caf5;
	font-family:'GothamNarrow-Bold';
	font-size: 24px;	
}

.titColGreen{
	color: #8dc73f;
	font-family:'GothamNarrow-Bold';
	font-size: 24px;	
}





.txtInTitSml{
	display: inline;
	height:12px;
}


.txtInTitMed{
	display: block;
	height:26px;
}


.btnCart.modalDesktop{
width: 76px;
}
.wishBtn.modalDesktop{
width: 76px;
}

.closeModal{position: absolute; top: 5px; right: 10px; font-size: 24px; z-index: 99;	cursor: pointer
}



.colonnaPallini{
	position: absolute;
	top: 3px;
	right: 5px;
}