body {
  background-color: #161616;
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: none;
  text-indent: -9999px;
  background: url("https://blog.reaccionestudio.com/wp-content/uploads/2013/07/icon_top.png")
    no-repeat;
}

#menuBody {
  margin-top: 3rem;
}

#menuBody .card {
  background-color: transparent !important;
  color: white;
  padding-bottom: 3rem;
  border: none !important;
}

#menuBody .card-body {
  margin-top: 1rem;
  padding: 0% !important;
}

#menuBody .card-title {
  color: #bed631;
}

#titleCard {
  max-width: 77%;
}

.price {
  font-size: x-large;
  float: right;
  color: #d2212a;
}

.price1 {
  font-size: x-large;
  float: right;
  margin-top: -3.7rem;
  color: #d2212a;
}

.offcanvas-body {
  overflow-y: auto !important;
}

#offcanvas .nav-link:hover {
  color: #bed631;
}

#offcanvas .nav-link.active {
  color: #bed631;
}

#offcanvas .nav-link {
  font-size: 17px;
}

#offcanvas .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.082);
  padding: 5px;
}

#titleCanvasHtml {
  color: #bed631;
  font-size: xx-large;
}

#logo {
  right: 0rem;
  top: 20px;
  background-color: #161616;
  border-radius: 10px;
}

.logo {
  width: 66px;
}

#logoCanvas {
  margin-bottom: 2rem;
  max-width: 100px;
}

#navbarNav .nav-link {
  color: white;
  font-size: 20px;
  font-weight: lighter;
}

#navbarNav .nav-link:hover {
  color: #bed631;
}

#navTheMenu .navbar-collapse {
  flex-grow: 0 !important;
}

#close {
  background-color: white;
  opacity: 0.3;
}

#navbarNav .dropdown-menu {
  background-color: #d2212a;
  border: white solid 1px;
}

#offcanvas .dropdown-menu {
  background-color: #d2212a;
  border: white solid 1px;
}

#navbarNav .dropdown-item {
  color: white;
}

#offcanvas .dropdown-item {
  color: white;
}

#navbarNav .dropdown-item:hover {
  color: #bed631;
  background-color: transparent !important;
}

#offcanvas .dropdown-item:hover {
  color: #bed631;
  background-color: transparent !important;
}

.btnModal {
  background-color: #d2212a;
  border-color: #d2212a;
}

.btnModal:hover {
  background-color: #bed631;
  border-color: #bed631;
  color: black;
}

.btnModal:focus {
  background-color: #d2212a;
  border-color: #d2212a;
  box-shadow: 0 0 0 0.25rem #d2212a69;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  background-color: #d2212a;
  border-color: #d2212a;
  box-shadow: 0 0 0 0.25rem #d2212a69;
}

.modal-body {
  background-color: #000000;
}

.modal-header {
  background-color: black;
  color: #bed631;
  border-bottom: solid 1px #d2212a;
}

.modal-footer {
  border-top: none !important;
  background-color: black;
}

.modal-header .btn-close {
  background-color: white;
}

.modal-dialog-scrollable .modal-content {
  border-color: white;
  /*box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.301);*/
}

.table > :not(caption) > * > * {
  padding: 0% !important;
}

/* #orderOnline {
  padding-left: 3rem;
} */

#titleOrderOnline {
  background-color: #bed631;
  padding: 10px;
  border-radius: 30px;
  color: #000000;
  font-weight: bold;
}

.navbar > .container-fluid {
  padding-right: 0 !important;
}

.section-simple-list-border {
  /* padding: 0.5rem 0.5rem 0.5rem 0.5rem; */
  border: 1px solid #d2212a;
  display: flex;
  justify-items: center;
}

.section-simple-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 25px;
  width: 100%;
  /* flex-direction: column; */
}

.section-simple-list li {
  min-width: 330px;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-left: 50px;
  align-items: center;
}

.section-simple-list-title {
  color: #aed631;
  font-weight: 600;
  font-size: 1.25rem;
}

.section-simple-list-price {
  color: #d2212a;
  font-weight: bolder;
  font-size: 1.5rem;
  /* padding-left: 10px; */
}

@media (max-width: 400px) {
  .section-simple-list li {
    min-width: 300px;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
  }
}

.list-unstyled-toppings {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-around;
}

.list-unstyled-toppings li {
  min-width: 250px;
  display: flex;
  justify-content: space-around;
  padding-top: 15px;
}

.list-unstyled-toppings-container {
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
}
