html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("./../fonts/HelveticaNeueLTPro-Lt.woff2") format("woff2"), url("./../fonts/HelveticaNeueLTPro-Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Pro Th";
  src: url("./../fonts/HelveticaNeueLTPro-Th.woff2") format("woff2"), url("./../fonts/HelveticaNeueLTPro-Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
html,
body {
  box-sizing: border-box;
}

div.notification {
  background-color: #a9c737;
  color: white;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.25);
  font-size: 18px;
}

div.systemBtns {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
div.systemBtns a button{
  display:inline-block;
  width: 400px;
}

@media (max-width: 768px) {
  div.systemBtns {
    flex-direction: column;
  }
  div.systemBtns a button{
    width: 100%;
  }
}

button {
  font-family: "HelveticaNeueLTPro", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  fill: #ffffff;
  color: #ffffff;
  background-color: #a9c737;
  border-radius: 10px 10px 10px 10px;
  padding: 10px 20px 10px 20px;
  border: none;
  transition: all 0.2s ease-out;
  cursor: poiter;
}
button.blockCenter {
  display: block;
  margin: 2rem 0;
}
button:hover {
  box-shadow: 0px 0px 10px 5px rgba(169, 199, 55, 0.5);
  transform: scale(1.1);
}
@media (max-width: 768px) {
  button {
    width: 100%;
    margin-bottom: 20px;
  }
  button:hover {
    box-shadow: 0px 0px 10px 5px rgba(169, 199, 55, 0.5);
    transform: scale(1);
  }
}

p.step {
  margin: 4rem 0 2rem 0;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  font-size: 1.3em;
  border-bottom: 1px solid currentColor;
}
p.step span {
  display: block;
  font-size: 1em;
  padding-right: 0.5em;
}

.wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  font-family: "Helvetica Neue LT Pro Th", Arial, Verdana, sans-serif;
  padding: 0 20px;
}

.container form .formFields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 23px;
}
@media (max-width: 768px) {
  .container form .formFields {
    grid-template-columns: 1fr;
  }
}
.container form .formFields div label {
  display: none;
}
.container form .formFields div input {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #757575;
  font-family: "Helvetica Neue LT Pro", Arial, Verdana, sans-serif;
}
.container form .formFields div input::placeholder {
  color: #757575;
  font-family: "Helvetica Neue LT Pro", Arial, Verdana, sans-serif;
}
.container form .flyers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 23px;
}
@media (max-width: 768px) {
  .container form .flyers {
    grid-template-columns: 1fr 1fr;
  }
}
.container form .flyers div label {
  text-align: center;
  display: block;
  font-weight: bold;
  padding: 1em;
  border-radius: 6px;
  background-color: white;
  transition: all 0.2s ease-out;
  font-family: 'Helvetica Neue LT Pro';
}
.container form .flyers div label img {
  display: block;
  width: 100%;
}
.container form .flyers div label.itemSelected {
  background-color: #a9c737;
  color: white;
}
.container form .flyers div input {
  display: none;
}
.container .orderFinal form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 23px;
}
@media (max-width: 768px) {
  .container .orderFinal form {
    grid-template-columns: 1fr;
  }
}
.container .orderFinal form label {
  display: block;
  margin-bottom: 5px;
}
.container .orderFinal form input,
.container .orderFinal form select {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #757575;
}
.container .orderFinal form input::placeholder,
.container .orderFinal form select::placeholder {
  color: #757575;
}

.container .orderFinal form div:nth-child(3){
  grid-column: 1 / 3;
  margin-bottom: 20px;
}

.text-centered{
  text-align:center;
}
/*# sourceMappingURL=main.css.map */
