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

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

#size_choices {
  padding-bottom: 72px;
}

.step_title {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  margin: 27px auto 10px;
  max-width: 60%;
  text-align: center;
}

.step_paragraph {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto 0;
  max-width: 75%;
  text-align: center;
}

.pill_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 289px;
  cursor: pointer;
  padding: 22px 22px 28px;
  border-radius: 8px;
  border: 1px solid #CFCFCF;
  background: #FFF;
}

.pill_box.most_popular {
  border-radius: 9.6px;
  border: 1.2px solid #FA0;
  background: rgba(255, 170, 0, 0.10);
}

.pill_box.most_popular img {
  mix-blend-mode: multiply;
}

.dark_blue_btn,
.dark_blue_btn:hover,
.dark_blue_btn:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 36px;
  border-radius: 7.04px;
  background: #1C2623;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin: 10px 0 0;
}

.pill_box_title {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.pill_box_prices {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.pill_box_desc {
  color: #747272;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 768px) {
  .step_title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
    max-width: unset;
  }

  .step_paragraph {
    font-size: 18.75px;
    max-width: 520px;
  }

  .pill_box.most_popular .dark_blue_btn,
  #email_form .dark_blue_btn {
    width: 215px;
    height: 45px;
  }

}

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

.farm_nav .farm_nav-item.nav_offset {
  margin-right: -50%;
  margin-left: 50%;
}

.farm_nav-item.nav_hidden {
  display: none !important;
}

.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;
  /* aspect-ratio: 992 / 1140; */
  aspect-ratio: 150 / 135;
  object-fit: cover;
}

.popup_addon_wrapper .img {
  cursor: unset;
}

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

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

.addon {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.single_row-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.addon .addon-name {
  line-height: 1.5em;
  margin: 10px 0 6px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
}

.price_el,
.sale_adj,
.quantity_container,
.default_btn {
  flex-shrink: 0;
}

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

.addon_count {
  background-color: #d74344;
}

.circle {
  border-radius: 8px;
}

#empty_cart_msg {
  margin-bottom: 0px;
}

#page_nav {
  display: none;
  width: 100%;
  padding: 11px 26px 21px;
  position: fixed;
  z-index: 9;
  bottom: 0;
  border-radius: 15px 15px 0 0;
  border: 1px solid #DBDBDB;
  background: #FFF;
  text-align: center;
}

.cart_del_date {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.cart_percent {
  color: rgba(0, 0, 0, 0.40);
  font-size: 17px;
  font-weight: 500;
  margin-left: 8px;
}

.cart_progress_container {
  margin-top: 7px;
  width: 100%;
  height: 14px;
  background: #CFE39F;
  border-radius: 60px;
  overflow: hidden;
}

.cart_progress_bar {
  height: 100%;
  width: 0%;
  background: #82B803;
  transition: width 0.3s ease;
}

.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: #82B803 !important;
  color: #FFFFFF !important;
  cursor: pointer !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;
}

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

.summary_img-four {
  width: 90%;
}

.summary_img-six {
  width: 70%;
}

.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: 25px 0;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 700;
  width: 230px;
}

#email_form p {
  margin: 0;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

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

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

.red_btn,
.red_btn:hover,
.red_btn:focus {
  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 (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%;
  }

  .farm-profile {
    display: none;
  }

  #subscribe_now {
    padding: 2px 10px;
  }

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

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

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

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

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

.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;
  min-width: 300px;
}

.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_coupon_wrapper {
  display: none;
  padding: 20px 20px 0;
}

#cart_coupon_wrapper.has_discount {
  display: block;
}

#cart_body {
  overflow-y: auto;
  flex: 1;
  padding: 20px;
}

@media (min-width: 701px) {
  #cart_body {
    padding: 30px;
  }

  #cart_coupon_wrapper {
    padding: 30px 30px 0;
  }
}

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

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

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

