@media only screen and (min-width: 1600px){
    .malzemelerContainer ul{
        max-height: calc(100vh - 300px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .modal#hazirUrunler .hazirUrunKategoriler::-webkit-scrollbar{
        height: 0px;
    }
    .navbar-left .navbar-brand svg, .navbar-left .navbar-brand img{
        max-height: 45px;
    }
    .navbar-right__menu > li .dropdown-custom{
        margin: 5px;
    }
    .dropdown-custom .dropdown-wrapper{
        top: 50px;
    }
}


@media only screen and (max-width: 576px) {
    .w-sm-100{
        width: 100% !important;
    }
}
