:root {
  --mff-border-radius: 25px;
  --mff-border-radius-sm: 18px;
  --mff-gold-button-gradient: linear-gradient(86.42deg, #916d00 0%, #fff2cc 35%, #916d00 68%, #fff2cc 100%);
  --mff-color-orange: rgba(255, 85, 0, 1);
  --mff-color-dark-green: #5e6c48;
  --mff-color-cream: #f5efe1;
  --mff-color-bright-green: #96e796;
  --mff-color-tan: #b3966e;
  --mff-color-tan-faded: #b3966e12;
  --mff-color-dark: #1a1a1a;
  --mff-color-brown: #5c3f2f;
  --mff-color-white: #fff;
  --mff-grey-gradient: linear-gradient(165.32deg, #f5f5f5 0%, #d9d9d9 100%);
  letter-spacing: -0.1px;
}

body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background: #f5efe1;
  color: #5c3f2f;
}

/* to make slide-in animation look cleaner */
form {
  overflow-x: hidden;
}

.products-all-text {
  min-height: 86px;
}

.sub-text {
  color: #aaa;
  margin-top: 20px;
  font-weight: 400
}

@media (min-width: 768px) {

  /* .progress-container { margin-top: 19px; } */
  .products-all-text {
    min-height: 86px;
  }
}

.pick-header {
  margin-top: 5px;
  margin-bottom: 25px;
}

.top-bar-msg {
  line-height: 26px;
  font-size: 1.2em;
}

header.steps {
  padding-top: 54px;
  margin: 0;
}

.image-crop>img {
  width: 100%;
}

.image-crop {
  overflow: hidden;
  height: auto;
  width: 80%;
  /* margin:0 auto; */
}

.product-card { border-radius:22px; }

.product-stats {
  /* border: 1px solid #ddd; */
  /* border-radius: 20px; */
  padding: 0px 7px 15px;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  /* margin: 15px 10px 5px; */
  /* line-height: 14px; */
  /* width: 75% */
}

.product-description {
  font-size: 12px;
  /* padding:5px 10px 20px; */
  min-height: 78px;
  width: 80%
}

.product-desc-mob {
  display: none;
  font-size: 14px;
  margin: 0 0 15px;
}

.continue-shopping {
  font-size:20px;
}

@media (max-width: 768px) {

  /* .prod-desc-blurb { display:none } */
  .product-description {
    display: none
  }

  .product-desc-mob {
    display: block;
  }

  .continue-shopping {
    font-size:18px;
  }
}



.accordion {
  --bs-accordion-active-color: #fff;
  --bs-accordion-active-bg: #5e6c48;
}

.modal p {
  margin-top: 5px;
}

.close-btn {
  /* border-radius: 5px; */
  /* text-align: center; */
  text-transform: uppercase;
  font-size: 21px;
  /* background-color: #ff9e18; */
  /* color: #fff; */
  font-family: Roboto, Palatino Linotype, Book Antiqua, Palatino, serif;
  /* border-color: #ff9e18; */
  border: none;
  padding: 10px;
  width: 100%;
  display: block;
  margin: 0;
}

.full-title,
.full-price,
.priceslash {
  font-weight: bold
}

.continue-btn {
  padding: 10px 50px;
  width: initial;
}

/* disable select with cursor */
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.products-all-text {
  text-align: left;
  margin: 0 22px
}


#product_details h5 {
  font-weight: bold;
  text-align: left;
}

#product_details p {
  text-align: left;
}

#product_details h3 {
  font-size: 1.1em;
  line-height: 2.5em;
}

.modal-header-fixed {
  position: sticky;
  top: 0;
  background-color: inherit;
  z-index: 1055;
}

.full-add-cart.green-btn {
  font-size: 24px;
  padding: 10px 25px;
  width: 80%;
  margin: 0 0 0 10px
}

@media (max-width: 728px) {
  .full-add-cart.green-btn {
    width: 90%;
  }
}


/* add to cart in modal */
#product_details .selected {
  box-shadow: 0 0 15px 0 rgba(168, 216, 85, .75);
  text-decoration: none;
  background-color: #9abd5d;
  color: #fff;
}



@media (max-width: 768px) {
  .image-crop {
    width: 95%
  }

  .product-stats {
    width: 85%
  }

}

.pick-header {
  font-weight: bold
}

