

.favorites-link {
    cursor: pointer;
    margin: 0 auto;
}

.favorites-icon-wrapper {
    margin: 15px;
    display: block;
    position: absolute;
    top: 310px;
    right: 16px;
}

.favorites-icon {
    width: 32px;
    display: inline-block;
}

.favorites-icon svg {
    width: 100%;
    height: auto;
}

@media only screen
and (min-device-width: 640px)
and (max-device-width: 1023px) {
    .favorites-icon {
        width: 24px !important;
    }

    .product-info-wrapper {
        position: relative;
    }

    .favorites-icon-wrapper {
        top: 0;
        left: -93px;
    }
}

@media only screen and (min-device-width: 1024px) {
    .favorites-icon {
        width: 24px !important;
    }

    .product-info-wrapper {
        position: relative;
    }

    .favorites-icon-wrapper {
        top: 0;
        left: -70px;
    }
}
