body {
  font-size: 16px;
  font-weight: 300;
}

h3 {
  font-weight: 500;
  font-size: 22px;
  padding-bottom: 10px;
  padding-top: 20px;
}

#dashboard-master {
  margin-bottom: 20px;
}

.table_icon:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20;
  height: 20;
  cursor: pointer;
}

#queued_order-save:after {
  content: "Save";
  padding: 10 20;
  background-color: #d74344;
  color: white;
  cursor: pointer;
  background: #D74344;
  border-radius: 8px;
  color: #FFFFFF;
  margin: 16px 0;
  font-weight: bold;
  font-size: 16px;
  height: 56px;
}

.queued_order-icon:after {
  margin-top: 5px !important;
  margin-left: 10px;
}

.edit_icon:before {
  cursor: pointer;
  content: "Reschedule my delivery";
  font-size: 16px;
  word-wrap: break-word;
  margin-left: 5px;
}

.edit_icon:after {
  margin-top: 14px;
  margin-left: 5px;
}

#edit_upcoming_delivery {
  display: none;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  color: #222222;
}

#failed_emails li {
  list-style-type: none;
  font-weight: 700;
}

#referral_table tr td:first-child {
  width: 40%;
}

#referral_table tr td:last-child {
  width: 60%;
}

#referral_table input {
  width: 100%;
  margin-bottom: 0;
}

.invite_friends {
  font-size: 14px;
}

#invite_3_friends {
  display: none;
}

#invite_5_friends {
  display: block;
}

#build_box {
  visibility: hidden;
}

.faq {
  position: relative;
  border-bottom: 2px solid #DBDDE0;
  ;
}

.faq p {
  margin: 0;
  font-size: 16px;
  padding: 20 0 20 0;
}

.faq-title {
  cursor: pointer;
}

.faq-title i {
  position: absolute;
  right: 0;
  top: 25;
}

.faq-title p {
  padding: 20 0 20 0;
  font-weight: bold;
}

.faq-body {
  display: none;
}

.faq-body p {
  padding: 0 0 20 0;
}

/* to be able to capitalize first letter */
.firstName,
.lastName {
  display: inline-block;
}

.firstName::first-letter,
.lastName::first-letter {
  text-transform: capitalize;
}

@media (max-width: 700px) {
  .edit_icon:after {
    margin-top: 7px;
  }

  body {
    padding-top: 170px !important;
  }

  #build_box {
    display: flex;
    margin-bottom: 25px;
  }

  #referral_table {
    display: flex;
    flex-direction: column;
  }

  #referral_table tr {
    display: flex;
    flex-direction: column;
  }

  #referral_table tr td {
    width: 100% !important;
  }

  #upcoming_deliveries-body {
    font-size: 12;
  }

  #referral_table td {
    border: 0;
  }

  #referral_table td:first-child {
    padding: 10 0 0 0;
  }

  #referral_table td:last-child {
    padding: 0 0 10 0;
  }

  #referral_table tr:nth-child(4),
  #referral_table tr:nth-child(5) {
    display: none;
  }

  #invite_5_friends {
    display: none;
  }

  #invite_3_friends {
    display: block;
  }
}

@media (min-width: 701px) {
  #referral_table {
    display: table;
  }

  #referral_table td:first-child {
    padding-right: 6;
  }

  #referral_table td:last-child {
    padding-left: 6;
  }

  #referral_table td,
  #referral_table th {
    border: 0;
    padding-bottom: 6;
    padding-top: 6;
  }

  .referral_table-cell {
    margin-bottom: 0;
  }
}

.delivery-status {
  max-width: 100px;
}

.delivery-status input {
  max-width: 100px !important;
}

