/* bxSlider関連 */
.bx-wrapper {
  margin: 0 !important;
}

ul.bxslider {
  margin-left: 0px !important;
}

.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent;
}

.custom-thumb li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  margin: 0;
  padding: 5px 5px 5px 0;
}

.custom-thumb li a:hover {
  opacity: 0.7;
}

/* サムネイルactive時の枠を付ける */
.custom-thumb a {
  display: inline-block;
}

a.active {
  border: 4px solid #29a88d;
}

/* 販売価格の文字強調 */
.product_sales {
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.2em;
}

/* 数量入力欄 */
input.product-cart-init-num {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  height: 20px;
  width: 30%;
}

/* 名入れ入力欄 */
.product-order-form input[type="text"] {
  width: calc(100% - 14px);
}

/* カートボタン下マージン */
.product_cart_area {
  margin-bottom: 15px;
  position: relative;
}
.product_cart_area:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(https://img15.shop-pro.jp/PA01237/620/etc/pc_icon_cart.png?cmsp_timestamp=20190907095800) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 20%;
  left: 15%;
}



/* カートボタンのデザイン */
.btn-addcart {
  background-color: #111010;
  border: medium none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 18px 0 18px 30px;
}

.btn-addcart:hover, .btn-addcart:focus, .btn-addcart:active{
    background-color: #29a88d;
    color: #fff;
}



/* いいねボタンのズレ修正 */
.fb_adjust {
  position: relative;
  top: 1px;
}

/* IE11だけで適用されるスタイルシート */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .custom-thumb img {
    width: 100%; //IE11のmax-width崩れ
  }
}



/* タイトル */
#product h2 img {
  vertical-align: middle;
}

#product h2 .ratio {
    display: inline-block;
    padding: 0 0.5em;
    background-color: #000;
    color: #fff;
    font-size: 20px;
}

/* スペック */
.product-spec-table th {
  background-color: #85c9ab;
  color: #fff;
  border-top: 4px solid #fff;
}

.product-spec-table td {
  background-color: #f5f5f5;
  border-top: 4px solid #fff;
}

.product_sales {
  color: #ff0099;
}


/* 数量 */

.product_updown {
  width: 15px;
  display: inline-block;
  vertical-align: bottom;
}

.product-unit {
  display: inline-block;
  vertical-align: bottom;
}

/*商品関連リンク*/
.related-links {
  margin-left: 1em;
}
.related-links li {
  list-style: disc;
}
