div#r_content {
  text-align: left;
  max-width: 100% !important;
  padding: 15px;
}
div#r_content h1 {
  font-size: 22px;
  margin: 0;
}
div#r_content ul {
  padding-left: 0;
  list-style: none;
}
div#r_content ul li {
  padding: 15px;
  border-bottom: 1px solid #868e96;
  list-style: none;
}
div#r_content ul li img {
  width: 200px;
  height: 200px;
}
div#r_content ul li::after {
  content: "";
  display: block;
  clear: both;
}
div#r_content div.thumb {
  float: left;
  width: 200px;
}
div#r_content div.gdsInfo {
  float: right;
  width: calc(100% - 270px);
  font-size: 15px;
  line-height: 2;
}
div#r_content div.gdsInfo span {
  display: inline-block;
  width: 100px;
  font-weight: bold;
  margin-right: 10px;
}
div#r_content div.gdsInfo .delete {
  text-align: right;
}
div#r_content div.gdsInfo .delete button {
  font-size: 22px;
  padding: 5px 10px;
  border: 1px solid #eee;
  background: #eee;
}
div#r_content div.gdsInfo select {
  min-width: 200px;
  width: 60%;
  max-width: 400px;
  background: transparent;
  padding: 5px;
  border: 2px solid #868e96;
  border-radius: 5px;
}
body.color_scheme_dark div#r_content div.gdsInfo option {
  background-color: #262b30;
}
div#r_content hr {
  color: #868e96;
}
section#result p {
  max-width: 100%;
  padding: 20px;
  background-color: #eee;
  font-size: 16px;
  border-radius: 5px;
}
body.color_scheme_dark section#result p {
  background-color: #30373d;
}
section#pay_method {
  text-align: center;
  font-size: 15px;
  margin: 20px;
  margin-top: 0;
}
section#pay_method input[type="radio"] {
  display: inline-block;
  height: 16px;
  width: 16px;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  margin: -4px 0 0 0;
  padding: 0 !important;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50% !important;
  border: 1px solid #868e96;
  appearance: none;
  -webkit-appearance: none;
  transition: 0.2s ease;
}
section#pay_method input[type="radio"]:checked {
  border-width: 5px;
  border-color: #ff4757;
}
section#pay_method input[type="radio"]:checked + label {
  color: #ff4757;
  border-color: #ff4757;
}
section#pay_method input[type="radio"] + label {
  cursor: pointer;
  color: #868e96;
  padding-left: 0.25rem;
  margin-right: 0.5rem;
}
#purchase_price {
  font-weight: bold;
}
div#r_content h1 {
  font-weight: bold;
}
div#r_content input[type=text], div#r_content input[type=number] {
  background: transparent;
  padding: 5px;
  border: 2px solid #868e96;
  border-radius: 5px;
}
div#r_content input[type=text] {
  min-width: 200px;
  width: 60%;
  max-width: 400px;
}
div#r_content input[type=number] {
  min-width: 100px;
  width: 20%;
  max-width: 200px;
}
section#depositor, section#point_discount {
  border-top: 1px solid #868e96;
  border-bottom: 1px solid #868e96;
  margin-bottom: 20px;
  /* background-color: rgb(250, 250, 250); */
  padding: 20px;
}
section#depositor p, section#point_discount p {
  padding-bottom: 8px;
}
section#depositor span#required {
  color: #ff4757;
}
.ht-table {
  width: 100%;
  border-spacing: 0;
  font-size: 15px;
}
.ht-table tbody tr td, .ht-table thead tr th {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ht-order-status[data-status="DONE"] {
  border-color: #00a754;
  color: #00a754;
}
.ht-order-status[data-status="CANCELED"], .ht-order-status[data-status="FAILED"], .ht-order-status[data-status="REFUNDED"] {
  border-color: #eb331c;
  color: #eb331c;
}
.ht-tag {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 2px 6px;
  border: #636363 1px solid;
  border-radius: 4px;
  font-size: 13px;
  color: #636363;
}
.ht-table thead tr td, .ht-table thead tr th {
  padding-bottom: 8px;
  border-bottom: #868e96 1px solid;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  color: #555;
}
.ht-order .ht-order-id {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
}
.ht-order-thumbnail img {
  width: 80px;
  height: 80px;
}
.ht-order.invalid {
  opacity: 0.7;
}
.ht-order.invalid .ht-order-first-item > span {
  text-decoration: line-through;
}
section#result p {
  margin: 10px 0;
}
section#result p.orange {
  background-color: #FF6F3B;
  color: white;
}
section#purchase_check {
  margin: 15px 5px 5px;
}
@media (max-width: 600px) {
  div#r_content div.thumb {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
  div#r_content ul li img {
    width: 100%;
    height: 100%;
    max-width: 200px;
  }
  div#r_content div.gdsInfo {
    display: block;
    float: none;
    width: 100%;
  }
  div#r_content div.gdsInfo span {
    margin-top: 10px;
    display: block;
  }
}
#purchase {
  text-align: center;
}
#purchase_btn {
  width: 100%;
  height: 50px;
  background-color: #3b3b3b;
  color: #fff;
  font-size: 20px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
}
/*# sourceMappingURL=ae4217d4c3d86f85982b1601cde80fe5eacf616e.list.scss.map */