.noselect {
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  -khtml-user-select: none;
  /* Old versions of Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
  user-select: none;
}

.vertical_menu .vertical_menu-item {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  margin: 16px 0;
}

.vertical_menu .vertical_menu-item:hover:not(.active) {
  color: #D74344;
}

.vertical_menu-item[data-view="help_center"] {
  margin: 32px 0 16px 0;
}

.active {
  color: #d74344;
}

.dashboard-view {
  display: none;
}

.dashboard-title {
  padding-bottom: 10px;
  font-size: 24px;
}

.dashboard-view[data-view="referral"] td {
  margin-bottom: 0;
}

.dashboard-view[data-view="referral"] input {
  margin-bottom: 0;
}

.dashboard_label {
  font-weight: 700;
}

.dashboard-view[data-view="account_details"] .dashboard_label {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #4F4F4F;
}

.dashboard_input {
  width: 100%
}

.dropdown_container {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d74344;
  margin-bottom: 20px;
}

.dropdown_container.status-dropdown {
  border: 1px solid #DBDDE0;
  border-radius: 8px;
}

.capitalize {
  text-transform: capitalize;
}

.dropdown_container .dropdown_menu {
  display: none;
}

.dropdown_default {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 22 12;
  text-decoration: none;
}

.dropdown_default-status {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 22 12;
  text-decoration: none;
}

.dropdown_default.-open {
  border-bottom: 1px solid #d74344;
}

.dropdown_default.-open {
  border-bottom: none;
}

.dropdown_item {
  display: inline-block;
  width: 100%;
  padding: 12 16;
}

.dropdown_default::after {
  content: '';
  width: 20px;
  height: 10px;
  position: absolute;
  top: 17;
  right: 16;
  transform: translateZ(0);
  transition: transform .3s;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20px" transform="rotate(180)" height="10px"><path fill="rgb(35, 12, 12)" d="M0.010,4.129 C0.010,4.371 0.093,4.570 0.258,4.725 C0.650,5.094 1.053,5.094 1.465,4.725 L4.501,1.990 L7.536,4.725 C7.948,5.094 8.351,5.094 8.743,4.725 C8.908,4.570 8.991,4.371 8.991,4.129 C8.991,3.886 8.908,3.687 8.743,3.532 L5.119,0.274 C4.934,0.099 4.728,0.012 4.501,0.012 C4.274,0.012 4.067,0.099 3.881,0.274 L0.258,3.532 C0.093,3.687 0.010,3.886 0.010,4.129 Z"/></svg>');
  background-position: center;
}

.dropdown_default-status::after {
  content: '';
  width: 20px;
  height: 10px;
  position: absolute;
  top: 17;
  right: 16;
  transform: translateZ(0);
  transition: transform .3s;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20px" transform="rotate(180)" height="10px"><path fill="rgb(35, 12, 12)" d="M0.010,4.129 C0.010,4.371 0.093,4.570 0.258,4.725 C0.650,5.094 1.053,5.094 1.465,4.725 L4.501,1.990 L7.536,4.725 C7.948,5.094 8.351,5.094 8.743,4.725 C8.908,4.570 8.991,4.371 8.991,4.129 C8.991,3.886 8.908,3.687 8.743,3.532 L5.119,0.274 C4.934,0.099 4.728,0.012 4.501,0.012 C4.274,0.012 4.067,0.099 3.881,0.274 L0.258,3.532 C0.093,3.687 0.010,3.886 0.010,4.129 Z"/></svg>');
  background-position: center;
}

.dropdown_default.-open::after {
  transform: rotate(-180deg);
  transform-origin: 50% 50%;
}

.dropdown_default-status.-open-status::after {
  transform: rotate(-180deg);
  transform-origin: 50% 50%;
}

.dropdown_container {
  display: none;
}

.email_error,
.name_error {
  display: none;
  color: red;
  font-size: 12;
}

@media (max-width: 700px) {
  .dashboard_label {
    margin-bottom: 5px;
  }

  .vertical_menu {
    display: none;
  }

  .dropdown_container {
    display: inline-block;
  }
}

.step-title {
  font-size: 20px;
  font-weight: 500;
  display: block;
  word-wrap: break-word;
  width: 90%;
}

#queued_order-date {
  border: 0;
  outline: none;
  width: 100%;
  padding: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #222222;
  font-family: Roboto;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #000000;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* Vertical line */
.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #D74344;
  top: 0;
  bottom: 0;
  left: 31px;
  height: 69%;
}

.timeline-container {
  position: relative;
  background-color: inherit;
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  margin-left: -11px;
}

