/* Import Vollkorn với tất cả weight */
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:wght@400;500;600;700;900&display=swap');

/* Áp dụng font cho toàn trang */
body {
    font-family: 'Vollkorn', serif !important;
}
/* =========================
   General Reset
========================= */
.productList ul,
.productList ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
[data-page="glutathione"] .main_tit h3 {
    font-size: 45px;
    font-weight: 400;
    color: #242424;
    line-height: 60px;
}
[data-page="glutathione"] .sub_explan {
    font-size: 25px;
    font-weight: 400;
    color: #242424;
    line-height: 40px;
    margin-top: 20px;
}
.pixbiom_tit h3 > *
{
    font-size: 35px !important;
}
.woocommerce div.product form.cart .button
{
    margin-right: 20px;
    margin-bottom: 10px;
}
/* =========================
   Product List & Categories
========================= */
.productList .menuCategory {
    width: 1800px;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-shipping-destination
{
    display: none !important;
}
.productList .menuCategory li {
    margin: 0 1rem;
    padding: 31px 4px 25px;
    color: #242424;
    font-weight: 500;
}
.product-description-top.content-area .mejs-controls 
{
  display: none !important;
}
.product-description-top.content-area .mejs-container,
.product-description-top.content-area .mejs-container video,
.product-description-top.content-area .wp-video,
.product-description-top.content-area .wp-video-shortcode {
  width: 100% !important;
  max-width: 100% !important;
}

.up-sells.upsells.products
{
    display: none !important;
}
.productList .menuCategory li:first-child {
    margin-left: 0;
}
.wp-block-woocommerce-product-collection.is-layout-flow.wp-block-product-collection-is-layout-flow
{
    display: none !important;
}
.productList .menuCategory li a {
    position: relative;
    font-size: 22px;
    color: #d5d5d5;
}

.productList .menuCategory li.active a {
    color: #242424 !important;
}

.productList .menuCategoryScroll {
    overflow-x: scroll;
}

/* Tùy chỉnh toàn bộ thanh cuộn */
.productList .menuCategoryScroll::-webkit-scrollbar {
    width: 10px;  /* Độ rộng của thanh cuộn dọc */
    height: 10px; /* Độ cao của thanh cuộn ngang */
}

/* Tùy chỉnh phần thanh cuộn (thumb) - phần có thể kéo */
.productList .menuCategoryScroll::-webkit-scrollbar-thumb {
    background-color: #888;  /* Màu sắc của thanh cuộn */
    border-radius: 10px;      /* Bo góc cho thanh cuộn */
}

/* Thay đổi màu khi hover vào thanh cuộn */
.productList .menuCategoryScroll::-webkit-scrollbar-thumb:hover {
    background-color: #555;  /* Màu thanh cuộn khi hover */
}

/* Tùy chỉnh vùng track (vùng không di chuyển) */
.productList .menuCategoryScroll::-webkit-scrollbar-track {
    background-color: #f1f1f1;  /* Màu nền của vùng track */
    border-radius: 10px;         /* Bo góc cho vùng track */
}

/* Tùy chỉnh các corner (góc của scrollbar) */
.productList .menuCategoryScroll::-webkit-scrollbar-corner {
    background-color: #f1f1f1;
}


/* =========================
   Product Sorting
========================= */
.productList .productSortBy {
    cursor: pointer;
    width: 10rem;
    margin-right: 0.8rem;
    padding: 3.1rem 0 2.5rem;
    color: #242424;
    z-index: 2;
    background-color: transparent;
    background-position: calc(100% - 0.5rem) 54%;
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-image: url('../images/down_arrow_img1.svg');
}

.productList .productSortBy a {
    font-size: 22px;
    font-weight: 500;
}

.sort_title {
    display: flex;
    justify-content: space-between;
    font-size: 26px;
    padding: 0 4px 8px 0;
    align-items: center;
    margin-bottom: 4.6rem;
    border-bottom: 2px solid #242424;
}

.sort_title span {
    font-size: 22px;
    font-weight: 400;
}
.sort_list_wrapper ul li {
    display: flex;
    align-items: center;
    margin-bottom: 24px !important;
}

.sort_list_wrapper ul li label {
    font-size: 22px;
    padding-left: 13px;
    cursor: pointer;
    vertical-align: middle;
}

.sort_list_wrapper .list_title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 2rem;
}

.sort_container {
    width: 430px;
}

.sort_button_wrapper {
    display: flex;
    padding-top: 2.3rem;
    gap: 10px;
}

.sort_button_wrapper .iv_button {
    font-weight: 500;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    border: 2px solid #242424;
    border-radius: 5rem;
    background: #fff;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: 1;
    word-spacing: -0.05rem;
    text-decoration: none;
    white-space: nowrap;
}

.sort_button_wrapper .iv_button a {
    padding: 12px 0;
    font-size: 20px;
    width: 210px;
    font-weight: 500;
    text-align: center;
    border-width: 2px;
}

.sort_button_wrapper #filter_submit {
    background-color: #242424;
    color: #fff;
}

#button_filter_reset {
    border: unset;
    background: transparent;
}

/* =========================
   Product Grid
========================= */
.productList .shop-wrapper.custom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.woocommerce-product-rating
{
    display: flex !important;
    align-items: center;
}
.productList .product-card img {
    width: 100%;
    height: auto;
}
.review_long .long_arw {
    transform: rotate(-90deg);
    width: 14px;
}
.review_long .on
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review_long {
    margin-left: 20px;
    font-size: 18px;
    color: #fff;
    width: 220px;
    height: 40px;
    background-color: #eb3300;
    border-radius: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
/* =========================
   Review & Description
========================= */
.review_wrap {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 11px;
    font-weight: 500;
    color: #eb3300;
    border-bottom: 2px solid #eb3300;
}
.discount-percentage
{
    color: #eb3300;
}
.review_wrap p {
    margin-bottom: 0;
}
.product-short-description,
.product-description {
    padding: 28px 10px 0;
    margin-top: 2rem;
    font-size: 18px;
    line-height: 1.6;
}
.product-card .description
{
    padding: 28px 10px 0;
}

.product_title a {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
}

/* =========================
   Price & Discount
========================= */
.price_wrap {
    display: flex;
    align-items: flex-end;
    font-size: 24px;
}

.discount_ratio {
    color: #eb3300 !important;
    font-weight: 600;
    margin-right: 0.5rem;
}

.product-price .price-old {
    text-decoration: line-through;
    color: #999;
    margin-left: 1rem;
}

.base_prc_wrapping {
    margin: 34px 0 0;
}

.prdDetail_info.base_prc_item.discount {
    text-decoration: none;
    display: flex;
    text-decoration: line-through;
    color: #808080;
    font-weight: 500;
    align-items: center;
    font-size: 26px;
}

.base_prc_item #discount_ratio {
    margin-right: 5px;
    color: #eb3300;
    font-size: 26px;
    align-items: center;
}

.desc.base_prc_promo {
    font-size: 26px;
    font-weight: 600;
}

.prc_item_tit {
    display: inline-block;
    width: 110px;
    margin-left: 1.8rem;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #525252;
}

/* =========================
   Buttons
========================= */
.add-to-cart button,
.single_add_to_cart_button,
.single_buy_now_button {
    padding: 12px 24px;
    font-size: 18px !important;
    width: 270px !important;
    cursor: pointer;
    border-radius: 50px !important;
    font-weight: 500;
}

.add-to-cart button {
    background: #242424;
    color: #fff;
    border: none;
}

.single_add_to_cart_button {
    border: 2px solid #eb3300 !important;
    background: transparent !important;
    color: #eb3300 !important;
    font-size: 20px !important;
    height: 100%;
}

.single_buy_now_button {
    background: #eb3300 !important;
    color: #fff !important;
    font-size: 20px !important;
    height: 100%;
}

/* =========================
   Product Detail
========================= */
.product-detail-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.product-images {
    flex: 1;
    margin-left: 108px;
}
.accordion-item h2 button
{
    border-bottom: 1px solid #242424 !important;
}
.product-images img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.product-info {
    flex: 1;
}
.prdDetail_info {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 10px 0;
}
.prdDetail_info.delivery_price {
    margin-top: 60px;
}
.product-title {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    color: #242424;
    line-height: 1.25;
    word-break: keep-all;
}

.prdDetail_optionArea {
    padding-left: 124px;
}

.prdDetail_optionArea.fixed {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 776px;
}

.prdDetail_info.review_item {
    font-size: 22px;
    color: #eb3300;
    margin-top: 11px;
    display: flex;
    align-items: center;
}

/* =========================
   Accordion
========================= */
.accordion-button {
    outline: unset !important;
    margin-top: 20px;
    border-radius: 0 !important;
    padding: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: #242424 !important;
    background: transparent !important;
}

.accordion-item {
    border-radius: unset !important;
    border: unset !important;
}

.accordion-item h2 button {
    padding-bottom: 6px !important;
    font-size: 18px;
    font-weight: 500;
}

/* =========================
   Modal Filter
========================= */
#filterModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
}

#filterModal .modalBody {
    height: 100%;
    display: flex;
    justify-content: end;
}

#filterModal .modal-content {
    background: #fff;
    width: 691px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 691px;
    padding: 0 40px;
    position: relative;
}

#filterModal .close {
    position: absolute;
    top: 10px; right: 15px;
    cursor: pointer;
    font-size: 18px;
}

#filterModal input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 28px;
    height: 28px;
    border: 1px solid #525252;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}

