@charset "utf-8";

/* Welcart item/cart adjustments for the PC theme. */

#itempage,
#itempage * {
  box-sizing: border-box;
}

.welcart-item-wrap {
  margin: 0 auto;
  max-width: 860px;
}

.welcart-item-detail {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 22px;
}

.welcart-item-detail .item_page_title {
  border-bottom: 3px solid #71bd1f;
  color: #3c332f;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.45;
  margin: 0 0 22px;
  padding: 0 0 12px;
}

#itempage {
  color: #3c332f;
  font-size: 15px;
  line-height: 1.7;
}

#itempage .itemimg {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  float: left;
  margin: 0 26px 20px 0;
  max-width: 310px;
  padding: 12px;
  text-align: center;
}

#itempage .itemimg img,
#itempage .itemsubimg img {
  height: auto;
  max-width: 100%;
}

#itempage h2.item_name {
  color: #3c332f;
  font-size: 20px;
  line-height: 1.45;
  margin: 0 0 14px;
}

#itempage .exp {
  min-height: 260px;
  overflow: hidden;
}

#itempage .field {
  background: #f7fbef;
  border: 1px solid #d8e7bd;
  border-radius: 8px;
  margin: 0 0 12px;
  overflow: hidden;
  padding: 12px 14px;
}

#itempage .field_name {
  color: #5b6650;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
}

#itempage .field_price {
  color: #b41212;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}

#itempage .field_cprice {
  color: #777;
  font-size: 16px;
  text-decoration: line-through;
}

#itempage .skuform {
  background: #fffdf6;
  border: 2px solid #71bd1f;
  border-radius: 8px;
  clear: both;
  margin: 22px 0;
  padding: 16px;
}

#itempage .sku-control {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  text-align: center;
}

#itempage .sku-control-label {
  color: #523c39;
  display: inline-block;
  font-weight: bold;
  min-width: 3em;
}

#itempage .skuquantity {
  background: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  display: inline-block;
  font-size: 16px;
  min-height: 42px;
  min-width: 86px;
  padding: 8px;
  text-align: center;
}

#itempage .sku-control .skubutton {
  margin-left: 8px;
}

#itempage .skubutton {
  background: #309d26;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  min-height: 46px;
  padding: 12px 28px;
}

#itempage .skubutton:hover {
  background: #24791d;
  color: #fff;
}

#itempage table.item_option,
#itempage table.skumulti {
  border-collapse: collapse;
  margin: 0 0 14px;
  width: 100%;
}

#itempage table.item_option caption {
  color: #523c39;
  font-weight: bold;
  padding: 0 0 8px;
  text-align: left;
}

#itempage table.item_option th,
#itempage table.item_option td,
#itempage table.skumulti th,
#itempage table.skumulti td {
  border: 1px solid #ddd;
  padding: 10px;
}

#itempage table.skumulti th {
  background: #f7fbef;
  color: #523c39;
}

#itempage table.skumulti .button {
  text-align: center;
}

#itempage .error_message,
#itempage .zaiko_status {
  color: #b41212;
  font-weight: bold;
  margin-top: 8px;
}

#itempage .itemsubimg {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

#itempage .itemsubimg a {
  border: 1px solid #ddd;
  border-radius: 6px;
  display: block;
  padding: 4px;
}
