/*-----------------  Related Cross sell css -----------------------*/
.relatedcross{
	padding:2rem 0;
}
.relatedcross .products{
	padding:1rem 0;
	overflow:hidden;
}
.relatedcross .products .slick-list{
	margin:unset;
	margin-left:-30px;
	margin-right:-30px;
}
#related.relatedcross h2,
#crossSell.relatedcross h2  {
	font-size:2.2rem;
}
#related.relatedcross h3.product-title,
#crossSell.relatedcross h.product-title{
	font-size:1.25rem;
}
.relatedcross .slick-arrow {
	position:absolute;
	left:0px;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	border:none;
	padding:0px;
	background:none;
	outline:none;
}
.relatedcross .slick-arrow i{
	font-size:40px;
}
.relatedcross .slick-arrow.next{
	right:0px;
	left:auto;
}
.relatedcross .product-miniature .product-description {
	margin-bottom:0px;
}
.relatedcross .product-miniature .thumbnail-container{
	margin-bottom:0rem;
}