#filterModal input[type="radio"]:checked {
    border-color: #525252;
    padding: 2px;
    background-color: #fff;
}

#filterModal input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #eb3300;
}

/* =========================
   Misc / Focus Reset
========================= */
button:focus, 
button:active, 
.btn:focus, 
.btn:active {
    box-shadow: none !important;
    outline: none !important;
}
.prdDetail_option_select {
    padding: 0 0 60px;
}
/* giỏ */
.wp-block-woocommerce-cart-order-summary-block
{
    padding: 65px 30px 60px;
    background: #FAFAFA
}
.specific_bnr_cate_inner {
    padding-bottom: 14px;
}
#headingrelatedproducts button
{
    border-width: 2px !important;
}
#relatedProductsCollapse .related-product-info
{
    font-size: 18px;
    font-weight: 500;
    word-break: keep-all;
    line-height: 1.25;
}
.related-product-image img
{
    max-width: 110px;
    width: 110px;
}
.related-product-image
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.related-variation-select
{
    outline: unset !important;
    border: 2px solid #808080;
    color: #242424;
    font-size: 16px;
    padding: 6px 12px;
    background-position: right 13px center;
    background-size: 13px auto;
    border-radius: 5px;
}
.related-variation-select option:disabled {
    color: #525252 !important;
    background-color: #f0f0f0;
}

/* Các khu vực nội dung */
.scroll-tab-section {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.scroll-tab-section:first-child {
    border-top: none;
    margin-top: 0;
}

h2.scroll-tab-title {
    margin-bottom: 20px;
}

/* ============================
   FQA PAGE (Trang câu hỏi thường gặp)
   ============================ */

#fqaPage .fqainfo 
{
    color: #fff;
}
#fqaPage .fqainfo h3
{
    font-size: 36px;
    font-weight: 600;
}
#fqaPage .fqainfo .sup_tele
{
    margin-top: 14px;
    font-size: 60px;
    font-weight: 500;
}
#fqaPage .fqainfo .sup_time {
    margin-top: 2.1rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
}
#fqaPage #boardSearchForm .inputTypeText::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#fqaPage #boardSearchForm .inputTypeText::placeholder {
  color: #fff;
  opacity: 1;
}
#fqaPage #boardSearchForm .inputTypeText
{
    outline: unset;
    min-width: 50px;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    box-sizing: border-box;
    border-radius: 5rem;
    width: 100%;
    padding: 17px 70px 18px 30px;
    background: transparent;
    border: 2px solid #fff;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
#fqaPage #boardSearchForm .search_button {
    position: absolute;
    top: 50%;
    right: 34px;
    transform: translateY(-50%);
    width: 22px;
}
#fqaPage .base_board_search {
    margin-right: 176px;
}
#fqaPage .button_area .iv_button a
{
    padding: 20px 30px;
    font-size: 18px !important;
    background-color: #fff;
    width: 100%;
    font-weight: 600;
    background-position: right 23px center;
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0;
    border-radius: 5rem;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: 1;
    background-repeat: no-repeat;
    justify-content: space-between;
    background-image: url('../images/right_arrow_img3.svg');
    word-spacing: -0.05rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
#fqaPage .base_board_search .button_area {
    display: flex;
    display: -ms-flexbox;
    margin-top: 11px;
}
#fqaPage .base_board_search .button_area .iv_button
{
    flex: 1 1 50%;
}
#fqaPage .base_board_search .button_area .iv_button:nth-of-type(2) {
    margin-left: 0.9rem;
}
#fqaPage .fqaBody
{
    padding-top: 81px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    padding-bottom: 100px;
}
#fqaPage .base_board_category ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
#fqaPage .base_board_category p a
{
    display: block;
    padding-bottom: 9px;
    border-bottom: 2px solid #242424;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45;
}
#fqaPage .base_board_category ul li a {
    font-size: 20px;
    color: #525252;
    line-height: 1;
}
#fqaPage .base_board_category ul li{
    padding: 10px 0;
}
#fqaPage #faqAccordion .accordion-button
{
    align-items: start !important;
}
#fqaPage #faqAccordion .accordion-button 
{
    font-size: 20px;
    font-weight: 500;
    padding-right: 30px;
}
#fqaPage #faqAccordion .accordion-body
{
    padding: 34px 68px;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 500;
    color:#808080;
    background: #fafafa;
}
#fqaPage .board_top_bnr
{
    padding: 21.4rem 0 19.2rem;
}
#fqaPage .base_board_category a.active
{
    font-weight: 600;
}
#fqaPage .num
{
    width: 50px;
    max-width: 50px;
}
#fqaPage #faqAccordion .accordion-item h2 button 
{
    border-bottom: unset !important;
    box-shadow: unset !important;
}
#fqaPage #faqAccordion .accordion-item
{
    height: auto;
    margin: 24px 0 0;
    border-bottom: 1px solid #dcdcdc !important
}
/* ============================
   PHÒNG THÍ NGHIỆM PAGE
   ============================ */
#pageEvent .pageLab .event-item
{
    border: 3px solid #242424 !important;
}
#pageEvent .pageLab .event-item h5
{
    border: unset !important;
}
#pageEvent .pageLab .event-item .info_top .left_text {
    width: 12rem;
    text-align: center;
    border-right: 3px solid #242424;
}
#pageEvent .pageLab .info_top .right_text,
#pageEvent .pageLab .info_top .left_text {
    padding: 9px 0 8px;
    padding-right: 15px;
}
#pageEvent .pageLab .info {
    border-top: 3px solid #242424;
}
#pageEvent .pageLab .event-item p {
    margin: 0 !important;
}
#pageEvent .pageLab .info_bottom {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-height: 88px;
    border-top: 3px solid #242424;
}
#pageEvent .pageLab .event-item .info_top {
    display: flex;
    justify-content: space-between;
}
/* ============================
   SỰ KIỆN PAGE (Trang sự kiện)
   ============================ */
.wrapper.pageEvent {
    background-color: #fff;
}

#pageEvent .section-title {
    font-size: 36px;
    font-weight: 600;
    color: #e74c3c;
    display: inline-block;
    padding-bottom: 6px;
    z-index: 9;
    line-height: 1.45;
    margin-bottom: 0;
    padding-right: 8px;
    background: #fff;
    position: relative;
}

#pageEvent .event-item {
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#pageEvent .event-thumb {
    overflow: hidden;
}
#pageEvent .titleArea
{
    margin-bottom: 70px;
    position: relative;
}
#pageEvent .titleArea::after
{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 5px;
    background: #eb3300
}
#pageEvent .event-thumb img {
    width: 100%;
    aspect-ratio: 16/12;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.4s ease;
}
#pageEvent .event-item p {
    font-size: 14px;
    color: #111;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
#pageEvent .event-item p
{
    font-size: 14px;
    font-weight: 600;
}
#pageEvent .event-item h5 {
    font-size: 18px;
    font-weight: 600;
    border-top: 5px solid #242424;
    padding-top: 10px;
    margin-top: 5px;
    padding: 9px 0;
    font-size: 20px;
    word-break: keep-all;
    border-bottom: 1px solid #242424;
}

#pageEvent .event-item h5 a {
    color: #111;
    text-decoration: none;
    transition: color 0.3s ease;
}

#pageEvent .event-item h5 a:hover {
    color: #e74c3c;
}

/* Responsive */
@media (max-width: 1120px) {
    #fqaPage .base_board_search {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    #pageEvent .event-item {
        margin-bottom: 30px;
    }
    #pageEvent .titleArea {
        margin-bottom: 40px;
        position: relative;
    }
    #pageEvent .section-title {
        font-size: 22px;
    }
    #fqaPage .base_board_search .button_area .iv_button
    {
        flex: 1 1 100%;
    }
    #fqaPage .base_board_search .button_area
    {
        flex-wrap: wrap;
    }
    #fqaPage .base_board_search .button_area .iv_button:nth-of-type(2) {
        margin-left: 0;
        margin-top: 0.9rem;
    }
    #fqaPage .fqainfo .sup_tele {
        margin-top: 14px;
        font-size: 30px;
        font-weight: 500;
    }
    #fqaPage .button_area .iv_button a,
    
    #fqaPage #boardSearchForm .inputTypeText 
    {
        font-size: 16px !important;
    }
    #fqaPage .fqaBody
    {
        padding-top: 41px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        padding-bottom: 50px;
    }
    #fqaPage .base_board_category p a,
    #fqaPage #faqAccordion .accordion-button,
    #fqaPage .base_board_category ul li a
    {
        font-size: 18px;
    }
    #fqaPage #faqAccordion .accordion-body {
        padding: 20px;
        font-size: 16px;
        line-height: 1.25;
    }
    #fqaPage .board_top_bnr
    {
        padding: 10.4rem 0 9.2rem;
    }
}
/* ============================
   SỰ ĐÁNH GIÁ CHUYÊN GIA 
   ============================ */
