[type=checkbox], [type=radio] {
    padding: 0px !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: var(--e-global-color-primary) !important;
}



p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin: 0 0 40px;
    font-size: 1.2em;
    color: var(--e-global-color-a76b9f1);
}
.woocommerce table.shop_table {
    border-radius: 12px;
}
table td, table th {
    border: 0;
    border-bottom: 1px solid 
color-mix(in srgb, currentColor 20%, transparent);
    border-block-start: 0px solid hsla(0, 0%, 50%, .502) !important;
}
table tr:last-child th,table tr:last-child td {
	border-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
    border-radius: 12px;
    border-width: 1px;
}
h2.woocommerce-order-details__title, h2.woocommerce-column__title {
    font-size: 2em;
}


