
#wishlist_products {
	border-left: 1px solid #D9D9D9;
}
#wishlist_products .product_item:first-child {
	border-top: 1px solid #D9D9D9;
}
@media (min-width: 480px) {
	#wishlist_products .product_item:nth-child(-n+2) {
		border-top: 1px solid #D9D9D9;
	}
}
@media (min-width: 768px) {
	#wishlist_products .product_item:nth-child(-n+4) {
		border-top: 1px solid #D9D9D9;
	}
}

@media (min-width: 1400px) {
	#wishlist_products .product_item {
		width: 20%;
	}
	#wishlist_products .product_item:nth-child(-n+5) {
		border-top: 1px solid #D9D9D9;
	}
}





