/* 容量違いはコチラ */
.product-order-exp__bid {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 1em;
}
.product-order-exp__bid a {
  text-decoration: underline; 
}

/* お気に入りボタン */
.btn-favorite {
  margin-left: 20px;
}
.btn-favorite button {
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  border: 0;
  outline: none;
  background: transparent;
}
.btn-favorite svg {
  stroke: #464e54;
  stroke-width: 1;
  fill: none;
  width: 28px;
  height: 28px;
}
.btn-favorite .is-added svg {
  stroke: #c00;
  fill: #c00;
}
.product_cart_area_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_cart_area {
  flex-grow: 1;
  flex-shrink 1;
}


.product-top {
  margin-bottom: 20px;
}
.thumb-unit a {
  width: 100%; 
}
.col-left {
  float: left;
}
.col-right {
  float: right;
}

.font-m {
  font-size: 0.75em;
  font-weight: normal;
}
select[name="option1"], select[name="option2"] {
  margin-bottom: 20px; 
}
.table {
  margin-top: 20px; 
}


.input-prepend.input-append input {
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 70px;
  text-align: right;
}

/* 在庫数エラー時 */
.stock_error {
  color: #f00;
  font-size: 1.2em;
}

/* bxSlider関連 */

#product .container-section {
  opacity: 0; 
  transition: opacity .3s linear;
}
#product .bx-wrapper {
  margin: 0;
}

#product ul.bxslider {
  margin-left: 0px;
}

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

#product .bx-wrapper .bx-prev, #product .bx-wrapper .bx-next {
  background-image: none;
}

#product ul.custom-thumb {
  margin: 0 -1% 0;
}

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

#product .custom-thumb a {
  display: inline-block;
}

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

/* 商品表（画像右） */
.product_sales {
  font-size: 1.5em;
  font-weight: bold;
}

#product .btn-inq {
  background-color: #aaa;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 18px 0;
  margin: 30px 0;
  border-radius: 0;
}

#product .btn-inq a {
  color: #fff;
}

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

/* 商品下エリア */
.product-order-s-exp {
  color: #f00;
}

#product .btn-addcart {
  background-color: #39577e;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  padding: 1em 3em;
  /*margin: 0 auto;*/
  border-radius: 0;
  width: 100%;
}

.stock-status {
  padding: 10px 0 30px;
}
.stock-status span {
  color: #c00; 
}

@media (max-width: 768px) {
  .product_info_block {
    margin-top: 10px;
  }
}