/* --------------------------------------------------------
-----------------------------------------------------------
favorite_edit
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-mypage-favorite .wb-cart-page-title {
  display: none;
}

.wb-cart-item-list .wb-cart-item-box {
  border: 1px solid #c5c5c5;
  padding: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.wb-cart-item-list .wb-cart-item-box + .wb-cart-item-box {
  margin-top: 12px;
}

.wb-cart-item-list .wb-cart-item-box-img {
  text-align: center;
  width: 28%;
}

.wb-cart-item-list .wb-cart-item-box-img img {
  max-height: 130px;
  width: auto;
}

.wb-cart-item-list .wb-cart-item-box-name {
  margin-bottom: 5px;
}

.wb-cart-item-list .wb-cart-item-box-name a {
  font-weight: bold;
  color: inherit;
}

.wb-cart-item-list .wb-cart-yen {
  margin-right: 3px;
}

.wb-cart-item-list a.wb-cart-item-box-delete {
  text-decoration: none;
  color: #777;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wb-cart-item-list a.wb-cart-item-box-delete span {
  background: url(../../img/delete_icon.svg) no-repeat center top;
  background-size: 18px 18px;
  padding-top: 25px;
  font-size: 10px;
}

.wb-cart-mypage-favorite .wb-cart-item-list .wb-cart-item-box-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wb-cart-mypage-favorite .wb-cart-item-list .wb-cart-item-box-price-wrap .wb-cart-item-box-price-title {
  font-size: 11px;
  margin-right: 5px;
}

.wb-cart-mypage-favorite .wb-cart-item-list .wb-cart-item-box-price-main {
  color: #fb4c4c;
  font-weight: bold;
}

.wb-cart-mypage-favorite .wb-cart-item-list .wb-cart-item-box-price-main .wb-cart-price {
  font-size: 15px;
}

.wb-cart-mypage-favorite .wb-cart-item-list .wb-cart-item-box-price-main .wb-cart-yen {
  font-size: 11px;
}

.wb-cart-item-list .wb-cart-item-box-delete-wrap {
  margin-top: auto;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 13%;
}

.wb-cart-item-list .wb-cart-item-box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 69%;
  padding-right: 13%;
}