html,
body {
  overflow-x: hidden;
}

body {
  position: relative;
}

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

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

#quiz_section,
#quiz_answer img,
#post_quiz_action_items {
  display: none;
}

.title {
  display: table;
  font-weight: 650;
  height: 100%;
  width: 100%;
  text-align: center;
  color: white;
}

.title h1 {
  display: table-cell;
  vertical-align: middle;
}

.title-step {
  font-weight: 700;
  text-align: left;
}

.title-step-desc {
  font-size: 18px;
  font-weight: 300;
}

#subscription-frequency {
  text-align: center;
}

#size_choices {
  padding-bottom: 48px;
}

@media (min-width: 768px) {
  #size_choices {
    padding-bottom: 72px;
  }
}

.pill_box {
  display: block;
  width: 90%;
  max-width: 450px;
  cursor: pointer;
  text-align: center;
  padding: 24px;
  border-radius: 30px;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  float: left;
  margin: 2% auto;
}

.pill_box>div {
  display: flex;
  position: relative;
}

#best_value {
  padding: 4px 10px;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #D74344;
  border-radius: 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #D74344;
}

.pill_box>div>img {
  width: 40%;
  border-radius: 16px;
  object-fit: cover;
}

.pill_box>div>div {
  text-align: left;
  padding-left: 16px;
}

.pill_box_title_container {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin-bottom: 8px;
}

.pill-box-price,
.pill-box-discount {
  font-weight: 700;
  font-size: 14px;
}

.pill-box-discount {
  color: #D74344;
}

.price-per-meal {
  font-weight: 700;
  color: #D74344;
}

.price-per-meal-discounted {
  color: #D74344;
  font-weight: bold;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .pill_box_title_container {
    flex-direction: row;
    font-size: 20px;
  }

  .pill-box-price,
  .pill-box-discount {
    font-size: 20px;
  }
}

.select-size-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin: 16px 0 0;
  color: #ffffff;
  background: #D74344;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.select-size-btn:hover,
.select-size-btn:focus {
  color: #ffffff;
}

@media (min-width: 768px) {
  .pill_box {
    width: 378px;
    padding: 0 24px 32px;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
  }

  .pill_box>div {
    flex-direction: column;
    padding: 0;
  }

  #best_value {
    padding: 4px 12px;
    top: 16px;
    left: -8px;
  }

  .pill_box>div>img {
    border-radius: 16px 16px 0 0;
    margin-left: -24.5px;
    width: calc(100% + 49px);
  }

  .pill_box>div>div {
    padding: 16px 0;
  }

  .select-size-btn {
    height: 56px;
    margin: 0 auto 8px;
  }
}

.pill_box p {
  margin: 0px;
}

#package_selection .row {
  margin-top: 50px;
}

#meat_plate_cropped {
  display: none;
}

.farm-name {
  font-style: italic;
}

.proteins {
  font-weight: bold;
}

.vertical-menu .farm_nav-item,
.dropdown_item-farm {
  cursor: pointer;
  display: block;
  padding: 12px;
  text-decoration: none;
  margin: 0.2rem;
  border-radius: 8px;
  position: relative;
}

.vertical-menu {
  display: grid;
  grid-auto-rows: 1fr 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.farm_nav-item {
  border: 1px solid #d74344;
}

.vertical-menu .farm_nav-item:hover:not(.active) {
  background-color: whitesmoke;
}

.vertical-menu span.active,
.dropdown_item-farm span.active {
  background-color: #d74344;
  color: white;
}

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

.farm-profile {
  display: flex;
  align-items: center;
}

.farm-profile-content {
  font-size: 18px;
  margin-left: 25px;
  margin-bottom: 0px;
}

.addon {
  text-align: center;
}

.addon p {
  margin-bottom: 0px;
  text-align: left;
}

.addon_count {
  background-color: #d74344;
}

.circle {
  border-radius: 8px;
}

.farm-profile-description {
  font-size: 15px;
}

.step_header {
  margin-top: 20px;
}

.coupon-error,
#payment_error {
  display: none;
  color: red;
  text-align: center;
}

.error_msg {
  margin: 0px;
}

.success_msg {
  margin: 0px;
  color: green;
}

#empty_cart_msg {
  padding: 8px 16px;
  margin-bottom: 0px;
}

#page_nav {
  display: none;
  background-color: #FFFFFF;
  width: 90%;
  padding: 0;
  position: fixed;
  z-index: 9;
  left: 5%;
  bottom: 14px;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}

.nav_button {
  width: auto;
  text-align: center;
  padding: 36px;
  color: #999999;
  background-color: #F2F2F2;
  border-radius: 16px;
  height: 94px;
  margin: 0;
  font-size: 16px;
}

.nav_button-active {
  background-color: #2A345B !important;
  color: #FFFFFF !important;
  cursor: pointer !important;
}

.nav_button-active:active {
  background-color: #230C0C;
}

.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;
}

.farm-profile-image {
  border-radius: 50%;
  width: 125px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.dropdown_container-farms {
  display: none;
}

.slick-slide img {
  display: inline-block;
}

.slick-mobile,
.slick-slide {
  box-shadow: none !important;
}

.slick-slide:focus {
  outline: none !important;
}

.slick-next,
.slick-prev {
  bottom: 50% !important;
}

.slick-section.slick-mobile>.slick-next {
  right: -20px;
}

.slick-section.slick-mobile>.slick-prev {
  left: -20px;
}

.addon_title {
  margin-top: 20px;
}

.menu_link-active {
  color: #d74344;
  border-bottom: 1px solid #d74344;
}

.menu_link-offset {
  margin-left: 15px;
  line-height: 25px;
  font-size: 10px;
}

#quiz_container {
  margin-top: 10% !important;
}

#frequency_summary {
  padding: 50px;
}

.summary_img-four {
  width: 90%;
}

.summary_img-six {
  width: 70%;
}

#customize {
  margin-top: 12px;
}

.ribbon_parent {
  overflow: hidden;
  position: relative;
}

.ribbon {
  margin: 0;
  padding: 0;
  background: rebeccapurple;
  color: white;
  padding: 1em 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
}

.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: rebeccapurple;
}

.ribbon:before {
  right: 100%;
}

.package_wrapper {
  width: 23%;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  margin: 0 1% 8px 1%;
}

#email_postal_popup_close {
  top: -5%;
  right: 0;
}

.postal_input_wrapper input {
  width: 5em;
  text-align: center;
}

.email_btn_wrapper .btn-cta-disabled {
  font-size: 14px;
  padding: 0px;
  width: 100%;
  background: #E6E6E6;
  color: #999999;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.email_btn_wrapper .btn-cta {
  background: #2A345B;
  padding: 0px;
  border-radius: 8px;
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
}

