@charset "UTF-8";
/* Fonts
------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');

/*-----------------------------------------
Styling
-------------------------------------------*/
html {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  color: #646464;
  letter-spacing: 0.05em;
  font-family: "Montserrat", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #FFF;
  position: relative;
}
select {
  font-family: inherit;
}
p {
  line-height: 1;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
a {
  text-decoration: none;
  transition: opacity .3s ease-in-out;
}
a:hover {
  opacity: .8;
}
#wrapper {
  padding-top: calc(6.0761346999vw + 44px);
  margin-top: 30px;
}
a.logo {
  display: block;
  position: fixed;
  top: 20px;
  width: 120px;
  left: 30px;
  z-index: 91;
}
a.sitelogo {
  display: block;
  position: fixed;
  top: 20px;
  width: 120px;
  left: 30px;
  z-index: 91;
}
.logo-over {
  display: block;
  position: fixed;
  top: 20px;
  width: 120px;
  left: 30px;
  z-index: 92;
  transition: .3s;
  opacity: 1;
  visibility: visible;
}
.active{
  opacity: 1;
  visibility: visible;
}
a.logo img,
a.sitelogo img,
a.logo-over img {
  width: 100%;
}
.container {
  display: flex;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
  margin: 0;
  padding: 1% 0 0 4%;
  background: url(https://lanoea.itembox.design/item/lanoea/main01.jpg) left top no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  align-content: center;
}
.container-2 {
  position: absolute;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0 0 0 4%;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.container-3 {
  position: absolute;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0 0 0 4%;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#two,
#three {
  position: relative;
  margin-top: 10vw;
  height: 100vh;
  overflow: hidden;
}
.flex {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  align-content: center;
  z-index: 2;
  height: 98vh;
  overflow: hidden;
}
.flex img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.swiper-container,
.swiper-container2 {
  width: 50%;
  height: 100vh;
  overflow: hidden;
}
.link a,
.link p {
  color: #fff;
  display: block;
  font-size: 14px;
}
.link p {
  font-family: "Aboreto", system-ui;
}
.swiper-container_sp {
  display: none;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.4em
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  a.logo,
  a.sitelogo {
    display: block;
    position: fixed;
    top: 0;
    width: 150px;
    left: 0;
    padding: 15px;
    z-index: 91;
  }
  .logo-over {
    display: none;
    position: fixed;
    top: 0;
    width: 150px;
    left: 0;
    padding: 15px;
    z-index: 92;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
  }
  .container {
    margin: 0;
    padding: 0 0 0 4%;
    align-items: flex-end;
    align-self: flex-end;
    align-content: flex-end;
    background: url(https://lanoea.itembox.design/item/lanoea/main01_sp.jpg) left top no-repeat;
    background-size: cover;
  }
  .container-2 {
    margin: 0;
    padding: 0 0 0 4%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    align-self: flex-start;
    align-content: flex-start;
  }
  .container-3 {
    margin: 0;
    padding: 0 0 0 4%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    align-self: flex-start;
    align-content: flex-start;
  }
  .flex {
    display: none;
  }
  .swiper-container,
  .swiper-container2 {
    display: none;
  }
  #two,
  #three {
    position: relative;
    margin-top: 10vw;
    width: 100%;
    height: 80vh;
    overflow: hidden;
  }
  .swiper-container_sp {
    display: block;
    position: relative;
    width: 100vw;
    height: 80vh;
    overflow: hidden;
    z-index: 2;
  }
  .swiper-container_sp img {
    width: 100%;
  }
}

/*-----------------------------------------
Header PC
-------------------------------------------*/
.white {
  background: #fff;
  padding-bottom: 26px!important;
}
.white-sp {
  background: #fff;
  padding-bottom: 60px!important;
}
#header-pc {
  padding: 25px 0 0 180px;
  width: 100%;
  position: fixed;
  z-index: 90;
  transition: transform 0.3s 0.3s;
}
#header-pc.hidden {
  transform: translateY(-90px);
}
#header-pc .wrapper {
  width: 98%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  align-content: center;
  font-size: 11px;
}
#header-pc .wrapper a {
  color: #646464;
  text-decoration: none;
}
#header-pc .wrapper .left {
  width: 65%;
}
#header-pc .wrapper .left ul {
  display: flex;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  align-content: center;
}
#header-pc .wrapper .left ul li {
  list-style: none;
  margin-right: 30px;
  position: relative;
}
#header-pc .wrapper .left ul li a {
  position: relative;
}
#header-pc .wrapper .left ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: -2px;
  background-image: linear-gradient(90deg, #333); /* underline color */
  background-size: 0 1px; /* vertical size of underline */
  background-repeat: no-repeat;
  background-position: left bottom; /* start position of underline */
  transition: background-size .3s ease-in; /* duration and timing style of animation */
}
#header-pc .wrapper .left ul li a:hover::before {
  background-size: 100% 1px;
}
#header-pc .wrapper .right {
  width: 35%;
  position: relative;
  z-index: 3;
}
#header-pc .wrapper .right ul {
  display: flex;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  align-content: center;
}
#header-pc .wrapper .right ul li {
  list-style: none;
  margin-left: 5%;
  position: relative;
  padding-left: 22px;
  font-family: "Aboreto", system-ui;
}
#header-pc .wrapper .right ul li a.cart:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url(https://lanoea.itembox.design/item/lanoea/cart.png) 0 0 no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}
#header-pc .wrapper .right ul li a.login:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url(https://lanoea.itembox.design/item/lanoea/login.png) 0 0 no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}
.fs-p-searchForm {
  margin-top: -5px;
  padding-left: 5px;
  position: relative;
  border-bottom: 1px solid #888;
}
.fs-p-searchForm__input {
  border: none!important;
  padding: 0!important;
  background: transparent!important;
  font-family: "Montserrat", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif!important;
  font-size: 90%;
  letter-spacing: 1px;
}
.fs-p-searchForm__button {
 position:absolute;
 right: 0;
 top: 4px;
}
.fs-p-searchForm__button {
  background: url(https://lanoea.itembox.design/item/lanoea/search.png) center center no-repeat;
  background-size: contain;
  background-color: transparent;
  height: 16px;
  width: 14px;
  border: none;
  color: transparent;
}
.fs-p-searchForm__button span {
  display: none;
}
.fs-c-noResultMessage__title {
  font-size: 13px;
  text-align: center;
  padding: 150px 0;
}
@media (max-width: 768px) {
  .fs-p-searchForm {
    position: absolute;
    left: 50%;
    top: 12vw;
    transform: translateX(-50%);
    width: 60%;
    margin: 0 auto;
    font-size: 13px;
  }
  .fs-p-searchForm__button {
    height: 20px;
    width: 18px;
  }
}
@media (max-width: 1280px) {
  #header-pc .wrapper .left {
    width: 35%;
  }
  #header-pc .wrapper .right {
    width: 65%;
  }
}

/*-----------------------------------------
Header SP
-------------------------------------------*/
#header {
  padding: 0;
  width: 100%;
  position: fixed;
  z-index: 99;
}
#menu {
  background: #efefef;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 110;
}
#menu.open {
  opacity: 1;
  visibility: visible;
}
#menu.open li:nth-child(1) {
  animation-delay: 0.1s;
}
#menu.open li:nth-child(2) {
  animation-delay: 0.2s;
}
#menu.open li:nth-child(3) {
  animation-delay: 0.3s;
}
#menu.open li:nth-child(4) {
  animation-delay: 0.4s;
}
#menu.open li:nth-child(5) {
  animation-delay: 0.5s;
}
#menu.open li:nth-child(6) {
  animation-delay: 0.6s;
}
#menu.open li:nth-child(7) {
  animation-delay: 0.7s;
}
#menu.open li:nth-child(8) {
  animation-delay: 0.8s;
}
#menu.open li:nth-child(9) {
  animation-delay: 0.9s;
}
#menu.open li:nth-child(10) {
  animation-delay: 1s;
}
#menu.open li {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
#menu ul:hover a {
  opacity: 0.5;
}
#menu ul a {
  -webkit-transform: translateZ(0);
  transition: opacity 0.3s ease-in-out;
}
#menu ul a:hover {
  opacity: 1;
}
#menu .main-nav {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#menu .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .main-nav li {
  width: 100%;
}
#menu .main-nav a {
  color: #646464;
  display: block;
  font-size: 0.725rem;
  font-weight: normal;
  padding: 0.45rem;
  text-decoration: none;
  text-transform: uppercase;
}
#menu .main-nav a:first {
  padding-top: 0;
}
#menu .menu-footer {
  padding: 2rem 2rem 6rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
