.price{
  font-size: 1.7em;
  font-weight: bold;
}

.prd-lst-unit img , img.mainImage {
	border: solid 1px #cccccc;
}

img.thumb{
  margin-bottom:10px;

@media screen and (max-width:480px){
	.herfbox{
		width: 100%;
		display: flex;
	}
}
		  
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 50%;
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}
		  		  }	

span.table_price{
  display:none;
}

#option_tbl th,#option_tbl div{
  text-align:center;
}
#option_tbl th{
  background:#eee;
}
#option_tbl div input{
  width: 20px;
  height: 20px;
}