html,
body {
    font-family: 'Noto Sans HK', sans-serif;
    font-family: 'Open Sans', sans-serif;
}

.header__section .header-mobile-text {
    transform: translateY(3px);
}

.header__section .language__switcher svg {
    transform: translateY(-2px);
}

.header__section .offcanvas__language--switcher svg {
    transform: translateY(-2px);
}

.register-form .verify-content {
    position: relative;
    height: 6rem;
}

.word-line1 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

.word-line2 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

.word-line3 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

.word-line4 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 这里是超出几行省略 */
    overflow: hidden;
}


.register-form .verify-content .email-input {
    width: calc(100% - 115px);
    position: absolute;
    left: 0;
    top: 0;
}

.register-form .verify-content .verify-btn {
    width: 110px;
    position: absolute;
    right: 0;
    top: 0;
}

.register-form .verify-content .verify-text {
    transform: translateY(2px);
}

.show-title_1 {
    font-size: 18px !important;
}

.show-title_1__line {
    line-height: 22px !important;
}

.show-desc_1 {
    font-size: 16px !important;
}

.show-desc_2 {
    font-size: 14px !important;
}

.show-desc_3 {
    font-size: 14px !important;
}

.show-bold {
    font-weight: bold;
}

.show-nav-title_1 {
    font-size: 20px !important;
}

.show-nav-desc_1 {
    font-size: 14px !important;
}

@media (min-width: 991px) {
    .register-form .verify-content .email-input {
        width: calc(100% - 130px);
    }

    .register-form .verify-content .verify-btn {
        width: 125px;
    }

    .login-page {
        max-width: 600px;
        margin: 100px auto 0;
        min-height: calc(100vh - 514px);
        max-height: 100vh;
    }

    .show-title_1 {
        font-size: 32px !important;
    }

    .show-title_1__line {
        line-height: 40px !important;
    }

    .show-desc_1 {
        font-size: 18px !important;
    }

    .show-desc_2 {
        font-size: 16px !important;
    }

    .show-desc_3 {
        font-size: 18px !important;
    }

    .show-nav-title_1 {
        font-size: 40px !important;
    }

    .show-nav-desc_1 {
        font-size: 18px !important;
    }
}

#miniCartList {
    height: calc(100vh - 210px);
    overflow-y: auto;
    position: relative;
    z-index: 1;
}

#miniCartInfo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 18px 15px 30px;
    z-index: 10;
}

#miniCartInfo .minicart__button {
    margin-top: 10px;
}

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

.product__ribbons {
    background-color: #d4355a;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    color: white;
    border-radius: 3px;
    line-height: 1.5;
}
.product__sell-out {
    background-color: #F4F4F4;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
    color: black;
    border-radius: 3px;
    line-height: 1.5;
}

.gray{
    color: #999;
}

.login-btn-group {
    width: 100%;
    display: block;
    clear: both;
    height: 4rem;
}

.checkout-page {
    padding-top: 2rem;
}

.checkout-page .checkout-account {
    border-bottom: 1px solid var(--border-color2);
    padding-bottom: 1rem;
}

.checkout-page .pay-content {
    margin-top: 3rem;
}

.checkout-page .pay-desc {
    margin-top: 1rem;
}

.checkout-page .card-body {
    border: 1px solid var(--border-color2);
    border-radius: 10px;
}

.checkout-page {
    width: 100%;
    position: relative;
    clear: both;
}

.checkout-page .card-title {
    padding-bottom: 10px;
    /*border: 1px solid #000000;*/
}

.checkout-page .card-divider {
    width: 100%;
    margin: 0 auto;
    height: 1px;
    background-color: var(--border-color2);
}

.checkout-page .card-title p {
    float: left;
}

.checkout-page .card-title img {
    float: right;
}

.checkout-page .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
}

.checkout-page .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
}

.checkout-page .card-field {
    width: 96%;
    margin: 0 auto;
    padding-top: 10px;
    /*border-top: 1px solid var(--border-color2);*/
}

.checkout-page .no-padding1 {
    padding-left: 0;
}

.checkout-page .no-padding2 {
    padding-right: 0;
}

.checkout-footer {
    width: 100%;
    border-top: 1px solid var(--border-color2);
}

.checkout-footer ul {
    width: fit-content;
    margin: 20px auto;
}

