@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
.single{
	padding:2em 0;
	}
.single-left{
	float:left;
	width:45%;
	}
.single-left h3{
	color: #565656;
	font-size: 21px;
	font-weight: 300;
	margin:0 0 1em;
	}
.single-left p{
	color: #565656;
	font-size: 15px;
	font-weight:500;
	font-family: roboto;
	font-style: italic;
	margin:1em 0 0;
	}
.single-left p span{
	font-size:18px;
	color: #997840;
	}
.single-left img{
	width:100%;
	}
.single-right{
	float:right;
	width:50%;
	}
.single-right h3{
	color:#997840;
	margin:0 0 1em;
	font-size:20px;
	}
.single-right p{	
	color:#555;
	font-size:13px;
	line-height:29px;
	margin:0;
	}
.single-right p span{
	margin:1em 0 0;
	display:block;
	}
.single p.tortor{
	color:#555;
	font-size:13px;
	line-height: 30px;
	margin: 1em 0 0;
	}
.product-wrapper .single-left {
	text-align: center;
}

.product-wrapper .single-left img {
	width: auto;
}

.product-wrapper .sr-imagegallery {
	margin-top: 24px;
}

.product-wrapper .sr-imagegallery img {
	padding: 12px;
}

.product-wrapper .single-right {
	position: relative;
	height: 400px;
}

.product-wrapper .sr-singleadditem {
	position: absolute;
	bottom: 0;
	left: 0;
}	



