.categorry
{
    position: relative;
}

.categorry .show_pop_up 
{
    position: absolute;
    left: 10px;
    bottom: 10px;
    top: auto;
}
.categorry .smal-cart .show_pop_up 
{
    position: absolute;
    bottom: 10px;
    top: auto;
    left: auto;
    right: 10px;
}