@charset "UTF-8";
.page-cart .block-goods-list-c--image figure {
  padding: 0;
  background: transparent;
}
.page-cart .block-goods-list-c .block-goods-favorite {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
}
.page-cart .block-goods-list-c .block-goods-list--favorite--btn {
  position: static;
  width: 24px;
  height: 24px;
  background: url("/img/usr/common/item_favo01.png") no-repeat center/contain;
}
.page-cart .block-goods-list-c .block-goods-list--favorite-registed--btn {
  position: static;
  width: 24px;
  height: 24px;
  background: url("/img/usr/common/item_favo02.png") no-repeat center/contain;
}