@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, input, select, textarea, caption, tbody, tfoot, thead, tr, th, td, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  vertical-align: top;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

button, input, select, textarea {
  display: block;
  outline: none;
}

a {
  cursor: pointer;
  display: block;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

*::-moz-placeholder {
  color: #aaa;
}

*::placeholder {
  color: #aaa;
}

*:-ms-input-placeholder {
  color: #aaa;
}

*::-ms-input-placeholder {
  color: #aaa;
}

.main {
  width: 100%;
  background-color: #fff;
}

.container {
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    width: 1320px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .container {
    width: 990px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.full-container {
  position: relative;
  width: 100%;
}

.heading {
  width: 100%;
  background-color: #f1f2f4;
}
.heading__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
  height: 90px;
}
@media (max-width: 991px) {
  .heading__block {
    height: 80px;
    padding-top: 0;
  }
}
.heading__box {
  width: 100%;
}
.heading__title {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .heading__title {
    font-size: 28px;
    font-weight: 400;
  }
}
.heading__bread {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
}
.heading__bread-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-right: 5px;
}
.heading__bread-list::after {
  content: "/";
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 991px) {
  .heading__bread-list::after {
    font-size: 14px;
  }
}
.heading__bread-list:last-child::after {
  content: none;
}
.heading__bread-list:last-child a {
  color: #30b2c3;
}
.heading__bread a {
  max-width: 96px;
  max-height: 1.4em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  overflow: hidden;
}
@media (max-width: 991px) {
  .heading__bread a {
    max-width: 84px;
    font-size: 14px;
  }
}
.heading__bread a:hover {
  color: #30b2c3;
}

.common__loading {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/loading.svg");
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 999999;
}
.common__title {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .common__title {
    margin-bottom: 25px;
  }
}
.common__title h2 {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.4;
  color: #222;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  .common__title h2 {
    font-size: 24px;
  }
}
.common__title p {
  width: 100%;
  max-width: 375px;
  margin: 10px auto 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
}
.common__lightbox {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow: auto;
  z-index: 999999;
}
.common__lightbox--active {
  display: block;
}
.common__lightbox--acting .common__lightbox-overlay {
  opacity: 1;
}
.common__lightbox--acting .common__lightbox-bg {
  opacity: 1;
}
.common__lightbox--acting .common__lightbox-box {
  transform: scale(1);
  opacity: 1;
}
.common__lightbox-block {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 25px;
}
.common__lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  z-index: 1;
}
.common__lightbox-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  z-index: 1;
}
.common__lightbox-box {
  position: relative;
  max-width: 100%;
  transform: scale(0);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  z-index: 2;
}
.common__lightbox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Arial", "Baskerville", "monospace";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #333;
  border-radius: 15px;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.common__lightbox-close:hover {
  opacity: 0.7;
}

.pagenation {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .pagenation {
    margin-top: 30px;
  }
}
.pagenation__prev {
  width: 40px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #eee;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .pagenation__prev {
    width: 36px;
    height: 30px;
  }
}
.pagenation__prev svg, .pagenation__prev img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.pagenation__prev svg path, .pagenation__prev img path {
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.pagenation__prev:hover {
  border-color: #30b2c3;
}
.pagenation__prev:hover svg path {
  fill: #30b2c3;
}
.pagenation__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 35px;
  font-size: 13px;
  color: #555;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .pagenation__btn {
    width: 36px;
    height: 30px;
  }
}
.pagenation__btn:hover {
  color: #30b2c3;
  border-color: #30b2c3;
}
.pagenation__btn:nth-child(n+2) {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .pagenation__btn:nth-child(n+2) {
    margin-left: 5px;
  }
}
.pagenation__btn--active {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.pagenation__btn--active:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.pagenation__next {
  width: 40px;
  height: 35px;
  margin-left: 10px;
  background-color: #fff;
  border: 1px solid #eee;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .pagenation__next {
    width: 36px;
    height: 30px;
    margin-left: 5px;
  }
}
.pagenation__next svg, .pagenation__next img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.pagenation__next svg path, .pagenation__next img path {
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.pagenation__next:hover {
  border-color: #30b2c3;
}
.pagenation__next:hover svg path {
  fill: #30b2c3;
}

.gototop {
  position: fixed;
  bottom: 80px;
  right: 30px;
  display: none;
  width: 60px;
  height: 60px;
  background-color: #30b2c3;
  background-image: url(../images/gototop.svg);
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  z-index: 998;
}
@media (max-width: 991px) {
  .gototop {
    display: block;
    bottom: 80px;
    right: 20px;
    width: 36px;
    height: 36px;
    background-size: 22px 22px;
    border-width: 1px;
  }
}
.gototop:hover {
  opacity: 0.7;
}

.gotoline {
  position: fixed;
  bottom: 150px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-image: url(../images/footer/line.png);
  background-size: 60px 60px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  z-index: 998;
}
@media (max-width: 991px) {
  .gotoline {
    display: block;
    bottom: 125px;
    right: 20px;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    border-width: 1px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header > h1 {
  display: none;
}
.header ~ .main {
  padding-top: 215px;
}
@media (max-width: 991px) {
  .header ~ .main {
    padding-top: 102px;
  }
}
@media (min-width: 992px) {
  .header--active .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    transform: translateY(-100%);
    opacity: 0;
    animation-name: headerAnimation;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-direction: normal;
    animation-fill-mode: forwards;
    z-index: 999;
  }
  @keyframes headerAnimation {
    0% {
      transform: translateY(-100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0%);
      opacity: 1;
    }
  }
}
@media (max-width: 991px) {
  .header--active .header-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
    z-index: 999;
  }
}
.header-topbar {
  width: 100%;
  background-color: #e3e3e3;
}
.header-topbar__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 45px;
}
@media (max-width: 991px) {
  .header-topbar__block {
    height: 32px;
  }
}
.header-topbar__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
@media (max-width: 991px) {
  .header-topbar__text {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .header-topbar__text {
    font-size: 0;
  }
}
.header-topbar__link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.header-topbar__link-list:nth-child(n+2) {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #333;
}
@media (max-width: 991px) {
  .header-topbar__link-list:nth-child(n+2) {
    padding-left: 10px;
    margin-left: 10px;
  }
}
.header-topbar__link-btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .header-topbar__link-btn {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .header-topbar__link-btn {
    font-size: 12px;
  }
}
.header-topbar__link-btn:hover {
  color: #30b2c3;
}
.header-topbar__link-name {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
@media (max-width: 991px) {
  .header-topbar__link-name {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .header-topbar__link-name {
    font-size: 12px;
  }
}
.header-topbar__link-name span {
  display: block;
  max-width: 3em;
  max-height: 1em;
  overflow: hidden;
}
.header-info {
  width: 100%;
  background-color: #fff;
}
@media (min-width: 992px) {
  .header-info {
    position: relative;
    z-index: 2;
  }
}
.header-info__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .header-info__block {
    height: 85px;
  }
}
.header-info__search {
  width: 280px;
}
@media (max-width: 991px) {
  .header-info__search {
    display: none;
  }
}
.header-info__search form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}
.header-info__search input {
  width: calc(100% - 45px);
  height: 45px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background-color: #ededed;
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.header-info__search input:focus {
  box-shadow: 0 0 5px rgba(48, 178, 195, 0.7);
}
.header-info__search button {
  width: 45px;
  height: 45px;
  background-color: #30b2c3;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px 0px;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.header-info__search button:hover {
  opacity: 0.7;
}
.header-info__logo {
  width: 210px;
}
@media (max-width: 991px) {
  .header-info__logo {
    width: 140px;
  }
}
.header-info__logo img {
  width: 100%;
}
@media (max-width: 991px) {
  .header-info__logo img:nth-child(1) {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-info__logo img:nth-child(2) {
    display: none;
  }
}
.header-info__function {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 280px;
}
@media (max-width: 991px) {
  .header-info__function {
    display: none;
  }
}
.header-info__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  text-align: right;
}
.header-info__cart {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  height: 100px;
}
.header-info__cart:hover .header-info__cart-text {
  color: #30b2c3;
}
.header-info__cart-icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -46px;
}
.header-info__cart-qty {
  position: absolute;
  bottom: 0;
  right: -8px;
  min-width: 24px;
  padding: 0 5px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #30b2c3;
  border-radius: 12px;
}
.header-info__cart-text {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #333;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.header-info__list {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 280px;
  min-width: 280px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.header-info__list-block {
  width: 100%;
  padding: 20px;
}
.header-info__list-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-bottom: 25px;
}
.header-info__list-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
.header-info__list-text span {
  color: #30b2c3;
}
.header-info__list-empty {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #30b2c3;
}
.header-info__list-box {
  width: calc(100% + 20px);
  max-height: 40vh;
  min-height: 200px;
  padding: 0 10px;
  margin: 0 -10px;
  border-bottom: 1px solid #eee;
  overflow: auto;
}
.header-info__list-box::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 2px;
}
.header-info__list-box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #eee;
  border-radius: 2px;
}
.header-info__list-box::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 2px;
}
.header-info__list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.header-info__list-item:nth-child(n+2) {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}
.header-info__list-item:last-child {
  padding-bottom: 10px;
}
.header-info__list-img {
  position: relative;
  width: 70px;
  height: 90px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header-info__list-qty {
  position: absolute;
  top: 4px;
  left: 4px;
  min-width: 24px;
  padding: 0 3px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #30b2c3;
  border-radius: 12px;
}
.header-info__list-qty::before {
  content: "X";
}
.header-info__list-info {
  width: calc(100% - 100px);
  padding: 6px 0;
}
.header-info__list-brand {
  width: 100%;
  max-height: 1em;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #777;
  overflow: hidden;
}
.header-info__list-name {
  width: 100%;
  max-height: 2.8em;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.header-info__list-name:hover {
  color: #30b2c3;
}
.header-info__list-price {
  width: 100%;
  max-height: 1em;
  margin-top: 6px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #30b2c3;
  overflow: hidden;
}
.header-info__list-remove {
  width: 10px;
  height: 10px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -97px;
}
.header-info__list-total {
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #30b2c3;
  text-align: center;
}
.header-info__list-total::before {
  content: "金額小計：";
  color: #777;
}
.header-info__list-checkout {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin: 15px auto 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background-color: #555;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.header-info__list-checkout:hover {
  background-color: #30b2c3;
}
.header-info__burger {
  width: 16px;
  margin-right: 4px;
}
.header-info__burger > div {
  width: 100%;
  height: 2px;
  margin: 3px 0;
  border-radius: 1px;
  background-color: #555;
}
@media (min-width: 992px) {
  .header-info__burger {
    display: none;
  }
}
.header-info__m-cart {
  position: relative;
  width: 20px;
  height: 20px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -115px;
}
@media (min-width: 992px) {
  .header-info__m-cart {
    display: none;
  }
}
.header-info__m-cart-qty {
  position: absolute;
  top: -3px;
  right: -6px;
  min-width: 16px;
  padding: 0 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background-color: #30b2c3;
  border-radius: 8px;
}
.header-menu {
  width: 100%;
  background-color: #ebd0b5;
}
@media (min-width: 992px) {
  .header-menu {
    position: relative;
    z-index: 1;
  }
}
.header-menu__block {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .header-menu__nav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 260px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
    overflow: auto;
    z-index: 9999;
    transition-property: right;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
  }
  .header-menu__nav--open {
    right: 0;
  }
}
.header-menu__navbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .header-menu__navbox {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
.header-menu__btn {
  position: relative;
}
@media (max-width: 991px) {
  .header-menu__btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
}
@media (min-width: 992px) {
  .header-menu__btn:hover .header-menu__link {
    background-color: #30b2c3;
  }
}
@media (min-width: 992px) {
  .header-menu__btn--sub .header-menu__link::after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    margin-left: 10px;
    background-size: 150px 1000px;
    background-repeat: no-repeat;
    background-image: url("../images/icons-01.png?1209");
    background-position: 0px -108px;
  }
}
@media (max-width: 991px) {
  .header-menu__btn--sub .header-menu__link {
    width: calc(100% - 36px);
  }
}
.header-menu__link {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  .header-menu__link {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-menu__link {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .header-menu__link {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .header-menu__link {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    color: #555;
    text-align: left;
  }
}
.header-menu__switch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  color: #555;
}
@media (min-width: 992px) {
  .header-menu__switch {
    display: none;
  }
}
.header-menu__switch::before {
  content: "▾";
  display: block;
  font-size: 20px;
  line-height: 1;
}
.header-menu__switch::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #eee;
}
.header-menu__switch--open {
  color: #30b2c3;
}
.header-menu__switch--open::before {
  content: "▴";
}
.header-menu__sub {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #fff;
  width: 200px;
  min-width: 200px;
  padding: 12px 0;
}
@media (min-width: 992px) {
  .header-menu__sub {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 991px) {
  .header-menu__sub {
    position: static;
    top: auto;
    width: 100%;
    min-width: auto;
    padding: 8px 0;
    background-color: #f7f7f7;
    border-top: 1px solid #eee;
  }
}
.header-menu__sub-btn {
  width: 100%;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .header-menu__sub-btn {
    padding: 5px 15px;
    font-size: 15px;
  }
}
.header-menu__sub-btn:hover {
  color: #30b2c3;
}
@media (max-width: 991px) {
  .header-menu__sub--open {
    display: block !important;
  }
}
.header-menu__m-search {
  width: 100%;
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
}
@media (min-width: 992px) {
  .header-menu__m-search {
    display: none;
  }
}
.header-menu__m-search form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}
.header-menu__m-search input {
  width: calc(100% - 45px);
  height: 45px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background-color: #ededed;
}
.header-menu__m-search button {
  width: 45px;
  height: 45px;
  background-color: #30b2c3;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px 0px;
}
.header-menu__close {
  position: fixed;
  top: 0;
  right: -60px;
  width: 50px;
  height: 50px;
  background-color: #30b2c3;
  z-index: 99999;
  transition-property: right;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.header-menu__close > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
}
.header-menu__close > div:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-menu__close > div:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 992px) {
  .header-menu__close {
    display: none;
  }
}
.header-menu__close--open {
  right: 260px;
}

.footer {
  width: 100%;
}
.footer-about {
  width: 100%;
  padding: 60px 0;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .footer-about {
    padding: 40px 0;
  }
}
.footer-about__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.footer-about__title {
  width: 100%;
  margin-bottom: 25px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 991px) {
  .footer-about__title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.footer-about__info {
  width: calc(100% - 440px);
}
@media (max-width: 991px) {
  .footer-about__info {
    width: 100%;
  }
}
.footer-about__info-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}
.footer-about__info-text::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -482px;
}
@media (max-width: 575px) {
  .footer-about__info-text::before {
    display: none;
  }
}
.footer-about__info-text p {
  width: calc(100% - 97px);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #555;
}
@media (max-width: 575px) {
  .footer-about__info-text p {
    width: 100%;
  }
}
.footer-about__social {
  width: 360px;
}
@media (max-width: 991px) {
  .footer-about__social {
    width: 100%;
    margin-top: 40px;
  }
}
.footer-about__social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
}
.footer-about__social-btn {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 575px) {
  .footer-about__social-btn {
    width: 40px;
    height: 40px;
  }
}
.footer-about__social-btn:nth-child(n+2) {
  margin-left: 15px;
}
@media (max-width: 575px) {
  .footer-about__social-btn:nth-child(n+2) {
    margin-left: 10px;
  }
}
.footer-about__social-btn svg, .footer-about__social-btn img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.footer-about__social-btn svg path, .footer-about__social-btn img path {
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.footer-about__social-btn:hover {
  background-color: #30b2c3;
}
.footer-about__social-btn:hover svg path {
  fill: #fff;
}
.footer-main {
  width: 100%;
  padding: 70px 0;
  background-color: #242424;
}
@media (max-width: 991px) {
  .footer-main {
    padding: 40px 0;
  }
}
.footer-main__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  width: 100%;
}
.footer-main__item {
  position: relative;
}
@media (min-width: 992px) {
  .footer-main__item {
    width: calc((100% - 150px) / 4);
  }
  .footer-main__item:nth-child(n+2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -24.5px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #666;
  }
}
@media (max-width: 991px) {
  .footer-main__item {
    width: 100%;
  }
  .footer-main__item:nth-child(n+2) {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px dashed #444;
  }
}
.footer-main__title {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  .footer-main__title {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
  }
}
.footer-main__link {
  width: 100%;
}
.footer-main__link-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.footer-main__link-list:nth-child(n+2) {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .footer-main__link-list {
    justify-content: center;
  }
}
.footer-main__link-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #aaa;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.footer-main__link-btn[href]:hover {
  color: #30b2c3;
}
.footer-copyright {
  width: 100%;
  background-color: #242424;
}
.footer-copyright__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #666;
}
.footer-copyright__text {
  font-size: 12px;
  font-weight: 300;
  color: #aaa;
}
@media (max-width: 991px) {
  .footer-copyright__text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer-copyright__img {
    width: 100%;
    margin-top: 5px;
    text-align: center;
  }
}
.footer-copyright__img img {
  width: 34px;
  margin-right: 5px;
}

