:root {
	--wd-text-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(95,86,198);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(95,86,198);
	--btn-accented-bgcolor-hover: rgb(86,78,180);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://lapakokki.com/wp-content/uploads/2021/11/w-smart-home-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(16,16,16);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* ==========================================================================
   1. STYLING UMUM & WOOCOMMERCE GLOBAL
   ==========================================================================
   Kumpulan aturan CSS global untuk menyesuaikan elemen antarmuka WooCommerce,
   tombol WhatsApp, label produk, meta metadata, dan penyembunyian elemen default.
   ========================================================================== */

/* --- Radius Sudut Tombol WhatsApp Bawaan --- */
a.rt-btn--whatsapp,
button.rt-btn--whatsapp {
    border-radius: 5px !important;
}

/* --- Tata Letak & Posisi Label Bulat (Rounded Labels) --- */
body .labels-rounded {
    top: 7px;
    left: auto;
    right: 7px;
}

/* --- Menyembunyikan Meta Tag Produk pada Halaman Tunggal Produk --- */
.single-product .product_meta .tagged_as {
    display: none;
}

/* --- Menyembunyikan Metadata SKU dan Kategori Produk --- */
body .product_meta>span.sku_wrapper {
    display: none;
}

.product_meta>span.posted_in {
    display: none;
}

/* --- Menyembunyikan Penilaian Bintang pada Grid Produk Halaman Utama --- */
.home .product-grid-item .star-rating {
    display: none;
}

/* --- Menyembunyikan Judul Form Pendaftaran Akun Baru --- */
.register-title {
    display: none !important;
}

/* --- Menyembunyikan Detail Alamat Penagihan Pelanggan --- */
.woocommerce-customer-details {
    display: none;
}

/* --- Menyembunyikan Rating Bintang pada Seluruh Grid Produk --- */
.product-grid-item .star-rating {
    display: none;
}


/* ==========================================================================
   2. HALAMAN AKUN SAYA (MY ACCOUNT) & TABEL DATA
   ==========================================================================
   Penyesuaian teks judul bagian, header tabel data pelanggan, dan pembatasan
   interaksi navigasi pada elemen tabel tertentu di area My Account.
   ========================================================================== */

/* --- Mengganti Judul Seksi Kedua Menjadi "DETAIL AKUN" --- */
section:nth-of-type(2)>h4 {
    visibility: hidden;
    position: relative;
}

section:nth-of-type(2)>h4::after {
    content: "DETAIL AKUN";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

/* --- Mengganti Header Tabel Tertentu Menjadi "DETAIL AKUN" --- */
th[style*="text-align:left"][style*="width: 80%"] strong {
    visibility: hidden;
    position: relative;
}

th[style*="text-align:left"][style*="width: 80%"] strong::after {
    content: "DETAIL AKUN";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

/* --- Non-aktifkan Klik Navigasi pada Kolom ID, Judul, dan Penulis di Tabel --- */
td.col-id.dtr-control a,
td.col-title a,
td.col-author a {
    pointer-events: none;
}


/* ==========================================================================
   3. RIWAYAT PENCARIAN (SEARCH HISTORY)
   ==========================================================================
   Kustomisasi teks label dan tombol pada fitur riwayat pencarian WoodMart
   menjadi Bahasa Indonesia yang ramah pengguna.
   ========================================================================== */

/* --- Mengganti Teks "Search History" Menjadi "Histori" --- */
.wd-sh-head .wd-search-title.title {
    visibility: hidden;
    position: relative;
}

.wd-sh-head .wd-search-title.title::before {
    content: "Histori";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}

/* --- Mengganti Teks Tombol "Clear" Menjadi "Hapus" --- */
.wd-sh-head .wd-sh-clear.wd-role-btn {
    visibility: hidden;
    position: relative;
}

.wd-sh-head .wd-sh-clear.wd-role-btn::before {
    content: "Hapus";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}


/* ==========================================================================
   4. STYLING MANAJER LISENSI (FSLM LICENSE MANAGER)
   ==========================================================================
   Kustomisasi tombol navigasi dan elemen visual untuk modul Lisensi Produk.
   ========================================================================== */

/* --- Styling Tombol "Kembali Ke Keranjang" --- */
a.button.wc-backward {
    background-color: #5F56C6;
    color: #fff !important;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}

a.button.wc-backward:hover {
    background-color: #564EB4;
    color: #fff !important;
    text-decoration: none;
}


/* ==========================================================================
   5. STYLING DASBOR WP AFFILIATE
   ==========================================================================
   Penyesuaian skema warna, tombol aksi, ikon, dan teks petunjuk pada
   portal dasbor afiliasi agar selaras dengan identitas visual merek.
   ========================================================================== */

/* --- Menyembunyikan Legend Fieldset Form Afiliasi --- */
article>div>div:nth-child(6)>div:nth-child(2) form fieldset>legend {
    display: none !important;
}

#affwp-register-form>fieldset>legend,
#affwp-login-form>fieldset>legend {
    padding-left: 0px;
}

/* --- Skema Warna Utama Latar Belakang Sidebar --- */
.portal .hidden.md\:flex .bg-gray-800,
.portal .md\:hidden .relative.flex-1.flex-col {
    background-color: #4B43B6 !important;
}

/* --- Area Logo dan Link "Kembali ke Website" --- */
.portal .items-center.h-16.bg-gray-800,
.portal .bg-gray-800.px-2 {
    background-color: #4B43B6 !important;
}

/* --- Warna Latar Menu Navigasi Aktif / Terpilih --- */
.portal nav a.bg-gray-900 {
    background-color: #8F88D7 !important;
}

/* --- Efek Hover & Focus pada Menu Sidebar --- */
.portal nav a.group:hover,
.portal nav a.group:focus,
.portal .bg-gray-800.px-2>a:hover,
.portal .bg-gray-800.px-2>a:focus {
    background-color: #8F88D7 !important;
    color: #FFFFFF !important;
}

/* --- Warna Teks Utama di Dalam Sidebar --- */
.portal .hidden.md\:flex .text-gray-300,
.portal .hidden.md\:flex .text-gray-400,
.portal .hidden.md\:flex .text-white,
.portal .md\:hidden .text-gray-300,
.portal .md\:hidden .text-gray-400,
.portal .md\:hidden .text-white {
    color: #FFFFFF !important;
}

/* --- Warna Vektor Ikon (SVG) di Dalam Sidebar --- */
.portal nav a.group svg,
.portal .bg-gray-800.px-2>a svg {
    stroke: #E5E5FF !important;
}

/* --- Pengecualian: Ikon Tombol Tutup Pada Tampilan Mobile --- */
.portal .md\:hidden svg#close {
    stroke: currentColor !important;
}

/* --- Warna Border Pembatas Sidebar --- */
.portal .border-gray-800 {
    border-color: #4B43B6 !important;
}

/* --- Styling Tombol "Salin Link Rujukan" --- */
#referral-url-copy,
#generated-referral-url-copy {
    background-color: #5F56C6;
    color: #fff !important;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}

#referral-url-copy:hover,
#generated-referral-url-copy:hover {
    background-color: #564EB4;
    color: #fff !important;
    text-decoration: none;
}

/* --- Styling Tombol "Simpan Pengaturan Pengguna" --- */
#save-settings-user-settings-settings {
    background-color: #5F56C6;
    color: #fff !important;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    box-shadow: none;
}