.loading_button {
  width: 9%;
}

.icon-img {
  display: none;
  margin: auto;
}

#shipping_postal_code::placeholder,
#billing_postal_code::placeholder {
  text-transform: none;
}

.package-info {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

#email_postal_section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#email_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  background: #F2F2F2;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 700;
}

#email_form input {
  height: 56px;
  padding: 16px;
  border: 1px solid #999999;
  border-radius: 8px;
  font-weight: 400;
  margin: 8px 0 0;
}

#email_form>* {
  width: 100%;
}

.postal_char {
  text-transform: uppercase;
}

.postal_char::-webkit-input-placeholder {
  /* Chrome/Opera/Safari/Edge */
  text-transform: initial;
}

.postal_char::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: initial;
}

.postal_char:-moz-placeholder {
  /* Firefox 18- */
  text-transform: initial;
}

.postal_char:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: initial;
}

.postal_char::placeholder {
  text-transform: initial;
}

.forward[data-action="select size"],
.forward[data-action="select size"]:hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin: 0;
  padding: 0 30px;
  color: #ffffff;
  background: #D74344;
  border: 1px solid #bbb;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: 0.05em;
  cursor: pointer;
}

#email_form>div {
  margin-bottom: 32px
}

@media (min-width: 960px) {
  #email_form {
    flex-direction: row;
    align-items: end;
  }

  .forward[data-action="select size"] {
    width: 159px !important;
  }

  #email_form>div {
    margin: 0 32px 0 0;
  }
}

@media (max-width: 700px) {
  .postal_input_wrapper {
    display: flex;
  }

  .postal_input_wrapper input {
    text-align: center;
    display: block;
    margin: 8px 1%;
    width: 50%;
  }

  .postal_input_wrapper span {
    display: none;
  }

  .email_input_wrapper input {
    text-align: center;
  }

  #email_postal_popup_close {
    top: -6%;
    right: -12%;
  }

  .loading_button {
    width: 16%;
  }
}

@media (min-width: 700px) {
  #packages {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .summary_img-six {
    width: 90%;
  }

  #subscription-frequency {
    margin-bottom: 70px;
  }

  .package-image-wrapper {
    width: 40%;
  }

  .title-step {
    text-align: center;
  }

  #pill_box_or:before,
  #pill_box_or:after {
    content: ' ';
    display: block;
  }

  .farm-profile {
    display: none;
  }

  #subscribe_now {
    padding: 2px 10px;
  }

  #size_choices,
  #pill_box_or,
  .package_set-addons {
    text-align: center;
  }

  .farm_nav .farm_nav-item:not(.dropdown_item-farm) {
    display: none;
  }

  .farm_nav-item {
    border: 1px solid #E6E6E6;
    width: 100%;
  }

  .vertical-menu {
    grid-template-columns: unset !important;
  }

  .vertical-menu .farm_nav-item,
  .dropdown_item-farm {
    border-radius: 0px;
  }

  .farm_nav .farm_nav-item {
    margin: 0.2rem !important;
  }

  .dropdown_container-farms {
    display: block;
    width: 100%;
  }

  .dropdown_container-farms .dropdown_menu-farms {
    display: none;
  }

  .dropdown_item-default {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 22px 12px;
    text-decoration: none;
    border: 1px solid #E6E6E6;
  }

  .dropdown_item-default::after {
    content: '';
    width: 20px;
    height: 10px;
    position: absolute;
    top: 31px;
    right: 20px;
    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>')
  }

  .dropdown_item-default.-open::after {
    transform: rotate(-180deg)
  }

  .slick-section {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .title-step {
    margin-top: 20px;
  }

  #subscription-frequency {
    margin-bottom: 0px;
  }

  #frequency_summary {
    padding: 20px;
    margin-bottom: 140px;
  }

  .package_wrapper {
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 1% 48px 1%;
    flex-direction: row;
  }

  .img {
    width: 100%;
  }

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

  .step-subtitle {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .menu_hidden_item {
    display: none;
  }

  .package-section-title {
    font-size: 18px;
  }
}

.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;
}

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

  .addon_container h1 {
    text-align: center
  }

  .protein_title {
    text-align: center;
    width: 25%;
    margin-bottom: 0;
    overflow-x: auto;
  }

  .single_row-info {
    width: 100%;
    text-align: center;
    box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.25), -2px 2px 10x rgba(0, 0, 0, 0.25);
  }

  .single_row-select {
    width: 25%;
  }
}

#blackout-reminder-container {
  text-align: center;
}

#blackout-popup-close {
  border: none;
  padding: 16px 24px;
  margin: 0;
  text-decoration: none;
  font-size: 16px;
  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;
  color: #FFFFFF;
  border-radius: 8px;
}

#blackout-popup-close:hover,
#blackout-popup-close:focus {
  background: #2A345B;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

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

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

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #999999;
}

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

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

.slider.round {
  border-radius: 34px;
}

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

.slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
}

