/* color */
.price_btn {
  width: 200px;
  max-width: 90%;
  margin: 24px auto 104px;
}
.price_btn a {
  border-bottom: 1px solid #e50012;
  display: block;
  padding: 8px 0;
  color: #e50012;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.price_btn a .circle-right {
  display: inline-block;
  vertical-align: middle;
  color: #e50012;
  line-height: 1;
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0 0 0.2em 1em;
  border: 2px solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
.price_btn a .circle-right::before {
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 4px 7px;
  border-left-color: currentColor;
  border-right: 0;
  position: absolute;
  inset: 0;
  right: -2px;
  margin: auto;
}
.price_btn.dark a {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.price_btn.dark a .circle-right {
  color: #fff;
}
.price_btn.dark a .circle-right::before {
  content: "";
  color: #333;
}
.price_btn.deep a {
  border-bottom: 1px solid #ae0b21;
  color: #ae0b21;
}
.price_btn.deep a .circle-right {
  color: #ae0b21;
}
.price_btn.deep a .circle-right::before {
  content: "";
  color: #fff;
}/*# sourceMappingURL=spprice.css.map */