body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  background: #f9f9f9;
  color: #162838;
  font-family: 'Open Sans', Roboto, sans-serif;
}
header {
  background: #fff;
  width: 100%;
  border-bottom: 2px solid #e0e0e0;
  position: fixed;
  z-index: 99;
  top: 0px;
}
header .logo {
  max-width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
header .return {
  display: none;
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: #005cb3;
  text-decoration: none;
}
div,
section {
  box-sizing: border-box;
}
header .container {
  padding: 2rem;
}
.hide {
  display: none !important;
}
button {
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  text-align: center;
  font-weight: 600;
  box-sizing: border-box;
  cursor: pointer;
}
button.primary {
  background-color: #004f92;
  border-color: #004f92;
  color: #f9f9f9;
}
.container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.container.hidden {
  display: none;
}
.container .main-section {
  width: 100%;
  margin-top: 10rem;
}
.container .main-error {
  color: #f00;
}
.loading {
  margin: 0 auto;
  margin-top: 10rem;
  text-align: center;
}
.message {
  text-align: center;
  border-radius: 8px;
  padding: 1rem;
  display: block;
}
.error {
  color: red;
}
h3 {
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
ul.date-list {
  padding-inline-start: 0px;
}
.order-section,
.date-selection {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  margin: 1.5rem 1.5rem 1rem 1.5rem;
}
.order-section.thank-you,
.date-selection.thank-you,
.order-section.errors,
.date-selection.errors {
  margin-top: 10rem;
}
.date-selection {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.date-item {
  cursor: pointer;
  text-align: center;
}
#update-button {
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#update-button.disabled {
  background: #666;
  border: 0px;
}
.order-section .heading {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 3rem;
  position: relative;
  line-height: 2rem;
}
section.confirm {
  margin-top: 10rem;
  text-align: center;
}
section.confirm a {
  margin-top: 1rem;
  display: block;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.date-item {
  margin: 1rem;
  border-radius: 0px;
  text-transform: uppercase;
}
.date-item .date-obj {
  padding: 2px 0;
}
.date-item .date-obj .month {
  font-size: 1.1rem;
}
.date-item .date-obj .date {
  font-size: 3rem;
  font-weight: bold;
}
.date-item .date-obj .day {
  font-size: 1rem;
}
.date-item.active .date-obj {
  background-color: #004f92;
  color: #fff;
}
.date-item:focus {
  border: 0px;
  border-radius: 0px;
  outline: none;
}
.row.info {
  display: flex;
}
.col {
  width: 50%;
  padding: 2rem 3rem;
}
.address-line {
  display: block;
  margin: 0.5rem 0;
  text-transform: capitalize;
  padding-left: 16px;
}
.address-line.upgrade {
  display: flex;
  align-items: center;
}
.address-line strong {
  margin: 1rem 0;
  margin-left: -16px;
}
.address-line label {
  font-weight: bold;
}
.address-line.delivered {
  padding: 1rem 0;
}
.address-line.delivered2 {
  font-style: italic;
  padding: 0.5rem 0;
}
.address-line strong {
  display: block;
}
.address-line span {
  display: block;
}
.address-line .day {
  display: inline-block;
  width: 90px;
}
.address-line.delivery,
.address-line.delivered2,
.address-line.delivered,
.address-line.upgrade {
  padding-left: 0px;
}
.address-line.delivery > strong,
.address-line.delivered2 > strong,
.address-line.delivered > strong,
.address-line.upgrade > strong {
  margin-left: 0px;
}
.address-line.delivery > span,
.address-line.delivered2 > span,
.address-line.delivered > span,
.address-line.upgrade > span {
  padding-left: 16px;
}
.address-line.upgrade .bl {
  color: #004f92;
  font-weight: bold;
}
.address-line.upgrade .b {
  color: #000;
  font-weight: bold;
}
.deliveryinfo svg.icon {
  width: 40px;
}
.deliveryinfo .info {
  margin-bottom: 3rem;
  width: 40%;
  padding-right: 4rem;
}
@media all and (max-width: 800px) {
  .deliveryinfo .info {
    width: 100%;
  }
}
.calendar-box {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.calendar-box h3 {
  width: 100%;
}
.calendar-box .calendar-wrap {
  margin: 0;
}
@media all and (max-width: 800px) {
  .calendar-box .calendar-wrap {
    margin: 0 auto;
  }
}
.calendar-box .calendar-holder {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.calendar-box .keys {
  width: 100%;
  display: flex;
  max-width: 480px;
  justify-content: flex-end;
  margin-top: 8px;
}
.calendar-box .keys .key {
  padding: 4px;
}
.calendar-box .keys .key span {
  margin-right: 4px;
  padding: 2px 4px;
  text-decoration: underline;
}
.calendar-box .keys .key.selected span {
  color: #fff;
  background: #024EA3;
}
@media all and (max-width: 800px) {
  .calendar-box {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  .col {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .row.info {
    flex-wrap: wrap;
  }
  .col {
    padding: 1rem 0;
  }
  .line-item {
    padding: 0.1rem 0;
  }
  .address-line.delivered {
    font-size: 0.8rem;
  }
  .address-line.upgrade input[type=checkbox] {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.2rem 0 0;
  }
  .address-line.upgrade .bl {
    font-size: 0.8rem;
  }
  .address-line.upgrade .b {
    margin-left: 0.2rem;
    font-size: 1rem;
  }
  .address-line.delivered2 {
    font-size: 0.8rem;
  }
  .address-line.delivery {
    margin: 0;
    font-size: 1rem;
  }
}
/*Calendar Styling*/
.calendar-wrap {
  z-index: 1;
  background: #fff;
  padding: 15px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  overflow: auto;
  border: 1px solid #000;
}
.calendar-wrap * {
  box-sizing: border-box;
}
.calendar-wrap h3 {
  text-align: center;
  margin: 0 0 -34px 0;
  padding-top: 6px;
}
.calendar-buttons {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  clear: both;
}
.calendar-buttons button {
  cursor: pointer;
  display: inline-block;
  /*background:#004f92; color:#fff; border:0px solid #004f92; border-radius:4px; padding:5px 10px;*/
  background: transparent;
  border: 0px;
}
.calendar-buttons button.disabled {
  display: none;
  background: #666;
  border: #666;
}
.calendar-table {
  width: 100%;
}
.calendar-table .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.calendar-table .day,
.calendar-table .heading {
  width: calc(100% / 7);
  padding: 20px 5px;
  border: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: top;
}
.calendar-table .day {
  cursor: pointer;
}
.calendar-table .day span {
  pointer-events: none;
  text-decoration: underline;
}
.calendar-table .day.disabled span {
  text-decoration: none;
}
.date-picker.selected {
  font-weight: bold;
  border: 1px dashed #001f3f;
}
.calendar-table .day:hover,
.calendar-table .day:focus {
  background: #C4C4CD;
}
.date-picker.selected.sel {
  background: #024EA3;
  color: #fff;
}
.date-picker.selected.sel span {
  border-bottom: 0px solid currentColor;
}
/* Sunday */
.date-picker:nth-child(1) {
  color: #001f3f;
}
/* Friday */
/* Arrows*/
.calendar-wrap .prev {
  float: left;
  position: relative;
}
.calendar-wrap .prev::after {
  content: '';
  border-left: 4px solid #024EA3;
  border-bottom: 4px solid #024EA3;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 8px;
  transform: rotate(45deg);
}
.calendar-wrap .next {
  float: right;
  position: relative;
}
.calendar-wrap .next::after {
  content: '';
  border-right: 4px solid #024EA3;
  border-top: 4px solid #024EA3;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 8px;
  transform: rotate(45deg);
}
.date-picker {
  font-weight: bold;
}
.date-picker.disabled:not(.selected) {
  color: #999 !important;
  cursor: none;
}
button,
button:focus {
  outline: none;
}
@media all and (max-width: 480px) {
  .calendar-table .day,
  .calendar-table .heading {
    padding: 5px;
  }
}
@media all and (max-width: 360px) {
  .order-section,
  .date-selection {
    padding: 0px;
  }
  .calendar-table .weekdays .day {
    padding: 4px;
    font-size: 0.9em;
  }
}
.read-terms {
  width: 50%;
  margin: 0 auto;
  padding: 16px 48px;
}
.read-terms label {
  display: flex;
}
.read-terms label p {
  width: 85%;
  margin: 0;
  margin-left: 1rem;
}
.read-terms label a {
  text-decoration: none;
  cursor: pointer;
  color: #004f92;
}
@media all and (max-width: 640px) {
  .read-terms {
    width: 100%;
  }
}
.has-errors {
  color: red;
  padding: 8px;
  text-align: center;
}
input[type="checkbox"] {
  width: 0.8125rem;
  height: 0.8125rem;
  appearance: none;
  transform: scale(1.5);
  border: 0.0625rem solid #dedede;
  border-color: #333;
}
input[type="checkbox"]:checked {
  background: #0053a0;
}
input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.0625rem;
  width: 0.25rem;
  height: 0.5rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
  box-sizing: inherit;
}
.step-1 label {
  display: block;
  padding: 8px;
}
.verify-code-block {
  position: relative;
  margin-top: 40px;
}
.verify-code-block input#verify-code {
  padding: 8px;
  width: 240px;
  border: 1px solid;
  border-radius: 3px;
}
.verify-code-block input#verify-code.error {
  border: 1px solid red;
  color: black;
}
.verify-code-block label {
  position: absolute;
  top: -8px;
  left: 12px;
  font-size: 12px;
  background-color: #fff;
}
.verify-code-block .verify-errors {
  color: red;
  display: block;
}
.send-errors {
  color: red;
  display: block;
  padding: 10px;
}
.resend-code,
.diff-method {
  border: 0px;
  color: #0053a0;
  background: #fff;
  text-decoration: underline;
  padding: 10px 0px;
}
.diff-method {
  margin: auto;
  display: block;
}
.modal {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.modal:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.modal-holder {
  background: #fff;
  width: 60%;
  margin: auto;
  position: fixed;
  top: 8rem;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media all and (max-width: 768px) {
  .modal-holder {
    width: 95%;
    top: 2rem;
  }
}
.modal-holder .close-btn {
  background: #004f92;
  color: #fff;
  display: flex;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  position: absolute;
  cursor: pointer;
  border: 2px solid #fff;
  top: -10px;
  right: -10px;
}
.modal-holder .content {
  margin: 2rem;
  padding: 1rem;
}
.modal-holder h2 {
  font-weight: normal;
  margin: 20px;
  text-align: center;
}
.modal-holder .btn-next {
  display: block;
  margin: 20px auto;
  width: 60%;
}

