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


.product_image {
  margin-bottom: 0;
}
.product_image_main {
  float: left;
  width: 74.468%;
  text-align: left;
}
  .product_image_main img {
    /*display: block;*/
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
.product_image_thumb {
  float: right;
  width: 24.468%;
}
.product_image_thumb li {
  float: left;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 6.521%;
  width: 43.478%;
}
.product_image_thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}

li { list-style: none; }


#product table th,
#product table td { font-size: 16px; padding: 20px 20px;}

.underbar li { padding: 5px 0; position: relative; padding-left: 20px; }
.underbar li a { /*text-decoration: underline;*/ }

.underbar li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto 0;
    color: #fff;
    height: 6px;
    width: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
/**
.underbar li.buy { margin-top: 20px; }
.underbar li.buy::after { display: none; }
.underbar li.buy a { display: inline-block; padding: 10px 30px; text-align: center; background: #000; border: 1px solid #000; color: #fff; }
.underbar li.buy a:hover { background: #fff; border: 1px solid #000; color: #000; text-decoration: none; }
**/


@media (max-width: 768px){
  .product_image { padding: 0 10px; }
  #product .row { padding: 0 10px; }
  
  .product_image_main { width: 65%; }
  .product_image_thumb { width: 34%; }
  .product_image_thumb ul { margin-left: 5px; }
}