﻿@charset "utf-8";
/* CSS Document */

@media (min-width: 800px) {
	.sez .slide {
		padding: 2em 2em 1em;
	}
	.sez .foto {
		float: left;
		width: 40%;
		max-width: 196px;
		padding: 6px;
	}
	.sez .foto a {
		height: 186px;
	}
	.sez .foto img {
		max-width: 180px;
	}
	.sez .proDet {
		float: left;
		width: 60%;
	}
}
@media (max-width: 799px) {
	.sez .slide {
		padding: 2em 1em 0.5em;
	}
	.sez .foto {
		width: 100%;
		max-width: 150px;
		margin: 0 auto;
		padding: 6px;
	}
	.sez .foto a {
		padding-bottom: 100%;
	}
	.sez .proText {
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
	}
}
@media (min-width: 480px) {
	.sez {
		font-size: 14px;
	}
	.sez .hSez span {
		font-size: 16px;
		padding: 15px 56px 15px 6px;
	}
	.sez.catalogo .hSez a {
		font-size: 16px;
		padding: 20px 56px 20px 6px;
	}
}
@media (min-width: 320px) and (max-width: 479px) {
	.sez {
		font-size: 12px;
	}
	.sez .hSez span {
		font-size: 14px;
		padding: 16px 56px 16px 6px;
	}
	.sez.catalogo .hSez a {
		font-size: 14px;
		padding: 21px 56px 21px 6px;
	}
}
@media (max-width: 319px) {
	.sez {
		font-size: 11px;
	}
	.sez .promo span {
		display: block;
	}
	.sez .hSez span {
		font-size: 12px;
		padding: 18px 56px 18px 6px;
	}
	.sez.catalogo .hSez a {
		font-size: 12px;
		padding: 23px 56px 23px 6px;
	}
}
/* sezioni */
.sez {
	position: relative;
	width: 100%;
	/*max-height: 500px;*/
	background-color: #fff;
	overflow: hidden;
	-webkit-transition-property: max-height;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: max-height;
	-o-transition-duration: 0.5s;
	-moz-transition-property: max-height;
	-moz-transition-duration: 0.5s;
	transition-property: max-height;
	transition-duration: 0.5s;
}
.chiuso {
	max-height: 50px!important;
}
.sez .control {
	position: absolute;
	top: 50%;
	margin-top: 15px;
	width: 20px;
	height: 20px;
	background-image: url(../IMG/swipeArrow.png);
	background-repeat: no-repeat;
	z-index: 10;
}
.sez .fw {
	right: 0;
	background-position: right center;
}
.sez .rw {
	left: 0;
	background-position: left center;
}
.sez .titSez {
	position: relative;
	height: 50px;
	z-index: 21;
}
.sez.catalogo .titSez {
	height: 60px;
}
.sez .titSez {
	position: relative;
	height: 50px;
}
.sez.catalogo .hSez {
	height: 60px;
}
.sez .hSez span, .sez .hSez a {
	display: block;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sez.catalogo .hSez a {
	background-position: right center;
	background-size: 40px 40px;
	background-repeat: no-repeat;
}
.sez .titSez .on, .sez .titSez .off {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 46px 44px;
	z-index: 2;
}
.chiuso .titSez .on, .aperto .titSez .off {
	display: block;
}
.aperto .titSez .on, .chiuso .titSez .off {
	display: none;
}
.sez ul {
	list-style: none;
}/*
.sez .slider {
	position: relative;
	width: 400%;
	-webkit-transition-property: left;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: left;
	-o-transition-duration: 0.5s;
	-moz-transition-property: left;
	-moz-transition-duration: 0.5s;
	transition-property: left;
	transition-duration: 0.5s;
}
.sez .slide {
	position: relative;
	width: 12.5%;
	float: left;
	z-index: 2;
}*/
/* anteprima prodotti */
.sez .prod {
	position: relative;
}
.sez .foto {
	position: relative;
	overflow: hidden;
}
.sez .foto a {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}
.sez .foto img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: auto;
	border: none;
}
.sez .proText {
	position: relative;
	padding: 6px;
	text-align: center;
}
.sez .proText header {
	position: relative;
	height: 3em;
	overflow: hidden;
}
.sez .proText header:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 1em;
	bottom: 0;
	right: 0;
	background-image: url(../IMG/textCut.png);
	background-repeat: repeat-y;
	background-position: right;
}
.sez .titSlide {
	font-weight: normal;
	font-size: 1em;
	line-height: 1em;
}
.sez .titSlide span {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
}
.sez .price, .sez .noPrice {
	position: relative;
	height: 3.5em;
	margin: 1em auto;
}
.sez .noPrice {
	display: table;
	width: 70%;
	padding: 6px;
	border: 1px dashed #979797;
	background-color: #f5f5f5;
	text-align: center;
}
.sez .noPrice p {
	display: table-cell;
	vertical-align: middle;
	font-size: 0.75em;
	line-height: 1.5;
	text-transform: uppercase;
}
.sez .newPrice {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -0.5em;
	font-size: 1.5em;
	font-weight: bold;
}
.sez  .newPrice span {
	font-size: 0.75em;
}
.sez .oldPrice {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -1.75em;
	font-size: 1em;
	text-decoration: line-through;
	color: #C1C1C1;
}
.sez .boxPromo {
	text-align: center;
	position: absolute;
	margin-top: -1.5em;
	width: 100%;
	left: 0;
}
.sez .promo {
	display: block;
	width: 100%;
	max-width: 13em;
	margin: 0 auto;
	font-weight: bold;
	font-size: 0.75em;
	text-transform: uppercase;
	color: #000;
	padding: 2px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
/* puntatore alla sezione */
.sez .sezPoint {
	/*position: absolute;*/
	right: 0;
	top: 0;
	height: 100%;
	/*width: 12.5%;*/
}
.sez .sezPoint .pointer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
    margin: 50px 0 0 -50px;
	/*margin: -50px 0 0 -50px;*/

	z-index: 2;
}
.sez .sezPoint .pointer span {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
}
.sez .sezPoint .pointer:before {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	content: '';
	width: 50px;
	height: 50px;
	background-image: url(../IMG/link.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
.sez .circles {
	width: 100%;
	height: 10px;
}
.sez .circles {
	width: 100%;
	height: 10px;
	text-align: center;
	font-size: 10px;
	margin-bottom: 10px;
}
.sez .circles span {
	padding: 0 5px;
	margin: 0 6px;
	background-color: #D6D6D6;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: max-height;
	-o-transition-duration: 0.5s;
	-moz-transition-property: background-color;
	-moz-transition-duration: 0.5s;
	transition-property: background-color;
	transition-duration: 0.5s;
}