.review_slide_section .review_slide_item .img_box {
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.review_slide_section .review_slide_item .info_box .review_info .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}
.review_slide_section .review_slide_item .review_star {
    flex: 0 0 auto;
    position: relative;
    font-size: 16px;
    color: #eb3300;
}
.review_slide_section .review_slide_item .review_user_id {
    flex: 0 1 auto;
    font-weight: 500 !important;
    font-size: 16px;
    font-weight: 300;
    color: #202020;
}
.review_slide_section .review_slide_item .info_box {
    padding: 22px 27px 20px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-top: none !important;
}
.review_slide_section .review_slide_item .review_text {
    font-size: 18px;
    color: #525252;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 58px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.prd_more_button button {
    padding: 4px 7px;
    font-size: 13px;
    font-weight: 600;
    background-position: right 7px center;
    background-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    border: 1px solid #eb3300;
    border-radius: 50px;
    background-color: #eb3300;
    font: inherit;
    color: #fff;
    letter-spacing: inherit;
    line-height: 1;
    word-spacing: -0.05px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.review_slide_section .review_slide_item .info_box .prd_name {
    flex: 1 1 auto;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #525252;
    line-height: 1.45;
}
.review_slide_section .review_slide_item .info_box .prd_info {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-top: 12px;
    border-top: 1px solid #dcdcdc;
}
.review_slide_section .review_slide_item .info_box .review_info {
    padding-bottom: 20px;
    cursor: pointer;
}
.review_slide_section .title {
    margin-bottom: 45px;
    font-size: 24px;
    color: #eb3300;
    font-weight: 700;
}
.review_info_article span {
    display: block;
    font-weight: 300;
    color: #242424;
    line-height: 20px;
    font-size: 16px;
    position: relative;
    padding-left: 10px;
}
.review_info_article span::after {
    content: '*';
    position: absolute;
    top: 0;
    left: 0;
}
.review_ad_section {
    margin-top: 83px;
}
.review_default_item .member_review > .left {
    flex: 0 0 auto;
    padding: 40px 40px 40px 0;
    border-right: 1px solid #dcdcdc;
}
.review_list_section .review_default_area .top .order {
    display: flex;
}
.review_list_section {
    padding-top: 100px;
}
.review_list_section .review_default_area .top .order li {
    position: relative;
}
.review_list_section .review_default_area .top .order li.on .order_item {
    font-weight: 600;
    color: #eb3300;
}
.review_list_section .review_default_area .top .order li .order_item {
    padding: 0 10px 16px;
    font-size: 18px;
    background: transparent;
    color: #d5d5d5;
}
.review_default_item .member_review > .left .prd_thumb .prd_more_button {
    bottom: 10px;
    right: 10px;
}
#review_cate_filter
{
    margin: 0;
    padding: 0;
}
.review_default_item .member_review_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review_default_item .member_info {
    margin-top: 15px;
}
.review_default_item .member_info_detail {
    display: none;
    flex-wrap: wrap;
    margin-top: 14px;
}
.review_default_item .default_review_photo {
    display: flex;
    margin-top: 24px;
}
.review_default_item .default_review_text {
    padding-top: 24px;
    font-size: 18px;
    line-height: 1.45;
    cursor: pointer;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.review_default_item .default_review_text.view {
    -webkit-line-clamp: initial;
}
.review_default_item .member_review > .left .prd_thumb {
    position: relative;
    width: 240px;
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.review_default_item {
    border-bottom: 1px solid #d5d5d5;
}
.review_list_section .review_default_item .member_review {
    display: flex
}
.review_default_item .member_review > .right {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0 0 40px;
}
.review_default_item .member_review > .right > * {
    flex: 0 1 auto;
}
.review_default_item .member_review_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 40px;
    margin-top: 36px;
}
.review_default_item .default_review_photo {
    display: flex;
    margin-top: 24px
}
.review_default_item .default_review_photo .photo_item {
    width: 95px;
    height: 95px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.review_default_item .default_review_photo .photo_item:nth-of-type(n+2) {
    margin-left: 10px;
}
.review_default_item .left_box
{
    font-weight: 500;
    color: #242424;
}
.review_default_item .member_review > .left .prd_name {
    width: 240px;
    margin-top: 21px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
}
.review_default_item .member_review > .left .prd_thumb .prd_more_button button {
    padding: 4px 7px;
    font-size: 13px;
    font-weight: 600;
    background-position: right 7px center;
    background-size: 13px;
    background-repeat: no-repeat;
    justify-content: space-between;
    background-image: url('../images/right_arrow_img1.svg');
}
li {
    list-style: none;
}
.review_list_section .review_default_area .top button
{
    border: unset !important;
}
.review_list_section .review_default_area .top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d5d5d5;
}
.review_default_item .member_review_top .rate {
    font-size: 22px;
}
.review_default_item .member_review_top .right_box .rate {
    color: #eb3300;
}
.review_default_area .review_info_article {
    margin-top: 20px;
}
.review_default_item .member_review_bottom .recommend_button a {
    padding: 13px 22px;
    font-size: 14px;
    font-weight: 600;
    border-color: #d5d5d5;
}
.review_default_item .member_review_bottom .bottom_right p {
    display: inline-block;
    font-size: inherit;
    margin-bottom: 0;
    font-weight: inherit;
    color: #d5d5d5;
}
.review_default_item .member_review_bottom .bottom_right {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
}
.review_default_item .member_review_bottom .bottom_right div a {
    padding: 5px 0 5px 12px;
    font-weight: inherit;
    color: #d5d5d5;
}
.review_default_item .member_review_top .right_box {
    color: #808080;
}
.review_video_section .title {
    padding-bottom: 40px;
    font-size: 52px;
    text-align: center;
    line-height: 1.45;
}

#reviewPage .title {
    color: #eb3300;
    font-weight: 600;
}
.review_video_section .title span {
    display: block;
    font-size: 24px;
}
.review_slide_section {
    padding-top: 130px
}
#reviewPage
{
    padding: 70px 100px 160px;
}
.review_slide_section .review_slide_item .info_box .prd_thumb {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.review_slide_section .review_slide_item .info_box .prd_more_button {
    bottom: 0;
    right: 0;
}
.prd_more_button {
    position: absolute;
}
.photo_detail_popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.photo_detail_popup .photo_detail_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
    height: 90vh;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.photo_detail_popup .iv_close_button {
    position: absolute;
    z-index: 9;
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    padding: 4px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
}
.photo_detail_popup .photo_area {
    height: 550px;
    text-align: center;
    background: #242424;
}
.photo_detail_popup .detail_content {
    height: calc(100% - 550px);
}
.photo_detail_popup .review_default_item {
    padding: 0;
    border: none;
}
.photo_detail_popup .review_default_item .top_wrapper {
    padding: 24px 25px;
    border-bottom: 1px solid #dcdcdc;
}
.photo_detail_popup .review_default_item .default_review_text {
    padding: 24px 25px 0;
    font-size: 16px;
    overflow: auto;
    text-overflow: initial;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    -webkit-box-orient: inherit;
}
.photo_detail_popup .review_default_item .top_wrapper {
    padding: 24px 25px;
    border-bottom: 1px solid #dcdcdc;
}
.photo_detail_popup .review_default_item .member_review_bottom {
    align-items: center;
    margin-top: 42px;
    padding: 0 25px 24px;
}

.review_default_item .member_review_bottom {
    display: flex;
    display: -ms-flexbox;
    justify-content: end;
    align-items: flex-end;
    padding-bottom: 40px;
    margin-top: 36px;
}
.review_default_item .member_review_bottom .recommend_button a {
    padding: 13px 22px;
    font-size: 14px;
    font-weight: 400;
    border-color: #d5d5d5;
}
.photo_detail_popup .review_default_item .member_review_bottom {
    align-items: center;
    margin-top: 42px;
    padding: 0 25px 24px;
}
.review_default_item .member_review_bottom .recommend_button a {
    padding: 13px 22px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #d5d5d5;
    margin: 0;
    border-radius: 5rem;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: 1;
    word-spacing: -0.05rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.photo_detail_popup .photo_area .swiper-slide {
    display: flex;
    justify-content: center;
}
.photo_detail_popup:not(.on) {
    display: none !important;
}
.photo_detail_popup .photo_area {
    height: 550px;
    text-align: center;
    background: #242424;
}
.photo_detail_popup .review_default_item .member_review_top .info .other {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.photo_detail_popup .review_default_item .member_review_top .info .prd_name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
}
.photo_detail_popup .review_default_item .member_review_top .prd_thumb {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.iv_close_button a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}
.photo_detail_popup .iv_close_button {
    position: absolute;
    top: 10px;  /* cách top popup */
    right: 10px; /* cách phải popup */
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
}

.photo_detail_popup .iv_close_button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.photo_detail_popup .iv_close_button a::before,
.photo_detail_popup .iv_close_button a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #fff;
    transform-origin: center;
}

.photo_detail_popup .iv_close_button a::before {
    transform: rotate(45deg);
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.review_slide_section .review_slide_item .info_box .prd_info {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-top: 12px;
    border-top: 1px solid #dcdcdc;
}
.photo_detail_popup .photo_area .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff !important;
}
.photo_detail_popup .iv_close_button a::after {
    transform: rotate(-45deg);
}
.photo_detail_popup .photo_area .swiper-pagination-bullets {
    bottom: 16px;
}
.photo_detail_popup .photo_area .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
}
.review_list_section .review_default_area .top .order li.on .order_item {
    font-weight: 600;
    color: #eb3300;
}
/* ========== PIXCELL BIOM™ ==========  */
[data-page="boosterShot"] .biom_sec {
    border: 9px solid #242424;
    border-bottom: unset;
    box-sizing: border-box;
}
.contain_box .main_title .main_title_inner .pixbiom_tit h3 {
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 0;
}
.contain_box .main_title .main_title_inner .pixbiom_explan ul li .checked::before {
    content: url("../images/checked.png");
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    left: 0px;
}
.contain_box .main_title .main_title_inner .pixbiom_explan ul li {
    position: relative;
    font-size: 22px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding-left: 35px;
}
.contain_box .main_title .main_title_inner .pixbiom_explan .underline span {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px solid #242424;
    font-size: 30px;
    letter-spacing: 0;
}
.contain_box .main_title .main_title_inner .pixbiom_explan .underline + .underline {
    margin-top: 13px;
}
.contain_box .main_title .main_title_inner .pixbiom_explan ul li sup {
    top: -3px;
    font-weight: 300;
}
.contain_box .main_title .main_title_inner .pixbiom_explan ul {
    margin-top: 27px;
}
.contain_box .main_title .main_title_inner .pixbiom_explan .annotation:first-of-type {
    margin-top: 30px;
}
.annotation p {
    position: relative;
    color: #242424 !important;
    font-size: 13px !important;
    line-height: 20px !important;
}
.contain_box .main_title .main_title_inner .pixbiom_tit {
    padding: 100px 0;
}
.contain_box .main_title .main_title_inner {
    margin: 0 100px;
}
.contain_box .main_title .main_title_inner .pixbiom_explan {
    padding: 63px 0 43px;
}
.contain_box .main_title .main_title_inner .pixbiom_explan .underline {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px solid #242424;
    font-size: 30px;
    letter-spacing: 0;
}
.main_tit div.tit_explan p {
    color: #eb3300;
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
    position: relative;
    margin-bottom: 20px;
}
.sub_box1
{
    padding-top: 50px;
    padding-bottom: 36px;
    position: relative;
    padding-left: 75px;
    padding-right: 100px;
    align-items: center;
    justify-content: space-between;
}
.sub_box1 .small_desc {
    margin-top: 48px;
}
.bottom_sub_box .sub_box2 div.tit_explan p {
    color: #eb3300;
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
    position: relative;
    margin-bottom: 20px;
}
.small_desc {
    font-size: 15px;
    line-height: 1.25;
}
.main_tit h3 {
    font-size: 35px;
    font-weight: 400;
    color: #242424;
    line-height: 60px;
}
.main_tit div.tit_explan p {
    color: #eb3300;
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
    position: relative;
    margin-bottom: 20px;
}
.main_tit div.tit_explan p::after {
    content: '';
    position: absolute;
    top: 5px;
    left: -8px;
    background: #eb3300;
    width: 3px;
    height: 18px;
}
.sub_box1 .sub_top .sub_explan {
    margin-top: 60px;
}
.sub_explan {
    font-size: 22px;
    font-weight: 400;
    color: #242424;
    line-height: 40px;
    margin-top: 20px;
}
.bottom_sub_box .sub_box2 {
    border-right: 2px solid #242424;
    padding-right: 0;
    padding-left: 75px;
}
.bottom_sub_box [class^="sub_box"] {
    padding-top: 80px;
    padding-bottom: 75px;
}
.bottom_sub_box {
    border-top: 2px solid #242424;
}
.sub_explan span.t-emphasis.bg-yellow.on::before {
    width: 100%;
    left: 50%;
}
.sub_explan span.t-emphasis.bg-yellow:last-of-type::before {
    transition-delay: 0.5s;
}
.bottom_sub_box .sub_box2 .develop_img_ani_list .itm_wrap {
    display: flex;
    align-items: center;
}
.bottom_sub_box .sub_box2 .develop_img_ani_list .gi_icop {
    margin: 15px 0 15px 94px;
}
.bottom_sub_box .sub_box2 .develop_img_ani_list .itm_wrap .txt_box p {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
    padding: 3px 0;
    display: inline-block;
}
.sub_explan {
    font-size: 22px;
    font-weight: 400;
    color: #242424;
    line-height: 40px;
    margin-top: 20px;
}
.etc_box {
    padding: 72px 75px 80px;
    border-bottom: 2px solid #242424;
    align-items: center;
    justify-content: space-between;
}
.bottom_sub_box .sub_box2 .develop_img_ani_list .itm_wrap .txt_box {
    margin-left: 55px;
}
p.annotation, .annotation p {
    position: relative;
    color: #242424 !important;
    font-size: 13px !important;
    margin-bottom: 0;
    line-height: 20px !important;
}
.bottom_sub_box .sub_box2 .develop_img_ani_list .itm_wrap .txt_box span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    font-weight: 400;
    color: #242424;
}
.bottom_sub_box .sub_box2 .develop_img_ani_list {
    margin: 48px auto 54px;
}
.bottom_sub_box .sub_box3 {
    padding-right: 75px;
    padding-left: 75px;
}
.bottom_sub_box [class^="sub_box"] {
    padding-top: 80px;
    padding-bottom: 75px;
}
.bottom_sub_box .sub_box2 div.tit_explan p::after {
    content: '';
    position: absolute;
    top: 1px;
    left: -8px;
    background: #eb3300;
    width: 3px;
    height: 18px;
}
.bottom_sub_box [class^="sub_box"] {
    padding-top: 80px;
    padding-bottom: 75px;
}

