.u-column1.col-1.woocommerce-Address {

    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    border-top: dashed 2px var(--theme-palette-color-1);
    background: #fafafa;
}

.woocommerce-order-details header h2,
.woocommerce-MyAccount-content header h2 {
    display: inline;
    margin-bottom: calc(var(--has-content-spacing, 1) * (.3em + 10px));
}

/* container header */
.woocommerce-account .address_book header {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 1em;
    overflow: hidden;

    h3 {
        float: left;
    }
}


/* tombol edit di sebelah h3 */
.woocommerce-Address-title a.edit {
    float: right;
    padding: 3px 7px;
    text-align: center;
    font-size: 12px;
    background: #eee;
}


/* tombol Add new sebelah h2 */
a.add.button.wc-address-book-add-billing-button {
    padding: 5px 10px;
    height: auto;
    min-height: auto;
    margin-bottom: 10px;
    border: none;
    font-size: 12px;
}

/* container daftar alamat */
.wc-address-book-address {
    display: block;
    overflow: hidden;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
}


/* tombol Add new sebelah h2 */
a.button.continue-checkout {
    padding: 5px 10px;
    height: auto;
    min-height: auto;
    margin-bottom: 10px;
    border: none;
    font-size: 14px;
}

/* container meta/button */
.woocommerce-account .address-book .wc-address-book-meta {
    float: right;
    margin-left: 1rem;
}

/* tombol edit di tiap daftar alamat */
.woocommerce-account .address-book .wc-address-book-meta a {
    background: #eee;
    display: block;
    margin-bottom: 5px;
    padding: 1px 7px;
    text-align: center;
    font-size: 11px;
}


/* Make Primary button */
.woocommerce-account .address-book .wc-address-book-meta a.wc-address-book-make-primary {
    background-color: var(--theme-button-background-initial-color) !important;
    color: #fff;
    padding: 3px 8px;
    margin-top: 1.4em;
    font-size: 12px;

}

.address_book.billing_address_book {
    padding: 5px;
}

/* hilangkan deskripsi tak berguna */
p.myaccount_address,
.woocommerce-checkout .address_book input.input-radio {
    display: none;
}


p.woocommerce-customer-details--phone {
    margin-bottom: 0;
}


/* Halaman checkut */
.woocommerce-checkout .address_book [checked]+label.radio,
.woocommerce-checkout .address_book label.radio.checked {
    background: #eee;
    border: 2px solid #aaa;
    display: block !important;
    width: 100%;
}


.woocommerce-checkout .address_book label.radio {
    padding: 10px;
    display: none !important;
    background: none;
    border: 1px solid #aaa;
    width: 30%;
    align-content: center;
    justify-content: center;
    margin-right: 5px;
    border-radius: 3px;
}

.woocommerce-billing-fields__field-wrapper p {
    display: none !important;
}

.force-show p {
    display: block !important;
}

.selected-address {
    width: 100%;
}

.selected-address address {
    margin-bottom: 1em;
}

a.button.wc-edit-address-btn {
    float: right;
    padding: 6px 12px 8px;
    min-height: auto;
    font-size: .8em;
}



/* Hide billing, geser kekanan */
.ct-customer-details,
.woocommerce-billing-fields {
    display: none;
}

.ct-woocommerce-checkout {
    display: block !important;
    width: 100%;
}





.wc-edit-address-wrap {
    margin: 0 0 1em;
    padding: 12px;
    background: #fafafa;
    border: 1px solid #ddd;
    gap: 20px;
    align-items: flex-start;
    overflow: hidden;
    border-top: 2px dashed var(--theme-button-background-initial-color);
}

.checkout-right {
    width: 70%;
}

#order_review {
    width: 30%;
}

.ct-order-review {
    display: flex;
    align-items: flex-start;
    border: 0 !important;
    padding: 0 !important;
    gap: 2rem;

}

.sub-total-calculation {
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    padding: 10px;
}



/* element detil per-warehouse */
tr.woocommerce-shipping-totals.shipping {
    border: 1px solid #eee;
    margin-bottom: 1rem;
    display: block;


    td {
        display: block;
        padding: 1em;
    }
}