.cke_editable h1, .cke_editable h2, .cke_editable h3, .cke_editable h4, .cke_editable h5, .cke_editable h6 {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
.cke_editable h1 {
  font-size: 48px;
}
.cke_editable h2 {
  font-size: 40px;
}
.cke_editable h3 {
  font-size: 32px;
}
.cke_editable h4 {
  font-size: 28px;
}
.cke_editable h5 {
  font-size: 24px;
}
.cke_editable h6 {
  font-size: 20px;
}
.cke_editable p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
}
.cke_editable a {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #30b2c3;
  text-decoration: underline;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.cke_editable a:hover {
  opacity: 0.7;
}
.cke_editable ol {
  padding: 0 0 0 30px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
  list-style-type: decimal;
}
.cke_editable ol li {
  list-style-type: decimal;
}
.cke_editable ul {
  padding: 0 0 0 30px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
  list-style-type: disc;
}
.cke_editable ul li {
  list-style-type: disc;
}
.cke_editable img {
  padding: 0;
  margin: 0;
  max-width: 100%;
  height: auto !important;
}
.cke_editable table {
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.cke_editable table td, .cke_editable table th {
  padding: 10px 5px;
  margin: 0;
  line-height: 1.7;
  border: 1px solid #ddd;
  white-space: normal !important;
}
.cke_editable blockquote {
  padding: 5px 20px;
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 0 0 5px;
}
.cke_editable strong {
  font-weight: bold;
}
.cke_editable__table--scroll {
  width: 100%;
  overflow: auto;
}
.cke_editable__table--scroll::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.cke_editable__table--scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
.cke_editable__table--scroll::-webkit-scrollbar-thumb {
  background-color: #555;
}

.home-feature {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .home-feature {
    display: none;
  }
}
.home-feature__block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100px;
}
.home-feature__item {
  position: relative;
  width: 220px;
  padding-left: 50px;
}
.home-feature__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
.home-feature__item p {
  width: 100%;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
}
.home-feature__item span {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
}
.home-feature__item--shipping::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -136px;
}
.home-feature__item--safe::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -177px;
}
.home-feature__item--credit::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -218px;
}
.home-feature__item--service::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -259px;
}
.home-slider {
  width: 100%;
}
.home-slider__slick {
  position: relative;
  width: 100%;
}
.home-slider__slick > .home-slider__item:nth-child(n+2) {
  display: none !important;
}
.home-slider__slick .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .home-slider__slick .slick-dots {
    bottom: 20px;
  }
}
.home-slider__slick .slick-dots li {
  width: 10px;
  margin: 0px 7px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.home-slider__slick .slick-dots li.slick-active button {
  background-color: #30b2c3;
  opacity: 1;
}
.home-slider__slick .slick-dots li button {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  font-size: 0px;
  background-color: #fff;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.home-slider__slick .slick-dots li button:hover {
  opacity: 0.7;
}
.home-slider__item {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .home-slider__item {
    height: 80vw;
  }
}
.home-product {
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .home-product {
    padding: 40px 0;
  }
}
.home-product__block {
  width: 100%;
}
.home-product__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.home-product__item {
  position: relative;
  text-align: center;
}
@media (min-width: 1200px) {
  .home-product__item {
    width: calc((100% - 120px) / 5);
    margin-right: 30px;
  }
  .home-product__item:nth-child(5n) {
    margin-right: 0;
  }
  .home-product__item:nth-child(n+6) {
    margin-top: 45px;
  }
  .home-product__item:nth-child(n+11) {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-product__item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
  }
  .home-product__item:nth-child(4n) {
    margin-right: 0;
  }
  .home-product__item:nth-child(n+5) {
    margin-top: 45px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-product__item {
    width: calc((99.999% - 40px) / 3);
    margin-right: 20px;
  }
  .home-product__item:nth-child(3n) {
    margin-right: 0;
  }
  .home-product__item:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .home-product__item {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
  }
  .home-product__item:nth-child(2n) {
    margin-right: 0;
  }
  .home-product__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
.home-product__item:hover .home-product__img::before {
  opacity: 1;
}
.home-product__item:hover .home-product__add2cart {
  opacity: 1;
}
.home-product__item:hover .home-product__add2cart a {
  transform: translateY(0);
}
.home-product__item--special {
  position: relative;
}
.home-product__item--special::before {
  content: "特價";
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 50px;
  height: 25px;
  padding-right: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -566px;
  box-sizing: border-box;
  z-index: 1;
}
.home-product__img {
  position: relative;
  width: 100%;
  padding-bottom: 140%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-product__img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -300px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.home-product__brand {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
}
.home-product__info {
  position: relative;
  width: 100%;
  margin-top: 8px;
}
.home-product__add2cart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .home-product__add2cart {
    display: none;
  }
}
.home-product__add2cart a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  border-bottom: 1px solid #ccc;
  transform: translateY(20px);
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.home-product__add2cart a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-bottom: 4px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -351px;
}
.home-product__add2cart a:hover {
  opacity: 0.7;
}
.home-product__name {
  width: 100%;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
.home-product__price {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #30b2c3;
}
.home-product__oldprice {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #999;
  text-decoration: line-through;
}
.home-product__score {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-top: 10px;
}
.home-product__score-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fbb03b;
}
.home-product__score-text::after {
  content: "/5";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fbb03b;
}
.home-product__score-star {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-left: 10px;
}
.home-product__score-star--0_0 i:nth-child(-n+0) {
  filter: grayscale(0%);
}
.home-product__score-star--0_5 i:nth-child(-n+1) {
  filter: grayscale(0%);
}
.home-product__score-star--1_0 i:nth-child(-n+2) {
  filter: grayscale(0%);
}
.home-product__score-star--1_5 i:nth-child(-n+3) {
  filter: grayscale(0%);
}
.home-product__score-star--2_0 i:nth-child(-n+4) {
  filter: grayscale(0%);
}
.home-product__score-star--2_5 i:nth-child(-n+5) {
  filter: grayscale(0%);
}
.home-product__score-star--3_0 i:nth-child(-n+6) {
  filter: grayscale(0%);
}
.home-product__score-star--3_5 i:nth-child(-n+7) {
  filter: grayscale(0%);
}
.home-product__score-star--4_0 i:nth-child(-n+8) {
  filter: grayscale(0%);
}
.home-product__score-star--4_5 i:nth-child(-n+9) {
  filter: grayscale(0%);
}
.home-product__score-star--5_0 i:nth-child(-n+10) {
  filter: grayscale(0%);
}
.home-product__score-star i {
  display: block;
  width: 7px;
  height: 14px;
  filter: grayscale(100%);
}
.home-product__score-star i:nth-child(odd) {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -592px;
}
.home-product__score-star i:nth-child(odd):nth-child(n+3) {
  margin-left: 6px;
}
.home-product__score-star i:nth-child(even) {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -7px -592px;
}
.home-about {
  width: 100%;
  padding: 90px 0;
  background-image: url("../images/home/home_about.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .home-about {
    padding: 40px 0;
  }
}
.home-about__block {
  width: 100%;
  text-align: center;
}
.home-about__block::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -370px;
}
@media (max-width: 991px) {
  .home-about__block::before {
    width: 50px;
    height: 50px;
    background-size: 75px 500px;
    background-repeat: no-repeat;
    background-image: url("../images/icons-01.png?1209");
    background-position: 0px -185px;
  }
}
.home-about__block p {
  width: 100%;
  margin-top: 35px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 991px) {
  .home-about__block p {
    margin-top: 25px;
    font-size: 18px;
  }
}
.home-about__block span {
  display: block;
  width: 100%;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
  .home-about__block span {
    margin-top: 15px;
    font-size: 15px;
  }
}
.home-news {
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .home-news {
    padding: 40px 0;
  }
}
.home-news__block {
  width: 100%;
}
.home-news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  width: 100%;
}
.home-news__item {
  position: relative;
  padding: 0 20px 65px;
  border: 1px solid #eee;
  border-top: none;
}
@media (min-width: 992px) {
  .home-news__item {
    width: calc((99.999% - 60px) / 3);
    margin-right: 30px;
  }
  .home-news__item:nth-child(3n) {
    margin-right: 0;
  }
  .home-news__item:nth-child(n+4) {
    display: none;
    margin-top: 45px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .home-news__item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .home-news__item:nth-child(2n) {
    margin-right: 0;
  }
  .home-news__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .home-news__item {
    width: 100%;
  }
  .home-news__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.home-news__item:hover .home-news__img {
  transform: scale(1.2);
}
.home-news__item:hover .home-news__title {
  color: #30b2c3;
}
.home-news__item:hover .home-news__more {
  filter: grayscale(100%);
}
.home-news__date {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 54px;
  height: 54px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 991px) {
  .home-news__date {
    top: 15px;
    left: 15px;
  }
}
.home-news__date span {
  display: block;
  width: 100%;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #333;
}
.home-news__imgbox {
  position: relative;
  width: calc(100% + 42px);
  margin: 0 -21px;
  overflow: hidden;
  z-index: 1;
}
.home-news__img {
  width: 100%;
  padding-bottom: 65%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.home-news__title {
  width: 100%;
  margin-top: 20px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .home-news__title {
    font-size: 18px;
  }
}
.home-news__text {
  width: 100%;
  max-height: 5.1em;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
  overflow: hidden;
}
.home-news__more {
  position: absolute;
  bottom: 30px;
  left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #30b2c3;
  transition-property: filter;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.home-news__more::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -471px;
}

.about-info {
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .about-info {
    padding: 40px 0;
  }
}
.about-info__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}
.about-info__img {
  width: 570px;
}
@media (max-width: 1199px) {
  .about-info__img {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .about-info__img {
    width: 100%;
    margin-top: 30px;
  }
}
.about-info__img img {
  width: 100%;
}
.about-info__content {
  width: calc(100% - 670px);
}
@media (max-width: 1199px) {
  .about-info__content {
    width: calc(100% - 540px);
  }
}
@media (max-width: 991px) {
  .about-info__content {
    width: 100%;
  }
}
.about-info__title {
  position: relative;
  width: 100%;
  padding-bottom: 26px;
  margin-bottom: 35px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 991px) {
  .about-info__title {
    padding-bottom: 19px;
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.about-info__title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 180px;
  height: 6px;
  background-color: #30b2c3;
}
@media (max-width: 991px) {
  .about-info__title::after {
    width: 120px;
    height: 4px;
  }
}
.about-info__text {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.about-info__text:nth-child(n+3) {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .about-info__text:nth-child(n+3) {
    margin-top: 15px;
  }
}
.about-info__text span {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
  color: #444;
}
.about-info__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #333;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .about-info__btn {
    width: 120px;
    height: 36px;
    margin-top: 20px;
    font-size: 15px;
  }
}
.about-info__btn:hover {
  background-color: #30b2c3;
}
.about-feature {
  width: 100%;
  padding: 70px 0;
  background-color: #f7f7f7;
  background-image: url("../images/about/about_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .about-feature {
    padding: 40px 0;
  }
}
.about-feature__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}
.about-feature__img {
  width: 590px;
}
@media (max-width: 1199px) {
  .about-feature__img {
    width: 510px;
  }
}
@media (min-width: 992px) {
  .about-feature__img {
    order: -1;
  }
}
@media (max-width: 991px) {
  .about-feature__img {
    width: 100%;
    margin-top: 30px;
  }
}
.about-feature__img img {
  width: 100%;
}
.about-feature__content {
  width: calc(100% - 670px);
}
@media (max-width: 1199px) {
  .about-feature__content {
    width: calc(100% - 530px);
  }
}
@media (max-width: 991px) {
  .about-feature__content {
    width: 100%;
  }
}
.about-feature__title {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 991px) {
  .about-feature__title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.about-feature__list {
  position: relative;
  width: 100%;
  padding: 0 0 10px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
  border-bottom: 1px solid #ddd;
}
.about-feature__list:nth-child(n+2) {
  margin-top: 11px;
}
.about-feature__list::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 14px;
  height: 10px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -555px;
}

.product-list {
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .product-list {
    padding: 40px 0;
  }
}
.product-list__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  width: 100%;
}
.product-list__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: calc(100% - 320px);
}
@media (max-width: 1199px) {
  .product-list__box {
    width: calc(100% - 290px);
  }
}
@media (max-width: 991px) {
  .product-list__box {
    width: 100%;
  }
}
.product-list__item {
  text-align: center;
}
@media (min-width: 992px) {
  .product-list__item {
    width: calc((99.999% - 60px) / 3);
    margin-right: 30px;
  }
  .product-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .product-list__item:nth-child(n+4) {
    margin-top: 45px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .product-list__item {
    width: calc((99.999% - 40px) / 3);
    margin-right: 20px;
  }
  .product-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .product-list__item:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .product-list__item {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
  }
  .product-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .product-list__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
.product-list__item--special {
  position: relative;
}
.product-list__item--special::before {
  content: "特價";
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 50px;
  height: 25px;
  padding-right: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -566px;
  box-sizing: border-box;
  z-index: 1;
}
.product-list__item:hover .product-list__img::before {
  opacity: 1;
}
.product-list__item:hover .product-list__add2cart {
  opacity: 1;
}
.product-list__item:hover .product-list__add2cart a {
  transform: translateY(0);
}
.product-list__img {
  position: relative;
  width: 100%;
  padding-bottom: 115%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-list__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #30b2c3;
  box-sizing: border-box;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.product-list__brand {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
}
.product-list__info {
  position: relative;
  width: 100%;
  margin-top: 8px;
}
.product-list__add2cart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .product-list__add2cart {
    display: none;
  }
}
.product-list__add2cart a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  border-bottom: 1px solid #ccc;
  transform: translateY(20px);
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.product-list__add2cart a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-bottom: 4px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -351px;
}
.product-list__add2cart a:hover {
  opacity: 0.7;
}
.product-list__name {
  width: 100%;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
.product-list__score {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-top: 10px;
}
.product-list__score-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fbb03b;
}
.product-list__score-text::after {
  content: "/5";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fbb03b;
}
.product-list__score-star {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-left: 10px;
}
.product-list__score-star--0_0 i:nth-child(-n+0) {
  filter: grayscale(0%);
}
.product-list__score-star--0_5 i:nth-child(-n+1) {
  filter: grayscale(0%);
}
.product-list__score-star--1_0 i:nth-child(-n+2) {
  filter: grayscale(0%);
}
.product-list__score-star--1_5 i:nth-child(-n+3) {
  filter: grayscale(0%);
}
.product-list__score-star--2_0 i:nth-child(-n+4) {
  filter: grayscale(0%);
}
.product-list__score-star--2_5 i:nth-child(-n+5) {
  filter: grayscale(0%);
}
.product-list__score-star--3_0 i:nth-child(-n+6) {
  filter: grayscale(0%);
}
.product-list__score-star--3_5 i:nth-child(-n+7) {
  filter: grayscale(0%);
}
.product-list__score-star--4_0 i:nth-child(-n+8) {
  filter: grayscale(0%);
}
.product-list__score-star--4_5 i:nth-child(-n+9) {
  filter: grayscale(0%);
}
.product-list__score-star--5_0 i:nth-child(-n+10) {
  filter: grayscale(0%);
}
.product-list__score-star i {
  display: block;
  width: 7px;
  height: 14px;
  filter: grayscale(100%);
}
.product-list__score-star i:nth-child(odd) {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -592px;
}
.product-list__score-star i:nth-child(odd):nth-child(n+3) {
  margin-left: 6px;
}
.product-list__score-star i:nth-child(even) {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -7px -592px;
}
.product-list__price {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #30b2c3;
}
.product-list__oldprice {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #999;
  text-decoration: line-through;
}
.product-category {
  width: 280px;
}
@media (max-width: 1199px) {
  .product-category {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .product-category {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .product-category--open .product-category__btn:not(.product-category__btn--open) {
    display: flex;
  }
  .product-category--open .product-category__controller::before {
    content: "收合";
  }
}
.product-category__title {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #222;
  border-bottom: 1px solid #ddd;
}
.product-category__title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #30b2c3;
}
@media (max-width: 991px) {
  .product-category__title {
    margin-bottom: 5px;
  }
}
.product-category__list {
  width: 100%;
}
.product-category__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 991px) {
  .product-category__btn {
    display: none;
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .product-category__btn--open {
    display: flex;
  }
}
.product-category__btn--open .product-category__switch::after {
  content: none;
}
.product-category__btn--open .product-category__sub {
  display: block;
}
.product-category__btn--sub .product-category__link {
  width: calc(100% - 20px);
  padding-right: 10px;
}
.product-category__link {
  position: relative;
  width: 100%;
  padding: 0 0 0 16px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  z-index: 1;
}
.product-category__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #30b2c3;
  border-radius: 50%;
  transform: translateY(-50%);
}
.product-category__link:hover {
  color: #fbb03b;
}
.product-category__switch {
  position: relative;
  width: 20px;
}
.product-category__switch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #333;
  border-radius: 1px;
  transform: translate(-50%, -50%);
}
.product-category__switch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2px;
  height: 12px;
  background-color: #333;
  border-radius: 1px;
  transform: translate(-50%, -50%);
}
.product-category__sub {
  display: none;
  width: 100%;
  padding: 0 0 0 15px;
  margin: 10px 0 0;
}
.product-category__lv2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  width: 100%;
}
.product-category__lv2:nth-child(n+2) {
  margin-top: 5px;
}
.product-category__lv2--open .product-category__lv2-sub {
  display: block;
}
.product-category__lv2--open .product-category__lv2-switch::before {
  content: "▴";
}
.product-category__lv2--sub .product-category__lv2-link {
  width: calc(100% - 20px);
  padding-right: 10px;
}
.product-category__lv2-switch {
  width: 20px;
  text-align: center;
}
.product-category__lv2-switch::before {
  content: "▾";
  font-size: 18px;
  line-height: 1;
  color: #aaa;
}
.product-category__lv2-link {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.product-category__lv2-link:nth-child(n+2) {
  margin-top: 5px;
}
.product-category__lv2-link.active, .product-category__lv2-link:hover {
  color: #fbb03b;
}
.product-category__lv2-sub {
  display: none;
  width: 100%;
  padding-left: 15px;
}
.product-category__lv2-sub a {
  font-size: 15px;
  font-weight: 400;
  color: #999;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.product-category__lv2-sub a.active, .product-category__lv2-sub a:hover {
  color: #fbb03b;
}
.product-category__controller {
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #222;
}
.product-category__controller::before {
  content: "展開分類";
}
@media (min-width: 992px) {
  .product-category__controller {
    display: none;
  }
}
.product-category--active {
  color: #30b2c3 !important;
}
.product-category--active:hover {
  color: #30b2c3;
}
.product-detail {
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .product-detail {
    padding: 40px 0;
  }
}
.product-detail__block {
  width: 100%;
}
.product-detail__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.product-detail__img {
  width: 450px;
  border: 1px solid #ddd;
}
@media (max-width: 1199px) {
  .product-detail__img {
    width: 380px;
  }
}
@media (max-width: 991px) {
  .product-detail__img {
    width: 100%;
  }
}
.product-detail__img img {
  width: 100%;
  max-width: none;
}
.product-detail__info {
  width: calc(100% - 480px);
}
@media (max-width: 1199px) {
  .product-detail__info {
    width: calc(100% - 410px);
  }
}
@media (min-width: 992px) {
  .product-detail__info {
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  .product-detail__info {
    width: 100%;
    margin-top: 20px;
  }
}
.product-detail__name {
  position: relative;
  width: 100%;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 991px) {
  .product-detail__name {
    font-size: 26px;
  }
}
@media (min-width: 576px) {
  .product-detail__name {
    padding-right: 75px;
  }
}
.product-detail__share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 576px) {
  .product-detail__share {
    position: absolute;
    top: 3px;
    right: 0px;
  }
}
@media (max-width: 575px) {
  .product-detail__share {
    width: 100%;
    margin-top: 5px;
  }
}
.product-detail__share-btn {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.product-detail__share-btn[data-share=fb] {
  background-color: #3b5998;
  background-image: url("../images/social_icon-01_w.svg");
}
.product-detail__share-btn[data-share=li] {
  background-color: #00c300;
  background-image: url("../images/social_icon-02_w.svg");
}
.product-detail__share-btn:nth-child(n+2) {
  margin-left: 5px;
}
.product-detail__share-btn:hover {
  opacity: 0.7;
}
.product-detail__detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-top: 10px;
}
.product-detail__detail-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 15px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  border-right: 1px solid #ddd;
}
.product-detail__detail-list:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
@media (max-width: 991px) {
  .product-detail__detail-list--brand {
    width: 100%;
    padding-right: 0;
    margin: 0 0 5px 0;
    border-right: none;
  }
}
.product-detail__detail-list span {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #999;
}
.product-detail__score {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-top: 10px;
}
.product-detail__score-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fbb03b;
}
.product-detail__score-text::after {
  content: "/5";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fbb03b;
}
.product-detail__score-star {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-left: 10px;
}
.product-detail__score-star--0_0 i:nth-child(-n+0) {
  filter: grayscale(0%);
}
.product-detail__score-star--0_5 i:nth-child(-n+1) {
  filter: grayscale(0%);
}
.product-detail__score-star--1_0 i:nth-child(-n+2) {
  filter: grayscale(0%);
}
.product-detail__score-star--1_5 i:nth-child(-n+3) {
  filter: grayscale(0%);
}
.product-detail__score-star--2_0 i:nth-child(-n+4) {
  filter: grayscale(0%);
}
.product-detail__score-star--2_5 i:nth-child(-n+5) {
  filter: grayscale(0%);
}
.product-detail__score-star--3_0 i:nth-child(-n+6) {
  filter: grayscale(0%);
}
.product-detail__score-star--3_5 i:nth-child(-n+7) {
  filter: grayscale(0%);
}
.product-detail__score-star--4_0 i:nth-child(-n+8) {
  filter: grayscale(0%);
}
.product-detail__score-star--4_5 i:nth-child(-n+9) {
  filter: grayscale(0%);
}
.product-detail__score-star--5_0 i:nth-child(-n+10) {
  filter: grayscale(0%);
}
.product-detail__score-star i {
  display: block;
  width: 7px;
  height: 14px;
  filter: grayscale(100%);
}
.product-detail__score-star i:nth-child(odd) {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -592px;
}
.product-detail__score-star i:nth-child(odd):nth-child(n+3) {
  margin-left: 6px;
}
.product-detail__score-star i:nth-child(even) {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -7px -592px;
}
.product-detail__score-qty {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.product-detail__price {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #30b2c3;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .product-detail__price {
    padding: 20px 15px;
    margin-top: 15px;
    font-size: 26px;
  }
}
.product-detail__price--special::after {
  content: "特價";
  width: 46px;
  height: 25px;
  margin-left: 10px;
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background-color: #30b2c3;
}
.product-detail__oldprice {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #999;
  text-decoration: line-through;
}
.product-detail__model {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-top: 20px;
}
.product-detail__model-title {
  width: 60px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
.product-detail__model-select {
  width: 170px;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - 14px) 50%, calc(100% - 10px) 50%;
  background-size: 4px 4px, 4px 4px;
  background-repeat: no-repeat;
  border: 1px solid #ced4da;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.product-detail__qty {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .product-detail__qty {
    margin-top: 15px;
  }
}
.product-detail__qty-title {
  width: 60px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
.product-detail__qty-controll {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 110px;
  height: 30px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
.product-detail__qty-add {
  position: relative;
  width: 29px;
  height: 28px;
  border-left: 1px solid #ccc;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.product-detail__qty-add::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 7px;
  height: 1px;
  background-color: #999;
  border-radius: 0.5px;
  transform: translate(-50%, -50%);
}
.product-detail__qty-add::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1px;
  height: 7px;
  background-color: #999;
  border-radius: 0.5px;
  transform: translate(-50%, -50%);
}
.product-detail__qty-add:hover {
  background-color: #eee;
}
.product-detail__qty-add.disable {
  cursor: not-allowed;
}
.product-detail__qty-less {
  position: relative;
  width: 29px;
  height: 28px;
  border-right: 1px solid #ccc;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.product-detail__qty-less::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 7px;
  height: 1px;
  background-color: #999;
  border-radius: 0.5px;
  transform: translate(-50%, -50%);
}
.product-detail__qty-less:hover {
  background-color: #eee;
}
.product-detail__qty-less.disable {
  cursor: not-allowed;
}
.product-detail__qty-less.disable:hover {
  background-color: #fff;
}
.product-detail__qty-amount {
  width: calc(100% - 58px);
  height: 28px;
  font-size: 14px;
  color: #777;
  text-align: center;
}
.product-detail__qty-stock {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.product-detail__btnbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .product-detail__btnbox {
    margin-top: 20px;
  }
}
.product-detail__add2cart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background-color: #555;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .product-detail__add2cart {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .product-detail__add2cart {
    width: calc(50% - 5px);
  }
}
.product-detail__add2cart::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 6px 4px 0;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -607px;
}
.product-detail__add2cart:hover {
  background-color: #30b2c3;
}
.product-detail__go2cart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #999;
  background-color: #eee;
  border: 1px solid #aaa;
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .product-detail__go2cart {
    margin-left: 10px;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .product-detail__go2cart {
    width: calc(50% - 5px);
  }
}
.product-detail__go2cart:hover {
  color: #30b2c3;
  border-color: #30b2c3;
}
.product-detail__content {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .product-detail__content {
    margin-top: 30px;
  }
}
.product-detail__tabs {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  width: 100%;
}
.product-detail__tabs a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.333%;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #999;
  text-align: center;
  background-color: #eee;
}
@media (max-width: 991px) {
  .product-detail__tabs a {
    padding: 10px;
    font-size: 15px;
  }
}
.product-detail__tabs a:nth-child(n+2) {
  border-left: 1px solid #ddd;
}
.product-detail__tabs a.active {
  position: relative;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  color: #555;
  background-color: #e3e3e3;
}
.product-detail__tabs a.active::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 14px 0 14px;
  border-color: #e3e3e3 transparent transparent transparent;
  transform: translateX(-50%);
}
.product-detail__box {
  display: none;
  width: 100%;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .product-detail__box {
    padding-top: 25px;
  }
}
.product-detail__box.active {
  display: block;
}
.product-detail__comment {
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.product-detail__comment:nth-child(n+2) {
  padding-top: 25px;
}
.product-detail__comment-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}
.product-detail__comment-pic {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
}
.product-detail__comment-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  width: calc(100% - 55px);
}
.product-detail__comment-name {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
}
@media (max-width: 991px) {
  .product-detail__comment-name {
    font-size: 15px;
    line-height: 1.2;
  }
}
.product-detail__comment-time {
  padding-left: 15px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
  border-left: 1px solid #ddd;
}
@media (max-width: 991px) {
  .product-detail__comment-time {
    padding-left: 0;
    margin-left: 10px;
    font-size: 15px;
    line-height: 1.2;
    border-left: none;
  }
}
.product-detail__comment-star {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media (min-width: 992px) {
  .product-detail__comment-star {
    padding-left: 12px;
    margin-left: 15px;
    border-left: 1px solid #ddd;
  }
}
@media (max-width: 991px) {
  .product-detail__comment-star {
    width: 100%;
    margin-top: 5px;
  }
}
.product-detail__comment-star--0_0 i:nth-child(-n+0) {
  filter: grayscale(0%);
}
.product-detail__comment-star--0_5 i:nth-child(-n+1) {
  filter: grayscale(0%);
}
.product-detail__comment-star--1_0 i:nth-child(-n+2) {
  filter: grayscale(0%);
}
.product-detail__comment-star--1_5 i:nth-child(-n+3) {
  filter: grayscale(0%);
}
.product-detail__comment-star--2_0 i:nth-child(-n+4) {
  filter: grayscale(0%);
}
.product-detail__comment-star--2_5 i:nth-child(-n+5) {
  filter: grayscale(0%);
}
.product-detail__comment-star--3_0 i:nth-child(-n+6) {
  filter: grayscale(0%);
}
.product-detail__comment-star--3_5 i:nth-child(-n+7) {
  filter: grayscale(0%);
}
.product-detail__comment-star--4_0 i:nth-child(-n+8) {
  filter: grayscale(0%);
}
.product-detail__comment-star--4_5 i:nth-child(-n+9) {
  filter: grayscale(0%);
}
.product-detail__comment-star--5_0 i:nth-child(-n+10) {
  filter: grayscale(0%);
}
.product-detail__comment-star i {
  display: block;
  width: 7px;
  height: 14px;
  filter: grayscale(100%);
}
.product-detail__comment-star i:nth-child(odd) {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -592px;
}
.product-detail__comment-star i:nth-child(odd):nth-child(n+3) {
  margin-left: 6px;
}
.product-detail__comment-star i:nth-child(even) {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -7px -592px;
}
.product-detail__comment-text {
  width: 100%;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #555;
}
@media (max-width: 991px) {
  .product-detail__comment-text {
    margin-top: 15px;
    font-size: 15px;
  }
}

.news-list {
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .news-list {
    padding: 40px 0;
  }
}
.news-list__block {
  width: 100%;
}
.news-list__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  width: 100%;
}
.news-list__item {
  position: relative;
  padding: 0 20px 65px;
  border: 1px solid #eee;
  border-top: none;
}
@media (min-width: 992px) {
  .news-list__item {
    width: calc((99.999% - 60px) / 3);
    margin-right: 30px;
  }
  .news-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .news-list__item:nth-child(n+4) {
    margin-top: 45px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .news-list__item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .news-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .news-list__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .news-list__item {
    width: 100%;
  }
  .news-list__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.news-list__item:hover .news-list__img {
  transform: scale(1.2);
}
.news-list__item:hover .news-list__title {
  color: #30b2c3;
}
.news-list__item:hover .news-list__more {
  filter: grayscale(100%);
}
.news-list__date {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 54px;
  height: 54px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 991px) {
  .news-list__date {
    top: 15px;
    left: 15px;
  }
}
.news-list__date span {
  display: block;
  width: 100%;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #333;
}
.news-list__imgbox {
  position: relative;
  width: calc(100% + 42px);
  margin: 0 -21px;
  overflow: hidden;
  z-index: 1;
}
.news-list__img {
  width: 100%;
  padding-bottom: 65%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.news-list__title {
  width: 100%;
  margin-top: 20px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .news-list__title {
    font-size: 18px;
  }
}
.news-list__text {
  width: 100%;
  max-height: 5.1em;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
  overflow: hidden;
}
.news-list__more {
  position: absolute;
  bottom: 30px;
  left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #30b2c3;
  transition-property: filter;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.news-list__more::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -471px;
}
.news-detail {
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .news-detail {
    padding: 40px 0;
  }
}
.news-detail__title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.news-detail__title h2 {
  width: calc(100% - 65px);
  padding-top: 5px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: #222;
}
@media (max-width: 991px) {
  .news-detail__title h2 {
    width: calc(100% - 54px);
    font-size: 26px;
  }
}
.news-detail__date {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 50px;
  height: 50px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #f1f2f4;
}
@media (max-width: 991px) {
  .news-detail__date {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}
.news-detail__date span {
  display: block;
  width: 100%;
  margin-top: 3px;
  font-size: 12px;
}
.news-detail__content {
  width: 100%;
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #ddd;
}
@media (max-width: 991px) {
  .news-detail__content {
    padding-top: 15px;
    margin-top: 20px;
  }
}
.news-detail__function {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  padding-top: 30px;
  margin-top: 25px;
  border-top: 1px solid #eee;
}
@media (max-width: 991px) {
  .news-detail__function {
    padding-top: 20px;
    margin-top: 15px;
  }
}
.news-detail__back {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 120px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #999;
  text-align: center;
  border: 1px solid #ddd;
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .news-detail__back {
    width: 110px;
    height: 36px;
  }
}
.news-detail__back:hover {
  color: #555;
  border-color: #555;
}
.news-detail__social {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.news-detail__social-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  transition-property: background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .news-detail__social-btn {
    width: 36px;
    height: 36px;
  }
}
.news-detail__social-btn:nth-child(n+2) {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .news-detail__social-btn:nth-child(n+2) {
    margin-left: 5px;
  }
}
.news-detail__social-btn:hover {
  background-color: #30b2c3;
  border-color: #30b2c3;
}
.news-detail__social-btn:hover svg path {
  fill: #fff;
}
.news-detail__social-btn svg, .news-detail__social-btn img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.news-detail__social-btn svg path, .news-detail__social-btn img path {
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.contact {
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .contact {
    padding: 40px 0;
  }
}
.contact__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  width: 100%;
}
.contact__info {
  width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .contact__info {
    width: 100%;
  }
}
.contact__title {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 991px) {
  .contact__title {
    padding-bottom: 15px;
    font-size: 20px;
  }
}
.contact__text {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
}
@media (max-width: 991px) {
  .contact__text {
    font-size: 15px;
  }
}
.contact__list {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .contact__list {
    margin-top: 15px;
  }
}
.contact__item {
  position: relative;
  width: 100%;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #555;
}
.contact__item:nth-child(n+2) {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .contact__item:nth-child(n+2) {
    margin-top: 5px;
  }
}
.contact__item[href] {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.contact__item[href]:hover {
  color: #30b2c3;
}
.contact__item svg, .contact__item img {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 15px;
  height: 15px;
}
.contact__form {
  width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .contact__form {
    width: 100%;
    margin-top: 40px;
  }
}
.contact__form-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.contact__form-item {
  width: calc((100% - 20px) / 2);
}
@media (min-width: 768px) {
  .contact__form-item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .contact__form-item {
    width: 100%;
  }
  .contact__form-item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.contact__form-item--full {
  width: 100%;
}
.contact__form-label {
  display: block;
  width: 100%;
}
.contact__form-input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.contact__form-input:focus {
  border-color: #777;
}
.contact__form-textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 160px;
  padding: 12px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.contact__form-textarea:focus {
  border-color: #777;
}
.contact__form-btnbox {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .contact__form-btnbox {
    margin-top: 15px;
  }
}
.contact__form-submit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #333;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .contact__form-submit {
    width: 110px;
    height: 36px;
    font-size: 15px;
  }
}
.contact__form-submit:hover {
  background-color: #30b2c3;
}
.contact-map {
  width: 100%;
}
.contact-map__block {
  width: 100%;
}
.contact-map__iframe {
  position: relative;
  width: 100%;
  height: 450px;
}
@media (max-width: 991px) {
  .contact-map__iframe {
    height: 300px;
  }
}
.contact-map__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact__success {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100vw - 30px);
  max-width: 300px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  background-color: #39b54a;
  box-shadow: 0 0 10px rgba(57, 181, 74, 0.7);
  transform: translate(-50%, -50%);
  z-index: 998;
  animation: msgAniamtion 0.8s;
}
.contact__error {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100vw - 30px);
  max-width: 300px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  background-color: #c30d23;
  box-shadow: 0 0 10px rgba(195, 13, 35, 0.7);
  transform: translate(-50%, -50%);
  z-index: 998;
  animation: msgAniamtion 0.8s;
}
@keyframes msgAniamtion {
  from {
    margin-top: 50px;
    opacity: 0;
  }
  to {
    margin-top: 0px;
    opacity: 1;
  }
}

.member {
  width: 100%;
  padding: 100px 0;
  background-color: #ededed;
}
@media (max-width: 991px) {
  .member {
    padding: 40px 0;
  }
}
.member__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.member__side {
  width: 230px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  .member__side {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .member__side {
    width: 100%;
  }
}
.member__side-info {
  width: 200px;
  padding: 35px 0;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
  .member__side-info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    padding: 20px 15px;
  }
}
.member__side-pic {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .member__side-pic {
    width: 60px;
    height: 60px;
    margin: 0;
  }
}
.member__side-name {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .member__side-name {
    width: calc(100% - 70px);
    margin: 0;
  }
}
.member__side-name p {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}
@media (min-width: 992px) {
  .member__side-name p {
    text-align: center;
  }
}
.member__side-account {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
  overflow: hidden;
}
@media (min-width: 992px) {
  .member__side-account {
    margin-top: 5px;
    text-align: center;
  }
}
.member__side-menu {
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .member__side-menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 0;
  }
}
.member__side-btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 10px 0 10px 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #333;
  border-left: 5px solid #fff;
  opacity: 0.7;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .member__side-btn {
    position: relative;
    justify-content: center;
    width: 25%;
    padding: 15px 0;
    font-size: 14px;
    border: none;
  }
}
.member__side-btn:nth-child(n+2) {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .member__side-btn:nth-child(n+2) {
    margin-top: 0;
    border-left: 1px solid #eee;
  }
}
.member__side-btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 15px 0 10px;
}
@media (max-width: 991px) {
  .member__side-btn::before {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 575px) {
  .member__side-btn::before {
    content: none;
  }
}
.member__side-btn:hover {
  opacity: 1;
}
.member__side-btn--order::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -623px;
}
.member__side-btn--info::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -644px;
}
.member__side-btn--password::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -42px -644px;
}
.member__side-btn--logout::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -665px;
}
.member__side-btn--active {
  border-color: #30b2c3;
  opacity: 1;
}
@media (max-width: 991px) {
  .member__side-btn--active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #30b2c3;
  }
}
.member__side-btn--active:hover {
  opacity: 1;
}
.member__box {
  width: calc(100% - 270px);
}
@media (max-width: 1199px) {
  .member__box {
    width: calc(100% - 230px);
  }
}
@media (max-width: 991px) {
  .member__box {
    width: 100%;
    margin-top: 20px;
  }
}
.member__main {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.member__main:nth-child(n+2) {
  margin-top: 15px;
}
.member__title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 20px 30px;
  border-bottom: 2px solid #eee;
}
@media (max-width: 991px) {
  .member__title {
    padding: 15px;
  }
}
.member__title p {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #333;
}
@media (max-width: 991px) {
  .member__title p {
    font-size: 18px;
  }
}
.member__title p::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.member__title--text {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 992px) {
  .member__title--number::before {
    content: "｜";
  }
}
@media (max-width: 991px) {
  .member__title--number {
    display: none;
  }
}
.member__title--status {
  margin-left: 10px;
  font-size: 16px;
  color: #777;
}
@media (max-width: 991px) {
  .member__title--status {
    display: none;
  }
}
.member__title--status.processing {
  color: #00a99d;
}
.member__title--status.shipped {
  color: #0071bc;
}
.member__title--status.returned {
  color: #e24733;
}
.member__title--order p::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -21px -623px;
}
.member__title--user p::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -21px -644px;
}
.member__title--password p::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -63px -644px;
}
.member__subtitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 30px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .member__subtitle {
    padding: 0 15px;
  }
}
.member__redtitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 30px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #e24733;
  background-color: #fdf6f4;
}
@media (max-width: 991px) {
  .member__redtitle {
    padding: 0 15px;
  }
}
.member__greentitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 30px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #4caf50;
  background-color: #e8f9e8;
}
@media (max-width: 991px) {
  .member__greentitle {
    padding: 0 15px;
  }
}
.member__content {
  width: 100%;
  padding: 30px;
}
@media (max-width: 991px) {
  .member__content {
    padding: 25px 15px;
  }
}
.member__pagenation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .member__pagenation {
    margin-top: 20px;
  }
}
.member__pagenation .pagenation {
  margin-top: 0;
}
@media (min-width: 992px) {
  .member__pagenation .pagenation {
    justify-content: flex-start;
    width: auto;
  }
}
.member__pagenation .pagenation > a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.member__pagenation-count {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #777;
}
@media (max-width: 991px) {
  .member__pagenation-count {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
  }
}
.member__go2comment {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background-color: #fbb03b;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.member__go2comment::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -686px;
}
.member__go2comment:hover {
  opacity: 0.7;
}
.member__btn {
  width: 100%;
}
.member__btn img {
  width: 100%;
}
.member__back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  margin-top: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #555;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .member__back {
    height: 36px;
    margin-top: 20px;
    font-size: 14px;
  }
}
.member__back:hover {
  opacity: 0.7;
}

