#CONTENTS table th {
  text-align: center;
}
#CONTENTS .quickDetailSCT .tag .stockLabel .inStock {
  background-color: #dff;
}
#CONTENTS .quickDetailSCT .tag .stockLabel .outStock {
  background-color: #aaa;
}
#CONTENTS .quickDetailSCT .tag .stockLabel span {
  display: block;
  border-radius: 3px;
  padding: 3px 8px;
  color: var(--color-main);
}
#CONTENTS .quickDetailSCT .delivery span {
  display: inline-block;
  border-radius: 3px;
  padding: 3px 8px;
  color: #fff;
}
#CONTENTS .itemDetailSCT .tag .stockLabel span {
  display: block;
}
#CONTENTS .itemDetailSCT .explan .shortDescription .description h2 {
  position: static;
  left: 0;
  top: 0;
  font-size: inherit;
}
#CONTENTS .attributes {
  padding: 0;
}
#CONTENTS .plan h4 {
  font-weight: bold;
}
#CONTENTS .cart .buttons button {
  min-width: auto;
  padding: 16px;
  white-space: nowrap;
  font-size: 20px;
}
#CONTENTS .description {
  min-height: 32px;
}
#CONTENTS .add-to-cart:disabled {
  background-color: #aaa;
  pointer-events: none;
}
#CONTENTS .product-options .product-option .radioBlock input[type=radio].checked + span::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 1;
  -webkit-transform: rotate(45deg) scale3d(1, 1, 1);
  transform: rotate(45deg) scale3d(1, 1, 1);
}
#CONTENTS .timesale {
  margin-top: 8px;
}
#CONTENTS .note.purchaseTypeLimit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#CONTENTS .price.range {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
#CONTENTS .price.range .min {
  margin-right: 1rem;
}
#CONTENTS .price.range .max {
  margin-left: 1rem;
}