.anc-product-description > .kk-star-ratings {
    display: none !important;
}

.anc-review-moderation-note {
    display: none !important;
}

.anc-description-collapsible {
    position: relative;
    max-height: 540px;
    overflow: hidden;
    margin-top: 24px;
    padding: 26px 30px;
    background: #fff;
    border: 1px solid #e1e8e8;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(8, 70, 79, .06);
}

.anc-description-collapsible::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 105px;
    content: '';
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 82%);
}

.anc-description-collapsible.is-expanded,
.anc-description-collapsible.has-no-overflow {
    max-height: none;
}

.anc-description-collapsible.is-expanded::after,
.anc-description-collapsible.has-no-overflow::after {
    display: none;
}

.anc-description-more {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-top: -2px;
    padding: 12px 0 20px;
    background: #fff;
}

.anc-description-more__button,
.anc-review-more__button {
    min-width: 190px;
    margin: 0;
    padding: 10px 24px;
    color: #08464f;
    background: #fff;
    border: 1px solid #cddcde;
    border-radius: 9px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
}

.anc-description-more__button:hover,
.anc-review-more__button:hover {
    color: #fff;
    background: #08464f;
    border-color: #08464f;
}

.anc-product-reviews {
    clear: both;
    margin-top: 56px !important;
    padding: 30px 34px 34px !important;
    background: #fff;
    border: 1px solid #e2e8e8;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(8, 70, 79, .06);
}

.anc-product-reviews > h2 {
    display: none !important;
}

.anc-review-summary__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.anc-review-summary__heading h2 {
    margin: 0;
    color: #17202a;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
}

.anc-review-summary__heading h2 span {
    color: #687078;
    font-weight: 600;
}

.anc-review-summary__heading a {
    color: #08464f;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.anc-review-summary__heading a span {
    padding-left: 5px;
    font-size: 25px;
    vertical-align: -2px;
}

.anc-review-summary__overview {
    display: grid;
    grid-template-columns: minmax(220px, 32%) 1fr;
    gap: 48px;
    align-items: center;
    padding: 4px 0 26px;
}

.anc-review-summary__score p {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin: 0 0 3px;
}

.anc-review-summary__score strong {
    color: #111827;
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
}

.anc-review-summary__score p span {
    color: #687078;
    font-size: 24px;
}

.anc-review-summary__score small {
    display: block;
    margin-top: 7px;
    color: #687078;
    font-size: 15px;
}

.anc-review-big-stars {
    position: relative;
    display: inline-block;
    color: #dfe3e6;
    font-size: 31px;
    line-height: 1;
    letter-spacing: 4px;
}

.anc-review-big-stars__empty {
    white-space: nowrap;
}

.anc-review-big-stars__filled {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #ffb400;
    white-space: nowrap;
}

.anc-review-summary__bars {
    width: 100%;
}

.anc-review-bar {
    display: grid;
    grid-template-columns: 46px minmax(120px, 1fr) 42px;
    gap: 12px;
    align-items: center;
    margin: 8px 0;
    color: #4b5563;
    font-size: 15px;
    font-style: normal;
}

.anc-review-bar i {
    height: 11px;
    overflow: hidden;
    background: #e9edef;
    border-radius: 999px;
}

.anc-review-bar i b {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #ffb400, #ffc83d);
    border-radius: inherit;
}

.anc-review-bar em {
    color: #687078;
    font-style: normal;
    text-align: right;
}

.anc-review-summary__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0 26px;
    border-top: 1px solid #edf0f1;
    border-bottom: 1px solid #edf0f1;
}

.anc-review-summary__filters button {
    min-width: 104px;
    margin: 0;
    padding: 10px 16px;
    color: #29333a;
    background: #fff;
    border: 1px solid #dce3e5;
    border-radius: 9px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
}

.anc-review-summary__filters button span {
    color: #ffb400;
}

