
	/*******************************************************************/
	/* Related
	/*******************************************************************/

	div.related {
		margin-top: 15px;
		border: 1px solid #eeeeee;
		padding: 0 15px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	div.related > h3, div.related > p {
		text-align: center;
	}

	div.related > ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	div.related > ul > li {
		margin-bottom: 15px;
		position: relative;
	}

	div.related > ul > li > div.image {
		position: absolute;
		top: 0;
		left: 0;
	}

	div.related > ul > li > div.detail {
		margin-left: 85px;
		line-height: 18px;
	}

	/*******************************************************************/
	/* Uploads
	/*******************************************************************/

	div.uploads {
		margin: 0 0 10px;
		padding: 0;
		line-height: 0;
		width: 295px;
		min-height: 360px;
	}

	div.uploads:after {
		content: "";
		clear: both;
		display: table;
	}

	div.uploads div.image {
		width: 65px;
		height: 65px;
		margin: 0 11px 11px 0;
		padding: 0;
		overflow: hidden;
		line-height: 0;
		border: 1px solid #eee;
		border-radius: 3px;
		box-shadow: none;
		display: block;
		float: left;
	}

	div.uploads div.image:first-child {
		width: 295px;
		height: 295px;
		margin: 0 0 11px 0 !important;
		border: none;
		display: block;
		border-radius: 3px;
	}

	div.uploads div.image:nth-of-type(4n+1) {
		margin-right: 0;
	}

	div.uploads div.image a {
		display: block;
	}

	div.uploads > p {
		content: "";
		display: block;
		clear: both;
	}

	div.product {
		padding-right: 320px;
		width: 100%;
		min-height: 710px;
	}

	div.details + hr {
		display: block;
		width: 100%;
		border: 1px solid #eee;
	}

	div.details {
		left: 340px;
		margin: 0 350px 0 0;
		overflow: hidden;
		position: absolute;
		top: 20px;
	}

	div.details > h1 {
		margin: 0 0 10px 0;
	}

	div.details > h3 {
		margin: 0;
	}

	div.share {
		width: 100%;
		background: #eee;
		padding: 12px 15px 10px;
		display: block;
		clear: both;
		margin: 20px 0 30px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	div.summary {
		font-size: 12px;
	}

	div.content {
		display: block;
		clear: both;
	}

	div.product-banner {
		background: #000;
		text-align: center;
		background-position: center -30px;
		height: 430px;
	}

	form.orderby {
	}

	form.orderby:after {
		content: "";
		display: table;
		clear: both;
	}

	form.orderby .btn {
		float: left;
		padding: 7px 14px;
	}

	form.orderby select {
		padding: 4px;
		width: 200px;
		float: right;
	}

	/*******************************************************************/
	/* Products
	/*******************************************************************/

	div.products {
		text-align: left;
		font-size: 0;
		margin: 30px -30px -30px -30px;
		border-top: 1px solid #eee;
	}

	div.products:after {
		content: "";
		display: table;
		clear: both;
	}

	div.products > div {
		margin: 0;
		padding: 0;
		overflow: hidden;
		text-align: center;
		width: 33.333%;
		display: inline-block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		/* vertical-align: top; */
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	div.products > div:nth-of-type(3n) {
		border-right: none;
	}

	div.products > div > a {
		text-decoration: none;
		font-size: 14px;
		padding: 10px;
		display: inline-block;
		line-height: 20px;
		font-family: "Open Sans Semibold", sans-serif;
	}

	div.products > div > a > img {
		margin-bottom: 20px;
		width: 100%;
	}

	div.products > div > a > span.name {
		font-size: 16px;
		line-height: 20px;
		height: auto;
		overflow: hidden;
		display: inline-block;
		-webkit-transition: all 0.25s ease 0s;
		-moz-transition: all 0.25s ease 0s;
		transition: all 0.25s ease 0s;
		color: #333333;
	}

	div.products > div > a:hover > span.name {
		color: orange;
	}

	div.products > div > a > span.caption {
		font-size: 14px;
		line-height: 20px;
		color: #666666;
	}

	div.products > div > a > span.price {
		font-size: 24px;
		line-height: 36px;
		color: #58BC5F;
	}

	div.products > div > a > span.discount {
		display: block;
	}

	div.products > div > a > span.discount > del {
		color: #C00;
	}

	div.products > div > a > button {
		margin-top: 10px;
	}

	span.stars {
		display: inline-block;
		vertical-align: text-bottom;
		margin-right: 2px;
	}

	span.stars > img {
		margin-right: 1px;
	}
	
	span.stars > img:last-child {
		margin-right: 0;
	}

	/*******************************************************************/
	/* Power rating
	/*******************************************************************/

	p.ratings {
		margin: 10px 0 -5px;
	}

	div.rating:after {
		content: "";
		display: table;
		clear: both;
	}

	div.rating {
		margin-top: 15px;
		text-align: center;
	}

	div.rating > span {
		font-size: 24px;
		font-family: "Roboto Condensed", sans-serif;
		line-height: 24px;
	}

	div.rating > div.power {
		width: 100%;
		display: block;
		background: #bbb;
		height: 10px;
		border-radius: 10px;
		margin-top: 5px;
		overflow: hidden;
	}

	div.rating > div.power > span {
		display: block;
		height: 10px;
		background: #428bca;
	}

	/*******************************************************************/
	/* Categories
	/*******************************************************************/

	div.categories {
		text-align: left;
		font-size: 0;
		margin: 30px 0;
	}

	div.categories:after {
		content: "";
		display: table;
		clear: both;
	}

	div.categories > div {
		width: 33.3%;
		margin: 0;
		padding: 0;
		display: inline-block;
	}

	div.categories > div > a {
		display: block;
		position: relative;
		overflow: hidden;
		transition: all 0.5s;
	}

	div.categories > div > a > img {
		width: 100%;
		padding: 30px;
	}

	div.categories > div > a > span {
		color: #999;
		display: inline-block;
		font-size: 13px;
		line-height: 1.4;
		padding: 15px;
		text-align: center;
		width: 100%;
		transition: all 0.5s;
		background: #f9f9f9;
		border-top: 1px solid #eee;
	}

	div.categories > div > a:hover {
		border-color: #aaaaaa;
	}

	div.categories > div > a:hover > span {
		background: #bbbbbb;
		color: #ffffff;
		border-color: #aaaaaa;
	}
	
	@media only screen and (max-width: 1400px) {
		div.categories > div {
			width: 33.3%;
		}
		div.products > div {
			width: 33.3%;
		}
	}

	@media only screen and (max-width: 1100px) {
		div.categories > div {
			width: 50%;
		}
		div.products > div {
			width: 50%;
		}
		div.products > div > a {
			padding: 10px;
		}
		div.products > div:nth-of-type(2n) {
			border-right: none;
		}
		div.products > div:nth-of-type(3n) {
			border-right: 1px solid #eee;
		}

	}
	
	@media only screen and (max-width: 800px) {

		div.uploads {
			width: 100%;
		}

		div.product {
			padding-right: 0;
			width: 100%;
			
		}

		div.products {
			text-align: center;
			margin: 0px -15px;
		}

		div.products > div {
			height: auto;
			margin: 0;
			padding: 0;
			vertical-align: top;
		}

		div.products > div > a {
			width: 100%;
		}
		
		div.products > div > a > img {
			width: 100%;
		}

		div.categories {
			text-align: center;
			margin: -5px;
		}

		div.categories > div {
			width: 33.3%;
			height: auto;
			margin: 0;
			padding: 5px;
			vertical-align: top;
		}

		div.products > div > a {
			width: 100%;
		}

		div.categories > div > a > img {
			width: 100%;
		}

	}

	@media only screen and (max-width: 816px) {

		div.products > div {
			width: 50%;
		}

		div.categories > div {
			width: 50%;
		}
		
	}

	@media only screen and (max-width: 470px) {

		div.products > div {
			width: 100%;
		}

		div.categories > div {
			width: 100%;
		}

		p.ratings {
			text-align: center;
		}
		
		div.summary {
			padding: 5px;
			border-top: 1px solid #eee;
			margin-top: 15px;
		}
		
		ul.reason > li {
			padding: 5px;
			font-size: 11px;
		}
				
	}























	div.side {
		bottom: 20px;
		float: left;
		position: absolute;
		right: 20px;
		top: 20px;
		width: 300px;
	}

	div.commerce {
		top: 20px;
		padding: 30px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 6px;
		border: 1px solid #eee;
		background: #f9f9f9;
		position: static;
	}

	div.commerce select, div.commerce input {
		width: 100%;
	}

	div.commerce > ul {
		margin: 0 0 15px 0;
		padding: 0;
		list-style: none;
		line-height: 1.8;
	}

	div.commerce > ul > li:nth-of-type(1){
		font-size: 36px;
		font-family: "Roboto Condensed", sans-serif;
		line-height: 0.8;
		margin-bottom: 10px;
	}

	div.commerce > ul > li:nth-of-type(1) > span:last-child {
		font-size: 16px;
	}

	div.commerce li.discount {
		margin-bottom: 10px;
		margin-top: -10px;
		color: #F10000;
		font-size: 14px;
	}

	div.commerce li.discount del {
		color: #aaa;
	}

	div.commerce li.stock {
		font-size: 16px;
	}

	div.commerce form {
		margin: 0;
		padding: 0;
	}

	div.commerce .btn {
		display: block;
		margin: 0 0 5px 0;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	div.commerce a.btn:last-child {
		margin-bottom: 0;
	}

	div.commerce.mobile {
		display: none;
	}

	div.reviews {
		border-top: 1px solid #eeeeee;
		margin-top: 20px;
	}

	div.reviews > p > strong > i {
		font-size: 14px;
		margin-right: 1px;
	}

	div.reviews > p > strong > i:nth-of-type(1) {
		margin-left: 3px;
	}

	div.reviews i.fa-star {
		color: gold;
	}
	
	div.reviews i.fa-star.none {
		color: #ccc;
	}




	@media only screen and (max-width: 900px) {

		div.product {
			margin: 0;
			width: 100%;
			float: none;
		}

		div.commerce {
			display: none;
		}

		div.commerce.mobile {
			display: block;
			width: 100%;
			margin-bottom: 10px;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			margin-top: 15px;
		}

		p.ratings {
			text-align: center;
		}

		div.side {
			margin: 0;
			width: 100%;
			position: static;
			float: none;
		}

		div.details {
			height: auto;
			position: static;
			width: 100%;
		}

		div.share {
			display: none;
		}

		div.uploads {
			margin-bottom: 10px;
			border: none;
		}

		div.uploads div.image:first-child {
			width: 100%;
			height: auto;
			display: block;
		}

		div.uploads div.image {
			width: 100%;
			height: auto;
			margin-right: 0;
			margin-bottom: 10px;
		}

		div.uploads div.image img {
			width: 100%;
			height: auto !important;
			position: static !important;
		}

	}