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

.product-main-title{
   border: solid 2px #dedede;
   background: #fff;
}

.bod-b-gray{
   border-bottom: solid 4px #ddd;
}

.product-main-price{
   background: #fff; 
   font-size: 16px;
}

.table-b-gray{
  background: #ddd;
  padding: 12px !important;
}

.table-t-red{
  color: #d10000;
  padding: 12px !important;
}

.btn-lg{
  background: linear-gradient(to bottom, #e06769 0%,#bc2124 100%);
  color: #fff;
  width: 75%;
}

.product-order-exp{
  background: #fff;
  border: solid 2px #c5efa5;
  margin-top: 100px;
  padding: 0 30px;
  box-sizing: border-box;
}

.product-order-exp h3{
  margin: 0;
}

.product-order-exp table{
  background: #fffaf5;
  border: solid 2px #ffd7a3;
}

.product-order-exp table td{
  padding: 10px;
}

.product-order-exp table ul{
  list-style: none;
}

@media screen and (max-width:420px){
  .product-order-exp{
	margin-top: 200px;
  }
  
  .bod-b-gray{
   border-bottom: none; 
  }
  
  .btn-lg{
    width: 100%;
  }
  
  .disable_cartin{
   margin: 0; 
  }
}