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

#product .page-title{
  	font-size:2rem;
	margin: 0 0 20px 0;
	padding: 25px 0;
    text-align:center;
    font-weight:normal;
}


/* spec table */
.product__main-visual{
  	margin-bottom:20px;
}
.product__info .product__info-table .notes{
  	padding: 10px 0;
}
.product__info .product__info-table table{
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: 15px;
}
.product__info .product__info-table table th{
	padding: 5px;
	border: 1px solid #ddd;
  	font-weight: normal;
	background-color: white;
	width: 10rem;
}
.product__info .product__info-table table td{
	padding: 5px;
	border: 1px solid #ddd;
}




div.pathlist{
  	margin-bottom:10px;
}
ul.topicpath-nav{
    margin-bottom:0;
}

/*ADD*/
tr.sale_price td {
    font-size: 1.5rem;
    font-weight: bolder;
    color: red;
    text-align: right;
}
