#elementContainer .related_products_list .heading {
    margin-bottom: 6px;
    font-size: 16px;
}

.related_products_row {
	display: flex;	
}
.related_products_item {
	border: 1px solid #d0cece;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.related_products_item:hover {
	border-color: #808080;
}


.related_products_item.active {
	border-color: #505050;
}

.related_products_item img {
	width: 25px;
	height: 25px;
}

#right .heading {
    background: #ffffff;
    color: #929292;
    padding-bottom: 2px;
    padding-left: 2px;
    font-size: 13px;
}

#nextSection ul {
	display: none;
}