.slick-dots button {
  border-radius: 100%;
  text-indent: -9999px;
  width: 17px;
  height: 17px;
  padding: 0;
  border: 2px solid #222222;
  margin: 0 55px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.slick-active button {
  background-color: #222222;
}

.btn-cta-disabled {
  padding: 16px 96px;
  width: 285px;
  height: 56px;
  background: #E6E6E6;
  color: #999999;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-cta {
  background: #2A345B;
  padding: 16px 96px;
  width: 285px;
  height: 56px;
  border-radius: 8px;
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-cta:hover {
  color: #FFFFFF;
}

.popup-container {
  display: none;
  background: #FFFFFF;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  margin: 0 auto;
  z-index: 499;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 42px;
}

.popup-container_bundle {
  display: none;
  background: #FFFFFF;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  margin: 0 auto;
  z-index: 500;
  padding: 48px;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  width: 80%
}

.cart_body {
  overflow-y: scroll;
  height: 100%;
}

.cart-item-close {
  right: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  font-size: 24px;
}

#cart_footer {
  background-color: #F2F2F2;
  width: 100%;
  padding: 8px;
}

.forward-cart {
  background: #E6E6E6;
  color: #999999;
  width: 100%;
  padding: 8px;
  font-size: 20px;
  border-radius: 0 0 16px 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-disabled {
  background: #E6E6E6;
  color: #999999;
}

.addon_wrapper {
  width: 19%;
  min-width: 150px;
  margin: 0 1% 4% 0;
}

.addon_protein_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

@media (max-width: 700px) {
  .forward-cart {
    padding: 8px 41%;
  }

  .addon-dropdown {
    width: 11%;
  }

  .cart-farm-name {
    padding: 0 10%;
  }

  .popup-container {
    width: 80%;
    padding: 24px;
  }

  .flickity-viewport {
    border-radius: 8px 8px 0px 0px;
  }

  #addon_popup_close {
    width: 104px;
    height: 56px;
    font-size: 20px;
    padding: 8px;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    top: -11%;
    right: 0;
  }

  .nav_button-disabled {
    background: #C4C4C4;
    color: #FFFFFF;
  }

  .nav_button {
    width: auto;
    text-align: center;
    padding: 10px;
    border-radius: 16px;
    height: auto;
    font-size: 16px;
    color: #000000;
    background: #FFFFFF;
  }

  .popup-container_bundle {
    padding: 0px;
  }
}

.carousel-container {
  display: flex;
  width: 70%;
}

.carousel {
  background: #FAFAFA;
  margin-bottom: 40px;
  flex-grow: 1;
}

.carousel-cell {
  width: 66%;
  height: 300px;
  margin-right: 10px;
  border-radius: 5px;
  padding: 8px;
}

.carousel-main .carousel-cell {
  min-width: 100%;
  text-align: center;
}

.carousel-nav {
  width: 120px;
  margin-left: 10px;
  max-height: 300px;
  overflow-y: scroll;
}

.carousel-nav .carousel-cell {
  height: 80px;
  width: 100px;
  margin: 0 0 5px 0;
  cursor: pointer;
}

.carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.carousel-nav .carousel-cell.is-nav-selected {
  background: #ED2;
}

.carousel-cell img {
  display: block;
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}

#package_popup_close {
  width: 104px;
  height: 56px;
  font-size: 20px;
  padding: 8px;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  top: -11%;
  right: 0;
}

#addon_popup_close {
  width: 104px;
  height: 56px;
  font-size: 20px;
  padding: 8px;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  top: -11%;
  right: 0;
}

.flickity-prev-next-button.previous {
  display: none;
}

.flickity-page-dots .dot {
  border: solid 1px #000000;
  background: #FFFFFF;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #000000;
}

.build-box-overlay {
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  color: rgba(130, 130, 130, 0.5);
  overflow: visible;
  pointer-events: none;
  /* Chrome all / Safari all */
  -webkit-user-select: none;
  /* Firefox all */
  -moz-user-select: none;
  /* IE 10+ */
  -ms-user-select: none;
  user-select: none;
}

.addons-overlay {
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  color: rgba(130, 130, 130, 0.5);
  overflow: visible;
  pointer-events: none;
  /* Chrome all / Safari all */
  -webkit-user-select: none;
  /* Firefox all */
  -moz-user-select: none;
  /* IE 10+ */
  -ms-user-select: none;
  user-select: none;
}

.active-overlay {
  background-color: rgba(130, 130, 130, 0.5);
}

@media (max-width: 700px) {
  .forward-cart {
    background: #E6E6E6;
    color: #999999;
    width: 101%;
    padding: 8px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
  }

  .cart-item-close {
    right: -70%;
  }
}

#coupon_code.input_success {
  border: 1px solid green;
}

@media (min-width: 700px) {
  .body_menu_float_adjustment {
    padding-top: 190px;
  }

  .icon-img {
    display: block;
  }
}

@media (min-width: 900px) {
  .body_menu_float_adjustment {
    padding-top: 205px;
  }
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltip-content {
  visibility: hidden;
  background-color: #FFFFFF;
  color: #00A141;
  padding: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 2.5rem;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  position: absolute;
  z-index: 502;
  width: 240px;
  top: 100%;
  left: 50%;
  margin-left: -220px;
  margin-top: 16px;
}

.tooltip:hover .tooltip-content {
  visibility: visible;
}

.tooltip-content::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  right: 0px;
  margin-top: 16px;
  margin-left: -16px;
  border-width: 16px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.blackout-tooltip {
  display: none;
  position: relative;
  margin-left: 4px;
}

.blackout-tooltip .blackout-tooltip-content {
  visibility: hidden;
  background-color: #FFFFFF;
  padding: 8px;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
  display: flex;
  position: absolute;
  z-index: 502;
  width: 250px;
  top: 100%;
  left: 50%;
  /* Use half of the width to center the tooltip */
  margin-left: -125px;
  margin-top: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #000000;
}

.blackout-tooltip:hover .blackout-tooltip-content {
  visibility: visible;
}

.blackout-tooltip .fa-info-circle {
  color: #C4C4C4;
}

.blackout-tooltip-content::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  right: 110px;
  margin-top: 16px;
  margin-left: -16px;
  border-width: 16px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

@media (max-width: 700px) {

  /* To account for promo banner */
  #email_postal_container {
    margin-top: 75px;
  }

  #email_postal_popup_container #email_postal_container {
    margin-top: 0px;
  }
}

.cross-out {
  text-decoration: line-through;
  font-weight: 400;
}

.price-per-meal.cross-out {
  color: #000000;
}

.free-meat-discount {
  color: #00A141;
  font-weight: 700;
  margin: 12px 0;
}

#promo-banner {
  background-color: #F4F6DF;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px;
  justify-content: center;
  text-align: center;
}

.promo-banner-text {
  color: #00A141;
  font-weight: 400;
  margin: 0 8px;
  font-size: 14px;
}

.promo-banner-text img {
  width: 12px;
  margin: -2px 2px;
}

.auto-apply-btn {
  margin: 0;
  height: auto;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  font-style: normal;
  color: white;
  background-color: #2A345B;
  border-radius: 8px;
  border: none;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.auto-apply-btn:hover,
.auto-apply-btn:focus {
  background: #2A345B;
  color: #FFFFFF;
}

.banner-open {
  height: 85px !important;
  line-height: 30px !important;
}

#select_box_container {
  display: none;
}

#select_box_container h1 {
  font-size: 24px;
  text-align: center;
  margin: 32px 0px 8px;
}

@media (min-width: 768px) {
  #select_box_container h1 {
    font-size: 36px;
  }
}

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

#quiz_section,
#quiz_answer img,
#post_quiz_action_items {
  display: none;
}

.title {
  display: table;
  font-weight: 650;
  height: 100%;
  width: 100%;
  text-align: center;
  color: white;
}

.title h1 {
  display: table-cell;
  vertical-align: middle;
}

.title-step {
  font-size: 20px;
  font-weight: 700;
}

.title-step-desc {
  font-size: 18px;
  font-weight: 300;
}

#status_container {
  min-height: 1px;
}

#subscription-frequency {
  text-align: center;
}

