#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: 700px;
  height: auto;
  padding: 0;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext {
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
#lorem {
  font-family: "Segoe UI", sans-serif;
  font-size: 15pt;
  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(assets/images/popup_bg.jpg);
  background-size: cover !important;
  border: 4px solid #cdaa7c;
  font-family: inherit;
  box-shadow: 0 2px 17px 3px #000;
  overflow: hidden;
  height: auto;
}
/*#myModal .modal-content:before{content: ""; position: absolute; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8);}*/
#boxes h2 {
  font-size: 26px;
  width: 100%;
  text-align: center;
  color: #FFF;
  outline-color: #cdaa7c;
  font-family: "Poppins";
  margin-top: 100px;
  text-transform: none;
}
#boxes h2 > span {
  color: #cdaa7c;
  font-family: "Satisfy-Regular";
  text-transform: none;
  font-size: 30px;
  padding-bottom: 10px;
  display: block;
}
#boxes h2 > .big-font {
  font-size: 35px;
  display: block;
  font-family: "Yeseva One";
  position: relative;
  margin-top: 0;
  line-height: 0.3em;
  padding: 20px 0 40px;
}
/*#boxes h2 > .big-font:before{content: ""; position: absolute; height: 2px; width: 50%; background-color: #cdaa7c; bottom: 10px; left: 25%;}*/
/*#boxes h2 > .big-font:after{content: ""; position: absolute; height: 2px; width: 50%; background-color: #cdaa7c; top: 0; left: 25%;}*/
#boxes h2 > em {
  font-size: 18px;
  font-weight: normal;
}
#boxes p {
  color: #FFF;
  margin-top: 10px;
  font-size: 20px;
}
.modal-header {
  border: none;
  padding: 0;
  min-height: 0;
  position: relative;
}
#boxes .close {
  color: #FFF;
  opacity: 0.9;
  margin: 10px 10px 0;
  position: absolute;
  right: 0;
  z-index: 1500;
}
button.close {
  padding: 4px 8px;
}
/*#myModal .modal-logo{ width: 200px; height: auto; float: none;}*/
/*#myModal .modal-body{text-align: center; padding: 0; height: auto;}*/
#boxes #dialog > #lorem {
  float: left;
  background: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 40px 30px;
  height: 450px;
  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;
  text-shadow: none;
}
#boxes .close:hover {
  padding: 6px 12px 12px;
  background: #cdaa7c;
}
#boxes h3 {
  text-align: center;
  font-size: 20px;
  color: #FFF;
  margin-top: 30px;
}
#boxes h3 a {
  font-family: 'Montserrat';
  color: #cdaa7c;
  font-size: 25px;
  display: block;
  margin-top: 10px;
}
#boxes .dine-in {
  font-weight: bold;
}
#boxes hr {
  width: 126px !important;
  background-color: #FFF !important;
}
@media (max-width: 768px) {
  #boxes {
    left: 12%;
    top: 6%;
  }
  #boxes #dialog > #lorem {
    height: auto;
    width: 100%;
    padding: 80px 0;
  }
  #boxes h2 {
    margin-top: 0;
    font-size: 20px;
  }
  #boxes #dialog {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 90%;
  }
  #boxes h2 > span.res {
    font-size: 24px;
  }
  #boxes h2 > .big-font {
    font-size: 55px;
  }
}
@media (max-width: 996px) {
  #boxes .modal-dialog {
    width: 80%;
  }
}
@media (max-width: 536px) {
  #boxes h2 > .big-font {
    font-size: 30px;
  }
}