.product_img_thumb img {
	cursor: pointer;
}
.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;
}
/* ÄÉ²Ã¡§2023.04.03 */
.product_form select {
	padding: 1rem 3rem 1rem 1rem;
}
/* ------------------------------------ */
.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: #fff !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: #fd7f23;
	border-bottom: solid 2px #fd7f23;
}
.button_cart:hover {
	border-bottom: solid 2px #ca661c;
}


.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;
}