#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.9);
  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: "Roboto", sans-serif;
  font-size: 15pt;
  ;
}
.maintext {
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
body {
  background: url('https://www.tacoblanquitasutah.com/coupon/bg.jpg');
}
#popup_content {
  font-family: "Roboto", sans-serif;
  font-size: 15pt;
  text-align: left;
}
#popupfoot {
  font-family: "Roboto", 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-size: cover !important;
  font-family: "Roboto", sans-serif;
  box-shadow: 0 2px 17px 3px #000;
  overflow: hidden;
  height: auto;
}
#boxes #dialog > #popup_content {
  float: left;
  background: url("https://www.tacoblanquitasutah.com/coupon/repaso_logo.png") no-repeat #FFF -20px 200px;
  margin: 0;
  padding: 20px 30px;
  height: 520px;
  width: 100%;
  font-family: "Roboto", sans-serif;
	text-align: center;
}
#boxes h2 {
  font-size: 50px;
  display: block;
  font-family: "Roboto", sans-serif;
  position: relative;
  line-height: 1.2;
  color: #fa6544;
	text-transform: uppercase;
	font-weight: bold;
}
#boxes p {
  color: rgba(92, 92, 92, 1.00);
  font-size: 18px;
  padding: 0 20px;
  font-family: "Roboto", sans-serif;
text-transform: uppercase;
	margin-bottom: 10px;
	
}
#boxes .coupon_text {
  padding: 5px 10px;
  border: 2px dashed #848484;
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
	text-transform: uppercase;
}
#boxes .coupon_text span {
  color: #fa6544;
  font-weight: bold;
}
#boxes .order_button {
  background: #fa6544;
  padding: 14px 50px;
  color: #FFF;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
  width: auto;
  display: inline-block;
  font-weight: bold;
  transition: 0.5s ease-in-out;
}
#boxes .order_button:hover, #boxes .order_button:active, #boxes .order_button:focus {
  background: #333;
  transition: 0.5s ease-in-out;
}
.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;
}
#boxes #popupfoot {
  border: none;
  padding: 0;
  min-height: 0;
  position: relative;
}
#boxes .close {
  padding: 12px 16px 12px;
  font-size: 16px;
  border-radius: 50px;
  background: #6A6A6A;
  color: #FFF;
  border: 2px solid #FFF;
  text-shadow: none;
}
#boxes .close:hover {
  background: #fa6544;
}
@media (max-width: 996px) {
  #boxes .modal-dialog {
    width: 80%;
  }
}
@media (max-width: 768px) {
  #boxes {
    left: 12%;
    top: 6%;
  }
  #boxes #dialog > #popup_content {
    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 {
    font-size: 35px;
  }
  #popup_content > img {
    width: 200px;
  }
}
@media (max-width: 536px) {}