.woocommerce-billing-fields h3{
	display: none;
}


.woocommerce form .wooccm-field-first_name, .woocommerce-page form .form-row-wide.wooccm-field-phone {
    width: calc(50% - 12px);
    clear: none;
}

.form-row-wide.wooccm-field-phone {

	float: right;
}



input[type="file"] {
    padding: 8px;
}

input[type="file"]::file-selector-button {
    background: #2271b1;
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}

input[type="file"]::file-selector-button:before {
    content: "📎 ";
}


h3#order_review_heading{
    display: none;
}

.woocommerce-order-overview {
    display: none !important;
}

.woocommerce-checkout-review-order{
    padding-left: 0px !important;
    width: 100% !important;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text{
    display: none;
}


.woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details{
    display: none !important;
}

.woocommerce-thankyou-order-details{
    display: none !important;
}

.checkout.woocommerce-checkout{
    display: flex;
    flex-direction: column;
}

form.checkout > div{
    padding: 0px !important;
}
form.checkout #customer_details{
    width: 100%;
}

#payment #place_order{
    width: 300px!important;
    margin:0 auto!important;
    display:table!important;
    
    
}

#order_file_upload_button {
    width: auto !important;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;

    background: #f8fafc;
    color: #1e293b;
    border: 2px dashed #2563eb;

    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
}

#order_file_upload_button:hover {
    background: #eef2ff;
    border-color: #2563eb;
    color: #2563eb;
}


