/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 4.9
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

span.price del * {
    color: #333;
}

span.price del {
    color: #333;
}

span.nav-ico-label {
    position: absolute;
    right: calc(100% + 20px);
    width: max-content;
    top: 16px;
    text-align: right;
    transition: all .3s ease-in-out;
    transform: translateX(10px);
    opacity: 0;
    pointer-events: none;
}

.demen-fixed-button-wrapper {
    position: relative;
}

a.demen-nav-item-desktop {
    position: relative;
}

a.demen-nav-item-desktop:hover span.nav-ico-label {
    opacity: 1;
    transform: translateX(0px);
    pointer-events: all;
}

.product-info .price del * {
    color: #363636;
}

.product-loop-price {
    text-align: center;
}

.product-loop-price span {
    color: #ed3324;
}

.product_list_widget .amount {
    font-size: 12px;
    color: #ed3324;
}

.post-type-archive-product #main,
.single-product #main {
    background-color: #fff;
    position: relative;
}

.header-vertical-menu__opener {
    align-items: center;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    font-weight: 600;
    height: 48px;
    justify-content: space-between;
    padding: 6px 9px;
    width: 200px;
    border-radius: 8px;
    color: #3f6fb9 !important;
    border: 1px solid #3d6cb6;
    font-size: 15px;
    margin-right: auto;
}

.featured-content {
    display: flex;
    align-items: center;
    text-align: left;
    column-gap: 15px;
}

.nowrap {
    flex-wrap: nowrap;
}

.product-thumbnails a {
    border-radius: 10px;
    overflow: hidden;
}

.featured-iconbox {
    position: relative;
    z-index: 1;
    padding: 30px;
}

.iconbox-image {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

h3.iconbox-title {
    text-align: left;
    font-size: 16px;
}

.brand-image {
    position: relative;
    overflow: hidden;
    border-radius: 35px;
}

.category-filtering {
    text-align: center;
    background: #e9e9e9;
    border-radius: 8px;
    border: 1px solid #ddd6d6;
}

button.demen-view-btn[aria-pressed="true"] {
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    color: white;
}

button.demen-view-btn {
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    background: white;
    line-height: 1rem;
    font-size: 20px;
    margin: 0px;
    min-height: unset;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
}

p.woocommerce-result-count {
    font-size: 16px;
}

select.orderby {
    border-radius: 10px;
    width: 150px;
    font-size: 12px;
    height: 46px;
    text-align: center;
    font-weight: 600;
}

ul.product_list_widget li a:not(.remove) {
    display: block;
    line-height: 1.3;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
}

.category-slide img {
    width: 74px;
    height: 70px;
    -webkit-mask-image: url(./assets/images/Vector.png);
    mask-image: url(./assets/images/Vector.png);
    mask-repeat: no-repeat;
    mask-size: cover;
}

.back-to-top {
    bottom: 20px;
}

.brand-image:before {
    content: "";
    width: 210px;
    height: 210px;
    background: url(/wp-content/themes/demen/assets/images/Daude.svg);
    position: absolute;
    bottom: -77px;
    right: -50px;
    z-index: 1;
    background-repeat: no-repeat;
    transform: rotate(-212deg);
}

.featured-iconbox .ux-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    border-radius: 50%;
    color: #fff;
}

.featured-iconbox .subtract {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 120px;
    height: auto;
    z-index: 2;
    fill: #fff;
}

.iconbox-v2 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #f5f5f5;
    border-radius: 24px;
}

.iconbox-v2-header {
    display: flex;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    column-gap: 15px;
    align-items: center;
    padding: 15px 25px;
}

.iconbox-v2 .ux-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    border-radius: 50%;
    color: #fff;
}

.iconbox-v2-image img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: block;
}

.iconbox-v2-description {
    padding: 15px 30px 35px 30px;
}

.iconbox-v2 .subtract {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 120px;
    height: auto;
    z-index: 2;
    fill: #f3f3f3;
}


.iconbox-v2 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #f5f5f5;
    border-radius: 24px;
}

.iconbox-v2-header {
    display: flex;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    column-gap: 15px;
    align-items: center;
    padding: 15px 25px;
}

.iconbox-v2 .ux-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    border-radius: 50%;
    color: #fff;
}

.iconbox-v2-image img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: block;
}

.iconbox-v2-description {
    padding: 15px 30px 35px 30px;
}

/* v3 */
.iconbox-v3 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #f5f5f5;
    border-radius: 24px;
    height: 100%;
}

.iconbox-v3-header {
    display: flex;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    column-gap: 15px;
    align-items: center;
    padding: 15px 25px;
}