#menu .menu-footer ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
}
#menu .menu-footer ul li {
  display: inline;
  margin: 0 1rem;
  list-style: none;
}
#menu .menu-footer a {
  color: #646464;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  font-family: "Aboreto", system-ui;
}
#menu .menu-footer a.cart:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '';
  background: url(https://lanoea.itembox.design/item/lanoea/cart.png) 0 0 no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}
#menu .menu-footer a.login:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '';
  background: url(https://lanoea.itembox.design/item/lanoea/login.png) 0 0 no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}
.toggle-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 50px;
  outline: none;
  padding: 0;
  right: 5px;
  pointer-events: initial;
  position: fixed;
  vertical-align: middle;
  width: 50px;
  z-index: 145;
}
.toggle-menu span {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  left: calc(50% - 13px);
  position: absolute;
  top: calc(50% - 1px);
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
  z-index: 155;
}
.toggle-menu span:before, .toggle-menu span:after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
  z-index: 155;
}
.fs-body-top .toggle-menu span,
.fs-body-top .toggle-menu span:before,
.fs-body-top .toggle-menu span:after{
  background-color: #fff;
}
.fs-body-top .toggle-menu.active span:before, 
.fs-body-top .toggle-menu.active span:after {
  background-color: #000;
}
.toggle-menu span:before {
  top: 7px;
}
.toggle-menu span:after {
  top: -7px;
}
.toggle-menu.active span {
  background-color: transparent;
  transition: background 0.2s ease-out;
}
.toggle-menu.active span:before, .toggle-menu.active span:after {
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}
.toggle-menu.active span:before {
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}
.dropbtn {
  border: none;
  cursor: pointer;
  font-family: "Aboreto", system-ui;
}
.dropdown {
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: fixed;
  left: 0;
  transform: translateX(-180px);
  z-index: 1;
  width: 100%;
  padding: 25px 0 20px;
  background: #fff;
  animation: growDown 300ms ease-in-out forwards
}
@keyframes growDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.dropdown-content a {
  text-decoration: none;
  margin: 10px 0;
  font-size: 85%;
  position: relative;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropbtn2 {
  border: none;
  cursor: pointer;
}
.dropdown2 {
  position: relative;
  display: inline-block;
}
.dropdown-content2 {
  display: none;
  min-width: 90vw;
  overflow: auto;
  z-index: 1;
}
.dropdown-content2 a {
  color: black;
  text-decoration: none;
}
.show {
  display: block;
}
.link-flex {
  display:flex;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  max-width: 600px;
}
.link-flex p {
  width: 25%;
  margin: 0 0 15px;
}
#header-pc ul li:first-child .dropdown-content {
  padding-left: 180px;
}
#header-pc ul li:nth-child(2) .dropdown-content {
  padding-left: 238px;
  padding-bottom: 30px;
}
.ac-container label {
  position: relative;
  z-index: 20;
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  display: block;
  text-align: center;
  font-family: "Aboreto", system-ui;
}
.ac-container {
  width: 100%;
  text-align: center;
}
.ac-container input:checked + label,.ac-container input:checked + label:hover {
  width: 100%;
}
.ac-container label:after,.ac-container input:checked + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  right: 20px;
  top: 5px;
  background:url(https://lanoea.itembox.design/item/lanoea/arrow.png);
  background-size: contain;
}
.ac-container input:checked + label:after {
  background-image: url(https://lanoea.itembox.design/item/lanoea/arrow-up.png);
}
.ac-container input {
  display: none;
}
.ac-container article {
  margin-top: -1px;
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 10;
}
.ac-container input:checked ~ article {
  -webkit-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}
.ac-container input:checked ~ article.ac-small {
  height: 100%;
  width: 100%;
  padding-bottom: 10px;
}

/*-----------------------------------------
Footer
-------------------------------------------*/
#footer {
  background: #FFF;
  padding: 100px 0 60px;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  font-family: "Aboreto", system-ui;
}
#footer .wrapper {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  align-content: center;
  font-size: 11px;
}
#footer .wrapper a {
  color: #646464;
  text-decoration: none;
}
#footer .wrapper .left {
  width: 65%;
  position: relative;
}
#footer .wrapper .left ul {
  display: flex;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  align-content: center;
  margin: 0;
  padding: 0;
}
#footer .wrapper .left ul li {
  list-style: none;
  padding: 0;
  margin-right: 3%;
}
#footer .wrapper .right {
  width: 35%;
  position: relative;
  z-index: 3;
}
#footer .wrapper .right p {
  text-align: right;
  font-size: 9px;
  color: #707070;
}
@media (max-width: 768px) {
  #footer {
    padding: 4rem 0 2rem;
  }
  #footer .wrapper {
    width: 92%;
    margin: 0 auto;
    flex-wrap: wrap;
    font-size: 0.675rem;
  }
  #footer .wrapper a {
    color: #646464;
    text-decoration: none;
    font-size: 85%;
  }
  #footer .wrapper .left {
    width: 100%;
  }
  #footer .wrapper .left ul {
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  #footer .wrapper .left ul li {
    width: 100%;
    list-style: none;
    padding: 0.75rem 0;
    margin-right: 0;
    text-align: center;
  }
  #footer .wrapper .right {
    margin-top: 2rem;
    width: 100%;
  }
  #footer .wrapper .right p {
    text-align: center;
    font-size: 0.5rem;
  }
}

/*-----------------------------------------
Scroll Animation
-------------------------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.head-content {
  padding: 70px 0 20px;
  font-size: 13px;
  font-family: "Aboreto", system-ui;
}
.content {
  padding: 0 0 70px;
  font-size: 13px;
}
.content p {
  line-height: 200%;
}
@media (max-width: 768px) {
  .content {
    padding: 0 0 50px;
    font-size: 13px;
  }
  .head-content {
    padding: 42px 0 30px;
    font-size: 13px;
  }
}

/*-----------------------------------------
Breadcrumb
-------------------------------------------*/
.fs-c-breadcrumb {
  position: absolute;
  z-index: 3;
  top: 170px;
  margin: 0 auto;
  width: 100%;
  font-size: 11px;
}
.fs-c-breadcrumb a,
.fs-c-breadcrumb:visited,
.fs-c-breadcrumb:active {
  color: #646464;
}
.fs-c-breadcrumb__list {
  width: 96%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  align-self: center;
}
.fs-c-breadcrumb__listItem {
  margin: 0;
  padding: 0 20px 0 0;
  position: relative;
}
.fs-c-breadcrumb__listItem:after {
  content: '>';
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 8px;
}
.fs-c-breadcrumb__listItem:last-child:after {
  content: ' ';
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: ' '!important;
}
@media (max-width: 768px) {
  .fs-c-breadcrumb {
    font-size: 10px;
    top: 140px;
  }
  .fs-c-breadcrumb__list {
    width: 92%;
    flex-wrap: wrap;
  }
}

/*-----------------------------------------
Preview
-------------------------------------------*/
.fs-preview-header {
  background: #000;
  color: #fff;
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 5px 16px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  opacity: .6;
}
.fs-preview-header a,
.fs-preview-header a:visited {
  color: #fff;
  text-decoration: underline;
}
.fs-preview-header__label {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.fs-preview-header__note {
  flex-grow: 1;
  font-size: 0.7em;
  margin-right: 8px;
}
.fs-preview__button {
  background: #fff;
  border: none;
  color: #000;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font-size: 0.6em;
  line-height: 0.6;
  padding: 6px 12px;
  transition: all 0.8s ease;
}
.fs-preview__button:hover {
  background: #ddd;
  color: #333;
}
.fs-trial-header + .fs-preview-header {
  margin-top: -16px;
}
.fs-preview-header__labelAddition {
  font-size: 0.8em;
}
@media (max-width: 768px) {
  .fs-preview-header {
    padding: 5px 16px 7px;
  }
  .fs-preview__button {
    margin-top: 5px;
  }  
}
/*-----------------------------------------
Policy
-------------------------------------------*/
.head {
  padding: 20px 0;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  background: #fcfcfc;
  margin-bottom: 80px;
  letter-spacing: 0.375rem;
}
#policy {
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
}
#policy h5 {
  font-size: 15px;
  line-height: 160%;
  margin: 40px 0 10px;
  padding: 0;
  font-weight: normal;
}
#policy ul {
  margin: 0 0 0 10px;
  padding: 0;
}
#policy li {
  margin: 5px 0;
  line-height: 200%;
  padding: 0 0 0 15px;
  position: relative;
}
#policy li:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  #policy {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .head {
    margin-bottom: 40px;
  }
}


