/* 
.fs-l-cart__contentsArea {
  display: grid;
    align-items: flex-start;
    grid-gap: 40px;
}

.fs-c-cartTable__productInfo {
  display: grid;
    grid-gap: 10px;
    place-items: start;
}
.fs-c-listedOptionPrice {
  margin-top: 0 !important;
}
.fs-c-cartTable__productInfo .fs-c-cartTable__message {
  font-size: 1.2rem;
}

.fs-c-orderTotalTable {
  width: 100%;
}
.fs-c-orderTotalTable > tbody > tr > th {
  font-size: 1.3rem;
  text-align: left;
}
.fs-c-orderTotalTable th, 
.fs-c-orderTotalTable td {
  padding: .8em ;
}
.fs-c-orderTotalTable .fs-c-price {
  font-size: 1.2em;
}

.fs-c-totalAndActions {
  display: grid;
    grid-gap: 30px;
}
.fs-c-purchaseHere__message {
  text-align: center;
}
.fs-c-cartPayment__button {
  display: flex;
    justify-content: center;
  margin-top: 20px;
}
.fs-c-button--purchaseHere .fs-c-button__label {
  font-size: 1.2em
}

.fs-c-payWithAmazon__message {
  font-size: 1.2rem;
  line-height: 1.4;
}
.fs-c-payWithAmazon__button {
  margin: 20px auto 0;
} */
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
  /* .fs-c-totalAndActions {
    margin: auto;
    width: min(100%, 500px);
  } */
}

@media screen and (max-width: 600px) {
  /* .fs-c-cartTable__row {
    border-top: solid 1px #ccc;
    display: grid;
  }
  .fs-c-cartTable__row:last-child {
    border-bottom: solid 1px #ccc;
  }
  .fs-c-cartTable__dataCell--quantity {
    display: flex;
      align-items: center;
      justify-content: flex-end;
  }
  .fs-c-quantity__select {
    padding: .3em .7em;
  }
  .fs-c-cartTable__dataCell--subtotal {
    display: flex;
      align-items: center;
      justify-content: flex-end;
  }
  .fs-c-cartTable__dataCell--action {
    display: flex;
      align-items: center;
      justify-content: center;
    padding: 0;
  } */
}

/* ////////// PC ////////// */
@media print,screen and (min-width: 960.1px) {
  /* .fs-l-cart__contentsArea {
    grid-template-columns: 1fr 300px;
  }
  .fs-c-totalAndActions {
    position: sticky;
      top: 130px;
  } */

}

/* ////////// tablet ////////// */
@media screen and (min-width: 769.1px) and (max-width: 960.0px) {
}

@media (hover: hover) {
}
