.products article .ets-wishlist-button-add.left {
    left: px!important;
    top: px!important;
}

.products article .ets-wishlist-button-add.right {
    right: px!important;
    top: px!important;
}

.ets-wishlist-button-add:not(.view_page) {
    background-color: #ffffff!important;
}

.ets-wishlist-button-add:not(.view_page):hover {
    background-color: #f9f9f9!important;
}

.ets-wishlist-button-add:not(.view_page):not(.delete_wishlist) svg {
    color: #7a7a7a!important;
    fill: #7a7a7a!important;
}

.ets-wishlist-button-add.delete_wishlist svg path {
    stroke: red !important;
}

.ets-wishlist-button-add.delete_wishlist svg path {
    color: #ff0000!important;
    fill: #ff0000!important;
}