/*** block ***/
.product-block {
	margin-top:40px;
	background-color:#FFF;
	padding:30px;
	border-radius:5px;
}
.product-block .section-title {
	text-align:center;
	text-transform:uppercase;
	font-size:26px;
	font-weight:700;
	letter-spacing:-1px;
	margin-bottom:30px;
}
.scheda .product-block .img img, .scheda .product-block img.img {
	max-width:100% !important;
	max-height:100% !important;
	width:auto;
}
.product-block .footer {
	text-align:center;
	font-weight:500;
	font-size:14px;
	padding-bottom:15px;
}
.product-block-after {
	/*
	background:repeating-linear-gradient(  135deg,  #ebeef0,  #ebeef0 10px,  #fff 10px,  #fff 20px );
	height:15px;
	*/
}
/*** scheda ***/
.scheda .product-block {
	/*
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	*/
	position:relative;
}
.scheda {
	margin-top:30px;
}
.scheda .img {
	width:20vw;
	height:20vw;
	/*max-width:350px;*/
	float:left;
	text-align:center;
}
.scheda .info {
	width:calc( 50% - 20px );
	max-width:500px;
	margin-left:20px;
	float:left;
	text-transform:capitalize;
}
.scheda .area {
	font-size:12px;
	text-transform:uppercase;
}
.scheda .area .l {
	background-color:#0a0a0a;
	background-image:-webkit-linear-gradient(30deg, #0a0a0a 57%, #fdca37 61%);
	float:left;
	width:30px;
	padding:5px 0;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.scheda .area .r {
	background-color:#fdca37;
	float:left;
	padding:5px 10px 5px 0;
	font-weight:400;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.scheda .code {
	margin-top: 10px;
	font-size:11px;
	color:#666;
}
.scheda .title {
	font-weight:500;
	color:#e65c2d;
	font-size:18px;
	text-transform:capitalize;
	margin:0;
}
.scheda .artist {
	font-size:16px;
	text-transform:capitalize;
	font-weight:400;
	margin-top:3px;
}
.scheda .date, .scheda .supplier, .scheda .label {
	font-size:13px;
	line-height:16px;
}
.scheda .label a {
	text-decoration:underline;
	color:#666;
	text-decoration-color:#ccc;
}
.scheda .date {
	margin-top: 10px;
}
.scheda .dateone {
	color:#ef9b01;
	font-size:14px;
	position:absolute;
	top:110px;
}
.scheda .dateone span {
	font-weight:400;
}
.scheda #buy {
	float:left;
}
.scheda .price {
	margin-top:50px;
	color:#000;
	font-size:18px;
	font-weight:400;
}
.scheda .price span.oldprice {
	text-decoration:line-through;
	color:#CCC;
	font-size:14px;
}
.scheda .discount {
	font-weight:400;
	color:#f6a335;
	font-size:20px;
	display: inline-block;
	text-align:center;
}
.scheda .add {
	margin-top:40px;
	display: flex;
	height: 31px;
	box-sizing: border-box;
}
.scheda .add span {
	display:inline-block;
	font-size:12px;
	color:#666;
	line-height:31px;
}
.scheda .add span i {
	color:#f00;
}
.scheda .add select {
	color:#000;
	font-size:16px;
	font-weight:400;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	min-width: 40px;
	max-width: 60px;
	height: 41px;
	border: 1px solid #e0e0e0;
	border-right: none; 
	text-align-last:center;
	background-color:#FFF;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.scheda .add .area {
	font-size:16px !important;
	cursor:pointer;
}
.scheda .add .area .l {
	padding:5px 10px 5px 5px !important;
	color: #ebeef0;
	height:100%;
	border-radius:0px;
}

.scheda .add .area .l i {
	line-height:31px;
}

.scheda .add .area .r {
	padding:5px 15px 5px 0 !important;
	height:100%;
	line-height:31px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

#sinossi .product-block {
	line-height:20px;
}
#buy.fixed-bottom {
	text-align:center;
	background-color:#606060;
	border-top: 1px solid #fdca37;
	padding-bottom:20px;
	padding-top:5px;
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index:100;
}
#buy.fixed-bottom .row-in {
}
#buy.fixed-bottom .add {
	margin-top:10px;
}
#buy.fixed-bottom .discount {
	color:#CCC;
}
#buy.fixed-bottom .price {
	/*width:40%;*/
	margin-top:16px;
	color:#FFF;
	font-size:18px;
	margin-left:5%;
}
#buy.fixed-bottom .price  {
	float:left;
}
#buy.fixed-bottom .add span {
	color:#FFF;
}
#buy.fixed-bottom  .dateone {
	position:relative;
	top:2px;
	color:#FFF;
	font-size:12px;
}

#sinossi .product-block {
	line-height:20px;
}

@media screen and (max-width:1250px) {
	.scheda .info {
		width:calc( 40% - 20px );
	}
}
@media screen and (max-width:640px) {
	.scheda .img {
		width: 100%;
		/*height:auto;*/
		height:84vw;
		float:none;
		text-align:center;
	}
	.scheda .info .area .l {
		border-top-left-radius:0px;
	}
	.scheda .info .area .r {
		width: calc( 100% - 40px );
		border-top-right-radius:0px;
	}
	.scheda .clear {
	}
	.scheda .info {
		width: 100%;
		margin: 0;
		float: none;
		max-width:none;
	}
}
@media screen and (max-width:760px) {
	.scheda .add {
		float:right;
		margin-right:5%;
	}
}

.scheda .info {
	position:relative;
	z-index:1;
}
.scheda .info .disp {
	margin-top:10px;
	font-size:12px;
}
i.blue {
	color:#39F;
}
i.green {
	color:#0C0;
}
i.purple {
	color:#8f6175;
}
