:root {
  --black: #231f20;
  --white: white;
  --b39068: #b39068;
  --axol-brown: #674636;
  --axol-brand-green: #aab396;
  --axol-mint: #dde1d5;
  --f8f8f8: #f7f5f0;
  --axol-sand: #fff8e8;
  --axol-custom-lightmint: #eef0ea;
  --f8f8f8-2: #f8f8f8;
  --828282: #828282;
  --axol-custom-darkbrown: #3d2b21;
  --axol-custom-1: #8f6652;
  --be1e2d: #ad6068;
  --bdbdbd: #bdbdbd;
  --e0e0e0: #e4ebe3;
  --greyish-brown: #917869;
  --333333: #333;
  --2988ac: #2988ac;
  --2a3641: #2a3641;
  --white-smoke: #f3f2f2;
  --6fcf97: #90c7a7;
  --fcc008: var(--36424a);
  --silver: #bcbec0;
  --black-3: #030303;
  --axol-custom-notice: #c39c5380;
  --axol-custom-2: #e7e4dc;
  --36424a: #36424a;
  --004863: #004863;
  --19242d: #19242d;
  --506272: #506272;
  --77b9d1: #77b9d1;
  --grey: #808285;
  --black-2: #343435;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  letter-spacing: 2px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 120%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 53px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  text-align: justify;
  margin-bottom: 10px;
  line-height: 130%;
}

a {
  color: var(--black);
  text-decoration: none;
  transition: color .8s;
}

a:hover {
  color: var(--b39068);
}

img {
  max-width: 100%;
  display: inline-block;
}

form {
  background-color: #0000;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.top-banner {
  color: #828282;
  overflow: hidden;
}

.container-full-width {
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  padding-left: 3%;
  padding-right: 3%;
}

.container-full-width.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container-full-width.overflow-hidden {
  overflow: hidden;
}

.container-full-width.v-relative {
  position: relative;
}

