.tab-content .tooltip {
    width: 104px;
    left: 90%;
    bottom: 25px;
    opacity: 0;
    z-index: 99;
    color: #bbb;
    display: block;
    padding: 5px 5px;
    border-radius: 3px;
    text-align: center;
    text-shadow: 1px 1px 2px #111111;
    background: rgba(51, 51, 51, 0.9);
    border: 1px solid rgba(34, 34, 34, 0.9);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    transition: all .2s ease-in-out;
    transform: scale(0);
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.tab-content .tooltip:before,
.tab-content .tooltip:after {
    position: absolute;
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(51, 51, 51, 0.9);
    opacity: 0.8;
    bottom: 4px;
    left: -20%;
}

.tab-content i:hover .tooltip,
.tab-content a:hover .tooltip {
    opacity: 1;
    transform: scale(1);
}

#deals .tooltip {
    left: 12%;
}

#deals .tooltip:before,
#deals .tooltip:after {
    left: 41%;
}

.tooltip {
    width: 104px;
    bottom: 85px;
    left: -40%;
    opacity: 0;
    z-index: 99;
    color: #BBBBBB;
    display: block;
    padding: 5px 5px;
    border-radius: 3px;
    text-align: center;
    text-shadow: 1px 1px 2px #111111;
    background: rgba(51, 51, 51, 0.9);
    border: 1px solid rgba(34, 34, 34, 0.9);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    transition: all .2s ease-in-out;
    transform: scale(0);
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.tooltip:before,
.tooltip:after {
    position: absolute;
    content: '';
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid rgba(51, 51, 51, 0.9);
    bottom: -10px;
    left: 38%;
}

i:hover .tooltip,
a:hover .tooltip {
    opacity: 1;
    transform: scale(1);
    color: #BBBBBB;
}