.anc-review-summary__filters button:hover,
.anc-review-summary__filters button.is-active {
    color: #fff;
    background: #08464f;
    border-color: #08464f;
}

.anc-review-summary__filters button.is-active span {
    color: #fff;
}

.anc-product-reviews .woocommerce-Reviews {
    display: block !important;
    margin: 0 !important;
}

.anc-product-reviews #comments,
.anc-product-reviews #review_form_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    padding: 0 !important;
}

.anc-product-reviews .woocommerce-Reviews-title {
    display: none;
}

.anc-product-reviews .commentlist {
    margin: 0 !important;
}

.anc-product-reviews .commentlist > li.review {
    margin: 0 !important;
    padding: 22px 0 !important;
    border-bottom: 1px solid #e8ecec;
}

.anc-product-reviews .comment_container {
    display: flex;
    gap: 15px;
}

.anc-product-reviews .avatar {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    object-fit: cover;
}

.anc-product-reviews .anc-review-initial-avatar {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(145deg, #0b5b64, #083f47);
    border: 2px solid #d9e9ea;
    border-radius: 50%;
    box-shadow: 0 2px 7px rgba(8, 70, 79, .15);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.anc-product-reviews .comment-text {
    padding: 0 !important;
    border: 0 !important;
}

.anc-product-reviews .star-rating {
    color: #ffb000 !important;
    margin-bottom: 7px;
}

.anc-product-reviews .description p {
    color: #273238;
    font-size: 16px;
    line-height: 1.65;
}

.anc-product-reviews #review_form_wrapper {
    margin-top: 30px !important;
    display: none;
}

.anc-product-reviews #review_form_wrapper.is-open {
    display: block;
}

.anc-product-reviews .review-form-inner {
    padding: 25px !important;
    background: #f7fafa;
    border: 1px solid #dce6e7 !important;
    border-radius: 12px;
}

.anc-review-more {
    display: flex;
    justify-content: center;
    padding: 20px 0 4px;
}

.anc-review-more[hidden] {
    display: none;
}

@media (max-width: 549px) {
    .anc-description-collapsible {
        max-height: 390px;
        margin-top: 20px;
        padding: 21px 17px;
        border-radius: 12px;
    }

    .anc-description-collapsible::after {
        height: 85px;
    }

    .anc-description-more {
        padding: 9px 0 16px;
    }

    .anc-description-more__button,
    .anc-review-more__button {
        min-width: 160px;
        padding: 9px 18px;
        font-size: 14px;
    }

    .anc-product-reviews {
        margin-top: 38px !important;
        padding: 22px 16px 25px !important;
        border-radius: 12px;
    }

    .anc-review-summary__heading {
        align-items: flex-start;
        margin-bottom: 22px;
    }

    .anc-review-summary__heading h2 {
        font-size: 21px;
    }

    .anc-review-summary__heading a {
        white-space: nowrap;
        font-size: 13px;
    }

    .anc-review-summary__overview {
        grid-template-columns: 1fr;
        gap: 23px;
    }

    .anc-review-summary__score {
        text-align: center;
    }

    .anc-review-summary__score p {
        justify-content: center;
    }

    .anc-review-summary__score strong {
        font-size: 48px;
    }

    .anc-review-big-stars {
        font-size: 28px;
    }

    .anc-review-bar {
        grid-template-columns: 40px 1fr 30px;
        gap: 9px;
    }

    .anc-review-summary__filters {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .anc-review-summary__filters button {
        width: 100%;
        min-width: 0;
        padding: 10px 8px;
    }

    .anc-product-reviews .comment_container {
        gap: 11px;
    }

    .anc-product-reviews .avatar {
        width: 42px !important;
        height: 42px !important;
    }

    .anc-product-reviews .anc-review-initial-avatar {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 16px;
    }

    .anc-product-reviews .review-form-inner {
        padding: 18px 15px !important;
    }
}

/* Bảng chọn phân loại dạng trượt trên điện thoại */
.anc-variant-sheet[hidden] {
    display: none !important;
}

.anc-variant-sheet {
    position: fixed;
    z-index: 999999;
    inset: 0;
}

.anc-variant-sheet__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(18, 28, 31, .58);
    opacity: 0;
    transition: opacity .25s ease;
}

