body {
  background-color: #e2e8f0;
}

.container-mobile {
  background-color: white;
  max-width: 500px;
  width: 100%;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.menus {
  padding: 1rem;
}

.menu-group .menu-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.menu-item {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.btn-add {
  position: absolute;
  bottom: 15px;
  right: 7px;
}

.btn-cart {
  max-width: 470px;
  margin-left: 1rem;
  width: calc(100% - 2rem);
  position: fixed;
  bottom: 15px;
}

#cart-item tbody tr:first-child td {
  border-top: unset!important;
}

#cart-item tr td:first-child,
#cart-item tr th:first-child, 
#invoice tr td:first-child,
#invoice tr th:first-child {
  padding-left: 0;
}

#cart-item tr td:last-child,
#cart-item tr th:last-child,
#invoice tr td:last-child,
#invoice tr th:last-child {
  padding-right: 0;
}
#total {
    width: 100%;
}