#save-settings-user-settings-settings:hover {
    background-color: #564EB4;
    color: #fff !important;
    text-decoration: none;
}

/* --- Catatan Informasi Pencairan Komisi di Bawah Header "Pembayaran" --- */
#payouts-head::after {
    content: 'CATATAN: Komisi akan dicek manual & dibayarkan oleh Admin setiap hari Sabtu & Minggu mulai pukul 07.00 - 21.00 WIB. Kalau mau request manual, bisa langsung kontak Admin via WhatsApp';
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #4B5563;
    margin-top: 1rem;
}

/* --- Mengganti Teks "Discount per quantity" Menjadi "DISKON BULK" --- */
.ywdpd-table-discounts-label strong {
    visibility: hidden;
    position: relative;
}

.ywdpd-table-discounts-label strong::before {
    content: "DISKON BULK";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}


/* ==========================================================================
   6. STYLING FORM MASUK & DAFTAR WP AFFILIATE
   ==========================================================================
   Tata letak dua kolom bersampingan (Flexbox) untuk form Login dan Registrasi
   afiliasi beserta penyelarasan input dan responsivitas tampilan mobile.
   ========================================================================== */

/* --- Kontainer Utama Pembungkus Kedua Form --- */
.page-id-17713 .entry-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
    padding: 20px;
    box-sizing: border-box;
}

/* --- Form Masuk / Login Afiliasi (Sisi Kiri) --- */
#affwp-login-form {
    order: 1;
    flex: 1 1 48%;
    background: #F4F5F7;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* --- Form Pendaftaran / Register Afiliasi (Sisi Kanan) --- */
#affwp-register-form {
    order: 2;
    flex: 1 1 48%;
    background: #F4F5F7;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* --- Gaya Label & Input Form --- */
.affwp-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: normal;
    color: #333;
}

.affwp-form input[type="text"],
.affwp-form input[type="email"],
.affwp-form input[type="password"],
.affwp-form input[type="url"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: normal;
}

/* --- Tombol Submit Form Afiliasi --- */
.affwp-form input[type="submit"].button {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #5F56C6;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s ease-in-out;
}

.affwp-form input[type="submit"].button:hover {
    background-color: #564EB4;
}

