.haz_item {
    background-image: none;
    color: #000;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 1px 0;
    background-size: auto 30px;
    height: 30px;
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 28px;
}

.tooltip {
    font-size: 11px;
    font-weight: normal;
    color: #ED1A75;
    position: relative;
    width: 150px;
    cursor: pointer;
}

div.pop-up {
    display: none;
    position: absolute;
    width: 280px;
    padding: 10px;
    background-color: #fff;
    color: #000000;
    border: 1px solid #1a1a1a;
    font-size: 90%;
    z-index: 1000;
    top: 775px;
    left: 1255px;
}

.cart.pop-up{
    top: 70px !important;
    left: 350px !important;
}