#hikashop_main_image {
  width: 80%;
}

.hikashop_product_quantity_change_div_default * {
	display: inline;
}

.hikashop_product_quantity_change_div_plus_default a {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 20px;
}
.hikashop_product_quantity_change_div_minus_default a {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 20px;
}

.hikashop_product_quantity_change_div_minus_default {
	background: lightgray;
	border: 1px solid gray;
	border-radius: 0 10px 10px 0;
}

.hikashop_product_quantity_change_div_plus_default {
	background: lightgray;
	border: 1px solid gray;
	border-radius: 10px 0 0 10px;
}

.hikashop_product_quantity_field {
	margin-right: 5px !important;
	text-align: center;
}

.hikabtn {
	background: #0095da;
	border: #0095da;
}

.hikabtn:hover {
	background: #f15922;
	border: #f15922;
}

.hikashop_product_custom_info_main_table .key {
  border-right: 1px dashed lightgray;
  border-bottom: 1px solid lightgray;
  border-top: 1px solid lightgray;
}

.hikashop_product_custom_info_main_table td:not(.key) {
  border-left: 1px dashed lightgray;
  border-bottom: 1px solid lightgray;
  border-top: 1px solid lightgray;
}