@media only screen and (min-width : 0px) and (max-width:500px)
{
  :root {
  --mobil-menu-genisligi: 100%;
  }
}
@media only screen and (min-width : 501px) and (max-width : 1000px) 
{
  :root {
  --mobil-menu-genisligi: 100%;
  }
}

.nav-level-1 {
	overflow:hidden;
}

.nav-top .hamburger {
  margin-left: auto;
  color: #fff;
  cursor: pointer;
}

.nav-drill {
  transform: translateX(-100%);
}

.nav-is-toggled .nav-drill {
  transform: translateX(0);
}
.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}

.nav-drill {
  display: flex;
  position: fixed;
  z-index: 1101;
  top: 60px;
  left: 0;
  width: var(--mobil-menu-genisligi);
  height: 100%;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-items {
  flex: 0 0 100%;
}
.nav-item {
	text-align: left;
	cursor:pointer;
}
.nav-item:not(:last-child) {
  border-bottom: solid 1px #ccc;
}
.nav-link {
  display: block;
  padding: 0.875em 1em;
  background-color: #fff;
  color: #000;
  font-size: 0.8rem;
  line-height: 2.2em;
  font-weight: 300;
}
.nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
 /* height: 100%;*/
  transform: translateX(-100%);
  background-color: #daf9f4;
  transition: 0.3s;
  visibility: hidden;
  overflow:hidden;
}
.nav-expand-content .nav-item:not(:last-child) {
  border-bottom: solid 1px #000;
}
.nav-expand-content .nav-link {
  background-color: #000;
}
.nav-expand-content .nav-back-link {
  display: flex;
  align-items: center;
  background-color: #000 !important;
  color: #fff;
}
.nav-expand-content .nav-back-link::before {
  content: "chevron_left";
  margin-right: 0.5em;
  font-family: "Material Icons";
  color:#ff9300;
}
.nav-expand-link {
  display: flex;
  justify-content: space-between;
}
.nav-expand-link::after {
  content: "chevron_right";
  flex: 0 1 auto;
  font-family: "Material Icons";
}
.nav-expand.active > .nav-expand-content {
  transform: translateX(0);
  visibility: visible;
  /*height: 127vw;*/ /*Aşağıda kalanların gözükmemesi için geçici çözüm*/
}
.nav-expand .nav-expand-content {
  background-color: #fff;
}
.nav-expand .nav-expand-content .nav-link {
  background-color: #fff;
}
.nav-expand .nav-expand-content .nav-expand-content {
  background-color: #fff;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-link {
  background-color: #fff;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #fff;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
  background-color: #fff;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #fff;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
  background-color: #fff;
}


#navigasyon_ici_list
{
	display: flex;
	overflow-x:auto;
	overflow-y:hidden;
    white-space: nowrap;
    padding: 0;
    list-style-type: none;
    -ms-overflow-style: none; /* Internet Explorer ve Edge */
    scrollbar-width: none; /* Firefox */
	-webkit-overflow-scrolling: touch; /* iOS cihazlarda düzgün kaydırma için */
}

/* Chrome, Safari ve diğer WebKit tarayıcıları */
#navigasyon_ici_list::-webkit-scrollbar {
    display: none; /* Kaydırma çubuğunu gizler */
}

#navigasyon_ici_list li {
	display: inline-block;
	color:#ff9300;
}

#navigasyon_ici_list > li:not(:last-child) {
	padding-right:10px;
}


#navigasyon_ici_list > li::before {
	padding-right:10px;
}

#navigasyon_ici_list > li:last-child {
	display:none;
}