/* The circles on the timeline */
.timeline-container::after {
  content: '1';
  color: white;
  font-size: 24px;
  background-color: #D74344;
  text-align: center;
  line-height: 54px;
  justify-content: center;
  position: absolute;
  width: 54px;
  height: 54px;
  right: -17px;
  border: thin solid red;
  top: 0px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-container:nth-child(2)::after {
  content: '2';
}

.timeline-container:nth-child(3)::after {
  content: '3';
}

.content {
  padding: 10px 30px;
  position: relative;
}

.right::after {
  left: 15px;
}

.btn {
  padding: 11px 42px;
  width: 122px;
  height: 45px;
  border-radius: 8px;
  cursor: pointer;
}

.btn-default {
  background: #FFFFFF;
  color: #d74344;
  font-size: 18px;
  border: 1px solid #d74344;
  font-weight: bold;
}

#past_orders_table {
  width: 100%;
  padding: 10px;
  display: table;
  border-collapse: separate;
  border-spacing: 0 8px;
}

#past_orders_table th {
  padding: 20px 40px;
  text-align: center;
  font-size: 20px;
}

#past_orders_table td {
  padding: 20px 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

#past_orders_table th {
  border: none;
  font-size: 20px;
  color: #4F4F4F;
  padding-bottom: 8px;
  text-align: center;
}

#past_orders_table tr {
  width: 100%;
}

#past_orders_table td {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 32px;
  font-weight: bold;
}

.order-row {
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.order-summary-container {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 500;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.8);
}

.order-summary-overlay {
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
}

.summary-logo {
  width: 100%;
}

.popup-overlay {
  background: rgba(229, 229, 229, 0.45);
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  justify-content: center;
  align-items: center;
}

.popup-overlay-deliveries {
  background: rgba(229, 229, 229, 0.45);
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  justify-content: center;
  align-items: center;
}

.popup-overlay-box-edit-confirm {
  background: rgba(229, 229, 229, 0.45);
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  justify-content: center;
  align-items: center;
}

.popup-overlay-join-next-confirm {
  background: rgba(229, 229, 229, 0.45);
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  justify-content: center;
  align-items: center;
}

.popup-container {
  background: #FFFFFF;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  z-index: 499;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 42px;
  flex-direction: column;
  max-height: 90%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 100%;
  max-width: 800px;
}

#blackout_popup_container,
#credits,
#popup-overlay-box-edit-confirm .popup-container {
  max-width: 500px;
}

.order-summary-header {
  display: flex;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid #D74344;
}

.order-summary-header div {
  width: 33%;
  margin: 0 1%;
}

.order-summary-header p,
input {
  margin-bottom: 0px;
}

.order-summary-header input {
  border: none;
  font-family: inherit;
  font-size: inherit;
  padding: none;
  padding: 0;
}

.order-summary-body {
  height: 100%;
  overflow-y: scroll;
}

#order-summary-table {
  width: 100%;
}

#order-summary-table th,
#order-summary-table td {
  padding: 8px 0px;
}

#order-summary-table tr td {
  border: none;
}

#order-summary-table td {
  font-size: 14px;
  text-align: left;
}

#order-summary-table th {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  border-bottom: 2px solid #E6E6E6;
}

#order-summary-table tr td:last-child {
  text-align: right;
}

#order-summary-table tr th:last-child {
  text-align: right;
}

#order-summary-table th td {
  padding: 8px 0px;
}

#order-summary-table .total-price-row {
  border-top: 2px solid #E6E6E6;
  border-bottom: none;
  font-size: 20px;
}

#order-summary-table .total-price {
  font-size: 20px;
}

#order-summary-table .subtotal {
  font-size: 16px;
  padding-top: 15px;
}

#order-summary-table .total-price,
#order-summary-table .subtotal {
  font-weight: bold;
}

.summary-items {
  border-bottom: 2px solid #E6E6E6;
}

.deliv-title {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}

@media(max-width: 700px) {
  .popup-container {
    width: 98%;
  }

  #order-summary-table th,
  #order-summary-table td {
    padding: 8px 8px;
  }

  .customer-info {
    font-size: 13px;
  }

  .deliv-title {
    font-size: 16px;
  }
}

