@charset "UTF-8";
/* line 2, app/assets/stylesheets/DominosTheme.scss */
html, div, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial;
  font-weight: 400;
}

/* line 10, app/assets/stylesheets/DominosTheme.scss */
html {
  width: 100%;
  height: 100%;
}

/* line 15, app/assets/stylesheets/DominosTheme.scss */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/* line 21, app/assets/stylesheets/DominosTheme.scss */
html, body {
  background: #f7f7f7;
}

/* line 25, app/assets/stylesheets/DominosTheme.scss */
.clear {
  clear: both;
}

/* line 30, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .title-trap {
  border-bottom: 50px solid #006496;
  border-right: 0px solid transparent;
  height: 0;
  width: 1000px;
  position: absolute;
  top: -50px;
  left: -2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
}

/* line 44, app/assets/stylesheets/DominosTheme.scss */
.logo {
  display: none;
}

/* line 47, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .title-trap .logo {
  position: absolute;
  width: 79px;
  height: 79px;
  top: -32px;
  left: -87px;
  display: none;
}

/* line 56, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.extended-padding {
  padding: 20px !important;
}

/* line 60, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg {
  width: 100%;
  padding: 10px;
  text-align: center;
}

/* line 66, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg2 {
  width: 100%;
  padding: 10px;
  border-bottom: 2px solid #f0f0f0;
  text-align: center;
}

/* line 73, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.white-bkg {
  background-color: #f7f7f7;
  background-image: none !important;
}

/* line 78, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content .contenidos {
  padding: 20px;
}

/* line 82, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content .contenidos .info-titulo,
.frame-bold .content .contenidos .faq-pregunta {
  font-family: PizzaPress;
  font-size: 16px;
  color: #006496;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
}

/* line 93, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content .contenidos .faq-pregunta {
  cursor: pointer;
}

/* line 97, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content .contenidos .faq-pregunta:before {
  display: inline-block;
  margin-right: 10px;
  content: "";
  height: 19px;
  width: 20px;
  background-image: url(/assets/icons/arrow-FAQ-OFF-79bc3a87341553fc2fedf997632e4d55d77a6282f287fdab3652b694eebc122d.png);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: -4px;
}

/* line 109, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content .contenidos .faq-pregunta.active:before {
  background-image: url(/assets/icons/arrow-FAQ-ON-fc18f66a36f45b94d048bd977e7996bb7df6ca60ab3602b1260bb215f49ef442.png);
}

/* line 113, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content .contenidos .info-contenido,
.frame-bold .content .contenidos .faq-respuesta {
  font-size: 12px;
  color: #4b4b4b;
  padding-left: 35px;
  margin-bottom: 23px;
  text-align: left;
  width: 100%;
}

/* line 123, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content .contenidos .faq-respuesta {
  display: none;
}

/* line 127, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .seccion {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  border-right: 1px dashed #646464;
  height: 100px;
  margin-top: 30px;
  padding-top: 20px;
}

/* line 137, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .seccion:last-child {
  border-right: none;
}

/* line 141, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .seccion img {
  margin-left: 40px;
  margin-right: 20px;
  vertical-align: top;
}

/* line 147, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .seccion .info {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  max-width: 280px;
}

/* line 154, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box {
  background-color: #f8f8f8;
  margin: 25px auto;
}

/* line 159, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box.status-box {
  margin: 25px auto 0px auto;
}

/* line 164, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box .box-contenido {
  width: 100%;
  padding: 30px 40px;
  text-align: left;
  font-size: 12px;
  position: relative;
  border-top: none;
  background: white;
}

/* line 174, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box .box-contenido2 {
  width: 100%;
  padding: 15px 0 30px 30px;
  text-align: left;
  font-size: 12px;
  position: relative;
  border-top: none;
}

/* line 183, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box .box-contenido.less-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

/* line 190, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box .box-contenido.no-padding {
  padding: 0;
}

/* line 194, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box .box-contenido .separador {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  margin: 10px auto;
  margin-bottom: 25px;
}

/* line 201, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box .box-contenido .acciones {
  width: 100%;
  text-align: left;
}

/* line 206, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box .box-contenido .acciones .accion {
  color: #185371;
  font-family: PizzaPress;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
}

/* line 215, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box .box-contenido .informacion {
  width: 100%;
}

/* line 219, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box .box-contenido .informacion .piece {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top;
  margin-top: 25px;
}

/* line 226, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box .box-contenido .informacion .piece .key {
  font-family: PizzaPress;
  font-size: 18px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 10px;
}

/* line 234, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box .box-contenido .informacion .piece .val {
  width: 200px;
  font-size: 12px;
  display: inline-block;
}

/* line 240, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box .box-contenido .informacion .piece img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 246, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box .box-contenido .top-right-corner {
  color: #e6344f;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 40px;
}

/* line 255, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box .box-contenido .top-right-corner img {
  margin-left: 5px;
  vertical-align: 0px;
}

/* line 260, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .line-button {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

/* line 266, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .line-button img {
  cursor: pointer;
}

/* line 270, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.gray-bkg {
  background-color: #f8f8f8;
  width: 100%;
  padding: 10px;
  text-align: center;
}

/* line 275, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.gray-bkg form {
  text-align: left;
}

/* line 280, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.gray-bkg.with-borders {
  border: 1px solid gainsboro;
  margin-top: 4px;
}

/* line 285, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.gray-bkg.with-borders .select2-container--default .select2-selection--single {
  border: 0px solid #aaa;
}

/* line 291, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content .frame-row {
  width: 100%;
  position: relative;
}

/* line 296, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content .frame-row .column-2_3 {
  width: 66%;
  float: left;
  background: white;
}

/* line 301, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content .frame-row .column-2_3 .container {
  background: white;
}

/* line 306, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content .frame-row .column-2_3:first-child {
  margin-right: 3%;
}

/* line 310, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content .frame-row .column-1_3 {
  width: 30%;
  float: left;
  background: white;
  border-top: 1px solid #eae7e7;
  border-left: 1px solid #eae7e7;
  border-right: 1px solid #eae7e7;
}

/* line 319, app/assets/stylesheets/DominosTheme.scss */
form {
  text-align: center;
}

/* line 324, app/assets/stylesheets/DominosTheme.scss */
form .labels, form .fields {
  display: inline-block;
  vertical-align: top;
  line-height: 39px;
}

/* line 332, app/assets/stylesheets/DominosTheme.scss */
form .labels {
  margin-right: 15px;
  text-align: right;
  margin-top: 5px;
}

/* line 339, app/assets/stylesheets/DominosTheme.scss */
form .labels label {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  height: 30px;
  line-height: 22px;
  margin-bottom: 20.5px;
  display: block;
  text-align: left;
}

/* line 351, app/assets/stylesheets/DominosTheme.scss */
.acciones .fields .form-row {
  padding-right: 12px !important;
}

/* line 355, app/assets/stylesheets/DominosTheme.scss */
form .labels .label2 {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  height: 21px;
  line-height: 22px;
  margin-bottom: 20.5px;
  display: block;
  margin-bottom: 20px;
}

/* line 365, app/assets/stylesheets/DominosTheme.scss */
input:-moz-read-only {
  background-color: #e8e3e3;
}
input:read-only {
  background-color: #e8e3e3;
}

/* line 369, app/assets/stylesheets/DominosTheme.scss */
form .labels label:not(.not-required):before, .asterisco {
  content: "*";
  margin-right: 5px;
  color: red;
  font-weight: bold;
  font-size: 1.5em;
}

/* line 377, app/assets/stylesheets/DominosTheme.scss */
.contact-form {
  margin: 5% 7%;
  padding-right: 5px;
}

/* line 382, app/assets/stylesheets/DominosTheme.scss */
form .contact-label {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
}

/* line 387, app/assets/stylesheets/DominosTheme.scss */
form .contact-label:before, .asterisco {
  content: "*";
  margin-right: 5px;
  color: red;
  font-weight: bold;
  font-size: 1.5em;
}

/* line 395, app/assets/stylesheets/DominosTheme.scss */
form .fields {
  text-align: justify;
  width: 60%;
}

/* line 400, app/assets/stylesheets/DominosTheme.scss */
form .fields.half {
  width: 60%;
}

/* line 404, app/assets/stylesheets/DominosTheme.scss */
form .fields a {
  font-size: 10px;
  text-decoration: underline;
}

/* line 409, app/assets/stylesheets/DominosTheme.scss */
.popup form .fields {
  width: 330px;
  text-align: right;
}

/* line 414, app/assets/stylesheets/DominosTheme.scss */
.popup .politicas {
  font-size: 12px;
  color: #006496;
  font-weight: bold;
  text-decoration: none;
}

/* line 421, app/assets/stylesheets/DominosTheme.scss */
form .fields input[type='text']:not(.little):not(.contact-field), input[type='number']:not(.little):not(.contact-field), input[type='password']:not(.little):not(.contact-field), input[type='file']:not(.little):not(.contact-field), input[type='email']:not(.little):not(.contact-field), input[type='tel']:not(.little):not(.contact-field), input[type='date']:not(.little):not(.contact-field), form .fields textarea, form .fields select {
  width: 95%;
  margin-bottom: 7px !important;
  height: 21px;
}

/* line 427, app/assets/stylesheets/DominosTheme.scss */
form .fields input#captcha {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 11px;
  background-color: #ffffff;
}

/* line 434, app/assets/stylesheets/DominosTheme.scss */
form .fields select {
  padding: 1px 5px;
}

/* line 438, app/assets/stylesheets/DominosTheme.scss */
form .fields textarea {
  height: 200px;
}

/* line 442, app/assets/stylesheets/DominosTheme.scss */
form .fields textarea.little {
  height: 100px;
}

/* line 446, app/assets/stylesheets/DominosTheme.scss */
form .terms {
  font-size: 10px;
  width: 100%;
  text-align: center;
  color: #4b4b4b;
}

/* line 452, app/assets/stylesheets/DominosTheme.scss */
form .radio-group {
  width: 100%;
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 13px;
}

/* line 459, app/assets/stylesheets/DominosTheme.scss */
form .radio-group input {
  vertical-align: -2px;
}

/* line 465, app/assets/stylesheets/DominosTheme.scss */
.required {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  padding: 0px 30px;
}

/* line 473, app/assets/stylesheets/DominosTheme.scss */
.required.fix-position {
  position: absolute;
  left: 0;
}

/* line 478, app/assets/stylesheets/DominosTheme.scss */
.required.no-padding {
  padding: 0;
}

/* line 482, app/assets/stylesheets/DominosTheme.scss */
.two-columns {
  width: 1000px;
  margin: 15px auto;
  position: relative;
  margin-bottom: 10px;
}

/* line 489, app/assets/stylesheets/DominosTheme.scss */
.two-columns .column-1 {
  width: 78%;
  float: left;
  position: relative;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 0;
}

/* line 500, app/assets/stylesheets/DominosTheme.scss */
.two-columns .column-1 .title-trap {
  width: 0;
  height: 0;
  border-top: 107px solid white;
  border-right: 107px solid transparent;
  position: absolute;
  top: -3px;
  left: -3px;
}

/* line 510, app/assets/stylesheets/DominosTheme.scss */
.two-columns .column-1 .title-trap:after {
  content: "";
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari */
  transform: rotate(-45deg);
  width: 151px;
  height: 3px;
  display: block;
  position: absolute;
  top: -54px;
  left: -21px;
  z-index: 100;
}

/* line 525, app/assets/stylesheets/DominosTheme.scss */
.two-columns .column-1 .title-trap .logo {
  position: absolute;
  width: 130px;
  height: 130px;
  top: -145px;
  left: -50px;
  z-index: 1;
}

/* line 534, app/assets/stylesheets/DominosTheme.scss */
.two-columns .column-1 .dominos-pub {
  width: 100%;
  position: relative;
  left: -1px;
  top: 0px;
  cursor: pointer;
}

/* line 542, app/assets/stylesheets/DominosTheme.scss */
.two-columns .column-2 {
  width: 20%;
  float: right;
}

/* line 547, app/assets/stylesheets/DominosTheme.scss */
.two-columns .column-2 .dominos-pub {
  margin-bottom: 20px;
  cursor: pointer;
  box-sizing: border-box;
}

/* 2. NavBar and Footer */
/* line 555, app/assets/stylesheets/DominosTheme.scss */
.navbar {
  width: auto;
  background-color: transparent;
  margin: 0px auto;
  margin-bottom: 20px;
  color: #4b4b4b;
  text-align: right;
  font-size: 12px;
  line-height: 19px;
  padding-top: 0px !important;
}

/* line 567, app/assets/stylesheets/DominosTheme.scss */
#iniciaSesion {
  color: white;
  font-family: PizzaPress;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 574, app/assets/stylesheets/DominosTheme.scss */
#cambiarContrasena {
  text-decoration: underline;
  line-height: 25px;
}

/* line 583, app/assets/stylesheets/DominosTheme.scss */
#registro, #registroPopup {
  color: #006496;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 589, app/assets/stylesheets/DominosTheme.scss */
#carrito {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
}

/* line 596, app/assets/stylesheets/DominosTheme.scss */
#carrito .items {
  height: 22px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 22px;
  background-color: #1b71cc;
  color: white;
  text-align: center;
  vertical-align: 5px;
  display: inline-block;
  padding: 2px 2px 2px 2px;
  font-weight: bold;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(87, 87, 87, 0.65);
}

/* line 612, app/assets/stylesheets/DominosTheme.scss */
.navmenu {
  width: 1000px;
  padding-left: 200px;
  padding-right: 30px;
  margin: 0px auto;
}

/* line 619, app/assets/stylesheets/DominosTheme.scss */
.navmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 625, app/assets/stylesheets/DominosTheme.scss */
.navmenu ul li {
  display: inline-block;
  font-family: PizzaPress;
  text-transform: uppercase;
  font-size: 20px;
  color: #006496;
  margin: 0 0px;
  cursor: pointer;
  line-height: 40px;
  padding: 0px 15px;
}

/* line 637, app/assets/stylesheets/DominosTheme.scss */
.navmenu ul li.actual {
  background-color: #006496;
  color: white;
  border-radius: 6px 6px 0 0;
}

/* line 643, app/assets/stylesheets/DominosTheme.scss */
.footer {
  width: 100% !important;
  margin: 0px auto;
  padding-top: 2.5%;
  border-top: 1px solid #e5d3d3;
  background: #f6f3f3;
}

/* line 651, app/assets/stylesheets/DominosTheme.scss */
.footer .title {
  font-family: PizzaPress;
  font-size: 18px;
}

/* line 656, app/assets/stylesheets/DominosTheme.scss */
.footer .footer1 {
  padding-right: 3%;
  border-right: 1px solid #d5d3d3;
}

/* line 661, app/assets/stylesheets/DominosTheme.scss */
.footer .footer1 p {
  font-family: Roboto;
  text-align: justify;
  color: #4a5157;
  font-size: 14px;
  padding-left: 1%;
}

/* line 669, app/assets/stylesheets/DominosTheme.scss */
.footer .footer2 {
  padding-left: 30px;
  border-right: 1px solid #d5d3d3;
}

/* line 674, app/assets/stylesheets/DominosTheme.scss */
.footer .footer2 p {
  font-family: Roboto;
  font-size: 16px;
  margin-bottom: 9px;
}

/* line 680, app/assets/stylesheets/DominosTheme.scss */
.footer .footer2 a {
  padding-left: 2%;
  color: #4a5157;
}

/* line 685, app/assets/stylesheets/DominosTheme.scss */
.footer .footer3 {
  padding-left: 3%;
}

/* line 689, app/assets/stylesheets/DominosTheme.scss */
.footer .footer3 a:hover {
  text-decoration: none !important;
}

/* line 692, app/assets/stylesheets/DominosTheme.scss */
.footer .footer3 i {
  font-size: 40px;
  margin-right: 25px;
}

/* line 697, app/assets/stylesheets/DominosTheme.scss */
.footer .left-section {
  width: 72%;
  float: left;
}

/* line 702, app/assets/stylesheets/DominosTheme.scss */
.footer .left-section ul {
  list-style: none;
  padding: none;
  margin: 0;
  padding: 0;
}

/* line 709, app/assets/stylesheets/DominosTheme.scss */
.footer .left-section ul li {
  display: inline-block;
  color: #1a77a3;
  font-size: 14px;
  font-family: Roboto;
  font-weight: bold;
  margin-right: 5px;
}

/* line 718, app/assets/stylesheets/DominosTheme.scss */
.footer .left-section ul li:first-child:before {
  content: "";
  margin: 0;
}

/* line 723, app/assets/stylesheets/DominosTheme.scss */
.footer .left-section .infoLegal {
  width: 100%;
  margin-top: 20px;
}

/* line 728, app/assets/stylesheets/DominosTheme.scss */
.footer .left-section .infoLegal .contenido {
  width: calc(100% - 110px);
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #4b4b4b;
}

/* line 737, app/assets/stylesheets/DominosTheme.scss */
.footer .left-section .infoLegal .contenido p:first-child {
  margin-top: 0;
}

/* line 741, app/assets/stylesheets/DominosTheme.scss */
.footer .right-section {
  width: 20%;
  float: right;
  text-align: center;
}

/* line 747, app/assets/stylesheets/DominosTheme.scss */
.footer .right-section .icon {
  margin: 10px 10px;
}

/* 3. Buttons */
/* line 753, app/assets/stylesheets/DominosTheme.scss */
.btn {
  cursor: pointer;
}

/* line 757, app/assets/stylesheets/DominosTheme.scss */
.btn.btn-crearperfil {
  margin-bottom: 5px;
}

/* line 762, app/assets/stylesheets/DominosTheme.scss */
.btn.btn-login {
  margin-top: 20px;
  margin-bottom: 5px;
}

/* line 767, app/assets/stylesheets/DominosTheme.scss */
.open-popup {
  cursor: pointer;
}

/* line 771, app/assets/stylesheets/DominosTheme.scss */
#checkOut-btn {
  display: block;
  margin: 0px auto;
  margin-bottom: 8px;
  cursor: pointer;
}

/* 4. Titles and headlines */
/* line 781, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .head-image {
  margin-top: 30px;
  margin-bottom: 10px;
}

/* line 786, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg h1 {
  font-family: PizzaPress Outline;
  text-transform: uppercase;
  color: #1a77a3;
  font-size: 50px;
  margin: 0px;
}

/* line 794, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg2 h1 {
  font-family: PizzaPress;
  text-transform: uppercase;
  color: #e31919;
  font-size: 50px;
  margin: 0px;
}

/* line 802, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg2 h2 {
  font-family: PizzaPress;
  font-style: italic;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #646464;
}

/* line 811, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg h2 {
  font-family: PizzaPress;
  font-style: italic;
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
  color: #646464;
}

/* line 820, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .seccion .info .titulo {
  font-family: PizzaPress;
  text-transform: uppercase;
  color: #1a77a3;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
}

/* line 829, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .seccion .info .subtitulo {
  font-family: Arial;
  color: #646464;
  font-style: italic;
}

/* line 835, app/assets/stylesheets/DominosTheme.scss */
.footer .left-section .infoLegal .titulo {
  color: #1a77a3;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  width: 90px;
  margin-right: 15px;
  vertical-align: top;
}

/* line 846, app/assets/stylesheets/DominosTheme.scss */
.popup .title, .content .title {
  font-family: PizzaPress;
  font-size: 26px;
  color: #1a77a3;
  text-transform: uppercase;
  text-align: left;
}

/* line 854, app/assets/stylesheets/DominosTheme.scss */
.popup .subtitle {
  font-size: 14px;
  color: #4b4b4b;
}