.iconbox-v3 .ux-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    border-radius: 50%;
    color: #fff;
}

h3.iconbox-v3-title {
    font-size: 24px;
    color: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
}

.iconbox-v3-image img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: block;
}

.iconbox-v3-description {
    padding: 15px 30px 35px 30px;
}

.minor-product-list {
    border: 1px solid #ededed;
    margin-bottom: 35px;
    border-radius: 30px;
}

.iconbox-image img {
    height: 245px;
    width: 258px;
    aspect-ratio: 610 / 580;
    -webkit-mask-image: url(./assets/images/Vector.png);
    mask-image: url(./assets/images/Vector.png);
    mask-repeat: no-repeat;
    mask-size: cover;
}

header#header .header-wrapper.stuck {
    background: rgb(255 255 255 / 85%);
    backdrop-filter: blur(10px);
    padding: 0px 30px;
    border-radius: 30px;
    max-width: 1330px;
    top: 15px;
    margin: auto;
}

.header-bg-color {
    display: none;
}

.header-content h1 {
    color: #005eb0;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

p.woocommerce-mini-cart__buttons.buttons a {
    padding: 4px 15px;
    border-radius: 35px;
}

.list-bank img {
    object-fit: contain;
    margin: 0px !important;
    height: 30px;
}

p#breadcrumbs {
    color: #fff;
}

p#breadcrumbs a {
    color: #fff;
}

.iconbox-image .img {
    overflow: hidden;
    /* tránh ảnh vươn ra ngoài */
    display: inline-block;
    border-radius: 8px;
    /* tuỳ thích */
    transform-origin: center center;
    will-change: transform;
    /* hint cho browser */
}

/* ảnh bên trong */
.iconbox-image img {
    display: block;
    width: 175px;
    height: auto;
    transition: transform 360ms cubic-bezier(.2, .8, .2, 1),
        filter 360ms cubic-bezier(.2, .8, .2, 1);
    transform-origin: center center;
    backface-visibility: hidden;
    /* giảm nhòe khi xoay */
}

/* trạng thái hover: zoom nhẹ + xoay nhẹ */
.iconbox-image:hover img,
.iconbox-image:focus-within img {
    transform: scale(1.06) rotate(-3deg);
    filter: brightness(1.03) saturate(1.03);
}

.iconbox-image img,
.category-slide img {
    display: block;
    transition: all .35s ease;
    backface-visibility: hidden;
    transform-origin: center;
}

/* hover: zoom + xoay nhẹ */
.iconbox-image:hover img,
.category-slide:hover img {
    transform: scale(1.06) rotate(-3deg);
}

.iconbox-image img {
    transition: all 360ms cubic-bezier(.2, .8, .2, 1);
}

.counter-box {
    position: relative;
    padding: 35px;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 30px;
    overflow: hidden;
}

.counter-number {
    font-size: 35px;
    font-weight: 700;
    color: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
}

h3.counter-title {
    font-size: 16px;
    font-weight: 400 !important;
}

.counter-box:before {
    content: "";
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    border-radius: 50%;
    position: absolute;
    top: -30px;
    right: -30px;
    border: 22px solid #ebf4ff94;
    box-sizing: content-box;
}