/* --- Link Lupa Kata Sandi --- */
.affwp-lost-password a {
    color: #5F56C6;
    text-decoration: none;
}

.affwp-lost-password a:hover {
    color: #8F88D7;
    text-decoration: underline;
}

/* --- Responsivitas Layar Seluler / Tablet (Max 768px) --- */
@media (max-width: 768px) {

    #affwp-login-form,
    #affwp-register-form {
        flex: 1 1 100%;
        order: unset;
    }
}


/* ==========================================================================
   7. STYLING KUPON ADVANCED (ADVANCED COUPONS PREMIUM)
   ==========================================================================
   Penyelarasan gaya tombol kupon dan tombol alternatif WooCommerce.
   ========================================================================== */

/* --- Tombol Alternatif Utama (Class button alt) --- */
a.button.alt,
button.button.alt {
    text-align: center;
    background-color: #5F56C6;
    color: #fff !important;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
    margin-top: 4px;
}

a.button.alt:hover,
button.button.alt:hover {
    background-color: #564EB4;
    color: #fff !important;
}


/* ==========================================================================
   8. STYLING TOMBOL PESAN VIA WHATSAPP
   ==========================================================================
   Styling tombol WhatsApp kustom pada halaman produk tunggal beserta
   urutan kartu pesan konfirmasi belanja.
   ========================================================================== */

/* --- Pembungkus Tombol WhatsApp Kustom --- */
a.wa-order-class {
    all: unset !important;
    display: inline-flex !important;
    width: auto !important;
    flex: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 0 10px 0px !important;
    vertical-align: middle !important;
}

a.wa-order-class:hover {
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

/* --- Elemen Tombol WhatsApp Utama --- */
a.wa-order-class button.wa-order-button {
    all: unset !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: auto !important;
    margin: 0 !important;

    background-color: #25d366 !important;
    color: #ffffff !important;
    min-height: 42px !important;
    padding: 5px 20px !important;
    border-radius: 5px !important;
    border: none !important;
    box-shadow: none !important;

    font-family: "Lexend", Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;

    cursor: pointer !important;
    transition: all 0.25s ease !important;
}

a.wa-order-class button.wa-order-button:hover {
    background-color: #21bd5b !important;
}

/* --- Ikon WhatsApp (Vektor SVG Inline) --- */
a.wa-order-class button.wa-order-button::before {
    all: unset !important;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23fff" d="M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z"/></svg>') !important;
    display: inline-block !important;
    width: 0.95em !important;
    height: 1em !important;
    margin-right: 8px !important;
}

/* --- Penyelarasan Form Keranjang Produk --- */
.summary form.cart,
.summary .cart {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

/* --- Tata Letak Kolom Kontainer Pesanan WooCommerce --- */
.woocommerce-order {
    display: flex;
    flex-direction: column;
}

/* --- Memindahkan Pesan "Terima Kasih Sudah Belanja" ke Urutan Terbawah --- */
.woocommerce-order .wwc-checkout-message {
    order: 999;
}


/* ==========================================================================
   9. PENYEMBUNYIAN METODE PEMBAYARAN GATEWAY TERTENTU
   ==========================================================================
   Menyembunyikan pilihan metode pembayaran E-Wallet tertentu (OVO, DANA,
   ShopeePay) pada halaman Checkout dan Pembayaran Pesanan.
   ========================================================================== */

/* --- Halaman Checkout --- */
.woocommerce-checkout #payment .wc_payment_methods .payment_method_tripay_ovo,
.woocommerce-checkout #payment .wc_payment_methods .payment_method_tripay_dana,
.woocommerce-checkout #payment .wc_payment_methods .payment_method_tripay_shopeepay {
    display: none !important;
}

/* --- Halaman Pembayaran Pesanan (Pay for Order) --- */
.woocommerce-order-pay #payment .wc_payment_methods .payment_method_tripay_ovo,
.woocommerce-order-pay #payment .wc_payment_methods .payment_method_tripay_dana,
.woocommerce-order-pay #payment .wc_payment_methods .payment_method_tripay_shopeepay {
    display: none !important;
}


/* ==========================================================================
   10. DEKORASI NATAL (CHRISTMASIFY) & HEADER TEMA
   ==========================================================================
   Penyesuaian ukuran dan tata letak ornamen dekorasi Natal pada gambar produk
   dan area gambar latar belakang judul halaman tema WoodMart.
   ========================================================================== */

/* --- Bingkai Pembungkus Ornamen --- */
.christmas-frame {
    position: relative;
    display: inline-block;
}

/* --- Ukuran Bingkai Ornamen Natal --- */
.christmas-frame::after {
    top: -12%;
    left: -8%;
    width: 50%;
    height: 50%;
}

/* --- Proporsi Gambar di Dalam Bingkai --- */
.christmas-frame img {
    display: block;
    width: 100%;
    height: auto;
}

