#nfcRelatedProducts {
	position: relative;
	/*left: -12px;*/

	margin: 2px 0 30px 0;
	font-size: 12px;
}

#nfcRelatedProducts img {
	max-width: 100%;
	width: 114px;
}

#nfcRelatedProductsLess {
	/*padding: 10px 10px 10px 12px;
	border: 1px solid transparent;*/
}
#nfcRelatedProductsLess ul{
	padding-left: 0;
}
#nfcRelatedProductsLess .toggleColorVariants {
	color: #892337;
	border: none;
	line-height: 30px;
	padding: 0 10px;
	cursor: pointer;
}
#nfcRelatedProductsLess .toggleColorVariants:hover {
	text-decoration: underline;
}

#nfcRelatedProductsMore {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding: 10px 10px 10px 12px;
	border: 1px solid lightgrey;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px 0px #808080;
	width: 400px;
	z-index: 999;
}
#nfcRelatedProductsMore .toggleColorVariants {
	color: #892337;
	border: none;
	line-height: 20px;
	display: block;
	text-align: right;
	cursor: pointer;
}
#nfcRelatedProductsMore .toggleColorVariants:hover {
	text-decoration: underline;
}


#nfcRelatedProducts ul.slides {
	/*margin: 5px 0;
	margin-left: 20px;*/
	margin-left:-10px;
	margin-right:-10px;
}
#nfcRelatedProducts ul.slides li {
	display: inline-block;
	float: left;
/*	padding: 2px;*/
	/*margin-right: 12px !important;*/
	margin-bottom: 5px;
	/*width: 85px !important;*/
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;

}

#nfcRelatedProducts .flexslider ul.slides li {
	display:none;
}

#nfcRelatedProducts .flexslider ul.slides li:first-child,
#nfcRelatedProducts .flexslider ul.slides li:nth-child(2),
#nfcRelatedProducts .flexslider ul.slides li:nth-child(3),
#nfcRelatedProducts .flexslider ul.slides li:nth-child(4) {
	display:block;

}

#nfcRelatedProducts ul li span {
	display: block;
	height: 28px;
	width: 28px;
}