.header {
  margin-bottom: 2vw;
  padding-right: 2vw;
  padding-left: 2vw;
}

.itemcounttitle {
  margin-top: 2vw;
  margin-bottom: 2vw;
  font-size: 4vw;
  line-height: 5vw;
  text-transform: uppercase;
}

.itemcounttitle.dough {
  margin-top: 0vw;
  margin-bottom: 0vw;
}

.itemtitledough {
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-size: 3vw;
  line-height: 3vw;
}

.doughsizetitle {
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 3vw;
  line-height: 3vw;
}

.accordion-item {
  overflow: hidden;
  width: 100%;
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-field {
  display: none;
  margin-bottom: 0px;
  padding: 0px 1vw;
  font-size: 2vw;
}

.countbuttonblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label {
  margin-bottom: 1vw;
  font-size: 2vw;
  line-height: 3vw;
}

.text-field-2 {
  max-width: 80vw;
  margin-bottom: 0px;
  font-size: 1.5vw;
  line-height: 2vw;
}

.radiobuttongroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radiobox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  height: 4vw;
  margin: 8px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#919191), to(#919191));
  background-image: linear-gradient(180deg, #919191, #919191);
  font-size: 2vw;
}

.radiobox:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#b9b9b9));
  background-image: linear-gradient(180deg, #b9b9b9, #b9b9b9);
}

.radiobuttonstyle {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 2px;
  border-width: 4px;
  border-color: rgba(0, 94, 255, 0);
  border-radius: 0%;
}

.radiobuttonstyle.w--redirected-checked {
  border-color: #08f;
}

.radiolabel {
  color: #fff;
  font-size: 2vw;
}

.logoholder {
  width: 6vw;
  height: 10vw;
  max-height: 15vh;
  margin: 17px 0px;
  background-image: url('../images/brenz-pizza-co-logo-black-rgb.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.image {
  width: 100%;
  height: 1%;
}

.inputfield {
  height: 5vw;
  max-width: 80vw;
  margin-bottom: 1vw;
  font-size: 2vw;
  line-height: 5vw;
}

.submit-button {
  font-size: 2vw;
  line-height: 3vw;
}

.doughrackcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.doughrack {
  width: 45%;
  height: auto;
  padding: 1vw;
}

.doughrack.today {
  padding: 0vw;
}

.doughrack.tomorrow {
  padding: 0vw;
}

.doughrack.dayafter {
  padding: 0vw;
}

.doughrackinputholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5vw;
  border-color: #a8a8a8;
}

.doughrackinputitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.doughrackinputx {
  padding-right: 1vw;
  padding-left: 1vw;
  font-size: 1.5vw;
  line-height: 2vw;
}

.doughrackinputinput {
  height: 3vw;
  max-width: 70%;
  margin-bottom: 0px;
  padding: 1vw 2vw;
  font-size: 2vw;
  line-height: 2vw;
}

.doughrackrule {
  width: 90%;
  height: 0.5vw;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 0.2vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.doughrackinputsizetitle {
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 2vw;
  line-height: 2vw;
}

.doughracktitle {
  margin-top: 0px;
  margin-bottom: 1vw;
  padding: 0vw;
  font-size: 2vw;
  text-align: center;
}

.heading-2 {
  font-size: 2vw;
}

.heading-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.categorytitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.5vw;
  line-height: 2.5vw;
}

.categorytitle.doughtrays {
  color: #9c9c9c;
}

.categorylabel {
  margin-right: 1vw;
  font-size: 1.75vw;
  line-height: 1.75vw;
  font-weight: 400;
}

.categoryitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1vw;
  padding-bottom: 1vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.categoryiteminputbox {
  width: 5vw;
  height: 3vw;
  margin-bottom: 0px;
  font-size: 1.5vw;
  line-height: 1.5px;
}

.categoryinputholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.categoryrule {
  height: 0.1vw;
  margin-right: 1vw;
  margin-left: 1vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #a8a8a8;
}

.categoryrule.thicker {
  height: 0.25vw;
  margin-left: 2vw;
}

.categoryrule.thicker.start {
  max-width: 1vw;
}

.categorytitleholder {
  height: 3vw;
  margin-top: 2vw;
}

.categorysection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.finalsection {
  width: 80vw;
}

.storenameselector {
  height: 5vw;
  margin-bottom: 3vw;
  padding: 1vw;
  border-style: solid;
  border-width: 0.25vw;
  border-color: #8a8a8a;
  background-color: #fff;
  font-size: 2vw;
  line-height: 2vw;
}

.textarea {
  min-height: 10vw;
  margin-bottom: 1vw;
  padding: 0.5vw 1vw;
  border-style: solid;
  border-width: 0.25vw;
  border-color: #868686;
  font-size: 2vw;
  line-height: 2vw;
}

.itemcountbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.itemcountsubtitle {
  color: #a0a0a0;
  font-size: 1.25vw;
  line-height: 1vw;
  font-weight: 400;
}

.nameinputfield {
  min-height: 5vw;
  margin-bottom: 2vw;
  padding: 0.5vw 1vw;
  border-style: solid;
  border-width: 0.25vw;
  border-color: #8f8f8f;
  font-size: 2vw;
  line-height: 2vw;
}

.logobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8vw;
  padding: 2vw 5vw 2vw 2vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.div-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.footerimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6vw;
  height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/brenz-pizza-co-logo-white-rgb.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.doughtitleholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.doughtitleruleholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 479px) {
  .header {
    padding-left: 8vw;
  }

  .itemcounttitle {
    font-size: 8vw;
  }

  .inputfield {
    font-size: 4vw;
  }

  .submit-button {
    font-size: 5vw;
    line-height: 4vw;
  }

  .doughrackcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .doughrack.today {
    width: 85%;
  }

  .doughrack.tomorrow {
    width: 85%;
  }

  .doughrack.dayafter {
    width: 85%;
  }

  .doughrackinputholder {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .doughrackinputx {
    padding-right: 3vw;
    padding-left: 3vw;
    font-size: 3vw;
  }

  .doughrackinputinput {
    height: 8vw;
    padding-right: 3vw;
    padding-left: 3vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .doughrackinputsizetitle {
    font-size: 6vw;
  }

  .doughracktitle {
    font-size: 4vw;
    line-height: 4vw;
    text-align: left;
  }

  .dressingcategory {
    margin-top: 5vw;
    margin-bottom: 3vw;
  }

  .categorytitle {
    font-size: 6vw;
    line-height: 6vw;
  }

  .categorytitle.doughtrays {
    margin-top: 1vw;
  }

  .categorylabel {
    margin-top: 3vw;
    margin-bottom: 0px;
    font-size: 5vw;
    line-height: 5vw;
  }

  .categorylabel.nounititems {
    margin-top: 0vw;
  }

  .categorylabel.finalsection {
    margin-top: 5vw;
    margin-bottom: 2vw;
  }

  .categoryitem {
    min-height: 13vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .categoryiteminputbox {
    width: 12vw;
    height: 8vw;
    border-radius: 1px;
    font-size: 3vw;
    line-height: 3px;
  }

  .categoryrule {
    margin-right: 2vw;
    margin-left: 2vw;
  }

  .categoryrule.thicker {
    height: 1vw;
  }

  .categorytitleholder {
    height: 5vw;
    margin-top: 8vw;
    margin-bottom: 0vw;
  }

  .categorytitleholder.meatscategory {
    height: 5vw;
    margin-top: 5vw;
    margin-bottom: 2vw;
  }

  .categorytitleholder.dressingcategory {
    height: 5vw;
    margin-top: 5vw;
    margin-bottom: 3vw;
  }

  .categorysection {
    margin-top: 5vw;
    margin-bottom: 2vw;
  }

  .doughracktitletopper {
    margin-top: 5vw;
    margin-bottom: 3vw;
  }

  .finalsection {
    overflow: visible;
    width: 80vw;
  }

  .storenameselector {
    height: 12vw;
    font-size: 5vw;
    line-height: 5vw;
  }

  .textarea {
    margin-top: 1vw;
    margin-bottom: 2vw;
    padding: 1vw 2vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .itemcountsubtitle {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 3vw;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nameinputfield {
    padding: 1vw 2vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .logobox {
    height: 20vw;
    padding-left: 10%;
  }

  .footerimage {
    width: 20vw;
  }
}