#fixed_menu {
    position: fixed;
    z-index: 999;
    display: none;
    /*bottom: 0px;*/
    margin-bottom: 0px;
}
#stock {
    position: absolute;
    top: 20px;
    /* Yukarıdan mesafe */
    left: 50px;
    /* Soldan mesafe */
    z-index: 1000;
    /* Önde olmasını sağlar */
    padding: 5px;
    border-radius: 5px;
}