/** Shopify CDN: Minification failed

Line 105:6 Expected ":"

**/

/*-----------Nutrition Fact-product page------------*/
.nutrition-label,
.show-nutrition-facts-btn {
  font-family: "Arial", sans-serif;
}
.show-nutrition-facts-btn {
  background: transparent;
  color: #333;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.show-nutrition-facts-btn:hover {
  color: #555;
}
.show-nutrition-facts-btn .arrow {
  margin-left: 10px;
  font-size: 1.5em;
}
.nutrition-label {
  width: 100%;
  margin: 1px 0;
  padding: 0 5px;
  display: block;
  border-top: 2px solid #333;
}

.nutrition-label header h1 {
  text-align: center;
  font-size: 1.8em;
  margin: 10px 0;
}
.nutrition-label p,
.nutrition-label .calories-info,
.nutrition-label .daily-value p {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.nutrition-label .divider {
  border-bottom: 1px solid #888;
  margin: 5px 0;
}
.nutrition-label .bold {
  font-weight: 800;
}
.nutrition-label .large {
  height: 10px;
}
.nutrition-label .medium {
  height: 5px;
}
.nutrition-label .small-text {
  font-size: 1.1rem;
}
.nutrition-label .calories-info {
  align-items: flex-end;
  font-size: 1.6em;
  justify-content: flex-start;
}
.nutrition-label .calories-info span {
  font-size: 2.4em;
  font-weight: 700;
}
.nutrition-label .nutrient-row {
  display: flex;
  justify-content: space-between;
  margin: 2px 0;
}
.nutrition-label .nutrient-row .name {
  text-align: left;
  flex: 2;
  font-weight: 800;
}
.nutrition-label .nutrient-row .value {
  text-align: left;
  font-size: 1.8em;
  font-weight: normal;
  margin-left: 10px;
}
.nutrition-label .nutrient-row .percent {
  text-align: right;
  flex: 1;
  font-size: 1.2em;
}
.nutrition-label .daily-value .bold {
  font-weight: 800;
  font-size: 0.9rem;
}
.nutrition-label .daily-value .percent {
  color: #333;
}

.divider{
  border-bottom: 2px solid #888;
  margin: 0.5px 0;
  padd
}