.clipped-image-box {
    width: 100%;
    width: 391px;
    aspect-ratio: 391 / 454;
    clip-path: url(#clip);
    overflow: hidden;
}

.image-counter-content {
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    padding: 55px 25px;
    border-radius: 27px;
    color: white;
    position: absolute;
    right: 0;
    bottom: -50px;
    width: calc(68% - 12px);
    height: calc(35% + 50px - 12px);
}

.button.icon {
    display: inline-flex;
    margin-left: .12em;
    margin-right: .12em;
    min-width: 2.5em;
    padding-left: .6em;
    padding-right: .6em;
    line-height: 1em !important;
    align-items: center;
    justify-content: center;
}

.image-counter-box {
    width: fit-content;
    position: relative;
    margin: auto;
}

h3.image-counter-title {
    color: white;
}

.image-counter-number {
    font-size: 35px;
    font-weight: 700;
}

.minor-product:hover img {
    transform: scale(1.05);
}

.minor-product img {
    transition: all .3s ease-in-out;
}


.minor-product .minor-product-content {
    position: relative;
    background: #fff;
    background-size: cover;
    padding: 20px;
    background-position: bottom;
    border-radius: 30px;
    border: 1px solid #dfdfdf;
    box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
}

.minor-product .minor-product-content .subtract {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 130px;
    height: auto;
    z-index: 2;
    fill: #fff;
}

.single-market-btn {
    border-radius: 5px;
    margin: 0px;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    font-size: 15px;
    padding: 12px 15px;
}

.minor-product p.category {
    text-align: center;
}

a.minor-button {
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    bottom: 10px;
    right: 10px;
    z-index: 32;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: all .3s ease-in-out;
}

p.name.product-title.woocommerce-loop-product__title {
    margin: 0px;
    font-weight: 600;
    margin-top: 15px;
    font-size: 24px;
}

a.minor-button span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    display: none;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

a.minor-button:hover {
    width: 120px;
}

a.minor-button:hover span {
    width: auto;
    margin-left: 8px;
    display: block;
}

.congdung * {
    margin: 0px;
}

.minor-product-list .minor-product-meta {
    padding: 15px;
}

.blog-post-thumbnail {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.blog-post-thumbnail img {
    width: 100%;
}

.blog-post-thumbnail svg.subtract {
    position: absolute;
    z-index: 1;
    right: -1px;
    bottom: 0;
    fill: #fff;
    width: 110px;
    height: auto;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-line-bottom.nav-size-medium.nav-spacing-large.nav-uppercase {
    flex: 1;
    display: flex;
}

a.blog-link-button {
    position: absolute;
    bottom: 2px;
    right: 2px;
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    width: 50px;
    height: 50px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

a.blog-link-button:hover {
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
}

.testimonial-author {
    display: flex;
    column-gap: 15px;
}

.author-thumbnail img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    object-position: top center;
}

.testimonial-card .subtract {
    position: absolute;
    fill: white;
    top: 3px;
    right: -10px;
    transform: rotate(-90deg);
    width: 120px;
}

.quote-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.team-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.team-image {}

.team-image svg.subtract {
    position: absolute;
    fill: #fff;
    bottom: -1px;
    right: -1px;
    z-index: 1;
}

.social_wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.team-social {
    position: absolute;
    top: -60px;
    background: #ffffffad;
    padding: 10px;
    right: 40px;
    border-radius: 8px;
    border: 1px solid #c9c9c9;
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: space-between;
    padding: 4px;
    column-gap: 4px;
}

.social_wrapper:hover .team-social {
    opacity: 1;
}

button.social_button {
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border-radius: 50%;
    margin: 0px;
}

.team-social a {
    flex: 1;
    font-size: 22px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.team-subtitle:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    background: green;
}

.team-subtitle {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 14px;
    font-weight: 600;
}

.team-info {
    padding: 15px 0px 0px 0px;
}

.button.is-outline,
input[type=button].is-outline,
input[type=reset].is-outline,
input[type=submit].is-outline {
    background-color: transparent;
    border: 1px solid;
    line-height: 42px;
}

.nav-column>li>a,
.nav-dropdown>li>a,
.nav-vertical-fly-out>li>a,
.nav>li>a {
    color: #333;
    transition: all .2s;
}

a.button.open-video {
    border: 0px;
    background: rgb(255 255 255 / 55%);
    backdrop-filter: blur(10px);
    width: 65px;
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

ul.nav.nav-pills.nav-uppercase.nav-size-large.nav-center {
    column-gap: 20px;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}

ul.nav.nav-pills.nav-uppercase.nav-size-large.nav-center a {
    white-space: nowrap;
}

.nav-box>li.active>a,
.nav-pills>li.active>a {
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    color: #fff;
    opacity: 1;
}

.rounded-xl {
    border-radius: 30px;
}

.overflow-hidden {
    overflow: hidden;
}

.component-bar .title {
    font-size: 22px;
}

.component-bar .counter {
    font-size: 70px;
    color: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    font-weight: 600;
}

.component-bar-header {
    display: flex;
    align-items: center;
    column-gap: 24px;
    width: 250px;
}

.component-bar .description {
    flex: 1;
    max-width: 285px;
}

.component-bar {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    max-width: 600px;
    margin: 18px auto;
    justify-content: space-between;
    padding: 14px 19px;
    transition: all .3s ease-in-out;
}

.component-bar:hover {
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    color: #fff;
    border-radius: 30px;
}

.history-year {
    font-size: 44px;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.history-year:before {
    content: "";
    width: 8px;
    height: 8px;
    background: green;
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    transform: translateY(50%);
}

.history-item {
    min-height: 260px;
}

.history-content {
    padding-right: 15px;
}

.align-center {
    align-items: center;
}

.widget_media_image img {
    width: 100%;
}

.blog-archive {
    max-width: 1400px;
    margin: auto;
}

.featured-post-thumbnail img {
    width: 180px;
    height: 80px;
    object-fit: cover;
    border-radius: 16px;
}

.featured-post-item {
    display: flex;
    column-gap: 18px;
    margin-bottom: 18px;
}

h4.featured-post-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
}

.featured-post-description {
    font-size: 14px;
}

.blog-post-categories {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 30px;
    padding-top: 24px;
}

.blog-post-categories a {
    background: white;
    font-size: 14px;
    padding: 2px 8px;
    border-radius: 30px;
    font-weight: 600;
    color: #27ae60;
}

.blog-post-meta {
    font-size: 90%;
    display: flex;
    column-gap: 15px;
    margin-top: 22px;
}

h2.blog-post-title a {
    color: #404A3D;
}

h2.blog-post-title {
    font-weight: 500;
    padding-top: 12px;
}

.category-page-row {
    padding-top: 45px;
}

.title-demen {
    font-size: 72px !important;
    background: -webkit-linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700 !important;
}

div#product-sidebar {
    border-left: 1px solid #e1e1e1;
}

ul.marketplace-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    column-gap: 15px;
    align-items: center;
}

.woocommerce-product-gallery__wrapper {
    background: white;
    border-radius: 24px;
}

.product-main,
.product-footer {
    max-width: 1800px;
    margin: auto;
}

.team-content {
    display: flex;
    column-gap: 35px;
}

.blog-single {
    max-width: 1280px;
    margin: auto;
}

.woocommerce-billing-fields {
    border: unset;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 18px;
    border: 1px solid #dddddd;
    margin-bottom: 35px;
}

div#order_review {
    padding: 15px;
    background: whitesmoke;
    border-radius: 18px;
    border: 1px solid #dddddd;
}

div#order_review td.product-name {
    text-align: left !important;
}