#pill_box_container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  #pill_box_container {
    flex-direction: row;
  }
}

.pill_box p {
  margin: 0px;
}

#package_selection .row {
  margin-top: 50px;
}

#meat_plate_cropped {
  display: none;
}

.farm-name {
  font-style: italic;
}

.proteins {
  font-weight: bold;
}

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

.farm-profile {
  display: flex;
  align-items: center;
}

.farm-profile-content {
  font-size: 18px;
  margin-left: 25px;
  margin-bottom: 0px;
}

.addon_count {
  background-color: #d74344;
}

.circle {
  border-radius: 8px;
}

.product-header {
  font-size: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.protein_header {
  font-size: 16px;
  margin-bottom: 0px;
}

.farm-profile-description {
  font-size: 15px;
}

.step_header {
  margin-bottom: 20px;
  margin-top: 20px;
}

.coupon-error,
#payment_error {
  display: none;
  color: red;
  text-align: center;
}

.error_msg {
  margin: 0px;
  color: red;
}

.coupon_success {
  position: relative;
}

.success_msg {
  margin: 0px;
  color: green;
}

.product-title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  margin: 0px;
}

#postal_input_error,
#email_input_error,
.postal_unserved_error {
  color: red;
  display: none;
  margin-bottom: 0px;
}

#email_suggestion {
  display: none;
  margin-bottom: 0px;
}

#suggested_email {
  font-style: italic;
  color: #d74344;
  cursor: pointer;
}

@media (min-width: 768px) {

  #postal_input_error,
  #email_input_error,
  .postal_unserved_error {
    position: absolute;
  }

  #email_suggestion {
    position: absolute;
  }
}

.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;
}

.back_to_shop {
  display: none;
  cursor: pointer;
}

#error_container,
#success_container,
.back_to_shop {
  text-align: center;
  line-height: 44px;
}

.farm-profile-image {
  border-radius: 50%;
  width: 125px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.slick-slide img {
  display: inline-block;
}

.slick-mobile,
.slick-slide {
  box-shadow: none !important;
}

.slick-slide:focus {
  outline: none !important;
}

.slick-next,
.slick-prev {
  bottom: 50% !important;
}

.slick-section.slick-mobile>.slick-next {
  right: -20px;
}

.slick-section.slick-mobile>.slick-prev {
  left: -20px;
}

.addon_title {
  margin-top: 20px;
}

.menu_link-active {
  color: #d74344;
  border-bottom: 1px solid #d74344;
}

.menu_link-offset {
  margin-left: 15px;
  line-height: 25px;
  font-size: 10px;
}

#quiz_container {
  margin-top: 10% !important;
}

#frequency_summary {
  padding: 50px;
}

.summary_img-four {
  width: 90%;
}

.summary_img-six {
  width: 70%;
}

#customize {
  margin-top: 12px;
}

.ribbon_parent {
  overflow: hidden;
  position: relative;
}

.ribbon {
  margin: 0;
  padding: 0;
  background: rebeccapurple;
  color: white;
  padding: 1em 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
}

.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: rebeccapurple;
}

.ribbon:before {
  right: 100%;
}

@media (min-width: 700px) {
  #packages {
    width: 100%;
  }

  #error_container,
  #success_container {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    text-align: left;
    background-color: #F2F2F2;
    padding-left: 15px;
  }
}

#forward_mob,
.forward {
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 700px) {
  .summary_img-six {
    width: 90%;
  }

  #subscription-frequency {
    margin-bottom: 70px;
  }

  .title-step {
    text-align: center;
  }

  #pill_box_or:before,
  #pill_box_or:after {
    content: ' ';
    display: block;
  }

  .farm-profile {
    display: none;
  }

  #subscribe_now {
    padding: 2px 10px;
  }

  #forward_mob:hover {
    text-decoration: none;
  }

  #forward_container {
    width: 100%;
  }

  #forward_mob,
  .back_to_shop {
    width: 100%;
  }

  .back_to_shop img {
    height: 13px !important;
  }

  #status_container {
    display: none;
  }

  #size_choices,
  #pill_box_or,
  .package_set-addons {
    text-align: center;
  }

  .slick-section {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .title-step {
    margin-top: 20px;
  }

  #subscription-frequency {
    margin-bottom: 0px;
  }

  #frequency_summary {
    padding: 20px;
    margin-bottom: 140px;
  }

  .img {
    width: 38%
  }
}

@media (min-width: 1200px) {
  .menu_hidden_item {
    display: none;
  }

  .package-section-title {
    font-size: 18px;
  }
}

.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;
}

.quantity_container {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  border: 1px solid #2A345B;
  border-radius: 8px;
  height: 38px;
  max-width: 225px;
  width: 100%;
  margin: auto 0 8px 0;
}

.action-btn[disabled]:hover {
  cursor: not-allowed;
}

.action-btn[disabled] img {
  filter: invert(90%) sepia(0%) saturate(200%) hue-rotate(0deg) brightness(105%) contrast(95%);
}

.action-btn,
.action-btn:hover,
.action-btn:active,
.action-btn:focus {
  width: 37px;
  padding: 0;
  margin-right: 16px;
  background: #2A345B;
  border-radius: 8px;
  color: #FFFFFF;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-top: auto;
}

.quantity_container .action-btn,
.quantity_container .action-btn:hover,
.quantity_container .action-btn:active,
.quantity_container .action-btn:focus {
  margin: 0;
}

.stepper-btn,
.stepper-btn:hover,
.stepper-btn:active,
.stepper-btn:focus {
  background: none;
  border: none;
}

.stepper-icon {
  width: 12px;
  filter: invert(6%) sepia(6%) saturate(5436%) hue-rotate(191deg) brightness(98%) contrast(150%);
}

.product-count {
  background: #FFFFFF;
  display: block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #2A345B;
  margin: 0 5px;
}

@media (max-width: 700px) {
  .protein_title {
    text-align: center;
    width: 25%;
    margin-bottom: 0;
    overflow-x: auto;
  }
}

#farm_swap_alert_container {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.8);
}

#farm_swap_alert {
  background-color: #ffffff;
  width: 90%;
  height: auto;
  position: relative;
  padding: 30px;
}

.close_popup {
  color: #D74344;
  background-color: #FFFFFF;
  border-color: #D74344;
  cursor: pointer;
}

.close_popup:hover {
  background-color: #D74344;
}

.close_popup_x {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #230C0C;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: 300;
}

.addon-name {
  line-height: 1.5em;
  height: 5em;
  margin-top: 10px;
}

.close_popup_x:hover {
  background-color: #EBEBEB
}

@media only screen and (min-width: 1200px) {
  #addon_popup_container {
    width: 500px;
  }
}

