@font-face {
    font-family: 'vibes_wishlist';
    src:  url('fonts/icomoon.eot?150afe');
    src:  url('fonts/icomoon.eot?150afe#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?150afe') format('truetype'),
    url('fonts/icomoon.woff?150afe') format('woff'),
    url('fonts/icomoon.svg?150afe#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.matat-wishlist-button {
    position: relative !important;
}

.matat-wishlist-button:before {
    font-family: 'vibes_wishlist' !important;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 18px;
    z-index: 50;
    cursor: pointer;
}

.matat-wishlist-remove:before {
    background: rgba(255, 255, 255, .8);
    color: #7d7d7d;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin: 5px;
    font-size: 13px;
}