.pick-header span {
  font-weight: bold
}




/*

.nav-pills {
  display: flex;
}

li.nav-item {
  flex: 1 1 auto;
  text-align: center;
  margin: 0 5px;
  width: 25%;
}

.nav-pills .nav-link {
  border: 2px solid #5c3f2f;

  font-size: 1.3em;
  color: #333;
}


li.nav-item {
  width: 20%
}


.nav-pills .nav-link.active {
  border: 2px solid #5c3f2f;
  background: #5c3f2f;
  position: relative;
  font-weight: bold;
  color: #fff;
}*/

.tab-content {
  border: 1px solid #ddd;
  padding: 20px 20px 15px;
  margin: 20px 0;
  background: white;
}

.arrow_box {
  position: relative;
}

.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}

.btn-primary {
  background-color: #96e796;
  color: #000;
  border: none;
  border-radius: 30px;
}

.food-desc {
  font-weight: 400;
}

.multi {
  display: none;
}


h1,
h2,
h3,
h4,
h5,
h5 {
  font-weight: bold
}

.btn-outline-primary,
.btn-check+.btn:hover {
  border: 2px solid black;
  color: #333;
}

.btn-check:checked+.btn {
  border: 2px solid #5c3f2f;
  background: #5c3f2f;
  font-weight: bold;
  color: #fff;
}

.form-check-input:checked {
  background-color: #ff5500;
  border-color: #af3d04;
}



.main-progress {
  display: flex;
  width: 100%;
  gap: 0.5rem;
  justify-content: center;
  min-height: 70px;
  padding-bottom: 10px;
}

.progress-wrap {
  gap: 0.25rem;
  flex-direction: column;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  opacity: .4;
}

.main-progress-bar {
  height: .2rem;
  border-radius: .25rem;
  width: 100%;
  background-color: #aaa;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  color: rgb(101, 101, 101);
  font-weight: 700;
  pointer-events: none;
}

.main-progress span {
  display: none;
}


.progress-wrap a {
  color: #999;
  text-decoration: none;
}





/* TODO RE-ENABLE FOR ALTERNATIVE PROGRESS BAR LOOK WITH EMOJI

/* 

@media (min-width:1024px) {
  .main-progress {
    gap: 1rem;
  }

  .main-progress-bar {
    display: block;
    width: 2.5rem;
  }

  .progress-wrap {
    flex-direction: row-reverse;
    gap: 1rem;
  }

  .main-progress span {
    display: unset;
  }

  .progress-wrap:last-child .main-progress-bar {
    display: none;
  }

} */



.promo-code {
  width:60%;
  background-color: white;
  border-radius: 7px;
padding: 10px 20px;
margin: 20px auto;
}

.promo-code label {
  display: block;
color: #5e6c48;
font-size: .8em;
}

.promo-success {
  font-size:1em;
  color:#5e6c48;
}

.heroes {
  padding-top:15px;
  text-align: center;
}
.heroes p {
  background: aliceblue;
  display: inline;
  padding: 10px 20px;
}










.cart-progress {
  display: flex;
  width: 100%;
  justify-content: center;
}

.cart-progress-wrap {
  gap: 0;
  flex-direction: column;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  /* opacity: .5; */
}

.cart-progress-bar {
  height: .2rem;
  border-radius: .25rem;
  width: 100%;
  background-color: #aaa;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  color: rgb(101, 101, 101);
  font-weight: 700;
  /* opacity: 0.4; */
  pointer-events: none;
}

.cart-cart-progress span {
  display: none;
}


.cart-progress-wrap a {
    color: #000;
    text-decoration: none;
    border: 1px solid #5e6c48;
    border-radius: 40px;
    /* padding: 0px 4px; */
    width: 25px;
    height:25px;
    line-height:1.8em;
    font-size:.9em;
    text-align: center;
    font-weight:500;
}

a.cart-progress-number.active {
  background-color:#5e6c48;
  color:#fff;
}

/* @media (min-width:1024px) { */

  .cart-progress-bar {
    display: block;
    width: 4.0rem;
  }

  .cart-progress-wrap {
    flex-direction: row-reverse;
    overflow:hidden;
  }

  .cart-progress span {
    display: unset;
  }

  .cart-progress-wrap:last-child .cart-progress-bar {
    display: none;
  }

  .cart-items { padding:0 5px;
    max-height: 46vh;
    height:auto;
    overflow-y: auto; }

  .list-group-item, .list-group-item:hover {
    background-color:transparent;
  }
  .list-group-item:nth-child(even), .list-group-item:nth-child(even):hover {
      background-color:#e7ddca;
  }
   