.input {
  width: 100%;
  border: 1px solid #999999;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16 44;
  font-weight: regular;
  height: 56px;
  margin-top: 8px;
}

.submit-btn {
  box-sizing: border-box;
  border-radius: 8px;
  background: #2A345B;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  height: 56px;
}

.submit-btn:hover {
  color: #FFFFFF;
}

#img-container {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  #img-container>div {
    flex-direction: column;
  }
}

@media (min-width: 960px) {
  #img-container>div {
    flex-direction: row;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

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

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

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #999999;
}

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

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

.slider.round {
  border-radius: 34px;
}

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

#card-number {
  width: 100%;
  border: 1px solid #999999;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16px;
  height: 56px;
}

#card-expiry {
  border: 1px solid #999999;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16 44;
  height: 56px;
}

#card-cvc {
  border: 1px solid #999999;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16 44;
  margin-top: 8px;
  height: 56px;
}

i.fa-chevron-down,
i.fa-chevron-up {
  position: absolute;
  right: 40px;
}

#billing_page_container {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 700px) {
  #img-container img {
    margin: 8px 0;
  }

  .addon_wrapper .img {
    width: 100%;
    max-width: 150;
  }

  .package_wrapper .img {
    margin-bottom: 0;
  }

  .cart-item-close {
    right: 0;
  }
}

@media (min-width: 768px) {
  #img-container img {
    margin: 16px 0;
    width: 80%;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
}

.slick-dots button {
  border-radius: 100%;
  text-indent: -9999px;
  width: 17px;
  height: 17px;
  padding: 0;
  border: 2px solid #222222;
  margin: 0 55px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.slick-active button {
  background-color: #222222;
}

.btn-cta-disabled {
  padding: 16px 96px;
  width: 285px;
  height: 56px;
  background: #E6E6E6;
  border-radius: 8px;
}

.btn-cta {
  background: #2A345B;
  padding: 16px 96px;
  width: 285px;
  height: 56px;
  border-radius: 8px;
  color: #FFFFFF;
  cursor: pointer;
}

.btn-cta:hover {
  color: #FFFFFF;
}

.faq_footer {
  background-color: #F2F2F2;
}

.popup-container {
  display: none;
  background: #FFFFFF;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  margin: 0 auto;
  z-index: 700;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 42px;
}

.popup-container_bundle {
  display: none;
  background: #FFFFFF;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  margin: 0 auto;
  z-index: 700;
  padding: 48px;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  width: 80%
}

#cart_count {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  background: #D73433;
  display: inline-block;
  position: absolute;
  top: -7%;
  right: 26.4%;
  cursor: pointer;
}

.popup-overlay {
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 501;
}

.forward-cart {
  width: 100%;
  padding: 8px;
}

.btn-disabled {
  background: #E6E6E6;
  color: #999999;
}

.cart_bundle_wrapper,
.cart_addon_wrapper {
  width: 30%;
}

.cart_description_wrapper {
  position: relative;
  width: 70%;
  padding-right: 32px;
}

@media (max-width: 768px) {
  .thank-you-msg-container {
    width: 100% !important;
  }

  .cart_bundle_wrapper,
  .cart_addon_wrapper {
    width: 35%;
  }

  .cart_description_wrapper {
    width: 65%;
  }
}

@media (max-width: 768px) {
  .forward-cart {
    padding: 12px;
  }

  .addon-dropdown {
    width: 11%;
  }

  .cart-farm-name {
    padding: 0 10%;
  }

  .popup-container {
    left: 10%;
    right: 10%;
    transform: translate(0%, -50%);
    padding: 24px;
  }

  #empty_cart_msg {
    padding: 8px 4px;
  }

  .flickity-viewport {
    border-radius: 8px 8px 0px 0px;
  }

  .addon_wrapper {
    width: 19%;
    min-width: 150px;
    margin: 0 5% 24px 0;
  }

  #addon_popup_close {
    width: 104px;
    height: 56px;
    font-size: 20px;
    padding: 8px;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    top: -11%;
    right: 0;
  }

  .popup-container_bundle {
    padding: 0px;
  }
}

.carousel-container {
  display: flex;
  width: 70%;
}

.carousel {
  background: #FAFAFA;
  margin-bottom: 40px;
  flex-grow: 1;
}

.carousel-cell {
  width: 66%;
  height: 300px;
  margin-right: 10px;
  border-radius: 5px;
  padding: 8px;
}

.carousel-main .carousel-cell {
  min-width: 100%;
  text-align: center;
}

.carousel-nav {
  width: 120px;
  margin-left: 10px;
  max-height: 300px;
  overflow-y: scroll;
}

.carousel-nav .carousel-cell {
  height: 80px;
  width: 100px;
  margin: 0 0 5px 0;
  cursor: pointer;
}

.carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.carousel-nav .carousel-cell.is-nav-selected {
  background: #ED2;
}

.carousel-cell img {
  display: block;
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}

#package_popup_close {
  width: 104px;
  height: 56px;
  font-size: 20px;
  padding: 8px;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  top: -11%;
  right: 0;
}

#addon_popup_close {
  width: 104px;
  height: 56px;
  font-size: 20px;
  padding: 8px;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  top: -11%;
  right: 0;
}

.flickity-prev-next-button.previous {
  display: none;
}

.flickity-page-dots .dot {
  border: solid 1px #000000;
  background: #FFFFFF;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #000000;
}

#cart_close {
  background-color: #F2F2F2;
  cursor: pointer;
  padding: 16px;
  top: 0px;
  width: 100%;
  z-index: 98;
  border-radius: 16px 0px 0px 0px;
}

.cart_body {
  overflow-y: scroll;
  padding-bottom: 50px;
  height: 100%;
}

#cart_items_wrapper,
#cart_addons_wrapper {
  padding: 0 8;
}

.summary_item {
  margin: 16px 0;
}

.summary_header {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E6E6E6;
}

@media (min-width: 701px) {
  .summary_header {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

#charge_summary {
  margin-top: 0;
  margin-bottom: 16px;
  background-color: #FFF;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
}

#charge_summary>p {
  font-weight: 400;
  line-height: 24px;
  position: relative;
  margin-bottom: 0;
}

#charge_summary #total_description {
  font-size: 20px;
  font-weight: bold;
  border-top: 1px solid #999999;
  margin: 16px 0 0;
  padding-top: 16px;
  line-height: 28px;
}

#expected_delivery {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 16px 0;
}

#charge_disclaimer {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 16px 0;
}

.cart-item-close {
  right: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  font-size: 24px;
}

#forward_cart {
  background-color: #FFFFFF;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

