# if( data === undefined ) var data = {}; var atts = ( data.atts !== undefined ) ? data.atts : {}, desc = ( atts['desc'] !== undefined )? kc.tools.base64.decode( atts['desc'] ) : '', show_icon_header = ( atts['show_icon_header'] !== undefined )? atts['show_icon_header'] : '', icon_header = ( atts['icon_header'] !== undefined && atts['icon_header'] !== '__empty__' )? atts['icon_header'] : 'fa-rocket', price = ( atts['price'] !== undefined )? atts['price'] : '', title = ( atts['title'] !== undefined && atts['title'] !== '__empty__' )? atts['title'] : '', subtitle = ( atts['subtitle'] !== undefined && atts['subtitle'] !== '__empty__' )? atts['subtitle'] : '', el_class = ( atts['custom_class'] !== undefined )? atts['custom_class'] : '', currency = ( atts['currency'] !== undefined )? atts['currency'] : '', show_on_top = ( atts['show_on_top'] !== undefined )? atts['show_on_top'] : '', duration = ( atts['duration'] !== undefined )? atts['duration'] : '', show_icon = ( atts['show_icon'] !== undefined )? atts['show_icon'] : '', icon = ( atts['icon'] !== undefined && atts['icon'] !== '__empty__')? atts['icon'] : 'fa-check', button_text = ( atts['button_text'] !== undefined )? atts['button_text'] : '||', show_button = ( atts['show_button'] !== undefined )? atts['show_button'] : '||', button_link = ( atts['button_link'] !== undefined )? atts['button_link'] : '||', layout = ( atts['layout'] !== undefined )? atts['layout'] : '1', link_url = '#', data_icon_header = '', data_title = '', data_price = '', data_currency = '', data_duration = '', data_desc = '', data_button = '', link_arr = [], wrap_class = kc.front.el_class( atts ); wrap_class.push( 'kc-pricing-tables'); wrap_class.push( 'kc-pricing-layout-' + layout ); if ( el_class !== '' ) wrap_class.push( el_class ); if ( show_on_top === 'yes' ) wrap_class.push( 'kc-price-before-currency' ); if ( show_icon_header === 'yes' ) { data_icon_header += '
'; } if ( title !== '' ) { data_title += '