.uxa-favorites {
    font-size: 28px;
    color: #ffffff;
    width: 33px;
    height: 33px;
    margin: 0;
    position: absolute;
    cursor: pointer;
    right: 24px;
    top: 15px;
}

.uxa-favorites span {
    margin: 0;
    z-index: 999;
    position: absolute;
}

.uxa-favorites span:hover {
    font-weight: 600;
    opacity: 0.8;
}

.uxa-favorites span:active {
    transform: scale(0.93, 0.93) translateY(2px)
}

.uxa-favorites .ring, .uxa-favorites .ring2 {
    opacity: 0;
    background: grey;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 19px;
    left: 18px;
    border-radius: 50%;
    cursor: pointer;
}

.uxa-favorites.active span, .uxa-favorites .active-2 span {
    color: #d60057 !important;
}

.uxa-favorites.active-2 .ring {
    width: 49px !important;
    height: 49px !important;
    top: -11px !important;
    left: -10px !important;
    position: absolute;
    border-radius: 50%;
    opacity: 1 !important;
}

.uxa-favorites.active-2 .ring {
    background: #d60057 !important;
}

.uxa-favorites.active-2 .ring2 {
    background: #fff !important;
}

.uxa-favorites.active-3 .ring2 {
    width: 51px !important;
    height: 51px !important;
    top: -12px !important;
    left: -11px !important;
    position: absolute;
    border-radius: 50%;
    opacity: 1 !important;
}

.uxa-favorites * {
    transition: all 0.32s ease;
}

.uxa-favorites-menu {
    background: #00007b;
    border: 1px solid #00007b;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    overflow: hidden;
}

.uxa-favorites-menu a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uxa-favorites-menu span.fa {
    color: #fff;
    font-size: 22px;
}

.uxa-favorites-menu .count {
    position: absolute;
    right: -7px;
    bottom: -10px;
    background: #d60057;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}