#order_summary {
  margin: 0;
  background: #F2F2F2;
  display: flex;
  justify-content: center;
}

#sum_back_container {
  display: none;
}

#sum_back_container .back_to_shop {
  padding-left: max(calc((100% - 1140px + 40px) / 2), 20px);
  line-height: 44px;
  text-align: left;
}

#meat_box_warn {
  position: sticky;
  top: 0;
  padding: 8px 16px;
  width: 100%;
  background: #F2F2F2;
  z-index: 1;
}

#meat_box_warn>div {
  display: flex;
  padding: 8px 16px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px;
  background: #FFF3E0;
}

#meat_box_warn p {
  margin: 0;
  font-weight: 400;
  line-height: 24px;
}

#order_summary h3 {
  padding: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: normal;
}

#order_summary h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
}

#order_summary_main {
  padding: 0;
}

#order_summary_main h3 {
  padding: 24px 20px 0;
}

#order_summary_main h3.meat_warn_adjust {
  padding-top: 0;
}

#order_summary_container {
  padding: 0 20px 150px;
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  width: 100vw;
}

@media (max-width: 700px) {
  #order_summary_container button[data-action="submit"] {
    display: none !important;
  }
}

button.below_plan#forward_mob[data-action="submit"][disabled],
button.below_plan.forward[data-action="submit"][disabled] {
  display: flex !important;
}

#summary_items {
  padding: 16px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
  margin: 0 0 16px;
}

@media (min-width: 701px) {
  #sum_back_container {
    display: block;
    background: rgb(242, 242, 242);
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: 2;
  }

  #meat_box_warn {
    padding-top: 44px;
  }

  #order_summary h3 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 48px;
  }

  #order_summary h4 {
    font-size: 20px;
    line-height: 28px;
  }

  #order_summary_main {
    overflow: auto;
  }

  #order_summary_main h3 {
    padding: 45px 20px 0;
  }

  #order_summary_container {
    padding: 0 20px;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
  }

  #order_summary_container>div:nth-child(1) {
    width: 62%;
    max-width: 690px;
  }

  #order_summary_container>div:nth-child(2) {
    width: 30%;
    min-width: 318.5px;
    max-width: 390px;
  }

  #order_summary {
    height: 100%;
  }

  #summary_items {
    padding: 24px;
    margin: 0 0 24px;
  }
}

#your_cart_is_empty {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #F2F2F2;
  height: 100%;
  z-index: 50;
}

#your_cart_is_empty img {
  width: 100px;
  margin-top: 56px;
}

#your_cart_is_empty h1 {
  margin: 32px 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

#your_cart_is_empty p {
  margin: 0 0 32px;
  color: #4F4F4F;
  font-weight: 400;
  line-height: 24px;
  padding: 0 16px;
}

#your_cart_is_empty button {
  width: 186px;
  height: 45px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #your_cart_is_empty img {
    width: 150px;
    margin-top: 80px;
  }

  #your_cart_is_empty h1 {
    font-size: 36px;
    line-height: 48px;
  }

  #your_cart_is_empty p {
    font-size: 20px;
    line-height: 28px;
  }

  #your_cart_is_empty button {
    height: 56px;
  }
}

button.forward,
button.forward:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  margin-top: 2px;
  padding: 0;
  border: none;
  letter-spacing: normal;
  /* setting the default status to look as disabled, .nav_button-active overwrite these when needed */
  background: #E6E6E6;
  color: #808080;
  cursor: unset;
}

#forward_mob {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* avoiding the following because the style will be controlled by the .nav_button-active class, as we sometimes want to disable the button and keep it showing as an active button (while processing order)
button.forward:disabled {
  background-color: #E6E6E6 !important;
  color:#808080 !important;
} */

#order_summary .cart-item-close {
  right: 0;
}

.order_summary_act {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  margin-left: auto;
  cursor: pointer;
}

#cart_footer_container {
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media (max-width: 700px) {
  #size_choices .forward {
    width: 94%;
  }
}

#shop_links>#cart_icon {
  display: none;
}

#cart_icon.no_products>#cart_count {
  display: none;
}

#cart_icon>* {
  cursor: default;
}

.clear-banner-open {
  margin-top: 85px;
}

#buzz_code_container {
  display: none;
}

.coupon_success_msg {
  color: #00A141;
  text-align: left;
  font-size: 12px;
  margin: 0;
}

.coupon_banner_success_msg {
  color: #00A141;
  margin-left: 6px;
  font-size: 14px;
}

.free_text {
  color: #00A141;
  font-weight: 700;
  position: absolute;
  right: 0;
}

.thank-you-msg {
  margin-bottom: 20px;
}

#post-sign-up-form {
  margin: 0;
}

#survey-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: unset;
  margin: 0 0 12px;
}

#post-sign-up-form-q1,
#post-sign-up-form-q2 {
  display: flex;
  flex-direction: column;
}

#post-sign-up-form-q2 {
  display: none;
}

#post-sign-up-form fieldset {
  margin: 0;
}

#post-sign-up-form fieldset legend,
#post-sign-up-form fieldset label {
  font-size: 16px;
  font-weight: 300;
  line-height: 38px;
  margin: 0;
}

#post-sign-up-form fieldset legend {
  line-height: 16px;
  margin-bottom: 16px;
}

#post-sign-up-form fieldset input {
  margin: 0;
}

.post-sign-up-detailed-answers {
  opacity: 0.6;
}

.ps-btn-div {
  display: flex;
  justify-content: space-evenly;
  margin-top: 18px;
}

.ps-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 40%;
  max-width: 192px;
  padding: 0;
}

.post-sign-up-survey-msg {
  margin-top: 12px;
  font-size: 16px;
}

#farm-bio-btn {
  cursor: pointer;
  font-size: 16px;
  color: #C4C4C4;
}

@media (min-width: 700px) {
  #farm-bio-btn {
    position: absolute;
    right: 16px;
    top: 16px;
  }
}

.btn-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #D74344;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

button.btn-primary:hover {
  color: #FFFFFF;
}

#farm_bio_container p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.farm-bio-flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.farm-bio-flex-item {
  width: 50%;
}

.farm-bio-desktop-header {
  display: none;
}

@media (min-width: 701px) {
  .farm-bio-mobile-header {
    display: none;
  }

  .farm-bio-desktop-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 32px;
  }
}

#farm_bio_close_x {
  position: absolute;
  top: 17px;
  right: 14px;
}

.icons-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.icons-container img {
  width: 50px;
  margin: 1%;
}

.farm-bio-img {
  width: 100%;
}