.addon_protein_wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 700px) {
  .cart-farm-name {
    padding: 0 10%;
  }

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

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

.tooltip_text {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
}

.coupon_tooltip .coupon_tooltip_content {
  visibility: hidden;
  background-color: #FFFFFF;
  color: #00A141;
  padding: 8px;
  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: max-content;
  min-width: 100px;
  top: 100%;
  left: 60px;
  transform: translateX(-100%);
  margin-top: 16px;
  font-weight: 700;
  flex-wrap: nowrap;
  gap: 8px;
  text-align: center;
  border: 1px solid #00A141;
  border-radius: 8px;
}

.coupon_tooltip:hover .coupon_tooltip_content {
  visibility: visible;
}

.coupon_tooltip_content::after {
  content: "";
  position: absolute;
  top: -9px;
  right: 12px;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-left: 1px solid #00A141;
  border-top: 1px solid #00A141;
  transform: rotate(45deg);
}

.coupon_tooltip .coupon_tooltip_content.l_position {
  left: 60px;
  right: auto;
  transform: translateX(-100%);
}

.coupon_tooltip .coupon_tooltip_content.l_position::after {
  right: 12px;
  left: auto;
}

.coupon_tooltip .coupon_tooltip_content.c_position {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.coupon_tooltip .coupon_tooltip_content.c_position::after {
  right: calc(50% - 8px);
  left: auto;
}

.coupon_tooltip .coupon_tooltip_content.r_position {
  left: auto;
  right: 60px;
  transform: translateX(100%);
}

.coupon_tooltip .coupon_tooltip_content.r_position::after {
  left: 12px;
  right: auto;
}

.coupon_tooltip_content img {
  width: 36px;
  height: 38px;
}

.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 it */
  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;
}

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

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

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

#pill_box_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
}

@media (min-width: 768px) {
  #pill_box_container {
    flex-direction: row;
    justify-content: center;
    margin-top: 34px;
  }
}

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

.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 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: normal;
  padding: 25px 0 15px;
}

@media (min-width: 768px) {
  .protein_header {
    font-size: 30px;
  }
}


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

.checkout_error_msg {
  display: none;
  font-size: 16px;
  color: red;
  text-align: center;
  margin: 0;
}

.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 !important;
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}

#shipping_form .postal_unserved_error {
  left: unset;
  transform: unset;
}

#email_suggestion {
  display: none;
  margin-bottom: 0px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}

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

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

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

.summary_img-four {
  width: 90%;
}

.summary_img-six {
  width: 70%;
}

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

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

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

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

  .farm-profile {
    display: none;
  }

  #subscribe_now {
    padding: 2px 10px;
  }

  .package_set-addons {
    text-align: center;
  }

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

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

  .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;
  border: 1.25px solid rgba(0, 0, 0, 0.30);
  border-radius: 8px;
  height: 38px;
  max-width: 225px;
  width: 100%;
  margin: auto 0 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;
  border-radius: 8px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-top: auto;
  color: #1C2623;
  background-color: #fff;
  border-radius: 8.8px;
  border: 1.25px solid rgba(0, 0, 0, 0.30);
}

.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 {
  border: none;
  width: 35px;
  height: 35px;
  background: #F3EFEB;
}

.stepper-icon {
  width: 12px;
}

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

#cart_body .quantity_container {
  max-width: 135px;
}

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

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

#addon_popup_container {
  justify-content: center;
}

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

.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) {

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

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

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

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

.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) {
  .cart-farm-name {
    padding: 0 10%;
  }

  .popup-container {
    padding: 24px;
  }

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

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

.summary_item {
  margin: 0 0 16px;
}

#cart_container .price_el,
#cart_container .sale_adj {
  margin: 0;
}

.cart_bundle_wrapper img,
.cart_addon_wrapper img {
  border-radius: 8px;
  aspect-ratio: 150 / 135;
  object-fit: cover;
}

.cart-card {
  display: flex;
  gap: 20px;
  align-items: center;
}

#charge_breakdown_container {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 16px 0;
  margin: 16px 0;
}

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

#charge_summary #total_description {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

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

