	.woocommerce {
	table.wishlist_table {
		margin-bottom: 60px;

		tr td {
			padding: 10px 0;
			margin: 0;
			font-size: $font_small-size;
			border-top: 1px solid #ebebeb;

			&.product-add-to-cart {
				width: 240px;
				padding: 10px 25px;

				> a.btn {
					border-radius: 50px;
					padding: 16px 25px 13px;
					display: inline-block !important;
					line-height: 1.2;

					&:hover {
						background: transparent;
					}
				}
			}

			&.product-stock-status {
				font-size: $font_small-size;
			}

			&.product-remove {
				text-align: right;
				padding-right: 0;
			}

			&.product-price {
				del, ins {
					float: none;
				}
			}

			&.wishlist-empty {
				font-size: $font_small-size;
				padding: 30px 0;
			}

			a.remove-link {
				color: #888;
				font-size: 18px;

				&:hover {
					background: transparent;
					color: #ec6060;
				}
			}
		}

		tfoot {
			td {
				border: none;
			}

			h3 {
				font-size: 18px;
			}

			.yith-wcwl-share {
				margin-top: 40px;
			}

			.socialbar {
				display: inline;
				margin-left: 15px;
				vertical-align: 2px;

				a {
					background-image: none;
					border: 1px solid;
					margin: 0;
				}
			}
		}
	}
}

#yith-wcwl-form {
	margin-top: 50px;
}

#yith-wcwl-popup-message {
	opacity: 0;
	display: none;
}