/* --- Penyesuaian Bingkai pada Header Judul Halaman WoodMart --- */
.wd-page-title-bg.wd-fill .christmas-frame {
    display: block;
    width: 100%;
    height: 100%;
}

.wd-page-title-bg.wd-fill .christmas-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wd-page-title-bg.wd-fill .christmas-frame::after {
    top: 0;
    left: 0;
    width: 25%;
    height: 25%;
}


/* ==========================================================================
   11. STYLING PENERJEMAH BAHASA (GTRANSLATE SWITCHER)
   ==========================================================================
   Penyesuaian gaya visual, posisi z-index, animasi dropdown, dan bendera
   pada widget pemilih bahasa GTranslate di header.
   ========================================================================== */

/* --- Membuka Pembatasan Overflow Header --- */
.wd-header-html,
.whb-col-right,
.whb-col-center,
.whb-col-mobile,
.whb-column {
    overflow: visible !important;
}

/* --- Kontainer Utama Widget GTranslate --- */
div.gt_switcher {
    overflow: visible !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    position: relative !important;
    z-index: 1000 !important;
    line-height: 1 !important;
    margin-right: 8px !important;
}

/* --- Tombol Bahasa Terpilih (Selected Language) --- */
div.gt_switcher .gt_selected {
    background: transparent !important;
    position: relative !important;
}

div.gt_switcher .gt_selected a {
    background-color: #f9f9f9 !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 5px !important;
    color: #333333 !important;

    font-family: "Lexend", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;

    padding: 8px 25px 8px 10px !important;

    display: flex !important;
    align-items: center !important;
    transition: all 0.25s ease !important;
    white-space: nowrap !important;
}

div.gt_switcher .gt_selected a:hover {
    background-color: #ffffff !important;
    border-color: #5F56C6 !important;
    color: #5F56C6 !important;
}

/* --- Ikon Panah Dropdown Pemilih Bahasa --- */
div.gt_switcher .gt_selected a::after {
    background-image: none !important;
    content: '' !important;
    width: 6px !important;
    height: 6px !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    transform: rotate(45deg);
    position: absolute !important;

    right: 8px !important;
    top: 42% !important;
    transition: transform 0.2s ease !important;
    margin-top: -2px;
}

div.gt_switcher:hover .gt_selected a::after {
    transform: rotate(-135deg) !important;
    top: 45% !important;
}

/* --- Panel Dropdown Pilihan Bahasa --- */
div.gt_switcher .gt_option {
    position: absolute !important;
    top: calc(100% + 5px) !important;
    right: 0 !important;
    left: auto !important;
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    min-width: 150px !important;

    background-color: #ffffff !important;
    border: 1px solid #eee !important;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px !important;
    padding: 5px 0 !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transform: translateY(10px);
    transition: all 0.25s ease !important;
    z-index: 999999 !important;
}

div.gt_switcher:hover .gt_option {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0);
}

/* --- Item Pilihan Bahasa di Dalam Dropdown --- */
div.gt_switcher .gt_option a {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    padding: 8px 10px !important;
    font-size: 13px !important;
    color: #333 !important;
    text-decoration: none !important;
    font-family: "Lexend", sans-serif !important;
    font-weight: 500 !important;
    box-sizing: border-box !important;
    transition: all 0.2s !important;
}

div.gt_switcher .gt_option a:hover {
    background-color: #F0F0FF !important;
    color: #5F56C6 !important;
    padding-left: 18px !important;
}

div.gt_switcher .gt_option a.gt_current {
    display: none !important;
}

/* --- Gambar Bendera Negara --- */
div.gt_switcher img {
    width: 18px !important;
    height: auto !important;
    margin-right: 8px !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) !important;
    vertical-align: middle !important;
    display: inline-block !important;
}

/* --- Menyembunyikan Top Bar Default Google Translate --- */
#google_translate_element2,
.skiptranslate,
.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0 !important;
}


/* ==========================================================================
   12. STYLING HALAMAN CHECKOUT, PRODUK & FSLM (PINDAHAN DARI FUNCTIONS.PHP)
   ==========================================================================
   Aturan CSS untuk harga variasi, penyembunyian syarat & ketentuan checkout,
   kolom catatan pembelian, dan modul lisensi produk FSLM.
   ========================================================================== */

/* --- Menyelaraskan Gaya Harga Variasi dengan Range Harga Utama --- */
.summary .price del {
    font-size: 0.85em;
    opacity: 0.6;
}

.summary .price ins {
    font-size: inherit;
    font-weight: 700;
    text-decoration: none;
}

.summary .price {
    font-size: 1.6em;
}

/* --- Menyembunyikan Box Syarat & Ketentuan di Halaman Checkout --- */
.woocommerce-terms-and-conditions-wrapper,
.form-row.terms,
.wc-terms-and-conditions {
    display: none !important;
}