#forward_cart {
  display: none;
  border-radius: 7.04px;
  text-align: center;
  margin-top: 7px;
  height: 35px;
  justify-content: center;
  align-items: center;
}

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

button.forward,
button.forward:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-top: 7px;
  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-radius: 7.04px;
  width: 100%;
}

#cart_footer_container {
  width: 100%;
  padding: 11px 26px 21px;
  border-top: 1.25px solid #DBDBDB;
  text-align: center;
  background: #fff;
}

@media (min-width: 701px) {
  #cart_footer_container {
    text-align: left;
    padding: 11px 8px 21px;
  }
}

@media (min-width: 900px) {
  #cart_footer_container {
    padding: 11px 26px 21px;
  }
}

#shop_links>#cart_icon {
  display: flex;
}

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

#cart_icon>* {
  cursor: default;
}

#buzz_code_container {
  display: none;
}

.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;
  justify-content: center;
  padding: 0;
  height: 29px;
  background: #F4F0EC;
  color: #1C2623;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

#header_bar b {
  color: #1C2623;
}

#menu_container {
  flex-direction: column;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

#menu_logo_container {
  margin: 19px 0 15px;
}

#logo {
  margin: 0;
  width: 67px;
}

#shop_links {
  top: 42px;
  height: 50px !important;
  z-index: 100;
  position: fixed;
}

#shop_progress_container {
  display: none;
  width: 100%;
  text-align: center;
}

#shop_step_text {
  color: rgba(34, 34, 34, 0.75);
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

#shop_progress_bar {
  width: 100%;
  height: 5px;
  background: #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

#shop_progress_fill {
  height: 100%;
  width: 0%;
  background: #D64444;
  transition: width 0.3s ease;
}

@media (min-width: 960px) {
  #header_bar {
    height: 40px;
  }

  #menu_logo_container {
    margin: 26px 0 13px;
  }

  #logo {
    width: 83.75px;
  }

  #shop_links {
    top: 62px;
  }

  #shop_progress_bar {
    height: 10px;
  }

  #shop_step_text {
    margin-bottom: 31px;
  }
}

#cart_container {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  position: fixed;
  top: 143px;
  height: auto;
  right: 0%;
  bottom: 2%;
  width: 0%;
  z-index: 98;
  border-radius: 18.75px;
  border: 1.25px solid #DBDBDB;
  background: #FFF;
  height: calc(100% - 143px);
  overflow: visible;
}

#cart_footer_container {
  border-radius: 0 0 18.75px 18.75px;
}

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

  #cart_footer_container {
    border-radius: 0;
  }
}

@media (min-width: 960px) {
  #cart_container {
    top: 205px;
    height: calc(100% - 205px - 19px);
  }
}

@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: flex !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;
  margin-bottom: 150px;
}

#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 {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 14px;
  /* Hide scrollbar — Firefox */
  scrollbar-width: none;
  /* Hide scrollbar — IE / Edge legacy */
  -ms-overflow-style: none;
  /* Standard */
  user-select: none;
  /* Safari */
  -webkit-user-select: none;
  /* IE/Edge */
  -ms-user-select: none;
  position: relative;
}

#filters_container_wrapper {
  position: relative;
}

.filter_container_shadow {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  pointer-events: none;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 200ms ease;
}

.filter_container_shadow.visible {
  opacity: 1;
  visibility: visible;
}

.filter_container_shadow.right {
  right: -40px;
  box-shadow: -15px 0 15px -10px rgba(0, 0, 0, 0.1);
}

.filter_container_shadow.left {
  left: -40px;
  box-shadow: 15px 0 15px -10px rgba(0, 0, 0, 0.1);
}

#filters_container:active {
  cursor: grabbing;
}

/* Hide scrollbar — Chrome / Safari / Edge */
#filters_container::-webkit-scrollbar {
  display: none;
}

#filters_container button.protein_filter {
  border: unset;
  padding: 0;
  height: unset;
  margin: 0;
}

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

#filters_container button.protein_filter.selected .protein_filter_img_container {
  filter: invert(1);
}

