.product__prices {
padding-left: 5px;
}
.product__info {
padding-top: 0px;
}

.table-c {
border-collapse: collapse;
width: 400px;
font-size: 12px;
margin: 20px;
text-align: center;
}
.table-c th    {
color: #333;
font-weight: bold;
padding: 5px;
border-bottom: 3px solid #000000 ;
}
.table-c td    {
padding: 5px;
color: #666;
border-bottom: 1px solid #CCC ;
}  
.table-c caption {
width: 6em;
padding: 5px;  
caption-side: left;
}  
h1{
  font-size:50%;
  color: #ff0000;
  background-color: #ffffff;
}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

.other-type{
  padding: 20px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  overflow: auto;
}
.color-type{
  float: left;
  width: 48%;
  overflow: auto;
  margin-bottom: 20px;
  padding: 0 5px;
  display: block;
  border-right: 1px dashed #ddd;
  margin-right: 20px;
}
.color-type .title{
  margin-bottom: 10px;
  font-weight: bold;
}
.color-type .color-type-each{
  width: 80px;
  float: left;
  margin-right: 20px;
}
.color-type .color-type-each.active img{
  border: 5px solid #003471;
}
.color-type .color-type-each img{
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
  border-radius: 4px;
  border: 5px solid #DDD;
}
.color-type .color-type-each .color-label{
  
}

.gender-type{
  float: left;
  width: 47%;
  padding: 0 5px;
  display: block;
  overflow: hidden;
}
.gender-type .title{
  margin-bottom: 10px;
  font-weight: bold;
}
.gender-type .gender-type-each{
}
.gender-type .gender-type-each .image{
  float: left;
  width: 120px;
  margin-right: 20px;
}
.gender-type .gender-type-each .image img{
  width: 120px;
  border-radius: 4px;
  border: 1px solid #DDD;
}
.gender-type .gender-type-each .info{
  float: left;
  width: auto;
  overflow-y: auto !important;
}
.gender-type .gender-type-each .info .product-name{
  margin-bottom: 10px;
  font-weight: bold;
}
.gender-type .gender-type-each .info .product-price{
  font-weight: bold;
}