.morder-list {
  width: 100%;
  border: 1px solid #ddd;
}
.morder-list__head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  width: 100%;
  background-color: #e3e3e3;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 991px) {
  .morder-list__head {
    display: none;
  }
}
.morder-list__head > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.4%;
  height: 35px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
  text-align: center;
}
.morder-list__head > div:nth-child(2) {
  width: 23%;
}
.morder-list__head > div:nth-child(n+2) {
  border-left: 1px solid #ddd;
}
.morder-list__item {
  width: 100%;
}
@media (min-width: 992px) {
  .morder-list__item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
@media (max-width: 991px) {
  .morder-list__item {
    position: relative;
    padding: 10px;
  }
}
.morder-list__item:nth-child(n+3) {
  border-top: 1px solid #ddd;
}
.morder-list__item:nth-child(odd) {
  background-color: #f2f5f2;
}
.morder-list__item > div {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
}
@media (min-width: 992px) {
  .morder-list__item > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    width: 15.4%;
    padding: 12px 10px;
    text-align: center;
  }
  .morder-list__item > div:nth-child(2) {
    width: 23%;
  }
  .morder-list__item > div:nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
}
@media (max-width: 991px) {
  .morder-list__item > div {
    position: relative;
    padding-left: 80px;
  }
  .morder-list__item > div:nth-child(n+2) {
    margin-top: 5px;
  }
  .morder-list__item > div:nth-child(6) {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    padding: 0;
  }
  .morder-list__item > div::before {
    content: attr(data-title);
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 80px;
    padding-right: 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #aaa;
    text-align: right;
    box-sizing: border-box;
  }
}
.morder-list__item > div.processing {
  color: #00a99d;
}
.morder-list__item > div.shipped {
  color: #0071bc;
}
.morder-list__item > div.returned {
  color: #e24733;
}
.morder-list__number {
  width: 100%;
  color: #30b2c3;
  text-decoration: underline;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.morder-list__number:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.morder-list__score {
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.morder-list__more {
  width: 14px;
  height: 14px;
}
.morder-list__more svg, .morder-list__more img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.morder-list__more svg path, .morder-list__more img path {
  fill: #333;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.morder-list__more:hover svg path {
  fill: #30b2c3;
}
.morder-detail {
  width: 100%;
}
.morder-detail__box {
  width: 100%;
}
.morder-detail__box:nth-child(n+2) {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ddd;
}
@media (max-width: 991px) {
  .morder-detail__box:nth-child(n+2) {
    padding-top: 25px;
    margin-top: 25px;
  }
}
.morder-detail__title {
  width: 100%;
  margin-bottom: 25px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
@media (max-width: 991px) {
  .morder-detail__title {
    margin-bottom: 20px;
  }
}
.morder-detail__field {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.morder-detail__field > p {
  width: 60px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #999;
}
.morder-detail__field > div {
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
}
@media (max-width: 991px) {
  .morder-detail__field > div {
    width: calc(100% - 60px);
    padding-left: 15px;
  }
}
.morder-detail__field > div.processing {
  color: #00a99d;
}
.morder-detail__field > div.shipped {
  color: #0071bc;
}
.morder-detail__field > div.returned {
  color: #e24733;
}
.morder-detail__info {
  width: 100%;
}
@media (min-width: 992px) {
  .morder-detail__info .morder-detail__field:nth-child(1) {
    display: none;
  }
  .morder-detail__info .morder-detail__field:nth-child(n+3) {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #eee;
  }
}
@media (max-width: 991px) {
  .morder-detail__info .morder-detail__field:nth-child(n+2) {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #eee;
  }
}
.morder-detail__shipping {
  width: 100%;
}
.morder-detail__shipping .morder-detail__field:nth-child(n+2) {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #eee;
}
@media (max-width: 991px) {
  .morder-detail__shipping .morder-detail__field:nth-child(n+2) {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.morder-detail__shipping-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  width: 100%;
}
.morder-detail__shipping-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 60px;
  text-align: center;
}
@media (max-width: 991px) {
  .morder-detail__shipping-type {
    justify-content: flex-start;
    width: 100%;
  }
}
.morder-detail__shipping-type img {
  width: 40px;
}
@media (max-width: 991px) {
  .morder-detail__shipping-type img {
    width: 20px;
    margin-right: 5px;
  }
}
.morder-detail__shipping-type p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
}
@media (min-width: 992px) {
  .morder-detail__shipping-type p {
    width: 100%;
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .morder-detail__shipping-info {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #eee;
  }
}
@media (max-width: 991px) {
  .morder-detail__shipping-info {
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eee;
  }
}
.morder-detail__shipping-info p {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #999;
}
.morder-detail__shipping-info p:nth-child(n+2) {
  margin-top: 5px;
}
.morder-detail__shipping-info p span {
  color: #555;
}
.morder-detail__invoice {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
@media (min-width: 992px) {
  .morder-detail__invoice .morder-detail__field:nth-child(1) {
    width: 100%;
  }
  .morder-detail__invoice .morder-detail__field:nth-child(n+2) {
    margin-top: 10px;
  }
  .morder-detail__invoice .morder-detail__field:nth-child(n+3) {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .morder-detail__invoice .morder-detail__field:nth-child(n+2) {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #eee;
  }
}
.morder-detail__status {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
@media (min-width: 992px) {
  .morder-detail__status .morder-detail__field:nth-child(n+2) {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .morder-detail__status .morder-detail__field:nth-child(n+2) {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #eee;
  }
}
.morder-history__list {
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 2px solid #eee;
}
.morder-history__list--collapse {
  padding-bottom: 0;
}
.morder-history__list--collapse .morder-history__item:nth-child(n+3) {
  display: none;
}
.morder-history__list--open .morder-history__item {
  display: flex !important;
}
.morder-history__list--open .morder-history__btn::before {
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #aaa transparent;
}
.morder-history__list--open .morder-history__btn::after {
  content: "收合";
}
.morder-history__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .morder-history__btn {
    margin-top: 15px;
  }
}
.morder-history__btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #aaa transparent transparent transparent;
}
.morder-history__btn::after {
  content: "展開所有商品";
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #aaa;
}
.morder-history__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}
.morder-history__item:nth-child(n+2) {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .morder-history__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.morder-history__img {
  width: 60px;
  height: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
}
.morder-history__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: calc(100% - 80px);
}
@media (max-width: 991px) {
  .morder-history__info {
    width: calc(100% - 70px);
  }
}
.morder-history__name {
  width: 100%;
  max-height: 1.4em;
  margin-bottom: 10px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
}
@media (max-width: 991px) {
  .morder-history__name {
    margin-bottom: 5px;
  }
}
.morder-history__model {
  width: calc(100% - 260px);
  max-height: 1.4em;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
  overflow: hidden;
}
@media (max-width: 991px) {
  .morder-history__model {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.morder-history__price {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 240px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
}
@media (min-width: 992px) {
  .morder-history__price > p:nth-child(1) {
    width: calc((100% - 40px) / 2);
  }
  .morder-history__price > p:nth-child(1)::before {
    content: attr(data-title);
  }
  .morder-history__price > p:nth-child(2) {
    width: 40px;
    text-align: center;
  }
  .morder-history__price > p:nth-child(3) {
    width: calc((100% - 40px) / 2);
    text-align: right;
  }
}
@media (max-width: 991px) {
  .morder-history__price {
    position: relative;
    width: 100%;
    font-size: 13px;
  }
  .morder-history__price > p:nth-child(2) {
    margin-left: 5px;
  }
  .morder-history__price > p:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
  }
}
.morder-history__total {
  width: 100%;
  padding-top: 20px;
}
.morder-history__total-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 991px) {
  .morder-history__total-list {
    justify-content: flex-end;
  }
}
.morder-history__total-list:nth-child(n+2) {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .morder-history__total-list:nth-child(n+2) {
    margin-top: 10px;
  }
}
.morder-history__total-list p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
}
.morder-history__total-list p:nth-child(1) {
  width: calc(100% - 240px);
}
@media (max-width: 991px) {
  .morder-history__total-list p:nth-child(1) {
    display: none;
  }
}
.morder-history__total-list p:nth-child(1) span {
  color: #555;
}
.morder-history__total-list p:nth-child(2) {
  width: 56px;
}
@media (max-width: 991px) {
  .morder-history__total-list p:nth-child(2) {
    width: calc(100% - 100px);
    text-align: right;
  }
}
.morder-history__total-list p:nth-child(3) {
  width: 184px;
  text-align: right;
}
@media (max-width: 991px) {
  .morder-history__total-list p:nth-child(3) {
    width: 100px;
  }
}
.morder-history__total-list--discount p:nth-child(3) {
  color: #30b2c3;
}
@media (max-width: 991px) {
  .morder-history__total-list--discount p:nth-child(1) {
    order: 3;
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: right;
  }
}
.morder-history__total-sum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.morder-history__total-sum p:nth-child(1) {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  width: calc(100% - 184px);
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
  text-align: right;
}
@media (max-width: 991px) {
  .morder-history__total-sum p:nth-child(1) {
    width: 100%;
    font-size: 18px;
  }
}
.morder-history__total-sum p:nth-child(1) span {
  margin-right: 15px;
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  color: #777;
}
@media (max-width: 991px) {
  .morder-history__total-sum p:nth-child(1) span {
    margin-right: 10px;
    font-size: 14px;
  }
}
.morder-history__total-sum p:nth-child(2) {
  width: 184px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #30b2c3;
  text-align: right;
}
@media (max-width: 991px) {
  .morder-history__total-sum p:nth-child(2) {
    width: 100%;
  }
}
.morder-returned {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.morder-returned > p {
  width: 60px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #999;
}
.morder-returned > div {
  width: calc(100% - 60px);
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
}
@media (max-width: 991px) {
  .morder-returned > div {
    padding-left: 15px;
  }
}

.mcomment__title {
  width: 100%;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  text-align: center;
}
@media (max-width: 991px) {
  .mcomment__title {
    font-size: 20px;
    font-weight: 400;
  }
}
.mcomment__list {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .mcomment__list {
    margin-top: 20px;
  }
}
.mcomment__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  padding: 20px;
  background-color: #fff;
}
@media (max-width: 575px) {
  .mcomment__item {
    padding: 20px 15px;
  }
}
.mcomment__item:nth-child(n+2) {
  margin-top: 20px;
}
.mcomment__item--error .mcomment__textarea {
  border-color: #c1272d;
}
.mcomment__item--error .mcomment__error {
  display: block;
}
.mcomment__img {
  width: 80px;
  height: 105px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
}
.mcomment__box {
  width: calc(100% - 100px);
  padding-top: 5px;
}
@media (max-width: 575px) {
  .mcomment__box {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
}
.mcomment__name {
  width: 100%;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}
.mcomment__model {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #999;
}
.mcomment__star {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-top: 10px;
}
.mcomment__star-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #999;
}
.mcomment__star-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.mcomment__star-list input {
  display: none;
}
.mcomment__star-list input:checked ~ label i {
  filter: grayscale(0%) !important;
}
.mcomment__star-list > label {
  cursor: pointer;
}
.mcomment__star-list > label:nth-child(2n) i {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -10px -700px;
}
.mcomment__star-list > label:nth-child(4n) i {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -700px;
}
.mcomment__star-list > label:nth-child(4n+2):nth-child(n+6) {
  margin-right: 8px;
}
.mcomment__star-list > label i {
  display: block;
  width: 10px;
  height: 20px;
  filter: grayscale(100%);
}
.mcomment__star-list > label:hover i {
  filter: grayscale(50%);
}
.mcomment__star-list > label:hover ~ label i {
  filter: grayscale(50%);
}
.mcomment__star-text {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fbb03b;
}
.mcomment__star-text::after {
  content: "/5";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fbb03b;
}
.mcomment__star-history {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.mcomment__star-history--0_0 i:nth-child(-n+0) {
  filter: grayscale(0%);
}
.mcomment__star-history--0_5 i:nth-child(-n+1) {
  filter: grayscale(0%);
}
.mcomment__star-history--1_0 i:nth-child(-n+2) {
  filter: grayscale(0%);
}
.mcomment__star-history--1_5 i:nth-child(-n+3) {
  filter: grayscale(0%);
}
.mcomment__star-history--2_0 i:nth-child(-n+4) {
  filter: grayscale(0%);
}
.mcomment__star-history--2_5 i:nth-child(-n+5) {
  filter: grayscale(0%);
}
.mcomment__star-history--3_0 i:nth-child(-n+6) {
  filter: grayscale(0%);
}
.mcomment__star-history--3_5 i:nth-child(-n+7) {
  filter: grayscale(0%);
}
.mcomment__star-history--4_0 i:nth-child(-n+8) {
  filter: grayscale(0%);
}
.mcomment__star-history--4_5 i:nth-child(-n+9) {
  filter: grayscale(0%);
}
.mcomment__star-history--5_0 i:nth-child(-n+10) {
  filter: grayscale(0%);
}
.mcomment__star-history i {
  display: block;
  width: 10px;
  height: 20px;
  filter: grayscale(100%);
}
.mcomment__star-history i:nth-child(odd) {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -700px;
}
.mcomment__star-history i:nth-child(odd):nth-child(n+3) {
  margin-left: 8px;
}
.mcomment__star-history i:nth-child(even) {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -10px -700px;
}
.mcomment__msg {
  width: 100%;
  margin-top: 15px;
}
.mcomment__textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100px;
  padding: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #777;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
}
.mcomment__history {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #777;
  background-color: #f9f9f9;
}
.mcomment__error {
  display: none;
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #e24733;
}
.mcomment__copy {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 575px) {
  .mcomment__copy {
    justify-content: space-between;
  }
}
.mcomment__copy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  border: 1px solid #999;
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (min-width: 576px) {
  .mcomment__copy-btn:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .mcomment__copy-btn {
    width: calc(50% - 5px);
  }
  .mcomment__copy-btn:nth-child(n+3) {
    margin-top: 10px;
  }
}
.mcomment__copy-btn:hover {
  color: #fbb03b;
  border-color: #fbb03b;
}
.mcomment__btnbox {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .mcomment__btnbox {
    margin-top: 20px;
  }
}
.mcomment__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #333;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .mcomment__submit {
    width: 100px;
    height: 36px;
    font-size: 14px;
  }
}
.mcomment__submit:hover {
  opacity: 0.7;
}
.mcomment__back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  text-align: center;
  border: 1px solid #999;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .mcomment__back {
    width: 100px;
    height: 36px;
    font-size: 14px;
  }
}
.mcomment__back:hover {
  opacity: 0.7;
}
.mcomment-lightbox {
  max-width: 400px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mcomment-lightbox__box {
  width: 100vw;
  max-width: 100%;
  padding: 30px;
}
@media (max-width: 991px) {
  .mcomment-lightbox__box {
    padding: 25px;
  }
}
.mcomment-lightbox__box::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -721px;
}
.mcomment-lightbox__title {
  width: 100%;
  margin-top: 15px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
.mcomment-lightbox__text {
  width: 100%;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #777;
}
.mcomment-lightbox__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #30b2c3;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .mcomment-lightbox__btn {
    width: 100px;
    height: 36px;
    font-size: 14px;
  }
}
.mcomment-lightbox__btn:hover {
  opacity: 0.7;
}

