/* product info table */
.productInfoTable table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.productInfoTable table th {
  text-align: center;
  font-weight: normal;
}
.productInfoTable table th,
.productInfoTable table td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px;
}

/* de */
#product .infoPop ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#product .infoPop li {
  margin: 0 15px 10px 0;
}

/* fav */
.fav-btn-detail {
	text-align: center;
	margin: 15px 0;
}
.fav-btn-detail button {
	padding: 0;
	color: #666;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
	transition: all .5s ease;
}

.fav-btn-detail button.fav-added { color: #ff7396; }

.fav-btn-detail button svg {
	vertical-align: text-bottom;
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.fav-btn-detail button:hover {
	color: #ff7396;
	transform: scale(1.2);
}