body.woocommerce.single-product #main div.product .summary .price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.woocommerce.single-product #main div.product .summary .main-price {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
  order: 1;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  body.woocommerce.single-product #main div.product .summary .main-price {
    width: 100%;
    margin-bottom: 10px;
  }
}
body.woocommerce.single-product #main div.product .summary .list-price {
  text-decoration: line-through;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #121212;
  margin-left: 41px;
  order: 2;
  padding-right: 41px;
  position: relative;
}
body.woocommerce.single-product #main div.product .summary .list-price:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 1px;
  height: 15px;
  bottom: 7px;
  background-color: #121212;
}
@media screen and (max-width: 600px) {
  body.woocommerce.single-product #main div.product .summary .list-price {
    margin-left: 0 !important;
  }
}
body.woocommerce.single-product #main div.product .summary .savings-label {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #121212;
  order: 3;
}
body.woocommerce.single-product #main div.product div:not(.summary) .list-price,
body.woocommerce.single-product #main div.product div:not(.summary) .savings-label {
  display: none;
}

/*# sourceMappingURL=you-save-percentage-label.css.map */
