.input-prepend.input-append{
width:80px;
}
.input-prepend.input-append input {
  font-size: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 40px;
  text-align: right;
}
.btn.btn-addcart{
  width:100%;
  padding:10px 0;
  background-color:red;
  border:1px solid red;
  color:#fff;
}
.btn.btn-addcart i{
  font-size:16px;
}


/* 商品スライダー */
.slick-slide{
outline:none !important;
}
#slider{
  width: 100%;
  margin:0 auto 30px;
}
.slide-item img{
    width: 100%;
}
#thumbnail-list{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
.thumbnail-item{
  flex: 0 1 18%;
  margin: 0 1% 2%;
  box-sizing: border-box;
  position:relative;
}
.thumbnail-item::after{
    content:'';
    background-color: rgba(255,255,255,0.5);
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
  }
.thumbnail-item.thumbnail-current::after{
    opacity: 0;
  }
  .slick-slide　img{
    width: 100%;
    margin: 0 auto;
  } 

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.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;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
}
.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;
}