.header-related-products {
	margin: 0px 15px 15px 20px;
}
.related-product {
	border-bottom: 1px solid #CCC;
	float: left;
	width: 100%;

}


.header-related-products .container-related-products{
	overflow: hidden;
	padding:0px;
    font-family: "Helvetica Neue", 'TeXGyreHeros', Helvetica, Arial;
    font-size: 13px;
    line-height: 17px;
    background-color: #444;
    color: #ddd;
    -webkit-font-smoothing: antialiased;
}

.header-related-products .boxbody3 {
	padding: 0px;
	width:100%;
}

.header-related-products article {
	width: 119px;
	float: left;
	font-size: 11px;
	color: #999;
	font-family: "Helvetica Neue", 'TexGyreHeros', arial;
	font-weight: bold;
	padding: 15px;
}

.header-related-products article img {
	width: 120px;
}


.header-related-products article:nth-child(odd) {
	border-right: 1px solid #CCC;
}

.related-product {
	border-bottom: 1px solid #CCC;
	float: left;
	width: 100%;
}


.header-related-products article a {
	color: #fff;
}
.header-related-products article h3 {
	font-weight: 700;
	margin-top: 4px;
}
@media (max-width: 799px) {
	.header-related-products {
		display:none;
	}

 }

