.viewedProducts .uk-slider-container {
	padding-bottom: 10px;
}

.delViewed {
	position: absolute;
	right: 1px;
	top: 1px;
	cursor: pointer;
	z-index: 3;
	color: #fff;
	background: #55BCC8;
	padding: 5px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.viewedProducts .productItem {
	padding-top: 50px;
}

.viewedProducts .productItem .productItemWishBtns {
	top: 50px;
}