.muser-list {
  width: 100%;
}
.muser-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.muser-list__item:nth-child(n+2) {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .muser-list__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.muser-list__item--error .muser-list__error {
  display: block;
}
.muser-list__item--error .muser-list__input, .muser-list__item--error .muser-list__select {
  border-color: #e24733;
}
.muser-list__title {
  width: 115px;
  padding: 12px 15px 12px 0;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
@media (max-width: 991px) {
  .muser-list__title {
    width: 100%;
    padding: 0;
    font-size: 14px;
  }
}
.muser-list__box {
  width: calc(100% - 115px);
}
@media (max-width: 991px) {
  .muser-list__box {
    width: 100%;
    margin-top: 10px;
  }
}
.muser-list__input {
  width: 300px;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  background-color: #fff;
  border: 1px solid #ddd;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .muser-list__input {
    height: 36px;
  }
}
@media (max-width: 575px) {
  .muser-list__input {
    width: 100%;
  }
}
.muser-list__input:focus {
  border-color: #aaa;
}
.muser-list__input:-moz-read-only {
  background-color: #eee;
}
.muser-list__input:disabled, .muser-list__input:read-only {
  background-color: #eee;
}
.muser-list__select {
  width: 100%;
  height: 40px;
  padding: 0 24px 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - 14px) 50%, calc(100% - 10px) 50%;
  background-size: 4px 4px, 4px 4px;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .muser-list__select {
    height: 36px;
  }
}
.muser-list__select:focus {
  border-color: #aaa;
}
.muser-list__select:disabled {
  background-color: #eee;
}
.muser-list__phone {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
}
.muser-list__phone-input {
  position: relative;
}
@media (max-width: 575px) {
  .muser-list__phone-input {
    width: calc(100% - 105px);
  }
}
.muser-list__phone-input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
}
.muser-list__phone-input--checked::after {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -842px;
}
.muser-list__phone-input--notvalid::after {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -11px -842px;
}
.muser-list__phone-input .muser-list__input {
  padding: 0 30px 0 15px;
}
.muser-list__phone-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #555;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .muser-list__phone-btn {
    height: 36px;
  }
}
.muser-list__phone-btn:hover {
  background-color: #333;
}
.muser-list__phone-btn--disabled {
  cursor: not-allowed;
}
.muser-list__phone-btn--disabled:hover {
  background-color: #555;
}
.muser-list__bir {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
}
.muser-list__bir [data-role=year] {
  width: 110px;
}
@media (max-width: 575px) {
  .muser-list__bir [data-role=year] {
    width: calc(50% - 45px);
  }
}
.muser-list__bir [data-role=month] {
  width: 85px;
  margin-left: 10px;
}
@media (max-width: 575px) {
  .muser-list__bir [data-role=month] {
    width: calc(50% - 70px);
  }
}
.muser-list__bir [data-role=day] {
  width: 85px;
  margin-left: 10px;
}
@media (max-width: 575px) {
  .muser-list__bir [data-role=day] {
    width: calc(50% - 70px);
  }
}
.muser-list__addr {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
}
.muser-list__addr [data-role=zipcode] {
  display: none;
}
.muser-list__addr [data-role=county] {
  width: 180px;
}
@media (max-width: 575px) {
  .muser-list__addr [data-role=county] {
    width: calc(50% - 5px);
  }
}
.muser-list__addr [data-role=district] {
  width: 180px;
  margin-left: 10px;
}
@media (max-width: 575px) {
  .muser-list__addr [data-role=district] {
    width: calc(50% - 5px);
  }
}
.muser-list__addr .muser-list__input {
  width: 100%;
  margin-top: 10px;
}
.muser-list__btnbox {
  width: 100%;
  padding-left: 115px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .muser-list__btnbox {
    padding-left: 0;
    margin-top: 20px;
  }
}
.muser-list__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #30b2c3;
  border-radius: 2px;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .muser-list__submit {
    width: 160px;
    height: 36px;
    margin: 0 auto;
    font-size: 14px;
  }
}
.muser-list__submit:hover {
  opacity: 0.7;
}
.muser-list__error {
  display: none;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #e24733;
}
.muser-pick {
  width: 100%;
}
.muser-pick__add {
  position: relative;
  width: 220px;
  z-index: 2;
}
@media (max-width: 575px) {
  .muser-pick__add {
    width: 100%;
  }
}
.muser-pick__add--active .muser-pick__add-btn {
  border-color: #aaa;
}
.muser-pick__add--active .muser-pick__add-list {
  display: block;
}
.muser-pick__add-btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - 14px) 50%, calc(100% - 10px) 50%;
  background-size: 4px 4px, 4px 4px;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  cursor: pointer;
  z-index: 2;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .muser-pick__add-btn {
    height: 36px;
  }
}
.muser-pick__add-list {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 1;
}
.muser-pick__add-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.muser-pick__add-item:hover {
  background-color: #eef7ee;
}
.muser-pick__add-item img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  pointer-events: none;
}
.muser-pick__add-item p {
  font-size: 16px;
  font-weight: 400;
  color: #777;
  pointer-events: none;
}
.muser-pick__list {
  width: 100%;
  margin-top: 20px;
}
.muser-pick__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}
.muser-pick__item:nth-child(n+2) {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #eee;
}
.muser-pick__item img {
  width: 30px;
  height: 30px;
}
.muser-pick__item p {
  width: calc(100% - 40px);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
}
@media (max-width: 991px) {
  .muser-pick__item p {
    font-size: 15px;
  }
}
.muser-pick__item a {
  display: inline;
  margin-left: 5px;
  color: #0071bc;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.muser-pick__item a:hover {
  opacity: 0.7;
}
.muser-phone {
  max-width: 600px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.muser-phone--error .muser-phone__input {
  border-color: #e24733;
}
.muser-phone--error .muser-phone__error {
  display: block;
}
.muser-phone__box {
  width: 100vw;
  max-width: 100%;
  padding: 30px 40px;
}
@media (max-width: 991px) {
  .muser-phone__box {
    padding: 25px;
  }
}
.muser-phone__title {
  width: 100%;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #333;
}
@media (max-width: 991px) {
  .muser-phone__title {
    font-size: 20px;
  }
}
.muser-phone__title::after {
  content: "";
  display: block;
  width: 75px;
  height: 65px;
  margin: 30px auto 0;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -853px;
}
@media (max-width: 991px) {
  .muser-phone__title::after {
    content: none;
  }
}
.muser-phone__title span {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #30b2c3;
}
@media (max-width: 991px) {
  .muser-phone__title span {
    font-size: 20px;
  }
}
.muser-phone__text {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
}
@media (max-width: 991px) {
  .muser-phone__text {
    margin-top: 15px;
    font-size: 15px;
  }
}
.muser-phone__text a {
  display: inline;
  color: #0071bc;
  text-decoration: underline;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.muser-phone__text a:hover {
  opacity: 0.7;
}
.muser-phone__input {
  width: 100%;
  max-width: 400px;
  height: 40px;
  padding: 0 15px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .muser-phone__input {
    height: 36px;
    margin: 15px auto 0;
  }
}
.muser-phone__input:focus {
  border-color: #aaa;
}
.muser-phone__error {
  display: none;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #e24733;
}
.muser-phone__btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .muser-phone__btnbox {
    margin-top: 15px;
  }
}
.muser-phone__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #30b2c3;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .muser-phone__submit {
    width: 100px;
    height: 36px;
    font-size: 14px;
  }
}
.muser-phone__submit:hover {
  opacity: 0.7;
}
.muser-phone__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #333;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .muser-phone__close {
    width: 100px;
    height: 36px;
    margin-left: 15px;
    font-size: 14px;
  }
}
.muser-phone__close:hover {
  opacity: 0.7;
}

