👦🏻

📞

🏠

📍

🌎

/* Add a border and shadow to the form */
.wooecom_instant_order {
    border: 2px solid #000000; /* Border color */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Shadow effect */
    background-color: #fff; /* Background color */
    overflow: hidden; /* Ensures that child elements do not overflow outside the rounded corners */
}


.wooecom_instant_order .form-field,
.wooecom_instant_order .form-group {
    border-radius: 8px; 
}


.wooecom_instant_order .form-field input,
.wooecom_instant_order .form-group input {
    padding: 10px; 
}


#primary #main .ast-woocommerce-container .product .entry-summary #wooecom_instant_order > div {
    background-color: #f1f1f1 !important;
}

.wooecom_order_summary {
    background-color: #f1f1f1; 
}



#wooecom_instant_order .wooecom_order_summary_head {
    background-color: #dfdfdf !important; 
}


.wooecom_order_summary_head .wooecom_order_summary_title i {
    color: #4f4f4f !important;  
}


.wooecom_order_summary_head .wooecom_order_summary_title span {
    color: #4f4f4f !important;  
}


#wooecom_instant_order .fa-chevron-down {
    color: #4f4f4f !important;  
}


#wooecom_instant_order .active .wooecom_order_summary_head {
    background-color: #dfdfdf !important; 
}