.anc-variant-sheet__panel {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    max-height: min(82vh, 760px);
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -12px 40px rgba(8, 70, 79, .18);
    transform: translateY(105%);
    transition: transform .25s ease;
}

.anc-variant-sheet.is-open .anc-variant-sheet__backdrop {
    opacity: 1;
}

.anc-variant-sheet.is-open .anc-variant-sheet__panel {
    transform: translateY(0);
}

.anc-variant-sheet__close {
    position: absolute;
    z-index: 3;
    top: 13px;
    right: 14px;
    width: 38px;
    min-height: 38px;
    margin: 0;
    padding: 0;
    color: #fff;
    background: rgba(8, 70, 79, .88);
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    font-size: 27px;
    font-weight: 400;
    line-height: 36px;
}

.anc-variant-sheet__scroll {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 24px 20px 18px;
    overscroll-behavior: contain;
}

.anc-variant-sheet__product {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 0 44px 20px 0;
    border-bottom: 1px solid #e8eeee;
}

.anc-variant-sheet__image {
    width: 112px;
    height: 112px;
    object-fit: cover;
    background: #f6f8f8;
    border: 1px solid #e0e7e7;
    border-radius: 13px;
}

.anc-variant-sheet__product h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 7px 0 5px;
    color: #263436;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.anc-variant-sheet__price {
    margin: 0;
    color: #e43f27 !important;
    font-size: 19px;
    font-weight: 750;
    line-height: 1.25;
}

.anc-variant-sheet__price del {
    margin-right: 7px;
    color: #90999b;
    font-size: 13px;
    font-weight: 500;
}

.anc-variant-sheet__price .amount,
.anc-variant-sheet__price .woocommerce-Price-amount,
.anc-variant-sheet__price .woocommerce-Price-currencySymbol,
.anc-variant-sheet__price ins .amount {
    color: #e43f27 !important;
}

.anc-variant-sheet__price del .amount,
.anc-variant-sheet__price del .woocommerce-Price-amount,
.anc-variant-sheet__price del .woocommerce-Price-currencySymbol {
    color: #90999b !important;
}

.anc-variant-sheet__price ins {
    color: #f34a2f;
    text-decoration: none;
}

.anc-variant-sheet__price .screen-reader-text {
    display: none;
}

.anc-variant-sheet__selected {
    display: inline-block;
    margin-top: 2px;
    color: #d9472d;
    font-size: 12.5px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.35;
}

.anc-variant-sheet__group {
    min-width: 0;
    margin: 20px 0 0;
    padding: 0;
    border: 0;
}

.anc-variant-sheet__group legend {
    margin-bottom: 11px;
    color: #263436;
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
}

.anc-variant-sheet__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.anc-variant-sheet__option {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 72px;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 7px 10px 7px 7px;
    color: #263436;
    background: #fff;
    border: 1px solid #d8e0e0;
    border-radius: 10px;
    box-shadow: none;
    font-size: 12px;
    font-weight: 550;
    line-height: 1.3;
    text-align: left;
    text-transform: none;
}

.anc-variant-sheet__option img {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    object-fit: cover;
    background: #f4f6f6;
    border-radius: 7px;
}

.anc-variant-sheet__option span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.anc-variant-sheet__option i {
    position: absolute;
    top: -8px;
    right: -7px;
    display: none;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #07545d;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 13px;
    font-style: normal;
}

.anc-variant-sheet__option:hover,
.anc-variant-sheet__option.is-selected {
    color: #08464f;
    background: #f5fbfb;
    border: 2px solid #07545d;
    padding: 6px 9px 6px 6px;
}

