.ksm-catalog-compared .catalog-list {
	overflow-x:scroll;
}
.ksm-catalog-compared table {
	max-width:none;
}
.ksm-catalog-compared table td {
	border:none;
	padding:0px 5px;
	height:auto;
}
.ksm-catalog-compared table td .product-remove {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background: #000;
    top: 0px;
    right: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    cursor: pointer;
}
.ksm-catalog-compared table td .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;	
}
.ksm-catalog-compared table td .product-item__img {
	height:auto;
}
.ksm-catalog-compared table td .product-item__img img {
	top:0px;
	transform:none;
	-webkit-transform:none;
	-ms-transform:none;
	-o-transform:none;
}
.ksm-catalog-compared table td .product-item__title {
	min-height:auto;
}
.ksm-catalog-compared table tr.property-row td {
	padding:5px 10px;
	background:#fafafa;
	border-bottom:1px solid #ccc;
}
.ksm-catalog-compared table tr.property-row:last-child td {
	border-bottom:none;
}