:root {
    --theme-custom-color: #93DEDA;
}

html,body {
    font-family: 'Noto Sans HK', sans-serif;
    font-family: 'Open Sans', sans-serif;
}


.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;
}


.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;
}

.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 {
    color: var(--theme-custom-color);
    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: var(--theme-custom-color);
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    color: white;
    border-radius: 3px;
    line-height: 1.5;
}

.login-btn-group {
    width: 100%;
    display: flex;
    clear: both;
    height: 4rem;
    justify-content: space-between;
}

.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% !important;
     display: block;
     padding: 0 20px 20px 20px;
     overflow-x: hidden;
 }

.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: 70px;
}

@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: 1.5rem 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: 18px;
    bottom: 100px;
    z-index: 998;
}

.shop__section {
    width: 100%;
    overflow-x: hidden;
}

.header-back-notice {
    width: 100%;
    /* height: 40px; */
    display: block;
    color: #5C5F63;
    text-align: center;
    /* line-height: 40px; */
    background-color: var(--theme-custom-color);
}
.header-back-notice .header__shipping--text {
    /* line-height: 40px; */
    color: #000;
}

.home-coupon-item {
    width: 100%;
    display: block;
    height: 220px;
    background-color: var(--theme-custom-color);
    position: relative;
    border-radius: 10px;
}

.home-coupon-item .coupon-item-img {
    height: 200px;
    float: left;
    margin: 10px 0 0 10px;
}
.home-coupon-item .coupon-item-img img {
    height: 100%;
}
.home-coupon-item .coupon-item-copy {
    position: absolute;
    right: 50px;
    top: 80px;
}

@media (max-width: 991px) {
    .home-coupon-item {
        height: 120px;
    }
    .home-coupon-item .coupon-item-img {
        height: 120px;
    }
    .home-coupon-item .coupon-item-img img {
        height: 100px;
    }
    .home-coupon-item .coupon-item-copy {
        right: 5px;
        top: 30px;
    }

    .show__home_desc p {
        margin-top: 2rem !important;
    }
}