#filter_progress {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

#filter_progress.visible {
  display: flex;
}

#filter_progress .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  transition: background 200ms ease, transform 200ms ease;
}

#filter_progress .dot.active {
  background: rgba(0, 0, 0, 0.6);
  transform: scale(1.2);
}

.protein_filter_img_container {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.protein_filter_img_container img {
  height: 49px;
  mix-blend-mode: multiply;
}

.filter_label {
  color: #1C2623;
  text-transform: none;
}

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

#package_popup_container .default_btn {
  position: unset;
}

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

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

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

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

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

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

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

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

.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: 14px 0 0;
  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;
}

#proceed_pay {
  background-color: #2A345B;
  color: #FFFFFF;
}

#proceed_pay:disabled {
  background-color: #E6E6E6;
  color: #808080;
}

#tokenize {
  background-color: #2A345B;
  color: #FFFFFF;
}

#tokenize:disabled {
  background-color: #E6E6E6;
  color: #808080
}

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

#coupon_success_container {
  display: none;
  flex-direction: row;
  align-items: center;
  padding: 8px 12px;
  background: #F4F6DF;
  border-radius: 8px;
}

#coupon_success_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;
}

@media (min-width: 768px) {
  #payment>div.row {
    display: flex;
    align-items: flex-end;
  }
}

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

.coupon_container.has_discount {
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 0;
}

.coupon_container p {
  margin: 0;
}

.coupon_tooltip_content span {
  white-space: nowrap;
}

#discount_description {
  display: none;
}

.cart_amount {
  position: absolute;
  right: 0;
}

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

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

.oos_btn,
.oos_btn:hover {
  display: block;
  width: 100%;
  margin: 0;
  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;
}

.cart_total_price {
  line-height: 24px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

.sale_adj .parsed_sale_price {
  color: #D74344;
}

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

#sub_flow {
  display: none;
  height: 100%;
}

.sub_step {
  display: none;
}

.checkout_sec_header {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  letter-spacing: normal;
}

#order_summary_details .checkout_sec_header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkout_sec_header .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

#order_summary_details.expanded .arrow {
  transform: rotate(-135deg);
}

#order_summary_addons {
  overflow: hidden;
  display: none;
  padding: 0 0 10px 0;
}

.order_summary_addon_entry {
  display: flex;
  margin: 16px 0 0;
}

.order_summary_addon_entry img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 150 / 135;
  object-fit: cover;
}

#show_meat_selection_popup.condition_met,
#meat_selection_popup.condition_met {
  display: none !important;
}

#show_meat_selection_popup {
  color: #2A345B;
  text-decoration-line: underline;
  cursor: pointer;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

.popup_content {
  background: #fff;
  border-radius: 12px;
  max-width: 500px;
  width: 100%;
  margin: 40px auto;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.popup_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.popup_header h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  letter-spacing: normal;
}

.close_btn {
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  align-self: flex-start;
}

@media (min-width: 768px) {
  .popup_content {
    max-width: 700px;
  }
}


#meat_selection_popup_body {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 10px 0;
}

#province_swap_alert_body {
  padding: 32px 24px;
  margin: 0;
  border-radius: 8px;
  max-width: 588px;
  text-align: center;
}


#province_swap_alert_body h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 16px;
  letter-spacing: normal;
}

#province_swap_alert_body p {
  color: #4F4F4F;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  font-weight: 400;
}

#province_swap_alert_body button {
  height: 44px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

#province_swap_alert_body button:hover,
#province_swap_alert_body button:focus {
  color: #FFFFFF;
  background-color: #D64547;
}

#province_swap_alert_body #keep_province,
#province_swap_alert_body #keep_province:hover,
#province_swap_alert_body #keep_province:focus {
  color: #000;
  background-color: #C4C4C4;
}

@media (min-width: 960px) {
  #province_swap_alert_body h1 {
    font-size: 24px;
  }
}

#current_farm,
#farm_nav_toggler,
#first_farm_nav {
  display: none !important;
}