@media (max-width: 1200px) {
} /* End  1200px */

@media (max-width: 990px) {
} /* End  990px */

@media (max-width: 770px) {
} /* End  770px */

@media (max-width: 500px) {
} /* End  500px */

@media (min-width: 500px) {
  header:after {
    right: 0;
    bottom: -9px;
  }
  
  .bar_Bottom {
    margin: 0 auto;
}

  .wifiInfo {
    padding-top: 6%;
}

  .jobsTime {
    bottom: 95px;
    left: 23%;
  }

  .cart {
    bottom: 114px;
    left: 34%;
  }

  .menuitem a {
    justify-content: flex-start;
}

  .menuitem h2 {
    margin-right: 150px;
  }

  .maincontent {
    margin-top: 0;
  }

  .language {
    bottom: 76px;
  }
  .ulMenuList {
    flex-wrap: inherit;
    width: 100vw;
    display: flex;
    width: 600px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 30px;
    text-align: center;
  }
  ul#customScrollbar a {
    width: max-content;
    display: flow;
  }
  

} /* End  500px */

@media (max-width: 400px) {
} /* End  400px */

@media (min-width: 990px) and (max-width: 1200px) {
} /* End  990px to 1200px */

@media (min-width: 770px) and (max-width: 990px) {
} /* End  770px to 990px */
