@charset "utf-8";
/* CSS Document */

.siralama_type_m {
    display: none;
}
.urunlist_hr{
    display: none;

}
.urun_bulunamadi{
    text-align: center;
    margin-bottom: 5%;
    margin-top: 5%;
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
    .siralama_type_pc {
        display: none!important;
    }
    .siralama_type_m{
        display: block;
    }
    .urun_search{
        width: 100%;
        min-width: 204%!important;
    }
    .urunlist_hr{
        display: block;
        background-color: #909090;
        opacity: 0.1;
    }

}