.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
ul.product-image li {
    position: relative;
    display: inline-block;
    width: 49%;
    height: auto;
    margin: 0 2% 2% 0;
    padding: 0;
}
ul.product-image li:nth-child(2n) {
    margin-right: 0;
}
ul.product-image li img {
    display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.product-order-exp{
  font-size: 16px;
  line-height: 2;
}