#delivery-btn {
  background: #D74344;
  border-radius: 8px;
  color: #FFFFFF;
  margin: 16px 0;
  font-weight: bold;
  font-size: 16px;
  height: 56px;
}

#build-box-edit {
  text-decoration: underline;
  cursor: pointer;
}

.box-edit-confirm-body {
  text-align: center;
}

.box-edit-confirm-body h3 {
  font-weight: bold;
  font-size: 24px;
}

.box-edit-confirm-btn {
  background: #D74344;
  border-radius: 8px;
  height: 56px;
  font-size: 16px;
  color: #FFFFFF;
}

.box-edit-confirm-btn:hover {
  color: #FFFFFF;
}

.confirm-edit-cancel {
  text-decoration: underline;
  cursor: pointer;
}

.dashboard-view[data-view="curated_bundles"],
.vertical_menu-item[data-view="curated_bundles"],
.dropdown_item[data-view="curated_bundles"] {
  display: none;
}

.protein_title p {
  margin-bottom: 5;
}

.bundle_price_container {
  position: absolute;
  bottom: 1%;
  right: 7%;
  font-size: 16px;
  font-weight: 500;
  z-index: 8;
  display: none;
}

.protein_title {
  text-align: left;
  width: 100%;
  display: flex;
}

.bundle-btn {
  padding: 8px;
  line-height: 24px;
  margin-bottom: 16px;
  display: block;
  position: absolute;
  bottom: 0px;
}

#package_popup_container .bundle-btn {
  position: unset;
}

.bundle-btn,
.bundle-btn:hover {
  cursor: pointer;
  font-size: 16px;
  color: white;
  background-color: #2A345B;
  border-radius: 8px;
  padding: 8px;
  line-height: 24px;
  width: 100%;
  display: block;
  text-align: center;
}

.package_wrapper {
  position: relative;
  text-align: center;
  width: 31%;
  margin: 0 1%;
  align-items: center;
  justify-content: center;
  display: none;
}

.img {
  width: 100%;
  border-radius: 8px;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.25)
}

.bundles-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.package-info {
  text-align: left;
}

.product-text {
  font-size: 14px;
  margin-bottom: 0px;
  margin: 8px 8px 8px 0;
}

@media(max-width: 700px) {
  .package_wrapper {
    display: none;
    width: 100%;
  }

  .package-info {
    width: 60%;
    margin-left: 2%;
  }

  .img {
    width: 38%;
  }

  .bundle-btn,
  .bundle-btn:hover {
    width: 60%;
    right: 0;
  }

  .product-text {
    font-size: 12px;
  }
}

.dashboard-view[data-view="account_details"] .input_state-default {
  border: 0;
  outline: none;
}

.dashboard-view[data-view="account_details"] .input_state-editable {
  border-radius: 8px;
  border: 1px solid #999999;
}

.dashboard-view[data-view="account_details"] .dashboard_input {
  font-size: 16px;
}

#account-details-edit,
#account-details-edit:hover {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: 4F4F4F;
  text-decoration: underline;
  cursor: pointer;
  color: #D74344;
  font-weight: 700;
  display: inline;
  align-items: center;
  background: none;
  padding: 0;
}

#account-details-edit[data-state="editable"] {
  display: inline-block;
  color: #FFFFFF;
  border: none;
  padding: 12px 16px;
  margin: 32px 0 0 0;
  font-size: 18px;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
  height: auto;
  background-color: #2A345B;
  cursor: pointer;
  border-radius: 8px;
}

#account-details-edit[data-state="default"] {
  border: none;
}

.btn-save-state {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: 4F4F4F;
  text-decoration: underline;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: 700;
  display: inline;
  align-items: center;
  background: #2A345B;
  padding: 0;
}

#account-details-edit img {
  margin-left: 8px;
}

.account-details-edit {
  background: #D74344;
}

.account-details-edit:hover,
.account-details-edit:focus {
  background: #D74344;
}

.account-details-save {
  background: #2A345B;
}

.account-details-save:hover,
.account-details-save:focus {
  background: #2A345B;
}

#account-details-cancel {
  margin-left: 8px;
  text-decoration: underline;
  display: none;
  color: #4F4F4F;
  font-size: 16px;
  cursor: pointer;
}

