.discount {
  *font-size: 24px;
  font-weight: bold;
  color:red;  
}



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


/*
 * Add
 */

.product-image {
	float:left;
	width:45%;
}
.product-image img {
	-webkit-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
	box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
}
.product-spec {
	float:right;
	width:50%;
}
.product-spec dl dt {
	float:left;
	clear:both;
	padding-right:20px;
}
.col-lg-6 {
	width:100%;
}
.product-order-exp {
	margin-top:0;
}

/*product-order*/
.product-order .btn-addcart {
	width:100%;
	color:#fff;
	background-color:#b2a487;
	padding: 16px 16px;
}
.product-order .btn-addcart:hover {
  background-color: #ccbc9b;
}

.btnsold {
  width:100%;
  border: none;
  color:#808080;
  background-color:#dcdcdc;
  padding: 10px 16px;
  cursor:default;
}

.btnsold:hover {
    cursor:default;
}

.input-prepend.input-append input {
  font-size: 14px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.input-prepend.input-append {
	position:relative;
	padding-right:30px;
}
.input-prepend {
	position:absolute;
	top:0;
	right:0;
	margin:0;
}
.input-append {
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
}

@media (max-width: 768px) {
.product-image {
	float:none;
	width:100%;
}
.product-spec {
	float:none;
	width:100%;
}
.product-order-exp {
	margin-top:50px;
}
}