.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.stock_error {
  color: #DB5656;
}

/* 商品説明の行間を調整 */
.product p {
    line-height: 1.6 !important; /* 好みで1.4&#12316;1.8 */
    margin-bottom: 0.8em !important; /* 不要な余白を詰める */
}

/* <br> のせいで空白が増えている場合の対策 */
.product br {
    line-height: 1 !important;
}
