.custom-step-1,
.elementor-widget-woocommerce-checkout-page,
.checkout-navigation {
    display: none;
}
/*#ship-to-different-address {*/
/*    display: none;*/
/*}*/

/*#customer_details .col-1 {*/
/*        display: none !important;*/

/*}*/

.field-error {
    border: 2px solid red !important;
}

.woocommerce-invalid input,
.woocommerce-invalid select {
    border: 2px solid red !important;
}
.billing-container,
.delivery-container {
    background: #fff;
    /*padding: 35px;*/
    border-radius: 20px;
    /*margin-bottom: 30px;*/
}

.custom-box-title {
    font-size: 28px;
    margin-bottom: 30px;
    color: #000;
}

.billing-toggle-wrapper {
    background: #fff;
    /*padding: 20px 30px;*/
    border-radius: 16px;
    margin-bottom: 20px;
}

.billing-toggle-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
}

#toggle-billing {
    width: 18px;
    height: 18px;
}