.fs-c-productListCarousel__list__item {
    flex-basis: 90px;
    max-width: 90px;
    min-width: 90px;
    margin: 10px;
}
@media screen and (min-width: 600px) {
  .fs-c-productListCarousel__list__item {
    flex-basis: 130px;
    max-width: 130px;
    min-width: 130px;
    margin: 10px;
  }
}
.fs-l-footer__contents > * {
  padding: 0;
}
.fs-c-history__total dt {
  font-weight:normal;
}

.fs-c-cartDiscountInfo__info{
  color:#CC0000;
}