.checkout-footer ul li {
    display: inline-block;
    margin-right: 20px;
}

.checkout-content-title {
    width: 100%;
    display: block;
}

.checkout-content-title h3 {
    padding: 20px;
}

.checkout__content__detail1 {
    width: 100%;
    display: block;
    padding: 0 20px 20px 20px;
}

.pay-status {
    position: relative;
    width: 100%;
    display: block;
}

.pay-status .pay-content {
    margin-top: 30vh;
}

.pay-status p {
    text-align: center;
}

.pay-status .pay-icon img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
}

.pay-status .pay-icon p {
    font-size: 18px;
    margin-top: 10px;
}

.pay-status .back-link {
    text-align: center;
    display: block;
    font-size: 12px;
}

.pay-status a {
    display: block;
    width: fit-content;
    margin: 10px auto 0;
}

.password-content {
    width: 400px;
    margin: 0 auto;
    position: absolute;
    top: 50vh;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.goods-detail-gallery {
    max-height: 100px;
}

.logo-height {
    max-height: 60px;
}

@media (min-width: 992px) {
    .goods-detail-thumb {
        max-height: 600px;
        object-fit: cover;
    }

    .show-in-pc {
        display: block;
    }

    .show-in-mobile {
        display: none !important;
    }

    .choiceus__banner--thumbnail.one img {
        width: 534px;
        height: 671px;
        object-fit: cover;
    }

    .choiceus__banner--thumbnail.two img {
        width: 421px;
        height: 545px;
        object-fit: cover;
    }

    .choiceus__info--list {
        width: 120px;
    }
}

@media (max-width: 991px) {
    .goods-detail-thumb {
        max-height: 400px;
        object-fit: cover;
    }

    .show-in-pc {
        display: none !important;
    }

    .show-in-mobile {
        display: block !important;
    }

    .main__header {
        padding: 0 !important;
    }

    .header__topbar {
        padding: 0 !important;
    }

    .header__info-mobile {
        padding: 28px 17px 20px;
    }

    .choiceus__content {
        text-align: center;
    }

    .choiceus__info--step {
        width: fit-content;
        margin: 4rem auto 0;
    }

    .choiceus__info--list {
        width: 105px;
    }

    .choiceus__info {
        margin-bottom: 4rem !important;
    }

    .choiceus__banner--thumbnail.two img {
        width: 245px;
        height: 317px;
        object-fit: cover;
    }
}

.right-float-icon {
    position: fixed;
    right: 5px;
    bottom: 120px;
    z-index: 99999;
}

.shop__section {
    width: 100%;
    overflow-x: hidden;
}

.header-back-notice {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    background-color: #171717;
}
.show__home{
    background: #FAEFED;
    border-radius: 12px 12px 12px 12px;
    height: 100%;
    padding: 20px;
}
@media (max-width: 768px) {
    .show__home{
        margin-top: 20px;
    }
}
.show__home_title {
    color: var(--theme-custom-color);
    font-size: 2.5rem;
    font-weight: bold;
  }
  .show__home_desc {
    font-size: 1.8rem;
    margin-top: 6rem;
  }
  .discount-more {
    margin: 3rem auto 0;
    width: fit-content;
  }

  .checkout-form-r{
    width: 40%;
  }
  .checkout-table {
    padding: 30px;

  }
   .checkout-table {
    padding: 30px;

  }
  .checkout-table h3{
    font-size: 22px;
  }
  .checkout-table .cart-table table tbody tr{
    border: 0;
}
  .checkout-table .cart-table table tbody tr td {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 20px;
      font-size: 16px;
      border: 0;
  }
  .checkout-table .cart-table table tbody tr td.product-thumbnail a {

  }
  .checkout-table .cart-table table tbody tr td.product-thumbnail a img{
      width: 100px;
      height: 100px;
  }
  .checkout-table .cart-table table tbody tr td.product-name {
      width: 39%;
  }
  .checkout-table .cart-table table tbody tr td.product-name a {
      font-size: 16px;
  }
  .checkout-table .cart-table table tbody tr td.product-price {
      width: 16%;
  }
  .car-wrap-all-price {
      margin-right: 20px;
      margin-top: 10px;
  }
  .car-wrap-all-price h5{
      font-size: 22px;
  }
  .checkout-table {
    background-color: #FFF6EA;
  }
