.oms-wrapper {
    max-width: 600px;
    margin: 40px auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    font-family: inherit;
}

.oms-wrapper h2 {
    text-align: center;
    margin-bottom: 20px;
}

.oms-options {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.oms-hidden {
    display: none;
}

select,
button {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}

button {
    background-color: #4caf50;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}


#wsc_continue_checkout {
    width: 100%;
    background: #e77128;
    font-size: 18px;
    font-weight: 600;
}

.mode-buttons {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

#wsc_delivery_btn {
    width: 50%;
}

#wsc_pickup_btn {
    width: 50%;
}

.mode-buttons .active {
    background: #e77128;
}

.mode-buttons button {
    background: #d4d4d4;
    font-size: 18px;
}


#wsc_address_type_section .top-input-field {
    display: none;
}

.address-options {
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    padding: 50px;
    font-size: 24px;
    cursor: pointer;
}

#wsc_address_type_section h3 {
    margin-bottom: 80px !important;
}

.woocommerce-billing-fields__field-wrapper {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#wsc_extra_fields {
    margin-top: 80px !important;
}

.address-options.active {
    color: #e77128;
    border: 1px solid #e77128;
}

#billing_company_field {
    display: none;
}

#billing_country_field {
    display: none;
}

#billing_address_2_field {
    display: none;
}

#billing_city_field {
    display: none;
}

.woocommerce-billing-fields__field-wrapper .form-row {
    width: 48% !important;
}

.woocommerce-billing-fields__field-wrapper .form-row input {
    border-radius: 25px !important;
    border: 1px solid #e7712b !important;
    padding: 25px !important;
}

.woocommerce-shipping-fields {
    display: none;
}

.woocommerce-additional-fields {
    display: none;
}

.wsc-field-group .input-text {
    border: 1px solid #e77128 !important;
    border-radius: 25px !important;
    padding: 25px !important;
}

.wsc-field-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wsc-field-group .form-row {
    width: 48%;
}


#wsc_continue_to_payment {
    background: #e77128;
    border-radius: 25px;
    padding: 20px;
}

.wsc-step-actions {
    margin-bottom: 40px;
}

#wsc_back_to_info {
    background: #e77128;
    padding: 25px;
}

#order_review {
    width: 100% !important;
}

#order_review_heading {
    width: 100%;
}

.wsc-step #customer_details {
    width: 100% !important;
}

@media(max-width:768px) {

    .address-options {
        padding: 20px;
        font-size: 16px;
    }

    .woocommerce-billing-fields__field-wrapper .form-row {
        width: 100% !important;
    }
}