
main {
    background-color: #F8F8F8;
}

    main .wrap {
        padding-bottom: 40px;
    }

.link {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 14px;
}

    .link a:hover {
        color: #000;
    }

.bg-yellow {
    background-color: #FFCC55
}

.bg-green {
    background-color: #63C856
}

.product-info {
    background-color: #fff;
    padding: 32px;
    margin-bottom: 16px;
    border-radius: 10px;
}

.product-img {
    width: 48%;
}

.swiper-button-prev, .swiper-button-next {
    background-color: rgba(101,101,101,0.5);
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 23px;
    }

    .swiper-button-prev:hover, .swiper-button-next:hover {
        transform: scale(0.95);
    }

.secondarySwiper .swiper-slide-thumb-active {
    border: 1px solid #63C856;
}


.product-buy {
    width: 48%;
}

.hashtag span {
    margin-right: 10px;
}

.hashtag {
    margin-bottom: 10px;
}

.product-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}

.brand {
    color: #979494;
    margin-bottom: 22px;
}

.price {
    margin-bottom: 25px;
}

.discount-price {
    font-weight: bold;
    font-size: 30px;
    color: #E02E2E;
    margin-right: 7px;
}


.origin-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #A8A6A6;
}

.product-ID {
    font-size: 14px;
    color: #979494;
}

.event {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    font-size: 14px;
    margin-bottom: 16px;
}

.event-title {
    color: #B5B1B1;
    margin-right: 16px;
    font-size: 16px;
    flex-shrink: 0;
}

.event-content {
    color: #FFCC55;
    max-width: 400px;
}

    .event-content:hover {
        color: #FFCC55;
    }

.event-tag {
    padding: 5px;
    border-radius: 2px;
    background-color: #FFCC55;
    color: #fff;
    margin-right: 10px;
}

.free-shipping {
    font-size: 12px;
    color: #63C856
}

.qty-title {
    color: #B5B1B1;
    margin-bottom: 18px;
}

.member-diopters {
    padding: 8.5px 36px;
    background-color: #F3F3F3;
    margin-left: 16px;
    border-radius: 6.6667px;
}

.qty-btn {
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 6.6667px;
    font-size: 24px;
    color: #656565;
}

.qty-num {
    width: 110px;
    height: 40px;
    border-radius: 6.6667px;
    border: 1.33333px solid #F3F3F3;
    margin: 0px 5px;
    text-align: center;
}

.add-cart-btns {
    margin-top: 50px;
}

    .add-cart-btns button {
        border: 0;
        padding: 12px 0;
        color: #fff;
        width: 48%;
        border-radius: 50px;
        font-size: 18px;
    }

        .add-cart-btns button:disabled {
            background-color: #CCCCCC;
        }

.social-shared {
    margin-top: 30px;
}


.social-shared-title {
    color: #B5B1B1;
    font-size: 15px;
    margin-right: 25px;
}

.product-content {
    padding-bottom: 30px;
}

.hot-recommend {
    width: 280px;
    min-width: 280px;
    padding: 26px;
    background-color: #fff;
    margin-right: 16px;
    border-radius: 10px;
}

    .hot-recommend h3 {
        font-size: 17px;
        color: #A6A6A6;
        font-weight: bold;
    }

    .hot-recommend li {
        padding: 10px;
        margin-bottom: 26px;
    }

        .hot-recommend li:nth-last-child(1) {
            margin-bottom: 0px;
        }

.hot-recommend-name {
    margin-top: 10px;
    font-size: 14px;
}

.hot-recommend-price {
    color: #E02E2E;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.product-description {
    border-radius: 10px;
    flex-grow: 1;
    background-color: #fff;
}

.product-description-title {
    border-bottom: 1px solid #E6E6E6;
}

    .product-description-title li {
        cursor: pointer;
        padding: 14px 48px;
        font-weight: bold;
    }

        .product-description-title li:hover {
            color: #63C856;
        }

        .product-description-title li.active {
            color: #63C856;
            border-bottom: 4px solid #63C856;
        }

.arrow {
    border: solid #63C856;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
}

.mb-add-cart-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0);
    opacity: 1;
    z-index: -1;
    transition: background-color 0.3s;
}

.product-description-content img {
    width: 100%;
}