button#place_order {
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    border-radius: 35px;
}

.woocommerce-billing-fields>h3 {
    display: none;
}

.woocommerce-billing-fields input,
.woocommerce-billing-fields select,
.woocommerce-billing-fields textarea,
.woocommerce-additional-fields__field-wrapper textarea {
    border-radius: 8px;
    background: whitesmoke;
}

.social-link-item i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    /* Bo góc */
    font-size: 20px;
}

/* Facebook */
.social-link-item .icon-facebook {
    background-color: #1877f2;
    color: #fff;
}

/* Twitter */
.social-link-item .icon-twitter {
    background-color: #1da1f2;
    color: #fff;
}

/* Instagram (gradient) */
.social-link-item .icon-instagram {
    background: linear-gradient(45deg, #feda75, #d62976, #962fbf, #4f5bd5);
    color: #fff;
}

/* LinkedIn */
.social-link-item .icon-linkedin {
    background-color: #0a66c2;
    color: #fff;
}

/* YouTube */
.social-link-item .icon-youtube {
    background-color: #ff0000;
    color: #fff;
}

/* Pinterest */
.social-link-item .icon-pinterest {
    background-color: #bd081c;
    color: #fff;
}

/* Snapchat */
.social-link-item .icon-snapchat {
    background-color: #fffc00;
    color: #000;
    /* icon đen mới thấy */
}

/* TikTok */
.social-link-item .icon-tiktok {
    background-color: #000;
    color: #fff;
}

/* WhatsApp */
.social-link-item .icon-whatsapp {
    background-color: #25d366;
    color: #fff;
}

/* Messenger */
.social-link-item .icon-messenger {
    background-color: #0084ff;
    color: #fff;
}

/* Zalo */
.social-link-item .icon-zalo {
    background-color: #0068ff;
    color: #fff;
}

.pd-modal-content {
    padding: 45px 35px 35px 45px;
}

p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward:not(.checkout) {
    display: none;
}

a.zoom-button.button {
    display: flex !important;
    align-items: center !important;
}

.congdung {
	font-size: 102%;
    padding-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

/* Team Member Links */
.team-image-link {
    display: block;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.team-image-link:hover {
    opacity: 0.95;
}

.team-title-link {
    text-decoration: none;
    transition: color 0.3s ease;
}

.team-title-link:hover .team-title {
    color: #4a7bc8 !important;
}

.team-member-error {
    padding: 20px;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    color: #856404;
    text-align: center;
    font-weight: 600;
}

/* Grid Container */
.custom-product-action-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

/* Unbox the form to let children participate in the grid */
.custom-product-action-grid form.cart {
    display: contents;
}

/* Unbox variable product wrappers */
.custom-product-action-grid .single_variation_wrap,
.custom-product-action-grid .woocommerce-variation-add-to-cart {
    display: contents;
}

/* Variations Table - Full Width */
.custom-product-action-grid .variations {
    grid-column: 1 / -1;
    width: 100%;
    margin-bottom: 10px;
    border: none;
}

.custom-product-action-grid .variations td,
.custom-product-action-grid .variations th {
    display: block;
    width: 100%;
    padding: 0 0 5px;
    text-align: left;
}

.custom-product-action-grid .variations .label {
    display: none;
    /* Optional: hide label if desired, or style it */
}

/* Single Variation Price/Desc - Full Width */
.custom-product-action-grid .woocommerce-variation.single_variation {
    grid-column: 1 / -1;
    width: 100%;
    margin-bottom: 10px;
}

/* Quantity Input - Full Width Top */
.custom-product-action-grid .quantity {
    grid-column: 1 / -1;
    width: 120px;
    margin-bottom: 10px;
    display: flex;
}

.custom-product-action-grid .quantity input {
    text-align: center;
    padding: 0px;
    height: 36px;
    line-height: 8px;
    min-height: unset;
    min-width: unset;
    width: 35px;
}

.custom-product-action-grid .ux-quantity__button {
    width: 27px !important;
}

/* Add to Cart Button */
.custom-product-action-grid .single_add_to_cart_button {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 5px;
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    border: none;
    color: white;
    text-transform: unset;
}

.custom-product-action-grid .single_add_to_cart_button:hover {
    background: linear-gradient(135deg, #244b88 0%, #3d66a8 100%);
    opacity: 0.9;
}

/* Add Icon to Add to Cart Button */
.custom-product-action-grid .single_add_to_cart_button::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"></circle><circle cx="20" cy="21" r="1"></circle><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"></path></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"></circle><circle cx="20" cy="21" r="1"></circle><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

/* Marketplace Buttons */
.market-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    color: white !important;
    min-height: unset;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.market-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.market-btn svg,
.market-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.market-btn span {
    margin-top: 2px;
}

/* Colors */
.shopee-btn {
    background-color: #ee4d2d;
    border: 1px solid #ee4d2d;
}

.shopee-btn:hover {
    background-color: #d73211;
}

.lazada-btn {
    background-color: #000083;
    border: 1px solid #000083;
}

.lazada-btn:hover {
    background-color: #000083;
}

.tiktok-btn {
    background-color: #000000;
    border: 1px solid #000000;
}

.tiktok-btn:hover {
    background-color: #333333;
}

.product-action-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
    margin-bottom: 20px;
    margin-top: 15px;
}

.minor-product {
    padding: 0px;
}

.demen-diagnosis-modal__content .btn {
    font-size: 14px !important;
}

/* ========================================
   TESTIMONIAL SLIDER - Modern Design
   ======================================== */

.testimonial-slider {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 100px;
}

.testimonial-slider__container {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.testimonial-slider__track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Slider Items */
.testimonial-slider__item {
    flex: 0 0 400px;
    max-width: 400px;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.4;
    transform: scale(0.75);
    filter: blur(2px);
    cursor: pointer;
}

.testimonial-slider__item.active {
    flex: 0 0 500px;
    max-width: 500px;
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    z-index: 10;
}

/* Testimonial Card */
.testimonial-card {
    position: relative;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 24px;
}

.testimonial-slider-wrapper {
    margin: 0px -15px;
}

.testimonial-slider__item.active .testimonial-card {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* YouTube Thumbnail */
.testimonial-card__thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f5f5f5;
}

.testimonial-card__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.testimonial-slider__item.active .testimonial-card__thumbnail img:hover {
    transform: scale(1.05);
}

/* Play Icon */
.testimonial-card__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    opacity: 0.9;
}

.testimonial-slider__item.active .testimonial-card__play-icon:hover {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}

.testimonial-slider__item:not(.active) .testimonial-card__play-icon {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(0.8);
}

/* Card Content */
.testimonial-card__rating {
    display: flex;
    gap: 4px;
    padding: 20px 24px 10px;
    font-size: 20px;
}

.testimonial-card__rating .star.filled {
    color: #FFD700;
}

.testimonial-card__rating .star.empty {
    color: #E0E0E0;
}

.testimonial-card__content {
    padding: 10px 24px 20px;
}

.testimonial-card__content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.testimonial-slider__item.active .testimonial-card__content p {
    font-size: 16px;
    -webkit-line-clamp: 4;
}

/* Author Info */
.testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    border-top: 1px solid #f0f0f0;
}

.testimonial-card__avatar {
    flex-shrink: 0;
}

.testimonial-card__avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f0f0f0;
}

.testimonial-slider__item.active .testimonial-card__avatar img {
    width: 60px;
    height: 60px;
}

.testimonial-card__author-info {
    flex: 1;
}

.testimonial-card__name {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #333;
}

.testimonial-card__position {
    font-size: 13px;
    color: #888;
    margin: 0;
}

/* Navigation Buttons */
.testimonial-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 100;
    color: #666;
}