.account-details-row {
  display: flex;
  align-items: center;
  margin: 8px 0;
}

.account-details-row p {
  margin-bottom: 0;
}

.account-details-header {
  margin-top: 32px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  margin-bottom: 0px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c2c2c2;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #E6E6E6;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background: #4F4F4F
}

input:focus+.slider {
  box-shadow: 0 0 1px #4F4F4F;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#account-details-saved {
  display: none;
  background: #00A241;
  box-shadow: 0px 4px 20px rgba(14, 133, 12, 0.25);
  border-radius: 8px;
  color: #FFFFFF;
  text-align: center;
  padding: 16px 24px;
  width: 347px;
  margin: 1% auto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
}

.dashboard-view[data-view="account_details"] .dashboard_label,
.dashboard-view[data-view="account_details"] .dashboard_input {
  margin: 0;
}

#dashboard-subscription_info .dashboard_label {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

#dashboard-subscription_info .dashboard_input {
  background: #FFFFFF;
  box-shadow: 0px 4px 19px rgb(0 0 0 / 15%);
  border-radius: 8px;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  padding: 16px;
  height: auto;
  appearance: none;
}

.save-container {
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: baseline;
}

.sub-info-cancel {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  margin-right: 20px;
}

.sub-info-cancel:hover {
  text-decoration: underline;
}

.sub-info-save {
  color: #FFFFFF;
  border: none;
  padding: 11px 21px;
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
  height: auto;
  background: #2A345B;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.sub-info-save:hover,
.sub-info-save:focus {
  color: #FFFFFF;
}

#queued_order-revision-container button {
  padding: 0;
  height: 54px;
}

#queued_order-revision-container button#confirm_save {
  background: #D64547;
  color: #fff;
}

#queued_order-revision-container button#confirm_save:disabled {
  background: #F2F2F2;
  color: #999999;
  cursor: not-allowed !important;
  border: none;
}



#queued_order-revision-select {
  width: 100%;
}

#queued_order-revision {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#queued_order-save {
  margin-top: 7px;
  margin-bottom: 10px;
}

.card-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #FFFFFF;
  box-shadow: 0px 4px 19px rgb(0 0 0 / 15%);
  border-radius: 8px;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  padding: 16px;
  text-align: center;
  width: 50%;
}

@media(max-width: 700px) {
  .card-details-grid {
    width: 100%;
  }
}

#payment-failed-error-msg {
  color: #D74344;
  display: none;
}

#payment-failed-container {
  display: none;
}

#payment-failed-container p {
  margin: 14 0;
}

#payment-failed-alert {
  display: flex;
  align-items: center;
  margin: 8px 0;
  padding: 8px;
  background-color: lightyellow;
  border: 2px solid gold;
  border-radius: 6px;
}

#payment-failed-alert p {
  margin: 0
}

.free_text {
  color: #00A141;
  font-weight: 700;
}

#update-card {
  margin-top: 2rem;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: 4F4F4F;
  text-decoration: underline;
  cursor: pointer;
  color: #D74344;
  font-weight: 700;
  display: inline-block;
}

.dashboard-view[data-view="thanksgiving_bundles"] .package_wrapper {
  display: flex;
  flex-direction: column;
}

@media(max-width: 700px) {
  .dashboard-view[data-view="thanksgiving_bundles"] .package_wrapper {
    display: flex;
    flex-direction: row;
  }
}

.available_credits {
  background: #F4F6DF;
  border-radius: 16px;
  padding: 8px 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #222222;
  width: 25%;
}

.total_credits {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #222222;
}

.dashboard-view[data-view="overview"] {
  position: relative;
}

.dashboard-view[data-view="deliveries"] label {
  display: inline-block;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  align-items: center;
  color: #222222;
}

.dashboard-view[data-view="deliveries"] input {
  border: 0;
  outline: none;
  width: 100%;
  padding: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #222222;
}

.dashboard-view[data-view="overview"] .subscription-info-container input {
  width: 150px;
  padding: 0 8px;
}

.overview-action-btn {
  width: 160px;
  height: 45px;
  border: 1px solid #D74344;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: #D74344;
}

