.shopengine-wishlist.badge.active, .woocommerce .products .product .shopengine-wishlist.badge.active {
	color: #f03d3f;
}

.shopengine-wishlist.badge.active .shopengine-icon-add_to_favourite_1::before, .woocommerce .products .product .shopengine-wishlist.badge.active .shopengine-icon-add_to_favourite_1::before {
	content: "";
}

.shopengine-wishlist .shopengine-remove-action {
	color: #f03d3f;
	font-weight: 700;
	font-size: 1.2em;
	cursor: pointer;
}

.shopengine-wishlist td:last-child, .shopengine-wishlist th:last-child {
	text-align: center;
}

.parent-notification {
	position: fixed;
	right: -372px;
	bottom: 10px;
	-webkit-transition: all .8s;
	transition: all .8s;
	z-index: 99999;
}

.parent-notification .shopengine-wishlist-message {
	background-color: #d4edda;
	padding: 15px 25px;
	color: #28a745;
	border-style: solid;
	border-color: #28a745;
	border-width: 0 0 0 5px;
	border-radius: 5px 0 0 5px;
	-webkit-transition: all .8s;
	transition: all .8s;
	width: 310px;
}

.parent-notification .delete-message {
	background-color: #f8d7da;
	color: #dc3545;
	border-color: #dc3545;
}

.parent-notification.top-right {
	bottom: initial !important;
	top: 10px;
}

.parent-notification.top-right .shopengine-wishlist-message {
	top: 10px;
	bottom: initial;
}

.parent-notification.active {
	right: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.parent-notification p {
	margin: 0;
	line-height: 1.5;
	font-size: 18px;
	font-weight: 600;
}

.top-left {
	right: initial;
	left: -325px;
	top: 10px;
	-webkit-transition: all .8s;
	transition: all .8s;
}

.top-left.active {
	left: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
}

.top-left .shopengine-wishlist-message {
	border-radius: 0 5px 5px 0;
	border-width: 0 5px 0 0;
	-webkit-transition: all .8s;
	transition: all .8s;
}

.bottom-left {
	right: initial;
	left: -325px;
	-webkit-transition: all .8s;
	transition: all .8s;
	top: initial;
	bottom: 10px;
}

.bottom-left.active {
	left: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
}

.bottom-left .shopengine-wishlist-message {
	border-radius: 0 5px 5px 0;
	border-width: 0 5px 0 0;
	-webkit-transition: all .8s;
	transition: all .8s;
}