.woocommerce .wishlist-title h2 {
	padding: 0;
}
.wishlist-title.wishlist-title-with-form h2:hover {
	background: transparent;
}
.woocommerce .yith-wcwl-form .button {
	background: var(--zrg-btn-bg);
	color: var(--zrg-btn-color);
	font-weight: 500;
	border-radius: var(--zrg-btn-br);
	display: inline-block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	margin-left: 20px;
}
.woocommerce .yith-wcwl-form .button i {
	font-size: 17px;
	margin-right: 5px;
	vertical-align: top;
	margin-top: 1px;
}
.woocommerce .yith-wcwl-form .button:hover {
	background-color: var(--zrg-btn-bg-hover);
	color: var(--zrg-btn-color-hover);
}
.yith-wcwl-form .hidden-title-form input {
	font-size: 30px;
	background: transparent;
	border: 1px solid var(--zrg-secondary-color-inverse);
	color: var(--zrg-secondary-color-inverse);
	padding: 9px 26px;
	border-radius: 50px;
}
.hidden-title-form .edit-title-buttons {
	right: 16px;
}
.yith-wcwl-form .hidden-title-form {
	margin-top: 0;
}
.woocommerce .yith-wcwl-form table.shop_table {
	border-collapse: collapse;
	border: 1px solid rgb(255 255 255 / 20%);
}
.woocommerce.yith-wcwl-form {
	padding: var(--zrg-padding);
	padding-top: 0;
}
.woocommerce .yith-wcwl-form table.shop_table th, .woocommerce .yith-wcwl-form table.shop_table td {
	border: 1px solid rgb(255 255 255 / 20%);
	padding: 18px 20px;
}
.woocommerce .yith-wcwl-form table.shop_table th {
	text-align: center;
	font-size: 18px;
}
.woocommerce .yith-wcwl-form table.shop_table th:nth-child(3) {
	text-align: left;
}
.woocommerce .yith-wcwl-form table.shop_table th:nth-child(1), .woocommerce .yith-wcwl-form table.shop_table th:nth-child(2) {
	border: 0;
}
.woocommerce .yith-wcwl-form table.shop_table td:nth-child(2) img {
	width: 80px;
}
.woocommerce .yith-wcwl-form table.shop_table td:nth-child(2), .woocommerce .yith-wcwl-form table.shop_table td:last-child {
	padding: 0;
}
.wishlist_table .product-stock-status span.wishlist-in-stock {
	color: var(--zrg-primary-color);
}
.wishlist_table .product-add-to-cart a {
	background-color: var(--zrg-btn-bg);
	color: var(--zrg-btn-color);
	border-radius: var(--zrg-btn-br);
	padding: 10px 21px;
	font: var(--zrg-text2);
	display: inline-block !important;
	margin: 0 !important;
	position: relative;
	overflow: hidden;
}
.wishlist_table .product-add-to-cart a:hover {
	background-color: transparent;
	color: var(--zrg-btn-color-hover);
}
.wishlist-empty {
	padding: 20px 0 !important;
	font: var(--zrg-text1);
}
.wishlist_table .product-add-to-cart a:after {
	content: "";
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: var(--zrg-btn-bg-hover);
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	z-index: -1;
}

.wishlist_table .product-add-to-cart a:hover:after {
	width: 100% !important;
	height: 100% !important;
}
@media (max-width: 992px) {
	.woocommerce .yith-wcwl-form table.shop_table td:last-child {
		width: 190px;
	}
}
@media (max-width: 768px) {
	.wishlist_table.mobile li:not(:last-child) {
		padding-bottom: 30px;
		margin-bottom: 50px;
		border-bottom: 1px solid #868686;
	}
	.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
		text-align: left;
		margin-top: 20px;
	}
	.wishlist_table.mobile li .additional-info-wrapper .product-remove {
		position: absolute;
		top: 10px;
		right: 20px;
		transform: scale(1.3);
	}
	.wishlist_table.mobile {
		padding: 0;
	}
	.wishlist_table.mobile li {
		position: relative;
	}
	.woocommerce .yith-wcwl-form .button {
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 576px) {
	.woocommerce .yith-wcwl-form .button {
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 0;
	}
	.woocommerce .wishlist-title h2 {
		width: 100%;
	}
}