.next-box-dates {
  width: 100%;
  height: 144px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.next-box-dates>div {
  margin: 1%;
}

#status-bar {
  display: none;
  border-bottom: 3px solid #d74344;
  justify-content: space-evenly;
  align-items: flex-end;
  margin: 16px 0 48px 0;
  position: relative;
  padding-bottom: 8px;
}

.status-bar-flex-item {
  display: flex;
  align-items: center;
  width: 25%;
}

#status-bar input,
#status-bar-mobile input {
  border: 0;
  outline: none;
  width: 100%;
  padding: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
}

#status-bar label,
#status-bar-mobile label {
  display: inline-block;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  color: #222222;
  margin: 0;
}

.dropdown-item-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dropdown-item-wrapper input {
  margin-left: 4px;
}

@media (max-width: 700px) {
  .next-box-dates {
    width: auto;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px rgb(0 0 0 / 15%);
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    padding: 32px;
    flex-direction: column;
  }

  .available_credits {
    position: static;
  }

  .dashboard-view[data-view="overview"] input,
  .dashboard-view[data-view="overview"] label {
    font-size: 16px;
  }

  .dashboard-view[data-view="overview"] .subscription-info-container input {
    width: 110px;
  }

  .dashboard-view[data-view="overview"] .next-box-dates label {
    margin-bottom: 0;
  }

  .next-box-dates>div {
    margin: 8px 0;
  }

  #status-bar {
    display: none;
  }

  #delivery-btn,
  #edit_upcoming_delivery {
    width: 100%;
  }

  #delivery-btn {
    display: block;
  }
}

@media (max-width: 900px) {
  .dropdown_container.status-dropdown {
    display: inline-block;
  }
}

@media (min-width: 900px) {
  #status-bar {
    display: flex;
  }
}

#queued_order-edit {
  display: none;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  color: #222222;
}

.postpone-survey-title {
  font-weight: bold;
  font-size: 16px !important;
  line-height: 24px;
  margin: 25px 0 5px;
}

#postpone-form label {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin: 8 0;
  text-align: start;
}

#postpone-form input {
  width: unset;
  margin-right: 11px;
}

#postpone-form {
  margin: 0;
}

#postpone-form fieldset {
  margin: 0;
}

/* Tablet adjustments */
@media (min-width: 768px) {
  #postpone-form label {
    margin: 16 0;
  }
}

.unsub-btn-container {
  display: flex;
  flex-direction: column;
}

#pause {
  background: #D74344;
  border-radius: 8px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 56px;
}

#cancel,
#proceed-cancel,
#proceed-offer,
#cancel-subscription,
#pause-subscription,
button.proceed-pause,
#proceed-pause-offer,
button.proceed-pause-length {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 8px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid #D74344;
  color: #D74344;
  height: 56px;
}

#proceed-cancel,
#cancel-subscription,
button.proceed-pause,
button.proceed-pause-length {
  margin: 8px auto;
  width: 90%;
  max-width: 400px;
}

@media(min-width:768px) {

  #proceed-cancel,
  #cancel-subscription,
  button.proceed-pause,
  button.proceed-pause-length {
    margin: 0 4px;
    width: 228px;
  }

  #unsubscribe-button-container {
    display: flex;
    justify-content: center;
  }
}

#unsubscribe-flow,
#pause-flow {
  padding-top: 48px;
}

#unsubscribe-flow,
.unsubscribe-confirm #pause-flow,
.pause-confirm {
  display: none;
}

.unsubscribe-confirm h2,
.pause-confirm h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #222222;
}

#cancel-categories,
#pause-categories {
  display: none;
}

#cancel-categories h2,
#pause-categories h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #222222;
}

