

/* BU ALTTAKİ İPTAL EDİLEN KODLAR İCONLARI YUKARI ÇEKER ÜST BOŞLUGU ALIR AMA DİĞER SAYFALARDA AYAR BOZULUYOR*/

/* @media screen and (max-width:850px) { */
 /*  section.mobile-bar #menu-list .list-item a i { */
   /*  height: auto; Yüksekliği otomatik hale getir */
   /*  line-height: normal; Satır yüksekliğini normalleştir */
   /*  margin-top: -40; Üst boşluğu kaldır */
   /*  font-size: 1.8em; Font boyutunu biraz küçültmek isterseniz */
/*   } */
/* } */





/* ALT BAR  şuan işlevlidir  */
@media screen and (max-width:850px) { 
.altbar-m{ 
} }

@media screen and (min-width:850px) { 
.altbar-p { 
display:none;     
} }
/* ALT BAR  şuan işlevlidir  */















@media screen and (max-width:850px) { 
section.mobile-bar {
  z-index: 11;
  box-shadow: 0 0 5px #13131361;
  position: fixed;
  bottom: 1px; /* ALTA YANAŞTIRIR*/
  left: 18px;
  width: calc( 101% - 40px );/* YANDAN YANA BOY*/
  border-radius: 3em 3em  0em 0em ;
  overflow: hidden;
  transition: all 0.3s linear;/* KAYBOLDUKTAN SONRA TEKRAR ORTAYA ÇIKIŞ SÜRESİ*/
  background: #ffffff;
  
}
}



section.mobile-bar.scroll-hide{
display: none;
}
@media screen and (max-width:850px){
section.mobile-bar.scroll-hide{
display: block;
  bottom: -120px;
  transition: all 1s linear;
  
}
}





section.mobile-bar #menu-list{
display: none;
}
@media screen and (max-width:850px){
section.mobile-bar #menu-list{
display: block;
  width: 100%;
  display: flex;
  position: relative;
  text-align: center;
  
}
}





section.mobile-bar #menu-list .list-item {
display: none;
}
@media screen and (max-width:850px){
section.mobile-bar #menu-list .list-item {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  
}
}






section.mobile-bar #menu-list .list-item a {
display: none;
}
@media screen and (max-width:850px){
section.mobile-bar #menu-list .list-item a {
display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  margin: 10px auto;
  
}
}









section.mobile-bar #menu-list .list-item a img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  vertical-align: text-top;
  border-radius: 3px;
  margin-bottom: 7px;
  margin-top: 7px;
}







section.mobile-bar #menu-list .list-item a i  {
display: none;
}
@media screen and (max-width:850px){
section.mobile-bar #menu-list .list-item a i  {
display: block;
  height: 35px; /* BAR YÜKSEKLİĞİ*/
  line-height: 40px;
  font-size: 2em;
  margin-bottom: 10px;
}
}






section.mobile-bar #menu-list .list-item a .list-item-title {
display: none;
}
@media screen and (max-width:850px){
section.mobile-bar #menu-list .list-item a .list-item-title {
display: block;
font-size: 10px; /* YAZI FONTLARI*/
}
}





section.mobile-bar #menu-list .list-item a span  {
display: none;
}
@media screen and (max-width:850px){
section.mobile-bar #menu-list .list-item a span  {
  background: #53b9cc;
  position: absolute;
  top: 5px;
  height: 8px;
  display: block;
  left: 55%;
  border-radius: 2px;
  width: 8px;

}
}



section.mobile-bar #menu-list .list-item:active:before {
  content: "";
  width: 70%;
  height: 100px;
  position: absolute;
  box-shadow: 0 0 10px #00000059;
  border-radius: 100%;
  
}


section.mobile-bar #menu-list .shadowwwww {/* HATAYI YOK ETMEK İÇİN SHADOW İPTAL*/
  width: 17%;
  height: 100px;
  position: absolute;
  left: 0;
  top: -30px;
  transition: 500ms all ease;
  box-shadow: 0 0 10px #00000059;
  border-radius: 100%;
  background: #f8f8f8;
}




@media screen and (max-width: 50em) {
  section.mobile-bar .list-item a {
    margin: 2px auto !important;
  }
  section.mobile-bar .list-item a i {
    font-size: 20px !important;
    margin-bottom: 2px !important;
  }
}