.displayProductButtonFixed {
    .favorites-button {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 8;
        background: none;
        border: none;
        padding: 0;
        color: #333;
        svg {
            width: 14px;
            height: 14px;
        }
        &:hover {
            svg {
                fill: currentColor;
            }
            &:after {
                background: none;
            }
        }
        &.pktopright {
            left: auto;
            right: 15px;
        }
        &:hover,
        &:focus,
        &.icon-active {
            background: none;
            color: #000;
            outline: 0;
        }
        &.in_progress i {
            display: none;
        }
    }
}
