.product-item .mg-remove-to-favorites,
.product-item .mg-add-to-favorites {
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
}

.h-product__btns .remove__text,
.h-product__btns .add__text {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
}

.h-product__btns .mg-add-to-favorites,
.h-product__btns .mg-remove-to-favorites {
    color: #000;
    margin-right: 15px;
}

.h-product__btns .mg-add-to-favorites i,
.h-product__btns .mg-remove-to-favorites i {
    color: var(--text-color);
}