/* --- Styling & Penyesuaian Ukuran Catatan Pembelian di Checkout (Full Width) --- */
.woocommerce-checkout #order_comments_field {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-bottom: 20px !important;
}

.woocommerce-checkout textarea#order_comments {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 110px !important;
    padding: 10px 15px !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    background-color: #fff !important;
    color: #333 !important;
    outline: none !important;
    resize: vertical !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.woocommerce-checkout textarea#order_comments:focus {
    border-color: #212121 !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08) !important;
}

/* --- Custom Box Detail Akun & Lisensi FSLM (Halaman Order Received & Account) --- */
.fslm-custom-section {
    margin: 20px 0;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

/* --- Header Kotak FSLM --- */
.fslm-box-header {
    background: #f7f7f7;
    padding: 10px 15px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- Konten Dalam Kotak FSLM --- */
.fslm-box-content {
    padding: 20px;
}

/* --- Bilah Tombol Unduh (Download Bar) FSLM --- */
.fslm-download-bar {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
    flex-wrap: wrap;
}

.fslm-dl-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    line-height: 1.4;
    font-family: inherit;
}

.fslm-dl-csv {
    background: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

.fslm-dl-csv:hover:not(:disabled) {
    background: #c3e6cb;
    border-color: #b1dfbb;
}

.fslm-dl-txt {
    background: #eef7fb;
    color: #0071a1;
    border-color: #bee5eb;
}

.fslm-dl-txt:hover:not(:disabled) {
    background: #d1ecf1;
    border-color: #b8daff;
}

.fslm-dl-btn:disabled {
    opacity: 0.7;
    cursor: wait;
}

/* --- Tabel Data Kunci Lisensi FSLM --- */
.fslm-keys-table {
    width: 100%;
    border-collapse: collapse;
}

.fslm-keys-table thead th {
    text-align: left;
    padding: 10px 0;
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
    border-bottom: 2px solid #eee;
}

.fslm-th-product {
    width: 30%;
}

.fslm-th-detail {
    width: 70%;
}

.fslm-keys-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

.fslm-keys-table tbody tr:last-child {
    border-bottom: none;
}

.fslm-keys-table tbody td {
    padding: 10px 0;
    vertical-align: top;
    color: #333;
    line-height: 1.6;
}

.fslm-td-product {
    font-weight: 600;
    padding-right: 15px !important;
}

.fslm-td-detail {
    word-break: break-word;
}

/* --- Responsivitas Tampilan Seluler (Mobile Max 600px) --- */
@media (max-width: 600px) {
    .fslm-box-content {
        padding: 15px;
    }

    .fslm-download-bar {
        flex-direction: column;
        gap: 8px;
    }

    .fslm-dl-btn {
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }

    .fslm-keys-table thead {
        display: none;
    }

    .fslm-keys-table tbody tr {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
        gap: 4px;
    }

    .fslm-keys-table tbody td {
        padding: 0 !important;
        width: 100% !important;
    }

    .fslm-keys-table tbody td:before {
        content: attr(data-label);
        display: block;
        font-weight: 600;
        font-size: 0.8em;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #666;
        margin-bottom: 2px;
    }
}

/* --- Menyembunyikan Tabel Bawaan Plugin FSLM --- */
.fslm-license-keys-table,
.fslm-download-keys {
    display: none !important;
}


/* ==========================================================================
   13. STYLING DROPDOWN VARIASI PRODUK (WOODMART VARIATION SELECTS)
   ==========================================================================
   Menyesuaikan elemen dropdown <select> pada pilihan variasi produk agar
   memiliki gaya visual seragam dengan identitas tema WoodMart (ikon panah SVG,
   efek hover/focus, serta kelurusan tata letak).
   ========================================================================== */

/* --- Dropdown Form Variasi Produk Tunggal & Quick View --- */
.single-product table.variations select,
.variations_form select,
.product-quick-view table.variations select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    width: 80% !important;
    max-width: 100% !important;
    min-height: 42px !important;
    padding: 8px 36px 8px 14px !important;

    background-color: #ffffff !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 10px 10px !important;

    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 5px !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #242424 !important;

    cursor: pointer !important;
    box-sizing: border-box !important;
    outline: none !important;
    transition: all 0.25s ease !important;
}

/* --- Efek Hover & Focus State pada Dropdown Variasi --- */
.single-product table.variations select:hover,
.variations_form select:hover {
    border-color: #5F56C6 !important;
}

.single-product table.variations select:focus,
.variations_form select:focus {
    border-color: #5F56C6 !important;
    box-shadow: 0 0 0 3px rgba(95, 86, 198, 0.15) !important;
}

/* --- Penyelarasan Vertikal Label dan Kolom Tabel Variasi --- */
.single-product table.variations td.label,
.variations_form td.label {
    padding-right: 15px !important;
    vertical-align: middle !important;
    font-weight: 600 !important;
    color: #333 !important;
}

.single-product table.variations td.value,
.variations_form td.value {
    vertical-align: middle !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

/* --- Styling Link Hapus / Reset Pilihan Variasi --- */
.single-product table.variations a.reset_variations,
.variations_form a.reset_variations {
    display: inline-block !important;
    margin-left: 10px !important;
    font-size: 10px !important;
    color: #888 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.single-product table.variations a.reset_variations:hover,
.variations_form a.reset_variations:hover {
    color: #e53935 !important;
}


/* ==========================================================================
   14. CATATAN DESAIN & AKSESIBILITAS (PERBAIKAN VIA WOODMART THEME SETTINGS)
   ==========================================================================
   Panduan konfigurasi visual yang disengaja TIDAK ditulis via CSS override
   agar tidak menyebabkan bentrok tata letak atau kontras warna pada area gelap.

   REKOMENDASI KONFIGURASI PADA WOODMART THEME SETTINGS:
   1. Rasio Kontras Warna (Contrast Ratio >= 4.5:1):
      - Buka: Appearance -> Customize -> Colors
   2. Warna Label Produk (NEW / SALE / HOT):
      - Buka: WoodMart -> Theme Settings -> Shop -> Product Labels
   3. Jarak & Spacing Kategori Produk:
      - Buka: WoodMart -> Theme Settings -> Shop -> Categories
   ========================================================================== */


/* ==========================================================================
   15. PERBAIKAN BUG FONT WALLET SYSTEM & STYLING TEMA WOODMART
   ==========================================================================
   1. Memperbaiki bug font bawaan plugin Wallet System for WooCommerce yang
      merubah tampilan font default pada seluruh elemen WooCommerce & situs.
   2. Menyelaraskan seluruh komponen Wallet System (Dashboard, Kartu Saldo,
      Tab Navigasi, Form Transfer, Tabel Transaksi, Tombol & Badge) agar
      memiliki estetika visual modern khas Tema WoodMart (10px Rounded Style,
      Warna Primer rgb(95,86,198), Warna Sekunder #fbbc34, dan Aksesibilitas Teks).
   ========================================================================== */

/* --- 15.1 ISOLASI FONT ELEMEN WALLET SYSTEM (PROTEKSI FONT FRONTEND WOODMART) --- */
.wps_wcb_wallet_display_wrapper,
.wps_wcb_content_template,
.wps-wallet-transaction-container,
.wps-wallet-kyc-documents,
.wps-wallet-referral-wrapper,
.wps_wcb_wallet_balance_container,
.wallet-recharge-tab,
.wallet-promotion-tab,
#wps_wallet_transfer_form {
    font-family: inherit !important;
}

.wps_wcb_wallet_display_wrapper *,
.wps_wcb_content_template *,
.wps-wallet-transaction-container *,
.wps-wallet-kyc-documents *,
.wps-wallet-referral-wrapper * {
    font-family: inherit !important;
}

/* Proteksi Ikon Font pada Komponen Wallet */
.wps_wcb_wallet_display_wrapper .dashicons,
.wps_wcb_wallet_display_wrapper [class*="dashicons-"],
.wps_wcb_wallet_display_wrapper .fa,
.wps_wcb_wallet_display_wrapper .fas {
    font-family: dashicons, FontAwesome, sans-serif !important;
}

/* --- 15.2 KONTEN KARTU WALLET SYSTEM (WOODMART 10px ROUNDED CARD CONTAINER) --- */
.wps_wcb_wallet_display_wrapper {
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 12px !important;
    padding: 24px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    margin-bottom: 30px !important;
}

/* --- 15.3 KARTU SALDO UTAMA (WOODMART BRAND PRIMER & SECONDARY CARD) --- */
.wps_wcb_wallet_balance_container {
    background: linear-gradient(135deg, rgb(95, 86, 198) 0%, rgb(86, 78, 180) 100%) !important;
    border-radius: 12px !important;
    padding: 24px 28px !important;
    box-shadow: 0 6px 22px rgba(95, 86, 198, 0.25) !important;
    border: none !important;
    position: relative !important;
    overflow: hidden !important;
}

.wps_wcb_wallet_display_wrapper_with_qr .wps_wcb_wallet_balance_container h4.wallet-balance-title,
.wps_wcb_wallet_display_wrapper_with_qr .wps_wcb_wallet_balance_container h4 {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    opacity: 0.95 !important;
    margin-bottom: 6px !important;
}

.wps_wcb_wallet_balance_container .woocommerce-Price-amount {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.12) !important;
}

/* Link Khusus di Dalam Kartu Saldo (Teks Putih Kontras Tinggi) */
.wps_wcb_wallet_view_transaction a,
.wps_wcb_wallet_balance_container a {
    color: #ffffff !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    transition: opacity 0.2s ease !important;
}

.wps_wcb_wallet_view_transaction a:hover,
.wps_wcb_wallet_balance_container a:hover {
    color: #ffffff !important;
    opacity: 0.85 !important;
}

/* --- 15.4 TAB NAVIGASI MODUL WALLET SYSTEM (10px ROUNDED TAB PILLS) --- */
.wps_wcb_content_template ul.tabs {
    background-color: #f4f5f7 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 6px !important;
    gap: 6px !important;
    margin: 24px 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.wps_wcb_content_template ul.tabs li {
    flex: 1 1 auto !important;
    background-color: transparent !important;
    border-radius: 6px !important;
    transition: all 0.25s ease-in-out !important;
    padding: 0 !important;
}

.wps_wcb_content_template ul.tabs li a {
    padding: 10px 16px !important;
    color: #333333 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: all 0.25s ease-in-out !important;
}

.wps_wcb_content_template ul.tabs li h3 {
    color: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

/* Tab Aktif (Selected Tab) Warna Primer & Aksesibilitas Teks */
.wps_wcb_content_template ul.tabs li.active {
    background-color: rgb(95, 86, 198) !important;
    box-shadow: 0 4px 14px rgba(95, 86, 198, 0.25) !important;
}

.wps_wcb_content_template ul.tabs li.active a,
.wps_wcb_content_template ul.tabs li.active h3 {
    color: #ffffff !important;
}

.wps_wcb_content_template ul.tabs li.active svg path {
    fill: #ffffff !important;
}

/* Tab Hover State (#333333 Teks) */
.wps_wcb_content_template ul.tabs li:hover:not(.active) {
    background-color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

.wps_wcb_content_template ul.tabs li:hover:not(.active) a {
    color: #333333 !important;
}

/* --- 15.5 FORM & INPUT TRANSFER WALLET (10px ROUNDED FORM STYLING) --- */
#wps_wallet_transfer_form label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    margin-bottom: 8px !important;
}

#wps_wallet_transfer_form input[type="email"],
#wps_wallet_transfer_form input[type="text"],
#wps_wallet_transfer_form input[type="number"],
#wps_wallet_transfer_form select,
#wps_wallet_transfer_form textarea {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    color: #333333 !important;
    box-shadow: none !important;
    min-height: 44px !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
}

#wps_wallet_transfer_form input[type="email"]:focus,
#wps_wallet_transfer_form input[type="number"]:focus,
#wps_wallet_transfer_form input[type="text"]:focus,
#wps_wallet_transfer_form select:focus,
#wps_wallet_transfer_form textarea:focus {
    border-color: rgb(95, 86, 198) !important;
    box-shadow: 0 0 0 3px rgba(95, 86, 198, 0.18) !important;
    outline: none !important;
}

/* Tombol Submit Transfer & Aksi Wallet (Warna Akses Background & Hover Akses) */
#wps_wallet_transfer_form input[type="submit"],
.wps-wallet-field-container input[type="submit"],
button.wps_wsfw_btn_copy {
    background-color: rgb(95, 86, 198) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 10px 24px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.25s ease-in-out !important;
    box-shadow: 0 3px 10px rgba(95, 86, 198, 0.22) !important;
}

#wps_wallet_transfer_form input[type="submit"]:hover,
.wps-wallet-field-container input[type="submit"]:hover,
button.wps_wsfw_btn_copy:hover {
    background-color: rgb(86, 78, 180) !important;
    color: #ffffff !important;
    box-shadow: 0 3px 10px rgba(86, 78, 180, 0.25) !important;
}

/* --- 15.6 TABEL RIWAYAT TRANSAKSI (WOODMART 10px DATA TABLE) --- */
.wps-wallet-transaction-container #transactions_table_wrapper {
    border-radius: 6px !important;
    overflow: hidden !important;
    border: 1px solid #eaeaea !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
}