.subscribe-benefits {
padding:0 8px;
font-size:0.8em;
font-weight:600;
text-align: left;;
}

/* } */


.progress-active { opacity:1 !important; }
.progress-active .main-progress-bar { background-color:#96e796 }



body {
  background-color: #fff;
}

header{
  background: #fff;
  color: #999;
}

footer {
  background-color: var(--mff-color-brown);
  color: var(--mff-color-cream);
}
footer .text-body-secondary {
  color: var(--mff-color-cream) !important;
}

.btn,
.button-outline-secondary {

  background: #96e796;
  border-color: #96e796;
  color: #5e6c48;
  border-radius: 25px;

  /* background-color: #ee4a7f; color:#fff; */
}

.btn.purchase-type {
  color: #5e6c48;
  width: 100%;
  border-radius: 25px;
  font-size: 1.3em;
  font-weight: bold;
  background: unset;
  position: relative;
}

.qty-add,
.checkout-button {
  font-size: 16px;
  border: none;
  padding: 8px 25px;
  font-weight: 500;
  color: white;
  background-color: #5e6c48;
}

.checkout-button {
  margin: 10px auto 20px;
  width: 90%
}

.qty-qty {
  border: none;
  font-weight: bold;
  background-color: rgb(243, 244, 246) !important;
  padding:.375rem .55rem;
}

.qty-minus,
.qty-plus {
  border-color:var(--mff-color-dark-green) !important;
  background-color:var(--mff-color-dark-green) !important;
  color:var(--mff-color-cream) !important;
  font-weight: bold;
  font-size: 13px;
}


.qty-minus:hover,
.qty-plus:hover {
  background-color: rgb(156, 163, 175) !important;
}

.cart .qty-minus, .cart .qty-plus {
  border-radius: 10px;
}

.card {
  border: none;
}

.product-card,
.product-card .card-head h6 {
  text-align: center;
  font-weight: bold;
  margin-bottom:2px;
}

.sub-save-text {
  position: absolute;
  top: -26px;
  transform: translateX(-50%);
  left: 50%;
  padding: 0 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;


  font-size: .8em;
  background-color: #83bf52;
  color: #fff;
  display: block;
}

.strikeout {
  text-decoration: line-through;
  color: #ccc;
}

.list-group-item {
  border: none;
  border-radius: none;
  align-items: center;
  font-weight: bold;
}


.cart-item-img { max-height:50px; }


/* override bs default for product view */
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}


.shadow-top {
  /* -webkit-box-shadow: 0 -5px 10px -3px rgb(0 0 0 / .15); */
  box-shadow: 0px -2px 0px 0px #00000026
}

.hilight-price {
  background: rgb(131, 191, 82);
  padding: 5px 14px;
  border-radius: 20px;
}

.checkout-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.free-badge {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #5e6c48;
  padding-left: .25rem;
  padding-right: .25rem;
  text-align: center;
  font-weight: 700;
  color: rgb(255 255 255);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}


.cart-item-title .product-title, .cart-item-title .product-price, .cart-item-title .product-subtitle {
  display:block;
  text-align: left;
}

/* .product-reviews {
  padding: 5px 0;
} */

.product-reviews svg {
  width: 12px;
}

.product-reviews {
  font-size: .8em;
}



/* allergens */
.mff-product-allergen--wrapper {
  display: flex;
  gap: 10px;
}

.mff-product-allergen {
    background-color: white;  
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    min-width: 79px;
}

.allergen-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.allergen-icon-wrapper .allergen-icon-text {
  font-family: 'DM Mono';
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-top: -8px;
}

.no-allergens {
  color: #1a1a1a;
}


/* mff banner ad */

.fitclub-discount-wrapper {
  --ad-height: 263px;
  --bg-position: bottom right;
}

.fitclub-discount-wrapper {
  height: calc(var(--ad-height) - 1.7rem);
  padding: 23px 30px;
  color: #F5EFE1;
  background-image: url('//shopcdn.myfitfoods.com/cdn/shop/t/17/assets/fitclub-discount-bg.png?v=93305948880029556241738623624');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: var(--bg-position);
  background-color: #5E6C48;
  border-radius: 33px;
}