.cancel-categories-form,
.pause-categories-form {
  background: #FFFFFF;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

.input-row {
  border-bottom: 1px solid #E6E6E6;
  padding: 8px;
}

.reason,
.sub-category {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.reason label,
.sub-category label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.reason input[type="radio"],
.sub-category input[type="radio"] {
  margin-right: 8px;
  width: 20px;
  height: 30px;
  border: 2px solid #999999;
  accent-color: #D74344;
}

.sub-category input {
  margin-left: 21px;
}

.sub-category input.sub-reason-textbox {
  margin-left: 42px;
  display: none;
}

.cancel-form-container,
.pause-form-container {
  background: #FFFFFF;
  box-shadow: 0px 2px 7px rgb(0 0 0 / 15%);
  border-radius: 16px;
  width: 60%;
  margin: 48px auto;
  padding: 32px;
}

.cancel-form-container p,
.pause-form-container p {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-family: Roboto;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  margin: 32px 0;
}

.sub-categories-container {
  display: none;
}

input[name="reason"]:checked~span,
input[name="sub-category"]:checked~span {
  font-weight: bold;
}

.reason-textbox,
.sub-reason-textbox {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 8px;
  width: 80%
}

.offer-section-impact-card {
  background: #FFFFFF;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 24px;
  width: 60%;
  margin: 40px auto 72px;
  max-width: 584px;
}

.impact-flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

#offer-section,
#pause-offer-section {
  display: none;
}

#offer-section h2,
#pause-offer-section h2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #222222;
}

#offer-section h3,
#pause-offer-section h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #222222;
  margin: 8px 0;
  padding: 0;
}

#offer-section .my-impact-data p,
#pause-offer-section .my-impact-data p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #222222;
}

#cancelled-confirm,
#paused-confirm {
  display: none;
  margin-bottom: 144px;
}

#cancelled-confirm img,
#paused-confirm img {
  width: 100px;
  margin: 0 auto;
  display: block;
}

#cancelled-confirm h2,
#paused-confirm h2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #000000;
}

#cancelled-confirm p,
#paused-confirm p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #222222;

}

.remaining-delivery,
.no-remaining-deliveries {
  display: none;
  margin-bottom: 42px;
}

#cancelled-confirm button,
#paused-confirm button {
  background: #D74344;
  border-radius: 8px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 56px;
  margin: 0 auto;
  display: block;
}

.pause-length-card {
  background: #FFFFFF;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  width: 50%;
  padding: 24px;
  margin: 0 auto;
  margin-bottom: 48px;
  max-width: 584px;
}

.pause-length-card .input-row {
  display: flex;
  justify-content: space-between;
}

.pause-length-card .input-row label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  margin: 0;
}

.pause-length-card .input-row input {
  margin-right: 8px;
  width: 20px;
  height: 30px;
  border: 2px solid #999999;
  accent-color: #D74344;
}

.resume-date-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #808080;
}

#pause-length-selection {
  display: none;
}

#pause-length-selection h2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #222222;
}

#pause-length-selection p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #222222;
}

#proceed-offer.disabled,
#proceed-pause-offer.disabled,
#pause-subscription.disabled {
  color: #999999;
  border: 1px solid #999999;
}

#reactivate-and-join-next,
#reactivate-membership-btn {
  display: none;
  background: #FFFFFF;
  border-radius: 8px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid #D74344;
  color: #D74344;
  height: 56px;
}

.close-credits-popup-btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 56px;
  align-items: center;
  background: #D74344;
  border-radius: 8px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.close-credits-popup-btn:hover {
  color: #FFFFFF;
}

/* paused/cancel flow mobile styles */
@media(max-width: 700px) {

  .cancel-form-container,
  .pause-form-container {
    width: 90%;
  }

  .reason input[type="radio"],
  .sub-category input[type="radio"] {
    height: 30px;
    width: auto;
  }

  .pause-length-card {
    width: 90%;
  }

  .pause-length-card .input-row {
    flex-direction: column;
  }

  .offer-section-impact-card {
    width: 90%;
  }

  #reactivate-and-join-next,
  #reactivate-membership-btn {
    padding: 0;
    width: 100%;
  }
}

.marketplace-link,
.marketplace-link:hover,
.marketplace-link:active {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 240px;
  width: 100%;
  height: 56px;
  background: #D74344;
  border-radius: 8px;
}

.no-marketplace-orders {
  display: none;
  width: 330px;
  background: #FFF3E0;
  border-radius: 16px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  padding: 8px 21px;
}

.marketplace-listing-container {
  margin-top: 72px;
}

.order-notification {
  display: none;
  border-radius: 100%;
  background: #d74344;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.order-count {
  text-align: center;
  display: block;
  color: #FFFFFF;
}