.anc-variant-sheet__option.is-selected i {
    display: flex;
}

.anc-variant-sheet__quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 22px;
    padding: 18px 0 4px;
    border-top: 1px solid #e8eeee;
}

.anc-variant-sheet__quantity label {
    margin: 0;
    color: #263436;
    font-size: 15px;
    font-weight: 700;
}

.anc-variant-sheet__stepper {
    display: grid;
    grid-template-columns: 43px 55px 43px;
    overflow: hidden;
    border: 1px solid #d6dede;
    border-radius: 9px;
}

.anc-variant-sheet__stepper button,
.anc-variant-sheet__stepper input {
    width: 100%;
    height: 43px;
    min-height: 43px;
    margin: 0;
    padding: 0;
    color: #263436;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    line-height: 43px;
    text-align: center;
}

.anc-variant-sheet__stepper input {
    border-right: 1px solid #d6dede;
    border-left: 1px solid #d6dede;
    appearance: textfield;
}

.anc-variant-sheet__notice {
    min-height: 19px;
    margin: 10px 0 0;
    color: #d43b26;
    font-size: 13px;
}

.anc-variant-sheet__footer {
    flex: 0 0 auto;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid #e4eaea;
    box-shadow: 0 -5px 18px rgba(20, 42, 45, .07);
}

.anc-variant-sheet__confirm {
    width: 100%;
    min-height: 52px;
    margin: 0;
    color: #fff;
    background: #07545d;
    border: 0;
    border-radius: 12px;
    box-shadow: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
}

.anc-variant-sheet__confirm.is-buy {
    background: #f34a2f;
}

.anc-variant-sheet__confirm:disabled {
    opacity: .45;
}

html.anc-variant-sheet-open,
html.anc-variant-sheet-open body {
    overflow: hidden !important;
}

@media (min-width: 850px) {
    .anc-variant-sheet {
        display: none !important;
    }
}

@media (max-width: 849px) {
    /* Thanh mua dưới đã thay thế hoàn toàn cụm nút mua trong nội dung. */
    .anc-detail-buy .single_variation_wrap,
    .anc-detail-buy .anc-detail-actions,
    .anc-detail-buy form.cart:not(.variations_form),
    .anc-detail-buy form.cart:not(.variations_form) + .anc-detail-actions {
        display: none !important;
    }

    /* Dự phòng cho sản phẩm thường có cấu trúc nút khác sản phẩm biến thể. */
    .anc-detail-buy form.cart:not(.variations_form) .quantity,
    .anc-detail-buy form.cart:not(.variations_form) .single_add_to_cart_button,
    .anc-detail-buy form.cart:not(.variations_form) .anc-detail-commerce-button,
    .anc-detail-buy form.cart:not(.variations_form) .anc-detail-quantity-label {
        display: none !important;
    }
}

@media (max-width: 390px) {
    .anc-variant-sheet__scroll {
        padding-right: 15px;
        padding-left: 15px;
    }

    .anc-variant-sheet__product {
        grid-template-columns: 94px minmax(0, 1fr);
        gap: 12px;
    }

    .anc-variant-sheet__image {
        width: 94px;
        height: 94px;
    }

    .anc-variant-sheet__option {
        min-height: 65px;
        font-size: 12px;
    }

    .anc-variant-sheet__option img {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }
}

