/*ÄÉ²Ã*/
/*.product__images .bx-wrapper {
    max-width: 550px !important;
}*/
.product__main-image {
    padding-right: 10px;
}
.product__thumbs.row {
  width: 100%;
  margin: 2% auto;
}
.product__thumbs li {
    padding: 5px 10px 5px 0;
}
.dl-vertical-list__content {
    text-align: center;
}
.section__block.text_block {
    padding: 0;
}
.product__order.row {
    margin: 0 auto 40px;
}
.product__order span a {
    float: right;
    color: #333;
    font-size: 12px;
    margin-top: 6px;
}
.dl-vertical-list__content {
    text-align: left !important;
}
.product__init-num {
    padding-top: .2em !important;
    padding-bottom: .2em !important;
    border: 1px solid #999 !important;
    margin-left: 10px !important;
}

.section__title-h2 {
    margin: 0.5em 0 !important;
}

@media (max-width: 768px) {
  .product__thumbs.row {
  width: 100%;
  margin: 0 auto;
}
}


/*ÄÉ²ÃEND*/

.product__main-image img {
  display: block;
  margin: 0 auto;
}

.product__thumbs {
  padding-top: 2px;
  margin: 0 -1px;
}

.product__thumb__unit {
  padding: 0 1px 1px;
}
.product__thumb__unit img {
  max-height: 150px;
  cursor: pointer;
}

.product__name {
  text-align: left;
clear: both;
}
.topicpath-nav ul {
    list-style-type: none;
    margin: 10px 20px 20px 0;
    float: left;
}
/*.topicpath-nav ul:last-child {
    border-left: 1px solid #CCC;
    padding-left: 30px;
}*/

.product__price {
  font-size: 1.4em;
  letter-spacing: .05em;
    font-weight: bold;
}
.product__price span {
    font-weight: normal;
    font-size: 0.8em;
}

.product__option__block th, .product__option__block td {
  text-align: center;
}
.product__option__block label {
  margin: 1em 0 0;
  font-size: .9em;
}

.product__init .dl-vertical-list__content {
  margin-bottom: 0;
}

.product__init-num {
  font-size: 1.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  text-align: right;
  width: 50px;
  border: 2px solid #999;
  display: inline-block;
}

.product__init-updw {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.product__order__btns {
  list-style-type: none;
  margin: 2em 0 0;
}

.product__order__btn {
  margin-bottom: 1em;
}
.product__order__btn i {
  margin-right: .8em;
}

.btn--addcart {
  padding: .7em 0;
}

.btn--quick-order {
  padding: .4em 0;
}

.btn--soldout {
  padding: .7em 0;
  border: none;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.btn--soldout:hover {
  background: #ddd;
}

.product__info {
  background: #f5f5f5;
  padding: 2em 0;
  margin: 3em 0;
}

.product__info__list {
  margin: 2em 0 0;
  list-style-type: none;
}
.product__info__list:first-child {
  margin-top: 0;
}

.product__info__list__unit {
  font-size: .9em;
  line-height: 1.8;
  margin: .5em 0;
}
.product__info__list__unit:first-child {
  margin-top: 0;
}
.product__info__list__unit a {
  color: #111;
}

.text-titles {
  margin: 0 auto 2em;
}
.text-titles-list__detail-text {
  width: 100%;
  height: 30px;
  padding: .5em;
  border: 1px solid #ccc;
  display: inline-block;
}
.product_explain {
    margin-top: 60px;
}

@media (max-width: 980px) {
  /* ~980px */
}
@media (max-width: 768px) {
  /* ~768px */
   .container {
    padding: 0 40px !important;
}
  .product__images img {
    margin: 0 auto;
  }

  .product__name {
    text-align: left;
  }

  .product__info {
    padding: 1.5em 0;
    margin: 1.5em 0;
  }

  .product__info__list:first-child {
    margin-top: 2em;
  }
  .sticky {
  margin: 2em 0 !important;
}
}
@media (max-width: 480px) {
  /* ~480px */
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  padding: 0 3em !important;
  margin: 14em 0 4em;
}

.product__images.section__block {
    margin: 2em auto 4em;
}
.btn.btn-primary {
  background-color: #333;
  color: #fff;
    border-radius: 10px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #3E3E3E;
}
.product_explain img {
    margin: 20px auto;
}

