#contents .product-txt-area h2 {
  font-size: 28px;
  letter-spacing: 0.15em;
  font-weight: bold;
  /*border-top:2px solid;*/
  border-bottom: 2px solid;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
#contents .product-txt-area h2:after {
  display: none;
}

.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.product-order-exp {
  padding: 0 10px 50px;
  line-height: 2em;
}
#exp-2-view {
  padding: 10%;
  border: 1px solid #ddd;
  margin-top: 10%;
  line-height: 2em;
  font-size: 1.1em;
}
#exp-3-view {
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  background: #000;
  border: #000;
  padding: 11px;
}

#product button.btn {
  background: #101010;
  color: #fff;
  border-radius: 40px;
  border: none;
}
#product button.btn:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#product .price_table1 td {
  color: #e61c14;
  font-size: 20px;
}
#product .product-order-exp table {
  border: 1px solid #c1c1c1;
  text-align: center;
  min-width: 210px;
  margin-bottom: 30px;
}
#product .product-order-exp table td:first-child {
  padding: 10px;
  background: #e9e8ed;
}
#product .product-order-exp table td {
  padding: 10px;
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
.product__image-thumb {
  margin-top: 10px;
}

.product__image-thumb li {
  max-height: 110px;
  margin-bottom: 50px;
}
.product__image-thumb li:hover {
  opacity: 0.8;
  cursor: pointer;
}
.product__image {
  margin-bottom: 10px;
}
.explanation {
  /*margin-bottom:35px;*/
}
.btn-lg {
  padding: 18px 25%;
}
.recommend_h2 {
  font-size: 28px !important;
}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 150px;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px;
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}
.stock_dl {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin: 0 auto 10px;
}
.stock_dl dd {
  width: 40%;
}

.product-txt-area {
  margin-top: 10px;
}
.product-txt-area .row1 {
  display: flex;
}

.price_pa {
  padding: 0 18%;
}
.price_pa tr th,
.price_pa tr td {
  text-align: center;
}

.h_category {
  width: 48%;
}
.product__fav-item {
  text-align: right;
  width: 100%;
  margin-bottom: 1%;
}
.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: 0.2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -0.35em;
  fill: currentColor;
}
@media (max-width: 768px) {
  .product__image-thumb li {
    max-height: 6vh;
  }
  #exp-2-view {
    margin-top: 0;
  }
  .product-order-exp {
    padding: 0;
  }
}

.explanation br {
  display: none;
}

@media (max-width: 768px) {
  #contents h2 {
    font-size: 24px !important;
  }
  .product__image,
  .product-txt-area {
    width: 100%;
    margin-bottom: 0;
  }
  .btn-lg {
    padding: 18px 75px;
  }

  .together-block .col-sm-12 {
    width: 49%;
    padding: 1%;
    margin: 0 auto;
    height: auto !important;
  }
  .price_pa {
    padding: 0;
  }
  .product__image-main {
    width: 100%;
  }
  .product__image-thumb {
    width: 100%;
    margin-top: 4%;
  }
  .product__image-thumb li {
    width: 25%;
  }
  .mar_b_50 {
    margin-bottom: 5%;
  }
  .mar_b_30 {
    margin-bottom: 1.5%;
  }
}
