.input-prepend.input-append input {
  width: 100px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 24px;
  text-align: right;
}
.stock_error {
  color: #DB5656;
}
.price_table {
  font-family: "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border-radius: 0;
}
.price_table th,
.price_table td {
  border-radius: 0 !important;
}
.price_table th{
  padding: 10px;
  text-align: center;
  background: #eaeaea;
  border-right: none;
}
.price_table td {
  padding: 15px 20px;
  border-left: none;
}
.product-order .btn-block {
  font-family: "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border-radius: 0;
}
.btn-addcart {
  color: #fff;
  background: #c6a571;
  border: none;
}
.btn-addcart:hover {
  color: #fff;
  background: #c6a571;
}
.disable_quick .btn {
  background: #fff;
  border: 1px solid #c6a571;
}
.disable_quick .btn:hover {
  background: #fff;
}