/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 11 2025 | 08:54:26 */
jQuery(document).ready(function($) {
    $('.pricings').each(function() {
        var currentID = $(this).attr('id');
        $(this).attr('data-combined-id', currentID + ' money');
    });
});