.fitclub-discount-wrapper h1 {
  max-width: 330px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #F5EFE1;
  font-family: "DM Sans";
  text-align: left;
}

.fitclub-discount-wrapper .green {
  color: #96E796;
}

.fitclub-discount-wrapper p {
  line-height: normal;
  margin-bottom: 20px;
  font-size:0.9em;
  font-weight:500;
}

.fitclub-discount-wrapper a {
  text-decoration: none;
  color: #96E796;
}

.fitclub-discount-wrapper button.btn {
  margin-top: 0;
  font-weight: 700;
  font-size: 16px;
  color: #f5efe1;
  font-family: 'DM Sans';
  text-transform: none;
  background-color: #5e6c48;
  border: 1px solid #f5efe1 !important;
  border-radius: 21px;
}


@media screen and (max-width: 576px) {
  .fitclub-discount-wrapper {
    padding: 23px 25px;
  }
}


/* nutrition chart */

.mff-product-nutrition-chart-wrapper {
  color: #1a1a1a
}

.mff-product-nutrition-chart-wrapper .head-section {
  margin: 15px 0;
  padding-bottom: 5px;
  border-bottom: 4px solid #1a1a1a
}

.mff-product-nutrition-chart-wrapper h3 {
  margin: 0;
  color: #1a1a1a;
  font-weight: 400;
  font-size:1.2em;
}

.mff-product-nutrition-chart-wrapper table {
  width: 100%;
  border: none
}

.mff-product-nutrition-chart-wrapper table tr {
  border: none;
  border-bottom: 1px solid #1a1a1a
}

.mff-product-nutrition-chart-wrapper table tr th {
  padding: 5px 10px;
  text-align: left;
  border: none
}

.mff-product-nutrition-chart-wrapper table tr th:nth-child(2) {
  text-align: right;
  vertical-align: top
}

.mff-product-nutrition-chart-wrapper table td {
  padding: 5px 10px;
  border: none
}

.mff-product-nutrition-chart-wrapper table td:nth-child(2n) {
  text-align: right
}

.mff-product-nutrition-chart-wrapper .text-bold {
  font-weight: 700
}

.mff-product-nutrition-chart-wrapper .disclaimers {
  padding-top: 5px;
  font-size: 11px
}

.mff-product-nutrition-chart-wrapper .additional-ingredients {
  margin-top: 15px
}








.font-mono {
  font-family: DM Mono, DM Sans !important;
}

.floatingcart {
  --bs-offcanvas-height: 100vh;
  visibility: visible;
}

.floatingcart.show:not(.hiding),
.floatingcart.showing {
  bottom: 0;
  background-color: #2d2d2da1;
}

.floatingcart.show:not(.hiding) .view-cart,
.floatingcart.showing .view-cart {
  display: none !important;
}

.floatingcart.show:not(.hiding) .btn-close,
.floatingcart.showing .btn-close {
  display: block !important;
}


.floatingcart .offcanvas-header {
  background-color: #f4efe1;
}

.qty-add {
  white-space: nowrap;
  color: #f5fef1;
  font-size: 13px;
}


header.steps {
  background-color: #f4efe1;
}


#toast-msg {
  background-color: #FF5500;
  color: #fff;
}

.product-img,
.product-title {
  cursor: pointer;
}

.product-title {
  text-align: center;
  color: rgb(92, 63, 47);
  font-family: "DM Sans";
  letter-spacing: -0.7px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


.product-macros {
  font-size: 14px;
}

.product-macros {
  /* position: absolute; */
  /* bottom: 10px; */
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 0 10px;
  color: #5c4030;
  text-align: center;
  font-weight: 500;
}

.mff-card-product--price,
p {
  margin: 0;
  line-height: normal;
}

.product-macros p:last-child {
  font-size:8px;
  font-weight: 400;
}

@media screen and (min-width: 728px) {
  .product-macros {
    font-size: 20px;
  }
  .floatingcart {
    bottom:84px;
  }
}

.fitclub-price-shop {
  font-size: 15px;
  color: #5e6c48;
  font-weight: 700;
}

.retail-price-shop {
  color:#555;     font-weight: 300;
  font-size: 0.75em;
}


.font-mono,
.retail-price {
  font-family: DM Mono, DM Sans !important;
}


/* for zoomed images to not show scroll bar */
#product-grid {
  overflow-x: hidden;
}