.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table thead tr {
    background-color: #f8f9fa !important;
}

.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table thead tr th {
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 14px 16px !important;
    border-bottom: 2px solid #eaeaea !important;
}

.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table tbody tr td {
    padding: 14px 16px !important;
    font-size: 14px !important;
    color: #333333 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table tbody tr:nth-of-type(even) {
    background-color: #fafafa !important;
}

.wps-wallet-transaction-container #transactions_table_wrapper .wps-wsfw-wallet-field-table tbody tr:hover {
    background-color: #f4f3ff !important;
}

/* Warna Transaksi Debit (Merah) & Kredit (Hijau) */
.wps_wallet_debit {
    color: #e53935 !important;
    font-weight: 700 !important;
}

.wps_wallet_credit {
    color: #459647 !important;
    font-weight: 700 !important;
}

/* --- 15.7 KARTU RECHARGE & PROMOSI SALDO (TOPUP CARDS DENGAN SEKUNDER #fbbc34) --- */
.wps-wsfw__re-tab-item .wps-re__item-wrap,
.wps-wsfw__prom-tab-item .wps-pr__item-wrap {
    border-radius: 6px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    background: #ffffff !important;
    overflow: hidden !important;
    transition: all 0.25s ease !important;
}

.wps-wsfw__re-tab-item.wps-active .wps-re__item-wrap,
.wps-wsfw__prom-tab-item.wps-active .wps-pr__item-wrap {
    border: 2px solid rgb(95, 86, 198) !important;
    background: #f4f3ff !important;
    box-shadow: 0 4px 14px rgba(95, 86, 198, 0.18) !important;
}

