input{
border-radius: 0px !important;
border-color: #000 !important;
}
button{
border-radius: 0px !important;
}
#checkout #opc_main .opc-step .opc-step-header .opc-step-title, .delivery_option_price, .product-total-price {
color: #000 !important;
}
.opc-bootstrap-533 .alert-info {
    --bs-alert-color: #000;
    --bs-alert-bg: rgb(245 245 245);
    --bs-alert-border-color: rgb(191 191 191);
    --bs-alert-link-color: var(--bs-info-text-emphasis);
}
#checkout #opc_main #payment_method_container .module_payment_container .payment-option .payment_image img {
    max-width: 40px;
    min-width: 40px;
}
#field_custom_customer_privacy a{
text-decoration: underline !important;
}
#checkout #opc_main .opc-step {
    background: #F5F5F5;
    border-radius: 0;
    margin: 1rem 0;
    padding: 12px;
}