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

/* Wishlist table */
.wishlist-item-thumbnail-wrapper {
	position: relative;
}

.wishlist-item-thumbnail-wrapper a:first-child {
	line-height: 0;
	display: block;
}

.wishlist-item-thumbnail-wrapper img {
	width: 100%;
	height: auto;
}

.shop_table.wishlist_table .product-thumbnail {
	width: 8%;
	min-width: 80px;
}

.shop_table.wishlist_table .product-name {
	width: 30%;
}

.remove_from_wishlist {
	top: -10px !important;
	right: -10px !important;
}

/* Sharing */
.yith-wcwl-share {
	padding: 20px 10px;
	border-top: 1px solid #eeeeee;
}

.yith-wcwl-share-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.share-button a:not(.email) i {
	font-family: 'Font Awesome 5 Brands';
}

.yith-wcwl-share li {
	display: inline-block;
	margin-right: 10px;
}

.yith-wcwl-share li a {
	font-size: 16px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}

@media(hover:hover) {
	.yith-wcwl-share li a:hover {
		text-decoration: underline !important;
	}
}

/* Wishlist title */
.wishlist-title-container {
	margin-bottom: 20px;
}

.wishlist-title {
	display: inline-block;
}

.wishlist-title h2 {
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
}

.wishlist-title-with-form .button {
	opacity: 0;
	cursor: pointer;
	padding: 10px 30px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: bold;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}

.wishlist-title-with-form:hover .button {
	opacity: 1;
}

.hidden-title-form {
	display: none;
}

.hidden-title-form .edit-title-buttons {
	display: inline-block;
}

.hidden-title-form input {
	padding: 5px 10px;
	margin-right: 10px;
	border: 1px solid #eeeeee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.7em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.edit-title-buttons a {
	font-size: 18px;
}

.edit-title-buttons a.save-title-form {
	color: #008000;
}

.edit-title-buttons a.hide-title-form {
	color: #ff0000;
}

.edit-title-buttons a:first-child {
	margin-right: 5px;
}

/* Variation */
.product-name .variation {
	margin-bottom: 0;
	margin-top: 5px;
}

.product-name .variation dd:not(:last-child) {
	margin-bottom: 5px;
}

.product-name .variation dd {
	margin-left: 0;
}

/* Wishlist empty */
.wishlist-empty-page {
	text-align: center;
}

.wishlist-empty-page .icon {
	font-size: 100px;
}

.wishlist-empty-page .wishlist-empty {
	margin-top: 10px;
	padding-bottom: 30px;
}

/* Recently viewed products */
.recently-viewed {
	margin-bottom: 50px;
}

/* Desktop */
@media (max-width: 1405px) {}

/* Tablet */
@media (max-width: 980px) {

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

/* Smartphone */
@media (max-width: 768px) {
	.woocommerce .shop_table.wishlist_table .product-thumbnail {
		max-width: 120px;
		margin: 0 auto;
	}
}

/* Smartphone medium */
@media (max-width: 479px) {}
