.memprice {
font-size:18px;
  margin: 0 4px;
  color:#EC2121;
}

.custom-thumb .col {
  cursor: pointer;
}
.custom-thumb .col:hover {
  opacity:0.6;
}
.photo-thumb .col {
  cursor: pointer;
}
.photo-thumb .col:hover {
  opacity:0.6;
}
.product-detail__title .title {
  font-weight:normal;
}
.product-detail__meta h4{
  border-bottom:1px solid #eee;
  font-size:12px;
  letter-spacing:0.2em;
  margin:0 0 10px 0;
  color:#666;
}
.product-detail__meta h4+br {
  display:none;
}
.prduct-option h4,
.product-detail__option h4,
.product-detail__quantity h4{
  font-size:12px;
  letter-spacing:0.2em;
  margin:10px 0;
  color:#666;
}
#option_tbl{
width:100%;
  padding:0;
  margin:30px 0 0 0;
}
#option_tbl .stock_head{
  background:#f5f5f5;
  padding:0;
}
#option_tbl .stock_head .none,
#option_tbl .stock_head .cell_1{
  text-align:center;
  padding:4px 0;
  font-weight:normal;
}
#option_tbl tbody tr {
  border-bottom:1px solid #eee;
}

#option_tbl tbody .cell_1 {
  font-weight:normal;
  text-align:left;
  vertical-align:middle;
}
#option_tbl tbody .cell_2{
  text-align:center;
}
#option_tbl label {
  display:inline-block !important;
  padding:5px 0 0 0;
}
