.sidebar {
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  background: white;
  transition: all 250ms ease-in-out;
  z-index: 15;
}

.sidebarlogocontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0px;
  height: 50px; 
}

.boxmiddle {
  width: auto;
  position: fixed;
  z-index: 5;
  height: auto;
}

.sidebarlogo {
  display: block;
  margin: 0 auto;
  position: fixed;
  top: 12px;
  top: 15px;
  right: 5px
}

.sidebarbutton{
  z-index: 5;
  position: fixed;
  height: 100%;
  right: 140px;
}

.orderonlinemenu {
  top: 27px;
  position: fixed;
  display: block;
  margin: 0 auto;
  border: none;
  color: white;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  cursor: pointer;
  background: black;
  border: 1px solid black;
  border-radius: 30px;
  transition: 0.3s;
  z-index: 2;
}



.buttonbox {
  display: flex;
  align-items: center; 
  justify-content: center;
}

.sidebarlogo {
  height: 50px;
  position: relative;
  object-fit: scale-down;
}

.sidebar .openbutton {
  position: absolute;
  top: 20px;
  right: -65px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.openbutton {
  position: absolute;
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 34px;
  cursor: pointer;
  background: transparent;
  border: 2px solid white;
  border-radius: 10px;
  transition: 0.3s;
  z-index: 7;
}

.openbutton:hover {
  background-color: black;
  color: white;
}

.sidebar .openbutton span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: black;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
}

.sidebar .openbutton:hover span {
  background: transparent;
}

.sidebar.active {
  z-index: 7;
  left: 0px;
  overflow-x: none;
  overflow-y: none;
  max-width: 100vh;
}

.closebutton {
  height: 45px;
  position: relative;
}

.closecontainer {
  position: relative;
  text-align: right;
  top: 20px;
}

.closebutton {
  right: 25px;
  border: none;
  color: black;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
  background: transparent;
  border: 1px solid black;
  border-radius: 50px;
  transition: 0.3s;
  z-index: 2;
}

.closebutton:hover {
  background-color: black;
  color: white;
}

.buttons_list nav {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.buttons_list nav ul {
  list-style: none;
  position: relative;
  background-color: white;
  overflow: hidden;
  color: white;
  line-height: 50px;
  padding: 0.25rem;
  text-align: center;
  transition: ls;
}

.buttons_list {
  position: relative;
  top: 50px;
}

.buttonlayout {
  border: none;
  color: black;
  padding: 10px 35px;
  text-align: center;
  text-decoration: none;
  font-size: 32px;
  cursor: pointer;
  background: transparent;
  transition: 0.3s;
  z-index: 2;
}

.buttonlayout:hover {
  background-color: whitesmoke;
  color: black;
  border-radius: 50px;
}

/*  Created, Managed, and Owned by Gabrielius Gintalas */