@charset "UTF-8";
/* CSS Document */


/**************col grid************/
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 15px 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}
.clr {
	clear:both
}

/*  GO FULL WIDTH BELOW 790 PIXELS */
@media screen and (max-width: 790px) {
  	
 	.sidebar {display:none;}
	#fluid { margin-left:0px;  width:100%; float:left !important;}
	#inner-block {width:100%;}

}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media screen and (max-width: 480px) {
  
   	.col {  margin: 1% 0 1% 0%; }

    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100% !important;
	}
	
 	.sidebar {display:none;}
	#fluid { margin-left:0px;  width:100%; float:left !important;}
	#inner-block {width:100%;}

}

/************** close col grid************/

/************** start magiczoom **************/
.mz-thumb {
  /* Applies to every thumbnail */
  	margin-top:3px !important;
}

.mz-thumb-selected {
  /* Applies to thumbnail selected*/
}
/************** close magiczoom **************/

/************** begin tabs *********************/
  
/*	a:hover #tab1, a:hover #tab2, a:hover #tab3 {
	  background-color: #000;
	  }*/
* {
  -webkit-box-sizing: border-box !Important; /* Android ≤ 2.3, iOS ≤ 4 */
     -moz-box-sizing: border-box !Important; /* Firefox ≤ 28 */
		-ms-box-sizing: border-box;
			box-sizing: border-box !Important; /* Chrome, Firefox 29+, IE 8+, Opera, Safari 5.1 */
	}

  
	  #tabcontainer {
		 /* background-color:#f4f4f4;*/
		  width:100%;
		  margin-top:10px;
		  }
	 
	  .tab1, .tab2, .tab3 {
		  width: auto;
		  background-color:#A9B8C0;
		  color:#FFF;
			  font-family: roboto_slablight, roboto, Arial, Helvetica, sans-serif;
			  font-size: 14px;
			  font-weight: normal;
			  line-height: 20px;
		  text-transform:uppercase;
		  padding: 10px 20px;
		  float: left;
		  cursor:pointer;
		  margin-right:1px;
		  }
	  .tab1 {
		  background-color:#EA2E49;
		  }
	  #content-tab1, #content-tab2, #content-tab3 {
		  width: 100%;
		  background-color: #f1f1f1;
			 color: #666;
			 font-size:13px;
			 line-height:16px;
			 font-weight:100;
		  padding: 20px;
		  float:left;
		  }
	  #content-tab2, #content-tab3 {
		  display: none;
		  }
	  .activetab { background-color: #EA2E49 !important;}
	  .black { background-color: #2F3742 !important;}
	  .clicked { background-color: #EA2E49 !important;}
	  .hovertab { background-color: #2F3742 !important;}
  
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media screen and (max-width: 420px) {
	.tab1, .tab2, .tab3 {
			width: 100%; 
	}
	.tab2 {
		border-bottom:thin #c9dbe5 solid;
	}
}
@media screen and (min-width: 421px) {
	.tab2 {
		border-bottom:none !important;
		border-top:none !important;
	}
}  

/************** end tabs ***********************/

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 255);
	margin: 15px -15px;
	}

#textdisplay { 
	margin-left: 0px; 
	margin-top:5px;
	font-family: roboto_slablight, roboto, Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size: 12px;
	font-style:italic;
	line-height:16px;
	color:#999999;
	}
	
.media-box-title {
	font-family: roboto_slablight, roboto, Arial, Helvetica, sans-serif;
	font-size: 20px !important;
	width:100%;
	background-color:#EA2E49;
	padding: 10px;
	color: #fff !important;
	box-sizing: border-box;
	}

* {
	box-sizing: border-box;
}
	
.pwrapper {
	padding:0 10px;
	max-width:1280px;
	margin: 0px auto;
	background-color: #FFFFFF !important;
	/*padding: 20px 20px 20px 20px !important;*/
	}

.productcontent-container {
	padding: 0px;
	background-color:#ffffff;
    box-sizing: border-box;
	font-family: roboto, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:13px;
	line-height:16px;
	font-weight:100;
	}
.productcontent-title {
	font-family: roboto_slablight, roboto, Arial, Helvetica, sans-serif;
	font-size: 20px !important;
	line-height:22px;
	width:100%;
	background-color:#EA2E49;
	padding: 10px;
	color: #fff !important;
	box-sizing: border-box;
	}

.productcontent-text {
	margin-top:15px;
	padding: 15px;
 	background-color:#f1f1f1;
    box-sizing: border-box;
	font-family: roboto, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:13px;
	line-height:16px;
	font-weight:100;
	}
.listprice {
	font-family: roboto_slablight, roboto, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:38px;
	color: #fff;
	text-decoration:line-through;
	background-color: #EA2E49;
	padding: 0 7px;
	float:left;
	margin: 5px 10px 0 0;
	}
.finalprice{
	font-family: roboto_slablight, roboto, Arial, Helvetica, sans-serif;
	font-size:35px;
	line-height:49px;
	color: #333745;
	}
.plabel {
	font-weight: bold !important;
	}

/***COUNTDOWN***/
.countdown-wrapper {
	width:100%;
	}
.countdown-title {
	width:100%;
	background-color:#EA2E49;
	font-family: roboto_slablight, roboto, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	padding:5px 10px;
	color:#FFF;
	}
.countdown-frame {
	width:100%;
	background-color:#A9B8C0;
	font-family: roboto_slablight, roboto, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	padding:5px 10px;
	color:#FFF;
	height:60px;
	}
strong {
	font-weight:bold;
	}
.sidebar {
	background-color: #fff;;
	width:195px;
	margin-top:15px;
	float:left;
	margin-right:15px;
	}
#fluid {
	float: right;
	width: 100%;
	margin-left: -210px; /* The size of the fixed block. */
	}
#inner-block {
	margin-left: 210px;
	}
.ultimi-arrivi {
	font-family: roboto_slablight, roboto, Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	line-height:22px;
	width:100%;
	background-color:#A9B8C0;
	padding: 10px;
	color: #fff !important;
	box-sizing: border-box;
	}
.ultimi-arrivi-col {
	font-family: roboto, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:16px;
	width:100%;
	background-color:#f1f1f1;
	padding: 10px;
	color: #000;
	font-weight:100;
	}
.zoom-thumb {
	width:81px;
	margin:2px 2px -5px 0px;
	}	


/*************magiczoomholder*************/
	#magiczoomholder {
	height: 0px;
	overflow: hidden;
	opacity: 0;
    }
	
/* SIDE MENU */

#cssmenu {
  width: 195px;
/*  font-family: Helvetica, Arial, sans-serif;*/
  font-family: roboto_slablight, roboto, Arial, Helvetica, sans-serif !important;
  color: #ffffff;
}

#cssmenu > ul > li > a {
  text-shadow: none !important;
  font-weight: lighter !important;
  padding: 10px 10px !important;
}



