.wishlist-items-wrapper a {
	font-weight: bold;
}

.shop_table.wishlist_table .product-price,
.shop_table.wishlist_table .product-stock-status {
	width: 16%;
}

.wishlist-title h2 {
	font-size: 35px;
}

.wishlist_table thead {
	padding: 20px 10px;
	border-bottom: 1px solid #eeeeee;
}

@media (min-width: 768px) {
	.product-add-to-cart .add_to_cart_button {
		width: 100%;
	}
}

@media (max-width: 479px) {
	.product-add-to-cart .add_to_cart_button {
		width: 100%;
	}
}
