.product-related-products, .scrollbar-on-top > * {
	transform: rotateX(180deg);
}
.productdetails-view .product-head .main-image {
	margin: 0;
	padding: 0;
}

.productdetails-view .product-details-image-handler {
	height: 380px;
}

.productdetails-view .product-details-image-handler img {
	max-height: 100%;
}

.productdetails-view .additional-images {
	margin: 10px 0;
	
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;

	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.productdetails-view .additional-images div.clear {
	display: none;
}

.productdetails-view .additional-images > div {
	width: 30%;
	height: 50px;
	text-align: center;
}

.productdetails-view .additional-images > div img {
	margin: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.productdetails-view div.stockinfo-block {
	color: #94c922;
	font-size: 1.3em;
	font-weight: 400;
}

.productdetails-view .product-price-block {
	float: left;
	width: 50%;
}

.productdetails-view .product-price {
	margin: 0;
	padding: 0;
	border-bottom: none;
	white-space: nowrap;
}

.productdetails-view .product-price .vm-nodisplay {
	display: none;
}

.productdetails-view .product-price .price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax {
	text-decoration: none;
}

.productdetails-view .addtocart-area {
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.productdetails-view .addtocart-bar {
	display: inline-block;
	width: 50%;
}

.productdetails-view .addtocart-bar .addtocart-button input {
	height: 50px;
}

div.PricepriceWithoutTax.vm-display.vm-price-value > span {
	font-size: 2.4em;
	font-weight: 600;
}

div.PricesalesPriceTt.vm-display.vm-price-value > span {
	font-size: 1em;
	color: #999;
}

.productdetails-view .customfields-block .product-fields {
	width: 100%;
}

.productdetails-view .customfields-block .product-field-display {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.productdetails-view .customfields-block .product-field-display > div {
	margin: 0 2px;
	width: 50%;
}

.productdetails-view .customfields-block .product-field-display > div > select {
	display: block;
}

.productdetails-view .product-body {
	clear: both;
}

.productdetails-view .product-body .product-description {
	margin: 0;
	padding: 0;
}

.productdetails-view .product-related-products {
	clear: both;
	
/*
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
*/
	white-space: nowrap;
	text-align: center;
	
	margin: 2em 0 0 0;
	padding: 5em 0;
	background: #f7f8f8;
	border: none;
	
	overflow-x: auto; 
}
/*
.productdetails-view .product-related-products::after {
	content: ' ';
	-webkit-box: 0;
	-moz-box: 0;
	-webkit-flex: 0 0 1px;
	-ms-flexbox: 0 0 1px;
	flex: 0 0 1px;
}
*/
.productdetails-view .product-related-products div.clear {
	display: none;
}

.product-related-products .vm-price-desc {
    display: none;
}

.productdetails-view .product-related-products > .product-field {
/*
	width: 30%;
	min-width: 20%;
*/
	width: 259px;
	display: inline-block;
	white-space: normal;
	text-align: left;
	
	float: none;
	padding: 10px;
	background: #fff;
	margin: 0 10px;
	box-sizing: border-box;
	transform: inherit;
}

.productdetails-view .product-related-products > .product-field .product-container > a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;

	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	height: 400px;
	color: #3c3c3c;
}

.productdetails-view .product-related-products > .product-field .product-container > a:hover {
	color: #3c3c3c;
	text-decoration: none;
}

.productdetails-view .product-related-products > .product-field .product-container .vm-product-media-container {
	height: 180px;
	line-height: 180px;
	text-align: center;
}

.productdetails-view .product-related-products > .product-field .product-container .vm-product-media-container > img {
	display: inline;
	max-height: 100%;
}

.productdetails-view .product-related-products > .product-field .product-container h3 {
	margin: 0;
	padding: 0;
}

.productdetails-view .product-related-products > .product-field .product-container .product_s_desc {
	min-height: 0;
	height: 6em;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.productdetails-view .product-related-products > .product-field .product-container div.PricepriceWithoutTax.vm-display.vm-price-value > span {
    font-size: 1.4em;
    font-weight: 600;
}

.productdetails-view .product-related-products > .product-field .product-container div.PricesalesPriceTt {
	display: none;
}

@media (max-width: 767px) {
	.productdetails-view .product-details-image-handler {
		height: 150px;
	}
	
	.productdetails-view h1,
	.productdetails-view .ratingbox,
	.productdetails-view div.stockinfo-block,
	.productdetails-view .addtocart-area {
		text-align: center;
	}
	
	.productdetails-view .ratingbox {
		margin: 0 auto;
	}
	
	.productdetails-view .product-price-block,
	.productdetails-view .addtocart-bar {
		float: none;
		width: auto;
		height: auto;
	}
	
	.productdetails-view .customfields-block .product-field-display > div {
		width: 100%;	
	}
	
	.productdetails-view .product-related-products {
		padding: 1em;
	}
	
	.productdetails-view .product-related-products,
	.productdetails-view .customfields-block .product-field-display {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.productdetails-view .product-related-products > .product-field {
		width: auto;
		margin: 10px 0;
		padding: 10px !important;
	}
	
	.productdetails-view .product-related-products > .product-field .product-container > a {
		height: 300px;
	}
	
	.productdetails-view .product-related-products > .product-field .product-container .vm-product-media-container {
		height: 150px;
		line-height: 150px;
	}
}