.item-dom-template {
  display: none !important;
}
.item-paymethod {
  display: none;
}
.item-paymethod.is-show {
  display: block;
}
.item-paymethod-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.item-paymethod-list:last-child {
  margin-bottom: 0;
}
.item-paymethod-list#vuebuy {
  margin-left: calc(5.5rem + 10px);
}
.item-paymethod-list .list-tag {
  margin-right: 10px;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 3px 5px;
  text-align: center;
  width: 5.5rem;
}
.item-paymethod-list .list-tag--colorOr {
  border: 1px solid #e8680e;
  background-color: #ffffff;
  color: #e8680e;
}
.item-paymethod-list .list-tag--colorGn {
  border: 1px solid #009664;
  background-color: #ffffff;
  color: #009664;
}
.item-paymethod-list .list-tag--colorBl {
  border: 1px solid #004890;
  background-color: #ffffff;
  color: #004890;
}
.item-paymethod-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-paymethod-list .list-item a {
  color: #383838;
  text-decoration: underline;
  margin-right: 10px;
}
.item-paymethod-list .list-item a:last-child {
  margin-right: 0;
}
.item-paymethod-list .list-item a:hover {
  text-decoration: none;
}
.item-paymethod-list .list-item img{height:26px;}
.item-service {
  padding: 2rem;
}
.item-service-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.item-service-list .list-item__image {
  margin-right: 0.5rem;
  margin-bottom: 0.1rem;
}
.item-service-list .list-item__title:hover {
  opacity: 0.5;
}
.item-list {
  margin-top: 4rem;
}
.item-list:last-child {
  margin-bottom: 4rem;
}
.item-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #cccccc;
}
.item-list-header .header__title {
  font-weight: bold;
  color: #000000;
  font-size: 1rem;
}
.item-list-header .header__button {
  color: #007dff;
  text-decoration: none;
}
.item-list-header .header__button > i {
  margin-left: 0.2rem;
}
.item-list-header .header__button:hover {
  opacity: 0.5;
}
.item-list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1rem;
}
.item-list-info .info-item {
  width: calc(16.6666666667% - 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 1rem;
  margin-bottom: 3rem;
  text-decoration: none;
}
.item-list-info .info-item:hover {
  opacity: 0.5;
}
.item-list-info .info-item__image {
  height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.item-list-info .info-item__image > img {
  max-width: 100%;
  max-height: 100%;
}
.item-list-info .info-item__text {
  color: #fb2020;
  font-size: 1rem;
}
.item-translatebtn {
  padding: 1px 4px;
  background-color: #efefef;
  color: #000000;
  border: 1px solid #000000;
}
.item-spec {
  margin-bottom: 1rem;
}
.item-spec-box {
  margin-bottom: 1rem;
}
.item-spec-box .box-title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #666666;
}
.item-spec-box .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.item-spec-box .box-list-item {
  position: relative;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  width: calc(33.3333333333% - 0.5rem);
}
.item-spec-box .box-list-item .item-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.item-spec-box .box-list-item .item-content {
  position: relative;
  z-index: 1;
  color: #666666;
  padding: 0.4rem 1rem;
  border-radius: 7px;
  border: 1px solid #b1b0b0;
  height: 100%;
}
.item-spec-box .box-list-item .item-content-title {
  word-break: break-word;
}
.item-spec-box .box-list-item .item-content-quantity {
  font-size: 0.5rem;
  color: #b1b0b0;
}
.item-spec-box .box-list-item .item-input:checked + .item-content {
  background-color: #ebf7fe;
  border-color: #0097e2;
}
.item-spec-box .box-list-item.is-unstocked {
  pointer-events: none;
}
.item-spec-box .box-list-item.is-unstocked .item-content {
  border-style: dashed;
}
.item-spec-box:last-child {
  margin-bottom: 0;
}
.item-spec-custom {
  background-color: #f6f6f6;
  padding: 1rem;
  margin-bottom: 1rem;
  color: #717171;
}
.item-spec-custom .custom-item {
  margin-bottom: 1rem;
}
.item-spec-custom .custom-item:last-child {
  margin-bottom: 0;
}
.item-spec-custom .custom-item-title {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.item-spec-custom .custom-item-title .title-required {
  color: red;
}
.item-spec-custom .custom-item-select {
  width: 100%;
  border-radius: 5px;
  padding: 0.2rem;
}
.item-spec-custom .custom-item-checkbox {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-spec-custom .custom-item-checkbox > input {
  margin-right: 0.5rem;
}
.item-spec-custom .custom-item-textarea {
  min-height: 3rem;
  width: 100%;
  border-radius: 5px;
  padding: 0.2rem;
}
.item-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1rem 0.4rem 1rem;
}
.item-product-left {
  width: 42rem;
  margin-right: 1.7rem;
}
.item-product-left .left-preview {
  margin-bottom: 0.6rem;
  height: 42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item-product-left .left-preview-image {
  max-width: 100%;
  max-height: 100%;
}
.item-product-left .left-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-product-left .left-list-item {
  width: 4.3rem;
  height: 4.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
  cursor: pointer;
}
.item-product-left .left-list-item .item-image {
  max-width: 100%;
  max-height: 100%;
}
.item-product-right {
  padding-top: 1.9rem;
  width: calc(100% - 42rem - 1.7rem);
}
.item-product-right .right-header {
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #e9e9e9;
}
.item-product-right .right-header-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}
.item-product-right .right-header-tag .tag-item {
  display: inline-block;
  margin-right: 6px;
}
.item-product-right .right-header-tag .tag-item--event {
  padding: 0.25rem 0.25rem;
  background-color: #ff4242;
}
.item-product-right .right-header-title {
  font-weight: bold;
  font-size: 1.5rem;
}
.item-product-right .right-info {
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid #e2e2e2;
}
.item-product-right .right-info:last-child {
  border-bottom: 0;
}
.item-product-right .right-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.item-product-right .right-info-item:last-child {
  margin-bottom: 0;
}
.item-product-right .right-info-item .item-title {
  width: 5rem;
  color: #9c9c9c;
}
.item-product-right .right-info-item .item-content {
  width: calc(100% - 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9c9c9c;
}
.item-product-right .right-info-item .item-content-price {
  font-weight: 400;
  color: #bbbbbb;
}
.item-product-right .right-info-item .item-content-price--jpyv {
  font-weight: bold;
  font-size: 1.5rem;
  color: #ff4242;
  margin-right: 0.1rem;
}
.item-product-right .right-info-item .item-content-price--jpyk {
  color: #ff4242;
  margin-right: 1.2rem;
}
.item-product-right .right-info-item .item-content-input {
  width: 6rem;
  height: 1.9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e2e2e2;
  padding: 8px;
}
.item-product-right .right-info-item .item-content-input::-webkit-input-placeholder {
  color: #c5c5c5;
}
.item-product-right .right-info-item .item-content-input::-moz-placeholder {
  color: #c5c5c5;
}
.item-product-right .right-info-item .item-content-input:-ms-input-placeholder {
  color: #c5c5c5;
}
.item-product-right .right-info-item .item-content-input::-ms-input-placeholder {
  color: #c5c5c5;
}
.item-product-right .right-info-item .item-content-input::placeholder {
  color: #c5c5c5;
}
.item-product-right .right-info-item .item-content-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.6rem;
  width: 6rem;
  border: 1px solid #e2e2e2;
}
.item-product-right .right-info-item .item-content-quantity .quantity-button {
  width: 1.5rem;
  height: 100%;
  line-height: 1.5;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}
.item-product-right .right-info-item .item-content-quantity .quantity-button:hover {
  background-color: #e2e2e2;
}
.item-product-right .right-info-item .item-content-quantity .quantity-input {
  width: calc(100% - 1.5rem - 1.5rem) !important;
  height: 100%;
  border: 0;
  border-left: 1px solid #e2e2e2 !important;
  border-right: 1px solid #e2e2e2 !important;
}
.item-product-right .right-info-error {
  margin-bottom: 1.7rem;
  font-size: 0.9rem;
  color: #ff4242;
}
.item-product-right .right-info-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-product-right .right-info-button .button-item {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ff4242;
  color: #ff4242;
  border-radius: 5px;
  margin-right: 10px;
  height: 2.6rem;
  text-align: center;
  line-height: 2.6rem;
  padding: 0 15px;
}
.item-product-right .right-info-button .button-item:hover {
  opacity: 0.5;
}
.item-product-right .right-info-button .button-item--cover {
  color: #ffffff;
  background-color: #ff4242;
  width: 14rem;
  font-size: 1rem;
}
.item-product-right .right-info-button .button-item--disabled {
  color: #ffffff;
  background-color: #9C9C9C;
  border-color: #9C9C9C;
  pointer-events: none;
  width: 18rem;
}
.item-product-right .right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item-product-right .right-bottom-link {
  color: #9c9c9c;
  text-decoration: underline;
  margin-bottom: 1rem;
}
.item-product-right .right-bottom-link:last-child {
  margin-bottom: 0;
}
.item-remind {
  position: relative;
  border: 1px solid #FF4242;
  background-color: #ffffff;
  padding: 1.5rem 1.8rem;
  font-size: 14px;
  margin: 1rem auto;
}
.item-remind-title {
  position: absolute;
  top: -0.5rem;
  left: 0.5rem;
  background-color: #ffffff;
  color: #FF4242;
  font-weight: bold;
  padding: 0 0.2rem;
}
.item-remind-content {
  color: #383838;
  font-size: 13px;
}

tr.item_spec.item_spec td {
  border-width: thin;
  border-style: solid;
}

tr.item_spec.item_spec .info_v {
  border-width: 0;
  border-style: inherit;
}

tr.item_spec.item_spec .info_k {
  border-width: 0;
}