.modal-bg {
    display: none;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 11;
}

.modal-main {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 10px;
    z-index: 1;
    font-size: 14px;
}

    .modal-main > h2 {
        padding: 20px 0;
        font-size: 17px;
        border-bottom: rgba(204,204,204,0.3) 1px solid;
        font-weight: bold;
        text-align: center;
    }

.login-remind-content {
    padding: 32px;
}

.login-remind-btn {
    border-top: #F0F0F0 solid 1px;
}

    .login-remind-btn a {
        display: inline-block;
        width: 50%;
        text-align: center;
        padding: 12px 0;
    }

.pay-method-border {
    border-bottom: rgba(204,204,204,0.3) 1px solid;
}

.accordion-item {
    border: 0;
}

.accordion-button {
    padding: 5px 0;
    font-size: 14px;
    color: #656565;
}

    .accordion-button:focus {
        border: 0;
    }

    .accordion-button:not(.collapsed) {
        background-color: #fff;
        box-shadow: none;
        color: #656565;
    }

.accordion-body {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #F3F3F3;
    border-radius: 10px;
}

.accordion-button::after {
    width: 20px;
    height: 20px;
    margin-left: 12px;
    background-image: url('../../Images/Home/bank-arrow.png');
    background-size: 7px;
    background-position: center;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../../Images/Home/bank-arrow.png');
    transform: rotate(90deg);
}

.installment {
    width: 35px;
}

.interest-rate {
    color: #E02E2E;
    margin-right: 43px;
}

.every-period {
    margin-right: 8px;
}

.period-price {
    color: #E02E2E;
}

.close-btn {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 12px;
    height: 12px;
}

.notice {
    background-color: #eeeeee;
    padding: 70px;
    border-radius: 10px;
}

    .notice h3 {
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 40px;
    }

    .notice img {
        margin-left: 84px;
    }

.no-stock {
    padding: 8px 76px;
    background: #F3F3F3;
    border-radius: 10px;
    font-size: 18px;
    color: #A6A6A6;
}