/* line 859, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box .titulo,
.popup .frame-titulo {
  width: 100%;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #006796), color-stop(100%, #164978));
  background: linear-gradient(to bottom, #006796 0%, #164978 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006796', endColorstr='#164978', GradientType=0 );
  font-family: PizzaPress;
  font-size: 18px;
  box-sizing: border-box;
  padding-left: 15px;
  line-height: 40px;
  text-transform: uppercase;
  color: white;
  text-align: left;
}

/* line 880, app/assets/stylesheets/DominosTheme.scss */
.popup .frame-titulo {
  margin-top: 20px;
  margin-bottom: -20px;
}

/* line 885, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .content.striped-bkg .box .titulo img {
  vertical-align: -2px;
  margin-right: 10px;
}

/* line 890, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .title-trap {
  color: white;
  font-family: PizzaPress;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 50px;
}

/* line 898, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .title-trap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 904, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .title-trap ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

/* line 912, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .title-trap ul li:before {
  display: inline-block;
  content: "|";
  margin-right: 10px;
}

/* line 918, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .title-trap ul li:first-child:before {
  content: "";
}

/* line 922, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .title-trap ul li.actual {
  text-decoration: underline;
  font-size: 22px;
}

/* line 927, app/assets/stylesheets/DominosTheme.scss */
.frame-bold .title-trap a {
  color: white;
}

/* line 931, app/assets/stylesheets/DominosTheme.scss */
.bold-label {
  font-size: 18px;
  text-transform: uppercase;
  font-family: PizzaPress;
}

/* line 938, app/assets/stylesheets/DominosTheme.scss */
ul.locales li .title-big {
  font-size: 24px;
  text-transform: uppercase;
  font-family: PizzaPress;
  color: #006496;
  margin-top: 10px;
  margin-bottom: 6px;
}

/* line 947, app/assets/stylesheets/DominosTheme.scss */
.title-big-edited {
  font-size: 22px;
  text-transform: uppercase;
  font-family: PizzaPress;
  color: #006496;
  text-align: center;
}

/* line 955, app/assets/stylesheets/DominosTheme.scss */
.title-little {
  font-size: 20px;
  text-transform: uppercase;
  font-family: PizzaPress;
  color: #006496;
}

/* 5. Links and other special labels */
/* line 966, app/assets/stylesheets/DominosTheme.scss */
a {
  text-decoration: none;
  color: #006496;
}

/* 6. Pop-Ups */
/* line 973, app/assets/stylesheets/DominosTheme.scss */
.popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #48464673;
  z-index: 1050;
  display: none;
}

/* line 984, app/assets/stylesheets/DominosTheme.scss */
.popup {
  width: auto;
  position: fixed;
  margin-left: -300px;
  left: 50%;
  top: 100px;
  border-radius: 10px;
  padding: 15px;
  z-index: 1110;
  background-color: white;
  box-shadow: 1px 3px 11px 0px rgba(50, 50, 50, 0.75);
  display: none;
}

/* line 1000, app/assets/stylesheets/DominosTheme.scss */
.popup .close:not(.sin-estilo) {
  width: 100%;
  text-align: right;
}

/* line 1005, app/assets/stylesheets/DominosTheme.scss */
#deleteProductPopup a.fz-16 {
  font-size: 17px;
}

/* line 1009, app/assets/stylesheets/DominosTheme.scss */
.popup .close img {
  cursor: pointer;
}

/* line 1013, app/assets/stylesheets/DominosTheme.scss */
.popup .frame {
  background-color: #f8f8f8;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #c8c8c8;
  padding: 15px;
  margin-top: 20px;
  text-align: center;
}

/* line 1023, app/assets/stylesheets/DominosTheme.scss */
.popup .popup-buttons {
  margin-top: 10px;
}

/* line 1027, app/assets/stylesheets/DominosTheme.scss */
.destroy-cart-form a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6 !important;
}

/* line 1033, app/assets/stylesheets/DominosTheme.scss */
.delete-product-cart {
  margin-left: 10px;
}

/* line 1037, app/assets/stylesheets/DominosTheme.scss */
#zonaRepartoPopup #repartoImagen {
  width: 415px;
  height: 460px;
}

/* 7. Locales */
/* line 1044, app/assets/stylesheets/DominosTheme.scss */
ul.locales {
  list-style: none;
  padding: 0;
  width: 80%;
  margin: 15px auto;
}

/* line 1051, app/assets/stylesheets/DominosTheme.scss */
ul.locales li {
  width: 100%;
  padding: 0;
  margin-bottom: 35px;
  height: 200px;
}

/* line 1060, app/assets/stylesheets/DominosTheme.scss */
ul.locales li img.foto {
  max-height: 100%;
  float: left;
  display: block;
}

/* line 1066, app/assets/stylesheets/DominosTheme.scss */
img.foto-edited {
  width: 95%;
  height: auto;
  float: left;
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.65);
}

/* line 1076, app/assets/stylesheets/DominosTheme.scss */
.info-principal-edited {
  font-family: PizzaPress;
  font-size: 18px;
  padding-top: 4%;
  padding-right: 1%;
}

/* line 1082, app/assets/stylesheets/DominosTheme.scss */
ul.locales li .info-principal {
  height: 130px;
  padding-left: 15px;
  float: left;
  text-align: left;
  font-size: 13px;
}

/* line 1089, app/assets/stylesheets/DominosTheme.scss */
ul.locales li .info-principal img {
  margin-top: 10px;
}

/* line 1093, app/assets/stylesheets/DominosTheme.scss */
ul.locales li .info-adicional {
  margin-top: 2px;
  padding-right: 6%;
  text-align: left;
  float: right;
  font-size: 11px;
  border-left: 1px solid #e1e2e6;
  padding-left: 20%;
}

/* line 1103, app/assets/stylesheets/DominosTheme.scss */
ul.locales li .info-adicional .telefono {
  position: absolute;
  bottom: 0;
}

/* 8. Menú */
/* 8.1 Menú general */
/* line 1112, app/assets/stylesheets/DominosTheme.scss */
.column-header {
  max-width: 100%;
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(75, 75, 75, 0.65);
}

/* line 1121, app/assets/stylesheets/DominosTheme.scss */
.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}

/* line 1129, app/assets/stylesheets/DominosTheme.scss */
.menu-list li {
  padding: 0;
  margin: 0;
  background: white;
  border: 1px solid #dddddd;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 5px;
}

/* line 1143, app/assets/stylesheets/DominosTheme.scss */
.menu-list li:hover {
  background-color: #0078ae;
}

/* line 1145, app/assets/stylesheets/DominosTheme.scss */
.menu-list li:hover .category-title, .menu-list li:hover .category-description {
  color: white !important;
}

/* line 1150, app/assets/stylesheets/DominosTheme.scss */
.menu-list li .category-img {
  float: left;
  height: 100%;
  margin-right: 35px;
  width: 135px;
}

/* line 1157, app/assets/stylesheets/DominosTheme.scss */
.menu-list li .category-img img {
  max-height: 100%;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(139, 139, 139, 0.65);
}

/* line 1163, app/assets/stylesheets/DominosTheme.scss */
.menu-list li .category-content {
  float: left;
  height: 100%;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 1171, app/assets/stylesheets/DominosTheme.scss */
.menu-list li .category-content .category-title {
  font-family: PizzaPress;
  color: #006496;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 26px;
}

/* line 1179, app/assets/stylesheets/DominosTheme.scss */
.menu-list li .category-content .category-description {
  font-size: 13px;
  line-height: 22px;
  color: #464646;
}

/* 8.2 Carrito de Compras */
/* line 1187, app/assets/stylesheets/DominosTheme.scss */
.carrito-subtitle {
  border-bottom: 1px solid #e6e6e6;
  background-color: #006496;
  color: white;
  padding: 7px;
  padding-left: 15px;
  margin-bottom: 0;
  font-weight: bold;
  width: 110%;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: -16px;
}

/* line 1203, app/assets/stylesheets/DominosTheme.scss */
.carrito {
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

/* line 1213, app/assets/stylesheets/DominosTheme.scss */
.carrito .title {
  width: 100%;
  padding: 10px 15px;
  color: white;
  font-family: PizzaPress;
  font-size: 17px;
  background-color: #006496;
}

/* line 1222, app/assets/stylesheets/DominosTheme.scss */
.carrito .title img {
  margin-right: 8px;
  vertical-align: middle;
}

/* line 1227, app/assets/stylesheets/DominosTheme.scss */
.carrito .carrito-content {
  background: white;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 15px;
  font-size: 13px;
  color: #4b4b4b;
  text-align: left;
}

/* line 1237, app/assets/stylesheets/DominosTheme.scss */
.carrito .carrito-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 1243, app/assets/stylesheets/DominosTheme.scss */
.carrito .carrito-content ul li {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #e6e6e6;
}

/* line 1252, app/assets/stylesheets/DominosTheme.scss */
.carrito .carrito-content ul li:last-child {
  border: 0;
}

/* line 1256, app/assets/stylesheets/DominosTheme.scss */
.carrito .carrito-content ul li .carrito-nombre {
  color: #006496;
  font-weight: bold;
  margin-bottom: 4px;
}

/* line 1262, app/assets/stylesheets/DominosTheme.scss */
.carrito .carrito-content ul li .carrito-description {
  color: #666;
  font-weight: normal;
  margin-bottom: 6px;
  font-size: 11px;
}

/* line 1269, app/assets/stylesheets/DominosTheme.scss */
.carrito .carrito-content ul li .carrito-cantidad {
  line-height: 18px;
}

/* line 1273, app/assets/stylesheets/DominosTheme.scss */
.carrito .carrito-content ul li .carrito-quitar {
  color: #de1937;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
  margin-left: 15px;
}

/* line 1281, app/assets/stylesheets/DominosTheme.scss */
.detalle-orden .agregamas .col {
  width: 100%;
  font-family: PizzaPress;
  font-size: 16px;
  color: #575757;
  text-transform: uppercase;
  line-height: 37px;
}

/* line 1290, app/assets/stylesheets/DominosTheme.scss */
.detalle-orden .agregamas img {
  float: right;
  cursor: pointer;
  vertical-align: middle;
}

/* line 1298, app/assets/stylesheets/DominosTheme.scss */
table.carrito-final tr.headers {
  border-radius: 30px !important;
}

/* line 1301, app/assets/stylesheets/DominosTheme.scss */
table.carrito-final tr.headers th {
  color: black;
  font-family: Fira;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 1314, app/assets/stylesheets/DominosTheme.scss */
table.carrito-final td {
  font-family: Arial;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 6px;
}

/* line 1322, app/assets/stylesheets/DominosTheme.scss */
table.carrito-final .paddingSpecificTD {
  padding-top: 30px;
}

/* line 1326, app/assets/stylesheets/DominosTheme.scss */
table.carrito-final tr:not(.headers) {
  background-color: white;
  text-align: center;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 1334, app/assets/stylesheets/DominosTheme.scss */
table.carrito-final .borderTableCarritoFinal {
  border-right: 1px solid #d6d6d6;
}

/* line 1338, app/assets/stylesheets/DominosTheme.scss */
table.carrito-final .fontPriceCarritoFinal {
  font-family: Ubuntu;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 1344, app/assets/stylesheets/DominosTheme.scss */
table.carrito-final .detalles-pizza {
  text-align: left;
}

/* line 1348, app/assets/stylesheets/DominosTheme.scss */
table.carrito-final .thumb-pizza {
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 9px;
  margin-bottom: 10px;
}

/* line 1355, app/assets/stylesheets/DominosTheme.scss */
table.carrito-final .info-pizza {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 215px;
}

/* line 1362, app/assets/stylesheets/DominosTheme.scss */
table.carrito-final .info-pizza-coupons {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 100%;
}

/* line 1369, app/assets/stylesheets/DominosTheme.scss */
table.carrito-final .info-pizza .nombre-pizza {
  color: #006496;
  font-size: 13px;
  font-weight: bold;
}

/* line 1375, app/assets/stylesheets/DominosTheme.scss */
table.carrito-final .btns-acciones img {
  margin: 0px 5px;
}

/* line 1382, app/assets/stylesheets/DominosTheme.scss */
table.total-carrito {
  table-layout: fixed;
  text-transform: uppercase;
  text-align: center;
  width: 30%;
  float: right;
  font-weight: bold;
  font-size: 15px;
  background-color: white;
  border-collapse: collapse;
  border: 1px solid #848383;
}

/* line 1396, app/assets/stylesheets/DominosTheme.scss */
table.total-carrito td {
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
}

/* line 1402, app/assets/stylesheets/DominosTheme.scss */
.info-carrito {
  background: #f62b3e;
  border-radius: 6px;
  color: white;
  font-size: 17px;
  text-transform: uppercase;
  font-family: Poppins-Regular !important;
  text-align: center;
  margin-bottom: 2rem;
  padding: .5rem;
}

/* line 1414, app/assets/stylesheets/DominosTheme.scss */
#loading_prices_from_cart {
  margin-top: 35px;
  text-align: center;
}

/* line 1419, app/assets/stylesheets/DominosTheme.scss */
#loading_prices_from_cart #loader-title, #status-info #loader-title {
  font-size: 16px;
  font-weight: bold;
  color: #006796;
  font-family: Ubuntu;
}

/* line 1426, app/assets/stylesheets/DominosTheme.scss */
#loading_prices_from_cart #loader-logo, #status-info #loader-logo {
  margin-top: 22px;
}

/* line 1430, app/assets/stylesheets/DominosTheme.scss */
#loading_prices_from_cart #loader-animation, #status-info #loader-animation {
  margin-top: 8px;
}

/* line 1434, app/assets/stylesheets/DominosTheme.scss */
.formaspago .row {
  width: 100%;
}

/* line 1440, app/assets/stylesheets/DominosTheme.scss */
.formaspago .input-group {
  margin-left: 0.35rem;
  border: 1px solid #ebe9e9;
  border-radius: 5px;
}

/* line 1445, app/assets/stylesheets/DominosTheme.scss */
.formaspago .input-group-text {
  background: #f7f7f7;
  border: 0px;
  border-right: 1px solid #dbdbdb !important;
  margin-right: .75rem;
}

/* line 1455, app/assets/stylesheets/DominosTheme.scss */
.formaspago .row .column-1_2 .title {
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 1460, app/assets/stylesheets/DominosTheme.scss */
.formaspago .row .column-1_2 .radioLabel {
  line-height: 25px;
}

/* line 1464, app/assets/stylesheets/DominosTheme.scss */
.formaspago .row .column-1_2 .radioLabel img {
  vertical-align: middle;
}

/* line 1468, app/assets/stylesheets/DominosTheme.scss */
.formaspago .row .column-1_2 .radioLabel input {
  vertical-align: -2px;
}

/* line 1471, app/assets/stylesheets/DominosTheme.scss */
.formaspago .row .column-1_2 {
  width: 45%;
  float: left;
  margin-right: 5%;
  border-right: 1px solid #e6e6e6;
  box-sizing: border-box;
  text-align: left;
  font-size: 13px;
  box-sizing: border-box;
  padding-right: 40px;
}

/* line 1483, app/assets/stylesheets/DominosTheme.scss */
.formaspago .row .column-1_2.longer {
  min-height: 180px;
}

/* line 1486, app/assets/stylesheets/DominosTheme.scss */
.formaspago .row .column-1_2:nth-child(2n+1) {
  padding-left: 0;
}

/* line 1489, app/assets/stylesheets/DominosTheme.scss */
.formaspago .row .column-1_2:nth-child(2n+0),
.formaspago .row .column-1_2.last {
  margin-right: 0;
  border-right: 0;
}

/* line 1495, app/assets/stylesheets/DominosTheme.scss */
.formaspago .row .column-1_2 .left-col {
  float: left;
  width: 48%;
}

/* line 1499, app/assets/stylesheets/DominosTheme.scss */
.formaspago .row .column-1_2 .right-col {
  float: right;
  width: 48%;
}

/* line 1504, app/assets/stylesheets/DominosTheme.scss */
ul.infoDespacho {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

/* line 1514, app/assets/stylesheets/DominosTheme.scss */
.infoDespacho li {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  padding-top: .85rem;
  padding-bottom: .85rem;
  position: relative;
}

/* line 1525, app/assets/stylesheets/DominosTheme.scss */
.infoDespacho li:last-child {
  border-color: transparent;
}

/* line 1529, app/assets/stylesheets/DominosTheme.scss */
.infoDespacho li .cambiar {
  font-size: 15px;
  color: #de1937;
  text-transform: uppercase;
  text-decoration: underline;
  position: absolute;
  right: 0;
  top: 11px;
  cursor: pointer;
  font-weight: bold;
  line-height: 14px;
}

/* line 1542, app/assets/stylesheets/DominosTheme.scss */
.infoDespacho li .key {
  color: #006491;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: .75rem;
}

/* line 1549, app/assets/stylesheets/DominosTheme.scss */
.infoDespacho li .value {
  font-size: 14.5px;
  width: 100%;
  padding-left: 0.5rem;
}

/* line 1555, app/assets/stylesheets/DominosTheme.scss */
.infoDespacho li .value textarea {
  width: 100%;
  max-width: 100%;
  min-height: 80px;
  box-sizing: border-box;
}

/* line 1562, app/assets/stylesheets/DominosTheme.scss */
.confirm-section {
  border-top: 1px solid #e3dfdf;
  text-align: center;
  font-size: 12px;
  padding-top: 1.25rem;
  padding-bottom: 1.45rem;
}

/* line 1570, app/assets/stylesheets/DominosTheme.scss */
.confirm-section input {
  margin-right: 6px;
  vertical-align: middle;
}

/* line 1575, app/assets/stylesheets/DominosTheme.scss */
.confirm-section img {
  display: block;
  margin: 6px auto;
  cursor: pointer;
}

/* line 1581, app/assets/stylesheets/DominosTheme.scss */
#comprobarDatosPopup {
  width: 910px !important;
  margin-left: -455px !important;
  position: absolute !important;
  padding: 25px;
  font-size: 13px;
  line-height: 14px;
}

/* line 1590, app/assets/stylesheets/DominosTheme.scss */
#comprobarDatosPopup .logohorizontal {
  margin: 0px auto;
  display: block;
}

/* line 1595, app/assets/stylesheets/DominosTheme.scss */
#comprobarDatosPopup h1 {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 35px;
  font-size: 25px;
}

/* line 1602, app/assets/stylesheets/DominosTheme.scss */
#comprobarDatosPopup h2 {
  width: 100%;
  padding-bottom: 5px;
  padding-top: 12px;
  font-weight: bold;
  font-size: 18px;
}

/* line 1611, app/assets/stylesheets/DominosTheme.scss */
#comprobarDatosPopup h4 {
  width: 100%;
  padding-bottom: 5px;
  padding-top: 12px;
  font-weight: bold;
  font-size: 15px;
}

/* line 1619, app/assets/stylesheets/DominosTheme.scss */
#comprobarDatosPopup table {
  text-align: left;
  border-collapse: collapse;
  border: 0;
}

/* line 1625, app/assets/stylesheets/DominosTheme.scss */
#comprobarDatosPopup table th {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

/* line 1631, app/assets/stylesheets/DominosTheme.scss */
#comprobarDatosPopup table td {
  text-align: left;
  padding-left: 12px;
}

/* line 1637, app/assets/stylesheets/DominosTheme.scss */
#comprobarDatosPopup table.center {
  text-align: center;
  table-layout: fixed;
  width: 100%;
}

/* line 1643, app/assets/stylesheets/DominosTheme.scss */
#comprobarDatosPopup table.center td {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* 8.4 Detalles de las pizzas */
/* line 1651, app/assets/stylesheets/DominosTheme.scss */
.pizzas-section {
  width: 100%;
}

/* line 1655, app/assets/stylesheets/DominosTheme.scss */
.pizzas-section .title {
  width: 100%;
  padding: 10px 15px;
  color: white;
  font-family: PizzaPress;
  font-size: 17px;
  background-color: #006496;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  text-transform: uppercase;
}