.home-banner {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.home-banner.banner1 {
  background-image: url('../images/home-banner-1.jpg');
}

.home-banner.banner2 {
  background-image: url('../images/home-banner-2.jpg');
}

.banner-tlc {
  margin-top: 5px;
}

.banner-content {
  width: 100%;
  margin-top: 80px;
  position: static;
}

.description-line {
  opacity: 0;
  border: 1px solid #bdbdbd;
  width: 0;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
}

.nav-dropdown-toggle {
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0;
  display: flex;
  position: relative;
}

.nav-dropdown {
  color: #fff;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 15px;
  line-height: 120%;
}

.header-section {
  background-color: var(--axol-brown);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  position: relative;
}

.nav-menu {
  font-weight: 300;
  display: flex;
  position: static;
}

.nav-menu.popup-scroll {
  flex: 1;
  justify-content: space-between;
  align-items: center;
}

.nav-dropdown-list {
  background-color: #36424a;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
  transform: translate(0, 100%);
}

.nav-dropdown-list.w--open {
  color: #fff;
  background-color: #674636cc;
  width: 180px;
}

.nav-dropdown-line {
  border-top: 2px solid #fff;
  width: 0%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.header-icon-section {
  margin-left: 20px;
  padding: 0;
  transition-property: opacity;
}

.header-icon-section:hover {
  opacity: .5;
}

.nav-dropdown-section {
  display: flex;
}

.nav-dropdown-section.v-full-dropdown {
  position: static;
}

.header-icon-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-dropdown-link {
  color: var(--white);
  text-align: left;
  white-space: normal;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 14px;
  transition: background-color .4s, color .4s;
}

.nav-dropdown-link:hover {
  color: #ffe2c2;
  background-color: #674636e6;
}

.nav-dropdown-link.w--current {
  color: var(--b39068);
}

.section-content {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.section-content.bg-mint {
  background-color: var(--axol-mint);
}

.section-content.overview-visible {
  overflow: visible;
}

.section-content.v-login {
  background-color: var(--f8f8f8);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-content.v-short-content {
  flex: 1;
}

.section-content.v-product-feature {
  padding-bottom: 0;
}

.section-content.bg-sand {
  background-color: var(--axol-sand);
}

.section-content.bg-member {
  background-color: var(--axol-custom-lightmint);
}

.section-subtitle {
  color: var(--black);
  letter-spacing: 5px;
  text-transform: uppercase;
  border-width: 1px;
  border-color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.section-heading {
  color: var(--black);
  letter-spacing: 12px;
  margin-top: 2px;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
}

.regiested-p-brand {
  margin-bottom: 2px;
}

.regiested-p-series {
  margin-bottom: 2px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.product-card-open {
  z-index: 1;
  background-color: var(--f8f8f8-2);
  cursor: auto;
  border: 1px solid #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: border-color .5s, background-color .5s;
  display: flex;
  position: relative;
}

.description-line-blue {
  border: 1px solid var(--b39068);
  opacity: 0;
  flex: none;
  width: 0;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
}

.heading-container {
  text-align: left;
  margin-bottom: 50px;
}

.heading-container.page {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-container.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-container.home-pick {
  margin-bottom: 10px;
}

.heading-container.home-news {
  margin-bottom: 0;
}

.heading-container.v-login {
  text-align: center;
}

.footer {
  background-color: var(--axol-brown);
  position: relative;
}

.footer-container {
  justify-content: space-between;
  width: 100%;
  padding: 60px 90px;
  display: flex;
}

.footer-row {
  justify-content: space-around;
  width: 80%;
  display: flex;
}

.footer-list {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
}

.footer-list-title {
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-list-content {
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: 400;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  transition: color .5s;
}

.footer-link:hover {
  color: var(--b39068);
}

.header-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.header-warp {
  justify-content: space-between;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: relative;
}

.news-and-video-container-row {
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
}

.news-and-video-container-row.col-r {
  padding-bottom: 0;
  padding-left: 3%;
}

.news-slider-container {
  margin-top: auto;
}

.date-lanuch {
  margin-top: 10px;
}

.date-lanuch._16pt {
  color: var(--828282);
  font-size: 16px;
}

.news-and-video-container {
  justify-content: space-between;
  display: flex;
}

.news-and-video-col {
  color: var(--black);
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
  transition: color .5s;
  display: flex;
  position: relative;
}

.news-and-video-col:hover {
  color: var(--b39068);
}

.news-and-video-description {
  flex-direction: column;
  flex: 1;
  margin-left: 5%;
  padding-left: 0;
  display: flex;
}

.footer-social-media-container {
  width: 20%;
}

.footer-title {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}

.footer-social-media-icon {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.social-media-icon {
  width: 36px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: block;
  position: relative;
}

.news-button-container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.login-mobile-container {
  margin-top: 0;
  display: none;
}

.sticky-social-section {
  z-index: 2004;
  width: 45px;
  position: fixed;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.sticky-social-media-container {
  background-color: var(--axol-custom-darkbrown);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.sticky-social-media-icon {
  margin-top: 6px;
  margin-bottom: 6px;
  display: block;
  position: relative;
}

.footer-b {
  padding-bottom: 60px;
}

.footer-wrap {
  border-top: 1px solid var(--axol-sand);
  justify-content: space-between;
  padding-top: 15px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.footer-copyright, .footer-ysd {
  color: var(--axol-sand);
}

.txt-link-black {
  color: var(--828282);
}

.heading-title-margin {
  background-color: var(--axol-custom-lightmint);
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.brand-section {
  background-color: var(--white);
}

.branding-list {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.filter-container {
  width: 270px;
}

.filter-tilte-name {
  font-size: 16px;
}

.filter-chevron {
  background-image: url('../images/chevron.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  transform: rotate(0);
}

.checkbox-off {
  border: 1px solid var(--white);
  width: 18px;
  height: 18px;
  position: absolute;
}

.checkbox-on {
  border: 1px solid var(--white);
  background-image: url('../images/filter-checkbox.svg');
  background-position: 50%;
  background-size: cover;
  width: 18px;
  height: 18px;
  position: absolute;
}

.filter {
  z-index: 10;
  flex: none;
  margin-top: 70px;
  margin-left: 80px;
  position: relative;
}

.filter-select-div {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.filter-select {
  background-color: var(--axol-brown);
  color: var(--white);
  letter-spacing: 4px;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  min-width: 120px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 13px 15px;
  transition: background-color .5s, color .5s;
  display: flex;
}

.filter-select:hover {
  background-color: var(--b39068);
  color: #fff;
}

.filter-name {
  padding-right: 10px;
}

.registered-p-link {
  color: var(--black);
  letter-spacing: 0;
  cursor: pointer;
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.registered-p-link:hover {
  color: var(--axol-custom-1);
}

.product-list-description {
  z-index: 1;
}

.product-list-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.product-price-discount {
  color: var(--be1e2d);
  padding-right: 10px;
}

.product-price-discount.no-padding {
  padding-right: 0;
}

.product-price-discount.detail {
  letter-spacing: 6px;
  padding-right: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
}

.product-ori-price {
  font-size: 14px;
  text-decoration: line-through;
}

.product-detail-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.product-detail-l {
  width: 50%;
  position: sticky;
}

.product-detail-r {
  width: 50%;
  padding-left: 4%;
}

.product-card-brand-container {
  letter-spacing: 6px;
  justify-content: space-between;
  display: block;
  position: relative;
}

.product-detail-name {
  margin-top: 5px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

.product-detail-price-container {
  border-bottom: 2px solid var(--black);
  color: var(--bdbdbd);
  align-items: center;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.list-container {
  margin-top: 0;
  margin-bottom: auto;
  padding: 60px 80px;
}

.product-feature-img {
  border-radius: 5px;
  width: 33%;
  line-height: 14px;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.product-feature-img.even {
  order: 1;
}

.product-feature-content {
  color: var(--black);
  flex: 1;
  width: 70%;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.product-feature-content.even {
  padding-left: 0;
}

.product-feature-content.odd {
  padding-right: 0;
}

.specification-list {
  border-bottom: 1px solid #e0e0e0;
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.detail-spec-title {
  color: var(--black);
}

.detail-spec-l {
  width: 33%;
}

.detail-spec-r {
  width: 66%;
}

.spec {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 30px;
}

.spec-title {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
}

.spec-detail {
  text-align: left;
  margin-bottom: 0;
}

.detail-spec-column {
  flex-wrap: wrap;
  display: flex;
}

.download-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -1vw;
  margin-right: -1vw;
  display: flex;
}

.download-content {
  border: 1px solid var(--e0e0e0);
  min-height: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 30px 30px 80px;
  font-size: 26px;
  line-height: 140%;
  transition: color .8s, background-color .8s;
  position: relative;
}

.download-content:hover {
  background-color: var(--f8f8f8-2);
  color: var(--b39068);
}

.download-content-button {
  background-color: var(--black);
  color: var(--white);
  border-radius: 30px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 6px 15px;
  font-size: 15px;
  line-height: 120%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.download-iocn {
  background-image: url('../images/icon-download-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.comment-title {
  letter-spacing: .15em;
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 120%;
}

.product-comment-dropdown-list {
  overflow: hidden;
}

.product-comment-dropdown-list.w--open {
  background-color: #2a3641;
  position: relative;
}

.detail-tabs {
  background-color: var(--axol-mint);
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.detail-tabs.v-member {
  justify-content: flex-start;
}

.tab-detail-content {
  background-color: var(--white);
  overflow: hidden;
}

.detail-tab-link {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 33.3%;
  padding: 20px;
  font-weight: 400;
  transition: background-color .8s, color .8s;
}

.detail-tab-link.w--current {
  background-color: var(--white);
  color: var(--greyish-brown);
}

.you-may-also-like-black-overlay {
  background-color: var(--black);
  opacity: .5;
  position: absolute;
  inset: 0%;
}

.new-product-bg {
  opacity: .6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-link {
  height: 70px;
  display: block;
  position: relative;
}

.home-logo-item {
  display: inline-block;
}

.img-full {
  width: 100%;
  display: block;
}

.home-logo-hover {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-home-ogo {
  z-index: 1;
  background-color: var(--white);
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  overflow: hidden;
}

.title-detail-container {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -2%;
  margin-right: -2%;
  padding-bottom: 0;
  display: flex;
}

.title-detail-r {
  width: 50%;
  padding-left: 2%;
  padding-right: 2%;
}

.brand-detail-icon {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  flex: none;
  width: 80px;
  height: 80px;
  position: relative;
}

.brand-detail-icon.brand1 {
  background-image: url('../images/brand-detail-logo4x.jpg');
}

.brand-country {
  letter-spacing: 4px;
  margin-top: 10px;
  font-size: 24px;
  line-height: 120%;
}

.page-description {
  color: var(--black);
  margin-bottom: 30px;
  font-weight: 400;
}

.page-description.no-margin {
  margin-bottom: 0;
}

.brand-detail-icon-name {
  border-bottom: 2px solid var(--black);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.brand-detail-name {
  letter-spacing: 8px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
}

.title-detail-l {
  width: 50%;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}

.home-banner-slider {
  height: 700px;
}

.slider-arrow.hidden, .left-arrow-2, .right-arrow-2 {
  display: none;
}

.news-and-video-slider {
  background-color: #0000;
  height: auto;
}

.branding-listing-logo {
  width: 33.3%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 2px;
}

.news-and-video-img {
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.detail-wt-slider-arrow {
  display: none;
}

.detail-wt-slider-main {
  background-color: #0000;
  height: auto;
  margin-bottom: 5px;
}

.detail-wt-slide {
  padding: 10px;
}

.hide {
  display: none;
}

.detail-wt-thumb-slide {
  cursor: pointer;
  width: 20%;
  padding: 10px 5px;
  position: relative;
}

.detail-wt-thumb-slide.v-product {
  width: 25%;
}

.detail-wt-slider-thumb {
  background-color: #0000;
  height: auto;
  margin-left: -5px;
  margin-right: -5px;
}

.detail-wt-slider-thumb-arrow {
  background-color: var(--axol-custom-darkbrown);
  border-radius: 5px;
  align-items: center;
  width: 30px;
  height: 60%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  transition: background-color .8s;
  display: flex;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
}

.detail-wt-slider-thumb-arrow:hover {
  background-color: var(--b39068);
}

.detail-wt-slider-thumb-arrow.right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 5px;
  left: auto;
  right: 0%;
}

.detail-wt-slider-thumb-arrow.left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.detail-wt-slider-nav {
  display: none;
}

.disclaimer-title {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 400;
}

.share-icon {
  color: var(--white);
  width: 25px;
  height: 25px;
  transition: opacity .5s, color .5s;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.share-icon:hover {
  opacity: .5;
  color: var(--b39068);
}

.share-icon.grey {
  background-image: url('../images/share-icon-black.svg');
}

.all {
  position: relative;
}

.page-title-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.news-card-container {
  width: 33.33%;
  min-width: 300px;
  margin-bottom: 40px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.news-card-container.v-search {
  width: 25%;
}

.news-list-card {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 5px;
  flex-flow: wrap;
  align-items: center;
  display: block;
}

.news-list-img {
  background-color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.news-list-img._1 {
  background-image: url('../images/news-detail-img.jpg');
}

.news-list-content {
  margin-top: 10px;
  line-height: 26px;
}

.news-list-img-mask {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.news-detail-title {
  margin-bottom: 60px;
}

.news-detail-heading {
  margin-top: 30px;
  font-family: Noto Serif TC, sans-serif;
}

.news-detail-paragraph {
  color: var(--333333);
  margin-top: 15px;
  margin-bottom: 0;
}

.news-detail-img {
  position: relative;
}

.news-detail-button {
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.video-list-img {
  background-color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.ymal-description-icon-black {
  opacity: 0;
  background-image: url('../images/black-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
}

.ymal-description-icon {
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
}

.video-list-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.video-card-container {
  width: 33.33%;
  max-width: 400px;
  margin-bottom: 30px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.video-list-card {
  cursor: pointer;
  flex-flow: wrap;
  align-items: center;
  display: block;
}

.video-list-img-mask {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.video-list-content {
  margin-top: 10px;
  font-size: 16px;
}

.video-play-btn {
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-popup-container {
  z-index: 1;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.video-popup {
  max-width: 970px;
  max-height: 490px;
  position: relative;
}

.video-popup-bg {
  z-index: -1;
  opacity: .7;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.video-close-btn {
  cursor: pointer;
  position: absolute;
  inset: 0% -3% auto auto;
}

.blog-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.blog-container {
  width: 50%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-card {
  color: var(--black);
  cursor: pointer;
  flex-flow: wrap;
  align-items: center;
  transition: color .5s;
  display: block;
}

.blog-card:hover {
  color: var(--b39068);
}

.blog-list-content {
  margin-top: 15px;
  font-size: 16px;
}

.blog-list-img-mask {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.blog-list-img {
  background-color: var(--white);
  background-image: url('../images/blog-img1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 57.2%;
  position: relative;
}

.blog-list-img._1 {
  background-image: url('../images/blog-img4.jpg');
}

.blog-list-img._2 {
  background-image: url('../images/blog-img3.jpg');
}

.blog-list-img._3 {
  background-image: url('../images/blog-img2.jpg');
}

.blog-paragraph {
  color: var(--333333);
  margin-bottom: 30px;
}

.date-lanuch-container {
  position: relative;
}

.contactus-title-container {
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.contactus-column {
  justify-content: space-around;
  display: flex;
}

.contactus-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 50%;
  height: 420px;
  padding-right: 15px;
  display: block;
  box-shadow: 4px 4px 5px #00000040;
}

.contactus-image.hk {
  background-image: url('../images/ect-hk-map.jpeg');
}

.contactus-image.cn {
  background-image: url('../images/ect-cn-map.jpeg');
}

.contactus-info {
  width: 50%;
  padding-left: 60px;
}

.contactus-contemt {
  margin-bottom: 30px;
}

.contactus-detail {
  margin-top: 5px;
  font-weight: 300;
  display: flex;
}

.contactus-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.contactus-row {
  justify-content: space-between;
  display: flex;
}

.contactus-row-content {
  width: 49%;
}

.contactus-title {
  margin-bottom: 15px;
  font-weight: 500;
}

.contact-form-row {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.contact-form-column {
  width: 30%;
  padding-right: 80px;
  display: block;
}

.contact-form-column.form {
  width: 70%;
  padding-right: 0;
}

.form-field {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #b3906800;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 130%;
  transition: border-color .8s;
}

.form-field:focus {
  border-style: solid;
  border-color: var(--b39068);
}

.form-field::placeholder {
  color: #231f2080;
}

.form-field.txt-center {
  text-align: center;
}

.form-field.v-grey {
  background-color: var(--f8f8f8);
}

.form-field.v-grey.no-edit::placeholder {
  color: var(--black);
}

.form-field.no-edit {
  opacity: .5;
}

.form-field.v-checkout {
  border-color: var(--e0e0e0);
}

.form-column {
  flex-wrap: wrap;
  align-items: flex-end;
  margin-right: -15px;
  display: flex;
}

.form-select-field {
  background-color: var(--white);
  color: var(--black);
  background-image: url('../images/form-select-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50px;
  border: 1px solid #b3906800;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding: 15px 30px 15px 20px;
  font-size: 15px;
  line-height: 120%;
  transition: border-color .8s;
}

.form-select-field:focus {
  border-style: solid;
  border-color: var(--b39068);
}

.form-select-field.v-grey {
  background-color: var(--f8f8f8);
}

.form-select-field.v-checkout {
  border-color: var(--e0e0e0);
}

.form-title {
  text-align: left;
  font-weight: 300;
}

.form-title.txt-center {
  text-align: center;
}

.contact-us-remark {
  color: var(--black);
  margin-top: 30px;
  font-size: 14px;
}

.about-us-img {
  background-image: url('../images/aboutus-banner.jpg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
}

.about-us-container {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.about-us-row {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph.padding40 {
  margin-top: 40px;
}

.paragraph.darkgrey {
  color: var(--333333);
}

.about-us-slider {
  background-color: #0000;
  height: auto;
}

.membership-container {
  background-color: var(--white);
  background-image: url('../images/membership-pattern-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 170px;
}

.membership-row {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.membership-title {
  color: var(--black);
  letter-spacing: .15em;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 400;
  line-height: 53px;
}

.membership-content-margin {
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
}

.membership-howtojoin {
  z-index: 3000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.membership-popup-container {
  z-index: 1;
  background-color: var(--white);
  color: var(--2988ac);
  width: 80%;
  max-height: 80vh;
  padding-bottom: 60px;
  position: relative;
  overflow: auto;
}

.membership-popup-container.exclusive {
  height: 65vh;
  overflow: scroll;
}

.htj-step-container {
  color: var(--b39068);
  align-items: center;
  width: 240%;
  margin-top: 30px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.membership-popup-title {
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
}

.htj-step {
  border: 1px solid var(--b39068);
  width: 200px;
  height: 310px;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.htj-step.stepfive {
  width: 220px;
}

.htj-step.finish {
  width: 420px;
}

.htj--boarder {
  background-color: var(--b39068);
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.htj-arrow {
  background-image: url('../images/step-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  margin-right: 15px;
}

.htj-step-content {
  color: var(--333333);
  font-size: 14px;
  font-weight: 300;
}

.membership-popup-disclaimer {
  font-weight: 400;
}

.htj-hover-btn {
  margin-top: 30px;
  margin-left: 60px;
  margin-right: 60px;
}

.popup-black-bg {
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.membership-popup-close-btn {
  cursor: pointer;
  background-image: url('../images/icon-close-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 20px;
  height: 20px;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.membership-exclusive {
  z-index: 3000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.exclusive-container {
  justify-content: space-between;
  margin-left: 45px;
  margin-right: 45px;
  display: flex;
}

.exclusive-row {
  color: var(--333333);
  width: 50%;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 22px;
}

.exlusive-img {
  min-height: 275px;
  overflow: hidden;
}

.exclusive-title {
  font-weight: 500;
}

.exclusive-title.blue {
  color: var(--b39068);
}

.exclusive-content {
  justify-content: space-around;
  margin: 25px -15px;
  display: flex;
}

.exclusive-detail {
  width: 50%;
  margin-left: 15px;
  margin-right: 15px;
}

.exclusive-detail-title {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.exclusive-icon {
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.membership-disclaimer-container {
  margin-top: 25px;
  margin-bottom: 25px;
}

.exlusive-disclaimer {
  color: var(--333333);
  margin: 30px 60px 60px;
}

.home-banner-slider-nav {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 36px;
  display: flex;
}

.comment-section-row {
  width: 50%;
}

.comment-section-row.col-l {
  padding-right: 2.5vw;
}

.comment-section-column {
  display: flex;
}

.comment-dropdown-list {
  overflow: hidden;
}

.comment-dropdown-list.w--open {
  background-color: var(--2a3641);
  color: var(--white);
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.comment-form {
  margin-bottom: 0;
}

.star-container {
  justify-content: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.star-yellow-img {
  opacity: 0;
  display: none;
  position: absolute;
}

.client-comment-section {
  margin-top: 25px;
}

.client-comment-column {
  background-color: var(--white);
  border-radius: 5px;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 20px 30px;
  display: flex;
}

.client-profile-pic {
  background-image: url('../images/comment-profile-default.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  flex: none;
  width: 75px;
  height: 75px;
  margin-right: 20px;
  overflow: hidden;
}

.client-comment {
  width: 90%;
  position: relative;
}

.client-name {
  align-items: center;
  font-weight: 700;
  display: flex;
}

.rank-star {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.rank-star.average {
  background-image: url('../images/product-rate-star-on.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.client-recommend {
  margin-top: 25px;
  margin-bottom: 10px;
}

.client-comment-date {
  letter-spacing: 4px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.comment-section-title {
  letter-spacing: .25em;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 120%;
}

.content-container {
  z-index: 1;
  position: relative;
}

.content-container.ect-club-inner {
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.map-content-column {
  flex-wrap: wrap;
  margin-top: 45px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.map-card-container {
  width: 50%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-list-card {
  background-color: var(--white-smoke);
  cursor: pointer;
  border-radius: 5px;
  flex-flow: wrap;
  align-items: center;
  height: 100%;
  transition: background-color .8s, color .8s;
  display: block;
  overflow: hidden;
}

.map-list-card:hover {
  background-color: var(--f8f8f8-2);
}

.map-list-img-mask {
  overflow: hidden;
}

.map-list-content {
  color: var(--333333);
  padding: 15px;
  font-size: 16px;
  line-height: 26px;
}

.map-title {
  color: var(--b39068);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.faq-list-container {
  color: var(--greyish-brown);
  margin-top: 50px;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}

.faq-list-q {
  background-color: var(--white-smoke);
  color: var(--333333);
  cursor: pointer;
  align-items: center;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  position: relative;
}

.faq-title {
  margin-bottom: 30px;
}

.faq-question-title {
  color: var(--axol-brown);
  margin-right: 15px;
  font-weight: 400;
  line-height: 26px;
}

.faq-list-icon {
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-list-icon-line1 {
  background-color: var(--828282);
  width: 12px;
  height: 1.5px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.faq-list-icon-container {
  position: relative;
}

.faq-list-icon-line2 {
  background-color: var(--828282);
  width: 12px;
  height: 1.5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.faq-list {
  margin-top: 15px;
}

.faq-list-a {
  background-color: var(--white);
  color: var(--828282);
  text-align: justify;
  align-items: flex-start;
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-list-a-container {
  cursor: pointer;
  height: 0;
  overflow: hidden;
}

.blog-slider {
  background-color: #0000;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.membership-container-full-width-overflow {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  overflow: scroll;
}

.tow-content {
  line-height: 26px;
}

.tow-title {
  font-weight: 700;
}

.search-container {
  z-index: 2500;
  background-color: var(--axol-brand-green);
  align-items: center;
  width: 100%;
  height: 0;
  padding-left: 17.25%;
  padding-right: 17.25%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.search-container.edit {
  height: auto;
  display: block;
}

.search-bar {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #0000;
  height: auto;
  margin-bottom: 30px;
  padding: 20px 45px 20px 0;
  font-size: 30px;
  line-height: 38px;
}

.search-bar::placeholder {
  color: #ffffff80;
}

.search-content {
  z-index: 25;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.search-submit-button {
  opacity: .5;
  background-color: #0000;
  background-image: url('../images/search-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
  padding: 0;
  transition: color .5s;
}

.search-submit-button:hover {
  color: var(--b39068);
}

.search-box {
  position: relative;
}

.hot-search {
  color: var(--white);
  align-items: center;
  line-height: 26px;
  display: flex;
}

.search-filter {
  border: 1px solid var(--white);
  cursor: pointer;
  border-radius: 100px;
  flex: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  padding: 10px 20px;
  font-weight: 700;
  transition: color .5s, background-color .5s;
}

.search-filter:hover {
  background-color: var(--white);
  color: var(--b39068);
}

.close-btn {
  z-index: 26;
  cursor: pointer;
  background-image: url('../images/close-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 2%;
  margin-right: 2%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.header {
  z-index: 2000;
  width: 100%;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.bg-close {
  z-index: 10;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-result-content {
  margin-bottom: 60px;
}

.search-result-title {
  color: var(--axol-brown);
  letter-spacing: .25em;
  align-items: flex-end;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 120%;
  display: flex;
}

.search-result-num {
  color: var(--axol-brand-green);
  letter-spacing: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.search-result {
  flex-wrap: wrap;
  display: flex;
}

.login-section {
  z-index: 3000;
  opacity: 0;
  background-color: #000000b3;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.password-container {
  position: relative;
}

.password-shown-hide {
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.password-hide {
  flex: none;
  width: 24px;
  height: 24px;
  position: absolute;
}

.password-shown {
  opacity: 0;
  flex: none;
  width: 24px;
  height: 24px;
  display: none;
  position: absolute;
}

.login-mask-container {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.forgotpw-mask-container {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: none;
  position: relative;
}

.in-process {
  z-index: 1;
  background-color: var(--b39068);
  border-radius: 100px;
  width: 20%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.register-checkbox {
  background-color: var(--2a3641);
  color: #ffffff4d;
  text-align: left;
  border: 1px solid #2a3641;
  padding: 18px 20px;
}

.register-heading {
  margin-top: 150px;
  padding-left: 8%;
  padding-right: 8%;
  display: block;
}

.register-scroll {
  width: 600%;
  display: block;
  overflow: hidden;
  transform: translate(0%);
}

.personal-page-menu {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 5%;
  display: flex;
}

.weclome-title {
  margin-top: 10px;
}

.pesonal-page-menu-row {
  border-bottom: 2px solid #231f2000;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 6.6%;
  padding-bottom: 5px;
  transition: border-color .8s, color .5s;
  display: flex;
  position: relative;
}

.pesonal-page-menu-row:hover {
  color: var(--black);
  border-bottom-color: #231f2080;
}

.pesonal-page-menu-row.w--current {
  border-bottom-color: #231f20;
}

.registered-products-empty {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.registered-p-list {
  flex-wrap: wrap;
  margin-bottom: -25px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.warranty-container {
  border-top: 2px solid var(--greyish-brown);
  margin-top: 5px;
  padding-top: 5px;
}

.register-p-info-data {
  width: 50%;
  margin-left: 15px;
}

.add-new-product {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 250px;
  padding: 15px;
  transition: background-color .8s;
  display: flex;
  position: relative;
}

.add-new-product:hover {
  background-color: var(--axol-brand-green);
}

.registered-p-item {
  width: 25%;
  min-width: 200px;
  margin-bottom: 25px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.manage-account-title {
  margin-bottom: 30px;
}

.manage-account-title.eichy-coin-redeem {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.edit-icon-container {
  color: var(--b39068);
  cursor: pointer;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.edit-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.personal-submit-btn {
  opacity: 0;
  align-items: flex-end;
  margin-right: -15px;
  display: none;
}

.personal-info {
  margin-bottom: 60px;
  position: relative;
}

.personal-info-boarder {
  background-color: var(--e0e0e0);
  width: 100%;
  height: 1px;
  margin-top: 45px;
}

.personal-subscription {
  border: 1px solid var(--bdbdbd);
  color: var(--bdbdbd);
  cursor: pointer;
  background-color: #f2f2f2;
  align-items: center;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: flex;
}

.personal-subscription-click {
  border: 1px solid var(--b39068);
  opacity: 0;
  color: var(--b39068);
  cursor: pointer;
  background-color: #77b9d11a;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-right: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: none;
  position: absolute;
  inset: 0%;
}

.order-process {
  border-bottom: 1px solid var(--e0e0e0);
  background-color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.order-info {
  width: 70%;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.order-info.finish {
  align-items: flex-start;
  display: flex;
}

.order-status {
  text-align: center;
  border-radius: 5px;
  width: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 120%;
}

.order-status.arrive {
  color: var(--6fcf97);
  background-color: #d6e9de;
}

.order-status.deliver {
  color: var(--fcc008);
  background-color: #f8f0d5;
}

.order-status.process {
  color: var(--be1e2d);
  background-color: #f1e0e0;
}

.order-status.finish {
  color: var(--bdbdbd);
  background-color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
}

.order-process-bar {
  position: relative;
}

.bg-bar {
  background-color: #f2f2f2;
  border-radius: 100px;
  height: 6px;
}

.process-color-bar {
  z-index: 1;
  border-radius: 100px;
  height: 6px;
  position: absolute;
  inset: 0%;
}

.process-color-bar.arrive {
  background-color: var(--6fcf97);
  width: 80%;
}

.process-color-bar.deliver {
  background-color: var(--fcc008);
  width: 50%;
}

.process-color-bar.process {
  background-color: var(--be1e2d);
  width: 20%;
}

.read-more {
  color: var(--828282);
  cursor: pointer;
  align-items: center;
  margin-top: 15px;
  transition: color .5s;
  display: flex;
}

.read-more:hover {
  color: var(--b39068);
}

.order-close {
  display: none;
}

.order-read-more-icon {
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.order-list-container {
  opacity: 0;
  height: 0;
  margin-top: 40px;
  display: none;
  overflow: hidden;
}

.order-list-column {
  justify-content: space-around;
  display: flex;
}

.order-list-row {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.order-list-img {
  max-width: 100px;
}

.order-list-description {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 25px;
  position: relative;
}

.order-list-price {
  color: var(--828282);
  text-align: right;
  justify-content: space-around;
  font-family: Noto Sans TC, sans-serif;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

.order-num {
  width: 30%;
  margin-right: 25px;
  font-weight: 500;
  line-height: 26px;
}

.order-list-boarder {
  background-color: var(--e0e0e0);
  color: var(--e0e0e0);
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.order-list-heading {
  justify-content: space-between;
  display: flex;
}

.order-list-heading.finish {
  margin-bottom: -45px;
}

.order-img-thumbnail {
  background-color: #00000008;
  width: 65px;
  height: 65px;
  margin-left: 5px;
}

.img-thumbnail {
  display: flex;
}

.order-detail-container {
  justify-content: space-between;
  margin-top: 3px;
  margin-bottom: 3px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.search-btn {
  color: var(--white);
  cursor: pointer;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.order-detail {
  font-weight: 400;
}

.order-toal-price {
  margin-bottom: 30px;
}

.search-close-bg {
  z-index: 24;
  position: fixed;
  inset: 0%;
}

.deliver-detail {
  align-items: center;
  display: flex;
}

.deliver-info {
  color: var(--b39068);
  margin-left: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: underline;
}

.deliver-info:hover {
  color: var(--black);
}

.register-checkbox-tick {
  border: 1px solid var(--b39068);
  background-color: var(--2a3641);
  opacity: 0;
  color: var(--b39068);
  text-align: left;
  justify-content: space-between;
  margin-right: 15px;
  padding: 18px 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.register-process-text {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.register-step1 {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.register-step2, .register-step3, .register-step4, .register-step5 {
  opacity: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.contact-text {
  transition: color .5s;
}

.contact-text:hover {
  color: var(--b39068);
}

.news-button {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 4px;
  cursor: pointer;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding: 8px 20px;
  transition: color .8s, background-color .8s;
  display: flex;
}

.news-button:hover {
  background-color: var(--axol-brown);
  color: var(--white);
}

.header-logo-container {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 85px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.header-logo-container.ect-club {
  width: 100px;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.header-icon {
  color: var(--white);
  width: 20px;
  height: 20px;
}

.filter-drop-down-btn {
  color: var(--white);
  cursor: pointer;
  background-color: #506272;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  transition: color .5s;
  display: flex;
}

.filter-drop-down-btn:hover {
  color: var(--b39068);
}

.filter-content {
  margin-bottom: 30px;
}

.filter-drop-down-sec {
  color: var(--white);
  background-color: #506272;
  height: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  overflow: hidden;
}

.checkbox-container {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.checkbox-text {
  z-index: 1;
  cursor: pointer;
  padding-left: 40px;
  position: relative;
}

.header-icon-responsive {
  width: 20px;
  height: 20px;
  transition: color .5s;
}

.header-icon-responsive:hover {
  color: var(--b39068);
}

.login-mobile-boarder {
  padding-bottom: 0;
  padding-right: 0;
  display: none;
}

.filter-icon {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.page-description-link {
  color: var(--black);
  transition: color .5s;
}

.page-description-link:hover {
  color: var(--b39068);
}

.exclusive-disclaimer {
  font-size: 14px;
  line-height: 22px;
}

.description-line-edit {
  opacity: 0;
  border: 1px solid #bdbdbd;
  width: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.search-filter-list {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-card-behind-blue {
  background-color: #77b9d1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.description-line-blue-2 {
  opacity: 0;
  border: 1px solid #77b9d1;
  flex: none;
  width: 0;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
}

.social-media-hover {
  opacity: 0;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.product-feature-t1-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.download-list-item {
  width: 25%;
  padding-left: 1vw;
  padding-right: 1vw;
}

.overflow-hidden {
  overflow: hidden;
}

.carousel-mobile-l {
  display: none;
}

.home-logo-img {
  width: auto;
  height: 100%;
}

.brand-logo-link {
  display: block;
  position: relative;
}

.detail-comment-data-b {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 15px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.detail-comment-data-col {
  text-align: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.detail-comment-data-col-title {
  letter-spacing: 6px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
}

.detail-comment-rank-b {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.num-comment {
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
}

.average-star {
  background-image: url('../images/product-rate-star-of.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
}

.average-star._40p {
  width: 40%;
}

.lang-dropdown {
  margin-left: 20px;
}

.lang-dropdown-toggle {
  padding: 0;
  transition: opacity .8s;
}

.lang-dropdown-toggle:hover {
  opacity: .5;
}

.lang-dropdown-list {
  inset: auto auto 0% 50%;
  transform: translate(-50%, 100%);
}

.lang-dropdown-list.w--open {
  background-color: #0000;
}

.lang-dropdown-wrap {
  background-color: var(--333333);
  color: var(--white);
  border-radius: 10px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.lang-dropdown-link {
  color: var(--white);
  text-align: center;
  padding: 10px;
  font-size: 14px;
  line-height: 120%;
  transition: color .5s, background-color .5s;
}

.lang-dropdown-link:hover {
  color: var(--b39068);
  background-color: #00000080;
}

.p-register-content-b {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--e0e0e0);
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-register-remark-b {
  color: var(--333333);
}

.p-register-upload-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-register-remark-color {
  color: var(--greyish-brown);
}

.upload-item {
  border: 1px solid var(--e0e0e0);
  border-radius: 10px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.upload-title-b {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  font-weight: 700;
  display: flex;
}

.upload-num {
  border-right: 1px solid var(--e0e0e0);
  color: var(--axol-brand-green);
  text-align: center;
  flex: none;
  width: 70px;
  margin-right: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.upload-item-wrap {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.btn-upload {
  background-color: var(--axol-brown);
  border-radius: 20px;
  padding: 8px 20px;
  transition: background-color .5s;
}

.btn-upload:hover {
  background-color: var(--axol-custom-1);
  color: var(--white);
}

.upload-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.upload-file-link {
  color: var(--828282);
  transition: color .5s;
  display: block;
}

.upload-file-link:hover {
  color: var(--b39068);
}

.btn-upload-delete {
  background-image: url('../images/icon-close-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  transition: opacity .5s;
  display: block;
}

.btn-upload-delete:hover {
  opacity: .5;
}

.uploaded-b {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cs-item {
  border-top: 1px solid var(--axol-mint);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.cs-item-img-b {
  flex: none;
  width: 200px;
}

.cs-item-content {
  flex: 1;
  margin-left: 30px;
  position: relative;
}

.cs-modelno {
  flex: 1;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.cs-product-link {
  color: var(--greyish-brown);
  transition: color .5s;
}

.cs-product-link:hover {
  color: var(--axol-brown);
}

.cs-item-title-b {
  margin-bottom: 20px;
}

.cs-item-info-b {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -10px;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.cs-item-info-col {
  width: 50%;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.cs-item-info-wrap {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.cs-item-info-fieldname {
  border-right: 1px solid #000;
  flex: none;
  width: 120px;
  margin-right: 15px;
  padding-right: 15px;
  font-weight: 500;
}

.cs-item-info-data {
  flex: 1;
}

.cs-item-status-b {
  border-top: 1px solid var(--e0e0e0);
  margin-top: 20px;
  margin-bottom: -8px;
  padding-top: 8px;
  font-size: 14px;
  line-height: 120%;
}

.cs-item-status-row {
  border-bottom: 1px solid var(--e0e0e0);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  padding-bottom: 8px;
  display: flex;
}

.cs-item-status-fieldname {
  width: 120px;
  margin-right: 15px;
  font-weight: 500;
}

.cs-item-status-data {
  flex: 1;
}

.cs-item-top-b {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.cs-item-date {
  color: var(--828282);
  order: 1;
  font-size: 14px;
  line-height: 120%;
}

.cs-item-type {
  margin-top: 5px;
}

.cs-item-img {
  border-radius: 5px;
  overflow: hidden;
}

.home-item-slider {
  background-color: #0000;
  height: auto;
}

.common-slider-nav {
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.common-slider-nav.v-align-left {
  justify-content: flex-start;
}

.home-item-slide {
  width: 33.3%;
  padding-left: 1%;
  padding-right: 1%;
}

.home-item-slider-mask {
  margin: -10px -1%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-item-slide-link {
  color: var(--white);
  border-radius: 5px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.home-item-slide-link:hover {
  color: var(--white);
}

.home-item-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 64%;
  position: relative;
}

.home-item-img.img-1 {
  background-image: url('../images/home-item-photo-12x.png');
}

.home-item-img.v-product-detail {
  padding-top: 100%;
}

.home-item-overlay {
  background-color: #231f2040;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-item-overlay-l {
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 15px;
  display: flex;
}

.home-item-logo-b {
  width: 70px;
  margin-bottom: 15px;
}

._100-b {
  width: 100%;
  display: block;
  position: relative;
}

.home-item-btn-b {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 2px;
  text-shadow: none;
  border-radius: 30px;
  padding: 6px 25px;
  font-weight: 300;
  transition: all .8s;
  display: inline-block;
  position: relative;
}

.home-item-btn-b.v-black {
  background-color: var(--axol-brown);
  color: var(--white);
}

.home-pick-tab-menu {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.home-pick-tab-link {
  background-color: #0000;
  border-bottom: 2px solid #231f2000;
  margin-bottom: 10px;
  margin-left: 4.5%;
  margin-right: 4.5%;
  padding: 0 0 5px;
  transition: border-color .8s;
  display: block;
}

.home-pick-tab-link:hover {
  border-bottom-color: #231f2080;
}

.home-pick-tab-link.w--current {
  border-bottom: 2px solid var(--black);
  background-color: #0000;
}

.home-pick-tab-content {
  margin: 10px -10px -10px;
  padding: 10px;
}

.home-item-overlay-r {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  padding-right: 5%;
  display: flex;
}

.home-product-title {
  letter-spacing: 2px;
}

.home-product-price {
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.home-product-des {
  color: var(--silver);
  margin-top: 15px;
  font-size: 13px;
}

.img-item-mask {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.btn-top {
  background-color: var(--axol-custom-darkbrown);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 10px;
  transition: background-color .8s;
  display: block;
}

.btn-top:hover {
  background-color: var(--axol-custom-1);
}

.top-b {
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-news-btn-item {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-news-item-txt {
  letter-spacing: 3px;
  height: 100%;
  font-size: 20px;
  line-height: 120%;
}

.home-news-top {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.home-news-vid-b {
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.home-news-slider-mask {
  margin: -10px;
}

.home-news-slide {
  padding: 10px;
}

.home-news-vid-title {
  color: var(--black);
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: 900;
  line-height: 120%;
}

.home-news-img-b {
  width: 30%;
  max-width: 240px;
}

.home-banner-content-b {
  color: var(--white);
  text-shadow: 0 1px 20px #00000080;
  width: 50%;
}

.home-banner-content-b.v-black {
  color: var(--black);
}

.home-banner-title {
  letter-spacing: 6px;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.home-banner-description {
  margin-top: 5px;
  font-size: 20px;
  line-height: 120%;
}

.home-banner-link {
  height: 100%;
  display: block;
}

.home-banner-btn-b {
  margin-top: 30px;
}

.invisible-h1-b {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.brand-detail-top-txt-b {
  flex: 1;
}

.brand-series-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.brand-series-item {
  width: 33.3%;
  margin-bottom: 40px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.brand-series-link {
  display: block;
}

.brand-detail-title-img-b {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.video-thumb-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 56.25%;
  position: relative;
}

.video-thumb-img.vid-1 {
  background-image: url('../images/home-news-vid-thumb2x.png');
}

.vid-play-img-b {
  width: 50px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.brand-series-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 49.2%;
  position: relative;
}

.brand-series-img.img-1 {
  background-image: url('../images/brand-series-listing-img2x.png');
}

.brand-series-item-img-b {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.brand-series-item-title {
  letter-spacing: 5px;
  margin-top: 15px;
  font-size: 20px;
  line-height: 120%;
}

.filter-icon-delete {
  justify-content: center;
  align-items: center;
  width: 18px;
  display: flex;
}

.filtered-content-b {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.filtered-main-b {
  flex: 1;
}

.filter-col-b {
  flex: none;
  width: 240px;
  margin-right: 4%;
}

.product-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.product-item {
  width: 33.3%;
  max-width: 400px;
  margin-bottom: 40px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.product-link {
  display: block;
}

.product-item-img-b {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.product-item-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 56.7%;
  position: relative;
}

.product-item-img.img-1 {
  background-image: url('../images/product-listing-img-12x.jpg');
}

.product-item-img.img-2 {
  background-image: url('../images/product-listing-img-22x.jpg');
}

.product-item-title {
  letter-spacing: 5px;
  font-size: 20px;
  line-height: 120%;
}

.product-listing-banner-b {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.product-item-brand {
  letter-spacing: 3px;
  margin-bottom: 5px;
}

.product-item-txt-b {
  margin-top: 15px;
}

.product-item-price {
  color: var(--be1e2d);
  letter-spacing: 5px;
  font-size: 20px;
  line-height: 120%;
}

.filter-gp {
  letter-spacing: 4px;
  margin-bottom: 20px;
  position: relative;
}

.filter-title {
  background-color: var(--axol-brown);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  transition: background-color .8s;
  display: flex;
}

.filter-title:hover {
  background-color: var(--b39068);
}

.form-b {
  margin-bottom: 0;
}

.filter-expand-b {
  border-radius: 5px;
  overflow: hidden;
}

.filter-box {
  background-color: var(--greyish-brown);
  color: var(--white);
  border-radius: 5px;
  margin-top: 10px;
  padding: 15px 20px;
}

.filter-arrow-b {
  width: 10px;
}

.filter-gp-title {
  flex: 1;
  padding-left: 10px;
}

.filter-radio-list {
  margin-bottom: -10px;
}

.filter-radio-btn-field {
  margin-bottom: 10px;
  padding-left: 0;
}

.filter-radio-btn-content {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.filter-radio-circle {
  border: 1px solid var(--white);
  background-color: #fff0;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  transition: all .8s;
  display: flex;
}

.filter-radio-btn-txt {
  flex: 1;
  margin-left: 15px;
}

.filter-checkbox-field {
  margin-bottom: 10px;
  padding-left: 0;
}

.filter-checkbox-box {
  border: 1px solid var(--white);
  background-color: #fff0;
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  transition: all .8s;
  display: flex;
}

.filter-checkbox-tick {
  opacity: 0;
  background-image: url('../images/checkbox-tick-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  transition: opacity .8s;
}

.promotion-point-list {
  font-weight: 400;
}

.promotion-point {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.promotion-point-stars {
  flex: none;
  margin-right: 10px;
}

.promotion-point-txt {
  flex: 1;
}

.about-slide {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.about-slider-mask {
  margin: -10px;
  padding: 10px;
}

.news-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.news-list-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.news-banner-b {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

.news-banner-heading-b {
  position: absolute;
  inset: 0% auto auto 0%;
}

.news-banner-content-b {
  width: 60%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.news-banner-main-slider {
  background-color: #0000;
  border-radius: 5px;
  width: 80%;
  height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.news-banner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 64%;
  position: relative;
}

.news-banner-img.img-1 {
  background-image: url('../images/news-banner-img-1.jpg');
}

.news-banner-img.img-2 {
  background-image: url('../images/brand-detail-title-img2x.png');
}

.thumb-slider-img-b {
  border-radius: 5px;
  transition: opacity .8s;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.thumb-slider-img-b:hover {
  opacity: .6;
}

.thumb-slider-mask {
  margin-top: -10px;
  margin-bottom: -10px;
}

.common-btn {
  background-color: var(--axol-brown);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  border-radius: 30px;
  padding: 10px 20px;
  transition: background-color .8s, color .8s;
}

.common-btn:hover {
  background-color: var(--b39068);
  color: var(--white);
}

.common-btn.v-prev {
  background-image: url('../images/arrow-prev2x_1arrow-prev@2x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 30px;
}

.common-btn.v-next {
  background-image: url('../images/arrow-next2x_1arrow-next@2x.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-right: 30px;
}

.common-btn.v-step {
  background-color: var(--white);
  color: var(--black);
  min-width: 130px;
  font-size: 15px;
  line-height: 120%;
}

.common-btn.v-step:hover {
  background-color: var(--b39068);
  color: var(--white);
}

.common-btn.v-step.v-last-step {
  background-color: var(--e0e0e0);
}

.common-btn.v-step.v-last-step:hover {
  background-color: var(--axol-brand-green);
}

.common-btn.v-step.v-bk {
  background-color: var(--axol-brown);
  color: var(--white);
}

.common-btn.v-step.v-bk:hover {
  background-color: var(--b39068);
}

.common-btn.v-step-copy {
  background-color: var(--white);
  color: var(--black);
  min-width: 130px;
  font-size: 15px;
  line-height: 120%;
}

.common-btn.v-step-copy:hover {
  background-color: var(--b39068);
  color: var(--white);
}

.common-btn.v-step-copy.v-last-step {
  background-color: var(--e0e0e0);
}

.common-btn.v-step-copy.v-last-step:hover {
  background-color: var(--axol-brand-green);
}

.common-btn.v-table-cancel {
  letter-spacing: 1px;
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
}

.common-btn.v-100 {
  display: block;
}

.news-banner-title {
  color: var(--white);
  background-color: #93959880;
  border-radius: 5px;
  width: 50%;
  max-width: 300px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.news-banner-title-txt {
  font-size: 20px;
  line-height: 120%;
}

.news-banner-date {
  color: var(--silver);
  margin-top: 5px;
}

.news-banner-vid-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 56.25%;
  position: relative;
}

.news-banner-vid-img.vid-1 {
  background-image: url('../images/home-news-vid-thumb2x.png');
}

.news-banner-vid-img.vid-2 {
  background-image: url('../images/brand-detail-title-img2x.png');
}

.news-banner-vid-title {
  color: var(--white);
  background-color: #93959880;
  border-radius: 5px;
  width: 50%;
  max-width: 300px;
  margin: 10px;
  padding: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.login-content-b {
  text-align: center;
  margin-top: 80px;
}

.login-form-wrap {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.login-form-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.login-form-col {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.login-form-col.v-full {
  width: 100%;
}

.login-form-btn-b {
  text-align: center;
  margin-top: 30px;
}

.login-form-btn-b.v-register-1 {
  margin-top: 0;
}

.radio-btn-field {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 300;
}

.radio-circle {
  border: 2px solid var(--black);
  background-color: #231f2000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: all .8s;
  display: flex;
}

.radio-btn-content {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.radio-btn-txt, .checkbox-txt {
  flex: 1;
  margin-top: 1px;
  margin-left: 10px;
}

.checkbox-box {
  border: 2px solid var(--black);
  background-color: #231f2000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: all .8s;
  display: flex;
}

.checkbox-field {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 300;
}

.checkbox-field.v-inline {
  text-align: left;
  display: inline-block;
}

.checkbox-tick {
  opacity: 0;
  background-image: url('../images/checkbox-tick-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: opacity .8s;
}

.form-btn-gp {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.form-btn-item {
  padding-left: 10px;
  padding-right: 10px;
}

.radio-btn-gp {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.radio-btn-gp.v-center {
  justify-content: center;
}

.radio-item {
  padding-left: 10px;
  padding-right: 10px;
}

.form-gp-title {
  text-align: left;
  margin-bottom: 15px;
  font-weight: 400;
}

.form-gp-title.txt-center {
  text-align: center;
}

.subscribe-item {
  width: 33.3%;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.txt-register-thankyou {
  margin-bottom: 30px;
}

.short-content-wrap {
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  display: flex;
}

.txt-forgot-pw {
  text-align: right;
  margin-top: 10px;
}

.login-register-txt {
  margin-top: 15px;
}

.forgot-pw-back {
  margin-top: 30px;
}

.form-success {
  color: var(--black);
  letter-spacing: 2px;
  background-color: #e9e5e0;
  border-radius: 5px;
  padding: 20px;
  font-size: 15px;
  line-height: 120%;
}

.member-zone-b {
  max-width: 1440px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.member-zone-top-b {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.member-zone-content-box {
  background-color: var(--axol-mint);
  color: var(--black);
  border-radius: 5px;
  padding: 15px;
}

.member-zone-content-box.v-white {
  background-color: var(--white);
  color: var(--black);
}

.mz-no-regiester-txt {
  margin-bottom: 15px;
}

.registered-p-item-txt {
  margin-top: 15px;
}

.regiested-p-name {
  font-family: Noto Sans TC, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.register-p-info-row {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.register-p-info-fieldname {
  width: 50%;
}

.mz-register-add-icon {
  flex: none;
  width: 30px;
}

.form-wrap {
  text-align: center;
}

.common-form-col {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.common-form-col.v-full {
  width: 100%;
}

.common-form-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.common-form-row.v-comment {
  margin-bottom: 30px;
}

.mz-sub-heading {
  letter-spacing: 4px;
  font-weight: 400;
}

.textarea {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #b3906800;
  border-radius: 5px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 120px;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 130%;
  transition: border-color .8s;
}

.textarea:focus {
  border-style: solid;
  border-color: var(--b39068);
}

.textarea::placeholder {
  color: #231f2080;
}

.textarea.v-checkout {
  border-color: var(--e0e0e0);
}

.ak-club-img-b {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.membership-btn-gp {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.product-detail-slider-img-b {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.product-detail-slider-mask {
  margin: -10px;
}

.product-detail-des {
  margin-bottom: 20px;
}

.product-detail-vid-b {
  border-radius: 5px;
  max-width: 500px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.product-detail-tab {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.product-detail-tab-link {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #231f2000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: auto;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0 0 5px;
  transition: border-color .8s, color .8s;
}

.product-detail-tab-link:hover {
  color: var(--black);
  border-bottom-color: #231f2080;
}

.product-detail-tab-link.w--current {
  background-color: #0000;
  border-bottom-color: #231f20;
}

.write-comment-title {
  background-color: var(--axol-brown);
  color: var(--white);
  letter-spacing: 4px;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 25px 30px;
  font-size: 20px;
  line-height: 120%;
}

.write-comment-box {
  background-color: var(--axol-custom-1);
  color: var(--white);
  letter-spacing: 4px;
  border-radius: 5px;
  padding: 25px 30px;
  font-size: 20px;
  line-height: 120%;
}

.write-comment-box.v-rate {
  font-size: 15px;
  line-height: 120%;
}

.common-intro-p {
  font-weight: 400;
}

.rating-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.comment-item-name {
  border-bottom: 2px solid var(--black);
  letter-spacing: 4px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.comment-item-title {
  letter-spacing: 6px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.comment-p {
  font-size: 20px;
  line-height: 120%;
}

.product-feature-template {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 20px;
  line-height: 120%;
  overflow: hidden;
}

.product-feature-template.t2, .product-feature-template.t3 {
  background-color: var(--black-3);
  padding-top: 0;
  padding-bottom: 0;
}

.product-feature-1-title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.product-feature-t1-list {
  margin-bottom: -25px;
}

.product-feature-t2-row {
  background-color: var(--black-3);
  color: var(--white);
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
}

.product-feature-t2-bg {
  opacity: .4;
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.product-feature-t2-bg.even {
  background-image: url('../images/product-feature-bg-2.png');
  inset: 0% 0% auto auto;
}

.product-feature-t2-content {
  padding-left: 30%;
  padding-right: 30%;
}

.product-feature-t2-content.even {
  padding-left: 0%;
}

.product-feature-t2-content.odd {
  padding-right: 0%;
}

.product-feature-t3-bg {
  opacity: .3;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.product-feature-t3-content {
  border-left: 2px solid var(--white);
  color: var(--white);
  margin-left: 25%;
  padding: 5vw 2vw 10vw 5vw;
  position: relative;
}

.product-feature-t3-deco {
  background-color: var(--white);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 20px;
  height: 100px;
  margin-top: 5vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.product-feature-t4-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -25px;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.product-feature-t4-item {
  width: 33.3%;
  margin-bottom: 25px;
  padding-left: 1%;
  padding-right: 1%;
}

.product-feature-t4-box {
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 4px 4px 10px #00000040;
}

.product-feature-t4-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 56.7%;
}

.product-feature-t4-img.img-1 {
  background-image: url('../images/product-feature-bg-1.png');
}

.product-feature-t4-item-content {
  height: 100%;
  padding: 15px;
}

.ect-club-b {
  z-index: 20001;
  background-color: var(--white);
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.member-zone-index-col {
  border-top: 1px solid var(--e0e0e0);
  margin-top: 15px;
  padding-top: 20px;
}

.member-zone-index-content-b {
  margin-top: 20px;
}

.align-center {
  text-align: center;
}

.member-zone-index-content-product-row {
  flex-wrap: wrap;
  margin-top: -40px;
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
}

.member-zone-index-content-product-col {
  width: 25%;
  margin-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.member-zone-index-content-product-col-link-b {
  border: 1px solid var(--e0e0e0);
  border-radius: 10px;
  overflow: hidden;
}

.member-zone-index-personal-data-row {
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.member-zone-index-personal-data-col {
  width: 50%;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-light {
  font-weight: 300;
}

.member-zone-index-personal-data-text-b {
  margin-top: 5px;
}

.display-none {
  display: none;
}

.full-100 {
  width: 100%;
}

.text-weight-normal {
  font-weight: 400;
}

.member-zone-index-title-b {
  padding-right: 70px;
  position: relative;
}

.member-zone-index-edit-link-b {
  color: var(--greyish-brown);
  font-weight: 400;
  transition: all .5s, color .8s;
  display: flex;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.member-zone-index-edit-link-b:hover {
  transform: translate(0, -60%);
}

.member-zone-index-edit-link-icon {
  height: 20px;
  margin-right: 3px;
}

.member-zone-index-top-row {
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.member-zone-index-top-col-l {
  flex: 1;
  width: 55%;
  padding-left: 20px;
  padding-right: 20px;
}

.member-zone-index-top-col-r {
  flex: none;
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
}

.member-zone-index-top-exp-b {
  background-color: var(--axol-mint);
  border-radius: 100px;
  height: 12px;
  margin-top: 10px;
}

.member-zone-index-top-col-r-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.member-zone-index-top-col-r-col {
  max-width: 200px;
  padding-left: 40px;
  padding-right: 40px;
}

.member-zone-index-top-col-r-img-b {
  border: 1px solid var(--silver);
}

.member-zone-index-top-col-r-content-b {
  text-align: center;
  margin-top: 10px;
}

.member-zone-index-top-col-r-text-b {
  margin-top: 5px;
}

.member-zone-index-top-exp {
  background-color: var(--axol-brand-green);
  border-radius: 100px;
  width: 45%;
  height: 100%;
}

.ect-club-top-silder-slide, .ect-club-top-silder-mask {
  height: auto;
}

.ect-club-top-silder {
  background-color: #0000;
  height: auto;
}

.f3f2f2-bg {
  background-color: var(--white-smoke);
}

.ect-club-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ect-club-section.f3f2f2-bg {
  background-color: var(--axol-sand);
}

.ect-club-section.bg-mint {
  background-color: var(--axol-mint);
}

.ect-club-top-silder-nav {
  background-color: var(--axol-brown);
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: relative;
}

.ect-club-exclusive-privileges-content-row {
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.ect-club-exclusive-privileges {
  margin-top: 20px;
}

.ect-club-exclusive-privileges-link-b {
  display: block;
  position: relative;
  overflow: hidden;
}

.text-white {
  color: var(--white);
}

.ect-club-exclusive-privileges-link-bg-color {
  z-index: 1;
  background-image: linear-gradient(to right, #03030300 15%, var(--black-3));
  position: absolute;
  inset: 0%;
}

.ect-club-exclusive-privileges-link-bg-color.reverse {
  background-image: linear-gradient(to left, #03030300 15%, var(--black-3));
}

.ect-club-exclusive-privileges-link-txt-b {
  z-index: 2;
  word-break: keep-all;
  margin-top: 30px;
  margin-left: 3%;
  margin-right: 3%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ect-club-exclusive-privileges-link-txt-b.reverse {
  inset: 0% auto auto 0%;
}

.ect-club-exclusive-privileges-content-col-l {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.ect-club-exclusive-privileges-content-col-r {
  width: 480px;
  padding-left: 20px;
  padding-right: 20px;
}

.ect-club-exclusive-privileges-content-col-link-b {
  background-image: linear-gradient(#00000080, #03030300 40%), url('../images/news-vid-12x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  width: 100%;
  min-height: 195px;
  transition-property: all;
  display: block;
}

.ect-club-exclusive-privileges-content-col-link-b:hover {
  transform: translate(0, -5px);
}

.ect-club-exclusive-privileges-content-col-link-b-txt {
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

.subtitle {
  letter-spacing: 7px;
  font-size: 32px;
  line-height: 120%;
}

.subtitle.ect-club {
  margin-top: 3px;
}

.ect-club-exclusive-privileges-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -15px;
  margin-left: -7px;
  margin-right: -7px;
  display: flex;
}

.ect-club-exclusive-privileges-col {
  color: var(--white);
  width: 20%;
  margin-top: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

.ect-club-exclusive-privileges-col-content {
  background-color: #2b2c2d;
  border-radius: 12px;
  height: 100%;
  padding: 20px;
}

.ect-club-exclusive-privileges-slider {
  background-color: #0000;
  height: auto;
}

.ect-club-exclusive-privileges-slider-mask {
  margin: -10px -1%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ect-club-exclusive-privileges-slider-slide {
  width: 33.3%;
  padding-left: 1%;
  padding-right: 1%;
}

.ect-club-exclusive-privileges-slider-link-b {
  color: var(--white);
  border-radius: 5px;
  font-size: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.ect-club-exclusive-privileges-slider-link-b:hover {
  color: var(--white);
}

.ect-club-exclusive-privileges-slider-link-b-text {
  z-index: 2;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.ect-club-exclusive-privileges-slider-link-bg {
  position: relative;
}

.ect-club-exclusive-privileges-slider-link-bg-color {
  z-index: 1;
  background-color: #0303034d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ect-club-exclusive-privileges-content-b {
  margin-top: 10px;
  font-weight: 500;
}

.show-from-mobile {
  display: none;
}

.ect-club-top-silder-slide-title {
  z-index: 1;
  letter-spacing: 6px;
  margin-top: 140px;
  margin-right: 10%;
  font-size: 4vw;
  line-height: 120%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ect-club-all {
  flex: 1;
  padding-top: 80px;
  overflow: hidden;
}

.ect-club-coins-tnc-b {
  background-color: var(--f8f8f8);
  padding: 30px;
}

.ect-club-coins-tnc-txt-b {
  margin-top: 20px;
}

.ect-club-item-slider {
  margin-top: 30px;
}

.ect-club-inner-banner {
  background-image: linear-gradient(#0006, #0006), url('../images/ect-inner-page-banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 400px;
}

.ect-club-inner-banner-text {
  letter-spacing: 5px;
  text-transform: uppercase;
  border-width: 1px;
  border-color: #fff;
  margin-top: 10px;
  font-size: 15px;
}

.ect-club-workshop-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90%;
  position: relative;
}

.ect-club-workshop-img.img-1 {
  background-image: url('../images/product-listing-img-12x.jpg');
}

.ect-club-workshop-img.img-2 {
  background-image: url('../images/product-listing-img-22x.jpg');
}

.ect-club-workshop-img.img-3 {
  background-image: url('../images/banner6.png');
}

.ect-club-workshop-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.ect-club-workshop-item {
  width: 25%;
  margin-bottom: 40px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.ect-club-workshop-link {
  display: block;
}

.ect-club-workshop-img-b {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.ect-club-workshop-img-mask {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.ect-club-workshop-txt-b {
  margin-top: 15px;
}

.ect-club-workshop-title {
  letter-spacing: 5px;
  font-size: 20px;
  line-height: 120%;
}

.ect-club-workshop-txt {
  letter-spacing: 3px;
  margin-bottom: 5px;
}

.ect-club-worksop-top-slider-b {
  margin-top: 40px;
}

.ect-club-content {
  height: 100vh;
  overflow: auto;
}

.show-from-tablet-inline-b {
  display: none;
}

.div-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mz-eichycoin-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mz-eichycoin-menu-item {
  margin-left: 40px;
}

.mz-eichycoin-menu-link {
  text-align: center;
}

.mz-eichycoin-menu-coin-title {
  font-weight: 500;
  overflow: hidden;
}

.mz-eichycoins-gift-list-filter-b {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.mz-eichycoins-gift-list-filter-item {
  margin-right: 40px;
}

.mz-eichycoins-gift-list-filter-link {
  font-weight: 500;
}

.mz-eichycoins-gift-list-filter-link.w--current {
  text-decoration: underline;
}

.mz-eichycoins-gift-item {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.mz-eichycoins-gift-item-img-b {
  flex: none;
  width: 300px;
  overflow: hidden;
}

.mz-eichycoins-gift-item-detail {
  letter-spacing: 1px;
  flex: 1;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}

.mz-eichycoins-gift-item-point-b {
  text-align: center;
  flex-wrap: wrap;
  flex: none;
  align-content: center;
  width: 200px;
  font-weight: 500;
  overflow: hidden;
}

.mz-eichycoins-gift-item-point-txt {
  color: var(--b39068);
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 17px;
  overflow: hidden;
}

.mz-eichycoins-gift-item-detail-content {
  width: 100%;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}

.mz-eichycoins-gift-item-brand {
  margin-bottom: 10px;
  overflow: hidden;
}

.mz-eichycoins-gift-item-name {
  border-bottom: 1px solid var(--black);
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  overflow: hidden;
}

.mz-eichycoins-gift-item-des {
  margin-bottom: 20px;
  overflow: hidden;
}

.mz-eichycoins-gift-item-more-link {
  color: var(--greyish-brown);
  font-weight: 500;
  text-decoration: underline;
  overflow: hidden;
}

.mz-eichycoins-gift-item-more-link:hover {
  color: var(--axol-brown);
  overflow: hidden;
}

.mz-eichycoins-gift-item-main {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.mz-eichy-log-table {
  position: relative;
}

.mz-eichy-log-table-top {
  z-index: 100;
  background-color: var(--black);
  color: var(--white);
  padding: 10px;
  font-weight: 500;
  position: sticky;
  top: 80px;
}

.mz-eichy-log-table-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.mz-eichy-log-table-col {
  padding-left: 10px;
  padding-right: 10px;
}

.mz-eichy-log-table-col.point-log.col-coin {
  width: 100px;
}

.mz-eichy-log-table-col.point-log.col-item {
  flex: 1;
}

.mz-eichy-log-table-col.point-log.col-date {
  width: 200px;
}

.mz-eichy-log-table-col.redemption-log.col-img {
  width: 90px;
}

.mz-eichy-log-table-col.redemption-log.col-name {
  flex: 1;
}

.mz-eichy-log-table-col.redemption-log.col-points {
  width: 12%;
}

.mz-eichy-log-table-col.redemption-log.col-date {
  width: 15%;
}

.mz-eichy-log-table-col.redemption-log.col-collect {
  width: 12%;
}

.mz-eichy-log-table-col.redemption-log.col-cancel {
  text-align: right;
  width: 90px;
}

.mz-eichy-log-table-col.redemption-log.col-status {
  width: 10%;
}

.mz-eichy-log-table-content {
  position: relative;
}

.mz-eichy-log-table-row {
  background-color: var(--f8f8f8);
  letter-spacing: 0;
  padding: 10px;
}

.mz-eichy-log-table-fieldname {
  display: none;
}

.mz-eichy-log-title {
  color: var(--greyish-brown);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.mz-eichylog-show-qr-link {
  color: var(--greyish-brown);
  font-weight: 500;
  text-decoration: underline;
}

.mz-eichylog-show-qr-link:hover {
  color: var(--axol-brown);
}

.mz-eichy-redemption-canceled-box {
  background-color: var(--axol-custom-notice);
  color: var(--black);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-weight: 500;
}

.mz-eichy-qr-box {
  width: 200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.mz-eichy-redeem-title {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.mz-eichy-redeem-content-b {
  border-top: 2px solid var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
}

.mz-eichy-redeem-terms-ul {
  margin-bottom: 0;
  padding-left: 0;
}

.mz-eichy-redeem-terms-li {
  background-image: url('../images/bullet.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: 5px;
  padding-left: 20px;
}

.mz-eichy-redeem-back-b {
  text-align: center;
  margin-top: 30px;
}

.product-detail-form-row {
  margin-bottom: 20px;
}

.product-detail-form-row-name {
  margin-bottom: 5px;
  font-weight: 500;
}

.product-option-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.product-option-item {
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.product-option-radio-btn {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
}

.product-option-radio-content {
  border: 1px solid var(--black);
  border-radius: 10px;
  padding: 5px 10px;
  transition: border-color .8s, color .8s, background-color .8s;
  position: relative;
}

.product-option-radio-content:hover {
  background-color: var(--axol-brand-green);
}

.product-quatity-b {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-quantity {
  background-color: var(--axol-brand-green);
  background-image: url('../images/icon-minus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  flex: none;
  width: 25px;
  height: 25px;
  transition-property: background-color;
}

.btn-quantity:hover {
  background-color: var(--greyish-brown);
}

.btn-quantity.v-minus {
  background-image: url('../images/icon-add.svg');
}

.product-quatity-field-b {
  width: 80px;
  margin-left: 10px;
  margin-right: 10px;
}

.product-quantity-field {
  border: 1px solid var(--e0e0e0);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 130%;
  transition: border-color .8s;
}

.product-quantity-field:focus {
  border-style: solid;
  border-color: var(--b39068);
}

.product-quantity-field::placeholder {
  color: #231f2080;
}

.product-quantity-field.txt-center {
  text-align: center;
}

.product-quantity-field.v-grey {
  background-color: var(--white-smoke);
}

.product-quantity-field.v-grey.no-edit::placeholder {
  color: var(--black);
}

.product-quantity-field.no-edit {
  opacity: .5;
}

.header-icon-cart {
  margin-left: 20px;
  padding: 0;
  transition-property: opacity;
}

.header-icon-cart:hover {
  opacity: .5;
}

.cart-row {
  background-color: var(--f8f8f8);
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  line-height: 120%;
  display: flex;
}

.cart-item-img-b {
  border: 1px solid var(--axol-custom-2);
  flex: none;
  width: 100px;
  margin-right: 20px;
}

.cart-row-main {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart-item-info-b {
  flex: 1;
}

.cart-item-name {
  font-weight: 500;
}

.cart-item-option {
  margin-top: 5px;
  font-size: 15px;
  line-height: 119%;
}

.cart-item-qty {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}

.cart-item-subtotal {
  text-align: right;
  width: 140px;
  font-weight: 500;
}

.cart-item-price-b {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 5px;
  font-size: 15px;
  line-height: 120%;
  display: flex;
}

.cart-item-original-price {
  color: var(--828282);
  margin-left: 10px;
  text-decoration: line-through;
}

.cart-row-delete {
  background-image: url('../images/icon-close-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 15px;
  height: 15px;
  margin-left: 20px;
  transition: opacity .5s;
  display: block;
}

.cart-row-delete:hover {
  opacity: .5;
}

.cart-total-b {
  border-top: 1px solid var(--axol-brown);
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.cart-total-fieldname {
  margin-right: 20px;
}

.cart-total-price {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.cart-content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.cart-next-b {
  text-align: right;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.checkout-gp-title-b {
  background-color: var(--greyish-brown);
  color: var(--white);
  padding: 10px 20px;
  font-weight: 500;
}

.checkout-step-b {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.checkout-step-item {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.checkout-step-content {
  text-align: center;
  flex: none;
  position: relative;
}

.checkout-step-num {
  background-color: var(--e0e0e0);
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.checkout-step-num.v-on {
  background-color: var(--axol-brand-green);
  color: var(--white);
}

.checkout-step-title {
  margin-top: 5px;
  font-weight: 500;
  position: relative;
}

.checkout-step-line-b {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.checkout-step-line {
  background-color: var(--bdbdbd);
  flex: 1;
  height: 1px;
}

.checkout-step-line.v-on {
  background-color: var(--axol-brand-green);
}

.checkout-content-row {
  margin-bottom: 30px;
}

.checkout-content-box {
  background-color: var(--f8f8f8);
  padding: 20px;
}

.checkout-info-wrap {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.checkout-info-col {
  padding-left: 10px;
  padding-right: 10px;
}

.checkout-info-col.col-deliver-payment {
  flex: 1;
}

.checkout-info-col.col-summary {
  width: 400px;
}

.checkout-info-col.col-info {
  width: 50%;
  margin-bottom: 20px;
}

.checkout-form-row {
  margin-bottom: 25px;
}

.checkout-form-field-label {
  margin-bottom: 5px;
  font-weight: 700;
}

.checkout-field-remark {
  margin-top: 5px;
  font-size: 14px;
  line-height: 120%;
}

.checkout-breakdown-row {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.checkout-breakdown-row.v-total {
  font-weight: 700;
}

.checkout-breakdown-fieldname {
  flex: 1;
  margin-right: 10px;
}

.checkout-breakdown-price {
  flex: none;
}

.checkout-breakdown-price.v-total {
  font-size: 24px;
  line-height: 120%;
}

.checkout-breakdown-total {
  border-top: 1px solid var(--333333);
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  font-weight: 700;
  display: flex;
}

.checkout-total-b {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 400px;
}

.checkout-btn-item {
  padding-left: 10px;
  padding-right: 10px;
}

.checkout-prev-link {
  font-weight: 500;
  text-decoration: underline;
}

.checkout-phone-b {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkout-form-country-code {
  width: 120px;
  margin-right: 10px;
}

.checkout-phone-no {
  flex: 1;
}

.checkout-multi-row {
  margin-top: 5px;
}

.address-district-gp {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.address-district-col {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.checkout-terms {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--black);
  padding-top: 20px;
  padding-bottom: 10px;
}

.checkout-terms-row {
  margin-bottom: 10px;
}

.checkout-thankyou-b {
  text-align: center;
  margin-bottom: 30px;
}

.checkout-thankyou {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 120%;
}

.checkout-order-time {
  margin-bottom: 10px;
}

.add-to-cart-b {
  display: inline-block;
  position: relative;
}

.added-to-cart-notice-box {
  z-index: 1000;
  background-color: var(--white);
  transform: translate(100%);
  box-shadow: 0 2px 10px #0000001a;
}

.add-to-cart-item {
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.add-to-cart-item-img {
  flex: none;
  width: 80px;
  margin-right: 10px;
}

.add-to-cart-item-info {
  flex: 1;
}

.add-to-cart-item-name {
  font-weight: 700;
}

.added-to-cart-notice-title {
  background-color: var(--axol-brown);
  color: var(--white);
  padding: 5px 10px;
  font-weight: 500;
}

.added-to-cart-notice {
  z-index: 1000;
  pointer-events: none;
  width: 100%;
  max-width: 300px;
  margin-top: 100px;
  padding-bottom: 12px;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.footer-webdesign-link {
  color: var(--axol-sand);
}

.cart-promotional-code-b {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cart-promotional-code-edit-b {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.cart-promotional-code-field {
  width: 200px;
  margin-right: 10px;
}

.cart-promotional-code-subtotal {
  flex: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.nav-dropdown-col-wrap {
  flex-flow: wrap;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
}

.nav-dropdown-col {
  width: 33.3333%;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-dropdown-col._2-col {
  text-align: center;
  width: 50%;
}

.nav-dropdown-col-title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.home-activities-b {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-activities-col-img-vid {
  width: 40%;
  margin-right: 40px;
}

.home-activities-img-vid-b {
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 4px 4px 5px #00000040;
}

.home-activities-col-content {
  flex: 1;
}

.home-activities-txt-b {
  margin-bottom: 20px;
}

.home-activities-content-btn-b {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.home-activities-content-btn-item {
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.activities-detail-heading {
  border-bottom: 2px solid var(--black);
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.activities-apply-title {
  border-bottom: 1px solid var(--black);
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.activities-apply-option-item {
  border: 1px solid var(--axol-brand-green);
  border-radius: 10px;
  margin-bottom: 5px;
  overflow: hidden;
}

.activities-apply-radio-field {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.activities-apply-radio-content {
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  transition: background-color .8s;
  display: flex;
}

.activities-apply-radio-circle {
  border: 1px solid var(--axol-brand-green);
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.activities-apply-radio-dot {
  background-color: var(--axol-brand-green);
  opacity: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  transition: opacity .8s;
}

.activities-apply-radio-txt {
  flex: 1;
  margin-left: 10px;
}

.activities-apply-option-detail {
  background-color: var(--axol-mint);
  overflow: hidden;
}

.activities-apply-option-detail-wrap {
  padding: 10px;
}

.activities-apply-option-price-b {
  margin-bottom: 15px;
}

.activities-apply-option-price-title {
  margin-bottom: 10px;
  font-weight: 500;
}

.activities-apply-option-price-row {
  border-top: 1px solid var(--axol-mint);
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.activities-apply-option-price-row.v-cross {
  text-decoration: line-through;
}

.activities-apply-option-price-fieldname {
  flex: 1;
  margin-right: 10px;
}

.activities-apply-option-price-data {
  flex: none;
}

.activities-apply-option-info-b {
  margin-bottom: 15px;
}

.activities-apply-option-info-list {
  margin-bottom: 0;
  padding-left: 0;
}

.activities-apply-option-info-list-item {
  background-image: url('../images/bullet.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 5px;
  margin-bottom: 5px;
  padding-left: 15px;
}

.gender-radio-gp {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gender-radio-item {
  margin-right: 15px;
}

.activities-field-wrap {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.activities-field-col-half {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.activities-field-date-b {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.activities-field-date-field {
  width: 100px;
  padding-left: 5px;
  padding-right: 5px;
}

html.w-mod-js [data-ix="common-scroll-from-bottom"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="common-scroll-from-left"], html.w-mod-js [data-ix="delay-scroll-from-left"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="common-scroll-from-right"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="common-scale-0-05"] {
  opacity: 0;
  transform: scale(1.05);
}

html.w-mod-js [data-ix="nav-dropdown-list"] {
  height: 0;
}

html.w-mod-js [data-ix="checkbox-initital"] {
  opacity: 0;
}

html.w-mod-js [data-ix="video-list-card"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="comment-dropdown-list"] {
  height: 0;
}

html.w-mod-js [data-ix="in-process-initial"] {
  width: 20%;
}

html.w-mod-js [data-ix="personal-pw-form-initial"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

@media screen and (min-width: 1280px) {
  .container-full-width {
    padding-left: 7%;
    padding-right: 7%;
  }

  .nav-dropdown {
    letter-spacing: 3px;
  }

  .header-warp {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sticky-social-section {
    width: 50px;
  }

  .filter {
    margin-left: 135px;
  }

  .filter-select-div {
    margin-left: auto;
    margin-right: auto;
  }

  .registered-p-link {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-list-img {
    background-color: #fff;
  }

  .product-detail-r {
    padding-left: 5%;
  }

  .list-container {
    padding-left: 135px;
    padding-right: 135px;
  }

  .product-feature-content {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .title-detail-container {
    padding-bottom: 50px;
  }

  .news-card-container {
    width: 25%;
  }

  .news-list-img, .video-list-img {
    background-color: #fff;
  }

  .blog-container {
    width: 33.33%;
  }

  .blog-list-img {
    background-color: #fff;
  }

  .contactus-title-container {
    padding-bottom: 50px;
  }

  .contact-form-column {
    padding-right: 130px;
  }

  .membership-container {
    margin-left: -135px;
    margin-right: -135px;
  }

  .membership-content {
    padding-left: 135px;
    padding-right: 135px;
  }

  .htj-step-container {
    width: 130%;
  }

  .map-card-container {
    width: 25%;
  }

  .personal-page-menu {
    padding-left: 135px;
  }

  .registered-p-item {
    width: 25%;
  }

  .home-item-slide {
    width: 33.3%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .home-item-slider-mask {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .home-item-btn-b {
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-product-price {
    letter-spacing: 5px;
  }

  .home-news-slider-mask {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .brand-series-item-title {
    font-size: 24px;
  }

  .product-list {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .product-item {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .product-item-title, .product-item-price {
    font-size: 24px;
  }

  .news-list {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .product-feature-t2-row {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .product-feature-t3-content {
    padding-top: 7vw;
    padding-left: 7vw;
  }

  .product-feature-t3-deco {
    margin-top: 7vw;
  }

  .product-feature-t4-list {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .product-feature-t4-item {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .ect-club-exclusive-privileges-slider-mask {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .ect-club-exclusive-privileges-slider-slide {
    width: 33.3%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .ect-club-top-silder-slide-title {
    margin-top: 150px;
    font-size: 52px;
  }

  .ect-club-workshop-list {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .ect-club-workshop-item {
    width: 33.33%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .ect-club-workshop-title {
    font-size: 24px;
  }

  .mz-eichycoins-gift-item-detail {
    margin-left: 50px;
    margin-right: 50px;
    overflow: hidden;
  }

  .mz-eichycoins-gift-item-point-b {
    margin-right: 40px;
    overflow: hidden;
  }

  .nav-dropdown-col-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-dropdown-col {
    width: 16.6667%;
  }
}

@media screen and (max-width: 991px) {
  .container-full-width {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-banner {
    background-position: 50%;
    background-size: cover;
  }

  .banner-tlc {
    box-shadow: none;
  }

  .nav-dropdown-toggle {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .nav-dropdown {
    color: var(--black);
    padding-left: 0;
    padding-right: 0;
    transition: color .4s;
  }

  .nav-dropdown:hover {
    color: var(--b39068);
  }

  .header-section {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    flex: 0 auto;
    width: 100vw;
    height: 100vh;
    padding: 80px 5%;
    position: fixed;
    inset: 0% auto auto 0%;
    overflow: auto;
  }

  .nav-dropdown-list {
    position: relative;
    transform: none;
  }

  .nav-dropdown-list.w--open {
    background-color: var(--axol-brand-green);
    width: 100%;
    position: relative;
  }

  .menu-button {
    z-index: 3;
    margin-left: 5%;
    margin-right: 0%;
    padding: 0;
    position: absolute;
    inset: 50% auto auto 0%;
    transform: translate(0, -50%);
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-dropdown-section {
    text-align: left;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .header-icon-container {
    margin-right: 5%;
    position: absolute;
    inset: 50% 0% auto auto;
    transform: translate(0, -50%);
  }

  .nav-dropdown-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-burger1, .menu-burger2, .menu-burger3 {
    background-color: var(--white);
    width: 40px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-burger1-black, .menu-burger2-black, .menu-burger3-black {
    background-color: var(--black);
    width: 40px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button-black {
    z-index: 3;
    opacity: 0;
    margin-left: 5%;
    padding: 0;
    display: block;
    position: absolute;
    inset: 50% auto auto 0%;
    transform: translate(0, -50%);
  }

  .menu-button-black.w--open {
    background-color: #0000;
  }

  .section-subtitle {
    text-transform: uppercase;
  }

  .regiested-p-brand {
    font-size: 13px;
  }

  .regiested-p-series {
    font-size: 18px;
  }

  .product-card-open {
    overflow: visible;
  }

  .heading-container.home-pick {
    margin-bottom: 20px;
  }

  .footer-container {
    padding: 40px 5% 20px;
    display: block;
  }

  .footer-row {
    justify-content: space-between;
    width: 100%;
  }

  .footer-list-title {
    margin-bottom: 30px;
  }

  .header-container {
    text-align: center;
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .header-warp {
    justify-content: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .news-and-video-container-row {
    width: 100%;
  }

  .news-and-video-container-row.col-r {
    margin-top: 20px;
    padding-left: 0%;
  }

  .news-and-video-container {
    display: block;
  }

  .footer-social-media-container {
    width: 100%;
    margin-top: 40px;
  }

  .footer-title {
    margin-bottom: 30px;
  }

  .news-button-container {
    justify-content: flex-end;
    margin-left: -10px;
    margin-right: -10px;
  }

  .login-mobile-container {
    min-width: 100%;
    display: none;
  }

  .login-text {
    margin-left: 40px;
    padding-left: 0;
  }

  .sticky-social-section {
    background-color: var(--axol-custom-darkbrown);
    align-items: center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: sticky;
    top: auto;
    bottom: 0;
    right: auto;
    transform: none;
  }

  .sticky-social-media-container {
    border-right: 1px solid var(--828282);
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    margin-right: 30px;
    padding: 0 30px 0 0;
  }

  .sticky-social-media-icon {
    width: 40px;
  }

  .footer-b {
    padding-bottom: 40px;
  }

  .filter-container {
    margin-left: 5%;
  }

  .filter {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
    margin-left: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
  }

  .product-detail-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .product-detail-l {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .product-detail-r {
    width: 100%;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .list-container {
    padding: 60px 5%;
  }

  .product-feature-content {
    width: 100%;
    margin-top: 25px;
  }

  .detail-spec-l {
    width: 25%;
  }

  .detail-spec-r {
    width: 75%;
  }

  .download-content {
    font-size: 24px;
  }

  .new-product-bg {
    background-position: 50%;
  }

  .logo-link {
    height: 60px;
  }

  .title-detail-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .title-detail-r {
    width: 100%;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .title-detail-l {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .branding-listing-logo {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .branding-listing-logo.search {
    width: 33.3%;
  }

  .detail-wt-thumb-slide {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .detail-wt-slider-thumb {
    margin-left: -5px;
    margin-right: -5px;
  }

  .detail-wt-slider-thumb-arrow {
    width: 25px;
    height: 50px;
  }

  .news-card-container {
    width: 50%;
    min-width: 0;
  }

  .news-card-container.v-search {
    width: 33.3%;
  }

  .news-detail-img {
    width: 100%;
    padding-right: 0;
  }

  .news-detail-button {
    position: static;
  }

  .video-card-container {
    width: 50%;
  }

  .video-popup {
    padding-left: 5%;
    padding-right: 5%;
  }

  .video-close-btn {
    top: 1%;
    right: 6%;
  }

  .blog-list {
    margin-left: -2%;
    margin-right: -2%;
  }

  .blog-container {
    padding-left: 2%;
    padding-right: 2%;
  }

  .contactus-title-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contactus-column {
    display: block;
  }

  .contactus-image {
    width: 100%;
    padding-right: 0;
  }

  .contactus-info {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  .contactus-contemt {
    font-weight: 700;
  }

  .contact-form-row {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .contact-form-column {
    padding-right: 30px;
    font-size: 14px;
  }

  .about-us-img {
    height: 370px;
    margin-top: 80px;
  }

  .membership-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .membership-popup-container.exclusive {
    height: 80vh;
  }

  .htj-step-container {
    width: 300%;
  }

  .htj-step.stepfive {
    width: 240px;
  }

  .exclusive-content {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .exclusive-detail {
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .comment-section-row {
    width: 100%;
  }

  .comment-section-row.col-l {
    padding-right: 0;
  }

  .comment-section-column {
    display: block;
  }

  .client-recommend {
    margin-top: 10px;
  }

  .map-content-column {
    margin-top: 0;
  }

  .blog-slider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .login-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .register-heading {
    margin-top: 80px;
  }

  .personal-page-menu {
    padding-left: 5%;
  }

  .pesonal-page-menu-row {
    margin-left: 5%;
  }

  .registered-products-empty {
    align-items: center;
  }

  .registered-p-item {
    width: 33.3%;
  }

  .order-info.finish {
    display: block;
  }

  .order-status.finish {
    margin-top: 15px;
    margin-left: 0;
  }

  .order-list-heading.finish {
    margin-bottom: -5px;
  }

  .header-logo-container.ect-club {
    width: 90px;
  }

  .filter-content {
    width: 48%;
    margin-bottom: 15px;
    position: relative;
  }

  .filter-drop-down-sec {
    z-index: 5;
    width: 100%;
    position: absolute;
  }

  .filter-drop-down-sec.top {
    z-index: 6;
  }

  .download-list-item {
    width: 33.3%;
  }

  .brand-logo-link {
    height: 60px;
  }

  .detail-comment-data-b {
    margin-bottom: 30px;
  }

  .upload-num {
    width: 60px;
    margin-right: 15px;
    font-size: 24px;
  }

  .btn-upload {
    text-align: center;
    width: 100%;
    display: block;
  }

  .upload-wrap {
    display: block;
  }

  .uploaded-b {
    margin-top: 5px;
  }

  .cs-item-img-b {
    width: 150px;
  }

  .cs-item-content {
    margin-left: 15px;
  }

  .cs-item-title-b {
    margin-bottom: 15px;
  }

  .cs-item-info-wrap {
    border-left: 1px solid var(--black);
    padding-left: 10px;
    display: block;
  }

  .cs-item-info-fieldname {
    border-right-style: none;
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .home-item-slide {
    width: 50%;
  }

  .home-pick-tab-link {
    margin-left: 3%;
    margin-right: 3%;
  }

  .home-pick-tab-content {
    margin-top: 0;
  }

  .btn-top {
    border-radius: 50px;
    width: 40px;
    margin-top: 0;
  }

  .home-news-btn-item {
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-news-top {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .home-news-img-b {
    max-width: 200px;
  }

  .home-banner-content-b {
    width: 60%;
  }

  .brand-series-item-title {
    font-size: 18px;
  }

  .filter-col-b {
    width: 200px;
  }

  .product-list {
    margin-left: -2%;
    margin-right: -2%;
  }

  .product-item {
    width: 50%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .product-item-title, .product-item-brand, .product-item-price {
    font-size: 18px;
  }

  .filter-gp {
    letter-spacing: 2px;
  }

  .filter-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .filter-radio-btn-txt {
    margin-left: 10px;
  }

  .news-list {
    margin-left: -2%;
    margin-right: -2%;
  }

  .news-list-title {
    font-size: 18px;
  }

  .news-banner-content-b {
    width: 70%;
  }

  .news-banner-title {
    width: auto;
    max-width: none;
    margin-bottom: 10px;
    margin-left: 10px;
    inset: auto 0% 0%;
  }

  .news-banner-title-txt {
    font-size: 18px;
  }

  .news-banner-vid-title {
    width: auto;
    max-width: none;
    margin-bottom: 10px;
    margin-left: 10px;
    inset: auto 0% 0%;
  }

  .radio-btn-txt, .checkbox-txt {
    margin-left: 10px;
  }

  .comment-item-name {
    letter-spacing: 2px;
    font-size: 15px;
  }

  .comment-item-title {
    letter-spacing: 4px;
  }

  .comment-p, .product-feature-template {
    font-size: 15px;
  }

  .product-feature-1-title {
    font-size: 24px;
  }

  .product-feature-t2-row {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .product-feature-t3-content {
    padding-top: 8vw;
    padding-bottom: 12vw;
    padding-right: 0;
  }

  .product-feature-t3-deco {
    width: 15px;
    height: 75px;
    margin-top: 8vw;
  }

  .product-feature-t4-item {
    width: 50%;
  }

  .member-zone-index-content-product-row {
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .member-zone-index-content-product-col {
    width: 50%;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .member-zone-index-top-row {
    margin-left: -5%;
    margin-right: -5%;
    display: block;
  }

  .member-zone-index-top-col-l {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .member-zone-index-top-col-r {
    width: 100%;
    margin-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .member-zone-index-top-col-r-row {
    margin-left: -5%;
    margin-right: -5%;
  }

  .member-zone-index-top-col-r-col {
    padding-left: 5%;
    padding-right: 5%;
  }

  .ect-club-exclusive-privileges-content-col-r {
    width: 350px;
  }

  .ect-club-exclusive-privileges-col {
    width: 33.33%;
  }

  .ect-club-exclusive-privileges-slider-slide {
    width: 50%;
  }

  .ect-club-top-silder-slide-title {
    margin-top: 80px;
    margin-right: 8%;
  }

  .ect-club-inner-banner-text {
    text-transform: uppercase;
  }

  .ect-club-workshop-list {
    margin-left: -2%;
    margin-right: -2%;
  }

  .ect-club-workshop-item {
    width: 50%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .ect-club-workshop-title, .ect-club-workshop-txt {
    font-size: 18px;
  }

  .ect-club-content {
    padding-bottom: 30px;
  }

  .hidden-from-tablet {
    display: none;
  }

  .show-from-tablet-inline-b {
    display: inline-block;
  }

  .mz-eichycoins-gift-item-img-b {
    width: 250px;
    overflow: hidden;
  }

  .mz-eichycoins-gift-item-detail {
    overflow: hidden;
  }

  .mz-eichycoins-gift-item-point-b {
    text-align: left;
    width: auto;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
  }

  .mz-eichycoins-gift-item-main {
    display: block;
    overflow: hidden;
  }

  .cart-row {
    padding: 15px;
  }

  .checkout-info-col.col-summary {
    width: 300px;
  }

  .cart-promotional-code-b {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-dropdown-col-wrap {
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .nav-dropdown-col-title {
    padding-left: 15px;
  }

  .home-activities-col-img-vid {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  body {
    letter-spacing: 1px;
  }

  .home-banner {
    height: 450px;
  }

  .banner-tlc {
    color: var(--white);
    text-shadow: none;
  }

  .banner-content {
    margin-top: 65px;
  }

  .nav-dropdown {
    transition: color .5s;
  }

  .nav-dropdown:hover {
    color: var(--b39068);
  }

  .header-section {
    height: 65px;
  }

  .nav-menu {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .header-icon-section {
    display: block;
  }

  .header-icon-section.member {
    display: none;
  }

  .nav-dropdown-section {
    position: static;
  }

  .header-icon-container {
    display: flex;
  }

  .nav-dropdown-link:hover {
    background-color: #231f20;
  }

  .menu-burger1, .menu-burger2 {
    width: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu-burger3, .menu-burger1-black, .menu-burger2-black, .menu-burger3-black {
    width: 30px;
  }

  .section-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-content.v-login {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .section-subtitle {
    letter-spacing: 3px;
    font-size: 13px;
  }

  .section-heading {
    letter-spacing: 10px;
    font-size: 30px;
  }

  .heading-container {
    margin-bottom: 40px;
  }

  .heading-container.page {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-row {
    flex-wrap: wrap;
  }

  .footer-list {
    width: 50%;
    margin-bottom: 40px;
  }

  .news-and-video-container-row {
    padding-bottom: 0;
  }

  .date-lanuch {
    font-size: 13px;
  }

  .footer-social-media-container {
    margin-top: auto;
  }

  .news-button-container {
    justify-content: flex-start;
    margin-left: -5px;
    margin-right: -5px;
  }

  .login-mobile-container {
    color: var(--black);
    align-items: center;
    transition: color .5s;
    display: flex;
  }

  .login-mobile-container:hover {
    color: var(--b39068);
  }

  .login-text {
    font-size: 14px;
  }

  .footer-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 19px;
    display: block;
  }

  .heading-title-margin {
    padding-top: 65px;
  }

  .branding-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .filter {
    flex-wrap: wrap;
  }

  .filter-select {
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 10px;
  }

  .filter-name {
    font-size: 14px;
  }

  .product-detail-name {
    margin-bottom: 40px;
    font-size: 34px;
  }

  .list-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-feature-img {
    width: auto;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-feature-content {
    padding-left: 0;
    padding-right: 0;
  }

  .specification-list {
    display: block;
  }

  .detail-spec-l {
    width: auto;
    margin-bottom: 20px;
  }

  .detail-spec-r {
    width: auto;
  }

  .spec-detail {
    font-size: 14px;
  }

  .download-list {
    justify-content: space-between;
  }

  .download-content {
    min-height: 300px;
    font-size: 20px;
  }

  .comment-title {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .detail-tab-link.v-member {
    width: 50%;
  }

  .logo-link {
    height: 50px;
  }

  .section-home-ogo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .title-detail-r {
    margin-top: 25px;
  }

  .brand-detail-icon {
    width: 70px;
    height: 70px;
  }

  .brand-country {
    font-size: 20px;
  }

  .brand-detail-name {
    font-size: 34px;
  }

  .home-banner-slider {
    height: 450px;
  }

  .branding-listing-logo {
    width: 33.3%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .branding-listing-logo.search {
    width: 50%;
  }

  .detail-wt-slider-arrow {
    width: 30px;
    margin-left: 3%;
    transition: all .5s;
    display: block;
    inset: 50% auto auto 0%;
    transform: translate(0, -50%);
  }

  .detail-wt-slider-arrow:hover {
    transform: translate(-5px)translate(0, -50%);
  }

  .detail-wt-slider-arrow.right {
    margin-right: 3%;
    inset: 50% 0% auto auto;
  }

  .detail-wt-slider-arrow.right:hover {
    transform: translate(5px)translate(0, -50%);
  }

  .detail-wt-slider-nav {
    margin-bottom: -50px;
    display: none;
  }

  .disclaimer-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .all {
    background-size: auto;
  }

  .page-title-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .news-card-container, .news-card-container.v-search {
    width: 50%;
  }

  .news-detail-title {
    margin-bottom: 40px;
  }

  .news-detail-heading {
    font-size: 28px;
    line-height: 120%;
  }

  .news-detail-button {
    margin-top: 40px;
  }

  .video-list-row {
    margin-left: -2%;
    margin-right: -2%;
  }

  .video-card-container {
    width: 50%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .blog-list {
    margin-left: -2vw;
    margin-right: -2vw;
  }

  .blog-container {
    width: 50%;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .blog-paragraph {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .contactus-image {
    height: 350px;
  }

  .contactus-contemt {
    margin-bottom: 15px;
  }

  .contact-form-row {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
  }

  .contact-form-column {
    width: 100%;
    padding-bottom: 25px;
    padding-right: 0;
  }

  .contact-form-column.form {
    width: 100%;
  }

  .form-field {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-field.v-checkout {
    margin-bottom: 0;
  }

  .form-select-field {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-us-remark {
    margin-top: 20px;
  }

  .about-us-img {
    background-position: 0%;
    height: 300px;
    margin-top: 65px;
  }

  .about-us-container {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .about-us-row {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    margin-top: 25px;
    font-size: 14px;
  }

  .about-us-slider {
    margin-top: 25px;
  }

  .membership-container {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .membership-row {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .membership-title {
    margin-top: 20px;
  }

  .membership-content-margin {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .membership-popup-container {
    height: 80%;
  }

  .htj-step-container {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: auto;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
  }

  .membership-popup-title {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .htj-step {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .htj-step.stepfive {
    width: auto;
    height: auto;
  }

  .htj-step.finish {
    width: auto;
  }

  .htj-arrow {
    width: 5%;
    height: auto;
    margin-left: 47.5%;
    margin-right: auto;
    padding-top: 5%;
    transform: rotate(90deg);
  }

  .membership-popup-disclaimer {
    font-size: 14px;
  }

  .htj-hover-btn {
    margin-left: 30px;
    margin-right: 30px;
  }

  .exclusive-container {
    margin-left: 30px;
    margin-right: 30px;
    display: block;
  }

  .exclusive-row {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .exlusive-img {
    min-height: auto;
    padding-bottom: 30px;
  }

  .exlusive-disclaimer {
    margin-left: 30px;
    margin-right: 30px;
  }

  .client-comment-section {
    margin-top: 20px;
  }

  .client-comment-column {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-profile-pic {
    width: 60px;
    height: 60px;
  }

  .client-recommend {
    margin-top: 10px;
  }

  .client-comment-date {
    letter-spacing: 2px;
  }

  .map-content-column {
    margin-left: -2vw;
    margin-right: -2vw;
  }

  .map-card-container {
    width: 50%;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .blog-slider {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .membership-container-full-width-overflow {
    height: 35vh;
    overflow: auto;
  }

  .tow-content {
    font-size: 14px;
    line-height: 24px;
  }

  .search-container {
    padding-left: 10%;
    padding-right: 10%;
  }

  .search-bar {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
  }

  .search-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .search-filter {
    margin-left: 20px;
    padding: 5px 15px;
  }

  .header {
    height: 65px;
  }

  .login-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .register-heading {
    margin-top: 50px;
  }

  .personal-page-menu {
    justify-content: flex-start;
    width: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .personal-page-title {
    margin-bottom: 20px;
    display: block;
  }

  .pesonal-page-menu-row {
    margin: 2px 5% 2px 0%;
    padding-bottom: 2px;
  }

  .registered-products-empty {
    display: block;
  }

  .register-p-info-data {
    margin-left: 0;
  }

  .registered-p-item {
    width: 50%;
    min-width: 0;
  }

  .manage-account-title.eichy-coin-redeem {
    display: block;
    overflow: hidden;
  }

  .order-list-column {
    display: block;
  }

  .order-list-row {
    justify-content: space-between;
    width: 100%;
  }

  .order-list-img {
    width: 30%;
    max-width: none;
    display: block;
  }

  .order-list-description {
    text-align: right;
  }

  .order-num {
    text-align: center;
  }

  .img-thumbnail {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .checkbox-text {
    padding-left: 30px;
  }

  .login-mobile-boarder {
    background-color: var(--black);
    height: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
    display: block;
  }

  .filter-icon {
    width: 12px;
    height: 12px;
  }

  .exclusive-disclaimer {
    font-size: 14px;
  }

  .product-feature-t1-row {
    display: block;
  }

  .download-list-item {
    width: 50%;
  }

  .carousel {
    display: none;
  }

  .carousel-mobile-l {
    display: block;
  }

  .brand-logo-link {
    height: 50px;
  }

  .detail-comment-data-col-title {
    font-size: 18px;
  }

  .p-register-content-b {
    font-size: 14px;
  }

  .upload-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .home-item-slide {
    width: 100%;
  }

  .home-item-slide-link {
    box-shadow: 2px 2px 3px #00000040;
  }

  .home-pick-tab-menu {
    justify-content: flex-start;
  }

  .home-pick-tab-link {
    margin-left: 0%;
  }

  .home-news-btn-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .home-news-item-txt {
    font-size: 18px;
  }

  .home-news-top {
    display: block;
  }

  .home-banner-content-b {
    width: 70%;
  }

  .home-banner-title {
    font-size: 34px;
  }

  .home-banner-description {
    margin-top: 10px;
    font-size: 14px;
  }

  .brand-series-item {
    width: 50%;
  }

  .vid-play-img-b {
    width: 40px;
  }

  .filter-icon-delete {
    width: 12px;
    height: 12px;
  }

  .filtered-content-b {
    display: block;
  }

  .filter-col-b {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .product-item {
    width: 50%;
    margin-bottom: 30px;
  }

  .filter-gp {
    margin-bottom: 5px;
  }

  .filter-box {
    margin-top: 2px;
  }

  .news-banner-b {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .news-banner-heading-b {
    position: static;
  }

  .news-banner-content-b {
    width: 100%;
    margin-top: -20px;
  }

  .news-banner-main-slider {
    width: 90%;
  }

  .login-content-b {
    margin-top: 65px;
  }

  .login-form-row {
    margin-left: -2%;
    margin-right: -2%;
  }

  .login-form-col {
    padding-left: 2%;
    padding-right: 2%;
  }

  .member-zone-top-b {
    margin-bottom: 15px;
    display: block;
  }

  .common-form-col {
    padding-left: 2%;
    padding-right: 2%;
  }

  .common-form-row {
    margin-left: -2%;
    margin-right: -2%;
  }

  .textarea {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .write-comment-title {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 120%;
  }

  .write-comment-box {
    padding: 20px;
    font-size: 15px;
    line-height: 120%;
  }

  .comment-item-title {
    font-size: 20px;
  }

  .product-feature-t2-row {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-feature-t2-content {
    padding: 10% 0%;
  }

  .product-feature-t3-content {
    margin-left: 0%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .product-feature-t3-deco {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 2vw;
    height: 60px;
    margin-top: 100px;
  }

  .product-feature-t4-list {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .product-feature-t4-item {
    width: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .product-feature-t4-box {
    height: auto;
    display: block;
  }

  .member-zone-index-content-product-row {
    margin-top: -15px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .member-zone-index-content-product-col {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .member-zone-index-personal-data-col {
    width: 100%;
  }

  .member-zone-index-top-col-r-col {
    width: 33.33%;
    max-width: none;
  }

  .ect-club-exclusive-privileges-content-col-r {
    width: 100%;
    margin-top: 20px;
  }

  .ect-club-exclusive-privileges-content-col-link-b {
    min-height: 150px;
  }

  .ect-club-exclusive-privileges-col {
    width: 50%;
  }

  .ect-club-exclusive-privileges-slider-slide {
    width: 100%;
  }

  .ect-club-exclusive-privileges-slider-link-b {
    box-shadow: 2px 2px 3px #00000040;
  }

  .ect-club-top-silder-slide-title {
    margin-top: 60px;
    margin-right: 5%;
  }

  .ect-club-all {
    padding-top: 60px;
  }

  .ect-club-inner-banner {
    height: 300px;
  }

  .ect-club-inner-banner-text {
    letter-spacing: 3px;
    font-size: 13px;
  }

  .ect-club-workshop-item {
    width: 50%;
    margin-bottom: 30px;
  }

  .mz-eichycoin-menu {
    justify-content: flex-start;
    margin-top: 10px;
    overflow: hidden;
  }

  .mz-eichycoin-menu-item {
    margin-left: 0;
    margin-right: 20px;
    overflow: hidden;
  }

  .mz-eichycoin-menu-link {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .mz-eichycoin-menu-coin-title {
    margin-right: 5px;
    overflow: hidden;
  }

  .mz-eichycoins-gift-list-filter-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    overflow: hidden;
  }

  .mz-eichycoins-gift-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    overflow: hidden;
  }

  .mz-eichycoins-gift-item-img-b {
    width: auto;
    max-width: 300px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .mz-eichycoins-gift-item-detail, .mz-eichycoins-gift-item-point-b {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .mz-eichycoins-gift-item-point-txt {
    font-size: 15px;
    overflow: hidden;
  }

  .mz-eichycoins-gift-item-brand {
    margin-bottom: 5px;
    font-size: 14px;
    overflow: hidden;
  }

  .mz-eichycoins-gift-item-name {
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 120%;
    overflow: hidden;
  }

  .mz-eichycoins-gift-item-des {
    margin-bottom: 15px;
    overflow: hidden;
  }

  .mz-eichycoins-gift-item-main {
    overflow: hidden;
  }

  .mz-eichy-log-table-top {
    display: none;
  }

  .mz-eichy-log-table-wrap {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .mz-eichy-log-table-col {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mz-eichy-log-table-col.point-log.col-date {
    width: 100%;
  }

  .mz-eichy-log-table-col.redemption-log.col-name {
    flex: 0 auto;
    width: 100%;
  }

  .mz-eichy-log-table-col.redemption-log.col-points, .mz-eichy-log-table-col.redemption-log.col-date, .mz-eichy-log-table-col.redemption-log.col-collect {
    width: 50%;
  }

  .mz-eichy-log-table-col.redemption-log.col-cancel {
    text-align: left;
    width: 100%;
  }

  .mz-eichy-log-table-col.redemption-log.col-status {
    width: 50%;
  }

  .mz-eichy-log-table-content {
    border-top: 2px solid var(--black);
  }

  .mz-eichy-log-table-row {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mz-eichy-log-table-fieldname {
    font-weight: 500;
    display: block;
  }

  .mz-eichy-redeem-title {
    font-size: 18px;
  }

  .product-quantity-field {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-icon-cart {
    display: block;
  }

  .header-icon-cart.member {
    display: none;
  }

  .cart-row {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    position: relative;
  }

  .cart-item-img-b {
    margin-right: 15px;
  }

  .cart-row-main {
    flex-flow: wrap;
  }

  .cart-item-info-b {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 10px;
  }

  .cart-item-name {
    padding-right: 20px;
  }

  .cart-item-qty {
    flex: 1;
    margin-left: 0;
  }

  .cart-item-subtotal {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cart-row-delete {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .cart-total-b {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cart-next-b {
    margin-top: 30px;
  }

  .checkout-gp-title-b {
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkout-step-num {
    width: 25px;
    height: 25px;
  }

  .checkout-step-title {
    letter-spacing: 0;
    font-size: 14px;
  }

  .checkout-content-row {
    margin-bottom: 20px;
  }

  .checkout-content-box {
    padding: 15px;
  }

  .checkout-info-wrap {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .checkout-info-col {
    padding-left: 0;
    padding-right: 0;
  }

  .checkout-info-col.col-deliver-payment {
    margin-bottom: 30px;
  }

  .checkout-info-col.col-summary {
    width: auto;
  }

  .checkout-info-col.col-info {
    width: 100%;
  }

  .checkout-breakdown-price.v-total {
    font-size: 20px;
  }

  .checkout-thankyou {
    font-size: 28px;
  }

  .cart-promotional-code-field {
    width: 180px;
  }

  .cart-promotional-code-subtotal {
    font-size: 16px;
  }

  .nav-dropdown-col {
    width: 50%;
  }

  .home-activities-b {
    display: block;
  }

  .home-activities-col-img-vid {
    width: auto;
    max-width: 400px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-activities-content-btn-b {
    margin-left: -5px;
    margin-right: -5px;
  }

  .home-activities-content-btn-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .activities-detail-heading {
    margin-bottom: 40px;
    font-size: 34px;
  }

  .activities-field-date-field {
    width: 90px;
  }
}

@media screen and (max-width: 479px) {
  .home-banner {
    height: 450px;
  }

  .home-banner.banner1 {
    background-position: 50%;
    background-size: cover;
  }

  .header-icon-section {
    margin-left: 5px;
    margin-right: 5px;
  }

  .nav-dropdown-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-dropdown-link:hover {
    background-color: #818b6a;
  }

  .section-heading {
    font-size: 22px;
  }

  .footer-list-title {
    margin-bottom: 30px;
    font-size: 12px;
  }

  .footer-list-content {
    font-size: 12px;
  }

  .footer-title {
    margin-bottom: 30px;
  }

  .sticky-social-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky-social-media-container {
    margin-right: 10px;
    padding-right: 10px;
  }

  .sticky-social-media-icon {
    width: 35px;
  }

  .filter-name {
    padding-right: 5px;
  }

  .product-detail-name {
    margin-bottom: auto;
  }

  .product-detail-price-container {
    flex-wrap: wrap;
  }

  .product-feature-img {
    width: 100%;
  }

  .download-list {
    margin-left: -2vw;
    margin-right: -2vw;
  }

  .download-content {
    min-height: 250px;
    padding: 20px 5vw 70px;
    font-size: 16px;
  }

  .download-content-button {
    margin-bottom: 20px;
    margin-right: 5vw;
  }

  .detail-tabs {
    flex-wrap: wrap;
    justify-content: center;
  }

  .detail-tab-link {
    justify-content: center;
    align-items: center;
    width: 33.3%;
    display: flex;
  }

  .logo-link {
    height: 45px;
  }

  .brand-detail-icon {
    width: 60px;
    height: 60px;
  }

  .brand-detail-name {
    margin-bottom: auto;
    font-size: 28px;
  }

  .branding-listing-logo {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .branding-listing-logo.search {
    width: 100%;
  }

  .detail-wt-thumb-slide, .detail-wt-thumb-slide.v-product {
    width: 33.3%;
  }

  .all {
    background-position: 50% 100%;
  }

  .news-card-container {
    width: auto;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .news-card-container.v-search {
    width: 100%;
  }

  .news-detail-heading {
    font-size: 24px;
  }

  .video-list-row {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .video-card-container {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-list {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .blog-container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .contactus-image {
    height: 250px;
  }

  .contactus-row {
    display: block;
  }

  .contactus-row-content {
    width: 100%;
  }

  .contact-form-column {
    align-items: center;
  }

  .membership-popup-container {
    width: 90%;
  }

  .htj-arrow {
    width: 10%;
    margin-left: 45%;
    padding-top: 10%;
  }

  .exlusive-img {
    padding-bottom: 20px;
  }

  .exclusive-content, .membership-disclaimer-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .exlusive-disclaimer {
    margin-top: 20px;
  }

  .client-profile-pic {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }

  .client-comment {
    width: 80%;
  }

  .client-comment-date {
    margin-top: 15px;
    position: static;
  }

  .map-card-container {
    width: 100%;
  }

  .faq-list-q {
    padding-right: 50px;
  }

  .tow-title {
    font-size: 14px;
  }

  .search-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hot-search {
    display: block;
  }

  .search-filter {
    margin: 5px 10px 5px 0;
  }

  .register-heading {
    display: block;
  }

  .personal-page-menu {
    width: 100%;
  }

  .personal-page-title {
    justify-content: space-between;
    align-items: flex-end;
  }

  .register-p-info-data {
    margin-left: 15px;
  }

  .registered-p-item, .order-info {
    width: 100%;
  }

  .img-thumbnail {
    display: none;
  }

  .header-logo-container {
    width: 75px;
  }

  .search-filter-list {
    margin-top: 5px;
  }

  .download-list-item {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .brand-logo-link {
    height: 45px;
  }

  .detail-comment-data-b {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .detail-comment-data-col {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .num-comment {
    font-size: 30px;
  }

  .lang-dropdown {
    margin-right: 10px;
  }

  .p-register-content-b {
    margin-top: 15px;
  }

  .upload-num {
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
    line-height: 120%;
  }

  .btn-upload {
    text-align: center;
    display: block;
  }

  .upload-file-link {
    white-space: normal;
  }

  .cs-item {
    display: block;
  }

  .cs-item-img-b {
    width: 100%;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .cs-item-content {
    margin-left: 0;
  }

  .cs-modelno {
    margin-right: 0;
  }

  .cs-item-top-b {
    display: block;
  }

  .cs-item-img {
    margin-bottom: 20px;
  }

  .home-item-overlay {
    padding: 12px;
  }

  .home-product-des {
    display: none;
  }

  .btn-top {
    width: 35px;
  }

  .home-news-item-txt {
    font-size: 15px;
    line-height: 120%;
  }

  .home-banner-content-b {
    width: 100%;
  }

  .home-banner-title {
    font-size: 26px;
    line-height: 30px;
  }

  .brand-series-list {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .brand-series-item {
    width: auto;
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .product-list {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .product-item {
    width: auto;
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .news-list {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .news-banner-main-slider {
    width: 100%;
  }

  .login-form-row {
    margin-bottom: 0;
  }

  .login-form-col {
    width: 100%;
    margin-bottom: 10px;
  }

  .login-form-btn-b {
    margin-top: 20px;
  }

  .subscribe-item {
    text-align: left;
    width: 50%;
  }

  .member-zone-b {
    overflow: hidden;
  }

  .member-zone-content-box {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .common-form-col {
    width: 100%;
    margin-bottom: 10px;
  }

  .common-form-row, .common-form-row.v-comment {
    margin-bottom: 0;
  }

  .product-detail-tab {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .product-detail-tab-link {
    border-bottom-color: #231f204d;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-bottom: 10px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .write-comment-title {
    margin-bottom: 10px;
  }

  .product-feature-1-title {
    font-size: 20px;
  }

  .product-feature-t2-content {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .product-feature-t3-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .product-feature-t3-deco {
    margin-top: 80px;
  }

  .member-zone-index-top-col-r-col {
    width: 50%;
  }

  .ect-club-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ect-club-exclusive-privileges-content-col-link-b {
    min-height: 120px;
  }

  .subtitle {
    font-size: 24px;
  }

  .ect-club-exclusive-privileges-col {
    width: 100%;
  }

  .show-from-mobile {
    display: block;
  }

  .hide-from-mobile {
    display: none;
  }

  .ect-club-top-silder-slide-title {
    letter-spacing: 3px;
    margin-top: 40px;
  }

  .ect-club-coins-tnc-b {
    padding: 20px;
  }

  .ect-club-item-slider {
    margin-top: 20px;
  }

  .ect-club-inner-banner {
    height: 200px;
  }

  .ect-club-workshop-list {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .ect-club-workshop-item {
    width: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .mz-eichycoins-gift-list-filter-list {
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: hidden;
  }

  .mz-eichycoins-gift-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .mz-eichy-log-table-col.point-log.col-item {
    flex: 0 auto;
    width: 100%;
  }

  .mz-eichy-log-table-col.redemption-log.col-name {
    flex: 0 auto;
  }

  .mz-eichy-qr-box {
    width: 150px;
  }

  .header-icon-cart {
    margin-left: 5px;
    margin-right: 5px;
  }

  .cart-row {
    padding: 10px;
  }

  .cart-item-img-b {
    width: 80px;
  }

  .cart-total-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkout-thankyou {
    font-size: 22px;
  }

  .cart-promotional-code-b {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .cart-promotional-code-edit-b {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .cart-promotional-code-field {
    flex: 1;
  }

  .cart-promotional-code-subtotal {
    text-align: right;
  }

  .nav-dropdown-col {
    width: 100%;
  }

  .nav-dropdown-col-title {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .activities-detail-heading {
    margin-bottom: auto;
  }
}