@media (max-width: 700px) {
  #farm_bio_container {
    height: auto;
    overflow: auto;
    top: 50%;
  }

  .farm-bio-flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .farm-bio-img {
    height: 150px;
    object-fit: cover;
    width: 100%;
    margin: 8px 0;
  }

  .farm-bio-flex-item {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.icons-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.icons-container img {
  margin: 1%;
  width: 23%;
}

#header_bar {
  display: flex;
  align-items: center;
  padding: 0;
  height: 28px;
}

#menu {
  flex-direction: column;
  height: 115px;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

#logo_container {
  position: unset;
  margin: 8px 0 16px;
}

#logo {
  margin: 8px 0 16px;
}

#shop-progress-container {
  text-align: center;
  margin: auto;
  width: 100%;
}

.shop-progress-bar li {
  list-style-type: none;
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #808080;
}

.shop-progress-bar li span {
  cursor: default;
}

.shop-progress-bar li:before {
  content: " ";
  line-height: 12px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 1.5px solid #999999;
  box-shadow: 0 0 0 5px #ffffff;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  background-color: white
}

.shop-progress-bar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 6px;
  left: -50%;
  z-index: -1;
  cursor: unset;
}

.shop-progress-bar li:first-child:after {
  content: none;
}

.shop-progress-bar li.fulfilled {
  color: #D74344;
  cursor: pointer;
  pointer-events: none;
}

.shop-progress-bar li.fulfilled span {
  cursor: pointer;
  pointer-events: auto;
}

.shop-progress-bar li.fulfilled.current,
.shop-progress-bar li.fulfilled.current span {
  cursor: default;
}

.shop-progress-bar li.fulfilled:before {
  border-color: #D74344;
  background-color: #D74344;
  pointer-events: auto;
}

.shop-progress-bar .fulfilled:after {
  background-color: #D74344;
  pointer-events: none;
}

#shop_links {
  top: 12px;
  height: 50px !important;
}

#logo {
  width: 80px !important;
  margin: 0 !important;
}

@media (min-width: 960px) {
  #menu {
    flex-direction: row;
    height: 100px;
    margin-bottom: 15px !important;
    padding: 20px 20px 0 !important;
  }

  #logo_container {
    position: absolute;
  }

  #header_bar {
    height: 38px;
  }

  #logo {
    margin: 0;
    width: 120px !important;
  }

  #shop-progress-container {
    width: 80%;
  }

  .shop-progress-bar li {
    font-size: 14px;
    margin: 0;
  }

  #shop_links {
    top: 24px;
  }
}

#cart_container {
  border-radius: 16px;
  position: fixed;
  top: 143px;
  height: auto;
  right: 0%;
  bottom: 2%;
  width: 0%;
  z-index: 98;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.25);
  background-color: rgb(255, 255, 255);
}

@media (max-width: 700px) {
  #cart_container {
    display: none;
    border-radius: 16px 16px 0px 0px;
    width: 100%;
    z-index: 500;
    bottom: 0;
  }

  #forward_cart {
    border-radius: 0 !important;
  }
}

@media (min-width: 960px) {
  #cart_container {
    top: 153px;
  }
}

@media (min-width: 701px) {
  #package_container {
    width: 70%;
    margin-top: 32px;
  }

  #cart_container {
    /* just in case it was closed on a smaller screen width */
    display: block !important;
    width: 30%;
    right: 1%;
  }

  #page_nav_parent {
    display: none;
  }

  #cart_close {
    display: none;
  }
}

#current_farm {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

#farm_nav_toggler {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #D74344;
  cursor: pointer;
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  #farm_nav_toggler {
    font-size: 16px;
  }
}

#first_farm_nav {
  margin-bottom: 36px;
}

#farm_nav_footer {
  border-top: 3px solid #E6E6E6;
  padding-top: 40px;
  margin-bottom: 120px;
}

#farm_nav_footer h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Roboto', sans-serif !important;
}

#farm_nav_footer p {
  font-weight: 400;
  line-height: 24px;
  color: #4F4F4F;
}

#filters_container {
  border-bottom: 3px solid #E6E6E6;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8px;
}

#filters_container button.protein_filter {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 80px;
  height: 40px;
  background: #F2F2F2;
  border: unset;
  border-radius: 8px;
  text-transform: capitalize;
  margin: 0 8px 8px 0;
}

#filters_container button.protein_filter:hover {
  background: #E6E6E6;
}

#filters_container button.protein_filter.selected {
  background: #E6E6E6;
  border: 1px solid #222222;
}

#clear-filters {
  display: none;
  width: 80px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #222222;
  margin: 0 0 8px 0;
  padding: 0;
  text-transform: none;
  border: unset;
}

#clear-filters:hover {
  text-decoration-line: underline;
}

.default_btn,
.default_btn:hover,
.default_btn:focus,
.default_btn:active {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: white;
  background-color: #2A345B;
  border-radius: 8px;
  width: 100%;
  max-width: 225px;
  text-align: center;
  margin: auto 0 8px;
  cursor: pointer;
}

#package_popup_container .default_btn {
  position: unset;
}

#addon_popup_container .addon>img {
  width: 70%;
}

#addon_popup_container .addon>div {
  width: 100%;
}

@media (min-width: 768px) {
  #addon_popup_container .addon {
    display: flex;
  }

  #addon_popup_container .addon>img,
  #addon_popup_container .addon>div {
    width: 50%;
  }
}

@media (max-width: 700px) {
  #cart_footer {
    border-radius: 0 !important;
  }

  #forward_cart {
    border-radius: 0 !important;
  }
}

#hiw_container {
  background: #FFF3E0;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
}

#hiw_container>div {
  display: flex;
  flex-direction: column;
  margin: 8px;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  text-align: center;
}

#hiw_container img {
  height: 100px;
  margin: 0;
  object-fit: contain;
}

#hiw_container h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin: 10px 0 0;
}

#hiw_container p {
  margin: 0;
  line-height: 24px;
}

@media (min-width: 768px) {
  #hiw_container {
    flex-direction: row;
    justify-content: space-between;
  }

  #hiw_container>div {
    width: 33%;
  }
}

@media (min-width: 960px) {
  #hiw_container {
    padding: 72px 124px;
    flex-direction: row;
    justify-content: space-between;
  }
}

#faq_footer-checkout {
  margin-top: 64px;
  padding: 24px;
}

.faq_footer h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

@media (min-width: 768px) {
  .faq_footer h1 {
    font-size: 28px;
    line-height: 33px;
  }
}

.no-commitment {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4F4F4F;
  margin: 0 auto;
}

.no-commitment.mobile_only {
  max-width: 90%;
}