.home-coupon-item .coupon-item-copy p {
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.home-coupon-item .coupon-item-copy button {
    padding: 5px 40px;
    background-color: white;
    color: var(--theme-custom-color);
    border-radius: 20px;
    border: none;
    font-weight: bold;
}

.foot-buy {
    width: 20px;
}

.foot-wish {
    width: 20px;
    margin-left: 1.5rem;
    margin-right: -0.5rem;
}

.add_cart__text_white {
    width: 25px;
    height: 100%;
    background-color: white;
    display: inline-block;
    margin-left: -0.5rem;
}
.add_cart__text_black {
    background: #eeeeee;
    color: #252F2C;
    margin-right: -1.3rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 10px;
    border-right: 1px solid #C8C8C8;
    height: calc(100% - 0px);
}
@media only screen and (max-width: 575px) {
    .add_cart__text_white {
        width: 25px;
        height: 100%;
        background-color: white;
        display: inline-block;
        margin-left: 0.3rem;
    }
    .add_cart__text_black {
        background: #eeeeee;
        color: #252F2C;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 0 5px;
        border-right: 1px solid #C8C8C8;
        height: calc(100% - 0px);
        font-size: 1.2rem;
    }
    .add_cart__text_black {
        background: #eeeeee;
        color: #252F2C;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 0 5px;
        border-right: 1px solid #C8C8C8;
        height: calc(100% - 0px);
        font-size: 1.2rem;
    }
    .foot-wish{
        width: 20px;
        margin-right: 0.3rem;
    }
    .product__items--action__cart--btn{
        padding: 0;
    }
}
.show__home_title {
    color: var(--theme-custom-color);
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 2rem;
}

.show__home_desc {
    font-size: 1.8rem;
}

.show__home_desc p {
    margin-top: 6rem;
}

.btn__style__4 {
    background: var(--theme-custom-color);
}
.btn__style__4:hover {
    background: var(--theme-custom-color) !important;
}

.product_count_down {
    width: fit-content;
    margin: 0 auto;
}

.product_count_down .down-hour {
    display: inline-block;
    width: 100px;
    text-align: center;
    color: black;
    font-weight: bold;
}

.product_count_down .down-hour .down__item{
    font-size: 28px;
    color: #f1b8c0;
}
.product_count_desc {
    text-align: center;
    color: black;
    font-weight: bold;
}
.discount-more {
    margin:3rem auto 0 ;
    width: fit-content;
}
.discount-more  a {
    padding: 0 4rem !important;
}

.store-text-d {
    margin-top: 2rem;
}
.store-text {
    text-align: center;
    margin-bottom: 0.5rem;
    color: black;
}
.footer__bg {
    background-color: var(--theme-custom-color);
}

.bear-logo {
    width: 200px;
    height: 200px;
    position: absolute;
    left: calc(50vw - 80px);
    top: -115px;
    background-color: white;
    border-radius: 100px;
}

.bear-logo img {
    width: 148px;
    height: 157px;
    margin:  25px auto 0;
    display: block;
}

@media (min-width: 992px) {
    .footer-show-right__1 {
        float: right;margin-right: 6rem;
    }
    .subscribe-padding {
        padding-bottom: 15rem;
    }
}

@media (max-width: 991px) {
    .subscribe-padding {
        padding-bottom: 9rem;
    }
    .home-coupon-item .coupon-item-copy p {
        font-size: 14px;
    }
    .bear-logo {
        width: 100px;
        height: 100px;
        position: absolute;
        left: calc(50vw - 40px);
        top: -65px;
        background-color: white;
        border-radius: 50px;
    }

    .bear-logo img {
        width: 74px;
        height: 78px;
        margin:  13px auto 0;
        display: block;
    }
}

.store-page {
    display: flex;
}

.store-title {
    width: 100%;
    display: block;
    clear: both;
}

.store-title h3{
    float: left;
}

.store-region {
    float: right;
    margin-top: 8px;
}

.store-region li {
    float: left;
    margin-right: 5px;
}
.store-region li .checkout__checkbox--label {
    transform: translate(-7px, 4px);
}

.store-list {
    margin-top: 3rem;
}

.store-list li .store-item {
    width: 100%;
    display: block;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 1rem;
}

.store-list li .active p {
    color: var(--theme-custom-color);
}
.store-list li:hover p {
    color: var(--theme-custom-color);
}

.store-list li .store-item p:nth-child(1) {
    font-weight: bold;
    margin-bottom: 1rem !important;
}
#mapDetail iframe {
    width: 100% !important;
}

@media (max-width: 991px) {
    .store-region-list {
        order: 2;
        margin-top: 2rem;
    }
    .store-region {
        margin-top: 0;
    }
    .store-detail-map {
        order: 1;
    }

    .mobile-margin-25__1 {
        margin-left: 25%;
    }
}

.about__content--desc__1 {
    margin-bottom: 0 !important;
}
.about-task__1 {
    padding: 2rem 0;
}

.quality-padding {
    padding-bottom: 12rem;
}

.quantity__content__1111 {
    display: flex;
    align-items: center;
}
.quantity__content__11 {
    margin-left: 2rem;
}

.quantity__content__22 {
    margin-top: 2rem;
    margin-left: 2rem;
}

.quantity__item .quantity__content__22 {
    margin-left: 0 !important;
    margin-right: 2rem;
}

.quantity__item {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}

@media (max-width: 991px) {
    .quantity__item .about__thumbnail {
        order: 1;
    }
    .quantity__item .about__content {
        order: 2;
    }

    .show-in-mobile .quantity__content__22 {
        text-align: left !important;
    }

    .size-image__1 {
        width: 100% !important;
    }
}

.size-image__1 {
    width: 60%;
    margin:  0 auto;
    display: flex;
    align-items: center;
}


.contact__info--content__desc a {
    display: block !important;
}
.contact-map iframe {
    width: 100% !important;
}

.whatsapp-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