/*-----------------------------------------
Item List
-------------------------------------------*/
.fs-body-category .fs-l-main,
.fs-body-search .fs-l-main,
.fs-body-product .fs-l-main,
.fs-body-my-wishlist .fs-l-main {
  padding-top: 150px;
}
.fs-body-about-privacyPolicy .fs-l-main,
.fs-body-login .fs-l-main {
  padding-top: 0;
}
.fs-body-category .fs-c-breadcrumb,
.fs-body-search .fs-c-breadcrumb,
.fs-body-product .fs-c-breadcrumb,
.fs-body-my-wishlist .fs-c-breadcrumb {
  top: 100px;
}
.fs-c-productList__controller {
  text-align: right;
  font-size: 11px;
}
.fs-c-sortItems__label {
  padding-right: 25px;
  display: none;
}
.fs-c-sortItems,
.fs-c-sortItems__list {
  display: flex;
  justify-content: flex-end;
}
.fs-c-sortItems__list__item,
.fs-c-listControl__status {
  padding: 0 25px 8px 0;
}
.fs-c-productList__controller a,
.fs-c-productList__controller a:visited,
.fs-c-productList__controller a:active,
.fs-c-productList__list__item a,
.fs-c-productList__list__item a:visited,
.fs-c-productList__list__item a:active {
  color: #646464;
}
.fs-c-productList__list {
  margin-bottom: 40px;
}
.fs-c-productList__list,
.fs-c-productPrice,
.fs-c-productPrice__main__price {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-self: flex-start;
  align-content: flex-start;
}
.fs-c-productList__list__item {
  width: calc(25% - 1px);
  margin-right: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.fs-c-productList__list__item:nth-child(4n) {
  margin-right: 0;
}
.fs-c-productListItem__productName{
  font-size: 13px;
  font-weight: normal;
  padding: 0 15px;
  margin: 20px 0 0;
  line-height: 180%;
  font-family: "Aboreto", system-ui;
}
.fs-c-productListItem__prices {
  font-size: 13px;
  font-weight: normal;
  padding: 0 15px;
  margin: 5px 0 0;
  line-height: 180%;
}
.fs-c-productPrice__main__label {
  display: none;
}
.fs-c-productPrice__addon__label:before {
  content: '（';
}
.fs-c-productPrice__addon__label:after {
  content: '）';
}
.fs-c-button--viewMoreImage {
  position: absolute;
  top: calc(100/4);
  transform: translateY(-30px);
  left: 0;
  z-index: 4;
  color: transparent !important;
  background: url(https://lanoea.itembox.design/item/lanoea/more.png) top center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  border: 0;
}
.fs-c-button--addToWishList--icon {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 5;
  color: transparent !important;
  background: url(https://lanoea.itembox.design/item/lanoea/like.png) top center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  border: 0;
}
.fs-c-button--removeFromWishList--icon {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 5;
  color: transparent !important;
  background: url(https://lanoea.itembox.design/item/lanoea/like-on.png) top center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  border: 0;
}
.fs-c-button--addToCart--list {
  position: absolute;
  top: 46px;
  right: 10px;
  z-index: 5;
  color: transparent !important;
  background: url(https://lanoea.itembox.design/item/lanoea/cart.png) top center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  border: 0;
}
.fs-c-productListItem__image {
  margin-bottom: 6px;
}
.fs-c-productListItem__image img {
  width: 100%;
}
.fs-c-productImageModalCarousel__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100vw;
  height: 100vh;
}
.fs-c-productImageModalCarousel__figure__image {
  max-height: 90vh;
  max-width: 90vw;
}
.fs-c-productImageModal__close {
  cursor: pointer;
  color: #ffffff;
  display: block;
  font-size: 2.2rem;
  line-height: 1;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 3;
  width: 1em;
  height: 1em;
  text-indent: -9999;
  background: url(https://lanoea.itembox.design/item/lanoea/close.png) 0 0 no-repeat;
  background-size: contain;
}
.fs-c-productImageModal__close::before {
  content: " ";
}
.fs-c-slick .slick-dots {
  margin: -3em 0 0;
}
.fs-c-pagination__item {
  text-align:center;
  max-width: 30px;
}
.fs-c-pagination {
  border-radius: 3px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  max-width: 600px;
  margin: 10px auto;
}
.fs-l-productLayout {
  display: flex;
  position: relative;
  align-items: center;
  align-self: center;
  align-content: center;
}
.fs-c-productCarouselMainImage {
  width: 50%;
}
.description {
  width: 50%;
  padding: 0 6%;
}
.fs-c-listedProductName__name {
  font-family: "Aboreto", system-ui;
  line-height: 1.8;
}
.fs-c-productCarouselMainImage__image > img {
  width: 50vw;
  max-width: 50vw;
  max-height: 100%;
}
.fs-c-button--viewExtendedImage {
  position: absolute;
  top: calc(100/4);
  transform: translateY(-45px);
  left: 0;
  z-index: 4;
  color: transparent !important;
  background: url(https://lanoea.itembox.design/item/lanoea/more.png) top center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  border: 0;
}
.fs-c-productCarouselMainImage__thumbnailList img {
  width: 100%;
  max-width: 120px;
}
.fs-c-productCarouselMainImage__thumbnailList > li {
  flex-basis: 120px;
  flex-shrink: 0;
  margin: 0 5px 0 0;
}
.fs-c-productNameHeading {
  font-size: 15px;
  margin-bottom: 30px;
  font-family: "Aboreto", system-ui;
  line-height: 170%;
}
.fs-c-productNumber {
  line-height: 1.6;
  font-size: 13px;
}
.fs-c-productList__list, .fs-c-productPrice, .fs-c-productPrice__main__price {
 align-items: baseline;
 align-self: baseline;
}
.fs-c-productPrice__main {
  line-height: 1.6;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 30px;
}
.fs-c-productPrice__addon {
  font-size: 10px;
}
.fs-c-button--addToCart--detail {
  display: block;
  background: #646464;
  color: #fff;
  border: 1px solid #646464;
  padding: 10px 20px;
  width: 240px;
  margin: -42px 0 30px 120px;
}
.fs-c-quantity__select {
  font-size: 13px;
  padding: 6px 10px;
  width: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('https://lanoea.itembox.design/item/lanoea/arrow.png') no-repeat right center;
  background-size: 14px 12px;
  background-position-x: 75px;
}
.fs-c-returnedSpecialContract {
  margin-top: 40px;
}
.fs-c-returnedSpecialContract a,
.fs-c-returnedSpecialContract a:visited,
.fs-c-productReview__addReview a,
.fs-c-productReview__addReview a:visited {
  color: #646464;
  text-decoration: none;
  font-size: 13px;
  margin-top: 5px;
  line-height: 2;
  padding: 0 0 0 25px;
  position: relative;
}
.fs-c-returnedSpecialContract a{
  background: url(https://lanoea.itembox.design/item/lanoea/return.png) left center no-repeat;
  background-size: 18px;
}
.fs-c-productReview__addReview a{
  background: url(https://lanoea.itembox.design/item/lanoea/review.png) left center no-repeat;
  background-size: 18px;
}
.fs-c-button--inquiryAboutProduct {
  background: url(https://lanoea.itembox.design/item/lanoea/mail.png) left center no-repeat transparent;
  background-size: 18px;
}
.fs-c-button--inquiryAboutProduct {
  color: #646464;
  text-decoration: none;
  font-size: 13px;
  border: none;
  padding: 0 0 0 25px;
  margin-top: 2px;
  line-height: 2;
  position: relative;
}
.fs-c-button--addToWishList--detail {
  position: absolute;
  top: 12px;
  left: calc(50% - 50px);
  z-index: 5;
  color: transparent !important;
  background: url(https://lanoea.itembox.design/item/lanoea/like.png) top center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  border: 0;
}
.fs-c-button--removeFromWishList--detail {
  position: absolute;
  top: 12px;
  left: calc(50% - 50px);
  z-index: 5;
  color: transparent !important;
  background: url(https://lanoea.itembox.design/item/lanoea/like-on.png) top center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  border: 0;
}
@media (max-width: 768px) {
  .fs-c-productList__list__item {
    width: calc(50% - 1px);
    margin-right: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
  .fs-c-productList__list__item:nth-child(4n) {
    margin-right: 0;
  }
  .fs-c-productList__list__item:nth-child(even) {
    margin-right: 0;
  }
  .fs-c-productListItem__productName,
  .fs-c-productListItem__prices {
    font-size: 11px;
    line-height: 170%;
  }
  .fs-c-button--addToWishList--icon {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
  }
  .fs-c-button--addToCart--list {
    top: 46px;
    right: 10px;
    width: 22px;
    height: 22px;
  }
  .fs-l-productLayout {
    flex-wrap: wrap;
  }
  .fs-c-productCarouselMainImage {
    width: 100vw;
    max-width: 100vw;
  }
  .description {
    margin-top: 20px;
    width: 100%;
    padding: 0 4%;
  }
  .fs_productCarouselMainImage {
    width: 100vw;
  }
  .fs-c-productCarouselMainImage__image > img {
    width: 100vw;
    max-width: 100vw;
    max-height: 100%;
  }
  .fs-c-button--viewExtendedImage {
    position: absolute;
    top: calc(100/4);
    transform: translateY(-35.5px);
    background-size: contain;
    width: 30px;
    height: 30px;
  }
  .fs-c-button--addToWishList--detail {
    top: 15px;
    left: calc(100% - 45px);
    width: 30px;
    height: 30px;
  }
  .fs-c-productPrice__main {
    font-size: 13px;
  }
}


/*-----------------------------------------
Member Login
-------------------------------------------*/
.fs-body-login .fs-l-main,
.fs-body-wishlist-login .fs-l-main,
.fs-body-review-login .fs-l-main,
.fs-body-cart-login .fs-l-main,
.fs-body-register .fs-l-main,
.fs-body-register-success .fs-l-main,
.fs-body-my-account-settings-edit .fs-l-main,
.fs-body-cart .fs-l-main,
.fs-body-checkout .fs-l-main,
.fs-body-checkout-success .fs-l-main,
.fs-body-customerDetails .fs-l-main,
.fs-body-newsletter-subscribe .fs-l-main,
.fs-body-newsletter-subscribe-success .fs-l-main,
.fs-body-newsletter-unsubscribe .fs-l-main,
.fs-body-newsletter-unsubscribe-success .fs-l-main,
.fs-body-forgotPassword .fs-l-main,
.fs-body-resetPassword .fs-l-main,
.fs-body-my-orders-details .fs-l-main,
.fs-body-my-orders .fs-l-main,
.fs-body-my-account-delete .fs-l-main,
.fs-body-my-addressbook-new .fs-l-main,
.fs-body-my-addressbook .fs-l-main,
.fs-body-my-account-password .fs-l-main {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.fs-body-my-top .fs-l-main,
.fs-body-my-account-settings .fs-l-main {
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.fs-body-login .head-content,
.fs-body-wishlist-login .head-content,
.fs-body-review-login .head-content,
.fs-body-cart-login .head-content,
.fs-body-register .head-content,
.fs-body-register-success .head-content,
.fs-body-my-account-settings-edit .head-content,
.fs-body-cart .head-content,
.fs-body-checkout .head-content,
.fs-body-checkout-success .head-content,
.fs-body-customerDetails .head-content,
.fs-body-newsletter-subscribe .head-content,
.fs-body-newsletter-subscribe-success .head-content,
.fs-body-newsletter-unsubscribe .head-content,
.fs-body-newsletter-unsubscribe-success .head-content,
.fs-body-forgotPassword .head-content,
.fs-body-resetPassword .head-content,
.fs-body-my-orders-details .head-content,
.fs-body-my-orders .head-content,
.fs-body-my-account-password .head-content,
.fs-body-my-account-delete .head-content,
.fs-body-my-addressbook-new .head-content,
.fs-body-my-addressbook .head-content,
.fs-body-my-account-settings .head-content,
.fs-body-my-top .head-content {
  padding: 70px 0 5px;
  font-size: 13px;
  font-family: "Aboreto", system-ui;
}
.fs-body-login .content,
.fs-body-wishlist-login .content,
.fs-body-review-login .content,
.fs-body-cart-login .content,
.fs-body-register .content,
.fs-body-register-success .content,
.fs-body-my-account-settings-edit .content,
.fs-body-cart .content,
.fs-body-checkout .content,
.fs-body-checkout-success .content,
.fs-body-customerDetails .content,
.fs-body-newsletter-subscribe .content,
.fs-body-newsletter-subscribe-success .content,
.fs-body-newsletter-unsubscribe .content,
.fs-body-newsletter-unsubscribe-success .content,
.fs-body-forgotPassword .content,
.fs-body-resetPassword .content,
.fs-body-my-orders-details .content,
.fs-body-my-orders .content,
.fs-body-my-top .content,
.fs-body-my-addressbook-new .content,
.fs-body-my-account-delete .content,
.fs-body-my-account-settings .content,
.fs-body-my-addressbook .content,
.fs-body-my-account-password .content {
  padding-bottom: 0!important;
}
.fs-body-login h2,
.fs-body-wishlist-login h2,
.fs-body-review-login h2,
.fs-body-cart-login h2,
.fs-body-register h2,
.fs-body-register-success h2,
.fs-body-my-account-settings-edit h2,
.fs-body-cart h2,
.fs-body-checkout h2,
.fs-body-checkout-success h2,
.fs-body-customerDetails h2,
.fs-body-newsletter-subscribe h2,
.fs-body-newsletter-subscribe-success h2,
.fs-body-newsletter-unsubscribe h2,
.fs-body-newsletter-unsubscribe-success h2,
.fs-body-forgotPassword h2,
.fs-body-resetPassword h2,
.fs-body-my-account-password h2,
.fs-body-my-top h2,
.fs-body-my-orders h2,
.fs-body-my-orders-details h2,
.fs-body-my-addressbook-new h2,
.fs-body-my-account-delete h2,
.fs-body-my-addressbook h2,
.fs-body-my-account-settings h2,
.fs-c-inputInformation__link {
  text-align: center;
}
.fs-body-login fieldset,
.fs-body-wishlist-login fieldset,
.fs-body-review-login fieldset,
.fs-body-register fieldset,
.fs-body-my-account-settings-edit fieldset,
.fs-body-my-account-settings fieldset,
.fs-body-my-account-delete fieldset,
.fs-body-my-addressbook-new fieldset,
.fs-body-customerDetails fieldset,
.fs-body-cart-login fieldset,
.fs-body-checkout fieldset,
.fs-body-my-orders-details fieldset,
.fs-body-newsletter-subscribe fieldset,
.fs-body-newsletter-unsubscribe fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.fs-body-register .fs-c-inputTable,
.fs-body-my-addressbook-new .fs-c-inputTable,
.fs-body-my-account-settings-edit .fs-c-inputTable {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}
.fs-c-inputTable {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.fs-c-textLink,
.fs-c-textLink:visited {
  color: #646464;
  text-decoration: underline;
  font-size: 11px;
  margin: 20px 0 0;
}
.fs-body-register a,
.fs-body-register a:visited {
  color: #646464;
  text-decoration: underline;
}
.fs-c-inputTable__headerCell {
  padding-right: 10px;
  width: 35%;
}
.fs-c-button--login {
  display: block;
  background: #646464;
  color: #fff;
  border: 1px solid #646464;
  padding: 10px 20px;
  width: 240px;
  margin: 20px auto 15px;
}
.fs-c-newUsers {
  display: block!important;
  margin: 60px auto 0;
  background: none;
  padding: 40px 30px 40px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.fs-c-button--memberRegister:visited {
  color: #646464;
}
.fs-c-button--memberRegister,
.fs-c-button--confirmDelete {
  margin: 25px auto 0;
  display: block;
  color: #646464;
  background: #fff;
  border: 1px solid #646464;
  padding: 10px 20px;
  max-width: 240px;
}
.fs-c-newUsers__message {
  line-height: 2;
}
.fs-c-registeredUsers__title {
  font-size: 17px;
}
.fs-c-newUsers__title {
  font-size: 17px;
  margin-bottom: 20px;
}
.fs-c-requiredMark {
 color: red;
}
[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #888;
  line-height: 1.9;
  min-height: 1.8em;
  padding: 5px;
  border-radius: 0;
  width: 100%;
}
#fs_input_password {
  -webkit-appearance: none;
  border: none;
  line-height: 1.9;
  min-height: 1.8em;
  padding: 5px;
  width: 100%;
  border-radius: 0;
}
.fs-c-inputGroup > button, .fs-c-inputGroup--inline > button, .fs-c-inputGroup--vertical > button {
  font-size: 1.2rem;
  padding: 0 8px;
  position: relative;
  border: none;
  border-radius: 0;
  background: #fff;
}
.fs-c-inputGroup, .fs-c-inputGroup--inline, .fs-c-inputGroup--vertical {
  border: none;
  border-bottom: 1px solid #888;
  border-radius: 0;
  background: #ffffff;
  display: flex;
  align-items: stretch;
  line-height: 1.9;
  min-height: 1.8em;
  position: relative;
}
.fs-c-guestPurchase {
  margin: 50px auto 0;
  padding: 50px 0 0;
  border-top: 1px solid #646464;
}
.fs-c-button--guestPurchase {
  margin: 0 auto;
  display: block;
  color: #646464;
  background: #fff;
  border: 1px solid #646464;
  padding: 10px 20px;
  max-width: 240px;
  text-align: center;
}
.fs-c-inputInformation__message {
  text-align: center;
}
.fs-c-inputField__explanation {
  margin-top: 10px;
  line-height: 2;
}
.fs-body-customerDetails .fs-c-dropdown::after,
.fs-body-register .fs-c-dropdown::after,
.fs-body-my-account-settings-edit .fs-c-dropdown::after,
.fs-body-my-addressbook-new .fs-c-dropdown::after,
.fs-body-my-orders .fs-c-dropdown::after {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 1em;
  background: url('https://lanoea.itembox.design/item/lanoea/arrow.png') no-repeat right center;
  background-size: 14px 12px;
  border:none;
  box-sizing: content-box;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  content: " ";
  font-size: 1.8rem;
  line-height: 1;
  padding: 8px;
  pointer-events: none;
}
.fs-c-memberPolicyAgreeField,
.fs-c-privacyPolicyAgreeField {
  width: 100%;
  max-width: 240px;
  text-align: left;
  margin: 10px auto !important;
}
.fs-c-button--confirmRegister {
  display: block;
  background: #646464;
  color: #fff;
  border: 1px solid #646464;
  padding: 10px 20px;
  width: 240px;
  margin: 40px auto 15px;
}
.fs-c-registerSuccessMessage {
  text-align: center;
}
.fs-c-button--myPageTop {
  margin: 40px auto 0;
  display: block;
  color: #646464;
  background: #fff;
  border: 1px solid #646464;
  padding: 10px 20px;
  max-width: 240px;text-align:center;
}
@media (max-width: 768px) {
  .fs-body-login .head-content,
  .fs-body-wishlist-login .head-content,
  .fs-body-review-login .head-content,
  .fs-body-cart-login .head-content,
  .fs-body-register .head-content ,
  .fs-body-register-success .head-content,
  .fs-body-my-account-settings-edit .head-content,
  .fs-body-cart .head-content,
  .fs-body-checkout .head-content,
  .fs-body-checkout-success .head-content,
  .fs-body-customerDetails .head-content,
  .fs-body-newsletter-subscribe .head-content,
  .fs-body-newsletter-subscribe-success .head-content,
  .fs-body-newsletter-unsubscribe .head-content,
  .fs-body-newsletter-unsubscribe-success .head-content,
  .fs-body-forgotPassword .head-content,
  .fs-body-resetPassword .head-content,
  .fs-body-my-account-password .head-content,
  .fs-body-my-account-delete .head-content,
  .fs-body-my-addressbook-new .head-content,
  .fs-body-my-addressbook .head-content,
  .fs-body-my-orders .head-content,
  .fs-body-my-orders-details .head-content,
  .fs-body-my-account-settings .head-content,
  .fs-body-my-top .head-content {
    padding: 42px 0 30px!important;
    font-size: 13px;
  }
  .fs-c-inputTable tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .fs-c-inputTable__headerCell {
    padding-right: 10px;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .fs-c-inputTable__dataCell {
    width: 100%;
  }
  #fs_input_email, #fs_input_addressLine1,
  #fs_input_addressLine2 {
    display: block;
    width: 100%;
  }
}

/*-----------------------------------------
Shopping Cart
-------------------------------------------*/
#fs_ShoppingCart a,
#fs_ShoppingCart a:visited,
.fs-c-checkbox__labelText a,
.fs-c-checkbox__labelText a:visited,
.fs-body-checkout a,
.fs-body-checkout a:visited {
  color: #646464;
}
#fs_ShoppingCart .fs-c-wishlistProduct,
#fs_ShoppingCart .fs-c-cartTable__headerCell,
.fs-body-checkout .fs-c-wishlistProduct,
.fs-body-checkout .fs-c-cartTable__headerCell {
  display:none;
}
#fs_ShoppingCart .fs-c-cartTable td,
.fs-body-checkout .fs-c-cartTable td {
  border: none!important;
  padding: 20px 10px;
}
#fs_ShoppingCart .fs-c-quantity__select,
.fs-body-checkout .fs-c-quantity__select {
  width: 60px;
  background-position-x: 40px;
}
#fs_ShoppingCart .fs-c-cartTable__row,
.fs-body-checkout .fs-c-cartTable__row {
  position:relative;
  border-bottom: 1px solid #ccc;
}
#fs_ShoppingCart .fs-c-cartTable__product,
.fs-body-checkout .fs-c-cartTable__product {
  align-self: center;
  align-items: center;
  align-content: center;
}
#fs_ShoppingCart .fs-c-productPrice__main,
.fs-body-checkout .fs-c-productPrice__main {
  font-size: 13px;
  margin-bottom: 0;
}
#fs_ShoppingCart .fs-c-cartTable__productImage,
.fs-body-checkout .fs-c-cartTable__productImage {
  display: block;
  width: 30%;
  margin-right: 10px;
}
#fs_ShoppingCart .fs-c-cartTable__productImage img,
.fs-body-checkout .fs-c-cartTable__productImage img {
  width: 100%;
}
#fs_ShoppingCart #fs-cartTotals-container,
.fs-body-checkout #fs-cartTotals-container  {
  display:flex;
  justify-content: flex-end;
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
#fs_ShoppingCart .fs-c-orderTotalTable th,
#fs_ShoppingCart .fs-c-orderTotalTable td,
.fs-body-checkout .fs-c-orderTotalTable th,
.fs-body-checkout .fs-c-orderTotalTable td {
  border: none;
  padding: 10px;
}
#fs_ShoppingCart .fs-c-orderTotalTable__itemPriceSummary .fs-c-price,
.fs-body-checkout .fs-c-orderTotalTable__itemPriceSummary .fs-c-price {
  font-size: 22px;
}
#fs_ShoppingCart .fs-c-purchaseHere__message,
.fs-body-checkout .fs-c-purchaseHere__message {
  text-align:center;
}
#fs_ShoppingCart .fs-c-button--purchaseHere,
.fs-body-checkout .fs-c-button--purchaseHere,
#fs_ShoppingCart .fs-c-button--loginAndPurchase {
  margin: 40px auto 0;
  display: block;
  color: #fff!important;
  background: #646464;
  border: 1px solid #646464;
  padding: 10px 20px;
  max-width: 240px;
  text-align: center;
}
#fs_ShoppingCart .fs-c-button--continueShopping,
.fs-body-checkout .fs-c-button--continueShopping {
  margin: 20px auto 0;
}
#fs_ShoppingCart .fs-c-cartTable__dataCell--action,
.fs-body-checkout .fs-c-cartTable__dataCell--action {
  position: relative;
}
#fs_ShoppingCart .fs-c-button--cancel--cart,
.fs-body-checkout .fs-c-button--cancel--cart {
  position: absolute;
  top: 15px;
  right: 5px;
  z-index: 5;
  color: transparent !important;
  background: url(https://lanoea.itembox.design/item/lanoea/remove.png) top center no-repeat;
  background-size: auto;
  background-size: contain;
  width: 20px;
  height: 20px;
  border: 0;
}
#fs_ShoppingCart .fs-c-button--buyItLater,
.fs-body-checkout .fs-c-button--buyItLater {
  display: block;
  color: #646464;
  background: #fff;
  border: 1px solid #646464;
  padding: 5px;
  font-size: 12px;
  text-align: center;
}
#fs_ShoppingCart .fs-c-listedProductName,
.fs-body-checkout .fs-c-listedProductName {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  #fs_ShoppingCart .fs-c-cartTable td,
  .fs-body-checkout .fs-c-cartTable td {
    border: none!important;
    padding: 10px;
    text-align:left;
  }
  #fs_ShoppingCart td .fs-c-price,
  .fs-body-checkout td .fs-c-price {
    justify-content: flex-start;
  }
  #fs_ShoppingCart .fs-c-cartTable__dataCell--subtotal,
  #fs_ShoppingCart .fs-c-cartTable__dataCell--quantity,
  .fs-body-checkout .fs-c-cartTable__dataCell--subtotal,
  .fs-body-checkout .fs-c-cartTable__dataCell--quantity {
    text-align:center;
  }
  #fs_ShoppingCart .fs-c-cartTable__dataCell--subtotal::before,
  .fs-body-checkout .fs-c-cartTable__dataCell--subtotal::before {
    content: attr(data-cell-label);
    font-weight: bold;
    font-size: 0.8rem;
    margin-right: 10px;
    position: absolute;
    left: calc(30% - 10px);
  }
  #fs_ShoppingCart .fs-c-cartTable__dataCell--quantity::before,
  .fs-body-checkout .fs-c-cartTable__dataCell--quantity::before {
    content: attr(data-cell-label);
    font-weight: bold;
    font-size: 0.8rem;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(30% - 10px);
  }
  #fs_ShoppingCart .fs-c-cartTable__quantity,
  #fs_ShoppingCart .fs-c-cartTable__price,
  .fs-body-checkout .fs-c-cartTable__quantity,
  .fs-body-checkout .fs-c-cartTable__price {
    padding-top: 0!important;
    padding-left: calc(30% + 20px);
  }
  #fs_ShoppingCart .fs-c-cartTable__actionButton,
  .fs-body-checkout .fs-c-cartTable__actionButton {
    display: flex;
    justify-content: center;
  }
  #fs_ShoppingCart .fs-c-button--buyItLater,
  .fs-body-checkout .fs-c-button--buyItLater {
    width: 185px;
    margin: 10px auto 30px;
  }
  #fs_ShoppingCart #fs-cartTotals-container,
  .fs-body-checkout #fs-cartTotals-container  {
    margin-top: 0;
    margin-bottom: 30px;
  }
  #fs_ShoppingCart .fs-c-button--cancel--cart,
  .fs-body-checkout .fs-c-button--cancel--cart {
    width: 20px;
    height: 20px;
  }
  #fs_ShoppingCart .fs-c-cartTable__dataCell--action,
  .fs-body-checkout .fs-c-cartTable__dataCell--action {
    position: static!important;
  }
  #fs_ShoppingCart .fs-c-cartTable tr,
  #fs_ShoppingCart .fs-c-cartTable__dataCell--product,
  .fs-body-checkout .fs-c-cartTable tr,
  .fs-body-checkout .fs-c-cartTable__dataCell--product {
    position: relative!important;
  }
}


/*-----------------------------------------
Forgot Password
-------------------------------------------*/
.fs-body-forgotPassword .fs-c-button--send,
.fs-body-customerDetails .fs-c-button--registerAndContinue,
.fs-body-resetPassword .fs-c-button--register {
  display: block;
  background: #646464;
  color: #fff;
  border: 1px solid #646464;
  padding: 10px 20px;
  width: 240px;
  margin: 20px auto 15px;
}
.fs-body-my-account-password .fs-c-button--change {
  display: block;
  background: #646464;
  color: #fff;
  border: 1px solid #646464;
  padding: 10px 20px;
  width: 240px;
  margin: 20px auto 0;
}
.fs-body-forgotPassword fieldset,
.fs-body-resetPassword fieldset,
.fs-body-my-account-password fieldset {
  border: none;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.fs-body-forgotPassword .fs-c-inputInformation__field,
.fs-body-resetPassword .fs-c-inputInformation__field,
.fs-body-my-account-password .fs-c-inputInformation__field {
  margin-top: 30px;
}
.fs-body-forgotPassword .fs-c-orderedList{
  margin: 0;
  padding: 0;
}



/*-----------------------------------------
My Page
-------------------------------------------*/
.fs-body-my-top .fs-c-wishlistProduct {
  display:none;
}
.fs-body-my-top .fs-c-accountService a,
.fs-body-my-top .fs-c-accountService a:visited,
.fs-c-addressBookList__addButton a,
.fs-c-addressBookList__addButton a:visited {
  color: #646464;
  text-align: center;
}
.fs-body-my-top .fs-c-accountService {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  align-content: stretch;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.fs-body-my-top .fs-c-accountService li {
  margin-top: 30px;
  margin-left: 2%;
  padding: 64px 3% 20px;
  width: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  align-content: center;
  border: 1px solid #646464;
}
.fs-body-my-top .fs-c-accountService li:nth-child(3n+1) {
  margin-left: 0;
}
.fs-c-accountService__page--wishList {
  background: url(https://lanoea.itembox.design/item/lanoea/like.png) center 20px no-repeat;
  background-size: 36px 36px;
}
.fs-c-accountService__page--orderHistoryList {
  background: url(https://lanoea.itembox.design/item/lanoea/history.png) center 20px no-repeat;
  background-size: 36px 36px;
}
.fs-c-accountService__page--accountReviews {
  background: url(https://lanoea.itembox.design/item/lanoea/review.png) center 20px no-repeat;
  background-size: 36px 36px;
}
.fs-c-accountService__page--addressbook {
  background: url(https://lanoea.itembox.design/item/lanoea/book.png) center 20px no-repeat;
  background-size: 36px 36px;
}
.fs-c-accountService__page--accountPassword {
  background: url(https://lanoea.itembox.design/item/lanoea/password.png) center 20px no-repeat;
  background-size: 36px 36px;
}
.fs-c-accountService__page--accountSettingsModify {
  background: url(https://lanoea.itembox.design/item/lanoea/setting.png) center 20px no-repeat;
  background-size: 36px 36px;
}
.fs-c-accountService__page--accountDelete {
  background: url(https://lanoea.itembox.design/item/lanoea/quit.png) center 20px no-repeat;
  background-size: 36px 36px;
}
.fs-body-my-top .fs-c-accountService li a:before {
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.375rem;
  display: block;
  padding-left: 5px;
  margin-left: 5px;
  margin-top: 6px;
  margin-bottom: 5px;
}
.fs-c-accountService__page--wishList a:before {
  content: 'WISHLIST';
}
.fs-c-accountService__page--orderHistoryList a:before {
  content: 'HISTORY';
}
.fs-c-accountService__page--accountReviews a:before {
  content: 'REVIEWS';
}
.fs-c-accountService__page--addressbook a:before {
  content: 'ADDRESS';
}
.fs-c-accountService__page--accountPassword a:before {
  content: 'PASSWORD';
}
.fs-c-accountService__page--accountSettingsModify a:before {
  content: 'MODIFY';
}
.fs-c-accountService__page--accountDelete a:before {
  content: 'DELETE';
}
@media (max-width: 768px) {
  .fs-body-my-top .fs-c-accountService li {
    margin-top: 10px;
    width: 49%;
  }
  .fs-body-my-top .fs-c-accountService li:nth-child(3n+1) {
    margin-left: 0;
  }
  .fs-body-my-top .fs-c-accountService li:nth-child(4) {
    margin-left: 2%;
  }
  .fs-body-my-top .fs-c-accountService li:nth-child(odd) {
    margin-left: 0;
  }
}
.fs-body-my-account-settings .fs-c-inputInformation__message,
.fs-body-my-account-settings-edit .fs-c-inputInformation__message,
.fs-body-my-account-delete .fs-c-inputInformation__message,
.fs-body-my-addressbook-new .fs-c-inputInformation__message {
  margin-bottom: 30px
}
.fs-body-my-account-settings .fs-c-button--change,
.fs-body-my-account-settings-edit .fs-c-button--confirmChange,
.fs-body-my-addressbook-new .fs-c-button--register {
  display: block;
  background: #646464;
  color: #fff;
  border: 1px solid #646464;
  padding: 10px 20px;
  width: 240px;
  margin: 40px auto -15px;
  text-align: center;
}
.fs-body-my-account-delete .fs-c-button--confirmLeave {
  display: block;
  background: #646464;
  color: #fff;
  border: 1px solid #646464;
  padding: 10px 20px;
  width: 240px;
  margin: 40px auto -15px;
  text-align: center;
}
.fs-body-my-account-delete .fs-c-button--cancel,
.fs-body-my-addressbook-new .fs-c-button--cancel {
  display:none;
}
.fs-body-my-addressbook .fs-c-addressBookList__count,
.fs-body-my-addressbook .fs-c-button--addToAddressbook {
  text-align: center;
}
.fs-body-my-addressbook .fs-c-noResultMessage__title {
  font-size: 13px;
  text-align: center;
  padding: 60px 0 20px;
}
.fs-c-button--addToAddressbook {
  margin-bottom: 5px;
}
.fs-c-button--addToAddressbook:before {
  content: '＋';
}
.fs-c-addressBookList__addButton {
  text-align: center;
  margin-bottom: 15px;
}
.fs-c-addressBookList__list {
  margin-top: 40px;
  border-top: 1px solid #ccc;
  width: 100%;
}
.fs-c-addressBookList__list td {
  padding: 25px 10px;
  border-bottom: 1px solid #ccc;
  line-height: 190%;
}
.fs-c-addressBookList__list td:nth-child(3) {
  position:relative;
  width: 30%;
}
.fs-c-addressBookList__list .fs-c-button--delete {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  color: transparent !important;
  background: url(https://lanoea.itembox.design/item/lanoea/remove.png) top center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 20px;
  height: 20px;
  border: 0;
}
.fs-c-addressBookList__list .fs-c-button--changeInfomation {
  display: block;
  background: #fff;
  color: #646464;
  border: 1px solid #646464;
  padding: 3px 10px;
  margin: 0 auto;
  max-width: 100px;
  text-align: center;
}
.fs-c-button--continueShopping,
.fs-c-button--unregisteredUserPurchase,
.fs-c-button--topPage {
  display: block;
  background: #fff;
  color: #646464;
  border: 1px solid #646464;
  padding: 10px 20px;
  width: 240px;
  margin: 20px auto 0;
  text-align: center;
}
@media (max-width: 768px) {
  .fs-c-addressBookList__list tr{
    position:relative;
    width: 100%;
  }
  .fs-c-addressBookList__list td:first-child {
    padding: 30px 10px 0;
    position:relative;
    width: 100%;
  }
  .fs-c-addressBookList__list td:nth-child(2) {
    padding: 0 10px;
    width: 100%;
  }
  .fs-c-addressBookList__list td:nth-child(3) {
    padding: 20px 10px 30px;
    width: 100%;
    position: static;
    border-bottom: 1px solid #ccc;
  }
}
.fs-body-my-orders .fs-c-price {
  justify-content: flex-start;
}
.fs-body-my-orders .fs-c-dropdown {
  position: relative;
  overflow: hidden;
  overflow-wrap: normal;
  max-width: 360px;
  margin: 10px auto 30px;
}
.fs-body-my-orders .fs-c-history__term {
  margin-bottom: 10px;
}


/* CHECKOUT */
.fs-body-checkout .fs-c-checkout-heading {
  font-weight: bold;
}
.fs-body-checkout .fs-c-checkout-orderInfo,
.fs-body-checkout .fs-c-checkout-buyerInfo,
.fs-body-checkout .fs-c-checkout-shippingDetail__fee,
.fs-body-checkout .fs-c-checkout-paymentInfo {
 border-bottom:1px solid #646464;
 margin: 30px auto;
}
.fs-body-checkout .fs-c-checkout-shippingDetail__fee {
 padding: 10px 0 0;
 text-align:center;
}
.fs-body-checkout .fs-c-checkout-buyerInfo__title,
.fs-body-checkout .fs-c-checkout-paymentInfo__title,
.fs-body-checkout .fs-c-checkout-shippingInfo__title {
 margin-bottom: 30px;
}
.fs-body-checkout .fs-c-checkout-customerInfo li,
.fs-body-checkout .fs-c-checkout-shippingAddress li {
 margin: 5px 0;
}
.fs-body-checkout .fs-c-button--change--small {
  display: block;
  background: #fff;
  color: #646464;
  border: 1px solid #646464;
  padding: 10px 30px;
  margin: 20px auto 40px;
  max-width: 100px;
  text-align: center;
}
.fs-body-product .fs-c-productReview,
.fs-body-checkout .fs_button_selectShippingAddress,
.fs-body-checkout .fs-c-button--chooseDestination,
.fs-body-checkout .fs-c-returnedSpecialContract,
.fs-body-checkout .fs-c-totalAndActions h2,
.fs-body-checkout .fs-c-destinationFeeTable,
.fs-body-checkout .fs-c-checkout-shippingOption__preview,
.fs-body-checkout .fs-c-checkout-shippingDetail__outline {
  display:none!important;
}
.fs-body-checkout .fs-c-checkout-orderInfo__body {
 margin: 20px auto;
}
.fs-body-checkout .fs-c-cartTable__row {
  position: relative;
  border-bottom: none;
}
.fs-body-checkout .fs-c-button--confirmOrder {
  display: block;
  background: #646464;
  color: #fff;
  border: 1px solid #646464;
  padding: 10px 30px;
  margin: 60px auto 0;
  max-width: 260px;
  text-align: center;
}
.fs-body-checkout .fs-c-orderTotalTable {
  width: 100%;
}
.fs-body-checkout dd.fs-c-checkout-shippingOptionPreview__value {
  margin-left: 0;
  padding-left: 0;
}
.fs-body-checkout .fs-c-checkout-shippingDetail__shippingCarrier h4,
.fs-body-checkout .fs-c-checkout-shippingCarrierComment p {
  margin: 0;
  padding: 0;
}
.fs-body-checkout .fs-c-checkout-shippingOptionPreview dt,
.fs-body-checkout .fs-c-checkout-shippingOptionPreview dd {
  margin-top:5px;
  margin-bottom: 5px;
}
.fs-body-checkout .fs-c-checkout-shippingDetail__shippingCarrier__label {
 margin-bottom: 5px!important;
}
.fs-body-checkout .fs-c-checkout-shippingDetail__shippingCarrier__value,
.fs-body-checkout .fs-c-checkout-shippingCarrierComment {
 margin-bottom: 15px;
}
.fs-body-checkout .fs-c-checkout-paymentInfo__body {
 padding-bottom: 30px;
}
.fs-c-checkoutSuccess {
  text-align: center;
}
.fs-c-button--displayPassword {
  display: none;
}
.is-error {
  font-size: 11px;
}
.fs-c-orderedList > li + li {
  margin-top: 10px;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #646464;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #646464;
}
.fs-c-radio__radioMark {
  border: 1px solid #646464;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #fff;
  border-color: #646464;
  color: #646464!important;
}
.fs-c-checkbox__checkMark {
  border-radius: 0;
  border: 1px solid #646464;
}
.fs-c-checkbox__checkMark::before {
  text-transform: none;
  line-height: 1;
  color: #646464;
  display: block;
  font-size: 1em;
}
.fs-c-checkout-customerInfo__name {
  font-size: 16px;
}
.fs-c-orderTotalTable .fs-c-orderTotalTable__total > td, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
  font-size: 20px;
}
.fs-c-checkout-buyerInfo__title,
.fs-c-checkout-shippingInfo__title,
.fs-c-checkout-paymentInfo__title,
.fs-c-checkout-orderInfo__title {
  font-size: 17px;
}
.fs-c-productNumber a,
.fs-c-productNumber a:visited,
.fs-body-my-addressbook a,
.fs-body-my-addressbook a:visited {
  color: #646464;
}
.fs-body-customerDetails .fs-c-agreementConfirmation__addon {
  margin: 0;
}
.fs-body-customerDetails .fs-c-agreementConfirmationArea {
  margin: 30px 0 40px;
  text-align: center;
}
.fs-body-customerDetails .fs-c-checkbox__label {
  display: flex;
  align-items: flex-start;
}
.fs-body-customerDetails .fs-c-agreementConfirmation__message, {
  margin-bottom: 10px;
}
.fs-body-customerDetails .fs-c-agreementConfirmation__addon__message {
  margin-top: 30px;
}
.fs-body-customerDetails .fs-c-agreementConfirmation__password__input {
  max-width: 240px;
  margin: 0 auto 30px;
}
.fs-body-customerDetails .fs-c-checkbox__labelText a {
  line-height: 2;
}
@media (max-width: 768px) {
  .fs-body-customerDetails .fs-c-agreementConfirmationArea {
    text-align: left;
  }
  .fs-body-customerDetails .fs-c-agreementConfirmation__password__input {
    margin: 0 0 30px;
  }
}

/*-----------------------------------------
Order history
-------------------------------------------*/
.fs-body-my-orders a,
.fs-body-my-orders a:visited {
  color: #646464;
}
.fs-c-listControl,
.fs-c-history__infoSummary,
.fs-c-orderHistoryItem__body {
  display:none;
}
.fs-c-history__listContainer {
  margin-top: 40px;
}
.fs-c-orderHistoryItem {
  padding: 30px 20px;
  border-bottom: 1px solid #ccc;
}
.fs-c-orderHistoryItem__header{
  display:flex;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  align-content: center;
}
.fs-c-orderHistoryItem__orderInfo {
  width: 75%;
  display:flex;
  justify-content: flex-start;
  align-self: start;
  align-items: flex-start;
  align-content: flex-start;
}
.fs-c-orderHistoryItem__orderInfo__info {
  width: 33%;
  margin:0;
  padding: 0;
}
.fs-c-orderHistoryItem__orderInfo__info dt{
  margin: 0;
  padding: 0;
}
.fs-c-orderHistoryItem__orderInfo__info dd {
  margin: 10px 0 0;
  padding: 0;
}
.fs-c-orderHistoryItem__header__button {
  text-align:center;
  width: 25%;
}
.fs-c-orderHistoryItem .fs-c-button__label:before {
  content: '（';
}
.fs-c-orderHistoryItem .fs-c-button__label:after {
  content: '）';
}
@media (max-width: 768px) {
  .fs-c-orderHistoryItem {
    padding: 30px 2%;
  }
  .fs-c-orderHistoryItem__header,
  .fs-c-orderHistoryItem__orderInfo {
    width: 100%;
    justify-content: flex-start;
    align-self: start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  .fs-c-orderHistoryItem__orderInfo__info {
    width: 100%;
    display:flex;
    justify-content: flex-start;
    align-self: start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .fs-c-orderHistoryItem__header__button {
    text-align: center;
    width: 100%;
    margin: 30px 0 0;
  }
  .fs-c-orderHistoryItem__orderInfo__info dt {
    width: 25%;
    margin: 0;
    padding: 0;
    line-height: 2;
  }
  .fs-c-orderHistoryItem__orderInfo__info dd {
    margin: 0 0 0 10px;
    padding: 0;
    line-height: 2;
  }
}


.fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable,
.fs-body-my-orders-details .fs-c-orderPerAddressee__heading,
.fs-body-my-orders-details .fs-c-orderDetailInfo__cartTable,
.fs-body-my-orders-details .fs-c-orderDetailInfo__heading {
  display:none;
}
.fs-body-my-orders-details .fs-c-button--back {
  display: block;
  background: #fff;
  color: #646464;
  border: 1px solid #646464;
  padding: 10px 30px;
  margin: 40px auto;
  max-width: 100px;
  text-align: center;
}
.fs-body-my-orders-details .fs-c-orderPaymentTable tr,
.fs-body-my-orders-details .fs-c-deliveryInfoList,
.fs-body-my-orders-details .fs-c-orderDetailList,
.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee {
  width: 100%;
  display:flex;
  justify-content: flex-start;
  align-self: start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 10px 0;
}
.fs-body-my-orders-details .fs-c-deliveryInfoList dt,
.fs-body-my-orders-details .fs-c-orderDetailList dt,
.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dt {
  margin: 0;
  padding: 0;
  width: 20%;
  line-height: 2;
}
.fs-body-my-orders-details .fs-c-deliveryInfoList dd,
.fs-body-my-orders-details .fs-c-orderDetailList dd,
.fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dd {
  margin: 0;
  padding: 0 0 0 20px;
  width: 80%;
  line-height: 2;
}
.fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo {
  margin-top: 60px;
}
.fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo h2 {
  margin-bottom: 30px;
}
.fs-body-my-orders-details .fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
  border: none;
} 
.fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable {
  border-top: 1px solid #ccc;
  margin: 30px 0 10px;
}
.fs-body-my-orders-details .fs-c-cartTable__headerCell {
  padding-top: 15px;
  padding-bottom: 15px;
}
.fs-body-my-orders-details .fs-c-cartTable__row {
  border-bottom: 1px solid #ccc;
  padding:10px 0;
}
.fs-body-my-orders-details .fs-c-cartTable__row td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.fs-body-my-orders-details .fs-c-cartTable__productInfo {
  width: 100%;
  display:flex;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  align-content: center;
  flex-wrap: wrap;
}
.fs-body-my-orders-details .fs-c-cartTable__unitPrice,
.fs-body-my-orders-details .fs-c-cartTable__productName {
  width: 100%;
}
.fs-body-about-privacyPolicy a,
.fs-body-about-privacyPolicy a:visited,
.fs-body-my-orders-details a,
.fs-body-my-orders-details a:visited{
  color: #646464;
}
.fs-body-my-orders-details .fs-c-cartTable__productName a,
.fs-body-my-orders-details .fs-c-cartTable__productName a:visited {
  color: #646464;
  line-height: 170%;
}
.fs-body-my-orders-details .fs-c-cartTable__productName {
font-family: "Aboreto", system-ui;
}
.fs-body-my-orders-details .fs-c-orderTotalTable th,
.fs-body-my-orders-details .fs-c-orderTotalTable td,
.fs-body-my-orders-details .fs-c-deliveryInfoList,
.fs-body-my-orders-details .fs-c-deliveryInfoList > * {
  border: none!important;
  border-width: 0!important;
}
.fs-body-my-orders-details .fs-c-orderPaymentTable th, 
.fs-body-my-orders-details .fs-c-orderPaymentTable td {
  border: none;
  padding: 0;
}
.fs-body-my-orders-details .fs-c-orderPaymentTable .fs-c-string {
  font-weight: normal!important;
}
.fs-body-my-orders-details .fs-c-orderPaymentTable th {
  width: 160px;
  text-align: left;
}
.fs-body-my-orders-details .fs-c-orderPaymentTable td {
  padding: 0 0 0 20px!important;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo__orderTotal {
margin-top: -10px;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo .fs-c-orderTotalTable {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .fs-body-my-orders-details .fs-c-orderPaymentTable th,
  .fs-body-my-orders-details .fs-c-deliveryInfoList dt,
  .fs-body-my-orders-details .fs-c-orderDetailList dt,
  .fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dt {
    width: 100px;
  }
  .fs-body-my-orders-details .fs-c-deliveryInfoList dd,
  .fs-body-my-orders-details .fs-c-orderDetailList dd,
  .fs-body-my-orders-details .fs-c-orderPerAddressee__addressee dd {
    width: calc(100% - 100px);
  }
  .fs-body-my-orders-details .fs-c-cartTable__dataCell--quantity::before,
  .fs-body-my-orders-details .fs-c-cartTable__dataCell--subtotal::before {
    position: absolute;
    right: 115px;
  }
  .fs-c-cartTable__dataCell--subtotal {
    padding-top: 0!important;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo .fs-c-orderTotalTable td {
    width: 120px;
  }
}





