#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none
}
#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center
}
#boxes #dialog {
  width: 600px;
  height: auto;
  padding: 0;
  background-color: #fff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt
}
.maintext {
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none
}
body {
  background: url(bg.jpg)
}
#lorem {
  font-family: "Segoe UI", sans-serif;
  font-size: 12pt;
  text-align: left
}
#popupfoot {
  font-family: "Segoe UI", sans-serif;
  font-size: 16pt;
  padding: 10px 20px
}
#popupfoot a {
  text-decoration: none
}
.agree:hover {
  background-color: #d1d1d1
}
.popupoption:hover {
  background-color: #d1d1d1;
  color: green
}
.popupoption2:hover {
  color: red
}
#boxes #dialog {
  background: url(img/modal.webp);
  background-size: 100% auto;
  border: 4px solid #ffca47;
  font-family: inherit;
  box-shadow: 0 2px 17px 3px #000;
  overflow: hidden;
  height: auto
}
#boxes h2 {
  font-size: 35px;
  width: 100%;
  text-align: center;
  color: #fff;
  outline-color: #ffca47;
  font-family: Montserrat;
  margin-top: 60px
}
#boxes h2 > span.res {
  font-family: "Paytone One", sans-serif;
  font-size: 45px;
  color: #ffca47
}
#boxes h2 > span.open {
  text-transform: uppercase;
  font-weight: 700
}
#boxes p {
  color: #fff;
  margin-top: 10px;
font-size: 20px;
	font-weight: 500;
}
.modal-header {
  border: none;
  padding: 0;
  min-height: 0;
  position: relative
}
#boxes .close {
  color: #fff;
  opacity: .9;
  margin: 10px 10px 0;
  position: absolute;
  right: 0;
  z-index: 1500
}
button.close {
  padding: 4px 8px
}
#boxes #dialog > #lorem {
  float: left;
  background: rgba(0, 0, 0, .8);
  margin: 0;
  padding: 40px 30px;
  height: 400px;
	width: 100%;
}
#boxes #popupfoot {
  border: none;
  padding: 0;
  min-height: 0;
  position: relative
}
#boxes .close {
  padding: 6px 12px 12px;
  font-size: 14px;
  border-radius: 50px;
  background: #000;
  color: #fff;
  border: 2px solid #fff
}
#boxes .close:hover {
  padding: 6px 12px 12px
}
#boxes h3 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-top: 30px
}
#boxes h3 a {
  font-family: Montserrat;
  color: #ffca47;
  font-size: 25px;
  display: block;
  margin-top: 10px
}
#boxes .dine-in {
  font-weight: 700
}
@media (max-width:768px) {
  #boxes {
    left: 12%;
    top: 6%
  }
  #boxes #dialog > #lorem {
    height: auto;
    width: 100%
  }
  #boxes h2 {
    margin-top: 0
  }
  #boxes #dialog {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 90%
  }
  #boxes h2 > span.res {
    font-size: 40px
  }
  #boxes h2 {
    font-size: 20px
  }
}
@media (max-width:996px) {
  #boxes .modal-dialog {
    width: 80%
  }
}