.wps-wsfw__re-tab-item .wps-re-offer,
.wps-wsfw__prom-tab-item .wps-pr-offer {
    background-color: #fbbc34 !important;
    color: #333333 !important;
    font-weight: 700 !important;
    border-radius: 0 0 10px 10px !important;
}

/* --- 15.8 BADGE & NOTIFIKASI (SUKSES #459647 & WARNING #E0B252) --- */
/* Notifikasi Sukses / Cashback (#459647) */
.wps-show-cashback-notice-on-shop-page,
.woocommerce-message,
.wps-wallet-success-notice {
    background-color: #459647 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 10px 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    box-shadow: 0 3px 10px rgba(69, 150, 71, 0.2) !important;
}

.wps-show-cashback-notice-on-shop-page::after {
    background-color: #ffffff !important;
}

/* Notifikasi Warning / Restriksi (#E0B252) */
.wsfw_show_user_restriction_notice,
.woocommerce-info,
.wps-wallet-warning-notice {
    border-radius: 6px !important;
    background-color: #E0B252 !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: 600 !important;
    padding: 10px 16px !important;
    box-shadow: 0 3px 10px rgba(224, 178, 82, 0.22) !important;
}

/* --- 15.9 IKON NATIVE WOODMART FONT UNTUK MENU MY ACCOUNT (DOMPET, KREDIT TOKO, KUPON) --- */

