@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -mox-box-sizing: border-box;
  -webit-box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  /*font: 14px/1.15 "Microsoft Jhenghei", arial, sans-serif !important;*/
  font: 14px / 1.3 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #383838;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

*:focus {
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.common-item-price-section--is-price2-style::after, .container::after {
  content: "";
  display: table;
  clear: both;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.div-table {
  display: table-cell;
  vertical-align: middle;
}

.notification-welcome {
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  width: 96%;
  height: 60px;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 12px -2px #bfbfbf;
          box-shadow: 0px 0px 12px -2px #bfbfbf;
  overflow: hidden;
  opacity: 1;
}
.notification-welcome.is-show {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  bottom: 4.5rem;
}
.notification-welcome.is-hide {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.notification-welcome-icon {
  width: 60px;
  background-color: #f4f4f4;
}
.notification-welcome-content {
  width: calc(100% - 60px);
  padding: 0 1rem;
}

.notification-install-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 100%;
  height: 6%;
  min-height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  z-index: 4;
  text-align: center;
}
.notification-install-wrapper .notification-install-close {
  width: 10%;
}
.notification-install-wrapper .notification-install-logo {
  width: 10%;
  padding: 1%;
}
.notification-install-wrapper .notification-install-content {
  width: 60%;
  text-align: start;
  padding: 2%;
  font-size: 13px;
}
.notification-install-wrapper .notification-install-content .sub-title {
  font-size: 12px;
  color: #8B91A9;
  padding-top: 1%;
}
.notification-install-wrapper .install {
  width: 15%;
  background: #FF7800;
  color: #fff;
  padding: 1%;
  border-radius: 15px;
}

.clearfix-homepage {
  height: 50px;
}
.clearfix-homepage --ebay {
  height: 92px;
}

.navigation-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
}
.navigation-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 94px; */
  z-index: 4;
}
.navigation-header-wrapper--yahoojp {
  background: #FFBE00;
}
.navigation-header-wrapper--jpshopping {
  background: #FF7800;
}
.navigation-header-wrapper--jpselection {
  background: #fa3c7a;
}
.navigation-header-wrapper--ebayus {
  background: #007dff;
}
.navigation-header-wrapper--letaotalks {
  background: #00ce89;
}
.navigation-header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation-header-row--left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.navigation-header-row--center {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.navigation-header-row--center-style1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.navigation-header-row--right {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.navigation-header-row--letaotalks-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.navigation-header__icon {
  position: relative;
  min-width: 22px;
  margin-right: 0.5rem;
  font-size: 20px;
}
.navigation-header__icon:last-child {
  margin-right: 0;
}
.navigation-header-notification__icon {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #fb2020;
  background: white;
  border-radius: 50%;
  font-size: 14px;
}
.navigation-header-notification__dot {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fb2020;
}
.navigation-header-notification__count {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.25rem;
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 1rem;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #fb2020;
}
.navigation-list-footer {
  font-weight: bold;
  padding: 1rem 0;
  color: #666566;
  background: #f2f2f2;
}
.navigation-list-footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-bottom: 1rem;
}
.navigation-list-footer-info:last-child {
  margin-bottom: 0;
}
.navigation-list-footer-info__icon {
  width: 65px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.navigation-list-footer-info__link {
  margin: 0 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 3rem;
  color: white !important;
}
.navigation-list-footer-info__link--line {
  background: #00c300;
}
.navigation-list-footer-info__link--phone {
  background: #666566;
}
.navigation-list-footer-info a {
  display: inline-block !important;
}
.navigation-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.navigation-footer-card {
  padding: 0.5rem 0;
  text-align: center;
  width: 20%;
}
.navigation-footer-wrapper {
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  border-top: 2px solid #FFBE00;
}
.navigation-footer__icon {
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.navigation-footer-notification__count {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.25rem;
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 1rem;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: white;
  background: #fb2020;
}
.navigation-footer-notification__icon {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 14px;
  color: #fb2020;
}
.navigation-footer__button {
  display: inline-block;
  text-align: center;
  font-size: 12px;
}
.navigation-footer__button--yahoojp.button-active {
  color: #FFBE00;
}

.pages-header-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.pages-header-wrapper.jpselection .pages-header-navigation__title {
  background: #fa3c7a;
}
.pages-header-navigation__title {
  text-align: center;
  color: white;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.pages-header-navigation__history-button {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: 20px;
  display: block;
  width: 40px;
  height: 60px;
  line-height: 60px;
}
.pages-header-navigation__cart-button {
  position: absolute;
  top: 0;
  right: 5px;
  color: white;
  font-size: 20px;
  display: block;
  width: 40px;
  height: 60px;
  line-height: 60px;
}
.pages-header-navigation__cart-count {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: white;
  color: #fa3c7a;
  font-size: 12px;
}
.pages-header-navigation i {
  margin: 20px 0;
}
.pages-header-list {
  height: 40px;
  line-height: 40px;
  background: white;
  border-bottom: 1px solid #eaeaea;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.pages-header-list__button {
  display: block;
  padding: 8px 10px;
  line-height: initial;
  font-size: 16px;
  color: #7a7a7a;
}
.pages-header-list__button:hover {
  color: #fa3c7a;
}
.pages-header-list__button.button-active {
  color: #fa3c7a;
  border-bottom: 3px solid #fa3c7a;
}
.pages-header-list li {
  display: inline-block;
}
.pages-header-list-section {
  font-size: 0;
}
.pages-header-tab {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  font-size: 0;
  background: white;
  height: 50px;
  line-height: 25px;
}
.pages-header-tab__button {
  display: block;
  padding: 11px 10px;
  color: #7a7a7a;
}
.pages-header-tab__button:hover {
  color: #fa3c7a;
}
.pages-header-tab__button.button-active {
  color: #fa3c7a;
  border-bottom: 3px solid #fa3c7a;
}
.pages-header-tab__link {
  display: block;
  padding: 8px 10px;
  color: #7a7a7a;
}
.pages-header-tab-list {
  width: 25%;
  font-size: 16px;
  display: inline-block;
}
.pages-header-tab-section.sticky {
  -webkit-box-shadow: 0px 3px 5px 0px rgb(235, 235, 235);
          box-shadow: 0px 3px 5px 0px rgb(235, 235, 235);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.history {
  display: none;
}
.history[data-content=history] {
  padding-bottom: 4rem;
}
.history-list .item {
  position: relative;
  width: 48.5%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px 0.75% 0 0.75%;
  background: #fff;
  font-size: 13px;
}
.history-list .item .img {
  width: 100%;
  height: 170px;
  position: relative;
}
.history-list .item .img img {
  max-width: 95%;
  max-height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.history-list .item .info {
  width: 92%;
  margin: 10px auto;
}
.history-list .item .info .title {
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.common-item-card {
  background: white;
  display: block;
}
.common-item-img-section {
  height: 150px;
  text-align: center;
}
.common-item__img {
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
.common-item-state__tag {
  position: absolute;
  top: 0;
  left: 0;
}
.common-item-action {
  float: right;
}
.common-item-action__track-item {
  width: 40px;
  height: 40px;
  color: #fa3c7a;
}
.common-item-description-tag {
  width: 90%;
  margin: 0 auto;
  margin-top: 5px;
}
.common-item-description-tag__tag {
  font-size: 12px;
  padding: 0 3px;
  color: white;
}
.common-item-tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.common-item-tag__badge {
  width: 50px;
  height: 40px;
  line-height: 40px;
  background: #ffd14c;
  color: #d20200;
  font-weight: bold;
}
.common-item-tag__badge::after {
  content: "";
  width: 0;
  height: 0;
  left: 0;
  bottom: -10px;
  position: absolute;
  border-color: transparent #ffd14c;
  border-style: solid;
  border-width: 0 25px 10px;
}
.common-item-title-section {
  width: 90%;
  margin: 0 auto;
}
.common-item__title {
  margin: 0 auto;
  height: 40px;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
  color: black;
  overflow: hidden;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.common-item__title--description-single {
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
  color: black;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-item__model-value {
  color: #7a7a7a;
  font-size: 12px;
}
.common-item-price-section {
  margin: 0 auto;
  padding: 10px 0;
}
.common-item-price-section--is-price2-style {
  width: 90%;
  margin: 0 auto;
  padding: 5px 0 8px 0;
}
.common-item-price-section--is-price2-style .common-item__original-price {
  float: left;
}
.common-item-price-section--is-price2-style .common-item__selling-price {
  float: right;
}
.common-item__origin-price {
  color: #eaeaea;
  font-size: 12px;
}
.common-item__origin-price--line-through {
  color: #7a7a7a;
  font-size: 12px;
  text-decoration: line-through;
}
.common-item__selling-price {
  color: #B50E16;
  font-size: 12px;
}

/* tag樣式 */
.tag {
  display: inline-block;
  color: white;
  padding: 3px 5px;
  line-height: initial;
}
.tag--new {
  background: #FFBE00;
}
.tag--discount {
  background: #B50E16;
}
.tag--shipment-free {
  padding: 0.5rem 0.85rem;
  color: black;
  background: #ffd14c;
  font-weight: bold;
}
.tag--shipment-free mark {
  background: 0;
  color: #d20200;
}

.category-list {
  background: white;
}
.category-list a {
  font-size: 16px;
  color: #7a7a7a;
}
.category-list__button {
  display: block;
  position: relative;
  padding: 10px 15px;
  width: 100% !important;
}
.category-list__button:hover {
  color: #fa3c7a;
}
.category-list__button::after {
  float: right;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  font-weight: 300;
}
.category-list__button.dropdown-button-active {
  color: #fa3c7a;
  border-bottom: 0;
}
.category-list__button.dropdown-button-active::after {
  content: "\f068";
}
.category-list__sub-button {
  display: block;
  margin-left: 15px;
  padding: 5px 25px;
}
.category-list-dropdown {
  display: none;
  border-bottom: 1px solid #eaeaea;
}
.category-list-dropdown.dropdown-list-active {
  display: block;
}

.footer-section-wrapper {
  background: #444444;
  margin-bottom: 53px;
}

.footer-service-section {
  padding: 0 15px;
}
.footer-service-information {
  color: white;
  font-size: 13px;
  padding: 20px 0;
}
.footer-service-information li {
  margin-bottom: 10px;
}
.footer-service-link {
  padding-top: 10px;
  margin-bottom: 25px;
  border-top: 1px solid white;
  font-size: 0;
  text-align: center;
}
.footer-service-link li {
  display: inline-block;
  font-size: 13px;
}
.footer-service-link li::after {
  display: inline-block;
  content: "";
  height: 10px;
  width: 1px;
  background: white;
}
.footer-service-link li:last-child::after {
  display: none;
}
.footer-service-link a {
  color: white;
  display: inline-block;
  padding: 0 5px;
}

.device-trigger-wrapper {
  padding: 0.5rem 0;
  text-align: center;
}
.device-trigger__button {
  display: inline-block;
  padding: 0 0.75rem;
}
.device-trigger__button--link {
  color: #3366cc;
}
.device-trigger__button--default {
  color: black;
}
.device-trigger__button:first-child {
  border-right: 1px solid #dddddd;
}

.flesh-selling-section-wrapper {
  position: relative;
}
.flesh-selling-section-wrapper--index .flesh-selling-list-wrapper {
  margin: 1rem 0;
  border: 0 !important;
  background: 0;
}
.flesh-selling-section-wrapper--index .flesh-selling-list-wrapper.time--yet .flesh-selling-header {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.flesh-selling-section-wrapper--index .flesh-selling-list-wrapper.time--yet .flesh-selling-card-counter {
  background: #5a5a5a;
}
.flesh-selling-section-wrapper--index .flesh-selling-list-wrapper.time--yet .flesh-selling-content {
  background: #5a5a5a;
}
.flesh-selling-section-wrapper--index .flesh-selling-list-wrapper.time--yet .flesh-selling-price {
  opacity: 0.5;
}
.flesh-selling-section-wrapper--index .flesh-selling-header {
  position: relative;
  z-index: 1;
  margin-bottom: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  background: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/jpselection/events/202003_sale/title_bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.flesh-selling-section-wrapper--index .flesh-selling-content {
  padding: 1rem;
  padding-top: 2rem;
  background: #d20200;
}
.flesh-selling-section-wrapper--index .flesh-selling-card-counter {
  padding: 0.5rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flesh-selling-section-wrapper--index .common-item-price-section .flesh-selling-price {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.flesh-selling-section-wrapper--index .common-item-price-section .flesh-selling-price .common-item__selling-price {
  display: inline-block;
  min-width: 90px;
  padding: 0.125rem 0.5rem;
  background: #d20200;
  color: white;
}
.flesh-selling-list-wrapper {
  margin: 1rem 0;
  border-top: 2px solid #d20200;
  border-bottom: 2px solid #d20200;
  background: white;
}
.flesh-selling-list-wrapper.time--yet {
  border-top: 2px solid #5a5a5a;
  border-bottom: 2px solid #5a5a5a;
}
.flesh-selling-list-wrapper.time--yet .flesh-selling-card-counter {
  background: #5a5a5a;
}
.flesh-selling-list-wrapper.time--yet .common-item__img::before {
  content: "搶先看";
  display: block;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  z-index: 2;
  font-size: 1rem;
}
.flesh-selling-list-wrapper.time--yet .common-item__img::after {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  border: 2px solid white;
  border-radius: 50%;
  background-position: center;
  color: white;
}
.flesh-selling-list-wrapper.time--yet .common-item-card::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.flesh-selling-list-wrapper .swiper-container.time--yet::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}
.flesh-selling-card-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d20200;
  padding: 0.25rem 0;
  color: white;
}
.flesh-selling-card-counter-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flesh-selling-card-counter-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0.1rem;
}
.flesh-selling-card-counter__img {
  display: inline-block;
  padding: 0 0.25rem;
  border-right: 2px solid white;
  margin-right: 0.25rem;
  max-width: 120px;
}
.flesh-selling-card__number {
  font-family: "Digital-7 Italic";
  width: 1rem;
}

.featured-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.featured-category__title {
  padding-bottom: 1rem;
  text-align: center;
}
.featured-category__title > h5 {
  margin: 0;
  font-weight: normal;
}
.featured-category-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 24%;
          flex: 1 1 24%;
  margin: 0.5%;
  margin-top: 0;
}

/* 全站訊息提式燈箱(目前僅用在購物車相關) */
.cart-msg-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 10000;
  display: none;
}
.cart-msg-popup.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-msg-popup .popup-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cart-msg-popup .popup-inbox {
  width: 90%;
  max-width: 420px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.cart-msg-popup .popup-inbox-content {
  padding: 30px 10px;
  background-color: white;
  text-align: center;
}
.cart-msg-popup .popup-inbox-content .content__icon {
  margin-bottom: 20px;
  display: none;
}
.cart-msg-popup .popup-inbox-content .content__icon.is-show {
  display: block;
}
.cart-msg-popup .popup-inbox-content .content__icon i {
  font-size: 4rem;
  color: #FFBE00;
}
.cart-msg-popup .popup-inbox-content .content__icon img {
  width: 100px;
}
.cart-msg-popup .popup-inbox-content .content__icon p {
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: bold;
}
.cart-msg-popup .popup-inbox-content .content__text {
  font-weight: bold;
  display: none;
  font-size: 1rem;
  margin-bottom: 0;
}
.cart-msg-popup .popup-inbox-content .content__text.is-show {
  display: block;
}
.cart-msg-popup .popup-inbox-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-msg-popup .popup-inbox-footer .footer__button {
  background-color: #cccccc;
  color: black;
  padding: 15px 0;
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.cart-msg-popup .popup-inbox-footer .footer__button:hover {
  -webkit-filter: brightness(0.9);
}
.cart-msg-popup .popup-inbox-footer .footer__button.template {
  display: none !important;
}
.cart-msg-popup .popup-inbox-footer .footer__button:first-child + .clone {
  background-color: #FFBE00;
  color: white;
}

.order-detail-cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-detail-cancel__button {
  border: 0;
  color: #555555;
  background: #cccccc;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
}
.order-detail-cancel__button--active {
  color: white;
  background: #ff4242;
}

.custom {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
  font-size: 1rem;
}
.custom input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom input:checked ~ .custom__indicator {
  background: #ff4242;
}
.custom input:checked ~ .custom__indicator:after {
  display: block;
}
.custom input:disabled ~ .custom__indicator {
  border: 1px solid #dddddd;
  background: #eaeaea;
  opacity: 0.6;
  pointer-events: none;
}
.custom input:disabled ~ .custom__caption {
  color: #eaeaea;
}
.custom__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
}
.custom__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.custom--radio .custom__indicator {
  border-radius: 50%;
}
.custom--radio .custom__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.custom--radio input:disabled ~ .custom__indicator:after {
  background: #7b7b7b;
}
.custom--checkbox .custom__indicator:after {
  left: 6px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom--checkbox input:disabled ~ .custom__indicator:after {
  border-color: #7b7b7b;
}

.custom:hover input ~ .custom__indicator,
.custom input:focus ~ .custom__indicator {
  border: 1px solid #cccccc;
}

.custom:hover input:not([disabled]):checked ~ .custom__indicator,
.custom input:checked:focus ~ .custom__indicator {
  background: #ff2929;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  border: 1px solid #dddddd;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
.select select:hover, .select select:focus {
  color: #000;
  background: #cccccc;
}
.select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}