/* line 1668, app/assets/stylesheets/DominosTheme.scss */
.pizzas-section .pizzas-section-row {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 1674, app/assets/stylesheets/DominosTheme.scss */
.pizzas-section .pizzas-section-row .pizza {
  float: left;
  width: 150px;
  margin-right: -5px;
}

/* line 1680, app/assets/stylesheets/DominosTheme.scss */
.pizzas-section .pizzas-section-row .pizza:nth-child(4n+0) {
  margin-right: 0;
}

/* line 1684, app/assets/stylesheets/DominosTheme.scss */
.pizzas-section .pizzas-section-row .pizza .pizza-img {
  width: 150px;
  display: block;
  margin-bottom: 10px;
  border-bottom-left-radius: 10px;
}

/* line 1691, app/assets/stylesheets/DominosTheme.scss */
.pizzas-section .pizzas-section-row .pizza .pizza-btn {
  width: 150px;
  display: block;
  margin-bottom: 6px;
  cursor: pointer;
}

/* line 1698, app/assets/stylesheets/DominosTheme.scss */
.pizzas-section .pizzas-section-row .pizza .pizza-title {
  text-align: center;
  color: #006496;
  font-family: PizzaPress;
  font-size: 18px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

/* line 1707, app/assets/stylesheets/DominosTheme.scss */
.pizzas-section .pizzas-section-row .pizza .pizza-ingredientes {
  font-size: 10px;
  text-align: left;
  color: #464646;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}

/* 8.5 Arma tu pizza */
/* line 1718, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup, #tamanoPizza {
  width: 800px;
  margin-left: -400px;
  position: absolute;
}

/* line 1724, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup:not(.promocionesPopup) {
  height: 850px;
}

/* line 1728, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .estado-pizza {
  width: 100%;
  height: 103px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 1736, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .estado-pizza.off {
  background-image: url(/assets/imagenes/estado-pizza/armatupizzaOFF-a53719e8ac9fdade408aefa5a1e1feafcdaa191aea33612f539360b769d172dd.png);
}

/* line 1740, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .estado-pizza.masa {
  background-image: url(/assets/imagenes/estado-pizza/armatupizzaMASA-9e9ebfb742a8f4990492a5f7d768b3e0f20ea150fb596145d1fb001a6ea7f91f.png);
}

/* line 1744, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .estado-pizza.queso {
  background-image: url(/assets/imagenes/estado-pizza/armatupizzaQUESO-22a025707bc965361b3db83d8e70d83a5d93fa0f1c7be0f9430fd5ae69e118c8.png);
}

/* line 1748, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .estado-pizza.ingredientes {
  background-image: url(/assets/imagenes/estado-pizza/armatupizzaINGREDIENTES-f58d4cb112cb924588a75d8daf0968fa68d8cde8cf4a828bc8b54d7a8bd412b0.png);
}

/* line 1752, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .frame {
  position: relative;
  bottom: 10px;
  width: calc(100% - 0px);
  min-height: 40%;
  margin-top: 300px;
}

/* line 1761, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .frame .contenido {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 12px;
}

/* line 1769, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .frame .contenido .row,
#tamanoPizza .frame .contenido .row {
  width: 100%;
  margin-top: 20px;
}

/* line 1775, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .frame .contenido .row .column-1_3,
#tamanoPizza .frame .contenido .row .column-1_3 {
  width: 28%;
  float: left;
  margin-right: 6%;
  border-right: 1px solid #e6e6e6;
  box-sizing: border-box;
  text-align: left;
  font-size: 13px;
  box-sizing: border-box;
  padding-right: 40px;
}

/* line 1787, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .frame .contenido .row .column-1_3:nth-child(3n+1),
#tamanoPizza .frame .contenido .row .column-1_3:nth-child(3n+1) {
  padding-left: 0;
}

/* line 1791, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .frame .contenido .row .column-1_3:nth-child(3n+0),
.configurarPizzaPopup .frame .contenido .row .column-1_3.last,
#tamanoPizza .frame .contenido .row .column-1_3:nth-child(3n+0),
#tamanoPizza .frame .contenido .row .column-1_3.last {
  margin-right: 0;
  border-right: 0;
}

/* line 1799, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .frame .contenido .row .column-1_3 .title,
.configurarPizzaPopup .frame .contenido .row .column-1_2 .title,
#tamanoPizza .frame .contenido .row .column-1_3 .title,
#tamanoPizza .frame .contenido .row .column-1_2 .title {
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 1807, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .frame .contenido .row .column-1_3 .radioLabel,
.configurarPizzaPopup .frame .contenido .row .column-1_2 .radioLabel,
#tamanoPizza .frame .contenido .row .column-1_3 .radioLabel,
#tamanoPizza .frame .contenido .row .column-1_2 .radioLabel {
  line-height: 25px;
}

/* line 1814, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .frame .contenido .row .column-1_3 .radioLabel input,
.configurarPizzaPopup .frame .contenido .row .column-1_2 .radioLabel input,
#tamanoPizza .frame .contenido .row .column-1_3 .radioLabel input,
#tamanoPizza .frame .contenido .row .column-1_2 .radioLabel input {
  vertical-align: -2px;
}

/* line 1820, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .frame .contenido .row .column-1_2 {
  width: 45%;
  float: left;
  margin-right: 5%;
  border-right: 1px solid #e6e6e6;
  box-sizing: border-box;
  text-align: left;
  font-size: 13px;
  box-sizing: border-box;
  padding-right: 40px;
}

/* line 1831, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .frame .contenido .row .column-1_2:nth-child(2n+1) {
  padding-left: 0;
}

/* line 1834, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .frame .contenido .row .column-1_2:nth-child(2n+0),
.configurarPizzaPopup .frame .contenido .row .column-1_2.last {
  margin-right: 0;
  border-right: 0;
}

/* line 1840, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .frame .contenido .row .column-1_2 .left-col {
  float: left;
  width: 48%;
}

/* line 1844, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .frame .contenido .row .column-1_2 .right-col {
  float: right;
  width: 48%;
}

/* line 1850, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .frame .texto,
#tamanoPizza .frame .texto {
  position: absolute;
  width: 100%;
  line-height: 50px;
  font-size: 21px;
  color: #006496;
  text-align: center;
  text-transform: uppercase;
  font-family: PizzaPress;
  top: 42%;
}

/* line 1863, app/assets/stylesheets/DominosTheme.scss */
#tamanoPizza .frame .texto {
  position: relative;
}

/* line 1867, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .frame .texto img,
#tamanoPizza .frame .texto img {
  max-height: 40px;
  margin: 0px 15px;
  margin-bottom: 20.5px;
  cursor: pointer;
}

/* line 1875, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .pizzapanel {
  position: absolute;
  width: 350px;
  margin-left: -350px;
  height: 300px;
  margin-top: -213px;
  background-image: url(/assets/imagenes/img-masa-pizza-5bc33f6f4b6bb4e02d96d09a095f45bccac5830cc0bd7f8f21ad30b04d4af628.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 315px;
  left: 53%;
}

/* line 1889, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .pizzapanel .pizzapanel-img {
  background-size: 260px 260px;
  height: 260px;
  width: 260px;
  position: absolute;
  top: 54%;
  left: 53%;
  margin-left: -130px;
  margin-top: -130px;
}

/* line 1900, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .pizzapanel .pizzapanel-img.right {
  background-repeat: no-repeat;
  background-position: -130px;
  width: 130px;
  margin-left: 0;
}

/* line 1907, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .pizzapanel .pizzapanel-img.left {
  background-repeat: no-repeat;
  width: 130px;
}

/* line 1912, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .mipizza {
  width: 340px;
  position: absolute;
  right: 18px;
  top: 130px;
  z-index: 1000;
  background-color: #f8f8f8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
}

/* line 1925, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .mipizza .title {
  width: 100%;
  padding: 10px 15px;
  color: white;
  font-family: PizzaPress;
  font-size: 14px;
  background-color: #006496;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  text-transform: uppercase;
}

/* line 1938, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .mipizza .contenido {
  border: 1px solid #c8c8c8;
  padding: 10px;
}

/* line 1943, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .mipizza .contenido .nombre {
  color: #006496;
  font-weight: bold;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
  padding-bottom: 15px;
  line-height: 18px;
}

/* line 1953, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .mipizza .contenido .nombre.simple {
  text-align: left !important;
  margin-bottom: 6px;
  border-bottom: 0;
  padding-bottom: 0px;
}

/* line 1959, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .mipizza .contenido .ingredientes {
  text-align: left !important;
  margin-bottom: 6px;
  font-size: 11px;
  padding-bottom: 5px;
  line-height: 15px;
}

/* line 1966, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .mipizza .contenido .ingredientes-full {
  text-align: left;
  margin-bottom: 0px;
  font-size: 11px;
  padding-bottom: 5px;
  line-height: 15px;
  display: none;
}

/* line 1974, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .mipizza .contenido .ingredientes-left {
  text-align: left;
  margin-bottom: 0px;
  font-size: 11px;
  padding-bottom: 5px;
  line-height: 15px;
  display: none;
}

/* line 1982, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .mipizza .contenido .ingredientes-right {
  text-align: left;
  margin-bottom: 0px;
  font-size: 11px;
  padding-bottom: 5px;
  line-height: 15px;
  display: none;
}

/* line 1991, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .mipizza .contenido .cantidad {
  line-height: 18px;
  font-size: 12px;
}

/* line 1996, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .mipizza .agregarAlaOrden-btn {
  display: block;
  margin: 10px auto;
  cursor: pointer;
  max-width: 100%;
}

/* line 2003, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .next-btn {
  position: absolute;
  right: 30px;
  top: 365px;
  z-index: 1;
  cursor: pointer;
}

/* line 2011, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .back-btn {
  position: absolute;
  left: 30px;
  top: 365px;
  z-index: 1;
  cursor: pointer;
}

/* line 2019, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .ingrediente-armatupizza {
  width: 100%;
}

/* line 2023, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .ingrediente-armatupizza .opciones {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 2031, app/assets/stylesheets/DominosTheme.scss */
#ingredientes .lnk-myp.active {
  color: white;
  padding: 5px;
  background: #006496;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* line 2042, app/assets/stylesheets/DominosTheme.scss */
.pizza-select {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

/* line 2048, app/assets/stylesheets/DominosTheme.scss */
.pizza-select select {
  display: none;
}

/* line 2052, app/assets/stylesheets/DominosTheme.scss */
.pizza-select .opt {
  display: inline-block;
  width: 30%;
  height: 17px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  margin-right: 8px;
  cursor: pointer;
  background-position: center center;
}

/* line 2093, app/assets/stylesheets/DominosTheme.scss */
#tamanoPizza {
  position: fixed !important;
}

/* 9. Estado del pedido */
/* line 2098, app/assets/stylesheets/DominosTheme.scss */
.box-contenido h3 {
  color: #00648e;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 2105, app/assets/stylesheets/DominosTheme.scss */
.bi-title {
  width: 100%;
  margin-bottom: 20px;
}

/* line 2110, app/assets/stylesheets/DominosTheme.scss */
.bi-title .left {
  float: left;
  color: #e31b39;
  width: 50%;
  font-family: PizzaPress;
  font-size: 54px;
  text-transform: uppercase;
  text-align: left;
}

/* line 2120, app/assets/stylesheets/DominosTheme.scss */
.bi-title .right {
  float: right;
  color: #505050;
  width: 50%;
  text-align: left;
  font-size: 16px;
  padding-top: 10px;
}

/* line 2129, app/assets/stylesheets/DominosTheme.scss */
.estado-del-pedido {
  background-color: #006491;
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: 97% auto;
  width: 100%;
  height: 210px;
  position: relative;
}

/* line 2139, app/assets/stylesheets/DominosTheme.scss */
.tracker {
  text-align: center;
  width: 100%;
  padding: 40px 5px 0px 10px;
  color: white;
  font-size: 14px;
  text-overflow: ellipsis;
}

/* line 2148, app/assets/stylesheets/DominosTheme.scss */
.tracker .parallelogram {
  z-index: 100;
  float: left;
  height: 70px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  background: #f85032;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f85032), color-stop(32%, #f16f5c), color-stop(71%, #f02f17), color-stop(81%, #f6290c), color-stop(100%, #e73827));
  background: linear-gradient(to bottom, #f85032 0%, #f16f5c 32%, #f02f17 71%, #f6290c 81%, #e73827 100%);
  border: 2px #005177 solid;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
  box-shadow: inset 1px -3px 42px 2px rgba(0, 0, 0, 0.38);
}

/* line 2170, app/assets/stylesheets/DominosTheme.scss */
.tracker .parallelogram2 {
  background: #65b2d6;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #65b2d6), color-stop(50%, #006391), color-stop(51%, #006391), color-stop(100%, #024361));
  background: linear-gradient(to bottom, #65b2d6 0%, #006391 50%, #006391 51%, #024361 100%);
  border: 2px #005177 solid;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65b2d6', endColorstr='#024361', GradientType=0 );
  height: 70px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  float: left;
}

/* line 2185, app/assets/stylesheets/DominosTheme.scss */
.tracker .status-active {
  -webkit-animation: glow .5s infinite alternate;
  animation: glow .5s infinite alternate;
}

@-webkit-keyframes glow {
  0% {
    box-shadow: 0 0 0px #e31b39;
  }
  100% {
    box-shadow: 0 0 15px #e31b39;
    border: 2px #e31b39 solid;
  }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 0px #e31b39;
  }
  100% {
    box-shadow: 0 0 15px #e31b39;
    border: 2px #e31b39 solid;
  }
}

/* line 2196, app/assets/stylesheets/DominosTheme.scss */
.number-status {
  font-size: 18px;
  font-weight: 800;
}

/* line 2202, app/assets/stylesheets/DominosTheme.scss */
.estado-del-pedido .estado-1 {
  border-radius: 50px 0px 0px 50px;
  width: 16%;
  padding: 5px;
  text-overflow: ellipsis;
}

/* line 2211, app/assets/stylesheets/DominosTheme.scss */
.estado-del-pedido .estado-2 {
  width: 17%;
  padding: 5px;
  overflow: hidden;
}

/* line 2219, app/assets/stylesheets/DominosTheme.scss */
.estado-del-pedido .estado-3 {
  width: 25%;
  padding: 5px;
  overflow: hidden;
}

/* line 2227, app/assets/stylesheets/DominosTheme.scss */
.estado-del-pedido .estado-4 {
  width: 17%;
  padding: 5px;
  overflow: hidden;
}

/* line 2235, app/assets/stylesheets/DominosTheme.scss */
.estado-del-pedido .estado-5 {
  border-radius: 0px 50px 50px 0px;
  width: 24%;
  padding: 5px;
  overflow: hidden;
}

/* line 2243, app/assets/stylesheets/DominosTheme.scss */
.status-label {
  text-overflow: ellipsis;
}

/* line 2248, app/assets/stylesheets/DominosTheme.scss */
.labels-pedido {
  margin: 0;
  list-style: none;
  width: 100%;
  position: absolute;
  height: 30px;
  top: 10px;
}

/* line 2257, app/assets/stylesheets/DominosTheme.scss */
.labels-pedido li {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  color: white;
  font-family: PizzaPress;
  font-size: 13px;
}

/* line 2267, app/assets/stylesheets/DominosTheme.scss */
.labels-pedido li.lab1 {
  left: 50px;
}

/* line 2268, app/assets/stylesheets/DominosTheme.scss */
.labels-pedido li.lab2 {
  left: 160px;
}

/* line 2269, app/assets/stylesheets/DominosTheme.scss */
.labels-pedido li.lab3 {
  left: 320px;
}

/* line 2270, app/assets/stylesheets/DominosTheme.scss */
.labels-pedido li.lab4 {
  left: 464px;
}

/* line 2271, app/assets/stylesheets/DominosTheme.scss */
.labels-pedido li.lab5 {
  left: 624px;
}

/* line 2273, app/assets/stylesheets/DominosTheme.scss */
.estado-texto {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 30px;
  left: 0;
}

/* line 2281, app/assets/stylesheets/DominosTheme.scss */
.estado-real {
  display: inline-block;
  font-family: PizzaPress;
  font-size: 18px;
  color: white;
  margin-right: 5px;
}

/* line 2289, app/assets/stylesheets/DominosTheme.scss */
.sub-estado-real {
  display: inline-block;
  font-size: 13px;
  color: white;
}

/* line 2295, app/assets/stylesheets/DominosTheme.scss */
.resumendelpedido .row {
  width: 100%;
}

/* line 2299, app/assets/stylesheets/DominosTheme.scss */
.resumendelpedido .row .column-1_4 {
  width: 27%;
  float: right;
  background-color: #f8f8f8;
  min-height: 500px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 2308, app/assets/stylesheets/DominosTheme.scss */
.resumendelpedido .row .column-3_4 {
  width: 73%;
  float: left;
  background-color: white;
  min-height: 500px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 2317, app/assets/stylesheets/DominosTheme.scss */
.resumendelpedido .row .column-3_4-edited {
  width: 65%;
  float: right;
  background-color: white;
  min-height: 400px;
  padding: 10px 25px 0 25px;
}

/* line 2325, app/assets/stylesheets/DominosTheme.scss */
.resumendelpedido .table-info table {
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 20px;
  margin-right: 20px;
  border-left: 3px solid #0a5887;
}

/* line 2334, app/assets/stylesheets/DominosTheme.scss */
.resumendelpedido .table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
  border-color: #cbdcdf !important;
}

/* line 2337, app/assets/stylesheets/DominosTheme.scss */
.resumendelpedido .table-info2 table {
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 10px;
  border-left: 3px solid #0a5887;
}

/* line 2347, app/assets/stylesheets/DominosTheme.scss */
.resumendelpedido .table-info2 table td {
  text-align: left;
  padding-left: 15px;
}

/* line 2356, app/assets/stylesheets/DominosTheme.scss */
.resumendelpedido table tr.headers th {
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 400;
}

/* line 2363, app/assets/stylesheets/DominosTheme.scss */
.resumendelpedido table tr.spacer {
  height: 30px;
}

/* line 2366, app/assets/stylesheets/DominosTheme.scss */
.resumendelpedido table tr.spacer:last-child {
  border-bottom: 1px solid #e6e6e6;
}

/* line 2370, app/assets/stylesheets/DominosTheme.scss */
.resumendelpedido table.detalle td {
  font-size: 21px;
  font-family: PizzaPress;
  text-align: left;
}

/* line 2376, app/assets/stylesheets/DominosTheme.scss */
.resumendelpedido table.total td {
  font-size: 21px;
  font-family: PizzaPress;
  padding-left: 6px;
  text-align: left;
  text-transform: uppercase;
}

/* line 2384, app/assets/stylesheets/DominosTheme.scss */
.resumendelpedido .total td {
  font-size: 21px;
  color: black;
  font-family: PizzaPress;
  padding-left: 6px;
  text-align: left;
  text-transform: uppercase;
  border: none !important;
}

/* line 2394, app/assets/stylesheets/DominosTheme.scss */
.column-1_4 .mini-title {
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 400;
  margin-top: 21px;
  text-align: left;
  padding-left: 10px;
}

/* line 2404, app/assets/stylesheets/DominosTheme.scss */
.column-1_4 .opciones {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 2410, app/assets/stylesheets/DominosTheme.scss */
.column-1_4 .opciones li {
  border-top: 1px solid #e6e6e6;
  width: 100%;
  padding: 15px 10px;
  margin-left: 0;
  text-align: left;
  box-sizing: border-box;
}

/* line 2419, app/assets/stylesheets/DominosTheme.scss */
.column-1_4 .opciones li .key {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

/* line 2425, app/assets/stylesheets/DominosTheme.scss */
.column-1_4 .opciones li .icon {
  margin-left: 13px;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 2431, app/assets/stylesheets/DominosTheme.scss */
.column-1_4 .opciones li .value {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

/* 10. Promociones */
/* line 2439, app/assets/stylesheets/DominosTheme.scss */
.prm-header {
  max-width: 100%;
  display: block;
  margin-bottom: 15px;
}

/* line 2445, app/assets/stylesheets/DominosTheme.scss */
.prmcs {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid #006496;
  margin-left: 10px;
}

/* line 2454, app/assets/stylesheets/DominosTheme.scss */
.prmcs li {
  width: 99%;
  padding: 2.5% 0%;
  border-bottom: 1px solid #006496;
  box-sizing: border-box;
  position: relative;
  margin-left: 10px;
}

/* line 2463, app/assets/stylesheets/DominosTheme.scss */
.prmcs li .img {
  width: 157px;
  height: 110px;
  float: left;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 #727272;
  margin-top: 4px;
}

/* line 2472, app/assets/stylesheets/DominosTheme.scss */
.prmcs li .info {
  float: left;
  margin-left: 30px;
  text-align: left;
  position: relative;
  height: auto;
  width: 430px;
}

/* line 2481, app/assets/stylesheets/DominosTheme.scss */
.prmcs li .info .titulo {
  text-transform: uppercase;
  font-family: PizzaPress;
  font-size: 20px;
  color: #006496;
  margin-bottom: 6px;
}

/* line 2489, app/assets/stylesheets/DominosTheme.scss */
.prmcs li .info .desc {
  font-size: 14px;
  text-align: left;
}

/* line 2494, app/assets/stylesheets/DominosTheme.scss */
.prmcs li .info .precio {
  font-weight: bold;
  font-size: 25px;
  color: #006496;
  position: absolute;
  bottom: 0;
}

/* line 2502, app/assets/stylesheets/DominosTheme.scss */
.prmcs li .precio-edited {
  text-align: center !important;
  font-weight: bold;
  font-size: 25px;
  color: #006496;
  position: absolute;
  bottom: 0;
}

/* line 2511, app/assets/stylesheets/DominosTheme.scss */
.prmcs li .button {
  position: absolute;
  bottom: 1px;
  right: 10px;
  cursor: pointer;
}

/* line 2518, app/assets/stylesheets/DominosTheme.scss */
.frame2 {
  background-color: #f8f8f8;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #c8c8c8;
  padding: 15px;
  margin-top: 20px;
  text-align: left;
}

/* line 2528, app/assets/stylesheets/DominosTheme.scss */
.slide-title {
  color: #6e6e6e;
  font-size: 20px;
  font-family: PizzaPress;
  text-align: center;
  margin-bottom: 18px;
}

/* line 2536, app/assets/stylesheets/DominosTheme.scss */
.promosnavbar {
  margin-bottom: 15px;
}

/* line 2540, app/assets/stylesheets/DominosTheme.scss */
.where-promo {
  text-transform: uppercase;
  font-family: PizzaPress;
  font-size: 20px;
  color: #006496;
  margin-bottom: 6px;
}

/* line 2548, app/assets/stylesheets/DominosTheme.scss */
.promo-desc {
  font-size: 14px;
  font-weight: bold;
  font-family: Ubuntu;
}

/* line 2554, app/assets/stylesheets/DominosTheme.scss */
.promo-inst {
  font-size: 13px;
  font-family: Ubuntu;
}

/* line 2559, app/assets/stylesheets/DominosTheme.scss */
.pizza-promo {
  width: 33%;
  float: left;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
  height: 90px;
  margin-bottom: 15px;
}

/* line 2568, app/assets/stylesheets/DominosTheme.scss */
.pizza-promo-img {
  width: 80px;
  left: 0;
  top: 0;
  position: absolute;
}

/* line 2575, app/assets/stylesheets/DominosTheme.scss */
.pizza-promo-nombre {
  font-family: PizzaPress;
  font-size: 18px;
  color: #282828;
  position: absolute;
  left: 90px;
}

/* line 2583, app/assets/stylesheets/DominosTheme.scss */
.pizza-promo-ingredientes {
  font-size: 10px;
  margin-top: 24px;
  margin-left: 90px;
  color: grey;
  width: 160px;
}

/* line 2591, app/assets/stylesheets/DominosTheme.scss */
.pizza-promo-click {
  top: 70px !important;
}

/* line 2595, app/assets/stylesheets/DominosTheme.scss */
.promo-cantidad-ingredientes {
  text-align: center;
  font-family: PizzaPress;
  color: #D0122C;
  margin-bottom: 10px;
  font-size: 20px;
  margin-top: 25px;
}

/* Loader */
/* line 2605, app/assets/stylesheets/DominosTheme.scss */
.popup.loader {
  width: 250px;
  height: 220px;
  margin-left: -125px;
  top: 50%;
  margin-top: -110px;
  z-index: 1110;
}

/* line 2614, app/assets/stylesheets/DominosTheme.scss */
.loader {
  z-index: 1001;
  height: 100%;
  width: 100%;
}

/* line 2620, app/assets/stylesheets/DominosTheme.scss */
.loader #loader-logo {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

/* line 2626, app/assets/stylesheets/DominosTheme.scss */
.loader #loader-logo img {
  width: 80px;
  height: 80px;
}

/* line 2631, app/assets/stylesheets/DominosTheme.scss */
.loader #loader-animation {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

/* line 2637, app/assets/stylesheets/DominosTheme.scss */
.cartloader {
  width: 90px;
}

/* Otros */
/* line 2643, app/assets/stylesheets/DominosTheme.scss */
.login-error, .cart-error, .ingredients-error, .ingredients-mozzarella-error, .success-message {
  color: #D8354A;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: -10px;
  padding-left: 18px;
  visibility: hidden;
}

/* line 2653, app/assets/stylesheets/DominosTheme.scss */
.label-input-zero-contact {
  font-family: PizzaPress !important;
  color: yellow;
  background-color: black;
  padding: 5px 10px;
  margin-left: 10px;
}

/* line 2659, app/assets/stylesheets/DominosTheme.scss */
.label-input-zero-contact span.inside {
  font-family: PizzaPress !important;
  color: white;
}

/* line 2665, app/assets/stylesheets/DominosTheme.scss */
.cart-error {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 11px;
  padding-left: 0px;
  text-align: center;
}

/* line 2673, app/assets/stylesheets/DominosTheme.scss */
.cart-description-myp {
  font-family: Roboto;
  font-size: 11px;
  margin: 5px 10px 5px 0;
}

/* line 2679, app/assets/stylesheets/DominosTheme.scss */
.ingredients-error, .ingredients-mozzarella-error {
  font-size: 13px;
}

/* line 2683, app/assets/stylesheets/DominosTheme.scss */
.user-info {
  margin-bottom: 10px;
}

/* line 2687, app/assets/stylesheets/DominosTheme.scss */
.takeaway-error {
  color: #D8354A;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  visibility: hidden;
}

/* line 2696, app/assets/stylesheets/DominosTheme.scss */
.address-error {
  color: #D8354A;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 35px;
  visibility: hidden;
}

/* line 2705, app/assets/stylesheets/DominosTheme.scss */
.address-error2 {
  color: #D8354A;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 35px;
  visibility: hidden;
}

/* line 2714, app/assets/stylesheets/DominosTheme.scss */
.address-error3 {
  color: #D8354A;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 35px;
  visibility: hidden;
}

/* line 2723, app/assets/stylesheets/DominosTheme.scss */
.address-check {
  color: #4fa62d;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 19px;
  padding-left: 35px;
  visibility: hidden;
}

/* line 2733, app/assets/stylesheets/DominosTheme.scss */
.change-password-error {
  color: #D8354A;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 38px;
  visibility: hidden;
}

/* line 2742, app/assets/stylesheets/DominosTheme.scss */
.reset-password-error {
  color: #D8354A;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  visibility: hidden;
  font-family: Oxygen;
}

/* line 2752, app/assets/stylesheets/DominosTheme.scss */
.register-error, .edit-user-error {
  font-size: 15.2px;
  margin-bottom: 2rem;
  text-align: center;
}

/* line 2758, app/assets/stylesheets/DominosTheme.scss */
.success-message {
  color: #1a77a3;
  font-size: 13px;
}

/* line 2763, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .frame .pizza-size-selector {
  display: block;
  padding-bottom: 20px;
  padding-top: 10px;
}

/* line 2769, app/assets/stylesheets/DominosTheme.scss */
.configurarPizzaPopup .pizza-size-selector-frame {
  position: relative;
  width: 100%;
}

/* line 2774, app/assets/stylesheets/DominosTheme.scss */
#configurarPizzaPopup {
  z-index: 1120;
}

/* line 2778, app/assets/stylesheets/DominosTheme.scss */
.grey-bkg {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* Estado del pedido (Errores) */
/* line 2785, app/assets/stylesheets/DominosTheme.scss */
.status-error {
  color: #006496;
  font-size: 40px;
  font-family: PizzaPress;
}

/* line 2791, app/assets/stylesheets/DominosTheme.scss */
.status-phone-error {
  color: #d31837;
  font-family: PizzaPress;
}

/* Metodos de envio */
/* line 2797, app/assets/stylesheets/DominosTheme.scss */
.select-address input[type='radio'] {
  top: -12px;
  position: relative;
  margin-right: 25px;
  margin-left: 20px;
}

/* line 2803, app/assets/stylesheets/DominosTheme.scss */
ul.ui-autocomplete.ui-menu {
  font-size: 11px;
}

/* Popup selector de tamaños */
/* line 2808, app/assets/stylesheets/DominosTheme.scss */
#chooseSizePopup {
  width: 400px;
  margin-left: -200px;
}

/* line 2813, app/assets/stylesheets/DominosTheme.scss */
#chooseSizePopupSubmit {
  margin-top: 30px;
  float: center;
  display: block;
  margin: 0 auto 0 auto;
}

/* line 2820, app/assets/stylesheets/DominosTheme.scss */
.field_with_errors {
  display: inline;
}

/* Boton arma tu pizza en promociones */
/* line 2825, app/assets/stylesheets/DominosTheme.scss */
.coupons-make-your-pizza-container {
  border: 2px solid #1a77a3 !important;
  border-radius: 8px !important;
  width: 45%;
  margin: 0 auto 50px auto;
  margin-top: 0px;
}

/* line 2833, app/assets/stylesheets/DominosTheme.scss */
.coupons-make-your-pizza-text {
  text-align: center;
  font-family: PizzaPress;
  color: #1a77a3;
  font-size: 20px;
  margin: 0;
  padding: 10px;
}

/* line 2841, app/assets/stylesheets/DominosTheme.scss */
.coupons-make-your-pizza-text:hover {
  background: #1a77a3;
  color: white;
}

/* Banner de productos sugeridos */
/* line 2848, app/assets/stylesheets/DominosTheme.scss */
.suggestedProductInfo {
  font-family: PizzaPress;
  color: #1a77a3;
  text-transform: uppercase;
}

/* line 2855, app/assets/stylesheets/DominosTheme.scss */
.sugested-product-banner-item {
  width: 33.33% !important;
  text-align: center;
}

/* Popup de producto sugerido */
/* line 2861, app/assets/stylesheets/DominosTheme.scss */
#suggestionPopup {
  display: block;
  margin-left: -200px;
}

/* line 2866, app/assets/stylesheets/DominosTheme.scss */
.suggested-product-popup-image {
  width: 340px;
  height: auto;
}

/* line 2871, app/assets/stylesheets/DominosTheme.scss */
.suggested-product-popup-price {
  font-family: Poppins-Regular !important;
  text-transform: uppercase;
  text-align: center;
}

/* Webpay */
/* line 2878, app/assets/stylesheets/DominosTheme.scss */
.webpay-order-info {
  margin-left: 50px;
  float: left;
  width: 45%;
}

/* line 2884, app/assets/stylesheets/DominosTheme.scss */
.webpay-payment-info {
  float: right;
  width: 45%;
}

/* line 2889, app/assets/stylesheets/DominosTheme.scss */
.webpay-info-content {
  display: inline-block;
}

/* line 2893, app/assets/stylesheets/DominosTheme.scss */
.webpay-info-content table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  table-layout: fixed;
}

/* line 2900, app/assets/stylesheets/DominosTheme.scss */
.webpay-info-content table td,
.webpay-info-content table th {
  text-align: left;
}

/* Choose size popup (Masa y tamaño en pizzas e tamaños en productos con tamaños) */
/* line 2906, app/assets/stylesheets/DominosTheme.scss */
.choose-size-content {
  width: 100%;
  margin-bottom: 20px;
}

/* line 2911, app/assets/stylesheets/DominosTheme.scss */
.choose-size-radio-button {
  width: 15px;
}

/* line 2915, app/assets/stylesheets/DominosTheme.scss */
.input_radio_edited {
  margin-top: 6px !important;
  margin-right: 8px !important;
}

/* line 2920, app/assets/stylesheets/DominosTheme.scss */
.choose-size-option {
  width: 50%;
  float: left;
  margin-top: 5px;
}

/* line 2926, app/assets/stylesheets/DominosTheme.scss */
.choose-size-price {
  float: left;
  margin-top: 5px;
}

/* line 2932, app/assets/stylesheets/DominosTheme.scss */
span.linklike {
  cursor: pointer;
  color: #006496;
  font-size: 14px;
}

/* line 2938, app/assets/stylesheets/DominosTheme.scss */
.slick-prev:before {
  font-size: 30px;
}

/* line 2943, app/assets/stylesheets/DominosTheme.scss */
.slick-prev {
  left: 20px;
  z-index: 1;
}

/* line 2948, app/assets/stylesheets/DominosTheme.scss */
.slick-next:before {
  font-size: 30px;
}

/* line 2953, app/assets/stylesheets/DominosTheme.scss */
.slick-next {
  right: 30px;
}

/* line 2957, app/assets/stylesheets/DominosTheme.scss */
.slick-dots {
  z-index: 1;
}

/* line 2961, app/assets/stylesheets/DominosTheme.scss */
.slick-dots li button:before {
  color: red !important;
  font-size: 10px;
}

/* line 2966, app/assets/stylesheets/DominosTheme.scss */
.slick-slide img {
  display: block;
  width: 100%;
}

/* line 2971, app/assets/stylesheets/DominosTheme.scss */
.margin-metodo-envio {
  width: 20px;
  margin-top: 5px;
}

/* line 2976, app/assets/stylesheets/DominosTheme.scss */
.no-visible {
  display: none !important;
  visibility: hidden !important;
}

/* line 2981, app/assets/stylesheets/DominosTheme.scss */
.visible {
  display: block !important;
  visibility: visible !important;
}

/* line 2986, app/assets/stylesheets/DominosTheme.scss */
.margin-button {
  margin-top: -85px;
  margin-bottom: 20px;
  display: block !important;
}

/* line 2992, app/assets/stylesheets/DominosTheme.scss */
.font-bold {
  font-weight: bold;
}

/* line 2996, app/assets/stylesheets/DominosTheme.scss */
.margin-address {
  margin-bottom: 5px;
  margin-top: -5px;
  line-height: 19px;
}

/* line 3002, app/assets/stylesheets/DominosTheme.scss */
.select2-results__option {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

/* line 3007, app/assets/stylesheets/DominosTheme.scss */
.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 3020, app/assets/stylesheets/DominosTheme.scss */
.modal-header {
  padding-top: 20px;
  padding-bottom: 10px;
}

/* line 3024, app/assets/stylesheets/DominosTheme.scss */
.modal-header .close {
  padding: 0rem 0rem !important;
  margin: 0rem 0rem !important;
}

/* line 3029, app/assets/stylesheets/DominosTheme.scss */
.modal-body {
  padding-top: 5%;
  padding-bottom: 5%;
}

/* line 3034, app/assets/stylesheets/DominosTheme.scss */
.modal-dominos-logo {
  width: 75px;
  margin-top: -60px;
  margin-left: -60px;
}

/* line 3040, app/assets/stylesheets/DominosTheme.scss */
.close {
  float: none !important;
  font-size: 21px;
  font-weight: bold;
  line-height: 0 !important;
  color: #000;
  text-shadow: 0 0px 0 black;
  opacity: 1 !important;
  height: 1rem;
}

/* line 3051, app/assets/stylesheets/DominosTheme.scss */
.row {
  margin-left: 0px !important;
}

/* line 3055, app/assets/stylesheets/DominosTheme.scss */
.close-button-modal {
  font-weight: bold;
  font-size: 25px;
}

/* line 3060, app/assets/stylesheets/DominosTheme.scss */
.cupon-error {
  color: #fa3333;
  font-family: Roboto !important;
  font-size: 15.2px;
  text-align: left;
}

/* line 3067, app/assets/stylesheets/DominosTheme.scss */
i.fa {
  margin-right: 5px;
  /* any other properties to override from FontAwesome's default .fa rule */
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 3077, app/assets/stylesheets/DominosTheme.scss */
.container-fluid {
  margin-right: 0;
  margin-left: 0;
}

/* line 3082, app/assets/stylesheets/DominosTheme.scss */
.image-upload > input {
  display: none;
}

/* line 3086, app/assets/stylesheets/DominosTheme.scss */
.image-upload > label {
  cursor: pointer;
}

@media (max-width: 767px) {
  /* line 3094, app/assets/stylesheets/DominosTheme.scss */
  .reset-password-form .col-form-label {
    font-family: Oxygen;
    font-size: 14px;
    text-align: center;
    padding-top: 0px;
  }
  /* line 3101, app/assets/stylesheets/DominosTheme.scss */
  .margin-text-user {
    border-top: 1px solid #0d5483;
    padding-top: 5%;
  }
  /* line 3106, app/assets/stylesheets/DominosTheme.scss */
  .align-responsive {
    text-align: left;
  }
}

@media (min-width: 425px) and (max-width: 768px) {
  /* line 3114, app/assets/stylesheets/DominosTheme.scss */
  .popup {
    left: 0% !important;
  }
  /* line 3116, app/assets/stylesheets/DominosTheme.scss */
  .popup .frame {
    margin-top: 20px;
  }
  /* line 3121, app/assets/stylesheets/DominosTheme.scss */
  #alert-work-with-us {
    margin-top: 0px !important;
  }
}

@media (min-width: 768px) {
  /* line 3128, app/assets/stylesheets/DominosTheme.scss */
  .reset-password-form .col-form-label {
    font-family: Oxygen;
    font-size: 14px;
    text-align: right;
    padding-top: 0px;
  }
  /* line 3135, app/assets/stylesheets/DominosTheme.scss */
  .margin-text-user {
    border-left: 2px solid #0d5483;
  }
  /* line 3139, app/assets/stylesheets/DominosTheme.scss */
  .align-responsive {
    text-align: right;
  }
}

/* line 3145, app/assets/stylesheets/DominosTheme.scss */
.user-form .form .fields input[type='text']:not(.little), .user-form input[type='number']:not(.little), .user-form input[type='password']:not(.little), .user-form input[type='file']:not(.little), .user-form input[type='email']:not(.little), .user-form input[type='tel']:not(.little), .user-form input[type='date']:not(.little), .user-form form .fields textarea, .user-form form .fields select {
  display: block;
  width: 85%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  font-weight: 400;
  font-family: Roboto;
  line-height: 1.5;
  color: #494747;
  background-color: #fbf8f8;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 3164, app/assets/stylesheets/DominosTheme.scss */
.card-carryout .card-title {
  font-family: PizzaPress;
  margin-top: 0.75rem;
}

/* line 3168, app/assets/stylesheets/DominosTheme.scss */
.card-carryout .card-body {
  margin-bottom: 0.75rem;
}

/* line 3171, app/assets/stylesheets/DominosTheme.scss */
.card-carryout p {
  font-family: Roboto;
}

/* line 3177, app/assets/stylesheets/DominosTheme.scss */
.cardNewUser .asterisco {
  content: "*";
  margin-right: 2px;
  color: red;
  font-weight: bolder;
  font-size: 16px;
  font-family: Roboto;
}

/* line 3187, app/assets/stylesheets/DominosTheme.scss */
.display-address {
  text-align: left;
  font-family: PizzaPress;
  font-size: 16px;
  cursor: pointer;
  color: #006496;
  margin-top: 20px;
  margin-left: 2.5%;
  margin-bottom: 3%;
}

/* line 3198, app/assets/stylesheets/DominosTheme.scss */
.font-arial {
  font-family: Arial !important;
}

/* line 3202, app/assets/stylesheets/DominosTheme.scss */
.font-pizza {
  font-family: PizzaPress !important;
}

/* line 3206, app/assets/stylesheets/DominosTheme.scss */
.font-fjalla {
  font-family: Fjalla !important;
}

/* line 3210, app/assets/stylesheets/DominosTheme.scss */
.font-oxygen {
  font-family: Oxygen !important;
}

/* line 3214, app/assets/stylesheets/DominosTheme.scss */
.font-nunito {
  font-family: Nunito !important;
}

/* line 3218, app/assets/stylesheets/DominosTheme.scss */
.font-roboto {
  font-family: Roboto !important;
}

/* line 3222, app/assets/stylesheets/DominosTheme.scss */
.font-ubuntu {
  font-family: Ubuntu !important;
}

/* line 3226, app/assets/stylesheets/DominosTheme.scss */
.font-roboto {
  font-family: Roboto !important;
}

/* line 3230, app/assets/stylesheets/DominosTheme.scss */
.font-fira {
  font-family: Fira !important;
}

/* line 3234, app/assets/stylesheets/DominosTheme.scss */
.font-sans {
  font-family: Open-Sans-Condensed !important;
}

/* line 3238, app/assets/stylesheets/DominosTheme.scss */
.font-montserrat {
  font-family: Montserrat !important;
}

/* line 3242, app/assets/stylesheets/DominosTheme.scss */
.font-poppins {
  font-family: Poppins !important;
}

/* line 3246, app/assets/stylesheets/DominosTheme.scss */
.font-poppins-reg {
  font-family: Poppins-Regular !important;
}

/* line 3251, app/assets/stylesheets/DominosTheme.scss */
.card-show-user {
  margin: 4% 4% 2% 4%;
}

/* line 3255, app/assets/stylesheets/DominosTheme.scss */
.header-user {
  background: #0d5483;
  color: white;
  text-align: left;
  text-transform: uppercase;
}

/* line 3262, app/assets/stylesheets/DominosTheme.scss */
.title-user {
  text-align: left;
  font-family: Oxygen;
  font-size: 14px;
  margin-bottom: 4%;
}

/* line 3269, app/assets/stylesheets/DominosTheme.scss */
.text-user {
  font-family: Oxygen;
  font-weight: bold;
  font-size: 18px;
}

/* line 3275, app/assets/stylesheets/DominosTheme.scss */
.text-user-content {
  font-family: Oxygen;
  font-size: 14px;
}

/* line 3280, app/assets/stylesheets/DominosTheme.scss */
.btn-green {
  font-family: PizzaPress;
  background: #26a745 !important;
  color: white;
  letter-spacing: 0.5px;
}

/* line 3287, app/assets/stylesheets/DominosTheme.scss */
.btn-green:hover {
  background: #1e8335 !important;
  color: white;
}

/* line 3292, app/assets/stylesheets/DominosTheme.scss */
.btn-blue {
  font-family: PizzaPress;
  background-image: linear-gradient(#016598, #115484, #1a4b7a);
  letter-spacing: 1.5px;
  color: white;
}

/* line 3299, app/assets/stylesheets/DominosTheme.scss */
.btn-blue:hover {
  background-image: linear-gradient(#055a86, #0b446c, #0f3255);
  letter-spacing: 1.5px;
  color: white;
}

/* line 3305, app/assets/stylesheets/DominosTheme.scss */
.btn-blue.map-carryout:hover {
  background-image: linear-gradient(#055a86, #0b446c, #0f3255);
  letter-spacing: 1.5px;
  color: white;
}

/* line 3311, app/assets/stylesheets/DominosTheme.scss */
.btn-resize {
  font-size: 0.7rem;
}

/* line 3315, app/assets/stylesheets/DominosTheme.scss */
.btn-red {
  font-family: PizzaPress;
  background: #e21737;
  color: white;
  letter-spacing: 0.5px;
  margin-top: 0px;
}

/* line 3323, app/assets/stylesheets/DominosTheme.scss */
.btn-red:hover {
  background: #ba112b;
  color: white;
  letter-spacing: 0.5px;
}

/* line 3329, app/assets/stylesheets/DominosTheme.scss */
.btn-pink {
  font-family: PizzaPress;
  background: #e21737;
  color: white;
  letter-spacing: 0.5px;
  margin-top: 0px;
  width: 175px;
}

/* line 3338, app/assets/stylesheets/DominosTheme.scss */
.btn-pink:hover {
  background: #b4152e;
  color: white;
  letter-spacing: 0.5px;
}

/* line 3345, app/assets/stylesheets/DominosTheme.scss */
.user_header .form .fields input[type='text']:not(.little), .user_header input[type='number']:not(.little), .user_header input[type='password']:not(.little), .user_header input[type='file']:not(.little), .user_header input[type='email']:not(.little), .user_header input[type='tel']:not(.little), .user_header input[type='date']:not(.little), .user_header form .fields textarea, .user_header form .fields select {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 3362, app/assets/stylesheets/DominosTheme.scss */
.separator-address {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  margin: 10px auto;
  margin-bottom: 25px;
}

/* line 3369, app/assets/stylesheets/DominosTheme.scss */
.no-margin {
  margin: 0px;
}

/* line 3373, app/assets/stylesheets/DominosTheme.scss */
.no-padding {
  padding: 0px;
}

/* line 3377, app/assets/stylesheets/DominosTheme.scss */
.login-user-not-activated {
  text-align: center;
  margin-bottom: 12px;
}

/* line 3380, app/assets/stylesheets/DominosTheme.scss */
.login-user-not-activated a {
  color: #D8354A;
  font-size: 13px;
  font-weight: bold;
  font-family: Oxygen;
}

/* line 3388, app/assets/stylesheets/DominosTheme.scss */
.fz-6 {
  font-size: 6px;
}

/* line 3392, app/assets/stylesheets/DominosTheme.scss */
.fz-8 {
  font-size: 8px;
}

/* line 3396, app/assets/stylesheets/DominosTheme.scss */
.fz-10 {
  font-size: 10px;
}

/* line 3400, app/assets/stylesheets/DominosTheme.scss */
.fz-12 {
  font-size: 12px;
}

/* line 3404, app/assets/stylesheets/DominosTheme.scss */
.fz-13 {
  font-size: 13px;
}

/* line 3408, app/assets/stylesheets/DominosTheme.scss */
.fz-14 {
  font-size: 14px;
}

/* line 3412, app/assets/stylesheets/DominosTheme.scss */
.fz-16 {
  font-size: 16px;
}

/* line 3416, app/assets/stylesheets/DominosTheme.scss */
.fz-18 {
  font-size: 18px;
}

/* line 3420, app/assets/stylesheets/DominosTheme.scss */
.fz-20 {
  font-size: 20px;
}

/* line 3424, app/assets/stylesheets/DominosTheme.scss */
.fz-22 {
  font-size: 22px;
}

/* line 3428, app/assets/stylesheets/DominosTheme.scss */
.fz-24 {
  font-size: 24px;
}

/* line 3432, app/assets/stylesheets/DominosTheme.scss */
.fz-26 {
  font-size: 26px;
}

/* line 3436, app/assets/stylesheets/DominosTheme.scss */
.fz-28 {
  font-size: 28px;
}

/* line 3440, app/assets/stylesheets/DominosTheme.scss */
.fz-30 {
  font-size: 30px;
}

/* line 3444, app/assets/stylesheets/DominosTheme.scss */
.fz-32 {
  font-size: 32px;
}

/* line 3448, app/assets/stylesheets/DominosTheme.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  text-align: left;
  font-family: Roboto;
  font-size: 14px;
}

/* line 3456, app/assets/stylesheets/DominosTheme.scss */
.place_holder_edited {
  font-size: 15.2px;
  font-family: Roboto;
}

/* line 3463, app/assets/stylesheets/DominosTheme.scss */
.ui-autocomplete {
  position: absolute;
  font-family: Roboto;
  font-size: 15.2px;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

/* line 3494, app/assets/stylesheets/DominosTheme.scss */
ul.ui-autocomplete.ui-menu {
  font-size: 14px;
  padding-left: 10px;
}

/* line 3499, app/assets/stylesheets/DominosTheme.scss */
.ui-menu-item {
  font-family: Roboto !important;
}

/* line 3503, app/assets/stylesheets/DominosTheme.scss */
.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}

/* line 3514, app/assets/stylesheets/DominosTheme.scss */
.ui-state-hover, .ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

/* line 3524, app/assets/stylesheets/DominosTheme.scss */
.validation-error {
  color: #fa3333;
  font-family: Roboto !important;
  font-size: 15.2px;
  margin-bottom: 19px;
  text-align: center;
  display: none;
}

/* line 3533, app/assets/stylesheets/DominosTheme.scss */
.noAddressFounded {
  color: #fa3333;
  font-family: Roboto !important;
  font-size: 15.2px;
  margin-bottom: 19px;
  padding-left: 35px;
  text-align: center;
  visibility: hidden;
}

/* line 3543, app/assets/stylesheets/DominosTheme.scss */
.not-results-found-map-city {
  color: #fa3333;
  font-family: Roboto !important;
  font-size: 15.2px;
  text-align: center;
  padding-top: 6px;
  margin-bottom: 0px;
  visibility: hidden;
}

/* line 3553, app/assets/stylesheets/DominosTheme.scss */
#box-map {
  z-index: 1000;
}

/* line 3557, app/assets/stylesheets/DominosTheme.scss */
#mapid {
  height: 400px;
  width: 100%;
  border: 1px solid #b2b3b5;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(38, 38, 38, 0.65);
}

/* line 3564, app/assets/stylesheets/DominosTheme.scss */
label.error {
  color: #fa3333;
  font-family: Roboto !important;
  font-size: 14px;
  text-align: center !important;
  padding-top: 6px;
  margin-bottom: 0px;
}

/* line 3573, app/assets/stylesheets/DominosTheme.scss */
input.error {
  color: #495057;
  background-color: #fff;
  border-color: #fe8383;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 14, 30, 0.25);
}

/* line 3582, app/assets/stylesheets/DominosTheme.scss */
.zoom-text {
  transition: all .2s ease-in-out !important;
}

/* line 3585, app/assets/stylesheets/DominosTheme.scss */
.zoom-text:hover {
  -webkit-transform: scale(1.4) !important;
  transform: scale(1.4) !important;
}

/* line 3591, app/assets/stylesheets/DominosTheme.scss */
.zoom-button {
  transition: all .2s ease-in-out !important;
}

/* line 3594, app/assets/stylesheets/DominosTheme.scss */
.zoom-button:hover {
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}

/* line 3600, app/assets/stylesheets/DominosTheme.scss */
.zoom-card {
  transition: all .2s ease-in-out !important;
}

/* line 3603, app/assets/stylesheets/DominosTheme.scss */
.zoom-card:hover {
  -webkit-transform: scale(1.03) !important;
  transform: scale(1.03) !important;
}

/* line 3609, app/assets/stylesheets/DominosTheme.scss */
.alert-warning {
  border-color: #ffebae;
}

/* line 3613, app/assets/stylesheets/DominosTheme.scss */
.pointer {
  cursor: pointer;
}

/* line 3617, app/assets/stylesheets/DominosTheme.scss */
abbr {
  color: #006496;
}

/* line 3621, app/assets/stylesheets/DominosTheme.scss */
.color-dominos {
  color: #0078ae;
}

/* line 3625, app/assets/stylesheets/DominosTheme.scss */
.border-dominos {
  border: 1px solid #0078ae;
}

/* line 3629, app/assets/stylesheets/DominosTheme.scss */
.white {
  color: white;
}

/* line 3633, app/assets/stylesheets/DominosTheme.scss */
.red {
  color: #fa001f;
}

/* line 3637, app/assets/stylesheets/DominosTheme.scss */
.bkg-dominos {
  background: linear-gradient(to bottom, #006796 0%, #164978 100%);
}

/* line 3641, app/assets/stylesheets/DominosTheme.scss */
.bkg-dominos2 {
  background: #006491;
}

/* line 3645, app/assets/stylesheets/DominosTheme.scss */
.acciones .accion {
  color: #185371;
  font-family: PizzaPress;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
}

/* line 3655, app/assets/stylesheets/DominosTheme.scss */
.popover {
  border-color: #006491;
}

/* line 3659, app/assets/stylesheets/DominosTheme.scss */
.popover-header {
  background: linear-gradient(to bottom, #006796 0%, #164978 100%);
  color: white;
  font-family: Fira;
  font-size: 16px;
  text-align: center;
}

/* line 3667, app/assets/stylesheets/DominosTheme.scss */
.slick-active img {
  width: 100% !important;
}

/* line 3671, app/assets/stylesheets/DominosTheme.scss */
.hoverAlert:hover {
  background: #f5a6ae;
  color: #721c24 !important;
}

/* line 3676, app/assets/stylesheets/DominosTheme.scss */
.buttonWidthMapCity {
  width: 120px;
  font-size: 20px;
}

/* line 3681, app/assets/stylesheets/DominosTheme.scss */
.dominos-pub {
  width: 100%;
  position: relative;
  top: 0px;
  cursor: pointer;
}

/* line 3688, app/assets/stylesheets/DominosTheme.scss */
.suggestedProductImage {
  box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 #969696;
  max-width: 90%;
}

/* line 3693, app/assets/stylesheets/DominosTheme.scss */
.titlePayMethod {
  font-weight: bolder;
  font-size: 15px;
  color: #1a77a3;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: .65rem;
}

/* line 3703, app/assets/stylesheets/DominosTheme.scss */
.payCash .input-group {
  font-size: 14.8px;
}

/* line 3709, app/assets/stylesheets/DominosTheme.scss */
.inputWidth_MyData .form-group {
  width: 98%;
  margin-bottom: 0px;
}

/* line 3714, app/assets/stylesheets/DominosTheme.scss */
.inputWidth_MyData label {
  color: #434343;
  font-size: 15px;
  text-align: right;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 3724, app/assets/stylesheets/DominosTheme.scss */
.required-text {
  color: #565656;
  font-weight: bold;
  font-size: 15px;
}

/* line 3730, app/assets/stylesheets/DominosTheme.scss */
.borderSuggestionPopup {
  border: 1px solid #e5dcdc;
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 0.5rem;
}

/* line 3739, app/assets/stylesheets/DominosTheme.scss */
.textTitleSuggestionPopUp {
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  color: #0e86bd;
}

/* line 3746, app/assets/stylesheets/DominosTheme.scss */
.borderFrameLegal {
  background-color: #f7f7f7;
  border-bottom: 0px;
  border: 1px solid #e7e5e5;
}

/* line 3751, app/assets/stylesheets/DominosTheme.scss */
.borderFrameLegal .subTitleCouponAdded {
  text-align: left;
  color: #4e4d4d;
  font-family: Ubuntu;
}

/* line 3757, app/assets/stylesheets/DominosTheme.scss */
.borderFrameLegal .backgroundCouponAdded {
  background: #edf0f3;
  width: 99.9%;
  border-top: 1px solid #d8dcdf;
}

/* line 3764, app/assets/stylesheets/DominosTheme.scss */
.legalCard {
  color: #2c2c2c;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 #3c3c3ca6;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: auto;
}

/* line 3773, app/assets/stylesheets/DominosTheme.scss */
.legalCard .btn-red:hover {
  background: #a61127;
}

/* line 3778, app/assets/stylesheets/DominosTheme.scss */
.legalCard .textAvailableMyCoupons {
  color: #6c757d;
  font-family: Poppins;
  font-size: 13px;
  font-style: italic;
  text-align: center;
  padding-left: 0px;
}

/* line 3787, app/assets/stylesheets/DominosTheme.scss */
.legalCard .card-footer {
  background-color: white;
  border-top: 1px dashed rgba(0, 0, 0, 0.125) !important;
}

/* line 3793, app/assets/stylesheets/DominosTheme.scss */
.titleMyCoupons {
  align-items: center;
  color: #0078ae;
  display: flex !important;
  font-family: PizzaPress;
  font-size: 26px;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  padding-left: 20px;
}

/* line 3804, app/assets/stylesheets/DominosTheme.scss */
.titleCardMyCoupons {
  color: black;
  font-family: Poppins;
  font-size: 14.8px;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 0.5px;
}

/* line 3813, app/assets/stylesheets/DominosTheme.scss */
.borderButtonMyCoupon {
  border-top: 1px solid #e2dede;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f8f8f8;
}

/* line 3820, app/assets/stylesheets/DominosTheme.scss */
.imgMyCoupons {
  height: 185px;
}

/* line 3824, app/assets/stylesheets/DominosTheme.scss */
.backgroundPlaceOrder {
  background: #f3f3f3;
  border: 1px solid #dbdbdb;
  margin-top: 20px;
  box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 #9d9d9d;
}

/* line 3831, app/assets/stylesheets/DominosTheme.scss */
.marginButtonAddCoupon {
  margin-top: 1rem;
}

/* line 3836, app/assets/stylesheets/DominosTheme.scss */
#userHasAvailableCoupons .alert-primary {
  width: 95% !important;
}

/* line 3839, app/assets/stylesheets/DominosTheme.scss */
#userHasAvailableCoupons .textAvailableCoupons, #userHasAvailableCoupons .textAvailableCouponsWithoutAccount {
  font-family: Poppins;
  font-weight: bolder;
  letter-spacing: 0.15px;
  text-align: center;
}

/* line 3845, app/assets/stylesheets/DominosTheme.scss */
#userHasAvailableCoupons .textAvailableCoupons a, #userHasAvailableCoupons .textAvailableCouponsWithoutAccount a {
  color: #013f89 !important;
}

/* line 3852, app/assets/stylesheets/DominosTheme.scss */
.alertsMessages .alert {
  width: 75%;
  text-align: center;
}

/* line 3858, app/assets/stylesheets/DominosTheme.scss */
.formAddCoupon {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

/* line 3861, app/assets/stylesheets/DominosTheme.scss */
.formAddCoupon input, .formAddCoupon button {
  font-size: 14px;
}

/* line 3866, app/assets/stylesheets/DominosTheme.scss */
.btn-outline-dominos {
  color: #085a89;
  border-color: #085a89;
}

/* line 3869, app/assets/stylesheets/DominosTheme.scss */
.btn-outline-dominos:hover {
  background: #085a89;
  color: white;
}

/* line 3875, app/assets/stylesheets/DominosTheme.scss */
.textInfoAddCoupon {
  font-weight: bolder;
  color: #085a89;
  text-align: left;
  padding-left: 0px;
  margin-bottom: 0.75rem;
}

/* line 3883, app/assets/stylesheets/DominosTheme.scss */
.textInfoAddCouponSantander {
  font-weight: bolder;
  color: #a80000;
  text-align: left;
  padding-left: 0px;
  margin-bottom: 0.75rem;
  font-size: 14px;
}

/* line 3892, app/assets/stylesheets/DominosTheme.scss */
h1.tituloConsultaTarjetas {
  font-family: Pizzapress;
}

/* line 3896, app/assets/stylesheets/DominosTheme.scss */
.error-consulta-tarjetas h3 {
  font-family: Pizzapress;
  color: red;
}

/* line 3904, app/assets/stylesheets/DominosTheme.scss */
.textDiscountAmount th {
  font-weight: 100 !important;
  color: #282b29;
}

/* line 3910, app/assets/stylesheets/DominosTheme.scss */
.finalPriceCartContent {
  background: #f7f7f7 !important;
}

/* line 3914, app/assets/stylesheets/DominosTheme.scss */
.card {
  box-shadow: 0 4px 8px 0 #0000001a, 0 6px 20px 0 #ede9e9;
  border: 1px solid #c4c2c2;
}

/* line 3922, app/assets/stylesheets/DominosTheme.scss */
.frameStores .cardStores {
  border: 1px solid #d6d6d7;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
  border-radius: 5px;
}

/* line 3930, app/assets/stylesheets/DominosTheme.scss */
.frameStores .cardStores div, .frameStores .cardStores p, .frameStores .cardStores table, .frameStores .cardStores span {
  color: #4f4f4f;
}

/* line 3934, app/assets/stylesheets/DominosTheme.scss */
.frameStores .cardStores .noBorderRadiusRight {
  padding-left: .75rem;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* line 3940, app/assets/stylesheets/DominosTheme.scss */
.frameStores .cardStores .noBorderRadiusLeft {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

/* line 3945, app/assets/stylesheets/DominosTheme.scss */
.frameStores .cardStores .table-borderless th,
.frameStores .cardStores .table-borderless td,
.frameStores .cardStores .table-borderless thead th,
.frameStores .cardStores .table-borderless tbody + tbody {
  border-radius: 6px;
}

/* line 3951, app/assets/stylesheets/DominosTheme.scss */
.frameStores .cardStores table > tbody > tr {
  letter-spacing: .25px;
}

/* line 3955, app/assets/stylesheets/DominosTheme.scss */
.frameStores .cardStores .card-title {
  border-top: 2.5px solid #006491;
  border-top-right-radius: 5px;
  border-top-left-radius: 1px;
  color: #191919;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: .55rem;
}

/* line 3967, app/assets/stylesheets/DominosTheme.scss */
.frameStores .cardStores .card-body {
  padding-top: .75rem;
}

/* line 3971, app/assets/stylesheets/DominosTheme.scss */
.frameStores .cardStores .currentDay {
  background: #ecedec;
  font-weight: bolder;
  color: #2c2b2b;
}

/* line 3975, app/assets/stylesheets/DominosTheme.scss */
.frameStores .cardStores .currentDay:hover {
  background: #c0c5c0;
}

/* line 3980, app/assets/stylesheets/DominosTheme.scss */
.frameStores .cardStores img {
  height: 330px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  box-shadow: 2px 0 5px -2px #848484;
}

/* line 3989, app/assets/stylesheets/DominosTheme.scss */
.frameStores .card-footer {
  background: #f8f2f2;
}

/* line 3995, app/assets/stylesheets/DominosTheme.scss */
.listCoupons {
  border: 1px solid #d6d4d4;
  padding: 0px;
  margin-bottom: 2rem !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 #ffffff;
}

/* line 4001, app/assets/stylesheets/DominosTheme.scss */
.listCoupons .imgEdited {
  width: 100%;
  margin-top: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #9b9b9b;
}

/* line 4009, app/assets/stylesheets/DominosTheme.scss */
.listCoupons .contentCoupons {
  margin: 1rem;
}

/* line 4012, app/assets/stylesheets/DominosTheme.scss */
.listCoupons .contentCoupons p {
  margin-top: .60rem;
  margin-bottom: .60rem;
}

/* line 4017, app/assets/stylesheets/DominosTheme.scss */
.listCoupons .contentCoupons p.font-poppins {
  color: #494949;
}

/* line 4022, app/assets/stylesheets/DominosTheme.scss */
.listCoupons .btn {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 #727272;
}

/* line 4029, app/assets/stylesheets/DominosTheme.scss */
.frameCart div, .frameCart p, .frameCart span {
  font-family: Arial;
}

/* line 4033, app/assets/stylesheets/DominosTheme.scss */
.frameCart .carousel-inner > img {
  min-height: 300px;
  max-height: 300px;
  width: 100%;
}

/* line 4039, app/assets/stylesheets/DominosTheme.scss */
.frameCart .card {
  background-color: #fff !important;
  border-radius: 6px !important;
  border: 1px solid #f3f3f3;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 2.5rem;
}

/* line 4046, app/assets/stylesheets/DominosTheme.scss */
.frameCart .card .card-body {
  padding-top: 0rem;
}

/* line 4050, app/assets/stylesheets/DominosTheme.scss */
.frameCart .card .card-title {
  background: #006491;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  font-size: 19px;
  font-family: PizzaPress !important;
  padding-left: 1rem;
  padding-top: .65rem;
  padding-bottom: .65rem;
}

/* line 4062, app/assets/stylesheets/DominosTheme.scss */
.frameCart .card .titleDetailOrder {
  margin-bottom: 2rem;
}

/* line 4070, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardCarts .hrColor {
  border: 1px solid #e0dede;
}

/* line 4074, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardCarts .cartCoupons {
  border-bottom: 1px solid #c8c6c6;
  margin-top: 1rem;
}

/* line 4079, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardCarts .cartCoupons, .frameCart .cardCarts .cartOrderItems {
  margin-bottom: 1.5rem;
  width: 100%;
}

/* line 4084, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardCarts .cartOrderItems {
  padding-bottom: 1rem;
}

/* line 4088, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardCarts .titleCartCoupons, .frameCart .cardCarts .titleOrderItems {
  color: #006491;
  font-weight: bolder;
  margin-bottom: 1rem;
  text-transform: uppercase;
  width: 100%;
}

/* line 4096, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardCarts .contentCouponCart {
  color: #3d3d3d;
  margin-bottom: 1.35rem;
  padding-left: 2.5rem;
  width: 100%;
}

/* line 4103, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardCarts .contentOrderCart {
  border-bottom: 1px solid #ebeaea;
  margin-bottom: 1.1rem;
  padding-bottom: 0.5rem;
  width: 100%;
}

/* line 4109, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardCarts .contentOrderCart .titleItem {
  text-transform: capitalize;
  margin: 0 10px 0 0;
  font-family: PizzaPress !important;
}

/* line 4116, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardCarts .discount {
  background: #f7f7f7;
  padding-bottom: 1rem;
  padding-top: 1rem;
  max-width: 100%;
}

/* line 4122, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardCarts .discount div {
  font-family: Poppins-Regular !important;
  color: #2c2c2c;
}

/* line 4129, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardCarts .totalAmount {
  background: #f7f7f7;
  border-bottom: 1px solid #c8c6c6;
  border-top: 1px solid #ebeaea;
  margin-top: -18px !important;
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 100%;
}

/* line 4138, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardCarts .totalAmount div {
  color: #2c2c2c;
  font-size: 19px;
  font-weight: 700;
}

/* line 4149, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardAddToYourOrder .addProductOrder {
  width: 100%;
  margin-top: -22px;
}

/* line 4154, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardAddToYourOrder .cartIcon {
  -webkit-transform: scaleX(-1);
  box-shadow: none !important;
  height: 22px;
  transform: scaleX(-1);
  margin-right: 0.3rem;
  width: 22px;
}

/* line 4163, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardAddToYourOrder .textAddToYourOrder {
  text-align: center;
  text-transform: uppercase;
  margin-top: 1rem;
}

/* line 4169, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardAddToYourOrder .editImage {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15) !important;
}

/* line 4173, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardAddToYourOrder .buttonAddSuggestedProduct {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 #ede9e9;
}

/* line 4179, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardAddToYourOrder .rowDrinks {
  margin-top: 1rem;
  width: 100%;
}

/* line 4186, app/assets/stylesheets/DominosTheme.scss */
.frameCart .cardInfo .card-title {
  font-size: 18px;
}

/* line 4191, app/assets/stylesheets/DominosTheme.scss */
.frameCart .alertTextMixAndMatch {
  font-family: Poppins-Regular !important;
  margin-bottom: 2.5rem;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
}

/* line 4200, app/assets/stylesheets/DominosTheme.scss */
.tableCouponOrders {
  border-left: 1px solid #d6d6d6 !important;
  border-right: 1px solid #d6d6d6 !important;
}

/* line 4206, app/assets/stylesheets/DominosTheme.scss */
.rowEdited .card {
  margin-bottom: 3rem;
}

/* line 4211, app/assets/stylesheets/DominosTheme.scss */
.imgWebPayCart {
  width: 190px;
  height: 58px;
}

/* line 4216, app/assets/stylesheets/DominosTheme.scss */
.payOnline {
  border-bottom: 1px solid #e9eff3;
  padding-bottom: .65rem;
}

/* line 4221, app/assets/stylesheets/DominosTheme.scss */
.suggestionPizza {
  max-width: 100%;
  margin-bottom: 2rem;
}

/* line 4226, app/assets/stylesheets/DominosTheme.scss */
.btnPayMethod {
  color: #494848;
  font-size: 16px;
  border: 0px;
  margin-bottom: 10px;
  box-shadow: none !important;
  width: 120px;
}

/* line 4234, app/assets/stylesheets/DominosTheme.scss */
.btnPayMethod img {
  margin-right: 0rem;
}

/* line 4239, app/assets/stylesheets/DominosTheme.scss */
.borderPayMethod {
  border: 1.4px solid #006491;
}

/* line 4243, app/assets/stylesheets/DominosTheme.scss */
.noProductsText {
  color: #4a4d4f;
  text-align: center;
  padding-left: .5rem;
  padding-right: .5rem;
  margin-bottom: 1.5rem;
}

/* line 4250, app/assets/stylesheets/DominosTheme.scss */
.noProductsText a {
  color: #4a4d4f !important;
}

/* line 4255, app/assets/stylesheets/DominosTheme.scss */
.cardAfterWebPay {
  border-radius: 6px;
}

/* line 4258, app/assets/stylesheets/DominosTheme.scss */
.cardAfterWebPay div {
  font-family: Poppins-Regular;
  color: #4d4c4c;
}

/* line 4263, app/assets/stylesheets/DominosTheme.scss */
.cardAfterWebPay .card-title {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 1px solid #e6e6e6;
  color: white;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 4278, app/assets/stylesheets/DominosTheme.scss */
.cardAfterWebPay .card-body {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

/* line 4282, app/assets/stylesheets/DominosTheme.scss */
.cardAfterWebPay .card-body .titlePayment {
  color: #3f3e3e;
  font-size: 16px;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/* line 4290, app/assets/stylesheets/DominosTheme.scss */
.cardAfterWebPay .card-body ul > li {
  margin-bottom: .35rem;
}

/* line 4294, app/assets/stylesheets/DominosTheme.scss */
.cardAfterWebPay .card-body table > thead > tr > th {
  font-weight: normal;
}

/* line 4298, app/assets/stylesheets/DominosTheme.scss */
.cardAfterWebPay .card-body table > tbody > tr {
  color: #5c5c5c;
}

/* line 4302, app/assets/stylesheets/DominosTheme.scss */
.cardAfterWebPay .card-body tfoot {
  background: #f6f5f5;
}

/* line 4307, app/assets/stylesheets/DominosTheme.scss */
.cardAfterWebPay .textRed {
  background: linear-gradient(to bottom, #d54646 0%, #c31919 100%);
}

/* line 4311, app/assets/stylesheets/DominosTheme.scss */
.cardAfterWebPay .textGreen {
  background: linear-gradient(to bottom, #30be4f 0%, #23973e 100%);
}

/* line 4315, app/assets/stylesheets/DominosTheme.scss */
.cardAfterWebPay .textCheckOrder {
  font-size: 19px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-align: center;
  margin-bottom: 0px;
}

/* line 4323, app/assets/stylesheets/DominosTheme.scss */
.cardAfterWebPay .errorText {
  font-size: 17px;
  line-height: 2rem;
}

/* line 4328, app/assets/stylesheets/DominosTheme.scss */
.cardAfterWebPay .iconCheck {
  background: #f8f5f5;
  border-radius: 60px;
  color: #cdc9c9;
  padding: .65rem;
}

/* line 4335, app/assets/stylesheets/DominosTheme.scss */
.cardAfterWebPay .iconExclamation {
  background: #f8f5f5;
  border-radius: 60px;
  color: #cdc9c9;
  padding: .65rem;
}

/* line 4343, app/assets/stylesheets/DominosTheme.scss */
.cardNewUser {
  margin-left: .45rem;
  margin-right: .45rem;
}

/* line 4347, app/assets/stylesheets/DominosTheme.scss */
.cardNewUser p, .cardNewUser div, .cardNewUser label {
  letter-spacing: -0.2px;
}

/* line 4351, app/assets/stylesheets/DominosTheme.scss */
.cardNewUser .card-title {
  background: linear-gradient(to bottom, #006796 0%, #164978 100%);
  color: white;
  font-family: PizzaPress !important;
  text-align: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  margin-bottom: 2rem;
}

/* line 4361, app/assets/stylesheets/DominosTheme.scss */
.cardNewUser .newUserForm {
  width: 100%;
}

/* line 4364, app/assets/stylesheets/DominosTheme.scss */
.cardNewUser .newUserForm label {
  color: #363636;
}

/* line 4368, app/assets/stylesheets/DominosTheme.scss */
.cardNewUser .newUserForm .form-row {
  text-align: left;
}

/* line 4372, app/assets/stylesheets/DominosTheme.scss */
.cardNewUser .newUserForm .form-group {
  margin-bottom: 1.85rem;
}

/* line 4376, app/assets/stylesheets/DominosTheme.scss */
.cardNewUser .newUserForm .col-form-label {
  font-size: 15.8px;
  font-family: Roboto;
  text-align: right;
}

/* line 4382, app/assets/stylesheets/DominosTheme.scss */
.cardNewUser .newUserForm .inputTokenCode {
  border-top: 1px solid #f1f1f1;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.85rem;
}

/* line 4395, app/assets/stylesheets/DominosTheme.scss */
.cardNewUser .newUserForm .requiredInputs {
  text-align: left;
  font-size: 14px;
}

/* line 4402, app/assets/stylesheets/DominosTheme.scss */
.cardNewUser .card-footer {
  background: #f3f1f1;
}

/* line 4407, app/assets/stylesheets/DominosTheme.scss */
.btnConfirmOrder {
  font-size: 20px;
  font-family: Poppins-Regular !important;
  font-weight: bolder;
  letter-spacing: .5px;
}

/* line 4414, app/assets/stylesheets/DominosTheme.scss */
.cardRegisterSuccessful {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 4418, app/assets/stylesheets/DominosTheme.scss */
.cardRegisterSuccessful .card-title {
  background: linear-gradient(to bottom, #22ae42 0%, #1c8934 100%);
  font-family: PizzaPress;
  font-size: 26px;
  color: white;
  text-align: center;
  padding-top: .65rem;
  padding-bottom: .65rem;
}

/* line 4427, app/assets/stylesheets/DominosTheme.scss */
.cardRegisterSuccessful .card-title img {
  width: 35px;
  height: 35px;
  margin-top: -0.35rem;
  margin-right: .25rem;
}

/* line 4435, app/assets/stylesheets/DominosTheme.scss */
.cardRegisterSuccessful .card-body {
  font-family: Poppins-Regular;
  text-align: center;
}

/* line 4439, app/assets/stylesheets/DominosTheme.scss */
.cardRegisterSuccessful .card-body p {
  color: #1e1e1e;
}

/* line 4444, app/assets/stylesheets/DominosTheme.scss */
.cardRegisterSuccessful .textInfo {
  font-size: 18px;
  color: #434343 !important;
}

/* line 4450, app/assets/stylesheets/DominosTheme.scss */
.modal-open {
  overflow: scroll !important;
}

/* line 4455, app/assets/stylesheets/DominosTheme.scss */
.modalPromo .owl-theme .owl-dots .owl-dot {
  outline: none;
}

/* line 4459, app/assets/stylesheets/DominosTheme.scss */
.modalPromo .owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 22px;
  border: 0.1px solid #f3ecec;
  border-radius: 0;
  display: block;
  transition: opacity 200ms ease;
  margin: 0;
}

/* line 4469, app/assets/stylesheets/DominosTheme.scss */
.modalPromo .owl-theme .owl-dots .owl-dot.active span {
  background: #0078ae;
}

/* line 4473, app/assets/stylesheets/DominosTheme.scss */
.modalPromo ul > li {
  font-size: 15px;
  color: #9da0a1;
  margin-left: 20px;
  margin-top: 10px;
}

/* line 4480, app/assets/stylesheets/DominosTheme.scss */
.modalPromo ul > h6 {
  font-size: 16px;
  font-family: PizzaPress;
  text-align: center;
}

/* line 4486, app/assets/stylesheets/DominosTheme.scss */
.modalPromo .showProducts {
  background-color: #e6e6e6;
  border: 1px solid #d9d9d9;
  padding: .833333333em;
  margin-bottom: 1em;
  font-weight: 700;
}

/* line 4494, app/assets/stylesheets/DominosTheme.scss */
.modalPromo .progressBox {
  width: 100%;
  display: flex;
  padding: 20px;
  height: 140px;
}

/* line 4501, app/assets/stylesheets/DominosTheme.scss */
.modalPromo .circle {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #9da0a1;
}

/* line 4508, app/assets/stylesheets/DominosTheme.scss */
.modalPromo .lineProgress {
  width: 15%;
  height: 6px;
  background-color: #9da0a1;
}

/* line 4514, app/assets/stylesheets/DominosTheme.scss */
.modalPromo .textCircle {
  margin-top: 30%;
  margin-left: -33% !important;
  color: white;
  font-family: PizzaPress;
  font-size: 22px;
  text-align: center;
}

/* line 4523, app/assets/stylesheets/DominosTheme.scss */
.modalPromo .textProgress {
  min-width: 120px;
  margin-top: 5px;
  margin-left: -95%;
  font-family: PizzaPress !important;
  color: #0078ae;
  font-size: 14px;
  display: none;
}

/* line 4535, app/assets/stylesheets/DominosTheme.scss */
.modalPromo .slick-initialized .slick-slide {
  padding-right: 1rem;
}

/* line 4539, app/assets/stylesheets/DominosTheme.scss */
.modalPromo .modal-coupon {
  position: relative;
  display: block !important;
  margin-left: 7px !important;
  margin-right: 7px;
  min-width: 25%;
  max-width: 241px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid white;
  border-radius: 0.25rem;
}

/* line 4552, app/assets/stylesheets/DominosTheme.scss */
.modalPromo .img-coupon {
  width: 120px !important;
  text-align: center;
}

/* line 4557, app/assets/stylesheets/DominosTheme.scss */
.modalPromo .btn-modal-coupon {
  font-family: PizzaPress;
  font-size: 14px;
  text-align: center;
  margin-left: 35%;
  margin-bottom: 10px;
}

/* line 4565, app/assets/stylesheets/DominosTheme.scss */
.modalPromo .modal-coupon-nombre {
  font-family: PizzaPress;
  font-size: 18px;
  color: #282828;
  position: relative;
  border-bottom: solid 1px grey !important;
}

/* line 4573, app/assets/stylesheets/DominosTheme.scss */
.modalPromo .modal-coupon-ingredientes {
  font-size: 12px;
  position: relative;
  color: grey;
  text-align: left;
  height: 32px;
}

/* line 4581, app/assets/stylesheets/DominosTheme.scss */
.modalPromo .liEdited {
  font-weight: bold !important;
  text-transform: uppercase !important;
  background: #006491 !important;
  color: white !important;
  margin-bottom: 1% !important;
  text-align: center !important;
}

/* line 4593, app/assets/stylesheets/DominosTheme.scss */
.CustomModal .owl-theme .owl-dots .owl-dot {
  outline: none;
}

/* line 4597, app/assets/stylesheets/DominosTheme.scss */
.CustomModal .owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 22px;
  border: 0.1px solid #f3ecec;
  border-radius: 0;
  display: block;
  transition: opacity 200ms ease;
  margin: 0;
}

/* line 4607, app/assets/stylesheets/DominosTheme.scss */
.CustomModal .owl-theme .owl-dots .owl-dot.active span {
  background: #0078ae;
}

/* line 4611, app/assets/stylesheets/DominosTheme.scss */
.CustomModal ul > li {
  font-size: 15px;
  color: #9da0a1;
  margin-left: 20px;
  margin-top: 10px;
}

/* line 4618, app/assets/stylesheets/DominosTheme.scss */
.CustomModal ul > h6 {
  font-size: 16px;
  font-family: PizzaPress;
  text-align: center;
}

/* line 4624, app/assets/stylesheets/DominosTheme.scss */
.CustomModal .showProducts {
  background-color: #e6e6e6;
  border: 1px solid #d9d9d9;
  padding: .833333333em;
  margin-bottom: 1em;
  font-weight: 700;
}

/* line 4632, app/assets/stylesheets/DominosTheme.scss */
.CustomModal .progressBox {
  width: 100%;
  display: flex;
  padding: 20px;
  height: 140px;
}

/* line 4639, app/assets/stylesheets/DominosTheme.scss */
.CustomModal .circle {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #9da0a1;
}

/* line 4646, app/assets/stylesheets/DominosTheme.scss */
.CustomModal .lineProgress {
  width: 15%;
  height: 6px;
  background-color: #9da0a1;
}

/* line 4652, app/assets/stylesheets/DominosTheme.scss */
.CustomModal .textCircle {
  margin-top: 30%;
  margin-left: -33% !important;
  color: white;
  font-family: PizzaPress;
  font-size: 22px;
  text-align: center;
}

/* line 4661, app/assets/stylesheets/DominosTheme.scss */
.CustomModal .textProgress {
  min-width: 120px;
  margin-top: 5px;
  margin-left: -95%;
  font-family: PizzaPress !important;
  color: #0078ae;
  font-size: 14px;
  display: none;
}

/* line 4673, app/assets/stylesheets/DominosTheme.scss */
.CustomModal .slick-initialized .slick-slide {
  padding-right: 1rem;
}

/* line 4677, app/assets/stylesheets/DominosTheme.scss */
.CustomModal .modal-coupon {
  position: relative;
  display: block !important;
  margin-left: 7px !important;
  margin-right: 7px;
  min-width: 25%;
  max-width: 241px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid white;
  border-radius: 0.25rem;
}

/* line 4690, app/assets/stylesheets/DominosTheme.scss */
.CustomModal .img-coupon {
  width: 120px !important;
  text-align: center;
}

/* line 4695, app/assets/stylesheets/DominosTheme.scss */
.CustomModal .btn-modal-coupon {
  font-family: PizzaPress;
  font-size: 14px;
  text-align: center;
  margin-left: 35%;
  margin-bottom: 10px;
}

/* line 4703, app/assets/stylesheets/DominosTheme.scss */
.CustomModal .modal-coupon-nombre {
  font-family: PizzaPress;
  font-size: 18px;
  color: #282828;
  position: relative;
  border-bottom: solid 1px grey !important;
}

/* line 4711, app/assets/stylesheets/DominosTheme.scss */
.CustomModal .modal-coupon-ingredientes {
  font-size: 12px;
  position: relative;
  color: grey;
  text-align: left;
  height: 32px;
}

/* line 4719, app/assets/stylesheets/DominosTheme.scss */
.CustomModal .liEdited {
  font-weight: bold !important;
  text-transform: uppercase !important;
  background: #006491 !important;
  color: white !important;
  margin-bottom: 1% !important;
  text-align: center !important;
}

/* line 4731, app/assets/stylesheets/DominosTheme.scss */
.cardSelectStores .card-title {
  color: #282828;
  text-align: left;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

@media (min-width: 300px) and (max-width: 320px) {
  /* line 4743, app/assets/stylesheets/DominosTheme.scss */
  .suggestedProductInfo, .buttonAddSuggestedProduct {
    font-size: 11.5px;
  }
  /* line 4746, app/assets/stylesheets/DominosTheme.scss */
  .suggestedProductInfo i, .buttonAddSuggestedProduct i {
    display: none;
  }
  /* line 4752, app/assets/stylesheets/DominosTheme.scss */
  .titleCouponAdded, .subTitleCouponAdded {
    font-size: 16px !important;
  }
  /* line 4756, app/assets/stylesheets/DominosTheme.scss */
  .editImage {
    height: 70px !important;
    width: 160px !important;
  }
  /* line 4762, app/assets/stylesheets/DominosTheme.scss */
  .cardAfterWebPay .card-title {
    font-size: 18px;
  }
  /* line 4768, app/assets/stylesheets/DominosTheme.scss */
  .contentOrderCart .col-5 {
    margin-left: -5px;
  }
  /* line 4771, app/assets/stylesheets/DominosTheme.scss */
  .contentOrderCart .col-3 {
    margin-left: -5px;
    margin-right: -19px;
  }
  /* line 4775, app/assets/stylesheets/DominosTheme.scss */
  .contentOrderCart .col-2 {
    margin-left: 0px;
    margin-right: 14px;
  }
  /* line 4781, app/assets/stylesheets/DominosTheme.scss */
  #popupPromoBebidas, .popup {
    padding: 1px;
  }
  /* line 4783, app/assets/stylesheets/DominosTheme.scss */
  #popupPromoBebidas #closePopupDrink, .popup #closePopupDrink {
    margin-left: -8px;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  /* line 4792, app/assets/stylesheets/DominosTheme.scss */
  .suggestedProductInfo, .buttonAddSuggestedProduct {
    font-size: 12.5px;
  }
  /* line 4801, app/assets/stylesheets/DominosTheme.scss */
  .contentOrderCart .col-3 {
    max-width: 22%;
    margin-left: -4px;
    margin-right: -12px;
  }
  /* line 4807, app/assets/stylesheets/DominosTheme.scss */
  .contentOrderCart .col-2 {
    margin-right: 8px;
  }
}

@media (min-width: 321px) and (max-width: 425px) {
  /* line 4815, app/assets/stylesheets/DominosTheme.scss */
  .cardAfterWebPay .card-title {
    font-size: 20.3px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  /* line 4822, app/assets/stylesheets/DominosTheme.scss */
  .suggestedProductInfo, .buttonAddSuggestedProduct {
    font-size: 14px;
  }
  /* line 4827, app/assets/stylesheets/DominosTheme.scss */
  .contentOrderCart .col-3 {
    max-width: 24%;
    margin-right: -14px;
  }
  /* line 4831, app/assets/stylesheets/DominosTheme.scss */
  .contentOrderCart .col-2 {
    margin-right: 8px;
  }
  /* line 4838, app/assets/stylesheets/DominosTheme.scss */
  .contenedor_pasos_myp .linea_arma {
    margin-top: 10% !important;
  }
  /* line 4844, app/assets/stylesheets/DominosTheme.scss */
  .steps {
    width: 300px;
    margin-left: 0px !important;
  }
}

@media (min-width: 320px) and (max-width: 650px) {
  /* line 4852, app/assets/stylesheets/DominosTheme.scss */
  .body-heineken {
    width: 80vw;
    height: 80vh;
    overflow-y: scroll;
  }
  /* line 4858, app/assets/stylesheets/DominosTheme.scss */
  .priceInfo {
    font-size: 14px !important;
  }
  /* line 4862, app/assets/stylesheets/DominosTheme.scss */
  .imgSuggestedDrink {
    height: 80px;
  }
  /* line 4866, app/assets/stylesheets/DominosTheme.scss */
  #suggestionPopup {
    width: auto;
  }
  /* line 4870, app/assets/stylesheets/DominosTheme.scss */
  .suggested-product-popup-price {
    font-size: 14.5px;
  }
  /* line 4874, app/assets/stylesheets/DominosTheme.scss */
  #comprobarDatosPopup {
    overflow-y: scroll !important;
  }
  /* line 4880, app/assets/stylesheets/DominosTheme.scss */
  .borderFrameLegal .titleMyCoupons {
    font-size: 18px;
  }
  /* line 4884, app/assets/stylesheets/DominosTheme.scss */
  .borderFrameLegal .card-deck {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 4889, app/assets/stylesheets/DominosTheme.scss */
  .borderFrameLegal .btn-red {
    width: 140px;
    font-size: 18px;
  }
  /* line 4894, app/assets/stylesheets/DominosTheme.scss */
  .borderFrameLegal .legalCard {
    width: 86%;
    margin-bottom: 25px;
  }
  /* line 4899, app/assets/stylesheets/DominosTheme.scss */
  .borderFrameLegal .rowEdited {
    width: 99%;
  }
  /* line 4903, app/assets/stylesheets/DominosTheme.scss */
  .borderFrameLegal .btn-green {
    font-size: 15px;
  }
  /* line 4907, app/assets/stylesheets/DominosTheme.scss */
  .borderFrameLegal .titleCouponAdded {
    font-size: 18px;
    padding-left: 5px;
  }
  /* line 4912, app/assets/stylesheets/DominosTheme.scss */
  .borderFrameLegal .rowDrinks {
    padding-left: .3rem !important;
  }
  /* line 4917, app/assets/stylesheets/DominosTheme.scss */
  .currentDay {
    letter-spacing: -1.5px !important;
  }
  /* line 4921, app/assets/stylesheets/DominosTheme.scss */
  .text-muted {
    letter-spacing: -1.5px !important;
  }
  /* line 4925, app/assets/stylesheets/DominosTheme.scss */
  .textInfoAddCoupon {
    text-align: center !important;
  }
  /* line 4929, app/assets/stylesheets/DominosTheme.scss */
  .fontPriceCarritoFinal {
    font-size: 14.5px;
  }
  /* line 4933, app/assets/stylesheets/DominosTheme.scss */
  .listCoupons {
    width: 102%;
    margin-left: -3px;
  }
  /* line 4937, app/assets/stylesheets/DominosTheme.scss */
  .listCoupons .imgEdited {
    height: 120px;
  }
  /* line 4941, app/assets/stylesheets/DominosTheme.scss */
  .listCoupons .btn {
    font-size: 14px;
  }
  /* line 4948, app/assets/stylesheets/DominosTheme.scss */
  .cardAddToYourOrder .editImage {
    height: 90px;
    width: 130px;
  }
  /* line 4953, app/assets/stylesheets/DominosTheme.scss */
  .cardAddToYourOrder .drinksImage {
    height: 85px;
  }
  /* line 4960, app/assets/stylesheets/DominosTheme.scss */
  .cartOrderItems .pricesCart {
    padding-left: 0px;
    padding-right: .75rem;
  }
  /* line 4968, app/assets/stylesheets/DominosTheme.scss */
  .frameCart .card-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 4973, app/assets/stylesheets/DominosTheme.scss */
  .frameCart .textAddToYourOrder {
    font-size: 13px;
  }
  /* line 4977, app/assets/stylesheets/DominosTheme.scss */
  .frameCart .card .titleDetailOrder {
    margin-bottom: 2rem;
  }
  /* line 4983, app/assets/stylesheets/DominosTheme.scss */
  .couponDiscount .textDiscount {
    font-size: 17.4px;
  }
  /* line 4988, app/assets/stylesheets/DominosTheme.scss */
  .cardNewUser .card-title {
    font-size: 22px;
  }
  /* line 4992, app/assets/stylesheets/DominosTheme.scss */
  .cardNewUser .col-form-label {
    text-align: left;
  }
  /* line 4997, app/assets/stylesheets/DominosTheme.scss */
  .borderBottomResponsive {
    border-bottom: .05px solid #dbdbdb;
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
  }
  /* line 5003, app/assets/stylesheets/DominosTheme.scss */
  .paddingResponsive {
    padding-top: 1rem;
  }
  /* line 5007, app/assets/stylesheets/DominosTheme.scss */
  .textInfoAddCoupon {
    font-size: 13px;
  }
  /* line 5012, app/assets/stylesheets/DominosTheme.scss */
  .listCoupons .btn {
    width: 62%;
  }
  /* line 5019, app/assets/stylesheets/DominosTheme.scss */
  formTokenCode
.modalPromo .img-coupon {
    width: 100px !important;
  }
  /* line 5022, app/assets/stylesheets/DominosTheme.scss */
  formTokenCode
.modalPromo .modal-title {
    font-size: 20px;
  }
  /* line 5026, app/assets/stylesheets/DominosTheme.scss */
  formTokenCode
.modalPromo .modal-coupon {
    margin-left: 7% !important;
    max-width: 260px;
  }
  /* line 5031, app/assets/stylesheets/DominosTheme.scss */
  formTokenCode
.modalPromo .showProducts p {
    font-size: 14px;
  }
  /* line 5036, app/assets/stylesheets/DominosTheme.scss */
  formTokenCode
.modalPromo .slide-title {
    font-size: 17px;
    margin-top: 1rem !important;
  }
  /* line 5041, app/assets/stylesheets/DominosTheme.scss */
  formTokenCode
.modalPromo .circle {
    height: 50px;
    width: 50px;
  }
  /* line 5046, app/assets/stylesheets/DominosTheme.scss */
  formTokenCode
.modalPromo .lineProgress {
    width: 20% !important;
    height: 6px;
    margin-top: 23px !important;
  }
  /* line 5052, app/assets/stylesheets/DominosTheme.scss */
  formTokenCode
.modalPromo .textCircle {
    margin-top: 35%;
    margin-left: -33% !important;
    font-size: 18px;
    text-align: center;
  }
  /* line 5059, app/assets/stylesheets/DominosTheme.scss */
  formTokenCode
.modalPromo .textProgress {
    min-width: 120px;
    margin-left: -140%;
    font-size: 14px;
    display: none;
  }
  /* line 5069, app/assets/stylesheets/DominosTheme.scss */
  .CustomModal .img-coupon {
    width: 100px !important;
  }
  /* line 5072, app/assets/stylesheets/DominosTheme.scss */
  .CustomModal .modal-title {
    font-size: 20px;
  }
  /* line 5076, app/assets/stylesheets/DominosTheme.scss */
  .CustomModal .modal-coupon {
    margin-left: 7% !important;
    max-width: 260px;
  }
  /* line 5081, app/assets/stylesheets/DominosTheme.scss */
  .CustomModal .showProducts p {
    font-size: 14px;
  }
  /* line 5086, app/assets/stylesheets/DominosTheme.scss */
  .CustomModal .slide-title {
    font-size: 17px;
    margin-top: 1rem !important;
  }
  /* line 5091, app/assets/stylesheets/DominosTheme.scss */
  .CustomModal .circle {
    height: 50px;
    width: 50px;
  }
  /* line 5096, app/assets/stylesheets/DominosTheme.scss */
  .CustomModal .lineProgress {
    width: 20% !important;
    height: 6px;
    margin-top: 23px !important;
  }
  /* line 5102, app/assets/stylesheets/DominosTheme.scss */
  .CustomModal .textCircle {
    margin-top: 35%;
    margin-left: -33% !important;
    font-size: 18px;
    text-align: center;
  }
  /* line 5109, app/assets/stylesheets/DominosTheme.scss */
  .CustomModal .textProgress {
    min-width: 120px;
    margin-left: -140%;
    font-size: 14px;
    display: none;
  }
  /* line 5117, app/assets/stylesheets/DominosTheme.scss */
  .owl-theme .owl-dots .owl-dot span {
    width: 22px;
    height: 12px;
  }
  /* line 5122, app/assets/stylesheets/DominosTheme.scss */
  .btn-green {
    letter-spacing: 1.5px;
  }
  /* line 5126, app/assets/stylesheets/DominosTheme.scss */
  #chooseSizePopup {
    width: -webkit-fill-available;
  }
  /* line 5130, app/assets/stylesheets/DominosTheme.scss */
  .pizza_size_name {
    font-weight: 600;
    font-size: 12px;
  }
  /* line 5135, app/assets/stylesheets/DominosTheme.scss */
  .configurarPizzaPopup .mipizza {
    margin-top: -60px !important;
  }
  /* line 5149, app/assets/stylesheets/DominosTheme.scss */
  #masa .margin-text-user {
    border-top: 1px solid #adb3b6;
  }
  /* line 5154, app/assets/stylesheets/DominosTheme.scss */
  .popup .frame {
    margin-top: 20px;
  }
  /* line 5158, app/assets/stylesheets/DominosTheme.scss */
  #dough-thin {
    margin-left: -10px !important;
  }
  /* line 5162, app/assets/stylesheets/DominosTheme.scss */
  .menu-list li .category-content .category-title {
    font-size: 20px;
  }
  /* line 5166, app/assets/stylesheets/DominosTheme.scss */
  .menu-list li .category-content .category-description {
    font-size: 12px;
  }
  /* line 5172, app/assets/stylesheets/DominosTheme.scss */
  .steps {
    width: 97%;
    margin-left: -10px;
    margin-bottom: 52px;
  }
  /* line 5178, app/assets/stylesheets/DominosTheme.scss */
  .steps li {
    width: 31%;
  }
  /* line 5181, app/assets/stylesheets/DominosTheme.scss */
  .steps li p {
    padding: 8px 10px !important;
    display: block;
    font-size: 10px !important;
    font-weight: bold;
    font-family: One Dot Condensed Bold,Arial Narrow,Arial,Helvetica,sans-serif;
    text-indent: 5px !important;
  }
  /* line 5191, app/assets/stylesheets/DominosTheme.scss */
  #alert-work-with-us {
    margin-top: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 5199, app/assets/stylesheets/DominosTheme.scss */
  .body-heineken {
    width: 28vw;
    height: 80vh;
    overflow-y: scroll;
  }
  /* line 5205, app/assets/stylesheets/DominosTheme.scss */
  #suggestionPopup {
    width: 450px;
  }
  /* line 5209, app/assets/stylesheets/DominosTheme.scss */
  #popupPromoBebidas {
    width: 450px;
  }
  /* line 5214, app/assets/stylesheets/DominosTheme.scss */
  #carrito .quantityInCar {
    font-family: Poppins-Regular;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 1rem;
  }
  /* line 5221, app/assets/stylesheets/DominosTheme.scss */
  #carrito .cartImage {
    margin-top: -1.15rem;
    margin-right: 0.25rem;
    margin-left: -0.2rem;
  }
}

@media (min-width: 1024px) {
  /* line 5230, app/assets/stylesheets/DominosTheme.scss */
  .body-heineken {
    width: 30vw;
    height: 80vh;
    overflow-y: scroll;
  }
  /* line 5236, app/assets/stylesheets/DominosTheme.scss */
  #suggestionPopup {
    width: 450px;
    height: 800px;
    left: 45%;
    top: 3.5%;
  }
  /* line 5243, app/assets/stylesheets/DominosTheme.scss */
  #popupPromoBebidas {
    width: 650px;
    height: auto;
    left: 45%;
    top: 3.5%;
    zoom: 85%;
  }
}

@media (min-width: 651px) {
  /* line 5253, app/assets/stylesheets/DominosTheme.scss */
  .body-heineken {
    width: 28vw;
    height: 80vh;
    overflow-y: scroll;
  }
  /* line 5259, app/assets/stylesheets/DominosTheme.scss */
  .imgSuggestedDrink {
    height: 130px;
  }
  /* line 5263, app/assets/stylesheets/DominosTheme.scss */
  .suggested-product-popup-price {
    font-size: 16px;
  }
  /* line 5269, app/assets/stylesheets/DominosTheme.scss */
  .borderFrameLegal .card-deck {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  /* line 5274, app/assets/stylesheets/DominosTheme.scss */
  .borderFrameLegal .btn-red {
    width: 190px;
    font-size: 18px;
  }
  /* line 5279, app/assets/stylesheets/DominosTheme.scss */
  .borderFrameLegal .shadowFrame {
    box-shadow: 0 6px 20px 0 #edebeb !important;
  }
  /* line 5283, app/assets/stylesheets/DominosTheme.scss */
  .borderFrameLegal .titleCouponAdded {
    font-size: 20px;
    padding-left: 17px;
  }
  /* line 5288, app/assets/stylesheets/DominosTheme.scss */
  .borderFrameLegal .subTitleCouponAdded {
    font-size: 16px;
  }
  /* line 5294, app/assets/stylesheets/DominosTheme.scss */
  .fontPriceCarritoFinal {
    font-size: 18px !important;
  }
  /* line 5298, app/assets/stylesheets/DominosTheme.scss */
  .listCoupons {
    width: 95%;
    margin-right: 1rem !important;
    margin-left: 2%;
  }
  /* line 5303, app/assets/stylesheets/DominosTheme.scss */
  .listCoupons .imgEdited {
    height: 165px;
  }
  /* line 5307, app/assets/stylesheets/DominosTheme.scss */
  .listCoupons .btn {
    font-size: 18px;
  }
  /* line 5315, app/assets/stylesheets/DominosTheme.scss */
  .frameCart .card-body {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  /* line 5321, app/assets/stylesheets/DominosTheme.scss */
  .frameCart .cardAddToYourOrder .editImage {
    height: 150px;
    width: 175px;
  }
  /* line 5326, app/assets/stylesheets/DominosTheme.scss */
  .frameCart .cardAddToYourOrder .drinksImage {
    height: 155px;
  }
  /* line 5330, app/assets/stylesheets/DominosTheme.scss */
  .frameCart .cardAddToYourOrder .rowDrinks {
    padding-left: 2.25rem !important;
  }
  /* line 5335, app/assets/stylesheets/DominosTheme.scss */
  .frameCart .textAddToYourOrder {
    font-size: 15px;
  }
}

@media (min-width: 651px) and (max-width: 600px) {
  /* line 5337, app/assets/stylesheets/DominosTheme.scss */
  .frameCart .textAddToYourOrder .tracker {
    font-size: 10px;
    padding: 20px 5px 0px 10px;
  }
  /* line 5341, app/assets/stylesheets/DominosTheme.scss */
  .frameCart .textAddToYourOrder .number-status {
    font-size: 14px;
  }
  /* line 5345, app/assets/stylesheets/DominosTheme.scss */
  .frameCart .textAddToYourOrder .estado-del-pedido .estado-1, .frameCart .textAddToYourOrder .estado-del-pedido .estado-2, .frameCart .textAddToYourOrder .estado-del-pedido .estado-3, .frameCart .textAddToYourOrder .estado-del-pedido .estado-4, .frameCart .textAddToYourOrder .estado-del-pedido .estado-5 {
    padding: 10px 4px 10px 4px;
  }
  /* line 5349, app/assets/stylesheets/DominosTheme.scss */
  .frameCart .textAddToYourOrder .estado-texto {
    bottom: 10px;
  }
}

@media (min-width: 651px) {
  /* line 5359, app/assets/stylesheets/DominosTheme.scss */
  .cardAfterWebPay .card-title {
    font-size: 24px;
  }
  /* line 5362, app/assets/stylesheets/DominosTheme.scss */
  .cardAfterWebPay .iconCheck, .cardAfterWebPay .iconExclamation {
    font-size: 90px;
  }
  /* line 5368, app/assets/stylesheets/DominosTheme.scss */
  .cardNewUser .card-title {
    font-size: 28px;
  }
  /* line 5373, app/assets/stylesheets/DominosTheme.scss */
  .w-95 {
    width: 95% !important;
  }
  /* line 5377, app/assets/stylesheets/DominosTheme.scss */
  .textInfoAddCoupon {
    font-size: 14px;
  }
  /* line 5382, app/assets/stylesheets/DominosTheme.scss */
  .listCoupons .btn {
    width: 50%;
  }
  /* line 5392, app/assets/stylesheets/DominosTheme.scss */
  #masa .margin-text-user {
    border-top: 0px;
    border-left: 0px;
  }
  /* line 5411, app/assets/stylesheets/DominosTheme.scss */
  .contenedor_pasos_myp .linea_arma {
    margin-top: 32px !important;
    height: 8px;
  }
  /* line 5424, app/assets/stylesheets/DominosTheme.scss */
  .menu-list .col-md-6 {
    margin-bottom: 15px;
  }
  /* line 5427, app/assets/stylesheets/DominosTheme.scss */
  .menu-list li .category-content .category-title {
    margin-left: 10px;
  }
  /* line 5431, app/assets/stylesheets/DominosTheme.scss */
  .menu-list li .category-content .category-description {
    margin-left: 10px;
  }
}

@media (min-width: 769px) {
  /* line 5442, app/assets/stylesheets/DominosTheme.scss */
  #changeStorePopup {
    width: 800px;
    margin-left: -450px;
    top: 150px;
  }
  /* line 5448, app/assets/stylesheets/DominosTheme.scss */
  #minimunPricePopup {
    width: 800px;
    margin-left: -450px;
    top: 150px;
  }
  /* line 5454, app/assets/stylesheets/DominosTheme.scss */
  .ti1tleMyCoupons {
    font-size: 26px;
  }
  /* line 5458, app/assets/stylesheets/DominosTheme.scss */
  .widthCardDeck {
    justify-content: center !important;
  }
  /* line 5462, app/assets/stylesheets/DominosTheme.scss */
  .legalCard {
    margin-right: 30px;
  }
  /* line 5466, app/assets/stylesheets/DominosTheme.scss */
  .containerMargin {
    margin-top: 2rem;
    width: 1100px;
    margin-left: 400px;
  }
  /* line 5473, app/assets/stylesheets/DominosTheme.scss */
  .pizzas-section .pizzas-section-row .row {
    margin-left: -13px !important;
  }
}

/* line 5479, app/assets/stylesheets/DominosTheme.scss */
.contenedor {
  position: relative;
  display: inline-block;
  text-align: center;
}

/* line 5485, app/assets/stylesheets/DominosTheme.scss */
.centrado {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: Montserrat;
  font-size: 40px;
  color: white;
  border-color: red;
}

/* line 5496, app/assets/stylesheets/DominosTheme.scss */
.btn-type-dough {
  color: #006491;
  font-size: 12px;
  border: 1px solid #006491;
  margin-bottom: 10px;
  box-shadow: none !important;
}

/* line 5504, app/assets/stylesheets/DominosTheme.scss */
.btn-type-dough-click {
  color: #f7f8f6 !important;
  background: #0078ae;
  font-size: 12px;
  border: 1px solid #006491;
  margin-bottom: 10px;
  box-shadow: none !important;
}

/* line 5513, app/assets/stylesheets/DominosTheme.scss */
.size_pizza-radio-08 {
  color: #006491;
  width: 48px;
  height: 48px;
  background: #b8d6e3;
  border-radius: 50%;
  border: 1px solid #006491;
  margin-bottom: 0px;
}

/* line 5524, app/assets/stylesheets/DominosTheme.scss */
.size_pizza-radio-12 {
  color: #006491;
  width: 53px;
  height: 53px;
  background: #b8d6e3;
  border-radius: 50%;
  border: 1px solid #006491;
  margin-bottom: 0px;
}

/* line 5535, app/assets/stylesheets/DominosTheme.scss */
.size_pizza-radio-14 {
  color: #006491;
  width: 57px;
  height: 57px;
  background: #b8d6e3;
  border-radius: 50%;
  border: 1px solid #006491;
  margin-bottom: 0px;
}

/* line 5546, app/assets/stylesheets/DominosTheme.scss */
.size_pizza-radio-16 {
  color: #006491;
  width: 62px;
  height: 62px;
  background: #b8d6e3;
  border-radius: 50%;
  border: 1px solid #006491;
  margin-bottom: 0px;
}

/* line 5557, app/assets/stylesheets/DominosTheme.scss */
.radio-active {
  background: #006491;
  color: white !important;
  font-size: 20px;
}

/* line 5563, app/assets/stylesheets/DominosTheme.scss */
.pizza_size_name {
  display: inline-block;
  color: #0078ae;
  font-weight: 700;
  padding-top: .5em;
  cursor: pointer;
}

/* line 5571, app/assets/stylesheets/DominosTheme.scss */
#pizza_size_price {
  color: #acadad;
}

/* line 5576, app/assets/stylesheets/DominosTheme.scss */
.legend-myp label {
  display: inline-block;
  text-align: center;
}

/* line 5580, app/assets/stylesheets/DominosTheme.scss */
.legend-myp label:first-child {
  text-align: left;
}

/* line 5583, app/assets/stylesheets/DominosTheme.scss */
.legend-myp label:last-child {
  text-align: right;
}

/* line 5588, app/assets/stylesheets/DominosTheme.scss */
.hEeApB {
  height: 30px;
  width: 100%;
  background-color: #e9e8e8;
  position: relative;
  display: flex;
  flex-grow: 1;
  max-width: 450px;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 4px;
}

/* line 5601, app/assets/stylesheets/DominosTheme.scss */
.hEeApB .eQxICF {
  display: flex;
  justify-content: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
}

/* line 5609, app/assets/stylesheets/DominosTheme.scss */
.hEeApB .hWLd {
  height: 30px;
  position: absolute;
  background-color: #0078ae;
  top: 0px;
  z-index: 1;
  left: 0px;
  width: 80px;
  border-radius: 15px;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  color: white !important;
}

/* line 5622, app/assets/stylesheets/DominosTheme.scss */
.hEeApB .ENpJQ {
  height: 30px;
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  padding-top: 8px;
  z-index: 2;
  color: #6a6a77;
  transition: color 0.3s ease 0.1s;
  box-shadow: none;
}

/* line 5638, app/assets/stylesheets/DominosTheme.scss */
.myp_text_dough {
  font-size: 14px;
  font-family: Poppins-Regular !important;
  color: grey;
}

/* line 5644, app/assets/stylesheets/DominosTheme.scss */
.pedidosTienda-container {
  margin-top: 2%;
  margin-bottom: 0;
  font-size: 0.8rem;
  padding-bottom: 0;
}

/* line 5650, app/assets/stylesheets/DominosTheme.scss */
.historyStore-container {
  margin-top: 2%;
  margin-bottom: 0;
  font-size: 0.9rem;
  padding-bottom: 0;
  max-width: 80%;
}

/* line 5658, app/assets/stylesheets/DominosTheme.scss */
#cambioStatusStore, #historyStore {
  margin-bottom: 20px;
  font-size: 0.9rem;
  width: 100% !important;
}

/* line 5662, app/assets/stylesheets/DominosTheme.scss */
#cambioStatusStore td.details-control, #historyStore td.details-control {
  background-image: url(/assets/icons/details_open-c374a68a37bc9955991d3e65afda39ee4f908f357a4c0d5a05dda7d03c8d7e29.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

/* line 5668, app/assets/stylesheets/DominosTheme.scss */
#cambioStatusStore tr.shown td.details-control, #historyStore tr.shown td.details-control {
  background-image: url(/assets/icons/details_close-5cabfb28f8df947c7f5289a5ebc3f38262aa693a176afcec93fde3aa7748f46f.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 5676, app/assets/stylesheets/DominosTheme.scss */
#pedidosTienda, #pedidosAgregadores, #pedidosOrdenes, #storesReports, #errorStores, #historyAgregadores, #agregatorStadistics {
  margin-bottom: 20px;
  font-size: 0.7rem;
  width: 100% !important;
}

/* line 5680, app/assets/stylesheets/DominosTheme.scss */
#pedidosTienda td.details-control, #pedidosAgregadores td.details-control, #pedidosOrdenes td.details-control, #storesReports td.details-control, #errorStores td.details-control, #historyAgregadores td.details-control, #agregatorStadistics td.details-control {
  background-image: url(/assets/icons/details_open-c374a68a37bc9955991d3e65afda39ee4f908f357a4c0d5a05dda7d03c8d7e29.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

/* line 5686, app/assets/stylesheets/DominosTheme.scss */
#pedidosTienda tr.shown td.details-control, #pedidosAgregadores tr.shown td.details-control, #pedidosOrdenes tr.shown td.details-control, #storesReports tr.shown td.details-control, #errorStores tr.shown td.details-control, #historyAgregadores tr.shown td.details-control, #agregatorStadistics tr.shown td.details-control {
  background-image: url(/assets/icons/details_close-5cabfb28f8df947c7f5289a5ebc3f38262aa693a176afcec93fde3aa7748f46f.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 5693, app/assets/stylesheets/DominosTheme.scss */
#recuperarAgregadores, #uber_report {
  margin-bottom: 20px;
  font-size: 0.7rem;
}

/* line 5696, app/assets/stylesheets/DominosTheme.scss */
#recuperarAgregadores td.details-control, #uber_report td.details-control {
  background-image: url(/assets/icons/details_open-c374a68a37bc9955991d3e65afda39ee4f908f357a4c0d5a05dda7d03c8d7e29.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

/* line 5702, app/assets/stylesheets/DominosTheme.scss */
#recuperarAgregadores tr.shown td.details-control, #uber_report tr.shown td.details-control {
  background-image: url(/assets/icons/details_close-5cabfb28f8df947c7f5289a5ebc3f38262aa693a176afcec93fde3aa7748f46f.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 5710, app/assets/stylesheets/DominosTheme.scss */
.dataTables_wrapper {
  margin: 0 20px 20px 20px;
}

/* line 5716, app/assets/stylesheets/DominosTheme.scss */
.steps {
  list-style-type: none;
  padding: 0;
}

/* line 5720, app/assets/stylesheets/DominosTheme.scss */
.steps li {
  display: inline-block;
  margin-bottom: 3px;
  z-index: 2;
}

/* line 5725, app/assets/stylesheets/DominosTheme.scss */
.steps li a, .steps li p {
  background: #e31837;
  padding: 8px 20px;
  color: white;
  display: block;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-indent: 12px;
}

/* line 5735, app/assets/stylesheets/DominosTheme.scss */
.steps li a:hover, .steps li p:hover {
  text-decoration: none;
}

/* line 5738, app/assets/stylesheets/DominosTheme.scss */
.steps li a:before, .steps li p:before {
  border-bottom: 18px solid transparent;
  border-left: 12px solid #fff;
  border-top: 18px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  margin-top: -18px;
}

/* line 5750, app/assets/stylesheets/DominosTheme.scss */
.steps li a:after, .steps li p:after {
  border-bottom: 18px solid transparent;
  border-left: 12px solid #e31837;
  border-top: 18px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  /*right: -12px;*/
  left: 100%;
  top: 50%;
  width: 0;
  margin-top: -18px;
  z-index: 1;
}

/* line 5764, app/assets/stylesheets/DominosTheme.scss */
.steps li.active a, .steps li.active p {
  background: #e31837;
  color: #fff;
}

/* line 5768, app/assets/stylesheets/DominosTheme.scss */
.steps li.active a:after, .steps li.active p:after {
  border-left: 12px solid #e31837;
}

/* line 5771, app/assets/stylesheets/DominosTheme.scss */
.steps li.undone a, .steps li.undone p {
  background: #006491;
  color: white;
}

/* line 5775, app/assets/stylesheets/DominosTheme.scss */
.steps li.undone a:after, .steps li.undone p:after {
  border-left: 12px solid #006491;
}

/* line 5778, app/assets/stylesheets/DominosTheme.scss */
.steps li.undone p {
  color: white;
}

/* line 5782, app/assets/stylesheets/DominosTheme.scss */
.frame-status-page {
  margin-top: 0rem;
}

/* line 5786, app/assets/stylesheets/DominosTheme.scss */
#alert-work-with-us {
  text-align: center;
  display: none;
  margin-bottom: 0rem;
  margin-top: 78px;
}

/* line 5791, app/assets/stylesheets/DominosTheme.scss */
#alert-work-with-us p {
  margin-bottom: 0rem;
}

/* line 5796, app/assets/stylesheets/DominosTheme.scss */
.wwus-error {
  color: #D8354A;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: -10px;
  padding-left: 28px;
  display: none;
}

@media (max-width: 600px) {
  /* line 5806, app/assets/stylesheets/DominosTheme.scss */
  .tracker {
    font-size: 10px;
    padding: 20px 5px 0px 10px;
  }
  /* line 5810, app/assets/stylesheets/DominosTheme.scss */
  .number-status {
    font-size: 14px;
  }
  /* line 5814, app/assets/stylesheets/DominosTheme.scss */
  .estado-del-pedido .estado-1, .estado-del-pedido .estado-2, .estado-del-pedido .estado-3, .estado-del-pedido .estado-4, .estado-del-pedido .estado-5 {
    padding: 10px 4px 10px 4px;
  }
  /* line 5816, app/assets/stylesheets/DominosTheme.scss */
  .estado-del-pedido .estado-1 p, .estado-del-pedido .estado-2 p, .estado-del-pedido .estado-3 p, .estado-del-pedido .estado-4 p, .estado-del-pedido .estado-5 p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 5823, app/assets/stylesheets/DominosTheme.scss */
  .estado-texto {
    bottom: 10px;
  }
}

@media (max-width: 320px) {
  /* line 5829, app/assets/stylesheets/DominosTheme.scss */
  .tracker {
    font-size: 9px;
    padding: 20px 5px 0px 10px;
  }
  /* line 5833, app/assets/stylesheets/DominosTheme.scss */
  .estado-del-pedido .estado-1, .estado-del-pedido .estado-2, .estado-del-pedido .estado-3, .estado-del-pedido .estado-4, .estado-del-pedido .estado-5 {
    padding: 14px 4px 14px 4px;
  }
  /* line 5836, app/assets/stylesheets/DominosTheme.scss */
  .number-status {
    font-size: 14px;
  }
}

/* Root element */
/* line 5842, app/assets/stylesheets/DominosTheme.scss */
.json-document {
  padding: 1em 2em;
}

/* Syntax highlighting for JSON objects */
/* line 5847, app/assets/stylesheets/DominosTheme.scss */
ul.json-dict, ol.json-array {
  list-style-type: none;
  margin: 0 0 0 1px;
  border-left: 1px dotted #ccc;
  padding-left: 2em;
}

/* line 5853, app/assets/stylesheets/DominosTheme.scss */
.json-string {
  color: #0B7500;
}

/* line 5856, app/assets/stylesheets/DominosTheme.scss */
.json-literal {
  color: #1A01CC;
  font-weight: bold;
}

/* Toggle button */
/* line 5862, app/assets/stylesheets/DominosTheme.scss */
a.json-toggle {
  position: relative;
  color: inherit;
  text-decoration: none;
}

/* line 5867, app/assets/stylesheets/DominosTheme.scss */
a.json-toggle:focus {
  outline: none;
}

/* line 5870, app/assets/stylesheets/DominosTheme.scss */
a.json-toggle:before {
  font-size: 1.1em;
  color: #c0c0c0;
  content: "\25BC";
  /* down arrow */
  position: absolute;
  display: inline-block;
  width: 1em;
  text-align: center;
  line-height: 1em;
  left: -1.2em;
}

/* line 5881, app/assets/stylesheets/DominosTheme.scss */
a.json-toggle:hover:before {
  color: #aaa;
}

/* line 5884, app/assets/stylesheets/DominosTheme.scss */
a.json-toggle.collapsed:before {
  /* Use rotated down arrow, prevents right arrow appearing smaller than down arrow in some browsers */
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* Collapsable placeholder links */
/* line 5890, app/assets/stylesheets/DominosTheme.scss */
a.json-placeholder {
  color: #aaa;
  padding: 0 1em;
  text-decoration: none;
}

/* line 5895, app/assets/stylesheets/DominosTheme.scss */
a.json-placeholder:hover {
  text-decoration: underline;
}

/* line 5899, app/assets/stylesheets/DominosTheme.scss */
.no-zoom {
  -webkit-transform: none;
          transform: none;
}

/* line 5904, app/assets/stylesheets/DominosTheme.scss */
.fade-50 {
  opacity: 0.5;
}

/* line 5911, app/assets/stylesheets/DominosTheme.scss */
#tipSelector .btn.btn-tips {
  border-radius: 1%;
  font-family: Roboto, sans-serif;
}

/* line 5915, app/assets/stylesheets/DominosTheme.scss */
#tipSelector .btn.btn-tips.active {
  background: #006491;
}