/* 1. Dompet (Wallet System) -> Ikon Native WoodMart Payment/Wallet Card (\f142) */
li[class*="wallet"],
li[class*="wps"],
.wd-my-acc-wps_wcb_wallet,
.woocommerce-MyAccount-navigation-link--wps_wcb_wallet,
.woocommerce-MyAccount-navigation-link--wallet {
    --wd-my-acc-nav-icon: "\f142" !important;
}

/* 2. Kredit Toko (Store Credit) -> Ikon Native WoodMart Price Tag / Credit (\f18a) */
li[class*="kredit"],
li[class*="credit"],
.wd-my-acc-kredit_toko,
.woocommerce-MyAccount-navigation-link--kredit_toko,
.woocommerce-MyAccount-navigation-link--store-credit {
    --wd-my-acc-nav-icon: "\f18a" !important;
}

/* 3. Kupon Saya (My Coupons) -> Ikon Native WoodMart Voucher / Coupon Tag (\f134) */
li[class*="kupon"],
li[class*="coupon"],
.wd-my-acc-kupon_saya,
.woocommerce-MyAccount-navigation-link--kupon_saya,
.woocommerce-MyAccount-navigation-link--coupons {
    --wd-my-acc-nav-icon: "\f134" !important;
}

/* Netralkan override background-image SVG agar menggunakan font native woodmart-font secara sempurna */
.wd-nav-my-acc [class*="wallet"] .wd-nav-icon:before,
.wd-nav-my-acc [class*="wps"] .wd-nav-icon:before,
.wd-my-account-links [class*="wallet"] .wd-nav-icon:before,
.wd-my-account-links [class*="wps"] .wd-nav-icon:before,
.wd-my-acc-wps_wcb_wallet .wd-nav-icon:before,
.woocommerce-MyAccount-navigation-link--wps_wcb_wallet .wd-nav-icon:before,
.woocommerce-MyAccount-navigation ul [class*="wallet"] a::before,
.woocommerce-MyAccount-navigation ul [class*="wps"] a::before {
    background-image: none !important;
    font-family: "woodmart-font" !important;
}@media (min-width: 1025px) {
	td.col-status {
  visibility: hidden;
  position: relative;
}

td.col-status::after {
  content: "SELESAI";
  visibility: visible;
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  white-space: nowrap;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	td.col-status {
  visibility: hidden;
  position: relative;
}

td.col-status::after {
  content: "SELESAI";
  visibility: visible;
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  white-space: nowrap;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	td.col-status {
  visibility: hidden;
  position: relative;
}

td.col-status::after {
  content: "SELESAI";
  visibility: visible;
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  white-space: nowrap;
}
}

@media (max-width: 576px) {
	ul.wc-completed li.col-status span.dtr-data {
  visibility: hidden;
  position: relative;
}

ul.wc-completed li.col-status span.dtr-data::after {
  content: "SELESAI";
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

}

