/* Ecommerce Lite Styles*/
.clear{
	clear:both;
}
.row{
	clear:both;
}
.col-md-12 {
	width: 100%;
	clear: both;
	padding:1em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.col-md-6 {
	width: 50%;
	float: left;
	padding:1em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.product-img{
	max-width:100%;
	height:auto;
	margin: 1em;
}
.product-shortdescription, .product-categories{
	padding: 0.5em 0;
}
.product-longdescription{
	margin-top: 2em;
}
.product-buybuttoncode select, .product-buybuttoncode input, .product-buybuttoncode textarea{
	margin-bottom: 0.5em;
}
.product-buybuttoncode .button {
	background: #7F3E98;
	border: none;
	padding: 0.5em 1em;
	color: #FFF;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 0.5em;
}
.product-buybuttoncode .button:hover {
	background: #6C2687;
}

/*Responsive*/
@media (max-width: 60em){
	.col-md-6 {
		width: 100%;
		clear: both;
		float: none;
	}
}