h1{

}

.main_title{
color:blue;
font-size:14px;
}

table.smartweb_product_spec {
border:1px solid red;
}

table.smartweb_product_spec thead td{
  background-color:#CCFF33;
}
/*---產品列表固定高度----*/
.sm-product .thumbnail img  , .sm-figure-2  img{
    max-height: 200px;
}
/*把圖片寬高制定*/
.img-size {
max-height: 200px;
width:auto;
padding:5px;
height: 200px;
}
.img-size:before {
content:" ";
display: block;
height: 300px;
 width:auto;
background:#eee;
}
.price_table table {
max-height:112px;
overflow:hidden;
}
@media (max-width: 767px){ 
.img-size {
max-height: 160px;
height: 160px;
}
.price_table table {
height:112px;
overflow:hidden;
}
}