@media only screen and (max-width: 600px) {
  .col-md-flex-3 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    position: relative;
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .col-md-flex-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .side-nav {
    left: -250px;
    width: 250px;
    transition: all 0.3s;
  }

  .side-nav span{
    font-size: 13px;
  }

.side-nav-anasayfa{background-image:url("../../img/back-building-menu.png");background-color: rgb(32, 37, 43);}
  .baslik img {
    display: none;
  }
  .logo {
    width: 220px;
  }
  .baslik:first-of-type {
    margin-top: 45px;
  }
  .side-nav ul:last-of-type {
    width: 250px;
  }
  .side-nav-show {
    left: 0 !important;
  }
  .page-wrapper {
    margin: 0;
    width: 100%;
  }
  .extend {
    margin-bottom: 50px !important;
  }
  .alt-butonlar {
    padding: 0 10px;
    justify-content: center;
  }
  #mobil-top {
    display: flex;
  }
  .hide-footer {
    display: none !important;
  }
  .kategori-liste {
    display: none;
  }
}
