.ksm-catalog-favorite .product-remove {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background: #224895;
    top: 0px;
    right: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    cursor: pointer;
}
.ksm-catalog-favorite .product-remove:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/close-wh.png') no-repeat center;
	background-size: 15px 15px;	
}