.search {
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .search {
    padding: 40px 0;
    border-top: 1px solid #eee;
  }
}
.search__keyword {
  width: 100%;
  margin-bottom: 10px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
.search__keyword span {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  color: #30b2c3;
}
.search__noresult {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  text-align: center;
}
.search__noresult img {
  width: 60px;
  margin-bottom: 15px;
}

.login-lightbox {
  max-width: 600px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.login-lightbox--close {
  display: none;
}
.login-lightbox__box {
  width: 100vw;
  max-width: 100%;
  padding: 30px 40px;
}
@media (max-width: 991px) {
  .login-lightbox__box {
    padding: 25px;
  }
}
.login-lightbox__title {
  width: 100%;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  text-align: center;
}
@media (max-width: 991px) {
  .login-lightbox__title {
    font-size: 20px;
  }
}
.login-lightbox__title span {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  color: #30b2c3;
}
.login-lightbox__form {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .login-lightbox__form {
    margin-top: 20px;
  }
}
.login-lightbox__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}
.login-lightbox__item:nth-child(n+2) {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .login-lightbox__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.login-lightbox__item--error .login-lightbox__error {
  display: block;
}
.login-lightbox__item--error .login-lightbox__item-input {
  border-color: #e24733;
}
.login-lightbox__item-title {
  width: 160px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
@media (min-width: 992px) {
  .login-lightbox__item-title {
    padding-right: 20px;
    text-align: right;
  }
}
@media (max-width: 991px) {
  .login-lightbox__item-title {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.login-lightbox__item-input {
  width: calc(100% - 160px);
  height: 45px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  border: 1px solid #ddd;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .login-lightbox__item-input {
    width: 100%;
    height: 36px;
  }
}
.login-lightbox__item-input--password {
  padding: 0 44px 0 15px;
}
.login-lightbox__item-input:focus {
  border-color: #aaa;
}
.login-lightbox__item-pwbtn {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 24px;
  height: 24px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -126px 0px;
}
@media (max-width: 991px) {
  .login-lightbox__item-pwbtn {
    top: 25px;
  }
}
.login-lightbox__item-pwbtn--view {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -126px -25px;
}
.login-lightbox__error {
  display: none;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #e24733;
}
@media (min-width: 992px) {
  .login-lightbox__error {
    padding-left: 100px;
  }
}
.login-lightbox__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #333;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .login-lightbox__btn {
    width: 100px;
    height: 36px;
    margin: 15px auto 0;
    font-size: 14px;
  }
}
.login-lightbox__btn:hover {
  opacity: 0.7;
}
.login-lightbox__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.login-lightbox__register {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #30b2c3;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .login-lightbox__register {
    font-size: 14px;
  }
}
.login-lightbox__register:hover {
  opacity: 0.7;
}
.login-lightbox__forget {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #777;
}
@media (max-width: 991px) {
  .login-lightbox__forget {
    margin-left: 15px;
    font-size: 14px;
  }
}
.login-lightbox__forget:hover {
  opacity: 0.7;
}

.forget-lightbox {
  display: none;
  max-width: 600px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.forget-lightbox--active {
  display: block;
}
.forget-lightbox--error .forget-lightbox__input {
  border-color: #e24733;
}
.forget-lightbox--error .forget-lightbox__error {
  display: block;
}
.forget-lightbox__box {
  width: 100vw;
  max-width: 100%;
  padding: 30px 40px;
}
@media (max-width: 991px) {
  .forget-lightbox__box {
    padding: 25px;
  }
}
.forget-lightbox__title {
  width: 100%;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #333;
}
@media (max-width: 991px) {
  .forget-lightbox__title {
    font-size: 20px;
  }
}
.forget-lightbox__title::after {
  content: "";
  display: block;
  width: 100px;
  height: 47px;
  margin: 30px auto 0;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -50px -50px;
}
@media (max-width: 991px) {
  .forget-lightbox__title::after {
    content: none;
  }
}
.forget-lightbox__title span {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #30b2c3;
}
@media (max-width: 991px) {
  .forget-lightbox__title span {
    font-size: 20px;
  }
}
.forget-lightbox__text {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
}
@media (max-width: 991px) {
  .forget-lightbox__text {
    margin-top: 15px;
    font-size: 15px;
  }
}
.forget-lightbox__input {
  width: 100%;
  max-width: 400px;
  height: 40px;
  padding: 0 15px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .forget-lightbox__input {
    height: 36px;
    margin: 15px auto 0;
    font-size: 15px;
  }
}
.forget-lightbox__input:focus {
  border-color: #aaa;
}
.forget-lightbox__error {
  display: none;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #e24733;
}
.forget-lightbox__btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .forget-lightbox__btnbox {
    margin-top: 15px;
  }
}
.forget-lightbox__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #30b2c3;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .forget-lightbox__submit {
    width: 100px;
    height: 36px;
    font-size: 14px;
  }
}
.forget-lightbox__submit:hover {
  opacity: 0.7;
}
.forget-lightbox__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #333;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .forget-lightbox__close {
    width: 100px;
    height: 36px;
    margin-left: 15px;
    font-size: 14px;
  }
}
.forget-lightbox__close:hover {
  opacity: 0.7;
}