.desktop_only {
  display: none;
}

@media (min-width: 768px) {
  .mobile_only {
    display: none;
  }

  .desktop_only {
    display: flex;
  }
}

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

#checkout_page_container>h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-top: 30px;
}

#order-summary-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.checkout-card {
  margin-bottom: 24px;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

.order-summary {
  width: 100%;
  max-width: 400px;
}

.order-summary h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 24px;
  letter-spacing: unset;
}

.order-summary h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 24px;
  letter-spacing: unset;
}

@media (min-width: 768px) {
  #checkout_container {
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  #checkout_page_container>h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .checkout-card {
    padding: 32px;
  }

  .order-summary h2 {
    font-size: 24px;
  }

  #order-summary-container {
    width: 39%;
    margin-left: 18px;
  }

  #shipping_and_payment_container {
    width: 59%;
  }
}

.questions {
  list-style-type: none;
  text-align: left;
}

.questions li:first-child {
  margin-top: 2rem;
}

.questions .item {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #DBDDE0;
  border-radius: 8px;
  margin: 1rem 0;
  cursor: default;
  padding: 0 24px;
}

.questions .item>.question {
  cursor: pointer;
  display: flex;
  align-items: center;
  min-height: 69px;
}

.questions .item>.question h4 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: unset;
  margin: 0;
}

.questions .answer {
  display: none;
  line-height: 140%;
  padding: 0.5rem 0 1rem;
  margin: 0;
  font-weight: 400;
}

.questions .item i {
  color: #999999;
  margin-left: auto;
  position: unset;
}

#shipping_form label,
#payment label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

#shipping_form {
  position: relative;
}

#shipping_form h1 {
  margin-bottom: 24px;
}

#shipping_edit {
  display: none;
  position: absolute;
  right: 24px;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
}

#shipping_address_summary {
  display: none;
}

#shipping_fieldset,
#shipping_address_summary {
  margin-top: 24px;
}

@media (min-width: 768px) {
  #shipping_edit {
    right: 32px;
  }

  #shipping_form h1 {
    margin-bottom: 32px;
  }

  #tokenize,
  #proceed-pay {
    width: 300px;
  }
}

#payment {
  margin: 32px auto 0;
}

#billing-info-paragraph {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #4F4F4F;
  margin-bottom: 0px;
}

#coupon_code {
  padding: 16px;
  width: 187px;
  height: 56px;
  border: 1px solid #999999;
  border-radius: 8px;
  margin: 0 8px 8px 0;
}

#coupon_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 56px;
  background: #D74344;
  border-radius: 8px;
  margin: 0 0 8px 0;
}

#coupon_btn:disabled {
  background-color: rgb(230, 230, 230);
  color: rgb(128, 128, 128);
}

#shipping_special_instructions {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  height: 56px;
}

.select-wrapper {
  position: relative;
  pointer-events: none;
}

.select-wrapper>select {
  pointer-events: auto;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
}

/* using before because we are currently using after to show errors */
.select-wrapper::before {
  content: "\2304";
  font-size: 28px;
  right: 16px;
  position: absolute;
  color: #4F4F4F;
}

#multiple_discount_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 12px;
  background: #F4F6DF;
  border-radius: 8px;
  margin: 24px 0 0;
}

#multiple_discount_container p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #00A241;
  margin: 0;
}

.check_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.check_circle {
  position: relative;
  background: #00B01D;
  border-radius: 100%;
  height: 25px;
  width: 25px;
}

.check_mark {
  position: absolute;
  transform: rotate(45deg) translate(-50%, -50%);
  left: 6px;
  top: 11px;
  height: 15px;
  width: 9px;
  border-bottom: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
}

p.step-subtitle {
  font-weight: 400;
  margin-bottom: 2rem;
  max-width: 340px;
}

@media (min-width: 768px) {
  p.step-subtitle {
    margin-bottom: 0;
    max-width: 800px;
  }

  p.step-subtitle .desktop_only {
    display: inline;
  }

  #payment>div.row {
    display: flex;
    align-items: flex-end;
  }
}

#welcome_container {
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  width: 100%;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  position: relative;
  margin: 26px auto 32px;
}

#welcome_container img {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

#welcome_container h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  padding: 0;
  margin-bottom: 16px;
}

#welcome_container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

#welcome_container p:last-of-type {
  margin-bottom: 0px;
}

#welcome_container a {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #D74344;
}

#build_box .title-step {
  font-size: 24px;
  margin-bottom: 16px;
}

#dates-paragraph {
  text-align: center;
  font-weight: 400;
}

@media (min-width: 768px) {
  #build_box .title-step {
    font-size: 36px;
  }

  #dates-paragraph {
    text-align: left;
  }
}

.free_meat_disclaimer,
#free_meat_confirmation {
  display: none;
  padding: 8px 12px;
  background: #F4F6DF;
  color: #00A141;
  font-size: 14px;
  line-height: 21px;
}

#free_meat_confirmation {
  margin-top: 16px;
}

.free_meat_disclaimer.has_discount,
#free_meat_confirmation.has_discount {
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 0;
}

.free_meat_disclaimer.has_discount.mobile_only {
  margin-bottom: 32px;
}

.free_meat_disclaimer p,
#free_meat_confirmation p {
  margin: 0;
}

@media (min-width: 768px) {
  .free_meat_disclaimer.has_discount.mobile_only {
    display: none;
  }

  .free_meat_disclaimer.has_discount.desktop_only {
    margin-bottom: 0px;
    border-radius: 0;
  }
}

#discount_description {
  display: none;
}

#discount_amount {
  position: absolute;
  right: 0;
}

#order_sum_mkt_remain_msg {
  margin-top: 16px;
}

#payment_methods_container {
  display: inline-flex;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  top: -5px;
}

#payment_methods_container img {
  object-fit: contain;
  width: 40px;
  margin-left: 4px;
}

#warning_banner {
  display: flex;
  font-size: 16px;
  margin: 4px 0 24px;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #FFF3E0;
}

p.external_name {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #2A345B;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: underline;
  cursor: pointer;
}

#back_to_plan {
  cursor: pointer;
  font-size: 16px;
  color: #808080;
}

.oos_btn,
.oos_btn:hover {
  display: block;
  width: 100%;
  margin: auto 0 8px;
  padding: 0;
  color: #555;
  background: #F2F2F2;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  border: 1px solid #bbb;
  border-radius: 8px;
  cursor: not-allowed;
}

#total_price {
  line-height: 40px;
  font-size: 18px;
}

.sale_adj .parsed_sale_price {
  color: #D74344;
}

.sale_adj .parsed_price {
  text-decoration: line-through;
}