.items.productList{
	margin-bottom: 24px;
}

.removeFromWishlist{
	display: none;
}
.showMore{
	color: black;
	transition: 0.2s all ease-in-out;
}
.showMore:hover{
	color: #27bfc1;
	transition: 0.2s all ease-in-out;
}

li.skuPropertyValue {max-width: 20%; flex: 1 0 20%;}
.product .skuPropertyLink {padding: 4px !important;}