 	.blocco_scheda {
		width: 970px;
		margin: 45px auto 60px;
		background: url("../img/pattern/gs_arancio_pattern.png") repeat 0 0;
		border:5px #fff solid;
		border-radius:24px;
		overflow:visible;
		position:relative;
		min-height:300px;
		z-index:1;
		box-shadow: 0px 0px 5px 0px rgba(0, 3, 25, 0.35);
	}
	.tit_page {
		  position: relative;
		  min-height: 80px;
		  background: #e36432;
		  margin: 50px 0 0 0;
	}
	.tit_page:after {
		  content:'';
		  position:absolute;
		  left:0;
		  bottom:0;
		  width:171px;
		  height: 137px;
		  z-index:100;
		  background: url("../img/share/mania.png") no-repeat left bottom;

	}
	.tit_page h1 {
		  font-size: 1.750em;
		  line-height: 80px;
		  color: #ffea00;
		  z-index: 1;
		  margin: 0 0 0 185px;
		  font-weight:900;
	}
	.tit_page h2 {
		  font-size: 1.750em;
		  line-height: 80px;
		  color: #ffea00;
		  z-index: 1;
		  margin: 0 0 0 185px;
		  font-weight:900;
	}
	.tit_page h2 span.tit_page_1 {
		  line-height: 40px;
		  display:block;
	}
	.tit_page h2 span.tit_page_2 {
		  line-height: 40px;
		  display:block;
		  color:#fff;
	}
	.tit_page_center {
		width: 100%;
  		padding: 0;
	}


	a.tutti {
	border-radius: 5px;
	background-color:#ffda24;
	background-image: -moz-linear-gradient( 90deg, rgb(255,219,46) 0%, rgb(255,203,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,219,46) 0%, rgb(255,203,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,219,46) 0%, rgb(255,203,0) 100%);
	box-shadow: 2px 2px 0px 0px rgba(199, 163, 37, 1), inset 1px 2.0px 0px 0px rgba(255, 236, 158, 1);
	position: absolute;
	right: 35px;
		top: -38px;
	z-index: 2;
	line-height:26px;
	font-family: 'Londrina Solid', cursive;
	font-size:0.850em;
}
a.tutti span {
	background: url("../img/share/tutti.png") no-repeat 7px center;
	padding: 0 10px 0 25px;
}

	.blocco_scheda_int {
		width:900px;
		margin:30px auto 65px;
		overflow:hidden;
	}


	.blocco_prodotti {
		width: 900px;
		overflow: hidden;
		position: relative;
		padding: 0;
	}
	.blocco_prodotti ul {
		width:940px;
		overflow: hidden;
		list-style-type: none;
	}
	.blocco_prodotti ul li {
		width: 200px;
		overflow: hidden;
		float: left;
		height: 290px;
		padding:0 33px 0 0;
	}
	.blocco_prodotti ul li img {
		width: 190px;
		height: auto;
		border:5px #fff solid;
		margin: 0 0 3px;
	}
	.txt_categoria {
		font-size:0.600em;
		padding: 0;
		line-height: 13px;
		text-transform:uppercase;
		font-weight:900;
	}
	.txt_categoria a, .txt_categoria a:visited, .txt_categoria a:hover {
		color:#fff54f;
	}
	.txt_marca {
		font-size:0.800em;
		padding: 0;
		line-height: 20px;
	}
	.txt_marca a, .txt_marca a:visited, .txt_marca a:hover {
		color:#fff;
	}
	.txt_nome h2 {
		font-size:0.800em;
		line-height: 20px;
		font-weight:900;
	}
	.blocco_select {
  width: 100%;
  margin: 0 auto;
  padding:0 0 30px 0;
  overflow: hidden;
}
		.input_libri {
		width: 225px;
		border: 1px #307f88 solid;
		padding: 1px 0;
		line-height:21px;
		color:#307f88;
		font-size:0.700em;
		float:left;
		margin:0 15px 0 0;
	}



@media screen and (min-width: 320px) and (max-width: 767px) {
	.blocco_scheda {
		width: 100%;
		margin: 0 auto 0;
		border: none;
		border-radius: inherit;
		overflow: visible;
		position: relative;
		box-shadow: none;
	}
	.tit_page {
		min-height: 50px;
		margin: 0;
	}
	.tit_page:after {
		background:none;
		display:none;
	}
	.tit_page h1 {
		font-size: 1.250em;
		line-height: 30px;
		color: #FFEA00;
		z-index: 1;
		padding: 15px 10px;
		font-weight: 900;
		margin: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	a.tv {
		display:none;
	}
	.blocco_scheda_int {
		width: 100%;
		margin: 0 auto 0;
		padding: 0 10px;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.txt_seo h2 {
		line-height: 30px;
		font-size: 1.250em;
		padding: 0 0 10px;
	}
	.blocco_prodotti {
		width: 100%;
	}
	.blocco_prodotti ul {
	  width: 100%;
	}
	.blocco_prodotti ul li {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
		min-height: 120px;
		overflow: hidden;
	}
	.blocco_prodotti ul li div.img_prodotto {
	    width: 100px;
		margin: 0 10px 0 0;
		position: absolute;
		left: 0;
		top: 0;
	}
	.blocco_prodotti ul li img {
		  width: 90px;
	}
	.txt_nome {
		padding: 0 0 0 110px;
	}
	.blocco_vis_dur {
		width: 100% !important;
		overflow: hidden;
		list-style-type: none;
		padding: 10px 0 10px 110px;
		margin: 0;
		line-height: 17px;
		color: #FFFFFF;
		font-weight: 700;
		font-size: 0.750em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.blocco_vis_dur li.visti {
		min-height: inherit;
		margin: 0;
	}
	.blocco_vis_dur li.durata {
		min-height: inherit;
	}
	.swiper-container-horizontal > .swiper-pagination {
		display:none !important;
	}
	.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
		display:none !important;
	}
	.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
		display:none !important;
	}
	.swiper-container {
		height: auto;
	  	border-left:none;
	  	border-right:none;
	  	border-bottom:none;
		border-top:none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.swiper-slide img {
		width: 100%;
		height:auto;
		position:relative;
		left:0;
		top:0;
		-ms-transform:none;
		-webkit-transform:none;
		-moz-transform:none;
		transform:none;

	}
	.txt_categoria {
  font-size: 0.600em;
  padding: 0;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 0 0 110px;
}
.txt_marca {
  font-size: 0.800em;
  padding: 0;
  line-height: 20px;
  padding: 0 0 0 110px;
}
.txt_nome {
  padding: 0 0 0 110px;
}
.blocco_select {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 10px 0;
  overflow: hidden;
}
.input_libri {
  width: 225px;
  border: 1px #307f88 solid;
  padding: 1px 0;
  line-height: 21px;
  color: #307f88;
  font-size: 0.700em;
  float: left;
  margin: 0 15px 20px 0;
}
}