.testimonial-slider__nav:hover {
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    border-color: #2c5aa0;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.testimonial-slider__nav--prev {
    left: 20px;
}

.testimonial-slider__nav--next {
    right: 20px;
}

/* Dots Indicator */
.testimonial-slider__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.testimonial-slider__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0d0d0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-slider__dot.active {
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    width: 32px;
    border-radius: 5px;
}

/* ========================================
   POPUP MODAL
   ======================================== */

.testimonial-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    animation: fadeIn 0.3s ease;
}

.testimonial-popup.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.testimonial-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
}

.testimonial-popup__content {
    position: relative;
    max-width: 900px;
    margin: 5vh auto;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    z-index: 1000000;
    animation: slideUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonial-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000001;
    transition: all 0.3s ease;
    color: #333;
    padding: 5px;
}

.testimonial-popup__close:hover {
    background: #fff;
    transform: rotate(90deg);
    color: #000;
}

.testimonial-popup__body {
    position: relative;
}

.testimonial-popup__video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.testimonial-popup__video iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.testimonial-popup__info {
    padding: 32px;
}

.testimonial-popup__rating {
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
    font-size: 24px;
    color: #FFD700;
}

.testimonial-popup__text {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 24px;
}

.testimonial-popup__author {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
}

.testimonial-popup__avatar img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-popup__name {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px 0;
    color: #222;
}

