| 1 |
@font-face { |
| 2 |
font-family: 's11-fp'; |
| 3 |
src: url('../fonts/s11-fp.ttf?v=7') format('truetype'), |
| 4 |
url('../fonts/s11-fp.woff?v=7') format('woff'), |
| 5 |
url('../fonts/s11-fp.svg?v=7#s11-fp') format('svg'); |
| 6 |
font-weight: normal; |
| 7 |
font-style: normal; |
| 8 |
} |
| 9 |
|
| 10 |
.frm-submenu-highlight { |
| 11 |
background: #1da867; |
| 12 |
} |
| 13 |
|
| 14 |
.frm-submenu-highlight a span { |
| 15 |
color: #fff; |
| 16 |
font-weight: 600; |
| 17 |
} |
| 18 |
|
| 19 |
.frmfont, |
| 20 |
.frm_icon_font, |
| 21 |
.frm_dashicon_font{ |
| 22 |
text-decoration:none; |
| 23 |
text-shadow: none; |
| 24 |
font-weight:normal; |
| 25 |
display:inline-block; |
| 26 |
-webkit-font-smoothing: antialiased; |
| 27 |
-moz-osx-font-smoothing: grayscale; |
| 28 |
text-rendering: auto; |
| 29 |
line-height: 1.5; |
| 30 |
-webkit-transition: color .1s ease-in-out, opacity .1s ease-in-out; |
| 31 |
transition: color .1s ease-in-out, opacity .1s ease-in-out; |
| 32 |
font-size: 18px; |
| 33 |
} |
| 34 |
|
| 35 |
i.frmfont, |
| 36 |
i.frm_icon_font{ |
| 37 |
font-style:normal; |
| 38 |
font-variant: normal; |
| 39 |
speak: none; |
| 40 |
} |
| 41 |
|
| 42 |
.frmfont:before, |
| 43 |
select.frmfont, |
| 44 |
.frm_icon_font:before, |
| 45 |
select.frm_icon_font{ |
| 46 |
font-family: 's11-fp' !important; |
| 47 |
text-align:center; |
| 48 |
} |
| 49 |
|
| 50 |
.frmfont, |
| 51 |
a.frmfont, |
| 52 |
.frmfont:hover, |
| 53 |
a.frmfont:hover |
| 54 |
.frm_icon_font, |
| 55 |
a.frm_icon_font, |
| 56 |
.frm_icon_font:hover, |
| 57 |
a.frm_icon_font:hover{ |
| 58 |
text-decoration:none !important; |
| 59 |
box-shadow:none; |
| 60 |
} |
| 61 |
|
| 62 |
.frmfont:focus, |
| 63 |
.frm_icon_font:focus, |
| 64 |
.frm_dashicon_font:focus{ |
| 65 |
box-shadow:none; |
| 66 |
} |
| 67 |
|
| 68 |
.frmfont:active, |
| 69 |
.frm_icon_font:active{ |
| 70 |
outline:none; |
| 71 |
} |
| 72 |
|
| 73 |
.frm_trigger .frm_icon_font{ |
| 74 |
padding:0 5px; |
| 75 |
} |
| 76 |
|
| 77 |
.frm_logo_icon:before { |
| 78 |
content: "\e601"; |
| 79 |
} |
| 80 |
.frm_required_icon:before { |
| 81 |
content: "\e612"; |
| 82 |
} |
| 83 |
.frm_delete_icon:before { |
| 84 |
content: "\e610" !important; |
| 85 |
} |
| 86 |
.frm_move_icon:before { |
| 87 |
content: "\e61a"; |
| 88 |
} |
| 89 |
.frm_drag_icon:before { |
| 90 |
content: "\e93b"; |
| 91 |
} |
| 92 |
.frm_clear_icon:before { |
| 93 |
content: "\e60a"; |
| 94 |
} |
| 95 |
.frm_noclear_icon:before { |
| 96 |
content: "\e60b"; |
| 97 |
} |
| 98 |
.frm_duplicate_icon:before { |
| 99 |
content: "\e61b"; |
| 100 |
} |
| 101 |
.frm_copy_icon:before { |
| 102 |
content: "\f0c5"; |
| 103 |
} |
| 104 |
.frm_clone_icon:before { |
| 105 |
content: "\f24d"; |
| 106 |
} |
| 107 |
.frm_tooltip_icon:before { |
| 108 |
content: "\e611"; |
| 109 |
} |
| 110 |
.frm_tooltip_solid_icon:before { |
| 111 |
content: "\e907"; |
| 112 |
} |
| 113 |
.frm_forbid_icon:before { |
| 114 |
content: "\e636"; |
| 115 |
} |
| 116 |
.frm_checkmark_icon:before { |
| 117 |
content: "\e90a"; |
| 118 |
} |
| 119 |
.frm_check_icon:before { |
| 120 |
content: "\e605"; |
| 121 |
} |
| 122 |
.frm_check1_icon:before { |
| 123 |
content: "\e606"; |
| 124 |
} |
| 125 |
.frm_plus_icon:before { |
| 126 |
content: "\e62f"; |
| 127 |
} |
| 128 |
.frm_plus1_icon:before { |
| 129 |
content: "\e602"; |
| 130 |
} |
| 131 |
.frm_plus2_icon:before { |
| 132 |
content: "\e603"; |
| 133 |
} |
| 134 |
.frm_plus3_icon:before { |
| 135 |
content: "\e632"; |
| 136 |
} |
| 137 |
.frm_plus4_icon:before { |
| 138 |
content: "\e60f"; |
| 139 |
} |
| 140 |
.frm_minus_icon:before { |
| 141 |
content: "\e62e"; |
| 142 |
} |
| 143 |
.frm_minus1_icon:before { |
| 144 |
content: "\e600"; |
| 145 |
} |
| 146 |
.frm_minus2_icon:before { |
| 147 |
content: "\e604"; |
| 148 |
} |
| 149 |
.frm_minus3_icon:before { |
| 150 |
content: "\e633"; |
| 151 |
} |
| 152 |
.frm_minus4_icon:before { |
| 153 |
content: "\e613"; |
| 154 |
} |
| 155 |
.frm_cancel_icon:before { |
| 156 |
content: "\e607"; |
| 157 |
} |
| 158 |
.frm_cancel1_icon:before { |
| 159 |
content: "\e608"; |
| 160 |
} |
| 161 |
.frm_close_icon:before { |
| 162 |
content: "\e928"; |
| 163 |
} |
| 164 |
.frm_report_problem_solid_icon:before { |
| 165 |
content: "\e914"; |
| 166 |
} |
| 167 |
.frm_report_problem_icon:before { |
| 168 |
content: "\e915"; |
| 169 |
} |
| 170 |
.frm_arrowup_icon:before { |
| 171 |
content: "\e60d"; |
| 172 |
} |
| 173 |
.frm_arrowup1_icon:before { |
| 174 |
content: "\e60e"; |
| 175 |
} |
| 176 |
.frm_arrowup2_icon:before { |
| 177 |
content: "\e630"; |
| 178 |
} |
| 179 |
.frm_arrowup3_icon:before { |
| 180 |
content: "\e62b"; |
| 181 |
} |
| 182 |
.frm_arrowup4_icon:before { |
| 183 |
content: "\e62c"; |
| 184 |
} |
| 185 |
.frm_arrowup5_icon:before { |
| 186 |
content: "\e635"; |
| 187 |
} |
| 188 |
.frm_arrowup5_solid_icon:before { |
| 189 |
content: "\e9d"; |
| 190 |
} |
| 191 |
.frm_arrowup7_icon:before { |
| 192 |
content: "\e908"; |
| 193 |
} |
| 194 |
.frm_arrowup6_icon:before { |
| 195 |
content: "\e62d"; |
| 196 |
} |
| 197 |
.frm_arrowdown_icon:before { |
| 198 |
content: "\e609"; |
| 199 |
} |
| 200 |
.frm_arrowdown1_icon:before { |
| 201 |
content: "\e60c"; |
| 202 |
} |
| 203 |
.frm_arrowdown2_icon:before { |
| 204 |
content: "\e631"; |
| 205 |
} |
| 206 |
.frm_arrowdown3_icon:before { |
| 207 |
content: "\e628"; |
| 208 |
} |
| 209 |
.frm_arrowdown4_icon:before { |
| 210 |
content: "\e629"; |
| 211 |
} |
| 212 |
.frm_arrowdown5_icon:before { |
| 213 |
content: "\e634"; |
| 214 |
} |
| 215 |
.frm_arrowdown5_solid_icon:before { |
| 216 |
content: "\e905"; |
| 217 |
} |
| 218 |
.frm_arrowdown7_icon:before { |
| 219 |
content: "\e90b"; |
| 220 |
} |
| 221 |
.frm_arrowdown6_icon:before { |
| 222 |
content: "\e62a"; |
| 223 |
} |
| 224 |
.frm_arrow_left_icon:before { |
| 225 |
content: "\e912"; |
| 226 |
} |
| 227 |
.frm_arrow_right_icon:before { |
| 228 |
content: "\e913"; |
| 229 |
} |
| 230 |
.frm_filter_icon:before { |
| 231 |
content: "\e90c"; |
| 232 |
} |
| 233 |
.frm_download_icon:before { |
| 234 |
content: "\e615"; |
| 235 |
} |
| 236 |
.frm_upload2_icon:before { |
| 237 |
content: "\f093"; |
| 238 |
} |
| 239 |
.frm_upload_icon:before { |
| 240 |
content: "\e616"; |
| 241 |
} |
| 242 |
.frm_download2_icon:before { |
| 243 |
content: "\f019"; |
| 244 |
} |
| 245 |
.frm_hard_drive_icon:before { |
| 246 |
content: "\e916"; |
| 247 |
} |
| 248 |
.frm_pencil_solid_icon:before { |
| 249 |
content: "\e901"; |
| 250 |
} |
| 251 |
.frm_pencil_icon:before { |
| 252 |
content: "\e61d"; |
| 253 |
} |
| 254 |
.frm_signature_icon:before { |
| 255 |
content: "\e919"; |
| 256 |
} |
| 257 |
.frm_user_icon:before { |
| 258 |
content: "\e7ff"; |
| 259 |
} |
| 260 |
.frm_register_icon:before { |
| 261 |
content: "\e637"; |
| 262 |
} |
| 263 |
.frm_account_circle_solid_icon:before { |
| 264 |
content: "\e853"; |
| 265 |
} |
| 266 |
.frm_account_circle_icon:before { |
| 267 |
content: "\e921"; |
| 268 |
} |
| 269 |
.frm_address_card_icon:before { |
| 270 |
content: "\e996"; |
| 271 |
} |
| 272 |
.frm_paragraph_icon:before { |
| 273 |
content: "\f1dd"; |
| 274 |
} |
| 275 |
.frm_checkbox_unchecked_icon:before { |
| 276 |
content: "\e91e"; |
| 277 |
} |
| 278 |
.frm_checkbox_icon:before { |
| 279 |
content: "\e922"; |
| 280 |
} |
| 281 |
.frm_checkbox_solid_icon:before { |
| 282 |
content: "\e91f"; |
| 283 |
} |
| 284 |
.frm_dropdown_icon:before { |
| 285 |
content: "\e909"; |
| 286 |
} |
| 287 |
.frm_caret_square_down_icon:before { |
| 288 |
content: "\f150"; |
| 289 |
} |
| 290 |
.frm_check_square_icon:before { |
| 291 |
content: "\f14a"; |
| 292 |
} |
| 293 |
.frm_radio_unchecked_icon:before { |
| 294 |
content: "\e971"; |
| 295 |
} |
| 296 |
.frm_radio_checked_icon:before { |
| 297 |
content: "\ea54"; |
| 298 |
} |
| 299 |
.frm_scrubber_icon:before { |
| 300 |
content: "\f2f8"; |
| 301 |
} |
| 302 |
.frm_location_solid_icon:before { |
| 303 |
content: "\e955"; |
| 304 |
} |
| 305 |
.frm_location_icon:before { |
| 306 |
content: "\e947"; |
| 307 |
} |
| 308 |
.frm_toggle_on_icon:before { |
| 309 |
content: "\f205"; |
| 310 |
} |
| 311 |
.frm_toggle_off_icon:before { |
| 312 |
content: "\f204"; |
| 313 |
} |
| 314 |
.frm_shield_check_icon:before { |
| 315 |
content: "\f2f7"; |
| 316 |
} |
| 317 |
.frm_shield_check_solid_icon:before { |
| 318 |
content: "\e97d"; |
| 319 |
} |
| 320 |
.frm_clock_icon:before { |
| 321 |
content: "\e929"; |
| 322 |
} |
| 323 |
.frm_clock_solid_icon:before { |
| 324 |
content: "\e985"; |
| 325 |
} |
| 326 |
.frm_link_icon:before { |
| 327 |
content: "\f0c1"; |
| 328 |
} |
| 329 |
.frm_email_icon:before { |
| 330 |
content: "\e626"; |
| 331 |
} |
| 332 |
.frm_email_solid_icon:before { |
| 333 |
content: "\f0e0"; |
| 334 |
} |
| 335 |
.frm_mail_bulk_icon:before { |
| 336 |
content: "\e95c"; |
| 337 |
} |
| 338 |
.frm_phone_icon:before { |
| 339 |
content: "\e942"; |
| 340 |
} |
| 341 |
.frm_calendar_icon:before { |
| 342 |
content: "\f073"; |
| 343 |
} |
| 344 |
.frm_code_icon:before { |
| 345 |
content: "\e90d"; |
| 346 |
} |
| 347 |
.frm_tag_icon:before { |
| 348 |
content: "\e98b"; |
| 349 |
} |
| 350 |
.frm_tag_solid_icon:before { |
| 351 |
content: "\e989"; |
| 352 |
} |
| 353 |
.frm_price_tags_icon:before { |
| 354 |
content: "\e936"; |
| 355 |
} |
| 356 |
.frm_search_icon:before { |
| 357 |
content: "\e978"; |
| 358 |
} |
| 359 |
.frm_sitemap_icon:before { |
| 360 |
content: "\f0e8"; |
| 361 |
} |
| 362 |
.frm_file_icon:before { |
| 363 |
content: "\f15b"; |
| 364 |
} |
| 365 |
.frm_file_text_solid_icon:before { |
| 366 |
content: "\f15c"; |
| 367 |
} |
| 368 |
.frm_file_text_icon:before { |
| 369 |
content: "\e923"; |
| 370 |
} |
| 371 |
.frm-option-icon:before, /* Reverse Compatibility */ |
| 372 |
.frm_option_icon:before { |
| 373 |
content: "\e904"; |
| 374 |
} |
| 375 |
.frm_option_solid_icon:before { |
| 376 |
content: "\e906"; |
| 377 |
} |
| 378 |
.frm_more_horiz_icon:before { |
| 379 |
content: "\e5d3"; |
| 380 |
} |
| 381 |
.frm_more_vert_icon:before { |
| 382 |
content: "\e5d4"; |
| 383 |
} |
| 384 |
.frm_more_horiz_solid_icon { |
| 385 |
font-size: 28px !important; |
| 386 |
font-weight: bold; |
| 387 |
line-height: 18px; |
| 388 |
} |
| 389 |
.frm_more_horiz_solid_icon:before { |
| 390 |
content: "\00B7\00B7\00B7"; |
| 391 |
} |
| 392 |
.frm_more_vert_solid_icon:before { |
| 393 |
content: "\f142"; |
| 394 |
} |
| 395 |
.frm_calculator_icon:before { |
| 396 |
content: "\f1ec"; |
| 397 |
} |
| 398 |
.frm_keyboard_icon:before { |
| 399 |
content: "\e924"; |
| 400 |
} |
| 401 |
.frm_eye_icon:before { |
| 402 |
content: "\f06e"; |
| 403 |
} |
| 404 |
.frm_eye_solid_icon:before { |
| 405 |
content: "\e945"; |
| 406 |
} |
| 407 |
.frm_eye_slash_icon:before { |
| 408 |
content: "\f070"; |
| 409 |
} |
| 410 |
.frm_eye_slash_solid_icon:before { |
| 411 |
content: "\e949"; |
| 412 |
} |
| 413 |
.frm_page_break_icon:before { |
| 414 |
content: "\e8e9"; |
| 415 |
} |
| 416 |
.frm_view_day_icon:before { |
| 417 |
content: "\e8ed"; |
| 418 |
} |
| 419 |
.frm_attach_file_icon:before { |
| 420 |
content: "\e226"; |
| 421 |
} |
| 422 |
.frm_printer_icon:before { |
| 423 |
content: "\e926"; |
| 424 |
} |
| 425 |
.frm_header_icon:before { |
| 426 |
content: "\f1dc"; |
| 427 |
} |
| 428 |
.frm_h1_icon:before { |
| 429 |
content: "\e94c"; |
| 430 |
} |
| 431 |
.frm_repeat_icon:before { |
| 432 |
content: "\f363"; |
| 433 |
} |
| 434 |
.frm_repeater_icon:before { |
| 435 |
content: "\e974"; |
| 436 |
} |
| 437 |
.frm_hashtag_icon:before { |
| 438 |
content: "\e292"; |
| 439 |
} |
| 440 |
.frm_save_icon:before { |
| 441 |
content: "\e927"; |
| 442 |
} |
| 443 |
.frm_sliders_icon:before { |
| 444 |
content: "\f1de"; |
| 445 |
} |
| 446 |
.frm_code_commit_icon:before { |
| 447 |
content: "\f386"; |
| 448 |
} |
| 449 |
.frm_star_icon:before { |
| 450 |
content: "\e9d7"; |
| 451 |
} |
| 452 |
.frm_star_full_icon:before { |
| 453 |
content: "\e9d9"; |
| 454 |
} |
| 455 |
.frm_star_half_icon:before { |
| 456 |
content: "\e9d8"; |
| 457 |
} |
| 458 |
.frm_linear_scale_icon:before { |
| 459 |
content: "\e260"; |
| 460 |
} |
| 461 |
.frm_pie_chart_icon:before { |
| 462 |
content: "\e99a"; |
| 463 |
} |
| 464 |
.frm_stats_bars_icon:before { |
| 465 |
content: "\e99c"; |
| 466 |
} |
| 467 |
.frm_sms_icon:before { |
| 468 |
content: "\e61c"; |
| 469 |
} |
| 470 |
.frm_highrise_icon:before { |
| 471 |
content: "\e617"; |
| 472 |
} |
| 473 |
.frm_mailchimp_icon:before { |
| 474 |
content: "\e622"; |
| 475 |
} |
| 476 |
.frm_feed_icon:before { |
| 477 |
content: "\e624"; |
| 478 |
} |
| 479 |
.frm_align_right_icon:before { |
| 480 |
content: "\e90f"; |
| 481 |
} |
| 482 |
.frm_align_left_icon:before { |
| 483 |
content: "\e910"; |
| 484 |
} |
| 485 |
.frm_button_icon:before { |
| 486 |
content: "\e911"; |
| 487 |
} |
| 488 |
.frm_browser_icon:before { |
| 489 |
content: "\e925"; |
| 490 |
} |
| 491 |
.frm_cloud_upload_solid_icon:before { |
| 492 |
content: "\e92c"; |
| 493 |
} |
| 494 |
.frm_shuffle_icon:before { |
| 495 |
content: "\e917"; |
| 496 |
} |
| 497 |
.frm_swap_icon:before { |
| 498 |
content: "\e918"; |
| 499 |
} |
| 500 |
.frm_pallet_icon:before { |
| 501 |
content: "\e96d"; |
| 502 |
} |
| 503 |
.frm_fingerprint_icon:before { |
| 504 |
content: "\e94a"; |
| 505 |
} |
| 506 |
.frm_ghost_icon:before { |
| 507 |
content: "\e94b"; |
| 508 |
} |
| 509 |
.frm_heart_solid_icon:before { |
| 510 |
content: "\e94d"; |
| 511 |
} |
| 512 |
.frm_heart_icon:before { |
| 513 |
content: "\e94e"; |
| 514 |
} |
| 515 |
.frm_history_icon:before { |
| 516 |
content: "\e94f"; |
| 517 |
} |
| 518 |
.frm_import_icon:before { |
| 519 |
content: "\e91a"; |
| 520 |
} |
| 521 |
.frm_export_icon:before { |
| 522 |
content: "\e91b"; |
| 523 |
} |
| 524 |
.frm_label_solid_icon:before { |
| 525 |
content: "\e952"; |
| 526 |
} |
| 527 |
.frm_label_icon:before { |
| 528 |
content: "\e953"; |
| 529 |
} |
| 530 |
.frm_lock_open_icon:before { |
| 531 |
content: "\e957"; |
| 532 |
} |
| 533 |
.frm_lock_icon:before { |
| 534 |
content: "\e959"; |
| 535 |
} |
| 536 |
.frm_dollar_sign_icon:before { |
| 537 |
content: "\e91c"; |
| 538 |
} |
| 539 |
.frm_percent_icon:before { |
| 540 |
content: "\e939"; |
| 541 |
} |
| 542 |
.frm_external_link_icon:before { |
| 543 |
content: "\e966"; |
| 544 |
} |
| 545 |
.frm_pageview_solid_icon:before { |
| 546 |
content: "\e96a"; |
| 547 |
} |
| 548 |
.frm_pageview_icon:before { |
| 549 |
content: "\e96b"; |
| 550 |
} |
| 551 |
.frm_settings_icon:before { |
| 552 |
content: "\e97a"; |
| 553 |
} |
| 554 |
.frm_stamp_icon:before { |
| 555 |
content: "\e980"; |
| 556 |
} |
| 557 |
.frm_support_icon:before { |
| 558 |
content: "\f1cd"; |
| 559 |
} |
| 560 |
.frm_text_icon:before { |
| 561 |
content: "\e98d"; |
| 562 |
} |
| 563 |
.frm_text2_icon:before { |
| 564 |
content: "\f031"; |
| 565 |
} |
| 566 |
.frm_white_label_icon:before { |
| 567 |
content: "\e91d" !important; |
| 568 |
} |
| 569 |
.frm_authorize_icon:before { |
| 570 |
content: "\e903"; |
| 571 |
} |
| 572 |
.frm_icon_font.frm_activecampaign_icon { |
| 573 |
background-image: none; |
| 574 |
} |
| 575 |
.frm_activecampaign_icon:before { |
| 576 |
content: "\e930"; |
| 577 |
} |
| 578 |
.frm_aweber_icon:before { |
| 579 |
content: "\e627"; |
| 580 |
} |
| 581 |
.frm_campaignmonitor_icon:before { |
| 582 |
content: "\e946"; |
| 583 |
} |
| 584 |
.frm_constant_contact_icon:before { |
| 585 |
content: "\e931"; |
| 586 |
} |
| 587 |
.frm_getresponse_icon:before { |
| 588 |
content: "\e932"; |
| 589 |
} |
| 590 |
.frm_googlesheets_icon:before { |
| 591 |
content: "\e944"; |
| 592 |
} |
| 593 |
.frm_building_icon:before { |
| 594 |
content: "\e93f"; |
| 595 |
} |
| 596 |
.frm_hubspot_icon:before { |
| 597 |
content: "\e933"; |
| 598 |
} |
| 599 |
.frm_icontact_icon:before { |
| 600 |
content: "\e940"; |
| 601 |
} |
| 602 |
.frm_icon_font.frm_mailpoet_icon:before { |
| 603 |
content: "\e934"; |
| 604 |
} |
| 605 |
.frm_paypal_icon:before { |
| 606 |
content: "\e61f"; |
| 607 |
} |
| 608 |
.frm_sendinblue_icon:before { |
| 609 |
content: "\e943"; |
| 610 |
} |
| 611 |
.frm_sendy_icon:before { |
| 612 |
content: "\e941"; |
| 613 |
} |
| 614 |
.frm_salesforce_icon:before { |
| 615 |
content: "\e935"; |
| 616 |
} |
| 617 |
.frm_salesforcealt_icon:before { |
| 618 |
content: "\e937"; |
| 619 |
} |
| 620 |
.frm_stripe_icon:before { |
| 621 |
content: "\e902"; |
| 622 |
} |
| 623 |
.frm_stripealt_icon:before { |
| 624 |
content: "\e93d"; |
| 625 |
} |
| 626 |
.frm_twilio_icon:before { |
| 627 |
content: "\e620"; |
| 628 |
} |
| 629 |
.frm_woocommerce_icon:before { |
| 630 |
content: "\e90e"; |
| 631 |
} |
| 632 |
.frm_wordpress_icon:before { |
| 633 |
content: "\f19a"; |
| 634 |
} |
| 635 |
.frm_credit_card_icon:before { |
| 636 |
content: "\e938"; |
| 637 |
} |
| 638 |
.frm_credit-card-alt_icon:before, /* Reverse Compatibility */ |
| 639 |
.frm_credit_card_alt_icon:before { |
| 640 |
content: "\f283"; |
| 641 |
} |
| 642 |
.frm_cc_amex_icon:before { |
| 643 |
content: "\f1f3"; |
| 644 |
} |
| 645 |
.frm_cc_discover_icon:before { |
| 646 |
content: "\f1f2"; |
| 647 |
} |
| 648 |
.frm_cc_mastercard_icon:before { |
| 649 |
content: "\f1f1"; |
| 650 |
} |
| 651 |
.frm_cc_visa_icon:before { |
| 652 |
content: "\f1f0"; |
| 653 |
} |
| 654 |
.frm_cc_paypal_icon:before { |
| 655 |
content: "\f1f4"; |
| 656 |
} |
| 657 |
.frm_cc_stripe_icon:before { |
| 658 |
content: "\f1f5"; |
| 659 |
} |
| 660 |
|