div.section-inner div.caution p{
	margin: 0 0 10px 0;
	padding: 10px;
	background: #e3dfd8;
}

div.section-inner div.caution p{
	
	margin: 10px 0;
}

div.section-inner div.attention p{
	margin: 0 0 10px 0;
	padding: 10px;
	color: #fff;
	background: #bb2a09;
}

div.section-inner div.attention p{
	
	margin: 10px 0;
}

div.section-inner table.spec{
	/*width: 100%;*/
	margin: 0 0 20px 0;
	color: #666;
	border-top: 1px solid #666;
}

div.section-inner table.speccaption{
	font-weight: normal;
	margin: 0 0 5px 0;
}

div.section-inner table.spec th{
	padding: 5px 10px;
	vertical-align: top;
    text-align: left;
}

div.section-inner table.spec td{
	padding: 5px 10px;
	vertical-align: top;
}

div.section-inner table.spec th{
	width: 4em;
	font-weight: normal;
	background: #e3dfd8;
}

div.section-inner table.spec th,
div.section-inner table.spec td{
    border: 1px solid #666;
}

div.section-inner table.size{
	/*width: 100%;*/
	margin: 0 0 20px 0;
	color: #666;
	border-top: 1px solid #666;
}

div.section-inner table.sizecaption{
	font-weight: normal;
	margin: 0 0 5px 0;
}

div.section-inner table.size th{
	padding: 5px 10px;
	vertical-align: top;
    text-align: left;
}

div.section-inner table.size td{
	padding: 5px 10px;
	vertical-align: top;
    text-align: center;
}

div.section-inner table.size th{
	width: 4em;
	font-weight: normal;
	background: #e3dfd8;
}

div.section-inner table.size th,
div.section-inner table.size td{
    border: 1px solid #666;
}

.product__fav-item {
  margin-top: 10px ;
  margin-bottom: 20px ;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ed4956;
}

.product__fav-item svg {
  width: 30px;
  height: 30px;
  vertical-align: -.35em;
  fill: currentColor;
}

div.section-inner a{
text-decoration: underline;
}