.testimonial-popup__position {
    font-size: 15px;
    color: #777;
    margin: 0;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 1024px) {
    .testimonial-slider {
        padding: 0 80px;
    }

    .testimonial-slider__item {
        flex: 0 0 350px;
        max-width: 350px;
    }

    .testimonial-slider__item.active {
        flex: 0 0 450px;
        max-width: 450px;
    }
}

@media (max-width: 768px) {
	a#fixed-promotion-button {
		display: block;
		bottom: 105px;
	}
	
	.header-content h1 {
		font-size: 26px
	}
	
	header#header .header-wrapper.stuck {
		background: rgb(255 255 255 / 85%);
		backdrop-filter: blur(10px);
		padding: 0px 30px;
		border-radius: 30px;
		max-width: 90vw;
		top: 5px;
		margin: auto;
	}
	
    .testimonial-slider {
        padding: 0 60px;
    }

    .testimonial-slider__item {
        flex: 0 0 280px;
        max-width: 280px;
    }

    .testimonial-slider__item.active {
        flex: 0 0 350px;
        max-width: 350px;
    }

    .testimonial-slider__nav {
        width: 48px;
        height: 48px;
    }

    .testimonial-slider__nav--prev {
        left: 10px;
    }

    .testimonial-slider__nav--next {
        right: 10px;
    }

    .testimonial-popup__content {
        margin: 2vh 16px;
    }

    .testimonial-popup__info {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .testimonial-slider {
        padding: 0 50px;
    }

    .testimonial-slider__track {
        gap: 20px;
    }

    .testimonial-slider__item:not(.active) {
        display: none;
    }

    .testimonial-slider__item.active {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testimonial-card__content p {
        font-size: 14px;
    }

    .testimonial-popup__text {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    ul.nav.nav-pills.nav-uppercase.nav-size-large.nav-center {
        justify-content: flex-start;
    }

    /* Team Member Mobile Responsive */
    .team-member {
        max-width: 100%;
    }

    .team-content {
        display: flex;
        flex-direction: column;
    }

    .team-image {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 20px;
    }

    .team-image img {
        width: 100%;
        height: auto;
    }

    .team-info {
        text-align: center;
        padding: 0;
    }

    .team-subtitle {
        justify-content: center;
    }
}

.layout-thumb-left {
    display: flex;
    align-items: flex-start;
    gap: 16px
}

.layout-thumb-left .minor-product-thumbnail {
    flex: 0 0 360px
}

.layout-thumb-left .minor-product-thumbnail img {
    width: 100%;
    height: auto;
    display: block
}

.layout-thumb-left .minor-product-meta {
    flex: 1
}

.rounded-lg {
    border-radius: 30px;
}

@media (max-width:768px) {
    .layout-thumb-left {
        flex-direction: row;
    }

    .layout-thumb-left .minor-product-thumbnail {
        flex: 0 0 100px
    }
}

@media (max-width:480px) {
    .layout-thumb-left {
        flex-direction: column;
    }

    .layout-thumb-left .minor-product-thumbnail {
        width: 100%;
        flex: 0 0 auto;
        margin-bottom: 10px
    }
}

.woocommerce-additional-fields {
    display: none;
}

p#billing_first_name_field {
    width: 100%;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

span.nav-ico svg {
    width: 25px;
    height: 25px;
}

/* Label nổi - Desktop only */
.demen-label {
    background: linear-gradient(135deg, #2c5aa0 0%, #4a7bc8 100%);
    color: white;
    padding: 8px 14px;
    margin-right: 10px;
    border-radius: 36px;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    animation: fadeIn .3s ease;
    position: absolute;
    right: 50px;
    width: max-content;
    top: 7px;
}

/* Nút X */
.demen-label__close {
  margin-left: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.75;
}

.demen-label__close:hover {
  opacity: 1;
}

/* Hiệu ứng fade */
@keyframes fadeIn {
  from { opacity: 0; transform: translateX(10px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* Ẩn label khi click nút X */
.demen-label.hide {
  display: none !important;
}

/* Desktop: Fixed button (floating) */
#demen-fixed-diagnosis {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.demen-nav-item-desktop .nav-ico,
.demen-fixed-diagnosis__btn {
    background: #27ae60;
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 28px;
    padding: 0;
    margin: 0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;

    /* pulse */
    position: relative;
    animation: pulse 1.8s infinite;
}

/* Vòng lan */
.demen-nav-item-desktop .nav-ico::after,
.demen-fixed-diagnosis__btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: inherit;
    animation: pulse-ring 1.8s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.demen-fixed-diagnosis__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.demen-fixed-diagnosis__btn:focus { 
    outline: 2px solid rgba(39,174,96,0.3); 
}

.demen-fixed-diagnosis__btn svg {
    width: 24px;
    height: 24px;
}

/* Hide mobile nav on desktop */
.demen-mobile-nav {
    display: none;
}

/* Mobile: Bottom Navigation Bar */
@media (max-width: 768px) {
	.demen-nav-item-desktop {
		display: none;
	}
   .demen-fixed-diagnosis__btn {
    display: none;
   }
    .demen-market-links {
        display: flex !important;
        justify-content: center;
    }
    /* Hide desktop elements on mobile */
    .demen-label {
        display: none !important;
    }
    
    .demen-desktop-btn {
        display: none !important;
    }
    
    /* Show mobile nav */
    .demen-mobile-nav {
        display: flex;
    }
    
    /* Bottom nav container */
    .demen-fixed-diagnosis {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        border-top: 1px solid #e8e8e8;
        box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
        padding: 0px 0 max(10px, env(safe-area-inset-bottom));
        z-index: 99;
    }
    
    /* Mobile nav container */
    .demen-mobile-nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 8px;
        padding: 0 12px;
    }
    
    /* Nav items */
    .demen-nav-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 6px 8px;
        background: transparent;
        border: none;
        border-radius: 16px;
        color: #666;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }
    
    .demen-nav-item:active {
        transform: scale(0.92);
    }
    
    /* Icon wrapper with background */
    .demen-nav-item .nav-ico {
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
    }
    
    .demen-nav-item svg {
        width: 18px;
        height: 18px;
        position: relative;
        z-index: 1;
        transition: all 0.3s ease;
    }
    
    .demen-nav-item span:not(.nav-ico) {
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        line-height: 1.2;
        transition: all 0.3s ease;
    }
    
    /* Shopping cart - Green */
    .demen-nav-item:nth-child(1) {
        color: #27ae60;
    }
    
    .demen-nav-item:nth-child(1) .nav-ico {
        background: #27ae60;
        color: #fff !important;
    }
    
    .demen-nav-item:nth-child(1):active .nav-ico {
        background: linear-gradient(135deg, rgba(39, 174, 96, 0.2) 0%, rgba(39, 174, 96, 0.15) 100%);
    }
    
    /* Diagnosis - Blue */
    .demen-nav-item:nth-child(2) {
        color: #ff0000;
    }
    
    .demen-nav-item:nth-child(2) .nav-ico {
        background: #ff0000;
        color: #fff !important;
    }
    
    .demen-nav-item:nth-child(2):active .nav-ico {
        background: linear-gradient(135deg, rgba(52, 152, 219, 0.2) 0%, rgba(52, 152, 219, 0.15) 100%);
    }
    
    /* Phone - Red */
    .demen-nav-item:nth-child(3) {
        color: #e74c3c;
    }
    
    .demen-nav-item:nth-child(3) .nav-ico {
        background: #e3b105;
        color: #fff !important;
    }
    
    .demen-nav-item:nth-child(3):active .nav-ico {
        background: linear-gradient(135deg, rgba(231, 76, 60, 0.2) 0%, rgba(231, 76, 60, 0.15) 100%);
    }
    
    /* Email - Orange */
    .demen-nav-item:nth-child(4) {
        color: #0784ff;
    }
    
    .demen-nav-item:nth-child(4) .nav-ico {
        background: linear-gradient(135deg, #4a7bc8 0%, #4a7bc8 100%);
        color: #fff !important;
    }
    
    .demen-nav-item:nth-child(4):active .nav-ico {
        background: linear-gradient(135deg, rgba(243, 156, 18, 0.2) 0%, rgba(243, 156, 18, 0.15) 100%);
    }
    
    /* Hover effect for better UX */
    @media (hover: hover) {
        .demen-nav-item:hover .nav-ico {
            transform: translateY(-2px);
        }
        
        .demen-nav-item:hover svg {
            transform: scale(1.1);
        }
    }
}

/* Modal */
.demen-diagnosis-modal { display:none; position:fixed; inset:0; z-index:100000; }
.demen-diagnosis-modal__overlay { position:absolute; inset:0; background:rgba(0,0,0,0.6); }
.demen-diagnosis-modal__dialog {
    position: relative;
    max-width: 768px;
    margin: 6vh auto;
    background: #fff;
    border-radius: 30px;
    overflow: auto;
    z-index: 100001;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    max-height: 88vh;
    margin: 6vh auto;
}
.demen-diagnosis-modal__close {
    position: absolute;
    right: 10px;
    top: 8px;
    background: transparent;
    border: 0;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
}
.demen-diagnosis-modal__content { padding:30px; }

/* Market Links */
.demen-market-links {
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 8px;
    color: #666;
    display: none;
    padding: 5px 0px;
}

.demen-market-links a {
    color: #333;
    font-weight: 700;
    margin: 0 2px;
}
.demen-market-links .sep {
    color: #ddd;
    margin: 0 5px;
}
	
.df-btn-pulse {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;

    /* pulse */
    position: relative;
    animation: df-pulse 2s infinite;
}

/* vòng lan */
.df-btn-pulse::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: currentColor;
    opacity: 0.25;
    animation: df-pulse-ring 2s infinite;
    z-index: -1;
}

@keyframes df-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes df-pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.25;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.df-promotion-list {
    border: 1px dashed #27ae60;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #f8fff9;
}

.df-promotion-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
}

.df-promotion-item:last-child {
    border-bottom: none;
}

.df-apply-coupon-btn {
    background: #27ae60;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}

.df-promotion-item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 10px 0;
    margin-bottom: 6px;

    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
    transition: background 0.25s ease;
}

.df-promotion-item:hover {
    background: rgba(39, 174, 96, 0.06);
}

/* text */
.df-promotion-item strong {
    font-size: 18px;
    color: #222;
}

.df-promotion-item small {
    display: block;
    font-size: 12px;
    color: #27ae60;
    margin-top: 2px;
    font-weight: 500;
}

.df-apply-coupon-btn {
    background: #27ae60;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.df-apply-coupon-btn:hover {
    background: #219150;
}

.df-promotion-item:last-child {
    border-bottom: none;
}
.price .woocommerce-Price-amount.amount {
    font-size: 19px;
    color: #ff2b2b;
}
.product-short-description {
    font-size: 15px;
    line-height: 1.5; 
}
.woocommerce-LoopProduct-link,
.woocommerce-loop-product__link {
    font-size: 16px;
    text-align: center;
}

.badge-inner.secondary.on-sale {
    font-size: 12px;
    padding: 0px 6px !important;
    line-height: 1;
    background: red;
    border-radius: 0px;
    text-transform: uppercase;
}

p#billing_phone_field {
    width: 100%;
}

.form-row input {
    background: #fff;
}

.badge-inner.is-small.new-bubble-auto {
    background: #27ae60;
}

.badge-container.absolute.left.top.z-1 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
}

.badge {
    backface-visibility: hidden;
    display: table;
    height: 25px;
    pointer-events: none;
    width: auto;
    z-index: 20;
}

.free-ship-progress .bar{
	width:100%;
	height:8px;
	background:#eee;
	border-radius:999px;
	overflow:hidden;
	margin-bottom:8px;
}
.ux-mini-cart-footer .message {
	font-size: 13px;
	margin-bottom: 16px;
}
.free-ship-progress .fill_progress{
	height:100%;
	background:#22c55e;
	transition:0.3s;
}

a.minor-button.minor-button-full span {
    display: block !important;
}

a.minor-button.minor-button-full {
    width: 100%;
    gap: 9px;
}

.mini-cart-qty {
    display: flex;
    align-items: center;
    gap: 5px;
}

.mini-cart-qty button {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.qty-input {
    width: 40px;
    text-align: center;
}
