.productWarehouses .warehouse {
    position: relative;
}
.productWarehouses .warehouse .warehouse-qty {
    position: absolute;
    top: -62px;
    background: #FFFFFF;
    padding: 10px;
    min-width: 120px;
    z-index: 1;
    box-shadow: 0px 0px 4px #000;
    color: #000;
    border: 2px solid #ccc;
    border-radius: 4px;
    line-height: 13px;
}