:root{
    --okx-commerce-green:#003f3b;
    --okx-commerce-mint:#38d7bd;
    --okx-commerce-orange:#ef6630;
    --okx-commerce-text:#111827;
    --okx-commerce-line:#53d9c4;
}
body.woocommerce-cart,
body.woocommerce-checkout{background:#fff}
.okx-commerce-page{
    min-height:680px;
    padding:90px 0 140px;
    background:#fff;
    color:var(--okx-commerce-text);
}
.okx-checkout-page{padding:30px 0}
.okx-cart-page{border-top:80px solid var(--okx-commerce-green)}
.okx-commerce-container{width:min(1200px,calc(100% - 64px))}
.okx-commerce-page .woocommerce{font-size:16px;color:var(--okx-commerce-text)}
.okx-commerce-page .woocommerce-notices-wrapper:empty{display:none}
.okx-commerce-page a{color:inherit}
.okx-commerce-page table.shop_table{
    width:100%;
    margin:0;
    border:0!important;
    border-collapse:collapse;
    border-radius:0!important;
    box-shadow:none!important;
    background:#fff;
}
.okx-commerce-page table.shop_table th,
.okx-commerce-page table.shop_table td{
    padding:22px 12px;
    border:0;
    border-bottom:1px solid var(--okx-commerce-line);
    background:#fff!important;
    color:var(--okx-commerce-text);
    text-align:left;
    vertical-align:top;
}
.okx-commerce-page table.shop_table thead th{font-size:14px;font-weight:800}

/* Order received */
.woocommerce-order-received .okx-checkout-page{padding:64px 0 100px}
.woocommerce-order-received .woocommerce-order{
    width:100%;
    margin:0;
}
.woocommerce-order-received .woocommerce-thankyou-order-received{
    display:flex;
    align-items:center;
    gap:14px;
    margin:0 0 34px!important;
    padding:22px 26px!important;
    border:1px solid var(--okx-commerce-line);
    background:#f5fffc;
    color:var(--okx-commerce-green);
    font-size:20px;
    font-weight:700;
}
.okx-checkout-page .woocommerce .woocommerce-thankyou-order-received:before{
    content:""!important;
    position:absolute!important;
    display:block!important;
    top:21px!important;
    inset-inline-start:20px!important;
    width:18px!important;
    height:18px!important;
    min-width:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background-color:transparent!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23003f3b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8a6 6 0 0 0-12 0c0 7-3 7-3 9h18c0-2-3-2-3-9'/%3E%3Cpath d='M10 21h4'/%3E%3C/svg%3E")!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
    background-size:18px 18px!important;
    font-family:Arial,sans-serif!important;
    font-size:0!important;
    line-height:0!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
}
.woocommerce-order-received ul.woocommerce-order-overview{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:0;
    margin:0 0 46px!important;
    padding:22px 0!important;
    border-top:1px solid var(--okx-commerce-line);
    border-bottom:1px solid var(--okx-commerce-line);
}
.woocommerce-order-received ul.woocommerce-order-overview li{
    min-width:0;
    margin:0!important;
    padding:0 22px!important;
    border-right:1px solid #dce8e6!important;
}
.woocommerce-order-received ul.woocommerce-order-overview li:first-child{padding-left:0!important}
.woocommerce-order-received ul.woocommerce-order-overview li:last-child{border-right:0!important}
.okx-order-delivery-info{
    margin-top:44px;
    padding-top:30px;
    border-top:1px solid var(--okx-commerce-line);
}
.okx-order-delivery-info h2{margin:0 0 20px;font-size:24px;color:var(--okx-commerce-green)}
.okx-order-delivery-info dl{
    max-width:620px;
    margin:0;
    padding:24px 28px;
    border:1px solid #d8e5e3;
    background:#f8faf9;
}
.okx-order-delivery-info dl div{display:flex;gap:8px;margin:0 0 12px}
.okx-order-delivery-info dl div:last-child{margin-bottom:0}
.okx-order-delivery-info dt{font-weight:700}
.okx-order-delivery-info dd{margin:0}

/* Cart */
.okx-cart-page .woocommerce{
    display:grid;
    grid-template-columns:minmax(0,1.9fr) minmax(360px,1fr);
    gap:74px;
    align-items:start;
}
.okx-cart-page .woocommerce>*:not(.woocommerce-cart-form):not(.cart-collaterals){grid-column:1/-1}
.okx-cart-page .woocommerce-cart-form{grid-column:1}
.okx-cart-page .cart-collaterals{grid-column:2}
.okx-cart-page .cart-collaterals,
.okx-cart-page .cart_totals{
    width:100%!important;
    float:none!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
}
.okx-cart-page .cart_totals{display:flex;flex-direction:column}
.okx-cart-page .cart_totals h2{
    order:1;
    margin:0;
    padding:0 0 15px;
    border-bottom:1px solid var(--okx-commerce-line);
    font-size:14px;
}
.okx-cart-coupon{
    order:2;
    border-bottom:1px solid var(--okx-commerce-line);
}
.okx-cart-coupon summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 0;
    cursor:pointer;
    list-style:none;
    font-weight:600;
}
.okx-cart-coupon summary::-webkit-details-marker{display:none}
.okx-cart-coupon summary:after{content:"⌄";font-size:18px}
.okx-cart-coupon[open] summary:after{content:"⌃"}
.okx-cart-coupon form{display:flex;gap:8px;padding:0 0 18px}
.okx-cart-coupon input{
    min-width:0;
    height:42px;
    flex:1;
    padding:0 10px;
    border:1px solid #ccd5d8;
}
.okx-cart-coupon .button{min-height:42px;padding:6px 16px!important;border-radius:3px!important}
.okx-cart-page .cart_totals>.wc-proceed-to-checkout{order:7}
.okx-cart-total-row{
    order:3;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    padding:19px 0;
    border-bottom:1px solid var(--okx-commerce-line);
}
.okx-cart-total-row strong{font-weight:500}
.okx-cart-shipping{
    order:4;
    border-bottom:1px solid var(--okx-commerce-line);
}
.okx-cart-shipping-price{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    padding:18px 0 12px;
}
.okx-cart-shipping-price span small{
    display:block;
    margin-top:4px;
    font-size:13px;
}
.okx-cart-shipping-price strong{font-weight:500}
.okx-cart-shipping-destination{
    position:relative;
    padding:8px 30px 16px 0;
}
.okx-cart-shipping-destination:after{
    content:"⌄";
    position:absolute;
    right:2px;
    top:7px;
}
.okx-cart-shipping-options{padding:6px 0 17px}
.okx-shipping-options-title{
    display:block;
    margin-bottom:10px;
    font-size:14px;
}
.okx-cart-shipping-options ul#shipping_method{
    margin:0!important;
    padding:0!important;
    list-style:none;
}
.okx-cart-shipping-options ul#shipping_method li{
    display:grid;
    grid-template-columns:26px 1fr;
    align-items:start;
    margin:0!important;
    line-height:1.45;
}
.okx-cart-shipping-options ul#shipping_method input{margin:3px 0 0}
.okx-cart-shipping-options ul#shipping_method label{font-weight:700}
.okx-cart-total-row.order-total{
    order:6;
    padding:20px 0 16px;
    border-bottom:0;
    font-weight:800;
}
.okx-cart-total-row.cart-discount,
.okx-cart-total-row.fee,
.okx-cart-total-row.tax-rate,
.okx-cart-total-row.tax-total{order:5}
.okx-cart-total-row.order-total strong,
.okx-cart-total-row.order-total .amount{font-size:18px;font-weight:800}
.okx-cart-page .woocommerce-cart-form table{table-layout:auto}
.okx-cart-page .product-thumbnail{width:112px}
.okx-cart-page .product-thumbnail img{
    width:90px!important;
    max-width:90px!important;
    height:90px;
    object-fit:contain;
}
.okx-cart-page .product-name{font-size:16px;line-height:1.6}
.okx-cart-page .product-name>a{display:block;margin-bottom:8px;font-weight:700}
.okx-cart-page .product-price{font-size:16px}
.okx-cart-item-price{margin:5px 0;color:#111;font-size:16px}
.okx-cart-item-summary{margin-top:6px;color:#263b39;font-size:13px}
.okx-cart-item-actions{display:flex;align-items:flex-end;gap:16px}
.okx-cart-page .product-subtotal{text-align:right!important;white-space:nowrap}
.okx-cart-page a.remove{
    width:auto!important;
    height:auto!important;
    margin:0 0 10px;
    color:#222!important;
    font-size:13px!important;
    font-weight:400;
    line-height:1.4!important;
    text-decoration:underline;
}
.okx-cart-page a.remove:hover{background:transparent!important;color:var(--okx-commerce-orange)!important}
.okx-cart-page .quantity.okx-quantity-ready{
    display:grid!important;
    grid-template-columns:38px 46px 38px;
    width:122px!important;
    height:44px!important;
    margin-top:14px;
    border:1px solid #d9dee3;
    border-radius:4px;
}
.okx-cart-page .quantity.okx-quantity-ready input.qty{
    width:46px!important;
    height:42px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    color:#111!important;
    font-weight:700;
    appearance:textfield;
}
.okx-cart-qty-button{
    padding:0;
    border:0;
    background:#fff;
    color:#555;
    font-size:18px;
    cursor:pointer;
}
.okx-cart-page td.actions{padding-top:18px}
.okx-cart-page .coupon,
.okx-cart-page button[name="update_cart"]{display:none!important}
.okx-cart-page .cart_totals table th{width:45%;font-weight:600}
.okx-cart-page .cart_totals table td{text-align:right!important}
.okx-cart-page .wc-proceed-to-checkout{padding:20px 0 0!important}
.okx-cart-page .checkout-button{
    display:flex!important;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:52px;
    margin:0!important;
    border-radius:3px!important;
    background:var(--okx-commerce-green)!important;
    font-size:16px!important;
}
.okx-cart-page .woocommerce-shipping-calculator{font-size:14px}

/* Checkout */
.okx-checkout-form{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(440px,1fr);
    gap:36px!important;
    align-items:start;
}
.okx-checkout-customer{padding-right:10px}
.okx-checkout-order{
    padding:34px 36px;
    border:2px solid var(--okx-commerce-mint);
}
.okx-checkout-page h3{
    margin:0 0 28px;
    color:#253142;
    font-size:18px!important;
    font-weight:800;
}
.okx-checkout-page .okx-delivery-method{margin-bottom:38px}
.okx-checkout-page .okx-delivery-method h3{margin-bottom:20px}
.okx-delivery-fields{
    margin-top:22px;
    padding:22px;
    border:1px solid var(--okx-commerce-mint);
    background:#fbfffe;
}
.okx-delivery-fields[hidden]{display:none!important}
.okx-delivery-fields h4{
    margin:0 0 18px;
    color:var(--okx-commerce-green);
    font-size:16px;
}
.okx-address-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}
.okx-address-grid p,
.okx-delivery-fields>p{margin:0 0 16px}
.okx-address-grid label,
.okx-delivery-fields>p label{
    display:block;
    margin-bottom:8px;
    font-size:14px;
    font-weight:700;
}
.okx-address-grid select,
.okx-delivery-fields input{
    width:100%;
    min-height:44px;
    padding:8px 12px;
    border:1px solid #285d59;
    border-radius:3px;
    background:#fff;
}
.okx-store-result{
    display:none;
}
.okx-checkout-page .form-row{margin:0 0 25px}
.okx-checkout-page .form-row label{
    display:block;
    margin-bottom:9px;
    color:#111827;
    font-size:15px;
    font-weight:700;
}
.okx-checkout-page .form-row input.input-text,
.okx-checkout-page .form-row textarea,
.okx-checkout-page .form-row select,
.okx-checkout-page .select2-container .select2-selection{
    width:100%;
    min-height:44px;
    padding:8px 14px;
    border:1px solid #285d59!important;
    border-radius:3px!important;
    background:#fff;
    box-shadow:none!important;
    color:#222;
    font-size:15px;
}
.okx-checkout-page .form-row textarea{min-height:170px;resize:vertical}
.okx-checkout-page .select2-selection__rendered{padding:0!important;line-height:26px!important}
.okx-checkout-page .select2-selection__arrow{height:42px!important}
.okx-checkout-page #customer_details .col-1,
.okx-checkout-page #customer_details .col-2{width:100%;float:none}
.okx-checkout-page #customer_details .col-2{margin-top:34px}
.okx-checkout-page .woocommerce-shipping-fields{display:none}
.okx-checkout-page .woocommerce-additional-fields h3{display:none}
.okx-checkout-page #order_review_heading{
    padding:0;
    margin-bottom:18px;
}
.okx-checkout-page .woocommerce-checkout-review-order{
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
}
.okx-checkout-page .woocommerce-checkout-review-order-table th,
.okx-checkout-page .woocommerce-checkout-review-order-table td{padding:18px 0}
.okx-checkout-page .woocommerce-checkout-review-order-table .product-total,
.okx-checkout-page .woocommerce-checkout-review-order-table tfoot td{text-align:right!important}
.okx-checkout-page #payment{
    margin-top:30px;
    background:#fff!important;
}
.okx-checkout-page #payment ul.payment_methods{padding:0!important;border:1px solid var(--okx-commerce-mint)}
.okx-checkout-page #payment ul.payment_methods li{margin:0!important}
.okx-checkout-page #payment ul.payment_methods li>label{padding:18px 24px}
.okx-checkout-page #payment div.payment_box{
    margin:0!important;
    padding:20px 24px!important;
    border-top:1px solid var(--okx-commerce-mint);
    background:#fff!important;
}
.okx-checkout-page #payment div.payment_box:before{display:none}
.okx-checkout-page #payment .place-order{padding:0!important}
.okx-checkout-page #place_order{
    width:100%;
    min-height:48px;
    border-radius:3px!important;
    background:var(--okx-commerce-green)!important;
}
.okx-checkout-page .woocommerce-privacy-policy-text{font-size:13px;line-height:1.55}

