@charset "UTF-8";
/* ==========================================================================
  _p-cart
   ========================================================================== */
/* ==========================================================================
   setting
   ========================================================================== */
/* breakpoint
   ----------------------------------------------------------------- */
/* color
   ----------------------------------------------------------------- */
/**
 * palette
 */
/* font
   ----------------------------------------------------------------- */
/**
 * font style
 */
/**
 * size
 */
/* function
   ----------------------------------------------------------------- */
/* mixin
   ----------------------------------------------------------------- */
.c-button__historydelete {
  text-align: right;
  margin-right: 40px;
  font-size: 14px;
  color: #777;
  position: relative;
  margin-top: 25px;
}
.c-button__historydelete::after {
  content: "×";
  color: #ccc;
  font-weight: bold;
  position: absolute;
  top: 1px;
  right: -20px;
}
.c-button__historydelete input {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 3px;
}

/* p-cart
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #d_cart #d_main {
    margin: 0 auto 75px;
  }
}

.c-item__icon {
  width: calc(100% + 5px);
}
.c-item__icon .reco-sale-icon img {
  width: 100%;
}

.containerCart {
  margin: 0 auto 35px;
}

.p-cart__title {
  font-size: 25px;
  color: #000;
  font-weight: 400;
  margin: 20px 15px;
}
.p-cart .cartTopText {
  margin: 0 15px 20px;
}
.p-cart .cartTopText p {
  line-height: 1.7;
}
.p-cart .cartTopText p:first-of-type {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}
.p-cart .cartTopText p:last-of-type {
  font-size: 15px;
}
.p-cart .cartTopText .freearea {
  margin: 0;
}
.p-cart .cartTopText .cart_01 {
  color: #ec676d;
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
  background-color: #f9f0ee;
  padding: 10px 15px;
  line-height: 1.9;
}
.p-cart .cartTopText .cart_01 span {
  display: block;
}
.p-cart .c-page_button_wrap {
  margin-bottom: 25px;
}
.p-cart .c-page_button_wrap.--border {
  margin-bottom: 35px;
  border-bottom: 5px solid #f4f4f4;
  padding-bottom: 25px;
}
.p-cart .c-page_button_wrap > div {
  display: flex;
  justify-content: space-between;
}
.p-cart .c-page_back a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 0 15px;
}
.p-cart .c-page_back img {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.p-cart .c-page_back p {
  border-bottom: 1px solid #ec676d;
  color: #ec676d;
  font-size: 16px;
  font-weight: bold;
}
.p-cart .c-keep_shopping a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 15px 0 0;
}
.p-cart .c-keep_shopping img {
  width: 7px;
  height: 11px;
  margin-left: 5px;
}
.p-cart .c-keep_shopping p {
  border-bottom: 1px solid #ec676d;
  color: #ec676d;
  font-size: 16px;
  font-weight: bold;
}
.p-cart .c-event__title {
  margin: 0 auto;
  color: #fff;
  background-color: #929a9f;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .p-cart .c-event__title {
    font-size: 18px;
    padding: 8px 20px;
    margin: 40px auto 10px;
  }
}
.p-cart__item {
  background-color: #f9f0ee;
  padding: 25px 10px;
}
.p-cart #cartRow {
  background: #fff;
}
.p-cart #cartRow .c-item__icon img {
  max-width: 85px;
}
.p-cart__item__unit {
  display: flex;
}
.p-cart__item__unit:first-of-type {
  padding: 15px 0 0;
  margin: 0 15px;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
.p-cart__item__unit:last-of-type {
  justify-content: space-between;
  margin-bottom: 2px;
  padding: 20px 15px;
  align-items: center;
  flex-wrap: wrap;
}
.p-cart__item__unit .itemImg {
  width: 125px;
  padding: 0 0 20px 0;
}
.p-cart__item__unit .itemImg img {
  width: 125px;
}
.p-cart__item__unit .item {
  padding: 0 0 20px 15px;
  line-height: 1.6;
}
.p-cart__item__unit .item a {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  word-break: break-all;
}
.p-cart__item__unit .item .goods_id {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-cart__item__unit .item .goods_id {
    font-size: 15px;
  }
}
.p-cart__item__unit .item .note {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-cart__item__unit .item .note {
    font-size: 15px;
    line-height: 1.6;
    display: block;
  }
}
.p-cart__item__unit .icon {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.p-cart__item__unit .icon:empty {
  display: none;
}
.p-cart__item__unit .icon img {
  margin: 0 5px 5px 0;
  width: 75px;
}
.p-cart__item__unit .icon img:nth-of-type(odd) {
  margin-right: 5px;
}
.p-cart__item__unit .price {
  font-size: 18px;
}
.p-cart__item__unit .price > div {
  font-weight: bold;
}
.p-cart__item__unit .price .retail_price_sale {
  color: #e60012;
}
.p-cart__item__unit .cancelTxt {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 20px;
}
.p-cart__item__unit .cancelTxt:empty {
  display: none;
}
.p-cart__item__unit .cancel {
  position: relative;
}
.p-cart__item__unit .cancel input {
  background-color: #ccc;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  width: 80px;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 33px;
  background-image: url(/ec/shop/images/cart/delete.png);
  background-position: calc(50% - 20px) 20px;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.p-cart__howtobuy {
  background-color: #f9f0ee;
  padding: 0 0 35px;
}
.p-cart__howtobuy__inner {
  text-align: center;
}
.p-cart__howtobuy__inner input {
  height: 60px;
  width: 335px;
  margin: 0 auto;
}
.p-cart__howtobuy__inner input:first-of-type {
  margin-bottom: 15px;
}
.p-cart__howtobuy__inner .p-cart__howtobuy {
  font-size: 18px;
  color: #fff;
  background-color: #ed676e;
  border-radius: 2px;
  width: 90%;
  height: 60px;
  line-height: 60px;
  margin: 0 20px 0;
  text-align: center;
}
.p-cart__howtobuy__inner .p-cart__howtobuy:nth-of-type(2) {
  margin-top: 15px;
}
.p-cart__howtobuy__inner .button__sakisama {
  width: 100%;
  height: 60px;
  padding: 0 0 0 30px;
  background-image: url(/ec/shop/images/cart/sakisama.png);
  background-position: calc(50% - 135px) 15px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  padding-left: 30px;
}
.p-cart__howtobuy__inner .button__gojitaku {
  width: 100%;
  height: 60px;
  padding: 0 0 0 30px;
  background-image: url(/ec/shop/images/cart/gojitaku.png);
  background-position: calc(50% - 72px) 18px;
  background-repeat: no-repeat;
  background-size: 25px 22px;
  padding-left: 30px;
}
.p-cart__howtobuy__inner .button__tenpo {
  width: 100%;
  height: 60px;
  padding: 0 0 0 30px;
  background-image: url(/ec/shop/images/cart/tenpouketori.png);
  background-position: calc(50% - 100px) 17px;
  background-repeat: no-repeat;
  background-size: 32px 25px;
  padding-left: 30px;
}
.p-cart__eventtop {
  text-align: center;
}
.p-cart__eventtop a {
  color: #777;
  font-weight: bold;
  font-size: 15px;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  margin: 30px 15px 0;
  line-height: 1.6;
}
.p-cart__eventtop a span {
  padding-right: 7px;
}
.p-cart__eventtop a img {
  width: 8px;
  height: 12px;
  margin: 0 0 5px 0;
}
.p-cart .noitem {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin: 45px 15px 50px;
}
.p-cart #d_related {
  border-top: 5px solid #f4f4f4;
  margin: 25px 0 20px;
  padding-top: 45px;
}
.p-cart #d_related:empty {
  display: none;
}
.p-cart #d_related .c-item__inner {
  padding: 40px 10px 25px 0;
}
@media screen and (min-width: 768px) {
  .p-cart #d_related {
    margin: 30px 0 50px;
    padding-top: 50px;
  }
  .p-cart #d_related .c-item__inner {
    padding: 0;
  }
}
.p-cart #d_foot_mark {
  margin: 0 auto 35px;
  border-top: 5px solid #f4f4f4;
  padding-top: 45px;
}
@media screen and (min-width: 768px) {
  .p-cart #d_foot_mark {
    margin: 0 auto;
    padding-top: 80px;
  }
  .p-cart #d_foot_mark .c-item {
    width: 1200px;
    margin: 0 auto;
  }
  .p-cart #d_foot_mark .c-button__historydelete {
    width: 1200px;
    margin: -30px auto 0;
    text-align: right;
  }
  .p-cart #d_foot_mark .c-button__historydelete input {
    font-size: 15px;
    font-weight: bold;
  }
}
.p-cart .cart_nonCancelable,
.p-cart .cart_nonReturnable {
  background-color: #f9f0ee;
  padding: 20px 10px 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-cart .cart_nonCancelable,
  .p-cart .cart_nonReturnable {
    width: 1200px;
    padding: 30px 30px 0;
  }
}
.p-cart .cart_nonCancelable + .cart_nonReturnable {
  padding-top: 10px;
}
.p-cart .cart_notesNonCancelable,
.p-cart .cart_notesNonReturnable {
  color: #e60012;
  font-size: 14px;
  display: block;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .p-cart__title {
    font-size: 30px;
    width: 1200px;
    margin: 40px auto;
  }
  .p-cart .cartTopText {
    margin: 0 auto 60px;
  }
  .p-cart .cartTopText p:first-of-type {
    font-size: 18px;
  }
  .p-cart .cartTopText p:last-of-type {
    font-size: 16px;
  }
  .p-cart .cartTopText .cart_01 {
    font-size: 16px;
    padding: 20px 20px 22px 20px;
    margin-top: 20px;
  }
  .p-cart .c-page_button_wrap {
    margin-bottom: 30px;
  }
  .p-cart .c-page_button_wrap.--border {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  .p-cart .c-page_button_wrap > div {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }
  .p-cart .c-page_back p {
    font-size: 15px;
  }
  .p-cart .c-page_back img {
    width: 16px;
    height: 16px;
  }
  .p-cart .c-page_back a {
    margin-right: 30px;
  }
  .p-cart .c-keep_shopping p {
    font-size: 15px;
  }
  .p-cart .c-keep_shopping img {
    width: 6px;
    height: 9px;
  }
  .p-cart .c-keep_shopping a {
    margin-right: 0;
  }
  .p-cart .containerCart {
    width: 1200px;
    margin: 0 auto 40px;
  }
  .p-cart__eventtitle .goodsTtl {
    background-color: #929a9f;
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-cart__eventtitle .c-event__title {
    margin: 0;
    padding: 0 20px;
  }
  .p-cart__eventtop a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    margin: 5px 30px;
    font-weight: normal;
    line-height: 1.3;
    padding: 0;
  }
  .p-cart__eventtop a::after {
    content: "";
    background: url(/ec/shop/images/cart/arrow__event_pc.png) no-repeat;
    width: 8px;
    height: 12px;
    background-size: contain;
    position: absolute;
    top: 5px;
    right: -15px;
  }
  .p-cart #cartRow {
    display: flex;
  }
  .p-cart #cartRow:last-of-type .p-cart__item__inner {
    border-bottom: none;
  }
  .p-cart__item {
    padding: 30px 30px 50px;
  }
  .p-cart__item__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    width: 100%;
    margin: 0 3.5%;
    border-bottom: 1px solid #e6e6e6;
  }
  .p-cart__item__unit {
    margin: 0;
  }
  .p-cart__item__unit:first-of-type {
    padding: 40px 0;
    margin: 0;
    border-bottom: none;
    width: 62%;
  }
  .p-cart__item__unit:last-of-type {
    padding: 40px 0;
    flex-wrap: initial;
    width: 38%;
    justify-content: flex-end;
  }
  .p-cart__item__unit .itemImg {
    width: 27%;
    height: auto;
    padding: 0;
  }
  .p-cart__item__unit .itemImg img {
    width: 100%;
    height: 100%;
  }
  .p-cart__item__unit .item {
    width: 56%;
    margin: 0 30px 0 20px;
    padding: 0;
  }
  .p-cart__item__unit .item .c-item__icon {
    width: 100%;
  }
  .p-cart__item__unit .item .c-item__icon:empty {
    display: none;
  }
  .p-cart__item__unit .cart_notesNonCancelable,
  .p-cart__item__unit .cart_notesNonReturnable {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .p-cart__item__unit .icon {
    margin-bottom: 10px;
  }
  .p-cart__item__unit a {
    display: block;
  }
  .p-cart__item__unit a:hover {
    text-decoration: underline;
  }
  .p-cart__item__unit .c-item__brand {
    font-size: 14px;
    text-align: left;
  }
  .p-cart__item__unit .price {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 30px;
    min-width: 140px;
  }
  .p-cart__item__unit .price > div {
    font-size: 20px;
    text-align: right;
  }
  .p-cart__item__unit .cancelTxt {
    width: auto;
    padding: 0 20px 0 0;
    font-size: 15px;
    min-width: 150px;
  }
  .p-cart__item__unit .cancel__inner {
    width: 80px;
  }
  .p-cart__item__unit .cancel {
    width: 80px;
  }
  .p-cart__howtobuy {
    padding: 0 0 50px;
  }
  .p-cart__howtobuy__inner {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .p-cart__howtobuy__inner input:first-of-type {
    margin: 0;
  }
  .p-cart__howtobuy__inner .p-cart__howtobuy {
    width: 440px;
    height: auto;
    margin: 0;
    background: none;
    text-align: center;
    padding: 0;
  }
  .p-cart__howtobuy__inner .p-cart__howtobuy:nth-of-type(2) {
    margin: 0 0 0 50px;
  }
  .p-cart__howtobuy__inner .button__sakisama {
    background-color: #ed676e;
    line-height: 80px;
    text-align: center;
    border-radius: 2px;
    font-size: 1.4rem;
    color: #fff;
    width: 100%;
    height: 80px;
    padding: 0 0 0 30px;
    background-image: url(/ec/shop/images/cart/sakisama.png);
    background-position: calc(50% - 170px) 23px;
    background-repeat: no-repeat;
    background-size: 32px 29px;
  }
  .p-cart__howtobuy__inner .button__gojitaku {
    background-color: #ed676e;
    line-height: 80px;
    text-align: center;
    border-radius: 2px;
    font-size: 22px;
    color: #fff;
    width: 100%;
    height: 80px;
    padding: 0 0 0 30px;
    background-image: url(/ec/shop/images/cart/gojitaku.png);
    background-position: calc(50% - 85px) 29px;
    background-repeat: no-repeat;
    background-size: 25px 22px;
  }
  .p-cart__howtobuy__inner .button__tenpo {
    background-color: #ed676e;
    line-height: 80px;
    text-align: center;
    border-radius: 2px;
    font-size: 22px;
    color: #fff;
    width: 100%;
    height: 80px;
    padding: 0 0 0 50px;
    background-image: url(/ec/shop/images/cart/tenpouketori.png);
    background-position: calc(50% - 110px) 20px;
    background-repeat: no-repeat;
    background-size: 48px 37px;
  }
  .p-cart .noitem {
    font-size: 22px;
    margin: 30px auto 80px;
  }
  .p-cart .c-title__goodsdetail {
    margin-bottom: 30px;
  }
  .p-cart #d_related {
    margin: 25px 0 50px;
    padding-top: 80px;
  }
  .p-cart #d_related .c-item.swiper {
    width: 1200px;
    margin: 0 auto;
  }
  .p-cart .swiper-wrapper.c-item__unit {
    justify-content: space-between;
  }
}

/* c-item
   ----------------------------------------------------------------- */