.register-lightbox {
  display: none;
  max-width: 600px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.register-lightbox--active {
  display: block;
}
.register-lightbox--error .register-phone__input {
  border-color: #e24733;
}
.register-lightbox--error .register-phone__error {
  display: block;
}
.register-lightbox__box {
  width: 100vw;
  max-width: 100%;
  padding: 30px 40px;
}
@media (max-width: 991px) {
  .register-lightbox__box {
    padding: 25px;
  }
}
.register-lightbox__title {
  width: 100%;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  text-align: center;
}
@media (max-width: 991px) {
  .register-lightbox__title {
    font-size: 20px;
  }
}
.register-lightbox__title span {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  color: #30b2c3;
}
.register-lightbox__form {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .register-lightbox__form {
    margin-top: 20px;
  }
}
.register-lightbox__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}
.register-lightbox__item:nth-child(n+2) {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .register-lightbox__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.register-lightbox__item--error .register-lightbox__error {
  display: block;
}
.register-lightbox__item--error .register-lightbox__item-input {
  border-color: #e24733;
}
.register-lightbox__item-title {
  width: 160px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
@media (min-width: 992px) {
  .register-lightbox__item-title {
    padding-right: 20px;
    text-align: right;
  }
}
@media (max-width: 991px) {
  .register-lightbox__item-title {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.register-lightbox__item-input {
  width: calc(100% - 160px);
  height: 45px;
  padding: 0 15px;
  border: 1px solid #ddd;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .register-lightbox__item-input {
    width: 100%;
    height: 36px;
  }
}
.register-lightbox__item-input-year {
  width: calc(100% - 380px);
}
@media (max-width: 991px) {
  .register-lightbox__item-input-year {
    width: calc(100% - 150px);
  }
}
.register-lightbox__item-input-month {
  width: calc(100% - 415px);
  margin-left: 5px;
}
@media (max-width: 991px) {
  .register-lightbox__item-input-month {
    width: calc(100% - 220px);
  }
}
.register-lightbox__item-input-day {
  width: calc(100% - 415px);
  margin-left: 5px;
}
@media (max-width: 991px) {
  .register-lightbox__item-input-day {
    width: calc(100% - 220px);
  }
}
.register-lightbox__item-input--password {
  padding: 0 44px 0 15px;
}
.register-lightbox__item-input:focus {
  border-color: #aaa;
}
.register-lightbox__item-pwbtn {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 24px;
  height: 24px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -126px 0px;
}
@media (max-width: 991px) {
  .register-lightbox__item-pwbtn {
    top: 25px;
  }
}
.register-lightbox__item-pwbtn--view {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -126px -25px;
}
.register-lightbox__error {
  display: none;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #e24733;
}
@media (min-width: 992px) {
  .register-lightbox__error {
    padding-left: 100px;
  }
}
.register-lightbox__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #333;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .register-lightbox__btn {
    width: 100px;
    height: 36px;
    margin: 15px auto 0;
    font-size: 14px;
  }
}
.register-lightbox__btn:hover {
  opacity: 0.7;
}
.register-lightbox__btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .register-lightbox__btnbox {
    margin-top: 15px;
  }
}
.register-lightbox__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #30b2c3;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .register-lightbox__submit {
    width: 100px;
    height: 36px;
    font-size: 14px;
  }
}
.register-lightbox__submit:hover {
  opacity: 0.7;
}
.register-lightbox__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #333;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .register-lightbox__close {
    width: 100px;
    height: 36px;
    margin-left: 15px;
    font-size: 14px;
  }
}
.register-lightbox__close:hover {
  opacity: 0.7;
}
.register-phone__title {
  width: 100%;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  text-align: center;
}
@media (max-width: 991px) {
  .register-phone__title {
    font-size: 20px;
  }
}
.register-phone__title::after {
  content: "";
  display: block;
  width: 75px;
  height: 65px;
  margin: 30px auto 0;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -853px;
}
@media (max-width: 991px) {
  .register-phone__title::after {
    content: none;
  }
}
.register-phone__title span {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #30b2c3;
}
@media (max-width: 991px) {
  .register-phone__title span {
    font-size: 20px;
  }
}
.register-phone__text {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  text-align: center;
}
@media (max-width: 991px) {
  .register-phone__text {
    margin-top: 15px;
    font-size: 15px;
  }
}
.register-phone__text a {
  display: inline;
  color: #0071bc;
  text-decoration: underline;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.register-phone__text a:hover {
  opacity: 0.7;
}
.register-phone__input {
  width: 100%;
  max-width: 400px;
  height: 40px;
  padding: 0 15px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .register-phone__input {
    height: 36px;
    margin: 15px auto 0;
  }
}
.register-phone__input:focus {
  border-color: #aaa;
}
.register-phone__error {
  display: none;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #e24733;
  text-align: center;
}
.register-success__title {
  width: 100%;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  text-align: center;
}
@media (max-width: 991px) {
  .register-success__title {
    font-size: 20px;
  }
}
.register-success__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 30px auto 0;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -100px -98px;
}
@media (max-width: 991px) {
  .register-success__title::after {
    content: none;
  }
}
.register-success__title span {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #30b2c3;
}
@media (max-width: 991px) {
  .register-success__title span {
    font-size: 20px;
  }
}
.register-success__text {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  text-align: center;
}
@media (max-width: 991px) {
  .register-success__text {
    margin-top: 15px;
    font-size: 15px;
  }
}

