#relatedProducts{
	position: relative;
	overflow: hidden;
}

#relatedProducts .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 24px;
}

#relatedProducts .productList{
	position: relative;
	list-style: none;
	overflow: hidden;
	clear: both;
	margin: 0px;
	left: 0px;
}

#relatedProducts .productList > li{
	float: left;
}

#relatedProducts .productList .item{
	width: 100%;
	float: none;
	border-top: 1px solid #e7e8ea;
}

#relatedProducts .product .tabloid{
	height: 100%;
}

.relatedViewedBtnLeft{
	background-image: url(images/left_1.svg);
	background-repeat: no-repeat;
    background-position: center;
	transform: translateY(-50%);
	position: absolute;
	height: 96px;
	width: 48px;
	z-index: 22;
	top: 50%;
}

.relatedViewedBtnRight{
	background-image: url(images/right_1.svg);
	background-repeat: no-repeat;
    background-position: center;
	transform: translateY(-50%);
	position: absolute;
	height: 96px;
	width: 48px;
	z-index: 22;
	top: 50%;
}

.relatedViewedBtnLeft{
	left: 24px;
}

.relatedViewedBtnRight{
	right: 24px;
}

.relatedViewedBtnLeft:hover{
	background-image: url(images/left_2.svg);
}

.relatedViewedBtnLeft:active{
	background-image: url(images/left_3.svg);
}

.relatedViewedBtnRight:hover{
	background-image: url(images/right_2.svg);
}

.relatedViewedBtnRight:active{
	background-image: url(images/right_3.svg);
}