/*Custom CSS*/

.PrimaryProductDetails .ProductThumb {
	position: relative;
}
#ProductOtherDetails .ProductDetailsGrid .DetailRow .customField-label > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: auto;
	z-index: 99;
	transform: rotate(270deg);
}
.ProductList .DetailRow .customField-label > img {
	position: absolute;
	top: 36px;
	left: 14px;
	width: 40%;
	height: auto;
	z-index: 99;
	transform: rotate(270deg);
}
.ProductList > li .DetailRow {
	display: none;
}