.dropdown-header {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #222222;
}

.dropdown-header.header-top {
  border-bottom: 2px solid #D74344;
  width: 90%;
  display: inline-block;
  margin: 20px 0px 16px 16px;
  padding: 0;
}

.dropdown-header.header-bottom {
  border-bottom: 2px solid #D74344;
  width: 90%;
  display: inline-block;
  margin: 30px 0px 16px 16px;
  padding: 0;
}

.vertical_menu-item[data-view="marketplace_box"],
.dropdown_item[data-view="marketplace_box"] {
  display: none;
}

.marketplace-item {
  list-style: inside;
}

#reschedule-select {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  max-width: 300px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.announcements-container {
  display: none;
  padding: 16px;
  max-width: 878px;
  background: #C5D86D;
  border-radius: 16px;
  margin-bottom: 20px;
  position: relative;
}

.announcements-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 8px;
}

.browse-marketplace {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #D74344;
  cursor: pointer;
}

#account-details-edit.disabled-btn {
  background-color: #E6E6E6;
  color: #808080;
}

#deliveries-main-container {
  display: flex;
  flex-direction: column;
}

#deliveries-main-container .marketplace-join-next-card {
  display: flex;
  margin: 24px 0;
}

#deliveries-main-container .marketplace-join-next-card img {
  display: none;
}

@media (min-width: 768px) {
  #deliveries-main-container .marketplace-join-next-card {
    display: grid;
    margin: 32px 0;
  }

  #deliveries-main-container .marketplace-join-next-card img {
    display: inline-grid;
  }
}

#meat-container.no_order {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

#meat-container.no_order h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 16px;
}

#meat-container.no_order p {
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 16px;
}

@media (min-width:768px) {
  #meat-container.no_order {
    padding: 32px;
  }

  #meat-container.no_order h4 {
    font-size: 24px;
    line-height: 28px;
  }
}

#btn-container {
  width: 100%;
}

div[data-view="thanksgiving_bundles"].vertical_menu-item,
span[data-view="thanksgiving_bundles"] {
  display: none;
}

.total-future-credits,
.program-to-miss {
  color: #d74344;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
}

#loyalty-tier-section .program-to-miss {
  font-size: 20px;
}

#save_warn-container {
  justify-content: center;
  align-items: center;
}

#save_warn-body {
  border-radius: 8px;
  padding: 16px 24px 32px;
  margin: 0;
  text-align: center;
  max-height: 90vh;
  overflow: auto;
}

#save_warn-body .title--big {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

#save_warn-body p {
  line-height: 24px;
  font-size: 16px;
}

#save_warn-body .close_popup_x {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  right: 0;
  margin-left: auto;
  width: 30px;
  height: 30px;
}

#postpone_container {
  padding: 16px;
  border-radius: 8px;
  background: #FFF3E0;
  margin-bottom: 24px;
}

#postpone_container h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  letter-spacing: unset;
}

#postpone_container p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 16px;
}

#save_warn-body .item_button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}

#reschedule_confirmation {
  font-size: 16px;
  color: #4F4F4F;
  font-weight: 400;
  margin: 16px 0;
}

#postpone_img_container {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.postpone_product_container {
  display: flex;
  flex-direction: column;
  width: 45%;
  max-width: 150px;
}

.postpone_product_container img {
  border-radius: 6.185px;
  box-shadow: 0px 1.546px 5.412px 0px rgba(0, 0, 0, 0.15);
}

.postpone_product_container span {
  color: #000;
  font-size: 12.37px;
  font-weight: 700;
  line-height: 18.555px;
}

.desktop-only {
  display: none;
}

@media (min-width:768px) {
  #save_warn-body {
    padding: 24px 32px 40px;
  }

  #save_warn-body .title--big {
    font-size: 24px;
  }

  #reschedule_confirmation {
    margin: 24px 0;
  }

  #postpone_container {
    padding: 24px;
    margin-bottom: 32px;
  }

  #postpone_container h2 {
    font-size: 20px;
  }

  .postpone_product_container {
    width: 30%;
  }

  .postpone_product_container span {
    font-size: 16px;
    line-height: 24px;
  }

  .desktop-only {
    display: flex;
  }
}