.product_img_thumb img {
	cursor: pointer;
}

.product_explain table {
	width: 100%;
}
.product_explain table tbody tr {
	border-bottom: 1px solid #c7d8c6;
}
.product_explain table tbody tr:first-child {
	border-top: 1px solid #c7d8c6;
}
.product_explain table tbody tr th {
	color: #70936e;
	font-weight: normal;
	position: relative;
	white-space: nowrap;
}
.product_explain table tbody tr th:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 1.5em;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #a9b7c0;
}
.product_explain table tbody tr th,
.product_explain table tbody tr td {
	padding: 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.product_price {
	margin-top: 3rem;
	font-size: 2.0rem;
	font-weight: 600;
}
.product_link {
	margin-top: 2em;
}
/*
.product_form input[type="number"] {
	width: 100px;
	height: 50px;
	padding: 0 1rem;
	background: #fff;
	border: solid 1px #fd7f23;
	border-radius: 5px;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}
.product_form input[type="number"]:focus {
	border: solid 1px #fd7f23;
}
*/

.product_form select,
.product_form input[type="text"] {
	height: 50px;
	padding: 1rem;
	background: #fff;
	border: solid 1px #c8c2b8;
	border-radius: 5px;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}
.product_form option {
 	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
  	padding-right: 60px;
}
i.product_form nput[type="text"]:focus {
	border: solid 1px #fd7f23;
}
.product_form input[type="submit"],
.product_form input[type="button"] {
 	-webkit-appearance: none;
	height: 50px;
	padding: 1rem;
	text-align: center;
	color: #fff;
	background: #fd7f23;
	border: solid 1px #fd7f23;
	border-radius: 5px;
	font-size: 100%;
	font-family: inherit;
}

.select_wrap {
	position: relative;
	display: inline-block;
	height: 50px;
	border: solid 1px #c8c2b8;
	border-radius: 5px;
}
.select_wrap::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	content: '';
	width: 6px;
	height: 6px;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.select_wrap select {
	position: relative;
	z-index: 2;
	background: none !important;
	border: none !important;
}

.product_input_num_wrap {
  width: 300px;
}
.product_input_num {
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  height: 40px;
  padding: 0 10px;
  transition: .2s;
  vertical-align: middle;
  border: 1px solid #c8c2b8;
  border-radius: 4px;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
 
  display: inline-block;
  text-align: right;
}

.button {
	min-width: 260px;
	max-width: 100%;
	padding: 15px 5px 13px 5px;
	color: #333 !important;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: middle;
	border: none;
	border-radius: 5px;
	transition: .3s;
}
.button:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.button_cart {
     background: url("https://img21.shop-pro.jp/PA01460/568/etc/bg_craft.png"), linear-gradient(-45deg, #eedac1, #c7d8c6);
     background-repeat: repeat;
	border-bottom: solid 2px #c7d8c6;
}
.button_cart:hover {
	border-bottom: solid 2px #70936e;
}


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

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

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

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