<!-- Sidebar Ana ve Alt Kategoriler için style-->
<style>
bodyy {
  font-family: "Lato", sans-serif;
}

/* Fixed sidenav, full height */
.sidenav {
  heightt: 100%;
  width: 100%;
  position: fixedd;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  padding-top: 0px;
  border-radius:0px 0px 10px 10px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 1.0em;
  font-weight: 400;
  color: #4f4f4f;
  display: block;
  border: none;
  background: none;

  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #0066ff;
  
}

/* Main content */
.main {
  margin-leftt: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  paddingg: 0px 10px;
}

/* Add an active class to the active dropdown button */
.KategoriGosteren {
  background-color: #91def3;
  
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #d9f3fb;
  border:1px solid #91f3f3;
  border-radius:0 0 10px 10px;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
  color: #818181;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px; }
  .sidenav a {font-size: 0.9em;}
}
</style>
<!--/ Sidebar Ana ve Alt Kategoriler için style-->