/* Reference footer icon and isolated floating controls. */
.okx-commerce-reference .elementor-element-24d47d9 .elementor-icon svg{
    display:block;
    width:50px;
    height:50px;
}
.okx-commerce-reference .elementor-element-24d47d9 .elementor-icon svg .cls-1{fill:#00c300}
.okx-commerce-reference .elementor-element-24d47d9 .elementor-icon svg .cls-2{fill:#fff}
.okx-commerce-line-sidebar{
    position:fixed;
    z-index:90;
    right:18px;
    top:35%;
}
.okx-commerce-line-sidebar a{
    display:grid;
    place-items:center;
    width:46px;
    height:46px;
    border-radius:10px;
    background:#00c300;
    box-shadow:0 6px 18px rgba(0,0,0,.16);
}
.okx-commerce-line-sidebar img{display:block;width:34px;height:34px}
.okx-commerce-backtop{
    position:fixed;
    z-index:90;
    right:24px;
    bottom:25px;
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#00564e;
    color:#fff!important;
    font-weight:800;
    box-shadow:0 5px 20px rgba(0,0,0,.2);
}

@media(max-width:1000px){
    .okx-commerce-page{padding:55px 0 90px}
    .okx-commerce-container{width:min(100% - 32px,1200px)}
    .woocommerce-order-received ul.woocommerce-order-overview{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:22px}
    .okx-cart-page .woocommerce,
    .okx-checkout-form{grid-template-columns:1fr!important}
    .okx-cart-page .woocommerce-cart-form,
    .okx-cart-page .cart-collaterals{grid-column:1}
    .okx-checkout-customer{padding-right:0}
    .okx-cart-page{border-top-width:50px}
}
@media(max-width:680px){
    .okx-commerce-page{padding:35px 0 65px}
    .okx-cart-page{border-top-width:40px}
    .okx-commerce-container{width:min(100% - 24px,1200px)}
    .woocommerce-order-received .okx-checkout-page{padding:35px 0 65px}
    .woocommerce-order-received .woocommerce-thankyou-order-received{padding:18px!important;font-size:17px}
    .woocommerce-order-received ul.woocommerce-order-overview{grid-template-columns:1fr}
    .woocommerce-order-received ul.woocommerce-order-overview li{
        padding:12px 0!important;
        border-right:0!important;
        border-bottom:1px solid #e4eceb;
    }
    .woocommerce-order-received ul.woocommerce-order-overview li:last-child{border-bottom:0}
    .okx-commerce-page table.shop_table th,
    .okx-commerce-page table.shop_table td{padding:15px 7px}
    .okx-cart-page .woocommerce-cart-form__cart-item{
        display:grid;
        grid-template-columns:86px 1fr;
    }
    .okx-cart-page .woocommerce-cart-form__cart-item .product-name{padding-right:0}
    .okx-cart-page .product-thumbnail{width:86px}
    .okx-cart-page .product-thumbnail img{width:72px!important;height:72px}
    .okx-cart-page .product-subtotal{display:none}
    .okx-checkout-order{padding:24px 18px}
    .okx-checkout-form{display:block!important}
    .okx-checkout-order{margin-top:35px}
    .okx-address-grid{grid-template-columns:1fr}
}
