.p-cart-cart__wrap__content-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 720px;
  margin-bottom: 30px;
  border: 0px;
  border-radius: 2px;
}

.p-cart-cart__wrap__content-frame:last-child {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__content-frame:last-child {
    margin-bottom: 45px;
  }
}

.p-cart-cart__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 -1px;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
}

.p-cart-cart__box:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box:last-child {
    margin-bottom: 0px;
  }
}

.p-cart-cart__title__alert_display_none {
  display: none;
}

.p-cart-cart__title__alert_display_block {
  display: block;
}

.coupon-price-adjustment + .coupon-price-adjustment {
  margin-top: 0.100rem;
}

.coupon-price-adjustment {
  background-color: $white;
  padding: 0.625em;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1875rem;
  margin-top: 0.100rem;
}

.coupon-code_left {
  display: inline-block;
}

.coupon-code_right {
  display: inline-block;
  text-align: left;
  float: right;
}

.discount-line-item-text {
  margin-left: 10px;
  margin-top: -5px;
  margin-bottom: 0px;
}

.cart-text-red {
  color: #e43344;
}

.p-cart-cart__box__option_message {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.74fr (1fr)[3];
  grid-template-columns: 0.74fr repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  margin: -25px 0 15px 0;
  padding: 0px 30px 0px 50px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__option_message {
    padding: 0 20px;
  }
}

.p-cart-cart__box__option_message__area {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 1 / 2 / 2 / 5;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__option_message__area {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 1 / 1 / 2 / 5;
  }
}

.mb-sm-3.p-cart-cart__wrap__order__side__button::after {
  content: none;
}

.tx-not-purchase-hide.tx-display-none {
    display: none;
}

/*プロモーション名が長いと、PC版で表示が崩れるため追加*/
@media screen and (min-width: 767px) {
  .p-cart-cart__box__content__status > dl {
    display: -webkit-box!important;
  }
}

/*構成内容の[カスタマイズ]の文字を水色にする*/
.c-table.c-table--sp-column.p-cart-cart__box__com__accordion__table .text-azure {
  color: #00a2e6;
}

/*こちらも一緒にいかがですか？の商品画像大きさ調整*/
.p-cart-cart__recomend__box__product__img {
  height: 270px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box__product__img {
    height: auto;
  }
}

/*【TW 1.0】#27520（ECPF-1959）の対応 各商品のプロモーション割引価格表示対応*/
.product-promotions .promotion-discount-price {
  white-space: nowrap;
  color: #e43344;
}

/*【TW 1.0】#29455（ECPF-2162）対応 カートページのレコメンドの位置改修*/
.tx-cart-how-about-together_area_2.d-none {
  display: none;
}