.product__fav-item {
  margin-top: 10px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .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: -.35em;
  fill: currentColor;
}
.disable_cartin.button_area{
		transition: 0s;
  		
}
.disable_cartin.button_area input{
		background-color:#D68B8B
}
.disable_cartin.button_area:hover{
  		transition: 0.5s;
  		transform:translateY(-2px);
}

.disable_cartin.button_area:hover input{
		background-color:#C86464
}

/*画像明るさスライダー*/
.bgtWrap {
  display:flex;
  flex-flow:row nowrap;
  justify-content:flex-start;
  align-items: center;
}

.product_images div .bgtWrap img {
  width:20px;
  height:20px;
  padding-right: 15px;
  margin-top: -28px;
  border:none;
}

.input-range[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #2196f3;
  height: 2px;
  width: 360px;
  margin-bottom:30px;
}
.input-range[type="range"]:focus,
 .input-range[type="range"]:active {
    outline: none;
  }

  .input-range[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    border: none;
    width: 12px;
    height: 12px;
    display: block;
    background-color: #262626;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }

table.add_cart_table td{
  white-space: normal;
}