.product-details{
	max-width:1000px; 
}
.product-details .productphoto{
	display:inline-block;
	width:40%;
	 
	vertical-align:top;
	margin-right:20px;
	position:relative;
}
.product-details .productphoto img{
	box-shadow:  0 0 10px  #e6e6e6;
      -moz-box-shadow: 0 0 10px  #e6e6e6;
      -webkit-box-shadow: 0 0 10px  #e6e6e6;
      -o-box-shadow: 0 0 10px  #e6e6e6;
}
.product-details .productphoto #imgLargeIMG{
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.product-details .desc{
	vertical-align:top;
	font-size:14px;
	text-align:left;
	color:#808080;
}
.product-details .infos{
	width:40%;
	min-height:400px;
	display:inline-block;
	
	padding:0px 20px;
	color:#ffffff;
}

.sec-products.pinfo .ftitle{
	font-size:20px;
	line-height:35px;
	color:#666666;
	margin-top:20px;
}
.sec-products.pinfo{
	text-align:left;
}
.product-list-item .pinfo{
	position:absolute;
	bottom:25px;
	left:0px;
	width:calc( 100% - 20px );
	font-size:14px;
	padding:10px;
	color:#ffffff;
	display:none;
	cursor:pointer;
/*	height:calc( 100% - 20px - 25px );*/
}
.showroom-productlist .pinfo{
	height:calc( 100% - 20px - 25px );
}
.pname{
	font-size: 24px;
	font-family: 'MuseoSans_100', sans-serif;
	font-weight: bold;
	color:#666666;
	text-align:left;
	margin-bottom:40px;
}
.ptag{
	padding:0px;
	margin:0px;
	text-align:left;
	margin-top:30px;
}
.ptag li{
	margin:0px 10px 5px 0px;
	list-style-type:none;
	color:#666666;
	display:inline-block;
	font-size:12px;
	padding:2px 20px;
}
.ptag li{
	border:1px solid #ffffff;
	background-color:#808080;
	color:#ffffff;
	letter-spacing:1px;
	border-radius: 8px;
	/*cursor:pointer;*/
	
}
.sec-products.pinfo .coinfo{
	text-align:center;
	padding-bottom:20px;
}
.relatedp{
	margin-top:30px;
}
.relatedp-items{
	margin:10px auto;
	padding:0px;
	max-width:90%;
	text-align:Center;
}
.relatedp-items li{
	display:inline-block;
	padding:0px;
	width:calc( 15% - 20px );
	margin:10px;
	list-style-type:none;
}
.relatedp-items img, .otherproducts img, .product-details img{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	
}
.otherproducts{
	margin:10px auto;
	padding:0px;
	width:600px;
	max-width:90%;
}
.otherproducts li{
	display:inline-block;
	padding:0px;
	width:calc( 33.33% - 24px );
	margin:10px;
	
	
}

.btnhover:hover{
	background-color:#cccccc !important;
	color:#ffffff !important;
}
.sec-products.pinfo .coinfo{
	padding-top:50px;
}
@media (max-width: 768px) {
	.product-details .productphoto, .product-details .infos{
		min-height:320px;
		height:auto;
	}
	
}
@media (max-width: 660px) {
	.product-details .productphoto, .product-details .infos{
		display:block;
		width:70%;
		min-height:auto;
		padding:0px;
		margin:0px;
	}
	.product-details .pname{
		margin-top:20px;
		margin-bottom:20px;
	}
}
@media (max-width: 480px) {
	.product-details .productphoto{
		width:100%;
		min-height:auto;
		height:auto;
	}
	.product-details .infos{
		width:100%;
		padding:0px;
		min-height:auto;
	}
	.product-details .pname{
		font-size: 20px;
	}
	.sec-products.pinfo .coinfo{
		padding-top:25px;
	}
	.coinfo h2{
		font-size: 20px;
	}
	.coinfo .section-viewmore{
		padding: 10px 20px;
		margin: 20px 0px;
		width:100%;
	}
	.otherproducts li{
		width: calc( 50% - 24px );
	}
	
	.relatedp-items li{
		width: calc( 50% - 25px );
	}
}