/* Trang thanh toán gọn theo luồng: đơn hàng -> giao hàng -> thanh toán. */
@media (max-width: 849px) {
    body.anc-mobile-checkout-organized {
        padding-bottom: 0 !important;
        background: #f4f6f5;
    }

    body.anc-mobile-checkout-organized .checkout-page-title,
    body.anc-mobile-checkout-organized .woocommerce-breadcrumb,
    body.anc-mobile-checkout-organized .woocommerce-billing-fields > h3,
    body.anc-mobile-checkout-organized #ship-to-different-address {
        display: none !important;
    }

    body.anc-mobile-checkout-organized form.woocommerce-checkout {
        width: 100% !important;
        max-width: 620px !important;
        margin: 0 auto !important;
        padding: 14px 12px 28px !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.anc-mobile-checkout-organized form.woocommerce-checkout > .row {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.anc-mobile-checkout-organized .anc-checkout-order-column,
    body.anc-mobile-checkout-organized .anc-checkout-customer-column {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
        padding: 0 !important;
    }

    body.anc-mobile-checkout-organized .anc-checkout-order-column > .col-inner,
    body.anc-mobile-checkout-organized .anc-checkout-mobile-flow-card {
        margin: 0 0 14px !important;
        padding: 18px 16px !important;
        background: #fff !important;
        border: 1px solid #e0e6e4 !important;
        border-radius: 14px !important;
        box-shadow: 0 4px 16px rgba(8, 70, 79, .06) !important;
    }

    body.anc-mobile-checkout-organized #order_review_heading {
        margin: 0 0 13px !important;
        color: #153f45 !important;
        font-size: 21px !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
        text-transform: none !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table {
        margin: 0 !important;
        border: 0 !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table thead {
        display: none !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table td,
    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table th {
        padding-right: 0 !important;
        padding-left: 0 !important;
        border-color: #e7ecea !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table tr.cart_item {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        row-gap: 7px !important;
        align-items: start;
        padding: 12px 0 !important;
        border-bottom: 1px dashed #cfd8d5 !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table tr.cart_item td {
        display: block !important;
        padding: 0 !important;
        border: 0 !important;
    }

    body.anc-mobile-checkout-organized .anc-checkout-product {
        display: grid !important;
        grid-template-columns: 64px minmax(0, 1fr) 24px !important;
        gap: 9px !important;
        align-items: start !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    body.anc-mobile-checkout-organized .anc-checkout-product-image {
        width: 64px !important;
        height: 64px !important;
        object-fit: cover !important;
        border-radius: 8px !important;
    }

    body.anc-mobile-checkout-organized .anc-checkout-product-title {
        display: -webkit-box !important;
        overflow: hidden !important;
        color: #202b2d !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow-wrap: anywhere !important;
    }

    body.anc-mobile-checkout-organized .anc-checkout-quantity {
        width: fit-content !important;
        margin-top: 8px !important;
    }

    body.anc-mobile-checkout-organized .anc-checkout-quantity button,
    body.anc-mobile-checkout-organized .anc-checkout-quantity-value {
        width: 32px !important;
        height: 31px !important;
        min-height: 31px !important;
        line-height: 31px !important;
    }

    body.anc-mobile-checkout-organized tr.cart_item .product-total {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #e4432c !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        white-space: nowrap;
        text-align: right !important;
    }

    body.anc-mobile-checkout-organized tr.cart_item .product-total .amount,
    body.anc-mobile-checkout-organized tr.cart_item .product-total .woocommerce-Price-currencySymbol {
        color: #e4432c !important;
    }

    body.anc-mobile-checkout-organized .anc-checkout-coupon-row td {
        padding: 16px 0 !important;
    }

    body.anc-mobile-checkout-organized .anc-checkout-coupon-form {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 105px !important;
        gap: 9px !important;
    }

    body.anc-mobile-checkout-organized .anc-checkout-coupon-input,
    body.anc-mobile-checkout-organized .anc-checkout-coupon-button {
        height: 45px !important;
        min-height: 45px !important;
        margin: 0 !important;
        font-size: 13px !important;
        border-radius: 8px !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table tfoot th,
    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table tfoot td {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
        color: #263234 !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table tfoot {
        display: table-row-group !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table .anc-checkout-totals-heading th {
        padding: 18px 0 11px !important;
        color: #111 !important;
        border-top: 1px solid #dfe5e3 !important;
        border-bottom: 0 !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        text-align: left !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table tfoot tr:not(.anc-checkout-totals-heading) th {
        width: 58% !important;
        font-weight: 650 !important;
        text-align: left !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table tfoot tr:not(.anc-checkout-totals-heading) td {
        width: 42% !important;
        font-weight: 650 !important;
        white-space: normal !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table tfoot tr.anc-is-discount td,
    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table tfoot tr.anc-is-discount td .amount,
    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table tfoot tr.anc-is-discount td .woocommerce-Price-currencySymbol {
        color: #e83d55 !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table tfoot tr.cart-discount {
        display: table-row !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table tfoot tr.anc-is-duplicate-saving {
        display: none !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table .woocommerce-remove-coupon {
        display: inline-block !important;
        margin-left: 4px !important;
        color: #78817f !important;
        font-size: 10px !important;
        font-weight: 500 !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table tfoot tr.anc-is-shipping {
        border-top: 1px solid #eef1f0 !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table tfoot tr.anc-is-shipping td {
        color: #084f58 !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table tfoot td {
        text-align: right !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table .order-total th,
    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table .order-total td,
    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table .order-total .amount,
    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table .order-total .woocommerce-Price-currencySymbol,
    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table .anc-is-total th,
    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table .anc-is-total td,
    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table .anc-is-total .amount,
    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table .anc-is-total .woocommerce-Price-currencySymbol {
        color: #e4432c !important;
        font-size: 18px !important;
        font-weight: 800 !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table .anc-is-total th,
    body.anc-mobile-checkout-organized .woocommerce-checkout-review-order-table .anc-is-total td {
        padding-top: 14px !important;
        border-top: 1px solid #d9dfdd !important;
    }

    .anc-checkout-mobile-progress {
        display: grid;
        grid-template-columns: auto 1fr auto 1fr auto;
        align-items: center;
        gap: 7px;
        margin-bottom: 19px;
        padding-bottom: 16px;
        border-bottom: 1px solid #e7ecea;
        color: #818a88;
        font-size: 11px;
        white-space: nowrap;
    }

    .anc-checkout-mobile-progress span {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .anc-checkout-mobile-progress i {
        display: inline-flex;
        width: 24px;
        height: 24px;
        align-items: center;
        justify-content: center;
        color: #7f8987;
        border: 1px solid #bac3c1;
        border-radius: 50%;
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
    }

    .anc-checkout-mobile-progress b {
        height: 1px;
        background: #cfd7d5;
    }

    .anc-checkout-mobile-progress .is-done,
    .anc-checkout-mobile-progress .is-current {
        color: #08464f;
        font-weight: 650;
    }

    .anc-checkout-mobile-progress .is-done i,
    .anc-checkout-mobile-progress .is-current i {
        color: #fff;
        background: #08464f;
        border-color: #08464f;
    }

    body.anc-mobile-checkout-organized .anc-checkout-section-title,
    body.anc-mobile-checkout-organized .anc-checkout-flow-title {
        margin: 0 0 13px !important;
        color: #153f45 !important;
        font-size: 19px !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;
        text-transform: none !important;
    }

    body.anc-mobile-checkout-organized #customer_details,
    body.anc-mobile-checkout-organized .anc-checkout-flow-step,
    body.anc-mobile-checkout-organized .anc-checkout-flow-content {
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    body.anc-mobile-checkout-organized .anc-checkout-flow-step {
        margin-top: 20px !important;
        padding-top: 18px !important;
        border-top: 1px solid #e5ebe9 !important;
    }

    body.anc-mobile-checkout-organized .woocommerce-billing-fields__field-wrapper {
        display: block !important;
    }

    body.anc-mobile-checkout-organized .anc-checkout-field,
    body.anc-mobile-checkout-organized .anc-checkout-note {
        width: 100% !important;
        margin: 0 0 9px !important;
        padding: 0 !important;
    }

    body.anc-mobile-checkout-organized .anc-checkout-input,
    body.anc-mobile-checkout-organized .anc-location-select,
    body.anc-mobile-checkout-organized #order_comments,
    body.anc-mobile-checkout-organized .select2-selection {
        width: 100% !important;
        min-height: 46px !important;
        margin: 0 !important;
        color: #293436 !important;
        background: #fff !important;
        border: 1px solid #d6dfdc !important;
        border-radius: 8px !important;
        box-shadow: none !important;
        font-size: 13px !important;
    }

    body.anc-mobile-checkout-organized #order_comments {
        min-height: 88px !important;
        padding: 12px !important;
    }

    body.anc-mobile-checkout-organized .anc-checkout-shipping-table,
    body.anc-mobile-checkout-organized .shipping__table {
        margin: 0 !important;
        border: 0 !important;
    }

    body.anc-mobile-checkout-organized .shipping__inner,
    body.anc-mobile-checkout-organized .shipping__table th,
    body.anc-mobile-checkout-organized .shipping__table td {
        padding: 0 !important;
        border: 0 !important;
    }

    body.anc-mobile-checkout-organized .shipping__table th {
        display: none !important;
    }

    body.anc-mobile-checkout-organized .shipping__list_item {
        position: relative;
        padding: 13px 13px 13px 42px !important;
        background: #f8faf9;
        border: 1px solid #dce4e2;
        border-radius: 9px;
    }

    body.anc-mobile-checkout-organized .shipping__list_item::before {
        position: absolute;
        top: 16px;
        left: 15px;
        width: 14px;
        height: 14px;
        content: '';
        background: #fff;
        border: 4px solid #1689e8;
        border-radius: 50%;
    }

    body.anc-mobile-checkout-organized .shipping__list_label {
        color: #283335 !important;
        font-size: 13px !important;
        font-weight: 700 !important;
    }

    body.anc-mobile-checkout-organized .anc-checkout-shipping-description {
        margin-top: 4px !important;
        color: #697371 !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    body.anc-mobile-checkout-organized #payment {
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    body.anc-mobile-checkout-organized .wc_payment_methods {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    body.anc-mobile-checkout-organized .wc_payment_method {
        margin: 0 !important;
        padding: 14px 2px !important;
        border-bottom: 1px solid #e6ebe9 !important;
    }

    body.anc-mobile-checkout-organized .wc_payment_method label {
        color: #273234 !important;
        font-size: 13px !important;
        font-weight: 700 !important;
    }

    body.anc-mobile-checkout-organized .payment_box {
        margin: 10px 0 0 28px !important;
        padding: 11px 13px !important;
        color: #677270 !important;
        background: #f5f7f6 !important;
        border-radius: 8px !important;
        font-size: 12px !important;
        line-height: 1.55 !important;
    }

    body.anc-mobile-checkout-organized .payment_box::before {
        display: none !important;
    }

    body.anc-mobile-checkout-organized .form-row.place-order {
        margin: 18px 0 0 !important;
        padding: 0 !important;
    }

    body.anc-mobile-checkout-organized #place_order {
        width: 100% !important;
        min-height: 50px !important;
        margin: 0 !important;
        color: #fff !important;
        background: #084f58 !important;
        border: 0 !important;
        border-radius: 9px !important;
        box-shadow: none !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        text-transform: none !important;
    }

    body.anc-mobile-checkout-organized #place_order:hover {
        background: #063f47 !important;
    }
}

@media (max-width: 390px) {
    body.anc-mobile-checkout-organized form.woocommerce-checkout {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    body.anc-mobile-checkout-organized .anc-checkout-order-column > .col-inner,
    body.anc-mobile-checkout-organized .anc-checkout-mobile-flow-card {
        padding-right: 13px !important;
        padding-left: 13px !important;
    }
}