.c-item__unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-item__unit {
    justify-content: flex-start;
  }
}

.c-item {
  margin: 0 15px;
}
.c-item__wrapper {
  display: flex;
  justify-content: space-between;
}
.c-item__inner {
  border-bottom: 1px solid #e6e6e6;
  width: 50%;
  padding: 30px 10px 25px 0;
  border-bottom: none;
}
.c-item__inner .c-item__brand {
  text-align: left;
  line-height: 1.5;
}
.c-item__inner .catalogNo {
  font-size: 14px;
  text-align: left;
}
.c-item__image {
  margin-bottom: 15px;
}
.c-item__image img {
  width: 100%;
  height: 100%;
}
.c-item__icon {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.c-item__icon:empty {
  display: none;
}
.c-item__icon img {
  margin: 0 0 5px 0;
  width: calc(50% - 5px);
}
.c-item__icon img:nth-of-type(odd) {
  margin-right: 5px;
}
.c-item__brand {
  font-size: 13px;
  font-weight: bold;
}
.c-item .itemCondition {
  width: 100%;
}
.c-item .itemCondition div, .c-item .itemCondition span {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", arial, sans-serif;
  font-size: 11px;
  color: #ec676d;
  border: 1px solid #ec676d;
  background-color: #f7eded;
  padding: 2px;
  text-align: center;
  margin-bottom: 5px;
  width: calc(100% - 5px);
}
.c-item .itemCondition:empty {
  display: none;
}
.c-item__name {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 5px;
  overflow-wrap: break-word;
  word-break: break-all;
}
.c-item__price {
  font-size: 18px;
  font-weight: bold;
}
.c-item__price__currency {
  font-weight: normal;
  font-size: 15px;
}
.c-item__price .retail_price_sale {
  color: #e60012;
}
.c-item__stockicon {
  margin-top: 15px;
  width: 100%;
}
.c-item__stockicon img {
  width: 100%;
}
.c-item__stockicon:empty {
  display: none;
  margin: 0;
}
.c-item__content {
  margin-top: 15px;
}
.c-item__content--row {
  display: flex;
  align-items: center;
}
.c-item__radio {
  display: table;
  padding-top: 3px;
  margin-bottom: 15px;
}
.c-item__radio input[type=radio],
.c-item__radio span {
  display: table-cell;
}
.c-item__radio input[type=radio] {
  width: 31px;
}
.c-item__title {
  margin-right: 10px;
  white-space: nowrap;
}
.c-item__subtitle {
  margin: 0 10px;
}
.c-item--normal, .c-item--size-m {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-item {
    margin: 0;
    font-size: 1.125rem;
  }
  .c-item__inner {
    margin: 40px 37px 30px 0;
    width: 210px;
    padding: 0;
  }
  .c-item__inner:nth-of-type(5n) {
    margin-right: 0;
  }
  .c-item a {
    position: relative;
    display: block;
    width: 210px;
    padding: 10px;
  }
  .c-item a:hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(204, 204, 204, 0.2);
  }
  .c-item__image {
    margin-bottom: 20px;
  }
  .c-item__image img {
    width: 190px;
  }
  .c-item__brand {
    color: #000;
    font-size: 14px;
  }
  .c-item .itemCondition div, .c-item .itemCondition span {
    font-size: 13px;
    width: 190px;
  }
  .c-item__name {
    color: #000;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .c-item__price {
    color: #333;
    font-size: 20px;
  }
  .c-item__price__currency {
    font-size: 14px;
  }
  .c-item__stockicon {
    margin-top: 25px;
  }
  .c-item__stockicon img {
    max-width: 190px;
  }
  .c-item__group {
    margin: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-item__group2 {
    margin: 80px 0 30px;
    text-align: center;
  }
  .c-item__icon {
    width: 194px;
    margin-bottom: 10px;
  }
  .c-item__icon img {
    width: 92px;
    max-width: 92px;
    margin-right: 5px;
  }
  .c-item__content {
    margin-top: 0;
    width: 72%;
    max-width: 700px;
  }
  .c-item__radio {
    margin-bottom: 20px;
  }
  .c-item__selectbox label {
    width: 82%;
  }
  .c-item__selectbox input[type=text] {
    width: 90px;
    margin-right: 10px;
  }
  .c-item__selectbox input[type=radio] {
    width: 18px;
    top: 0;
  }
  .c-item__selectbox + .c-form-input__selectbox {
    margin-top: 20px;
  }
  .c-item__address {
    margin: 0;
  }
  .c-item__address dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-item__address dd + dt {
    margin-top: 30px;
  }
  .c-item__address dt {
    width: 20%;
    max-width: 115px;
    margin-right: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  .c-item__address dd {
    width: 78%;
    max-width: 585px;
  }
  .c-item__zipcode input[type=button] {
    margin-left: 25px;
    padding: 12px 14px;
  }
  .c-item--size-m {
    max-width: 460px;
  }
  .c-item--size-s {
    max-width: 150px;
  }
  .c-item--size-ss {
    max-width: 150px;
  }
}

/* 商品swiper */
.c-item__unit {
  flex-wrap: inherit;
}
.c-item .swiper-wrapper {
  margin: 0 15px;
}
@media screen and (min-width: 768px) {
  .c-item {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
  }
  .c-item .swiper-wrapper.c-item__unit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    width: 1200px;
  }
}

.alertWindowInner.cart ul {
  flex-direction: column;
}
.alertWindowInner.cart li {
  width: 100%;
}
.alertWindowInner.cart li:first-child {
  margin: 0 0 20px 0;
}
.alertWindowInner.cart button {
  width: 100%;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .alertWindowInner.cart ul {
    flex-direction: initial;
  }
  .alertWindowInner.cart li {
    width: 300px;
  }
  .alertWindowInner.cart li:first-child {
    margin: 0 50px 0 0;
  }
  .alertWindowInner.cart button {
    width: 300px;
    line-height: 1.4;
  }
}/*# sourceMappingURL=cart.css.map */