.base01.p-page__container .title_area.p-shop__header.p-shop__header--logo .p-shop__logo{
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
  height: auto;
}
.fs-body-cart .fs-l-main  {
  margin: 30px auto !important;
}
.fs-body-cart .fs-l-main #fs-cartTotals-container .fs-c-price {
  color: #414141;
}
.fs-body-cart .fs-c-orderTotalTable > thead > tr > th, .fs-body-cart .fs-c-orderTotalTable > tfoot > tr > th, .fs-body-cart .fs-c-orderTotalTable > tbody > tr > th {
  font-size: 13px;
  padding-right: 0;
}
.fs-body-cart #fs-cartTotals-container .fs-c-price {
  font-size: 23px;
}
.fs-body-cart .fs-c-cartPayment p, .fs-body-cart .fs-c-payWithAmazon p {
  font-size: 15px;
}
.fs-body-cart .fs-c-featuredProduct__title {
  font-size: 18px;
}
.fs-body-cart .fs-c-listedProductName__selection {
  font-size: 14px;
}
.fs-body-cart .fs-c-button--primary {
  padding: 1em 2.6em!important;
}
@media (max-width: 640px) and (min-width: 1px) {
  .fs-body-cart .fs-c-button--primary {
    padding: 1em 2.6em!important;
  }
  .fs-body-cart .span.fs-c-button__label {
    font-size: 12px!important;
  }
  .fs-body-cart #fs-cartContent-container .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
    position: relative;
    margin-top: 10px;
    padding-left: 10%;
  }
  .fs-body-cart #fs-cartContent-container .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity::before {
    font-size: 14px!important;
    position: absolute;
    top: -14px;
    left: 9%;
  }
  .fs-body-cart #fs-cartContent-container .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
    grid-column: 2/3;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 10%;
  }
  .fs-body-cart #fs-cartContent-container .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal::before {
    font-size: 14px!important;
  }
  .fs-body-cart #fs-cartContent-container .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity .fs-c-cartTable__quantity {
    max-width: 100%;
    min-width: 100%;
  }
  .fs-body-cart #fs-cartContent-container .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity .fs-c-quantity__select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    border-bottom: 1px solid #000;
    border-radius: 0;
    width: 100%;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--point::before, .fs-body-cart .fs-c-cartTable__dataCell--quantity::before, .fs-body-cart .fs-c-cartTable__dataCell--subtotal::before {
    font-size: 13px;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--subtotal, .fs-body-cart .fs-c-cartTable__dataCell--unitPrice {
    font-size: 13px;
  }
  .fs-body-cart .fs-c-orderTotalTable > tbody > tr:last-of-type th {
    padding: 10px;
    padding-right: 0;
  }
  .fs-body-cart .fs-c-orderTotalTable > tbody > tr:last-of-type td {
    padding: 0px;
    vertical-align: middle;
  }
  .fs-body-cart .fs-c-orderTotalTable {
    box-sizing: border-box;
  }
}
.fs-body-product .fs-c-reviewInfo__date {
  font-size: 13px!important;
}
@media (max-width: 640px) and (min-width: 1px) {
  .fs-body-product .fs-c-reviewInfo__date {
    font-size: 12px!important;
  }
}
