.favourite {
    right: 0;
    bottom: 0;
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    width: 32px !important;
    height: 32px !important;
}

.favourite--open {
    visibility: visible;
}

.favourite--open .favourite__count {
    opacity: 1;
}

.favourite--open:hover {
    opacity: .9;
}

.favourite__text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.favourite__text svg {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    fill: #000;

}

.favourite__count {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 10px;
    opacity: 0;
}