.bottom_sub_box .sub_box2 .develop_img_ani_list .gi_icoa {
    margin: 12px 0 10px 95px;
}
.bottom_sub_box .sub_box2 .develop_img_ani_list .itm_wrap .txt_box p::after {
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    width: 101%;
    background: #242424;
    height: 100%;
    z-index: -1;
}
.sub_box2 {
    padding: 80px 75px 75px;
    border-top: 2px solid #242424;
}
.sub_box3 {
    padding: 80px 75px 75px;
    border-top: 2px solid #242424;
}
.sub_box3 .sub_top .right .table {
    border-bottom: 1px solid #030303;
    border-right: 1px solid #030303;
    border-left: 1px solid #030303;
}
.sub_box3 .sub_top .right .table > div:first-child {
    border-left: none;
}
.sub_box3 .sub_top .right .table > div > p {
    font-size: 22px;
    font-weight: 700;
    height: 50px;
    margin-bottom: 0;
    background: #dbdbdb;
    border-bottom: 1px solid #030303;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub_box3 .sub_top .right .img 
{
    margin-bottom: 0;
}
[data-page="boosterShot"] [data-name="result"] .main_tit {
    position: absolute;
    top: 50%;
    left: 82px;
    transform: translateY(-50%);
}
.sub_box3 .sub_top .right .table > div {
    width: 33.33%;
    border-left: 1px solid #030303;
}
[data-page="boosterShot"] [data-name="result"] .sub-text-tl {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
}
[data-page="boosterShot"] [data-name="result"] .sub-text-br {
    position: absolute;
    right: 110px;
    bottom: 52px;
}
[data-page="boosterShot"] [data-name="result"] .main_tit h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    line-height: 60px;
}
[data-page="boosterShot"] [data-name="result"] .sub-text-br p {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    width: 100%;
    height: fit-content;
    background: #eb3300;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
[data-page="boosterShot"] [data-name="result"] .sub-text-br span {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
}
[data-page="boosterShot"] [data-name="result"] .sub-text-tl {
    position: absolute;
    left: calc(50% - 30px);
    top: 213px;
    transform: translateX(-50%);
}
.sub_box3 .sub_top .left .line_explan {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 65px;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.sub_box1 {
    padding: 80px 75px 55px 75px;
    border-right: 2px solid #242424;
}
.sub_box1 .right {
    margin: 44px auto 52px;
}
.sub_box1 .right > div >.un_arrow {
    position: absolute;
    z-index: 2;
    top: calc(50% + 110px);
    transform: translateY(-50%);
    left: 0px;
}
.sub_box1 .right > div > p {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
    z-index: 1;
    border-right: 1px solid #242424;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
.sub_box1 .line_explan {
    font-size: 22px;
    font-weight: 600;
    color: #eb3300;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.sub_box1 .right > div {
    position: relative;
    width: 100%;
    border: 1px solid #242424;
}
.sub_box1 .right > div + div {
    margin-top: 43px;
}
.sub_box1 .right > div {
    position: relative;
    width: 100%;
    border: 1px solid #242424;
    display: flex;
}
.sub_box2 .right.on .top .blank_img {
    animation: blink-effect 1s step-end infinite;
}
.sub_box2 .right .top .blank_img {
    position: absolute;
    top: 105px;
    right: 11px;
    opacity: 0;
}
.sub_box2 .right .ori_img img
{
    width: 100%;
}
.sub_box2 .right .top {
    position: relative;
}
.sub_box2 .right.on .bot > div:not(.ori_img) {
    display: block;
}
.sub_box2 .right .bot {
    margin-top: 85px;
    position: relative;
}
[data-page="glutathione"] .contain_box .main_title .main_title_inner .pixbiom_explan .underline span {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px solid #242424;
    font-size: 30px;
    letter-spacing: 0;
}
[data-page="glutathione"] .contain_box .main_title .main_title_inner .pixbiom_explan .underline
{
	border-bottom: unset !important
}
.sub_box2 .right .bot > div:not(.ori_img) {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .7s ease-out;
}
.sub_box2 .right .bot .ani_chk.on {
    opacity: 1;
}

.biom_sec[data-name="experiment3"]
{
    padding: 75px 62px 85px 75px;
}
p.annotation, [data-page="boosterShot"] .annotation p {
    position: relative;
    color: #242424 !important;
    font-size: 13px !important;
    line-height: 20px !important;
}
[data-page="boosterShot"] [data-name="result"] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 715px;
    border: none !important;
    position: relative;
}
[data-name="experiment3"] {
    height: 826px;
    position: relative;
    border-bottom: none !important;
}
.effect_gp_info {
    position: absolute;
    top: 143px;
    right: 64px;
}
@keyframes blink-effect {
    50% {
        opacity: 1;
    }
}
/* ========== Glutathione™ ==========  */
[data-page="glutathione"] .custom_video_set {
    overflow: hidden;
    height: 774px;
}
[data-page="glutathione"] .contain_box .main_title .main_title_inner {
    margin: 0 100px;
}
[data-page="glutathione"] .contain_box .main_title .main_title_inner .pixbiom_tit h3 {
    font-size: 65px;
    font-weight: 900;
    letter-spacing: 0;
}
[data-page="glutathione"] [data-name="develop"] .sub_box1 .sub_bottom {
    margin-top: 75px;
    margin-left: 15px;
}
[data-page="glutathione"] [data-name="develop"] .sub_box1 .sub_bottom p {
    font-size: 22px;
}
[data-page="glutathione"] [data-name="develop"] .sub_box1 .small_desc {
    position: absolute;
    right: 70px;
    bottom: 60px;
}

[data-page="glutathione"] [data-name="develop"] .small_desc {
    font-size: 15px;
    line-height: 1.25;
}
[data-page="glutathione"] .main_tit div.tit_explan p {
    color: #eb3300;
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
    position: relative;
    margin-bottom: 20px;
}
[data-page="glutathione"] .main_tit div.tit_explan p::after {
    content: '';
    position: absolute;
    top: 5px;
    left: -8px;
    background: #eb3300;
    width: 3px;
    height: 18px;
}

[data-page="glutathione"] .main_tit div.tit_explan p {
    color: #eb3300;
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
    position: relative;
    margin-bottom: 20px;
}
[data-page="glutathione"] [data-name="develop"] [class^="sub_box"] {
    position: relative;
    padding-left: 75px;
    padding-right: 75px;
}
[data-page="glutathione"] .sub_explan span.t-emphasis.underline {
    text-decoration: underline;
    text-underline-position: under;
}

[data-page="glutathione"] .sub_explan span.t-emphasis {
    font-weight: 700;
    position: relative;
}
[data-page="glutathione"] [data-name="develop"] .bottom_sub_box .sub_box2 .video_title {
    display: flex;
    margin: 90px 0 25px;
}
[data-page="glutathione"] [data-name="develop"] .bottom_sub_box .sub_box2 .video_title span {
    display: inlin-block;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}
[data-page="glutathione"] [data-name="develop"] .bottom_sub_box .sub_box2 .video_wrap {
    margin-bottom: 44px;
}
[data-page="glutathione"] [data-name="result"] .left .sub_bottom .annotation {
    margin-top: 55px;
}
[data-page="glutathione"] p.annotation, 
[data-page="glutathione"] div.annotation p, 
[data-page="glutathione"] .annotation p {
    position: relative;
    color: #242424 !important;
    font-size: 13px !important;
    line-height: 20px !important;
}
[data-page="glutathione"] [data-name="develop"] .bottom_sub_box .sub_box2 .sub_explan + .annotation {
    margin-top: 40px;
}

[data-page="glutathione"] p.annotation, [data-page="glutathione"] .annotation p {
    position: relative;
    color: #242424 !important;
    font-size: 13px !important;
    line-height: 20px !important;
}
[data-page="glutathione"] [data-name="develop"] .bottom_sub_box .sub_box3 .img {
    margin: 50px 0 44px;
}
[data-page="glutathione"] [data-name="mechanism1"] .sub_box1 .sub_bottom {
    margin-top: 90px;
}

[data-page="glutathione"] [data-name="mechanism1"] .sub_box1 table th, [data-page="glutathione"] [data-name="mechanism1"] .sub_box1 table td {
    border-bottom: 1px solid #242424;
    border-left: 1px solid #242424;
    font-size: 20px;
}

[data-page="glutathione"] [data-name="mechanism1"] .sub_box1 table th {
    position: relative;
    height: 75px;
    text-align: center;
    background: #242424;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
[data-page="glutathione"] .sub_explan {
    font-size: 22px;
    font-weight: 400;
    color: #242424;
    line-height: 40px;
    margin-top: 20px;
}
[data-page="glutathione"] [data-name="mechanism1"] .sub_box2 .sub_top .right strong {
    color: #eb3300;
}
[data-page="glutathione"] [data-name="mechanism1"] .sub_box1 table thead tr th:last-child {
    border-top: 4px solid #eb3300;
}
[data-page="glutathione"] [data-name="mechanism1"] .sub_box1 table tr th:last-child, [data-page="glutathione"] [data-name="mechanism1"] .sub_box1 table tr td:last-child {
    border-left: 4px solid #eb3300;
    border-right: 4px solid #eb3300;
}
[data-page="glutathione"] [data-name="mechanism1"] .sub_box1 table tbody tr:last-child td:last-child {
    border-bottom: 4px solid #eb3300;
}

[data-page="glutathione"] [data-name="mechanism1"] .sub_box1 table tr th:last-child, [data-page="glutathione"] [data-name="mechanism1"] .sub_box1 table tr td:last-child {
    border-left: 4px solid #eb3300;
    border-right: 4px solid #eb3300;
}
[data-page="glutathione"] [data-name="mechanism1"] .sub_box1 table td {
    height: 60px;
    text-align: center;
}
[data-page="glutathione"] [data-name="mechanism1"] .sub_box2 .sub_bottom table thead th {
    padding: 23px 0;
    font-weight: 400;
    font-size: 22px;
}
[data-page="glutathione"] [data-name="mechanism1"] .sub_box2 .sub_bottom table tbody tr td:nth-child(2) {
    padding-right: 9px;
}

[data-page="glutathione"] [data-name="mechanism1"] .sub_box2 .sub_bottom table tbody tr:first-child td {
    padding-bottom: 11px;
}
[data-page="glutathione"] [data-name="mechanism1"] .sub_box2 .sub_bottom table tbody tr td:nth-child(2) {
    padding-right: 9px;
}

[data-page="glutathione"] [data-name="mechanism1"] .sub_box2 .sub_bottom table tbody tr:nth-child(2) td {
    padding-top: 11px;
}
[data-page="glutathione"] [data-name="mechanism1"] .sub_box2 .sub_bottom table .liposome_text .text_show {
    text-align: center;
    font-size: 22px;
    color: #eb3300;
    font-weight: 700;
    line-height: 1.6;
}
[data-page="glutathione"] [data-name="mechanism1"] .sub_box2 .sub_bottom table .liposome_text {
    display: flex;
    align-items: center;
    padding-left: 18px;
}
[data-page="glutathione"] [data-name="mechanism1"] .sub_box2 .sub_bottom table img {
    border: 1px solid #242424;
}
[data-page="glutathione"] [data-name="mechanism1"] .sub_box2 .sub_bottom table tbody th {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}
[data-page="glutathione"] [data-name="mechanism1"] .sub_box2 .sub_bottom table tbody tr:last-child td {
    padding-top: 50px;
}

[data-page="glutathione"] [data-name="mechanism1"] .sub_box2 .sub_bottom table tbody tr td:nth-child(2) {
    padding-right: 9px;
}
[data-page="glutathione"] [data-name="mechanism1"] .sub_box2 .sub_bottom table .liposome_text img {
    margin-right: 15px;
    border: none;
}
[data-page="glutathione"] [data-name="mechanism1"] .sub_box1 table .blink {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 24px;
    border-radius: 20px;
    background: #eb3300;
    font-weight: 400;
    white-space: nowrap;
    animation: blink00-effect 1s step-end infinite;
}
[data-page="glutathione"] [data-name="mechanism2"] .sub_box2 .sub_bottom {
    margin-top: 80px;
}
[data-page="glutathione"] [data-name="mechanism2"] .sub_box2 .sub_bottom table thead th {
    height: 62px;
    background: #000;
    font-size: 22px;
    text-align: center;
    color: #fff;
}
[data-page="glutathione"] [data-name="mechanism2"] .sub_box2 .sub_bottom table .arrow {
    display: inline-block;
    position: relative;
}
[data-page="glutathione"] [data-name="mechanism2"] .sub_box2 > .annotation {
    margin-top: 50px;
}
[data-page="glutathione"] [data-name="mechanism2"] .sub_box2 .sub_top .right .sub_explan {
    margin-top: 30px;
}

[data-page="glutathione"] .sub_explan {
    font-size: 22px;
    font-weight: 400;
    color: #242424;
    line-height: 40px;
    margin-top: 20px;
}
[data-page="glutathione"] p.annotation, [data-page="glutathione"] .annotation p {
    position: relative;
    color: #242424 !important;
    font-size: 13px !important;
    line-height: 20px !important;
}
[data-page="glutathione"] [data-name="mechanism2"] .sub_box2 .sub_bottom table tbody tr:first-child td {
    padding-top: 42px;
}

[data-page="glutathione"] [data-name="mechanism2"] .sub_box2 .sub_bottom table tbody td {
    text-align: center;
    font-size: 22px;
}
[data-page="glutathione"] [data-name="mechanism2"] .sub_box1 .sub_explan {
    margin: 25px 0 45px;
}
[data-page="glutathione"] .main_tit h3 {
    font-size: 43px;
    font-weight: 400;
    color: #242424;
    line-height: 60px;
}
[data-page="glutathione"] .sub_explan {
    font-size: 22px;
    font-weight: 400;
    color: #242424;
    line-height: 40px;
    margin-top: 20px;
}
[data-page="glutathione"] .biom_sec + .biom_sec {
    border-top: none;
}

[data-page="glutathione"] .biom_sec {
    border: 9px solid #242424;
    box-sizing: border-box;
}
[data-page="glutathione"] [data-name="effect1"] {
    padding: 75px 75px 40px;
}

[data-page="glutathione"] .biom_sec + .biom_sec {
    border-top: none;
}

[data-page="glutathione"] .biom_sec {
    border: 9px solid #242424;
    box-sizing: border-box;
}
[data-page="glutathione"] [data-name="effect2"] {
    justify-content: space-between;
    padding: 80px 75px;
}
[data-page="glutathione"] [data-name="experiment3"] .sub_explan {
    margin-bottom: 75px;
}
[data-page="glutathione"] .biom_sec[data-name="experiment1"], [data-page="glutathione"] .biom_sec[data-name="experiment2"], [data-page="glutathione"] .biom_sec[data-name="experiment3"] {
    border-bottom: 1px solid #242424 !important;
}
[data-page="glutathione"] [data-name="result"] .left .sub_bottom {
    margin-top: 105px;
}
[data-page="glutathione"] .sub_explan {
    font-size: 22px;
    font-weight: 400;
    color: #242424;
    line-height: 40px;
    margin-top: 20px;
}
[data-page="glutathione"] .biom_sec {
    border: 9px solid #242424;
    box-sizing: border-box;
}
[data-page="glutathione"] [data-name="result"] .left {
    padding: 75px 60px 70px 75px;
    border-bottom: none;
    border-right: 1px solid #242424;
}
[data-page="glutathione"] .biom_sec + .biom_sec {
    border-top: none;
}
[data-page="glutathione"] .biom_sec[data-name="experiment1"], [data-page="glutathione"] .biom_sec[data-name="experiment2"], [data-page="glutathione"] .biom_sec[data-name="experiment3"] {
    border-bottom: 1px solid #242424;
}
[data-page="glutathione"] .biom_sec {
    border: 9px solid #242424;
    box-sizing: border-box;
}
[data-page="glutathione"] [data-name="result"] .left table td {
    padding-top: 25px;
    font-size: 22px;
}
[data-page="glutathione"] [data-name="result"] .left .sub_top .annotation {
    margin-top: 50px;
}
[data-page="glutathione"] [data-name="result"] .left table th {
    padding-bottom: 10px;
    text-align: left;
    font-weight: 700;
    font-size: 22px;
}
[data-page="glutathione"] [data-name="result"] .left .main_tit {
    margin-bottom: 70px;
}
[data-page="glutathione"] p.annotation, [data-page="glutathione"] .annotation p {
    position: relative;
    color: #242424 !important;
    font-size: 13px !important;
    line-height: 20px !important;
}
[data-page="glutathione"] [data-name="result"] .left .sub_bottom p:not(.annotation) + p:not(.annotation) {
    margin-top: 75px;
}
[data-page="glutathione"] [data-name="result"] .left .sub_bottom p:not(.annotation) {
    font-size: 22px;
}
[data-page="glutathione"] [data-name^="experiment"] {
    justify-content: space-between;
    padding: 75px 62px 85px 75px;
}
[data-page="glutathione"] [data-name="result"] .left {
    padding: 75px 60px 70px 75px;
    border-bottom: none;
    border-right: 1px solid #242424;
}
[data-page="glutathione"] [data-name="result"] .left .sub_bottom div:not(.annotation) span {
    position: relative;
    padding-right: 100px;
    font-size: 30px;
    font-weight: 700;
}
[data-page="glutathione"] [data-name="result"] .left .sub_bottom p
{
    margin-bottom: 0;
}
[data-page="glutathione"] [data-name="result"] .left .sub_bottom div:not(.annotation) span::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 1px;
    background: #242424;
}
@keyframes link00-effect {
    50% {
        opacity: 0;
    }
}
/* ========== Peptide ==========  */
[data-page="peptide"] .contain_box {
    margin: 0 auto;
    border: 9px solid #242424;
    margin-top: 5.0rem;
    box-sizing: border-box;
    overflow: hidden;
}
[data-page="peptide"] .contain_box .main_title .main_title_inner .pixbiom_tit p {
    font-size: 30px;
    font-weight: 400;
}
[data-page="peptide"] [data-name="collagen"] .biom_sec_inner {
    padding: 72px 75px 65px;
}
[data-page="peptide"] [data-name="collagen"] .biom_halfWrap > li:last-of-type .sub_explan {
    margin-top: 15px;
}

[data-page="peptide"] .sub_explan.underline {
    text-decoration: underline;
    text-underline-position: under;
}
[data-page="peptide"] .sub_explan {
    font-size: 22px;
    font-weight: 400;
    color: #242424;
    line-height: 40px;
    margin-top: 20px;
}
[data-page="peptide"] .main_tit h3 {
    font-size: 35px;
    font-weight: 400;
    color: #242424;
    line-height: 60px;
}
[data-page="peptide"] .sub_explan {
    font-size: 22px;
    font-weight: 400;
    color: #242424;
    line-height: 40px;
    margin-top: 20px;
}
[data-page="peptide"] .biom_sec {
    border-top: 2px solid #242424;
}
[data-page="peptide"] [data-name="patent"] .biom_halfWrap > li:first-of-type {
    border-right: 2px solid #242424;
    padding: 90px 75px 50px;
}
[data-page="peptide"] [data-name="patent"] .biom_halfWrap > li:last-of-type {
    padding: 75px 75px 50px;
}
[data-page="peptide"] .sub_explan {
    font-size: 22px;
    font-weight: 400;
    color: #242424;
    line-height: 40px;
    margin-top: 20px;
}
[data-page="peptide"] [data-name="patent"] .biom_halfWrap > li:first-of-type img {
    margin: 35px 0 20px;
}
[data-page="peptide"] .annotation {
    display: flex;
}
[data-page="peptide"] [data-name="patent"] .biom_halfWrap > li:last-of-type .annotation {
    margin-top: 10px;
}

[data-page="peptide"] .annotation {
    display: flex;
}
[data-page="peptide"] [data-name="patent"] .biom_halfWrap > li:last-of-type .technology_wrap {
    margin-top: 70px;
}
[data-page="peptide"] [data-name="patent"] .biom_halfWrap > li:last-of-type .technology_wrap .technology_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
[data-page="peptide"] [data-name="patent"] .biom_halfWrap > li:last-of-type .technology_wrap .technology_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
[data-page="peptide"] [data-name="patent"] .biom_halfWrap > li:last-of-type .technology_wrap .technology_in:nth-child(n+2) {
    margin-top: 80px;
}

[data-page="peptide"] [data-name="patent"] .biom_halfWrap > li:last-of-type .technology_wrap .technology_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
[data-page="peptide"] [data-name="patent"] .biom_halfWrap > li:last-of-type .technology_wrap li:nth-child(2) {
    font-size: 22px;
    font-weight: 700;
    color: #242424;
    line-height: 40px;
    margin: 8px 0 0px;
}
[data-page="peptide"] [data-name="patent"] .biom_halfWrap > li:last-of-type .technology_wrap li:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
    color: #eb3300;
    line-height: 40px;
    text-decoration: underline;
    text-underline-position: under;
}
[data-page="peptide"] .biom_sec.biom_secAdd {
    border-top: 9px solid #242424;
}
[data-page="peptide"] [data-name="collagen"] .biom_halfWrap > li:first-of-type .annotation {
    margin-top: 50px;
    flex-direction: column;
}
[data-page="peptide"] .annotation {
    display: flex;
}
[data-page="peptide"] .annotation p {
    position: relative;
    color: #242424 !important;
    font-size: 13px !important;
    line-height: 20px !important;
}
[data-page="peptide"] .sub_explan span.t-emphasis.underline {
    text-decoration: underline;
    text-underline-position: under;
}

[data-page="peptide"] .sub_explan span.t-emphasis {
    font-weight: 700;
    position: relative;
}
[data-page="peptide"] [data-name="synthesis"] .biom_halfWrap > li:first-of-type {
    padding: 65px 75px 75px;
}
[data-page="peptide"] [data-name="synthesis"] .biom_halfWrap > li:last-of-type {
    padding: 120px 120px 95px 40px;
    position: relative;
    overflow: hidden;
}
[data-page="peptide"] [data-name="synthesis"] .biom_halfWrap > li:first-of-type .annotation:first-of-type {
    margin-top: 70px;
}
[data-page="peptide"] .sub_explan {
    font-size: 22px;
    font-weight: 400;
    color: #242424;
    line-height: 40px;
    margin-top: 20px;
}
[data-page="peptide"] [data-name="synthesis"] .biom_halfWrap > li:last-of-type p {
    font-size: 22px;
    font-weight: 600;
    color: #242424;
    text-decoration: underline;
    text-underline-position: under;
    text-align: center;
}
[data-page="peptide"] [data-name="increase"] .biom_halfWrap li:first-of-type {
    border-right: 2px solid #242424;
}

[data-page="peptide"] [data-name="increase"] .biom_halfWrap li {
    flex: 0 1 50%;
    padding: 80px 75px 70px;
}
[data-page="peptide"] [data-name="increase"] .biom_halfWrap li:last-of-type img {
    margin: 60px 0 40px;
}
[data-page="peptide"] [data-name="efficacy"] .biom_sec_inner {
    padding: 103px 75px 170px;
}
[data-page="peptide"] [data-name="efficacy"] .biom_sec_inner .annotation:first-of-type {
    margin-top: 80px;
}
[data-page="peptide"] [data-name="efficacy"] .biom_sec_inner img {
    margin-top: 80px;
}
[data-page="peptide"] [data-name="efficacy"] .biom_sec_inner .half-area li:first-of-type {
    padding-right: 80px;
}
[data-page="peptide"] [data-name="rule"] .biom_halfWrap > li:first-of-type {
    border-right: 2px solid #242424;
    padding: 73px 75px 70px;
}
[data-page="peptide"] [data-name="rule"] .biom_halfWrap > li:last-of-type {
    padding: 75px;
}
[data-page="peptide"] [data-name="rule"] .biom_halfWrap > li:first-of-type .step_wrap .step_in li:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
    color: #242424;
    line-height: 40px;
}
[data-page="peptide"] [data-name="rule"] .biom_halfWrap > li:first-of-type .step_wrap .step_in li:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    color: #eb3300;
    line-height: 40px;
    font-family: var(--ff_point);
    margin-bottom: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