/* Quick-zoom Container */
.img-hover-zoom--quick-zoom {
  transform-origin: 50% 40%;
  transition: transform .45s, visibility .45s ease-in;
}

/* The Transformation */
.img-hover-zoom--quick-zoom:hover {
  transform: scale(1.20);
}


.checkout-button {
  max-width:450px;
}

.fitclub-remove { border-color:var(--mff-color-dark-green); background-color: var(--mff-color-dark-green); color: var(--mff-color-cream); }

.floatingcart .offcanvas-header .btn-close { padding-right:20px; margin-right:0; }



/* zip code dlg */
.bold-text {
  font-weight: 700;
  color: var(--mff-color-dark-green);
}

.success, .error {
  color: #f50;
  font-weight: 700;
  text-align: center;;
}

.mff-modal {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  position: fixed;
  z-index: 1001;
  overflow-y: scroll;
  gap: 10px;
}

.mff-modal--card {
  background-color: white;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mff-modal--close-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mff-modal--close-icon {
  font-size: 30px;
  line-height:15px;
  padding-top:15px;
  background-color: transparent;
}

.mff-modal--close-icon:focus-visible {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}

.mff-modal--center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mff-modal--copy {
  max-width: 430px;
  padding: 0px;
  margin: 0px;
}

.mff-modal--delivery-redirect-link {
  text-decoration: underline;
}

.mff-modal--date-picker-input {
  width: 100%;
  font-size: 20px;
  border: 1px solid var(--mff-color-brown); /* fix safari ios */
  color:var(--mff-color-brown); /* ditto */
  outline: none;
  padding: 10px;
}

.mff-modal--header h1 {
  margin: 0;
  padding: 0;
}

.mff-modal--bold-text {
  font-weight: bold;
}

.mf-modal--cta-wrapper {
  margin-top: auto;
  margin-bottom: 1rem;
}

.mff-modal--icon-wrapper {
  display: flex;
  justify-content: center;
  gap: 70px;
}

.mff-modal--icon-card {
  background-color: white;
  max-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.mff-modal--icon-card svg {
  max-height:110px;
}

.mff-modal--underline {
  text-decoration: underline;
}

.mff-modal--location-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  flex-direction: column;
}

.mff-modal--location-row-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.mff-modal--location-hours-modal {
  z-index: 90;
  background-color: white;
  flex-direction: column;
  gap: 5px;
  text-align: center;
}

#mff-modal--mff-locations-insert, #mff-modal--gym-locations-insert, #mff-modal--other-locations-insert {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mff-modal--hours-wrapper {
  background-color: green;
  color: white;
  padding: 5px;
  cursor: pointer;
}


.pickup-subhead {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 10px;
}

/* #pickup-warning, #pickup-warning-day {
  display:none;
} */

.change-zip { text-decoration: underline; }


/* sidebar menu */

.floatingmenu {
  background-color: var(--mff-color-cream);
}

.floatingmenu .nav-link {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  color:var(--mff-color-brown);
}


.navbar-brand img { max-width: 100px; margin-left:35px; }
.product-title { font-size:16px }

#product-grid .product-subtitle {
  font-size: 0.8em;
  font-weight:bold;
  margin-bottom:4px;
}

#product-grid .see-more { display:none; }


.fitclub-tile {
  --ad-height: 100%;
  --bg-position: bottom;
  margin: 10px;
}


.header-icons a, .header-icons a:hover {
  color:var(--mff-color-brown);
}


/* Header icons */
.header-icons {
  display: flex;
}