.cart {
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .cart {
    padding: 40px 0;
  }
}
.cart__block {
  width: 100%;
}
.cart__editor {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cart__editor {
    margin-bottom: 25px;
  }
}
.cart__step {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .cart__step {
    margin-bottom: 25px;
  }
}
.cart__step img {
  width: 310px;
}
@media (max-width: 991px) {
  .cart__step img {
    width: 280px;
  }
}
@media (max-width: 575px) {
  .cart__step img {
    width: 240px;
  }
}
.cart__btnbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 2px solid #eee;
}
@media (max-width: 991px) {
  .cart__btnbox {
    padding-top: 15px;
    margin-top: 15px;
  }
}
.cart__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #555;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .cart__next {
    width: 120px;
    height: 40px;
    font-size: 16px;
  }
}
.cart__next:hover {
  background-color: #30b2c3;
}
.cart-list {
  width: 100%;
}
.cart-list__empty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.cart-list__head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 0 20px 15px;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 991px) {
  .cart-list__head {
    display: none;
  }
}
.cart-list__head-td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.cart-list__head-td:nth-child(1) {
  width: calc((100% - 12px) * 0.4);
}
.cart-list__head-td:nth-child(n+2):nth-child(-n+5) {
  width: calc((100% - 12px) * 0.15);
  padding: 0 10px;
  text-align: center;
}
.cart-list__head-td:nth-child(6) {
  width: 12px;
}
.cart-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
  .cart-list__item {
    position: relative;
    padding: 15px 0;
  }
  .cart-list__item:nth-child(2) {
    border-top: 1px solid #eee;
  }
}
@media (min-width: 992px) {
  .cart-list__item-td:nth-child(1) {
    width: calc((100% - 12px) * 0.4);
  }
  .cart-list__item-td:nth-child(n+2):nth-child(-n+5) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: calc((100% - 12px) * 0.15);
    padding: 0 10px;
  }
  .cart-list__item-td:nth-child(6) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
  }
}
@media (max-width: 991px) {
  .cart-list__item-td:nth-child(1) {
    width: 100%;
  }
  .cart-list__item-td:nth-child(2) {
    display: none;
  }
  .cart-list__item-td:nth-child(3) {
    width: 160px;
    padding-left: 70px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .cart-list__item-td:nth-child(3) {
    width: 90px;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cart-list__item-td:nth-child(4) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc((100% - 160px) / 2);
    padding-left: 10px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .cart-list__item-td:nth-child(4) {
    width: calc((100% - 90px) / 2);
  }
}
@media (max-width: 991px) {
  .cart-list__item-td:nth-child(5) {
    width: calc((100% - 160px) / 2);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .cart-list__item-td:nth-child(5) {
    width: calc((100% - 90px) / 2);
  }
}
@media (max-width: 991px) {
  .cart-list__item-td:nth-child(6) {
    position: absolute;
    top: 15px;
    right: 0;
    width: 12px;
    height: 12px;
    z-index: 1;
  }
}
.cart-list__product {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cart-list__product {
    align-items: flex-start;
    align-content: flex-start;
    padding-right: 22px;
    margin-bottom: 5px;
  }
}
.cart-list__img {
  width: 80px;
  height: 105px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .cart-list__img {
    width: 60px;
    height: 60px;
  }
}
.cart-list__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: calc(100% - 80px);
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cart-list__info {
    padding-left: 10px;
  }
}
@media (max-width: 575px) {
  .cart-list__info {
    width: 100%;
    padding: 10px 0 0;
  }
}
.cart-list__brand {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.cart-list__name {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.cart-list__name:hover {
  color: #30b2c3;
}
.cart-list__spec {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.cart-list__stock {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  text-align: center;
}
.cart-list__qty {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 90px;
  height: 22px;
  border: 1px solid #ddd;
}
.cart-list__qty-add {
  position: relative;
  width: 21px;
  height: 20px;
  border-left: 1px solid #ddd;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.cart-list__qty-add::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 7px;
  height: 1px;
  background-color: #999;
  border-radius: 0.5px;
  transform: translate(-50%, -50%);
}
.cart-list__qty-add::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1px;
  height: 7px;
  background-color: #999;
  border-radius: 0.5px;
  transform: translate(-50%, -50%);
}
.cart-list__qty-add:hover {
  background-color: #ddd;
}
.cart-list__qty-add.disable {
  cursor: not-allowed;
}
.cart-list__qty-less {
  position: relative;
  width: 21px;
  height: 20px;
  border-right: 1px solid #ddd;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.cart-list__qty-less::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 7px;
  height: 1px;
  background-color: #999;
  border-radius: 0.5px;
  transform: translate(-50%, -50%);
}
.cart-list__qty-less:hover {
  background-color: #ddd;
}
.cart-list__qty-less.disable {
  cursor: not-allowed;
}
.cart-list__qty-less.disable:hover {
  background-color: #fff;
}
.cart-list__qty-amount {
  width: calc(100% - 42px);
  height: 20px;
  font-size: 14px;
  color: #777;
  text-align: center;
}
.cart-list__price {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  text-align: center;
}
@media (max-width: 991px) {
  .cart-list__price {
    width: auto;
    text-align: left;
  }
}
.cart-list__oldprice {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #aaa;
  text-align: center;
  text-decoration: line-through;
}
@media (max-width: 991px) {
  .cart-list__oldprice {
    width: auto;
    padding-left: 5px;
    font-size: 12px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.cart-list__total {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  text-align: center;
}
@media (max-width: 991px) {
  .cart-list__total {
    text-align: right;
  }
  .cart-list__total::before {
    content: "小計：";
    font-size: 14px;
    font-weight: 400;
    color: #777;
  }
}
.cart-list__delete {
  position: relative;
  width: 12px;
  height: 12px;
}
.cart-list__delete::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 1px;
  background-color: #777;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.cart-list__delete::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 1px;
  background-color: #777;
  transform: translate(-50%, -50%) rotate(45deg);
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.cart-list__delete:hover::before, .cart-list__delete:hover::after {
  background-color: #30b2c3;
}
.cart-list__sum {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: center;
  width: 100%;
  padding: 15px 20px 0;
}
@media (max-width: 1199px) {
  .cart-list__sum {
    padding: 15px 0 0;
  }
}
.cart-list__sum-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 12px) * 0.15);
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
}
@media (max-width: 1199px) {
  .cart-list__sum-title {
    justify-content: flex-end;
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cart-list__sum-title {
    font-size: 18px;
  }
}
.cart-list__sum-title span {
  margin-right: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
}
@media (max-width: 991px) {
  .cart-list__sum-title span {
    font-size: 15px;
  }
}
.cart-list__sum-price {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 12px) * 0.15 + 12px);
  padding-right: 15px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #30b2c3;
  text-align: center;
}
@media (max-width: 1199px) {
  .cart-list__sum-price {
    justify-content: flex-end;
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cart-list__sum-price {
    font-size: 22px;
  }
}
.cart-shortage {
  max-width: 600px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.cart-shortage__box {
  width: 100vw;
  max-width: 100%;
  padding: 30px 40px;
}
@media (max-width: 991px) {
  .cart-shortage__box {
    padding: 25px;
  }
}
.cart-shortage__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cart-shortage__text p {
  position: relative;
  padding-left: 21px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
}
.cart-shortage__text p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -134px -149px;
}
@media (max-width: 991px) {
  .cart-shortage__text p {
    font-size: 15px;
  }
}
.cart-shortage__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin: 25px auto 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #333;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .cart-shortage__btn {
    width: 100px;
    height: 36px;
    margin: 15px auto 0;
    font-size: 14px;
  }
}
.cart-shortage__btn:hover {
  opacity: 0.7;
}
.cart-form {
  width: 100%;
}
.cart-form__box {
  width: 100%;
}
.cart-form__box:nth-child(n+2) {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cart-form__box:nth-child(n+2) {
    margin-top: 30px;
  }
}
.cart-form__title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 0 20px 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #eee;
}
@media (max-width: 991px) {
  .cart-form__title {
    padding: 0 0 15px;
    margin-bottom: 20px;
  }
}
.cart-form__title p {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
@media (max-width: 991px) {
  .cart-form__title p {
    font-size: 16px;
  }
}
.cart-form__title span {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #30b2c3;
}
@media (max-width: 991px) {
  .cart-form__title span {
    font-size: 13px;
  }
}
.cart-form__item {
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .cart-form__item {
    padding: 0;
  }
}
.cart-form__item:nth-child(n+3) {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px dashed #eee;
}
@media (max-width: 991px) {
  .cart-form__item:nth-child(n+3) {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.cart-form__item--error .cart-form__error {
  display: block;
}
.cart-form__item--error .cart-form__input, .cart-form__item--error .cart-form__select, .cart-form__item--error .cart-form__textarea {
  border-color: #e24733;
}
.cart-form__subtitle {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cart-form__subtitle {
    margin-bottom: 16px;
  }
}
.cart-form__subtitle p {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
}
@media (max-width: 991px) {
  .cart-form__subtitle p {
    font-size: 15px;
  }
}
.cart-form__error {
  display: none;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #e24733;
}
.cart-form__same {
  margin-left: 10px;
}
.cart-form__same:hover p {
  color: #555;
}
.cart-form__same:hover p:before {
  border-color: #555;
}
.cart-form__same input {
  display: none;
}
.cart-form__same input:checked + p {
  color: #555;
}
.cart-form__same input:checked + p::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -932px;
  border-color: #555;
}
.cart-form__same p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #777;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.cart-form__same p::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  border: 1px solid #aaa;
  border-radius: 2px;
  box-sizing: border-box;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.cart-form__input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  border: 1px solid #ddd;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .cart-form__input {
    height: 36px;
  }
}
.cart-form__input:focus {
  border-color: #aaa;
}
.cart-form__input:-moz-read-only {
  background-color: #eee;
}
.cart-form__input:disabled, .cart-form__input:read-only {
  background-color: #eee;
}
.cart-form__select {
  width: 100%;
  height: 40px;
  padding: 0 24px 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - 14px) 50%, calc(100% - 10px) 50%;
  background-size: 4px 4px, 4px 4px;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .cart-form__select {
    height: 36px;
  }
}
.cart-form__select:focus {
  border-color: #aaa;
}
.cart-form__textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  border: 1px solid #ddd;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.cart-form__textarea:focus {
  border-color: #aaa;
}
.cart-form__person {
  width: 100%;
}
.cart-form__person#recipient {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cart-form__person#recipient {
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) {
  .cart-form__person {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
}
.cart-form__person .cart-form__input {
  padding: 0 15px 0 37px;
}
.cart-form__person .no-icon {
  padding: 0 15px 0 15px !important;
}
.cart-form__person-item--normal {
  position: relative;
  width: calc((100% - 30px) * 0.22);
}
@media (max-width: 991px) {
  .cart-form__person-item--normal {
    width: calc((100% - 10px) * 0.5);
  }
}
@media (max-width: 575px) {
  .cart-form__person-item--normal {
    width: 100%;
    margin-top: 10px;
  }
}
.cart-form__person-item--long {
  position: relative;
  width: calc((100% - 30px) * 0.34);
}
@media (max-width: 991px) {
  .cart-form__person-item--long {
    width: 100%;
    margin-top: 10px;
  }
}
.cart-form__person-item--name {
  position: relative;
  width: calc((100% - 30px) * 0.22);
}
@media (max-width: 991px) {
  .cart-form__person-item--name {
    width: calc((100% - 10px) * 0.5);
  }
}
@media (max-width: 575px) {
  .cart-form__person-item--name {
    width: 100%;
  }
}
.cart-form__person-item--name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  display: block;
  width: 12px;
  height: 12px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -919px;
  transform: translateY(-50%);
}
.cart-form__person-item--tel {
  position: relative;
  width: calc((100% - 30px) * 0.22);
}
@media (max-width: 991px) {
  .cart-form__person-item--tel {
    width: calc((100% - 10px) * 0.5);
  }
}
@media (max-width: 575px) {
  .cart-form__person-item--tel {
    width: 100%;
    margin-top: 10px;
  }
}
.cart-form__person-item--tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  display: block;
  width: 12px;
  height: 12px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -13px -919px;
  transform: translateY(-50%);
}
.cart-form__person-item--email {
  position: relative;
  width: calc((100% - 30px) * 0.56);
}
@media (max-width: 991px) {
  .cart-form__person-item--email {
    width: 100%;
    margin-top: 10px;
  }
}
.cart-form__person-item--email::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  display: block;
  width: 12px;
  height: 12px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: -26px -919px;
  transform: translateY(-50%);
}
.cart-form__radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cart-form__radio {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }
}
.cart-form__radio input {
  display: none;
}
.cart-form__radio input:checked ~ .cart-form__radio-btn {
  color: #30b2c3;
  border-color: #30b2c3;
}
.cart-form__radio input:checked ~ .cart-form__radio-btn:hover {
  opacity: 1;
}
.cart-form__radio-label {
  cursor: pointer;
}
.cart-form__radio-label:nth-child(n+2) {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cart-form__radio-label:nth-child(n+2) {
    margin: 10px 0 0;
  }
}
.cart-form__radio-label--disable {
  cursor: default;
}
.cart-form__radio-label--disable .cart-form__radio-btn {
  background-color: #f3f3f3;
}
.cart-form__radio-label--disable .cart-form__radio-btn:hover {
  opacity: 1;
}
.cart-form__radio-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  border: 1px solid #999;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .cart-form__radio-btn {
    font-size: 15px;
  }
}
.cart-form__radio-btn:hover {
  opacity: 0.7;
}
.cart-form__shipping {
  display: none;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cart-form__shipping {
    margin-top: 15px;
  }
}
.cart-form__shipping--active {
  display: block;
}
.cart-form__shipping-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
}
.cart-form__shipping-item:nth-child(n+2) {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #eee;
}
@media (max-width: 991px) {
  .cart-form__shipping-item:nth-child(n+2) {
    padding-top: 12px;
    margin-top: 12px;
  }
}
.cart-form__shipping-item input {
  display: none;
}
.cart-form__shipping-item input:checked + .cart-form__shipping-ckeckbox {
  color: #555;
}
.cart-form__shipping-item input:checked + .cart-form__shipping-ckeckbox::before {
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -932px;
  border-color: #555;
}
.cart-form__shipping-item input:checked ~ .cart-form__shipping-info p {
  color: #555;
}
.cart-form__shipping-item input:checked ~ .cart-form__shipping-info::before {
  content: none;
}
.cart-form__shipping-ckeckbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 110px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .cart-form__shipping-ckeckbox {
    width: 100px;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .cart-form__shipping-ckeckbox {
    width: 100%;
  }
}
.cart-form__shipping-ckeckbox::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border: 1px solid #aaa;
  border-radius: 2px;
  box-sizing: border-box;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.cart-form__shipping-ckeckbox:hover {
  color: #555;
}
.cart-form__shipping-ckeckbox:hover::before {
  border-color: #555;
}
.cart-form__shipping-info {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: calc(100% - 110px);
}
@media (max-width: 991px) {
  .cart-form__shipping-info {
    width: calc(100% - 100px);
  }
}
@media (max-width: 575px) {
  .cart-form__shipping-info {
    width: 100%;
    padding-left: 20px;
    margin-top: 5px;
  }
}
.cart-form__shipping-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.cart-form__shipping-info img {
  width: 30px;
  height: 30px;
}
@media (max-width: 575px) {
  .cart-form__shipping-info img {
    width: 20px;
    height: 20px;
  }
}
.cart-form__shipping-info p {
  width: calc(100% - 40px);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #999;
}
@media (max-width: 991px) {
  .cart-form__shipping-info p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .cart-form__shipping-info p {
    width: calc(100% - 25px);
  }
}
.cart-form__shipping-info p a {
  display: inline;
  color: #0071bc;
  text-decoration: underline;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.cart-form__shipping-info p a:hover {
  opacity: 0.7;
}
.cart-form__addr {
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cart-form__addr {
    margin-top: 15px;
  }
}
.cart-form__addr--active {
  display: flex;
}
.cart-form__addr [data-role=zipcode] {
  display: none;
}
.cart-form__addr [data-role=county] {
  width: 180px;
}
@media (max-width: 575px) {
  .cart-form__addr [data-role=county] {
    width: calc(50% - 5px);
  }
}
.cart-form__addr [data-role=district] {
  width: 180px;
  margin-left: 10px;
}
@media (max-width: 575px) {
  .cart-form__addr [data-role=district] {
    width: calc(50% - 5px);
  }
}
.cart-form__addr .cart-form__input {
  width: 100%;
  margin-top: 10px;
}
.cart-form__add {
  position: relative;
  width: 220px;
  z-index: 2;
}
@media (max-width: 575px) {
  .cart-form__add {
    width: 100%;
  }
}
.cart-form__add--active .cart-form__add-btn {
  border-color: #aaa;
}
.cart-form__add--active .cart-form__add-list {
  display: block;
}
.cart-form__add-btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - 14px) 50%, calc(100% - 10px) 50%;
  background-size: 4px 4px, 4px 4px;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  cursor: pointer;
  z-index: 2;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .cart-form__add-btn {
    height: 36px;
  }
}
.cart-form__add-list {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 1;
}
.cart-form__add-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.cart-form__add-item:hover {
  background-color: #eef7ee;
}
.cart-form__add-item img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  pointer-events: none;
}
.cart-form__add-item p {
  font-size: 16px;
  font-weight: 400;
  color: #777;
  pointer-events: none;
}
.cart-form__remark {
  width: 100%;
}
.cart-form__invoice {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
}
.cart-form__invoice-select {
  width: 100%;
}
.cart-form__invoice-select .cart-form__select {
  width: 280px;
}
@media (max-width: 575px) {
  .cart-form__invoice-select .cart-form__select {
    width: 100%;
  }
}
.cart-form__invoice-field {
  display: none;
  width: 280px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .cart-form__invoice-field {
    width: calc(50% - 5px);
    max-width: 280px;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cart-form__invoice-field {
    width: 100%;
    max-width: none;
  }
}
.cart-form__invoice-field:nth-child(n+3) {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cart-form__invoice-field:nth-child(n+3) {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .cart-form__invoice-field:nth-child(n+3) {
    margin-left: 0;
  }
}
.cart-form__invoice-field--active {
  display: block;
}
.cart-form__total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.cart-form__total-list {
  width: 220px;
}
@media (max-width: 991px) {
  .cart-form__total-list {
    width: 100%;
    margin-top: 20px;
  }
}
.cart-form__total-item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}
.cart-form__total-item:nth-child(n+2) {
  margin-top: 12px;
}
@media (max-width: 991px) {
  .cart-form__total-item:nth-child(n+2) {
    margin-top: 10px;
  }
}
.cart-form__total-item p:nth-child(1) {
  width: 70px;
  font-size: 15px;
  font-weight: 400;
  color: #777;
}
.cart-form__total-item p:nth-child(2) {
  width: 150px;
  font-size: 15px;
  font-weight: 400;
  color: #777;
  text-align: right;
}
.cart-form__total-item p:nth-child(2).discount {
  color: #30b2c3;
}
.cart-form__discount {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 340px;
}
@media (max-width: 991px) {
  .cart-form__discount {
    width: 100%;
  }
}
.cart-form__discount--success .cart-form__discount-input {
  border-color: #22ac38;
}
.cart-form__discount--success .cart-form__discount-input:hover {
  border-color: #22ac38;
}
.cart-form__discount--success .cart-form__discount-success {
  display: block;
}
.cart-form__discount--error .cart-form__discount-input {
  border-color: #e24733;
}
.cart-form__discount--error .cart-form__discount-input:hover {
  border-color: #e24733;
}
.cart-form__discount--error .cart-form__discount-error {
  display: block;
}
.cart-form__discount-text {
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
}
@media (max-width: 991px) {
  .cart-form__discount-text {
    font-size: 15px;
  }
}
.cart-form__discount-input {
  width: calc(100% - 95px);
  height: 40px;
  padding: 0 15px;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  border: 1px solid #ddd;
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .cart-form__discount-input {
    width: calc(100% - 85px);
    max-width: 255px;
    height: 36px;
  }
}
@media (max-width: 575px) {
  .cart-form__discount-input {
    max-width: none;
  }
}
.cart-form__discount-input:focus {
  border-color: #aaa;
}
.cart-form__discount-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #555;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .cart-form__discount-submit {
    width: 80px;
    height: 36px;
  }
}
.cart-form__discount-submit:hover {
  opacity: 0.7;
}
.cart-form__discount-success {
  position: relative;
  display: none;
  width: 100%;
  padding-left: 19px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #22ac38;
}
.cart-form__discount-success::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -946px;
}
.cart-form__discount-error {
  position: relative;
  display: none;
  width: 100%;
  padding-left: 19px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #e24733;
}
.cart-form__discount-error::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  background-size: 150px 1000px;
  background-repeat: no-repeat;
  background-image: url("../images/icons-01.png?1209");
  background-position: 0px -961px;
}
.cart-form__sum {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 20px 20px 0;
  margin-top: 25px;
  border-top: 1px solid #eee;
}
@media (max-width: 991px) {
  .cart-form__sum {
    padding: 15px 0 0;
    margin-top: 20px;
  }
}
.cart-form__sum p:nth-child(1) {
  width: 70px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #555;
}
.cart-form__sum p:nth-child(2) {
  width: 150px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #30b2c3;
  text-align: right;
}
.cart-result {
  width: 100%;
}
.cart-result__title {
  width: 100%;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
@media (max-width: 991px) {
  .cart-result__title {
    font-size: 20px;
  }
}
.cart-result__img {
  width: 112px;
  height: 112px;
  margin: 20px auto 0;
  background-color: #f1f2f4;
  background-image: url("../images/cart/cart_result.png");
  background-size: 224px 112px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cart-result__img {
    margin: 15px auto 0;
  }
}
.cart-result__img--fail {
  background-image: url("../images/cart/cart_result.png");
  background-size: 224px 112px;
  background-position: -112px 0px;
  background-repeat: no-repeat;
}
.cart-result__text {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  text-align: center;
}
.cart-result__text a {
  display: inline;
  color: #30b2c3;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.cart-result__text a:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .cart-result__text {
    margin: 15px auto 0;
    font-size: 15px;
  }
}
.cart-result__btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cart-result__btnbox {
    margin-top: 15px;
  }
}
.cart-result__member {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #30b2c3;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .cart-result__member {
    width: 120px;
    height: 40px;
    font-size: 16px;
  }
}
.cart-result__member:hover {
  opacity: 0.7;
}
.cart-result__shopping {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #555;
  text-align: center;
  border: 1px solid #555;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media (max-width: 991px) {
  .cart-result__shopping {
    width: 120px;
    height: 40px;
    margin-left: 10px;
    font-size: 16px;
  }
}
.cart-result__shopping:hover {
  opacity: 0.7;
}