.cart-notify-text {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 24px 0;
    width: 1180px;
    z-index: 1;
    background-color: rgba(101,101,101,0.8);
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.not-optometry .need-login-bg {
    border-radius: 10px;
    background-color: #eeeeee;
    padding: 24px;
}

.not-optometry h4 {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: bold;
}

.not-optometry a {
    display: block;
    margin-top: 24px;
    width: 275px;
    background-color: #63C856;
    padding: 16px 0;
    text-align: center;
    border-radius: 50px;
    color: #fff;
}

.not-optometry .user-diopters {
    background-color: #f8f8f8;
    padding: 32px;
    border-radius: 10px;
    font-size: 14px;
}

    .not-optometry .user-diopters h4 {
        font-size: 20px;
        margin-bottom: 24px;
    }



    .not-optometry .user-diopters .input {
        width: 50%;
    }

        .not-optometry .user-diopters .input p {
            margin: 0;
            color: #63C856;
        }

        .not-optometry .user-diopters .input:first-child {
            margin-right: 16px;
        }

        .not-optometry .user-diopters .input select {
            color: #333;
            background-color: #f8f8f8;
            width: 100%;
            padding: 8px 0;
            border: none;
            border-bottom: 1px solid #eee;
            background-repeat: no-repeat;
            background-position: left center;
            padding-left: 28px;
            outline: none;
        }

            .not-optometry .user-diopters .input select.error {
                border-color: #E02E2E;
            }


        .not-optometry .user-diopters .input .left {
            background-image: url('../../images/detail/left.png');
        }

        .not-optometry .user-diopters .input .right {
            background-image: url('../../images/detail/right.png');
        }

    .not-optometry .user-diopters .warning-text {
        color: #63C856;
        margin-top: 16px;
        margin-bottom: 20px;
    }

        .not-optometry .user-diopters .warning-text img {
            margin-right: 4px;
            margin-bottom: 20px;
        }

    .not-optometry .user-diopters button {
        padding: 10px;
        width: 100%;
        color: #fff;
        background-color: #63C856;
        border-radius: 50px;
        border: none;
        font-size: 16px;
    }

.diopters-confirm-modal .content {
    width: 253px;
    padding: 28px 0 12px 0;
    text-align: center;
    font-size: 16px;
}

.diopters-confirm-modal .button-area button {
    border: none;
    border-top: 1px solid #f0f0f0;
    color: #63C856;
    width: 100%;
    background-color: #fff;
    padding: 13px;
    border-radius: 0 0 10px 10px;
}

.user-diopters-confirm .content {
    width: 344px;
    padding: 32px 32px 0 32px;
    text-align: center;
}

.user-diopters-confirm h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.user-diopters-confirm .user-diopters {
    margin-bottom: 30px;
}

    .user-diopters-confirm .user-diopters div {
        width: 92px;
    }

    .user-diopters-confirm .user-diopters .eye {
        margin-bottom: 4px;
        color: #A6A6A6;
    }

    .user-diopters-confirm .user-diopters .diopters {
        font-size: 18px;
        color: #333333;
        margin-bottom: 0;
    }

.user-diopters-confirm .diopters-notify {
    font-size: 12px;
    color: #FF8400;
    margin-bottom: 30px;
    display: flex;
}

    .user-diopters-confirm .diopters-notify input {
        margin-top: 1px;
        margin-right: 8px;
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }

        .user-diopters-confirm .diopters-notify input:checked {
            background-color: #63C856;
            border-color: #63C856;
        }

    .user-diopters-confirm .diopters-notify label {
        text-align: start;
    }

.user-diopters-confirm .button-area {
    border-top: 1px solid #ccc;
}

    .user-diopters-confirm .button-area button {
        color: #656565;
        width: 50%;
        border: none;
        background-color: transparent;
        padding: 10px;
    }

        .user-diopters-confirm .button-area button:nth-child(2) {
            border-left: 1px solid #ccc;
            color: #63C856;
        }

.slide-img {
    width: 536px;
    height: 536px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.normal-img {
    display: none;
}

    .normal-img.show {
        display: block;
    }

.pc-image,
.mb-image {
    display: none;
}

    .pc-image.show {
        display: block
    }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}

.second-img {
    width: 100%;
    height: 94px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.light-box-bg {
    opacity: 0;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 11;
    pointer-events: none;
}

.light-box-show {
    opacity: 1;
    pointer-events: auto;
}

.light-box {
    position: fixed;
    padding: 30px;
    top: 50%;
    left: 50%;
    width: 895px;
    height: 800px;
    transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 1;
}

    .light-box .close-light-box {
        position: absolute;
        top: 30px;
        right: 30px;
    }

    .light-box h2 {
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: bold;
    }

.light-box-content {
    height: 700px;
}

.light-box .swiper-container {
    margin-left: 0;
    margin-right: 0;
    width: 672px;
    height: 672px;
}

.light-box .slide-img {
    width: 100%;
    height: 100%;
}



.light-box-thumbs-img {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

    .light-box-thumbs-img.active {
        border: 1px solid #63C856;
    }

.light-img {
    display: none;
}

    .light-img.show {
        display: block;
    }

.hot-recommend a:hover {
    color: #656565;
}

.customer-img {
    width: 536px;
    height: 536px;
}

.hot-img {
    width: 208px;
    height: 208px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.specification-title {
    background-color: #E8E8E8;
    width: 40%;
    color: #000;
}

.specification-content {
    white-space: pre-line;
    background-color: #F6F6F6;
    width: 60%;
    color: #000;
}

@media(max-width:576px) {
    header {
        display: none;
    }

    main {
        margin-top: 0px;
    }

        main .wrap {
            padding-bottom: 115px;
        }

    footer {
        display: none;
    }

    .product-info {
        padding: 0;
    }

    .product-img {
        width: 100%;
        padding: 16px;
    }

    .swiper-pagination-bullet-active {
        background: #63C856;
    }

    .product-buy {
        width: 100%;
    }

    .hashtag {
        padding: 0 16px;
    }

    .ArrowLeft {
        width: 30px;
    }

    .shopping-cart {
        width: 30px;
    }

    .product-name {
        font-size: 18px;
        padding: 0 16px;
    }

    .cart-qty {
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 100%;
        color: #fff;
        background-color: #FB6666;
        top: 0;
        right: 0;
        font-size: 8px;
    }

    .hashtag {
        margin-bottom: 5px;
    }

    .product-name {
        margin-bottom: 10px;
    }

    .arrow {
        border-color: #CCCCCC;
    }

    .event {
        padding-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 0px;
        border-bottom: 0;
    }

    .event-content {
        max-width: 275px;
    }

    .discount {
        padding: 0 16px 16px 16px;
        border-bottom: 8px solid #F8F8F8;
    }

    .pay {
        padding: 0px 16px;
    }

    .brand {
        padding: 0 16px;
        margin-bottom: 12px;
    }

    .price {
        margin-bottom: 12px;
    }

    .delivery-service {
        padding: 0px 16px;
    }

    .product-description-title {
        position: sticky;
        top: 46px;
        background-color: #fff;
    }

        .product-description-title li {
            text-align: center;
            padding: 12px 0;
        }

    .mb-add-cart-btns {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        padding: 16px;
    }

        .mb-add-cart-btns button {
            border: 0;
            padding: 8px 0;
            color: #fff;
            width: 48%;
            border-radius: 50px;
            font-size: 16px;
        }



    .mb-add-cart-content {
        position: absolute;
        bottom: -450px;
        width: 100%;
        background-color: #fff;
        z-index: 2;
        transition: bottom 0.3s;
    }

    .show-cart-modal {
        z-index: 1;
    }

    .show-cart-animation {
        background-color: rgba(0,0,0,0.4);
    }

        .show-cart-animation .mb-add-cart-content {
            bottom: 0;
            border-radius: 10px 10px 0 0;
        }

    .mb-product-info {
        padding-bottom: 16px;
        border-bottom: 1px solid #CCCCCC;
    }

    .mb-product-img {
        width: 85px;
        height: 85px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-right: 10px;
    }

    .mb-product-tag {
        font-size: 12px;
    }

        .mb-product-tag span {
            margin-right: 5px;
        }

    .mb-product-price {
        color: #E02E2E;
        font-size: 18px;
    }

    .mb-product-qty-title {
        color: #A6A6A6;
        margin-bottom: 20px;
    }

    .member-diopters {
        padding: 6px 26px;
        margin-left: 10px;
    }

    .qty-num {
        width: 80px;
        height: 30px;
        padding: 0px;
    }

    .qty-btn {
        width: 30px;
        height: 30px;
        font-size: 19px;
    }

    .confirm-btn {
        width: 100%;
        border-radius: 50px;
        background-color: #63C856;
        color: #fff;
        padding: 7px 0;
        font-size: 18px;
        border: 0;
        margin-top: 110px;
    }

        .confirm-btn:disabled {
            background-color: #CCCCCC;
        }


    .product-content {
        padding-bottom: 0;
    }

    .notice {
        position: relative;
        background-color: #f8f8f8;
        padding: 40px;
    }

        .notice img {
            margin-left: 0;
            position: absolute;
            bottom: -35px;
            right: 29px;
            width: 114px;
            height: 114px;
        }

    .no-stock {
        padding: 8px 30px;
    }

    .cart-notify-text {
        width: 214px;
        padding: 16px 0;
    }

    .not-optometry {
        margin-top: 16px;
    }

        .not-optometry a {
            width: 164px;
            padding: 8px 0;
            font-size: 16px;
        }

        .not-optometry .user-diopters {
            padding: 24px;
        }

            .not-optometry .user-diopters h4 {
                font-size: 16px;
            }

            .not-optometry .user-diopters .input select {
                padding-left: 0;
                background-image: none !important;
            }

            .not-optometry .user-diopters .warning-text {
                margin-top: 24px;
                font-size: 12px
            }

    .user-diopters-confirm .content {
        width: 252px;
    }


    .user-diopters-confirm .user-diopters {
        margin-bottom: 24px
    }

    .slide-img {
        width: 100%;
        height: 271px;
    }

    .pc-image.show {
        display: none;
    }

    .mb-image.show {
        display: block;
    }


    .light-box {
        width: 100vw;
        padding: 16px;
        height: 100vw;
    }

    .light-box-content {
        height: 100%;
    }

    .light-box .swiper-container {
        width: 100%;
        height: 100%;
    }

    .light-box .close-light-box {
        background-color: #ccc;
        border-radius: 100%;
        width: 21px;
        height: 21px;
        z-index: 5;
    }

    .light-box-thumbs {
        display: none;
    }
}