.header__icon {
  margin-left: 10px;
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon,
.header__icon--cart .icon,
.header__icon--account .icon,
.navbar-toggler-icon {
  vertical-align: middle;
  fill: none;
  height: 24px;
  width: 24px;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow:none;
}



.header__icon--cart {
  position: relative;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  display: flex;
  font-size: 9px;
  top: -2px;
  right: -6px;
}

.top-menu {
  position:sticky;
  top:0px;
  background-color:var(--mff-color-cream);
  z-index: 1000;
  border-bottom:1px solid var(--mff-color-dark-green);
  border-top: 3px solid var(--mff-color-bright-green);
}

.fitclub-learnmore {
  color:white;
  cursor:pointer;
}
.under-menu-banner {
  font-size:0.9em;
  font-weight:bold;
}

.cart-msg { width:60%; align-content: center; align-items:center; }
.cart-progress { width:40%; align-content: center; align-items:center }




.floating-cart-icon--wrapper {
  width: 100%;
  z-index: 10;
}

.floating-cart-icon--wrapper>div {
  display: flex;
  justify-content: space-evenly;
}

.free-ship-excludes {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 8px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.free-ship-msg {
  color: var(--mff-color-cream);
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  font-size: 11px;
}

.floating-cart-icon--icon {
  padding: 8px;
}

.floating-cart-icon--icon svg {
  width: 20px;
  height: 20px;
}


.progressBar {
  margin: 10px auto;
  width: 100%;
  display: inline-block;
  font-weight: 400;
  position: relative;
  padding:0 5px 0 10px;
}

.progressBar .value,
.progressBar .header {
  font-weight: 300;
  margin-bottom: 4px;
  font-size: 18px
}

.progressBar .header {
  padding-left: 2px
}

.progressBar .value {
  float: right;
  margin-top: -30px
}

.progressBar .bar {
  width: 94%;
  height: 8px;

  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  background-color: #D9D9D9;
  margin-top: 5px;
}

.progressBar .bar div {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  max-width: 100%;
  background-color: #F50;
  transition: width 600ms linear;
}

.progressBar .bar div.completed {
  background-color: var(--mff-color-bright-green);
}

.progressBar .header span {
  font-size: 20px;
  display: inline
}

.progressBar .value {
  color: #fff;
  display: none
}

.bar {
  position: relative;
}

.progressBar .star {
  left: calc(0% + 5px);
  display: none;
  position: absolute;
  transition: position 500ms linear;
  transition: left 500ms linear;
}

.progressBar .star {
  width: 28px;
  height: 28px;
  top: -11px;
}

.bar svg {
  position: absolute;
  top: -9px;
}

.perc_val {
  display: block !important;
}

#chat-button {
  /* gorgias */
  bottom: 64px !important;
  right: 7px !important;
}

.footer__copyright {
  margin-bottom: 46px;
  /* dont cover privacy links */
}


.floatingcart .offcanvas-header {
  height:2.3rem;
}
.floatingcart {
  bottom:2.3rem;
}

.cart-item-title .product-title {
  font-size:14px;
}
.cart-item-title .product-subtitle,
.cart-item-title .product-price {
  font-size:10px;
}




.checkout-totals {
  width:90%;
  font-size:0.9em;
}

.checkout-button {
  padding-right:10px;
}
.hilight-price {
  padding-left:10px;
}

.qty-block-sm .btn-toolbar {
  width: 80px;
}


.qty-block-sm .qty-qty {
  font-size:0.8em;
  line-height:1em;
}

.frequency-wrapper .sub-frequency {
  border-color:var(--mff-color-brown);
}

.cart-item-title {
  text-align: left;
  width: 30%;
  padding: 3px 3px 0 3px;
}


.cart .product-title {
  white-space: normal;
}

.sub-frequency-main {
  width:70%;
  margin: 2px auto 0;
  border-color:var(--mff-color-brown);
}


.auto-delivery-msg {
  font-size:14px;
}




  /* From Uiverse.io by gharsh11032000 */ 
/* The switch - the box around the slider */
.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 2em;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  /* background:rgb(175, 71, 19); */
  background: rgb(191 191 191);
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.4em;
  width: 1.4em;
  left: 0.3em;
  bottom: 0.3em;
  background-color: white;
  border-radius: 50px;
  box-shadow: 0 0px 20px rgba(0,0,0,0.4);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.switch input:checked + .slider {
  background: #ff5400;
}

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

.switch input:checked + .slider:before {
  transform: translateX(1.6em);
  width: 2em;
  height: 2em;
  bottom: 0;
}

.master-frequency-wrapper { display:none; }


.modal-content {
  color:var(--mff-color-brown);
}

.fitclub-item .frequency-wrapper { min-width:110px; }
.fitclub-remove { min-width:80px; }




/* mobile specific */
@media screen and (max-width: 575px) {
  .fitclub-tile h1 {
    font-size:1.5em;
    padding:0;
  }

  #product-grid .qty-qty { font-size: 13px; }


  /* make frequency selectors teeny */
  .frequency-wrapper .sub-frequency {
    padding-right:1.20rem;
    background-size:8px 12px;
    font-size:10px;
    letter-spacing:-0.5px;  
    background-position: right .40rem center;
  }

  .switch {
    height:1.5em;
  }

  .slider:before {
    height:1.2em;
    width:1.2em;
    bottom:0.15em;
  }

  .switch input:checked + .slider:before {
    width:1.7em;
    height:1.55em;
  }

  .master-frequency-wrapper span {
    font-size:.9em;
  }

  .fitclub-remove {
    font-size:12px;
  }
}

/* md */
@media screen and (min-width: 576px) {
  .cart {
    max-width: 750px;
    margin: 0 auto;
  }
  .sub-frequency-main {
    width:50%;
  }
  

  .fitclub-item .frequency-wrapper, .frequency-wrapper { min-width:175px; }
  .fitclub-remove { min-width:100px; }

  .fit-club-buttons { width:75%; margin:0 auto; }

  .toast-body {
    font-size:1.2em;
  }

  .auto-delivery-msg {
    font-size:16px;
  }
  

  .cart-item-title {
    width: 60%;
    padding: 5px 5px 0;
  }
  .cart .product-title {
    white-space: nowrap;
  }
  
  

  .checkout-totals {
    width:60%;
    font-size:1.1em;
  }
  .qty-block-sm .btn-toolbar {
    width: 100px;
  }
  

  .navbar-brand img { max-width: 150px; margin-left:45px; }

  .floatingcart .offcanvas-header {
    height:2.6rem;
  }
  .floatingcart {
    bottom:2.6rem;
  }
  
  .cart-item-title .product-title {
    font-size:1.3em;
  }
  .cart-item-title .product-subtitle,
  .cart-item-title .product-price {
    font-size:1.1em;
  }
  
  .cart-item-img { max-height:100px; }


  .cart-msg { width:40% }
  .cart-progress { width:60% }

  .progressBar .star {
    width: 34px;
    height: 34px;
    top: -12px;
  }
  

  .progressBar .star {
    width: 40px;
    height: 40px;
    top: -15px;
  }

  .free-ship-msg {
    font-size: 15.77px;
    white-space: nowrap;
  }


  .floating-cart-icon--icon {
    padding: 18px;
  }

  .floating-cart-icon--icon svg {
    width: 28px;
    height: 28px;
    margin-left: 2px;
  }

  .progressBar .bar {
    height: 12px;
    margin: 0;
  }

  .progressBar {
    padding-right: 20px;
  }

  .floating-cart-icon--wrapper {
    bottom: 20px;
  }

  .under-menu-banner {
    font-size:1em;
  }
  
  
.header__icon,
.header__icon--cart .icon,
.header__icon--account .icon,
.navbar-toggler-icon {
  height: 30px;
  width: 30px;
  padding: 0;
}

.cart-count-bubble {
  font-size: 10px;
  top: -5px;
}



  .fitclub-tile h1 {
    padding: 30px 10px 20px 5px;
  }
  .fitclub-discount-wrapper button.btn {
    padding: 10px 50px;
  }
  
  .fitclub-discount-wrapper p {
    font-size:1.1em;
  }
  
  .product-title {
    font-size: 27.3px;
  }
  #product-grid .product-subtitle {
    font-size: 0.9em;
  }
  .product-card .card-head h6 {
    text-align: center;
    font-weight: bold;
    margin-bottom:5px;
  }
  #product-grid .see-more { display:block; }
  
  .product-macros p:last-child {
    font-size: 10px;
  }

  #product-grid .qty-add {
    font-size:18px;
  }

  .fitclub-price-shop {
    font-size:18px;
  }
  .retail-price-shop {
    font-size: 0.9em;
  }
  
  .qty-qty { font-size: 16px; }
  .qty-minus,
  .qty-plus {
    font-size: 1.2em;
  }
   
  
  .cart-add-buttons { width:75%; }
}


.cart-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
  opacity:0.8;
}



/* lg */
/* @media screen and (min-width:992px) {
} */


/* .slick-track { left: -1px !important; } /* fix for slight misalignment in product carousels - bugs on safari* / */

/* remove number input arrow spinners */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}