[data-page="peptide"] [data-name="rule"] .biom_halfWrap > li:first-of-type .step_wrap .step_in:nth-child(n+2) {
    margin-top: 55px;
}
[data-page="peptide"] [data-name="rule"] .biom_halfWrap > li:first-of-type .step_wrap .step_in .img-wrap {
    width: 120px;
    text-align: center;
    margin-right: 30px;
    min-width: 120px;
    max-width: 120px;
}
[data-page="peptide"] [data-name="rule"] .biom_halfWrap > li:first-of-type .step_wrap {
    margin-top: 75px;
}
[data-page="peptide"] [data-name="rule"] .biom_halfWrap > li:last-of-type img:first-of-type {
    margin: 35px 0 15px;
}
[data-page="peptide"] [data-name="result"] .biom_halfWrap > li:first-of-type {
    border-right: 2px solid #242424;
}
[data-page="peptide"] [data-name="result"] .biom_halfWrap > li img {
    margin-top: 30px;
}
[data-page="peptide"] [data-name="result"] .biom_halfWrap > li {
    flex: 0 1 50%;
    padding: 90px 75px 85px;
}
[data-page="peptide"] [data-name="ease"] .biom_sec_inner {
    padding: 75px 75px 85px;
}
[data-page="peptide"] [data-name="ease"] .biom_sec_inner .ease-contents {
    margin-top: 48px;
    display: flex;
}
[data-page="peptide"] [data-name="ease"] .biom_sec_inner .ease-contents table thead tr th {
    height: 54px;
    background-color: #242424;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
[data-page="peptide"] [data-name="ease"] .biom_sec_inner .ease-contents table thead tr th {
    height: 54px;
    background-color: #242424;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
[data-page="peptide"] [data-name="ease"] .biom_sec_inner .ease-contents table tbody tr td:first-of-type {
    border-right: 1px solid #242424;
}
[data-page="peptide"] [data-name="ease"] .biom_sec_inner .ease-contents table tbody tr {
    border-bottom: 1px solid #242424;
}
[data-page="peptide"] [data-name="ease"] .biom_sec_inner .ease-contents table {
    width: 100%;
    table-layout: fixed;
    margin-left: 35px;
    border: 1px solid #242424;
}
[data-page="peptide"] [data-name="ease"] .biom_sec_inner .ease-contents table tbody {
    text-align: center;
}
[data-page="peptide"] [data-name="lower"] .biom_halfWrap > li:last-of-type {
    padding: 75px 75px 65px;
}
[data-page="peptide"] [data-name="lower"] .biom_halfWrap > li:last-of-type .lower-listWrap {
    margin-left: 15px;
    padding: 0;
}
[data-page="peptide"] [data-name="lower"] .biom_halfWrap > li:last-of-type .lower-listWrap li div:last-of-type::before {
    content: '';
    width: 55px;
    height: 1px;
    background-color: #242424;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 17px;
}
[data-page="peptide"] [data-name="lower"] .biom_halfWrap > li:last-of-type .lower-listWrap li div:last-of-type {
    font-size: 22px;
    font-weight: 400;
    color: #242424;
    padding-left: 90px;
    position: relative;
    white-space: nowrap;
}
[data-page="peptide"] [data-name="lower"] .biom_halfWrap > li:last-of-type .lower-listWrap p
{
    white-space: wrap;
}
[data-page="peptide"] [data-name="lower"] .biom_halfWrap > li:last-of-type .lower-listWrap li {
    display: flex;
    align-items: center;
}
[data-page="peptide"] [data-name="lower"] .biom_halfWrap > li:last-of-type .lower-listWrap li:nth-child(n+2) {
    margin-top: 65px;
}
[data-page="peptide"] [data-name="lower"] .biom_halfWrap > li:last-of-type .lower-listWrap li div:first-of-type {
    font-size: 30px;
    font-weight: 600;
    color: #242424;
}
[data-page="peptide"] [data-name="lower"] .biom_halfWrap > li:last-of-type .annotation {
    margin-top: 50px;
    margin-left: 15px;
}
[data-page="peptide"] [data-name="lower"] .biom_halfWrap > li:first-of-type {
    border-right: 2px solid #242424;
    display: flex;
    justify-content: center;
    align-items: center;
}
[data-page="peptide"] .biom_sec.biom_com {
    border-top: none;
}

[data-page="peptide"] .biom_com {
    width: 100%;
    margin-top: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 830px;
}
[data-page="peptide"] .biom_com .biom_sec_inner {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    padding-left: 28px;
}

[data-page="peptide"] * {
    letter-spacing: -0.02em;
    font-family: var(--ff_kor);
    word-break: keep-all;
}
[data-page="peptide"] .biom_com .biom_sec_inner .com_listWrap li div:last-of-type p {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-left: 60px;
}
[data-page="peptide"] .biom_com .biom_sec_inner .com_listWrap p:first-of-type {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
[data-page="peptide"] .biom_com .biom_sec_inner .com_listWrap {
    margin-top: 50px;
}
[data-page="peptide"] .biom_com .biom_sec_inner .com-up p {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    line-height: 45px;
    margin-bottom: 45px;
}
[data-page="peptide"] .biom_com .biom_sec_inner .main_tit h3 {
    color: #fff;
}
[data-page="peptide"] .main_tit div.tit_explan p {
    color: #eb3300;
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
    position: relative;
    margin-bottom: 15px;
}
[data-page="peptide"] .biom_com .biom_sec_inner .com_listWrap p:last-of-type {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-left: 60px;
}
[data-page="peptide"] .biom_com .biom_sec_inner .com_listWrap p:last-of-type::before {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #ff0100;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}
[data-page="peptide"] .biom_com .biom_sec_inner .com_listWrap li {
    display: flex;
    align-items: center;
}
/* 
    Cart
*/
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals
{
    width: 100%;
}
.apply_coupon
{
    background-color: #000000;
    border: 1px solid #ddd;
    color: #666;
    font-weight: 400;
    overflow: hidden;
    width: 100%;
    position: relative;
    text-transform: none;
    height: 2.507em;
}
.custom-cart-coupon h3
{
    border-bottom: 3px solid #ececec;
    font-size: .95em;
    color: #2d2926;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.coupon_code
{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    height: 40px;
    max-width: 100%;
    padding: 0 .75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
}
.checkout-button
{
    border-color: rgba(0, 0, 0, .05);
    color: #fff;
    font-size: 15px !important;
    border-radius: 0 !important;
    background-color: #000000 !important;
    font-weight: 300 !important;
}
.cart_totals h2
{
    border: 1px solid #272727 !important;
    padding: 10px !important;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    border-width: 1px !important;
    text-transform: initial !important;
}
.woocommerce table.shop_table tr th,
.woocommerce table.shop_table tr td {
    border: 1px solid #272727 !important;
    padding: 10px !important;
    text-align: justify;
    font-weight: 400;
    border-width: 1px !important;
    text-transform: initial !important;
}
.woocommerce table.shop_table strong
{
    font-weight: 400 !important;
}
.woocommerce table.shop_table 
{
    border-collapse: collapse !important;
}
.woocommerce a.remove
{
    border: 2px solid #ccc;
    display: inline-block;
    align-items: center;
    text-align: center;
    justify-self: center;
    line-height: 0.9;
    border-radius: 50%;
}
.woocommerce table.shop_table button[name="update_cart"] {
    background: rgba(0, 0, 0, 0.6);
    color: #fff !important;
    font-weight: 400 !important;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before
{
    font-weight: 400 !important;
}
.button-continue-shopping
{
    background-color: transparent !important;
    font-weight: 400 !important;
    border: 2px solid #000 !important;
}
.checkout-sidebar 
{
    padding: 15px 30px 30px;
    border: 1px solid #000;
}
#order_review_heading
{
    color: #2d2926;
    font-weight: 400;
    font-size: 18px;
}
.checkout.woocommerce-checkout input,
.checkout.woocommerce-checkout select,
.checkout.woocommerce-checkout textarea
{
    color: #222;
    box-shadow: unset !important;
    border: 1px solid #ddd !important
}
.flex-coloumn
{
    flex-direction: column;
}
#ship-to-different-address span,
#ship-to-different-address
{
    color: #222 !important;
    font-size: 0.9em !important;
    font-weight: 400 !important;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li
{
    list-style-type: disc !important;
}
.woocommerce ul.order_details li
{
    line-height: 35px;
    font-size: 16px !important;
    text-transform: unset !important;
}
.wc-bacs-bank-details.order_details.bacs_details li
{
    display: flex;
    align-items: center;
}
.wc-bacs-bank-details.order_details.bacs_details
{
    display: flex;
    font-size: 16px !important;
    font-weight: 500;
    flex-direction: column;
}
.woocommerce-order-details__title
{
    color: #2d2926;
    font-weight: 300;
    font-size: 25px;
}
.wc-bacs-bank-details-account-name
{
    color: #2d2926;
    font-size: 20px;
    font-weight: 500 !important;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details-heading
{
    font-size: 25px !important;
    color: #2D2926;
    font-weight: 400;
}
.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.addresses
{
    display: none !important;
}
.woocommerce-order-overview__order.order strong {
    color: #e61c23 !important;
}
.woocommerce ul.order_details li strong
{
    font-size: 18px !important;
    font-weight: 600 !important;
}
.woocommerce ul.order_details li 
{
    list-style: disc !important;
    padding: 0 !important;
    border: unset !important;
}
.woocommerce-checkout #payment div.payment_box::before
{
    display: none;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received
{
    font-size: 16px;
    font-weight: 600;
}
.woocommerce ul.order_details {
    margin: 0 !important;
    padding: 0 !important;
    list-style: square;
    font-size: 16px !important;
}
.sidebar_woocommerce_thankyou
{
    border: solid 1px #1e1e1e;
    margin-top: 45px;
    padding: 10px;
}
.woocommerce-checkout #payment div.payment_box
{
    background: transparent;
    color: #000;
}
.woocommerce-checkout #payment
{
    background: unset !important;
    border-radius: 0 !important;
}
#place_order
{
    background-color: #000000;
    border:1px solid rgba(0, 0, 0, .05);
    color: #fff;
    font-weight: 400;
    border-radius: 0;
}
.page-id-53 .topPage__title,
.page-id-1201 .topPage__title
{
    display: none !important;
}
.woocommerce-info
{
    background: unset;
    padding: 0 !important;
    border: unset;
    color: #0a0a0a !important;
    text-decoration: underline;
    font-size: 14px;
}
.select2-container .select2-selection
{
    color: #222 !important;
    border: 1px solid #ddd !important
}
#order_comments
{
    height: 150px;
}
.woocommerce-info::before
{
    display: none !important;
}
/* Tắt mọi hiệu ứng hover ảnh chính sản phẩm */
.woocommerce div.product div.images img {
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
    cursor: default !important;
}

/* Ẩn ảnh zoom ảo (zoomImg) mà WooCommerce chèn vào */
.woocommerce div.product div.images .zoomImg {
    display: none !important;
}
.homeProd2__img
{
    animation: unset !important;
}
/* ----------------------------- */

/* Mặc định: hover hoạt động bình thường */
.header__menu li > .subMenu {
  display: none;
}

#menuPrimary .menu-item .dropdown-toggle::after
{
    display: none !important;
}
#menuPrimary .menu-item 
{
    position: relative;
}
#menuPrimary .menu-item .btnSub
{
    position: absolute;
    right: 0;
    height: 45px;
    border: unset !important;
    top: 0;
    background: transparent;
    font-weight: 600;
    font-size: 24px;
}
#menuPrimary .menu-item .subMenu > .menu-item
{
    color: #808080;
    font-size: 20px;
    padding: 6px 0;
}
.btnSub i::before
{
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.header__fixed .fixedBody {
  overflow: auto; /* vẫn cuộn được nếu nội dung dài */
}

/* Ẩn scrollbar trên trình duyệt WebKit (Chrome, Safari, Edge mới) */
.header__fixed .fixedBody::-webkit-scrollbar {
  display: none;
}

/* Ẩn scrollbar trên Firefox */
.header__fixed .fixedBody {
  scrollbar-width: none; /* Firefox */
}
#scroll-tab-infomation .accordion-button::after
{
    display:  none !important;
}
/* Pagination container */
.pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center; /* căn giữa, đổi thành flex-start nếu muốn trái */
  margin: 30px 0;
  margin-bottom: 100px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}

/* Common page link style */
.pagination-wrapper .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 1px 2px rgba(10,10,10,0.04);
  transition: all .15s ease;
}

/* Hover / focus */
.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .page-numbers:focus {
  transform: translateY(-2px);
  border-color: #cfcfcf;
  box-shadow: 0 6px 18px rgba(34,36,38,0.06);
  color: #111;
  text-decoration: none;
  outline: none;
}

/* Current page */
.pagination-wrapper .page-numbers.current,
.pagination-wrapper .page-numbers.current:hover {
  background: linear-gradient(180deg,#eb3300,#eb3300);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(0,102,204,0.18);
  transform: none;
  cursor: default;
}

/* Prev / Next special (bigger) */
.pagination-wrapper .page-numbers.prev,
.pagination-wrapper .page-numbers.next {
  min-width: 90px;
  padding: 0 14px;
  border-radius: 8px;
  font-weight: 600;
}

/* Disabled state */
.pagination-wrapper .page-numbers.disabled,
.pagination-wrapper .page-numbers[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}

/* Ellipsis dots */
.pagination-wrapper .page-numbers.dots {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #666;
  cursor: default;
  min-width: auto;
  padding: 0 6px;
}

/* Small screens: shrink */
@media (max-width: 480px) {
  .pagination-wrapper {
    gap: 6px;
    font-size: 13px;
  }
  .pagination-wrapper .page-numbers {
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    border-radius: 6px;
  }
  .pagination-wrapper .page-numbers.prev,
  .pagination-wrapper .page-numbers.next {
    min-width: 64px;
    padding: 0 8px;
  }
}
[data-page="pixelbiome"] .contain_explan {
    background-image: url(https://purcell.kr/iv/shopinfo/signature/pc/contain_explan_bg.png);
    width: 100%;
    height: 826px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-top: 290px;
    display: flex;
}
[data-page="pixelbiome"] .main_tit div.tit_explan p {
    color: #eb3300;
    font-size: 20px;
    font-weight: 500;
    margin-left: 0.8rem;
    position: relative;
    margin-bottom: 1.8rem;
}
[data-page="pixelbiome"] .contain_explan .contain_explan_inner .main_tit h3 {
    display: block;
    color: #fff !important;
}

[data-page="pixelbiome"] .main_tit h3 {
    font-size: 45px;
    font-weight: 400;
    color: #242424;
    line-height: 60px;
}
[data-page="pixelbiome"] .contain_explan .contain_explan_inner .main_tit .inner_percent dl dd {
    color: #fff;
    font-size: 20px;
    margin-left: 63px;
}
[data-page="pixelbiome"] .contain_explan .contain_explan_inner .purcell_purchase p {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}
[data-page="pixelbiome"] .contain_explan .contain_explan_inner .main_tit .inner_percent dl dt {
    color: #fff;
    font-size: 35px;
    position: relative;
}
[data-page="pixelbiome"] .contain_explan .contain_explan_inner .main_tit .inner_percent dl dt::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 102px;
    width: 41px;
    height: 1px;
    background: #eb3300;
}

[data-page="pixelbiome"] .contain_explan .contain_explan_inner .main_tit .inner_percent dl dt {
    color: #fff;
    font-size: 35px;
    position: relative;
}
[data-page="pixelbiome"] .contain_explan .contain_explan_inner .main_tit .inner_percent dl {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
[data-page="pixelbiome"] .contain_explan .contain_explan_inner .purcell_purchase {
    margin-top: 77px;
}
[data-page="pixelbiome"] .contain_explan .contain_explan_inner .purcell_purchase .iv_button {
    margin-top: 50px;
}
.iv_button[data-border="main"] a
{
    border-color: #eb3300;
    background-color: #eb3300;
    color: #fff;
    font-size: 20px;
    padding-left: 25px;
    background-position: right 20px center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1rem 1.5rem;
    margin: 0;
    border-radius: 5rem;
    font: inherit;
    letter-spacing: inherit;
    line-height: 1;
    word-spacing: -0.05rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
}
[data-page="pixelbiome"] .contain_explan .contain_explan_inner {
    margin-top: 68px;
}
[data-page="glutathione"] .biom_sec.biom_com {
    border-top: none;
}

[data-page="glutathione"] .biom_sec {
    border: 9px solid #242424;
    box-sizing: border-box;
}
[data-page="glutathione"] .biom_com {
    width: 100%;
    margin-top: 150px;
    background-image: url(https://purcell.kr//iv/shopinfo/glutathione/pc/bg002.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 830px;
}
[data-page="glutathione"] .main_tit h3 {
    font-size: 35px;
    font-weight: 400;
    color: #242424;
    line-height: 60px;
}
[data-page="glutathione"] .biom_com .biom_sec_inner .com_listWrap li div {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-left: 60px;
}
[data-page="glutathione"] .biom_com .biom_sec_inner .com_listWrap li > p {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}
[data-page="glutathione"] .biom_com .biom_sec_inner .com_listWrap li div:first-of-type::before {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #ff0100;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}
[data-page="glutathione"] .biom_com .biom_sec_inner .com-up p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    margin-bottom: 35px;
}
[data-page="glutathione"] .biom_com .biom_sec_inner .main_tit h3 {
    color: #fff;
}
[data-page="glutathione"] .biom_com .biom_sec_inner .com_listWrap li {
    display: flex;
    align-items: center;
}
[data-page="glutathione"] .biom_com .biom_sec_inner {
    height: 100%;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    padding-left: 28px;
}

.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.woocommerce-variation-add-to-cart.variations_button .button {
    flex: 1 1 calc(50% - 12px);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    height: 50px;
    white-space: nowrap;
}

.product-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-thumb img.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  z-index: 2;
}

.product-thumb:hover img.hover-image {
  opacity: 1;
}
[data-page="glutathione"] [data-name="result"] {
    display: flex;
}
[data-page="glutathione"] [data-name="result"] .right {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}