	@media (max-width:768px)
{
  .ui-menu {
  z-index:999 ! important;
	list-style: none;
	padding: 0;

	display: block;
	outline: 0;
	 overflow-y:scroll;
	 overflow-x:hidden;
	 	max-height:300px ! important;
	 	max-width:90% ! important;
	 	position:absolute ! important;
  
}
#cat_icon
  {
    display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
  background-color:#f3ff08;
  color:#575555;
  margin-right:8px;
  }
  .m_a
  {
      color:#79797a;
  }
  .m_a:hover
  {
      color:#79797a;
  }
.op_hours
{
    background-color:#d3d3d3;
    border:none;
    color:black;
    border-radius:3px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:8px;
    padding-right:8px;
    margin-right:4px;
}
.active_op
{
  background-color:#3595d6;  
  border:none;
    color:white;
}
.de
{
  color:#3595d6;  
}
.de:hover
{
  color:#3595d6;  
}
  .c_name
  {
      color:#3595d6;
  }
  .c_name:hover
  {
      color:#3595d6;
  }
  .c_categ
  {
      color:#5e6060;
      font-size:11px;
  }
  .c_categ:hover
  {
      color:#5e6060;
      font-size:11px;
  }
  .c_add
  {
      color:black;
      font-size:12px;
      width:80px;
      
  }
  #phone
  {
      display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
  background-color:#3595d6;
  color:white;
  }
  .c_add:hover
  {
      color:black;
      font-size:12px;
      
  }
    .desktop_view
    {
        display:none;
    }
  
  .mob-container
  {
      width:100%;
      height:100%;
      
  }
  .active_td
  {
      border-bottom:1px solid blue;
  }
   .mob-header
   {
       width:100%;
       height:87px;
       background-color:#f3ff08;
   }
  
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: White;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
  border-right:1px solid black;
 
}

.sidenav a {
  padding-top:20px;
  padding-right:32px;
  padding-left:10px;
  padding-bottom:10px;
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  transition: 0.3s;
   border-bottom:1px solid #7f7f7e;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
    .loader {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    display: flex;
    
}

.loader > img {
    width: 100%;
    height:100%;
}
.centered {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader.hidden {
    animation: fadeOut 5s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.thumb {
    height: 100px;
    border: 1px solid black;
    margin: 10px;
}
    
}