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

.stock_error {
  color: #DB5656;
}

#product {
  width: 65%;
  margin: 50px auto;
}

h2{
  margin-bottom: 0;
}

hr{
  margin-top: 0;
}

.products_imgs{
  width: 40%;
}

.sub_img{
  width: calc(100% / 5);
  margin-right: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
  cursor: pointer;
}

#top_img{
  width: 100%;
}

.products_info{
  width: 60%;
}

.products_info h3{
  border-bottom: 2px solid gray;
}

.input-prepend a{
  height: 28px;
}

.input-prepend input{
  border: 1px solid #ccc;
}

table{
  width: 100%;
  border: 1px solid #8c8c8c;
}

table tr{
  width: 100%;
  border-bottom: 1px solid #8c8c8c;
}

table th{
  width: 30%;
  background-color: #ccc;
  border-right: 1px solid #8c8c8c;
  padding: 15px;
}

table td{
  width: 70%;
  padding: 15px;
}

.productsAmazon{
  margin: 2em 0;
}

.productsAmazon img{
  width: 35%;
}

.productsAmazon p{
  font-size: 120%;
  font-weight: bold;
}