.fix-menu-f{display: none;}

@media (max-width: 768px){

	 .fix-menu-f{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #341237;
  z-index: 99;
  display: block;
}

.fix-f-search{ background: #7d7d7d; padding: 5px 0!important;}
.search-bar-0901{ width: 80%!important; margin-right: 10px; border-radius: 30px!important; height: 30px!important; }

.fix-menu-f ul{ display: flex;    list-style: none; padding: 0; margin: 0; justify-content: space-between; }
.fix-menu-f ul li{ border-right: 1px #5e4661 solid; box-shadow: 1px 0 0 0 rgb(167 161 161); text-align: center;  /*  padding: 0 18px;*/
    margin: auto; flex: 1;}
.fix-menu-f ul li a{     padding: 5px; display: block; font-size: 14px; color: #ffffff;}
.fix-menu-f ul li h4{ color: #ffffff; margin-bottom: unset; font-size: 13px; }
.fix-menu-f ul li:last-child{ border-right:unset; box-shadow:unset; }

	
}