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

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

.fold {
  padding: 50px;
}

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

.span_title {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
}

.span_p {
  font-size: 24px;
  font-weight: 500;
}

.section-title {
  font-size: 28px;
}

.title_body {
  font-size: 22px;
}

@media (min-width: 700px) {
  .fold {
    padding: 20px;
  }
}

@media (max-width: 900px) {
  .section-title {
    font-size: 20px;
  }
}

#splash {
  position: relative;
  text-align: center;
  background: url('../img/meat_bg.png');
  background-color: #F2F2F2;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  padding: 72px 32px;
}

@media (min-width: 960px) {
  #splash {
    background-position: bottom;
    padding: 7% 23%;
  }
}

@media (max-width: 700px) {
  .title_body {
    font-size: 16px;
  }

  .span_title {
    font-size: 24px;
  }

  .span_title span {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .span_title {
    font-size: 24px;
  }
}

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

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

.addon {
  text-align: center;
}

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

.addon_count {
  background-color: #d74344;
}

.circle {
  border-radius: 8px;
}

.section-header {
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 700;
}

.product-header {
  font-size: 18px;
  margin-bottom: 0px;
}

.protein-header {
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 700;
}

.package_count {
  font-size: 24px;
  color: white;
  background-color: black;
  position: absolute;
  padding: 0px 12px;
  z-index: 8;
  top: 2px;
  right: 7%;
}

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

#page_nav_parent {
  margin-top: 100px;
  position: relative;
}

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

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

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

#back {
  cursor: pointer;
}

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

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

.summary_img-four {
  width: 90%;
}

.summary_img-six {
  width: 70%;
}

#customize {
  margin-top: 12px;
}

#order_summary_desktop #back {
  padding-left: 20px;
  text-align: left;
}

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

  #error_container,
  #success_container {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}

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

#package_container {
  margin-bottom: 114px;
}

@media (max-width: 700px) {
  #benefits_promo {
    padding: 20px;
  }

  .summary_img-six {
    width: 90%;
  }

  #package_container {
    margin-bottom: 114px;
  }

  #page_nav_parent {
    margin-top: 0px;
  }

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

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

  #back[data-action="reset"] {
    display: none;
  }

  #subscribe_now {
    padding: 2px 10px;
  }

  #forward:hover {
    text-decoration: underline;
  }

  #forward_container {
    width: 100%;
  }

  #back_container {
    float: left !important;
  }

  #forward,
  #back {
    width: 100%;
  }

  #back img {
    height: 13px !important;
  }

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

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

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

  .img {
    width: 38%
  }

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

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

.addon-btn,
.addon-btn:hover,
.addon-btn:focus {
  font-family: 'Roboto Mono', monospace;
  cursor: pointer;
  font-size: 16px;
  color: white;
  background-color: #2A345B;
  border-radius: 8px;
  padding: 8px;
  line-height: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 700px) {
  .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%;
  }

  .bundle_price {
    top: 1%;
  }
}

#farm_swap_alert_container {
  display: none;
  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%;
  margin-top: 50%;
  height: auto;
  position: relative;
  padding: 30px;
}

.close_popup {
  color: #D4D4D4;
  background-color: white;
  border-color: #D4D4D4;
  cursor: pointer;
}

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

.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;
  margin-top: 10px;
}

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

@media only screen and (min-width: 1200px) {
  #farm_swap_alert {
    width: 40%;
    padding: 50px;
    margin-top: 3%;
  }
}

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

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

#order_summary_body {
  padding: 24px 16px;
}

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

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

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

#card-expiry {
  border: 1px solid #999999;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16 44;
  margin-top: 8px;
  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 {
  position: absolute;
  right: 40px;
  top: 24px;
}

.dropdown-btn {
  border: 1px solid #DBDDE0;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16 44;
  display: block;
  margin-top: 8px;
  position: relative;
  cursor: pointer;
}

#billing_page_container {
  margin-top: 16px;
}

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

  .addon-wrapper .img {
    width: 100%;
    margin-bottom: 8px;
  }
}

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

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

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

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

.faq_footer {
  background-color: #F2F2F2;
}

.faq_container {
  max-width: 76rem;
  margin-top: 10px;
  margin: auto;
}

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

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

.addon-wrapper {
  width: 15%;
  margin: 0 1% 0 0;
}

.addon-protein-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .addon-dropdown {
    width: 11%;
  }

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

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

  .addon-wrapper {
    width: 15%;
    min-width: 150px;
    margin: 0 5% 0 0;
  }

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

  .icon-img {
    display: none;
  }

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

.loading_button {
  width: 9%;
}

@media (max-width: 700px) {
  #email_postal_section .title-wrapper {
    text-align: center;
  }

  #email_postal_section {
    padding: 0;
  }

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

  .loading_button {
    width: 16%;
  }

  #order_summary_dropdown {
    margin: 100px auto 16px auto;
  }
}

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

#email_postal_popup_close {
  font-size: 16px;
  padding-top: 8px;
  padding-right: 16px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

#filters-container {
  border-bottom: 3px solid #E6E6E6;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8px;
  margin-top: 36px;
}

#filters-container button.protein-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 75px;
  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: 75px;
  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;
}