body, div, pre, p, a, img, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: unset;
}

.fs-c-productMark {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.fs-c-productMark__mark {
  padding: 2px 4px;
  margin: 0;
}
.fs-c-productMark__mark > span {
  font-family: "Nunito", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.fs-c-productMark__item {
  margin-right: 6px;
  margin-bottom: 6px;
}
.fs-c-productMark__item .mark--new {
  background-color: #813d30;
}
.fs-c-productMark__item .mark--limited {
  background-color: #9a6546;
}
.fs-c-productMark__item .mark--stock {
  background-color: #cfb18c;
}
.fs-c-productMark__item .mark--reservation {
  background-color: #ac7c7c;
}
.fs-c-productMark__item .mark--restock {
  background-color: #a8967f;
}
.fs-c-productMark__item .mark--sale {
  background-color: #67484e;
}

.cart__headline {
  margin-top: 48px;
  margin-bottom: 32px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  width: 1024px;
}
.cart__message {
  border: solid 1px #000;
  width: 1024px;
  margin-bottom: 41px;
  padding: 16px;
}
.cart__message__top {
  font-size: 12px;
  font-size: 1.2rem;
}
.cart__message__content {
  font-size: 12px;
  font-size: 1.2rem;
}
.cart__flex--left {
  width: 664px;
}
.cart__flex--right {
  width: 280px;
}

.fs-c-cartDiscountInfo {
  margin: 40px 0;
}
.fs-c-cartDiscountInfo__info span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #cb0a0a;
  text-align: left;
}
.fs-c-cartDiscountInfo__note li {
  font-size: 12px;
  font-size: 1.2rem;
  color: #cb0a0a;
  text-align: left;
}

.fs-l-cart__contentsArea {
  display: flex;
  justify-content: space-between;
  width: 1024px;
  margin-bottom: 120px;
}

.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__headerCell {
  border: 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__headerCell--product {
  padding-left: 120px;
  width: 50%;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__headerCell--quantity {
  width: 15%;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__headerCell--subtotal {
  width: 15%;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__headerCell--point {
  width: 10%;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__headerCell--action {
  width: 10%;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__row {
  padding-bottom: 8.5333333333%;
  border-bottom: solid 1px #ccc;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__dataCell {
  margin: 0;
  padding: 0;
  border: 0;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__productImage {
  flex-basis: 120px;
  width: 120px;
  height: 120px;
  padding: 0;
  margin: 0;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__productImage a {
  display: block;
  width: 100%;
  text-align: center;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__productImage .fs-c-productImage__image {
  display: inline-block;
  margin: 0;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__productInfo {
  width: 200px;
  padding: 0;
  margin: 0;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__productInfo .fs-c-listedProductName {
  margin-bottom: 8px;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__productInfo .fs-c-listedProductName__name {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__productInfo .fs-c-productPrice {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__productInfo .fs-c-productPrice__main {
  margin-right: 8px;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__productInfo .fs-c-productPrice__main .fs-c-price > span {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__productInfo .fs-c-productPrice__addon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__productInfo .fs-c-productPrice__addon:after {
  content: ")";
  font-size: 10px;
  font-size: 1rem;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__productInfo .fs-c-productPrice__addon:before {
  content: "(";
  font-size: 10px;
  font-size: 1rem;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable__productInfo .fs-c-productPrice__addon__label {
  font-size: 10px;
  font-size: 1rem;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable .fs-c-cartTable__dataCell--quantity .fs-c-quantity__number {
  font-size: 16px;
  font-size: 1.6rem;
  height: 32px;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable .fs-c-cartTable__dataCell--quantity .fs-c-quantity {
  width: 54px;
  height: 32px;
  margin: 0 auto;
  max-width: unset;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable .fs-c-cartTable__dataCell--quantity .fs-c-quantity__select {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
  direction: rtl;
  max-width: auto;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable .fs-c-cartTable__dataCell--quantity .fs-c-quantity option {
  font-size: 16px;
  font-size: 1.6rem;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal .fs-c-price {
  display: block;
  text-align: center;
  max-width: unset;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal .fs-c-price__price {
  display: inline-flex;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable .fs-c-cartTable__dataCell--subtotal .fs-c-price__price span {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable .fs-c-cartTable__dataCell--point {
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable .fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable .fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container {
  height: 32px;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable .fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container button {
  border: solid 1px #666666;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable .fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container button span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666666;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable .fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container--cancel--cart {
  width: 84px;
  margin-bottom: 8px;
}
.fs-l-cart__mainColumn .fs-c-cartTableContainer .fs-c-cartTable .fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container--buyItLater {
  width: 84px;
}

.fs-c-continueShopping {
  text-align: left;
}
.fs-c-continueShopping > a {
  display: inline-block;
  width: 200px;
  padding: 15px 0;
  border: solid 1px #000;
  text-align: center;
}
.fs-c-continueShopping > a span {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs-c-totalAndActions {
  background-color: #efeeee;
  width: 280px;
  padding: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: calc(64px + 24px);
}
.fs-c-totalAndActions .fs-c-orderTotalTable {
  width: 100%;
  margin-bottom: 49px;
}
.fs-c-totalAndActions .fs-c-orderTotalTable tr:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.fs-c-totalAndActions .fs-c-orderTotalTable tr th {
  border: unset;
  text-align: left;
}
.fs-c-totalAndActions .fs-c-orderTotalTable tr th > span {
  font-size: 12px;
  font-size: 1.2rem;
}
.fs-c-totalAndActions .fs-c-orderTotalTable tr td {
  border: unset;
  text-align: right;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.fs-c-totalAndActions .fs-c-orderTotalTable tr td .fs-c-price span {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.fs-c-totalAndActions .fs-c-orderTotalTable__count th,
.fs-c-totalAndActions .fs-c-orderTotalTable__count td {
  padding: 0;
  padding-bottom: 14px;
}
.fs-c-totalAndActions .fs-c-orderTotalTable__itemPriceSummary th,
.fs-c-totalAndActions .fs-c-orderTotalTable__itemPriceSummary td {
  padding: 0;
  padding: 14px 0;
}
.fs-c-totalAndActions .fs-c-orderTotalTable__getPoint th,
.fs-c-totalAndActions .fs-c-orderTotalTable__getPoint td {
  padding: 0;
  padding-top: 14px;
}

.fs-c-purchaseHere {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-bottom: 28px;
}
.fs-c-purchaseHere__message {
  display: none;
}
.fs-c-purchaseHere .fs-c-buttonContainer--loginAndPurchase {
  margin-bottom: 12px;
}
.fs-c-purchaseHere .fs-c-cartPayment__button {
  width: 100%;
  height: 44px;
  background-color: #0a91cb;
}
.fs-c-purchaseHere .fs-c-cartPayment__button > a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fs-c-purchaseHere .fs-c-cartPayment__button > a::before {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  content: "";
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.fs-c-purchaseHere .fs-c-cartPayment__button .fs-c-button__label {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

.fs-c-payWithAmazon {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.fs-c-payWithAmazon__button {
  order: 1;
  margin-bottom: 12px;
}
.fs-c-payWithAmazon__message {
  order: 2;
  color: #666666;
}
.fs-c-payWithAmazon__message p {
  font-size: 12px;
  font-size: 1.2rem;
}
.fs-c-payWithAmazon .amazonpay-button-enabled {
  height: 60px !important;
}

.fs-c-wishlistProduct {
  margin-bottom: 80px;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__list {
  position: relative;
  width: 928px;
  margin-bottom: 40px;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__footer {
  width: 100%;
  text-align: left;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__footer > a {
  display: inline-block;
  width: 200px;
  padding: 15px 0;
  border: solid 1px #000;
  text-align: center;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__footer > a span {
  font-size: 12px;
  font-size: 1.2rem;
}
.fs-c-wishlistProduct .slick-slide {
  width: 208px;
  margin-right: 32px;
}
.fs-c-wishlistProduct .fs-c-productListItem {
  width: 208px;
}
.fs-c-wishlistProduct .fs-c-productListItem__imageContainer {
  position: relative;
  margin-bottom: 16px;
}
.fs-c-wishlistProduct .fs-c-productListItem__imageContainer img {
  width: 208px;
}
.fs-c-wishlistProduct .fs-c-productListItem__imageContainer::after {
  content: "";
  display: block;
  width: 208px;
  height: 208px;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}
.fs-c-wishlistProduct .fs-c-productListItem__imageContainer__caption {
  display: none;
}
.fs-c-wishlistProduct .fs-c-productListItem__productName {
  margin-bottom: 10px;
}
.fs-c-wishlistProduct .fs-c-productName__name {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.fs-c-wishlistProduct .fs-c-productPrice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 26px;
}
.fs-c-wishlistProduct .fs-c-productPrice__main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fs-c-wishlistProduct .fs-c-productPrice__main__label {
  font-size: 0;
}
.fs-c-wishlistProduct .fs-c-productPrice__main__price {
  margin-right: 8px;
}
.fs-c-wishlistProduct .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.fs-c-wishlistProduct .fs-c-productPrice__main__price .fs-c-price__value {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.fs-c-wishlistProduct .fs-c-productPrice__addon {
  display: inline-block;
}
.fs-c-wishlistProduct .fs-c-productPrice__addon__label {
  font-size: 12px;
  font-size: 1.2rem;
}
.fs-c-wishlistProduct .fs-c-productPrice__addon__label:after {
  content: ")";
  font-size: 10px;
  font-size: 1rem;
}
.fs-c-wishlistProduct .fs-c-productPrice__addon__label:before {
  content: "(";
  font-size: 10px;
  font-size: 1rem;
}
.fs-c-wishlistProduct .fs-c-productListItem__control .fs-c-button--addToCart--list {
  width: 100%;
  display: block;
  background-color: #000;
  border: none;
  height: 32px;
}
.fs-c-wishlistProduct .fs-c-productListItem__control .fs-c-button--addToCart--list span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
.fs-c-wishlistProduct .fs-c-productListItem__control .fs-c-button--removeFromWishList--icon {
  display: none;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl {
  position: absolute;
  z-index: 10;
  top: 30%;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl--next {
  right: 0;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl--next span::before {
  transform: rotate(45deg);
  right: 5px;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl--prev {
  left: 0;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl--prev span::before {
  left: 5px;
  transform: rotate(-135deg);
}
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl .fs-c-button--carousel {
  width: 32px;
  height: 32px;
  position: absolute;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  cursor: pointer;
  right: 16px;
  top: 16px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl .fs-c-button--carousel span {
  width: 18px;
  height: 18px;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl .fs-c-button--carousel span::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl .fs-c-button__label {
  font-size: 0;
}