
.wd-wishlist-content:not(.wd-wishlist-preview) .wd-hover-base .wd-wishlist-btn {
	opacity: .3;
	pointer-events: none;
}

.wd-wishlist-content:not(.wd-wishlist-preview) .product-grid-item:not(.wd-hover-base) .wd-wishlist-btn {
	display: none;
}

.wd-wishlist-heading-wrapper {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 10px;
	border-bottom: 1px solid rgba(119, 119, 119, .2);
}

.global-color-scheme-light .wd-wishlist-heading-wrapper {
	border-color: rgba(255, 255, 255, .15);
}

.wd-wishlist-title {
	margin-right: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 18px;
}

.wd-wishlist-share {
	display: flex;
	align-items: center;
}

.wd-wishlist-share>span {
	margin-right: 3px;
	color: #2d2a2a;
	font-weight: 600;
}

.wd-wishlist-share>span:after {
	content: " :";
}

.global-color-scheme-light .wd-wishlist-share>span {
	color: #fff;
}

.wd-button-remove-wrap {
	margin-bottom: 15px;
	transition: all .3s ease;
}

.wd-hover-base:hover .wd-button-remove-wrap {
	z-index: 30;
	transform: translateY(-10px);
}

.wd-empty-wishlist:before {
	content: "";
	font-family: "woodmart-font";
}
