/*
Theme Name: Elementor Child
Theme URI: http://elementor-child
Description: A child theme of Elementor
Author: Zander
Author URI: http://elementor.com
Template: hello-elementor
Version: 1.0.0
*/

/* Add your custom styles below this line */

/*
#product-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#product-container .product {
    width: calc(25% - 20px); /* Adjust width to match existing grid */
}
/*
button.update_list_btn.btn.btn-sm.btn-primary.px-4 {
    background-color: #f58634 !important;
}

button.eraq-send-request.btn.btn-sm.btn-primary.fw-light {
    background-color: #f58634 !important;
}
