CTX Feed – WooCommerce Product Feed Manager Plugin - Version 3.9.2

Version Description

(2020-10-04) = * Tweak: Feed list topbar new look.

Download this release

Release Info

Developer wahid0003
Plugin Icon 128x128 CTX Feed – WooCommerce Product Feed Manager Plugin
Version 3.9.2
Comparing to
See all releases

Code changes from version 3.9.1 to 3.9.2

README.txt CHANGED
@@ -5,7 +5,7 @@ Tags:product feed,woocommerce product feed,google shopping feed,google shopping,
5
  Requires at least: 3.6
6
  Tested Up To: 5.5
7
  Requires PHP: 5.6
8
- Stable tag: 3.9.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -308,6 +308,9 @@ Using pro version:
308
 
309
  == Changelog ==
310
 
 
 
 
311
  = 3.9.1 (2020-10-01) =
312
  * Added: Plugin version in setting page.
313
 
5
  Requires at least: 3.6
6
  Tested Up To: 5.5
7
  Requires PHP: 5.6
8
+ Stable tag: 3.9.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
308
 
309
  == Changelog ==
310
 
311
+ = 3.9.2 (2020-10-04) =
312
+ * Tweak: Feed list topbar new look.
313
+
314
  = 3.9.1 (2020-10-01) =
315
  * Added: Plugin version in setting page.
316
 
admin/css/woo-feed-admin.css CHANGED
@@ -1,1265 +1,1306 @@
1
  /**
2
  * All of the CSS for your admin-specific functionality should be
3
  * included in this file.
4
- */
5
- .wpf_spin {
6
- -webkit-animation: spin 1000ms infinite linear;
7
- animation: spin 1000ms infinite linear; }
8
- .wpf_spin.reverse_spin {
9
- animation-direction: reverse; }
10
-
11
- .wpf_regenerate.disabled {
12
- color: #737373;
13
- box-shadow: none;
14
- cursor: not-allowed; }
15
-
16
- @-webkit-keyframes spin {
17
- 0% {
18
- -webkit-transform: rotate(0deg);
19
- transform: rotate(0deg); }
20
- 100% {
21
- -webkit-transform: rotate(359deg);
22
- transform: rotate(359deg); } }
23
-
24
- @keyframes spin {
25
- 0% {
26
- -webkit-transform: rotate(0deg);
27
- transform: rotate(0deg); }
28
- 100% {
29
- -webkit-transform: rotate(359deg);
30
- transform: rotate(359deg); } }
31
-
32
- .wfbtn {
33
- background: #3498db;
34
- background-image: linear-gradient(to bottom, #3498db, #2980b9);
35
- border-radius: 17px;
36
- box-shadow: 0 1px 3px #666666;
37
- font-family: Arial, sans-serif;
38
- color: #ffffff;
39
- font-size: 20px;
40
- padding: 10px 20px 10px 20px;
41
- border: solid #2b698f 3px;
42
- text-decoration: none; }
43
- .wfbtn:hover {
44
- background: #3cb0fd;
45
- background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
46
- text-decoration: none; }
47
-
48
- .wftooltip {
49
- display: none;
50
- position: absolute;
51
- border: 1px solid #333;
52
- background-color: #161616;
53
- border-radius: 5px;
54
- padding: 10px;
55
- color: #fff;
56
- font-size: 12px; }
57
-
58
- .feed-actions .makeFeedResponse {
59
- width: 70%;
60
- color: green; }
61
-
62
- .woo-feed-mapping-input {
63
- width: 100%; }
64
-
65
- .requiredIn {
66
- color: red; }
67
-
68
- .generalInput {
69
- width: 200px; }
70
- .generalInput:not(.selectize-control) {
71
- margin: 5px auto; }
72
-
73
- .error {
74
- color: red; }
75
-
76
- .widefat td select, .widefat td input {
77
- max-width: 100%; }
78
-
79
- #wf_newRow {
80
- margin-left: 0; }
81
-
82
- .mtable tbody tr {
83
- height: 25px;
84
- border: 1px solid #CCC;
85
- text-align: left;
86
- -ms-flex-align: baseline;
87
- align-items: baseline;
88
- font-weight: bold; }
89
-
90
- .mtable th:nth-child(1) {
91
- width: 17px; }
92
-
93
- .mtable th:nth-child(2) {
94
- width: 160px; }
95
-
96
- .mtable th:nth-child(3) {
97
- width: 100px; }
98
-
99
- .mtable th:nth-child(4) {
100
- width: 100px; }
101
-
102
- .mtable th:nth-child(5) {
103
- width: 150px; }
104
-
105
- .mtable th:nth-child(6) {
106
- width: 100px; }
107
-
108
- .mtable th:nth-child(7) {
109
- width: 150px; }
110
-
111
- .mtable th:nth-child(8) {
112
- width: 90px; }
113
-
114
- .mtable th:nth-child(9) {
115
- width: 29px; }
116
-
117
- .mtable2 tbody tr {
118
- height: 25px;
119
- border: 1px solid #CCC;
120
- text-align: left;
121
- -ms-flex-align: baseline;
122
- align-items: baseline;
123
- font-weight: bold; }
124
-
125
- .mtable2 th:nth-child(1) {
126
- width: 30px; }
127
-
128
- .mtable2 th:nth-child(2) {
129
- width: 150px; }
130
-
131
- .mtable2 th:nth-child(3) {
132
- width: 230px; }
133
-
134
- .mtable2 th:nth-child(4) {
135
- width: 220px; }
136
-
137
- .mtable2 th:nth-child(7) {
138
- width: 50px; }
139
-
140
- .mtable2 th:nth-child(8) {
141
- width: 50px; }
142
-
143
- .mtable2 th:nth-child(9) {
144
- width: 29px; }
145
-
146
- .wp-admin select.wf_mattributes {
147
- width: 150px;
148
- left: 0;
149
- height: 25px; }
150
-
151
- div#wf-tab-content1 select:not([name^="output_type"]) {
152
- width: 100%; }
153
-
154
- div#wf-tab-content1 input {
155
- width: 100%; }
156
-
157
- div#wf-tab-content1 .dashicons {
158
- vertical-align: middle; }
159
-
160
- .wf_attributes {
161
- width: 150px;
162
- left: 0; }
163
-
164
- .wf_compare {
165
- max-width: 245px;
166
- left: 0; }
167
-
168
- .wf_ps {
169
- width: 100px;
170
- left: 0; }
171
-
172
- .wf_sortedtable {
173
- cursor: move; }
174
-
175
- .sorted_table {
176
- position: relative; }
177
- .sorted_table .dragged {
178
- position: absolute;
179
- opacity: 0.8;
180
- z-index: 9999;
181
- background: #fff;
182
- width: 100%;
183
- display: table; }
184
- .sorted_table tbody tr.placeholder td {
185
- border: 1px dashed #2cc185;
186
- height: 46px; }
187
-
188
- .wfnoempty {
189
- width: 120px; }
190
-
191
- /*==================Tab Design=======================*/
192
- p {
193
- color: #222; }
194
-
195
- .wf_tabs {
196
- position: relative;
197
- margin: 0 auto;
198
- width: 100%;
199
- list-style: none;
200
- /*bottom: 50px;*/ }
201
-
202
- .wf_tabs:after {
203
- display: table;
204
- clear: both;
205
- content: ""; }
206
-
207
- .wf_tabs li {
208
- float: left;
209
- width: 20%;
210
- display: block;
211
- border: 2px solid #CCC; }
212
-
213
- .wf_tabs li > input[type="radio"][name="wf_tabs"] {
214
- position: absolute;
215
- top: auto;
216
- left: -9999px; }
217
-
218
- .wf-tab-name {
219
- display: block;
220
- padding: 15px;
221
- font-size: 15px;
222
- font-weight: bold;
223
- line-height: 1;
224
- background: #fff;
225
- cursor: pointer;
226
- position: relative;
227
- text-align: center;
228
- text-transform: uppercase;
229
- color: #2CC185; }
230
-
231
- .wf-tab-name:hover {
232
- background: #2CC185;
233
- color: white; }
234
-
235
- .wf_tabs [id^="tab"]:checked + label {
236
- background: #2CC185;
237
- color: white; }
238
-
239
- .wf_tabs .wf-tab-content {
240
- z-index: 2;
241
- display: none;
242
- width: 100%;
243
- font-size: 0.9rem;
244
- position: absolute;
245
- left: 0;
246
- background: #fff;
247
- border: 2px solid #CCC; }
248
-
249
- .wf_tabs [id^="tab"]:checked ~ [id^="wf-tab-content"] {
250
- display: block; }
251
-
252
- [id^="wf-tab-content"] {
253
- margin-bottom: 40px; }
254
-
255
- div#wf-tab-content2 table:first-child {
256
- padding: 10px 0; }
257
-
258
- div#wf-tab-content2 table:first-child td:nth-child(1) {
259
- width: 260px; }
260
-
261
- div#wf-tab-content2 table:first-child td:nth-child(2) {
262
- width: 260px; }
263
-
264
- table.feed-actions tr td:last-child {
265
- text-align: right; }
266
-
267
- /* Selectize */
268
- select.selectize {
269
- display: none; }
270
-
271
- body.no-js select.selectize {
272
- display: block !important; }
273
-
274
- .wp-list-table .option_name .wf_feed_option_name_link {
275
- font-weight: 700; }
276
-
277
- /* fallback combat */
278
- .selectize-dropdown .active {
279
- background-color: #edf9ff; }
280
-
281
- .selectize-dropdown .create {
282
- padding: 5px 8px; }
283
-
284
- .wapk-selectize-item {
285
- background: #0073aa !important;
286
- color: #f1f1f1 !important;
287
- font-weight: bold !important;
288
- border-color: #0073aa !important;
289
- padding-left: 5px;
290
- padding-right: 5px; }
291
-
292
- .selectize-input.full #googleTaxonomyId-selectized {
293
- opacity: 0;
294
- position: absolute;
295
- left: -10000px; }
296
-
297
- .selectize-dropdown [data-selectable].option {
298
- cursor: default; }
299
-
300
- .selectize-control.plugin-remove_button [data-value] .remove {
301
- border-left: 1px solid #f1f1f1 !important; }
302
-
303
- .selectize-dropdown .optgroup-header {
304
- font-weight: 700;
305
- background: #efefef;
306
- color: #5a5a5a; }
307
-
308
- .selectize-dropdown [data-selectable].option {
309
- cursor: pointer; }
310
-
311
- /* Feed active and inactive button CSS */
312
- .wf_status_wrap label {
313
- width: 50px;
314
- height: 25px;
315
- box-sizing: border-box;
316
- border: 1px solid;
317
- float: left;
318
- border-radius: 100px;
319
- position: relative;
320
- cursor: pointer;
321
- transition: .3s ease; }
322
-
323
- input[class=woo_feed_status_input]:checked + label {
324
- background: #55e868; }
325
-
326
- input[class=woo_feed_status_input]:checked + label:before {
327
- left: 25px; }
328
-
329
- .wf_status_wrap label:before {
330
- transition: .3s ease;
331
- content: '';
332
- width: 20px;
333
- height: 20px;
334
- position: absolute;
335
- background: white;
336
- left: 2px;
337
- top: 2px;
338
- box-sizing: border-box;
339
- border: 1px solid;
340
- color: black;
341
- border-radius: 100px; }
342
-
343
- /* list table style */
344
- .widefat td.column-url, .widefat th.column-url,
345
- .column-url {
346
- color: #008779;
347
- font-weight: bold; }
348
-
349
- /** Feed Progress **/
350
- .feed-progress-container {
351
- width: 100%;
352
- color: white;
353
- text-align: center;
354
- font-weight: 300; }
355
-
356
- .feed-progress-bar {
357
- width: 100%;
358
- background: #eee;
359
- padding: 3px;
360
- border-radius: 3px;
361
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
362
-
363
- .feed-progress-bar-fill {
364
- height: 20px;
365
- display: block;
366
- background: #3DC264;
367
- width: 0;
368
- border-radius: 3px;
369
- transition: width 0.8s ease; }
370
-
371
- .feed-progress-status {
372
- float: left;
373
- font-weight: bold;
374
- color: darkblue; }
375
-
376
- .feed-progress-percentage {
377
- text-align: right;
378
- font-weight: bolder;
379
- color: #41f49d;
380
- font-family: 'Arial Black', sans-serif;
381
- font-size: large; }
382
-
383
- #wpbody-content.woofeed-body-content {
384
- overflow: visible !important; }
385
-
386
- .clippy {
387
- position: relative;
388
- width: 13px;
389
- margin-top: -3px;
390
- margin-left: 3px;
391
- top: 3px; }
392
-
393
- .column-url .clippy {
394
- display: none; }
395
-
396
- .column-url:hover .clippy {
397
- display: inline-block; }
398
-
399
  /**
400
  * Primer Tooltip
401
- */
402
- .tooltipped {
403
- position: relative; }
404
- .tooltipped:after {
405
- position: absolute;
406
- z-index: 1000000;
407
- display: none;
408
- padding: 5px 8px;
409
- font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
410
- color: #fff;
411
- text-align: center;
412
- text-decoration: none;
413
- text-shadow: none;
414
- text-transform: none;
415
- letter-spacing: normal;
416
- word-wrap: break-word;
417
- white-space: pre;
418
- pointer-events: none;
419
- content: attr(aria-label);
420
- background: rgba(0, 0, 0, 0.8);
421
- border-radius: 3px;
422
- -webkit-font-smoothing: subpixel-antialiased; }
423
- .tooltipped:before {
424
- position: absolute;
425
- z-index: 1000001;
426
- display: none;
427
- width: 0;
428
- height: 0;
429
- color: rgba(0, 0, 0, 0.8);
430
- pointer-events: none;
431
- content: "";
432
- border: 5px solid transparent; }
433
- .tooltipped:hover:before {
434
- display: inline-block;
435
- text-decoration: none; }
436
- .tooltipped:hover:after {
437
- display: inline-block;
438
- text-decoration: none; }
439
- .tooltipped:active:before {
440
- display: inline-block;
441
- text-decoration: none; }
442
- .tooltipped:active:after {
443
- display: inline-block;
444
- text-decoration: none; }
445
- .tooltipped:focus:before {
446
- display: inline-block;
447
- text-decoration: none; }
448
- .tooltipped:focus:after {
449
- display: inline-block;
450
- text-decoration: none; }
451
- .tooltipped-multiline:hover:after {
452
- display: table-cell; }
453
- .tooltipped-multiline:active:after {
454
- display: table-cell; }
455
- .tooltipped-multiline:focus:after {
456
- display: table-cell; }
457
- .tooltipped-multiline:after {
458
- width: -webkit-max-content;
459
- width: -moz-max-content;
460
- width: max-content;
461
- max-width: 250px;
462
- word-break: break-word;
463
- word-wrap: normal;
464
- white-space: pre-line;
465
- border-collapse: separate; }
466
- .tooltipped-s:after {
467
- top: 100%;
468
- right: 50%;
469
- margin-top: 5px;
470
- -webkit-transform: translateX(50%);
471
- transform: translateX(50%); }
472
- .tooltipped-s:before {
473
- top: auto;
474
- right: 50%;
475
- bottom: -5px;
476
- margin-right: -5px;
477
- border-bottom-color: rgba(0, 0, 0, 0.8); }
478
- .tooltipped-se:after {
479
- top: 100%;
480
- margin-top: 5px;
481
- right: auto;
482
- left: 50%;
483
- margin-left: -15px; }
484
- .tooltipped-se:before {
485
- top: auto;
486
- right: 50%;
487
- bottom: -5px;
488
- margin-right: -5px;
489
- border-bottom-color: rgba(0, 0, 0, 0.8); }
490
- .tooltipped-sw:after {
491
- top: 100%;
492
- right: 50%;
493
- margin-top: 5px;
494
- margin-right: -15px; }
495
- .tooltipped-sw:before {
496
- top: auto;
497
- right: 50%;
498
- bottom: -5px;
499
- margin-right: -5px;
500
- border-bottom-color: rgba(0, 0, 0, 0.8); }
501
- .tooltipped-n:after {
502
- right: 50%;
503
- bottom: 100%;
504
- margin-bottom: 5px;
505
- -webkit-transform: translateX(50%);
506
- transform: translateX(50%); }
507
- .tooltipped-n:before {
508
- top: -5px;
509
- right: 50%;
510
- bottom: auto;
511
- margin-right: -5px;
512
- border-top-color: rgba(0, 0, 0, 0.8); }
513
- .tooltipped-ne:after {
514
- bottom: 100%;
515
- margin-bottom: 5px;
516
- right: auto;
517
- left: 50%;
518
- margin-left: -15px; }
519
- .tooltipped-ne:before {
520
- top: -5px;
521
- right: 50%;
522
- bottom: auto;
523
- margin-right: -5px;
524
- border-top-color: rgba(0, 0, 0, 0.8); }
525
- .tooltipped-nw:after {
526
- right: 50%;
527
- bottom: 100%;
528
- margin-bottom: 5px;
529
- margin-right: -15px; }
530
- .tooltipped-nw:before {
531
- top: -5px;
532
- right: 50%;
533
- bottom: auto;
534
- margin-right: -5px;
535
- border-top-color: rgba(0, 0, 0, 0.8); }
536
- .tooltipped-w:after {
537
- right: 100%;
538
- bottom: 50%;
539
- margin-right: 5px;
540
- -webkit-transform: translateY(50%);
541
- transform: translateY(50%); }
542
- .tooltipped-w:before {
543
- top: 50%;
544
- bottom: 50%;
545
- left: -5px;
546
- margin-top: -5px;
547
- border-left-color: rgba(0, 0, 0, 0.8); }
548
- .tooltipped-e:after {
549
- bottom: 50%;
550
- left: 100%;
551
- margin-left: 5px;
552
- -webkit-transform: translateY(50%);
553
- transform: translateY(50%); }
554
- .tooltipped-e:before {
555
- top: 50%;
556
- right: -5px;
557
- bottom: 50%;
558
- margin-top: -5px;
559
- border-right-color: rgba(0, 0, 0, 0.8); }
560
- .tooltipped-multiline.tooltipped-s:after {
561
- right: auto;
562
- left: 50%;
563
- -webkit-transform: translateX(-50%);
564
- transform: translateX(-50%); }
565
- .tooltipped-multiline.tooltipped-n:after {
566
- right: auto;
567
- left: 50%;
568
- -webkit-transform: translateX(-50%);
569
- transform: translateX(-50%); }
570
- .tooltipped-multiline.tooltipped-w:after {
571
- right: 100%; }
572
- .tooltipped-multiline.tooltipped-e:after {
573
- right: 100%; }
574
- .tooltipped-sticky:before {
575
- display: inline-block; }
576
- .tooltipped-sticky:after {
577
- display: inline-block; }
578
- .tooltipped-sticky.tooltipped-multiline:after {
579
- display: table-cell; }
580
-
581
- .fullscreen-overlay-enabled.dark-theme .tooltipped:after {
582
- color: #000;
583
- background: rgba(255, 255, 255, 0.8); }
584
-
585
- .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before {
586
- border-bottom-color: rgba(255, 255, 255, 0.8); }
587
-
588
- .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before {
589
- border-bottom-color: rgba(255, 255, 255, 0.8); }
590
-
591
- .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before {
592
- border-bottom-color: rgba(255, 255, 255, 0.8); }
593
-
594
- .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before {
595
- border-top-color: rgba(255, 255, 255, 0.8); }
596
-
597
- .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before {
598
- border-top-color: rgba(255, 255, 255, 0.8); }
599
-
600
- .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before {
601
- border-top-color: rgba(255, 255, 255, 0.8); }
602
-
603
- .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before {
604
- border-right-color: rgba(255, 255, 255, 0.8); }
605
-
606
- .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before {
607
- border-left-color: rgba(255, 255, 255, 0.8); }
608
-
609
- @media screen and (min-width: 0\0) {
610
- .tooltipped-multiline:after {
611
- width: 250px; } }
612
-
613
- ul.tracker_collection_list {
614
- list-style: initial;
615
- padding: initial;
616
- margin: -10px 0 0 30px;
617
- font-size: 11px !important; }
618
- ul.tracker_collection_list li {
619
- margin: 0; }
620
-
621
- /** Info Message Table **/
622
- table.wf-info-table, table.wf-rate-table {
623
- vertical-align: middle;
624
- text-align: center;
625
- max-width: 100%;
626
- font-weight: 500; }
627
- table.wf-info-table th, table.wf-rate-table th {
628
- text-align: center; }
629
- table.wf-info-table strong, table.wf-rate-table strong {
630
- font-weight: bold; }
631
-
632
- table.wf-info-table th:first-child img {
633
- margin: 0 0 -5px 5px; }
634
-
635
- table.wf-rate-table a {
636
- color: #0073aa; }
637
-
638
- table.wf-rate-table a.review-star:after {
639
- content: "\f155\f155\f155\f155\f155" !important;
640
- font-family: dashicons;
641
- font-size: 10px;
642
- font-weight: 100;
643
- text-rendering: auto;
644
- -webkit-font-smoothing: antialiased;
645
- -moz-osx-font-smoothing: grayscale;
646
- color: #0073aa;
647
- text-decoration: underline; }
648
-
649
- /** Admin Menu Icon **/
650
- #adminmenu #toplevel_page_webappick-manage-feeds div.wp-menu-image::before {
651
- content: "";
652
- background: url(../images/woo-feed-icon.svg) no-repeat center center;
653
- background-size: 20px 20px;
654
- opacity: 0.6;
655
- filter: alpha(opacity=60); }
656
-
657
- #adminmenu #toplevel_page_webappick-manage-feeds:hover div.wp-menu-image::before {
658
- opacity: 1;
659
- filter: alpha(opacity=100); }
660
-
661
- #adminmenu #toplevel_page_webappick-manage-feeds.wp-has-current-submenu div.wp-menu-image::before {
662
- opacity: 1;
663
- filter: alpha(opacity=100); }
664
-
665
- /** Admin Page Wrapper **/
666
- .wapk-admin, .wapk-admin * {
667
- box-sizing: border-box; }
668
-
669
- .wapk-admin {
670
- position: relative;
671
- display: block;
672
- -webkit-hyphens: manual;
673
- -ms-hyphens: manual;
674
- -moz-hyphens: manual;
675
- hyphens: manual;
676
- color: #1B2730;
677
- /* reset .warp margin to use full width except menu area */
678
- margin: 0 0 0 -10px; }
679
-
680
- @media screen and (min-width: 783px) {
681
- .wapk-admin {
682
- margin: 0 0 0 -20px; } }
683
-
684
- .text-center {
685
- text-align: center; }
686
-
687
- .wapk-admin h1, .wapk-admin h2, .wapk-admin h3,
688
- .wapk-admin h4, .wapk-admin h5, .wapk-admin h6,
689
- .wapk-admin p {
690
- color: #1B2730; }
691
-
692
- .wapk-admin sup {
693
- vertical-align: baseline;
694
- position: relative;
695
- top: -6px; }
696
-
697
- .wapk-admin sub {
698
- vertical-align: baseline;
699
- position: relative;
700
- top: 4px; }
701
-
702
- /* WP.Core.UI Compat */
703
- .wapk-admin .wapk-section {
704
- margin: 10px 20px 0 22px;
705
- position: relative;
706
- display: block; }
707
- .wapk-admin .wapk-section [class$=icon32] + h2 {
708
- font-size: 23px;
709
- font-weight: 400;
710
- margin: 0;
711
- padding: 9px 0 4px 0;
712
- line-height: 1.3; }
713
- .wapk-admin .wapk-section h1 {
714
- font-size: 23px;
715
- font-weight: 400;
716
- margin: 0;
717
- padding: 9px 0 4px 0;
718
- line-height: 1.3; }
719
- .wapk-admin .wapk-section > h2:first-child {
720
- font-size: 23px;
721
- font-weight: 400;
722
- margin: 0;
723
- padding: 9px 0 4px 0;
724
- line-height: 1.3; }
725
-
726
- .wapk-admin > .notice {
727
- margin: 10px 20px 0 22px;
728
- position: relative;
729
- display: block; }
730
-
731
- .wapk-admin span.help {
732
- display: block;
733
- float: left;
734
- width: 100%;
735
- font-size: 0.9em;
736
- color: #636363;
737
- margin-top: 5px;
738
- font-weight: 500; }
739
- .wapk-admin span.help .dashicons {
740
- width: 11px;
741
- height: 12px;
742
- font-size: inherit;
743
- vertical-align: middle; }
744
-
745
- .clear:after {
746
- content: "";
747
- display: table;
748
- clear: both; }
749
-
750
- /*.wapk-admin .help a { color: inherit; text-decoration: underline; }*/
751
- /** Extend WP Core UI PostBox For Docs **/
752
- .wapk-feed-docs .postbox {
753
- width: 355px;
754
- margin-right: 20px;
755
- display: inline-block;
756
- vertical-align: top; }
757
- .wapk-feed-docs .postbox .hndle {
758
- font-size: 14px;
759
- padding: 8px 12px;
760
- margin: 0;
761
- line-height: 1.4;
762
- cursor: pointer; }
763
- .wapk-feed-docs .postbox .dashicons {
764
- color: #ccc; }
765
- .wapk-feed-docs .postbox a {
766
- text-decoration: none; }
767
- .wapk-feed-docs .postbox .inside {
768
- margin-bottom: 0; }
769
- .wapk-feed-docs .postbox ul {
770
- margin-bottom: 0; }
771
- .wapk-feed-docs .postbox .toggle-indicator:before {
772
- content: "\F142";
773
- display: inline-block;
774
- font: 400 20px/1 dashicons;
775
- speak: none;
776
- -webkit-font-smoothing: antialiased;
777
- -moz-osx-font-smoothing: grayscale;
778
- text-decoration: none !important; }
779
- .wapk-feed-docs .postbox li {
780
- width: 100%;
781
- display: block;
782
- float: left; }
783
- .wapk-feed-docs .postbox li span {
784
- display: inline-block;
785
- float: left;
786
- margin-right: 4px; }
787
- .wapk-feed-docs .postbox li a {
788
- display: inline-block;
789
- float: left;
790
- width: calc(100% - 24px); }
791
-
792
- .wapk-feed-docs .postbox.closed .toggle-indicator:before {
793
- content: "\F140"; }
794
-
795
- .wapk-section #post-body.columns-2 #side-sortables {
796
- min-height: 196px; }
797
-
798
- #poststuff #feed_merchant_info .inside {
799
- margin: 0;
800
- padding: 0; }
801
-
802
- #feed_merchant_info ul.data {
803
- margin-left: 24px;
804
- margin-top: 5px; }
805
- #feed_merchant_info ul.data li {
806
- margin-bottom: 5px; }
807
-
808
- .merchant-info-section {
809
- padding: 6px 10px 8px; }
810
-
811
- .generateFeed .wf-tab-content table:first-child {
812
- border: none;
813
- box-shadow: none; }
814
-
815
- .generateFeed table th {
816
- font-weight: bold; }
817
-
818
- @media only screen and (max-width: 850px) {
819
- .wapk-feed-docs .postbox {
820
- display: block;
821
- width: auto;
822
- float: none;
823
- margin-right: auto; } }
824
-
825
- /** Admin Feed Help Docs **/
826
- .wp-submenu li span.woo-feed-docs {
827
- font-weight: bold;
828
- color: #f18500; }
829
-
830
- .wp-submenu li:hover span.woo-feed-docs {
831
- color: #ce7304; }
832
-
833
- .wp-submenu li.current span.woo-feed-docs {
834
- color: #ce7304; }
835
-
836
- .wapk-admin .wapk-feed-docs .postbox .hndle {
837
- cursor: default; }
838
-
839
- /** Admin Call-To-Action **/
840
- .wapk-cta {
841
- position: relative;
842
- display: -ms-flexbox;
843
- display: flex;
844
- width: 100%;
845
- padding: 100px 15px;
846
- background: linear-gradient(45deg, #6CD5FF 33%, #c2efef 100%);
847
- -ms-flex-pack: center;
848
- justify-content: center;
849
- -ms-flex-align: center;
850
- align-items: center; }
851
- .wapk-cta-icon .dashicons {
852
- font-size: 100px;
853
- width: 100px;
854
- height: auto;
855
- margin: 0 10px -8px 0;
856
- color: #02658c; }
857
- .wapk-cta-content {
858
- width: 50%; }
859
- .wapk-cta-content h2 {
860
- font-size: 2em;
861
- margin: 0.5em 0; }
862
- .wapk-cta-action a.wapk-button {
863
- font-size: 24px;
864
- height: auto !important;
865
- padding: 10px 20px; }
866
-
867
- @media (max-width: 600px) {
868
- .wapk-cta {
869
- display: block;
870
- text-align: center;
871
- padding: 4em 0; }
872
- .wapk-cta-content {
873
- width: 100%;
874
- margin: 2em 0; } }
875
-
876
- /** Override .wp-core-ui .wapk-button styles with prefix .wapk-admin **/
877
- /* Button Skin */
878
- .wapk-button {
879
- color: #00D4D4;
880
- border-color: #00D4D4;
881
- display: inline-block;
882
- text-decoration: none;
883
- font-size: 13px;
884
- line-height: 2.15384615;
885
- min-height: 30px;
886
- margin: 0;
887
- padding: 0 10px;
888
- cursor: pointer;
889
- border-width: 1px;
890
- border-style: solid;
891
- -webkit-appearance: none;
892
- border-radius: 3px;
893
- white-space: nowrap;
894
- box-sizing: border-box; }
895
- .wapk-button > svg {
896
- width: 15px;
897
- margin-left: 5px;
898
- fill: #00D4D4; }
899
- .wapk-button > .dashicons {
900
- color: #00D4D4; }
901
- .wapk-button:hover {
902
- border-color: #00bbbb;
903
- color: #00bbbb; }
904
- .wapk-button:hover > svg {
905
- fill: #00bbbb; }
906
- .wapk-button:hover > .dashicons {
907
- color: #00bbbb; }
908
- .wapk-button:focus {
909
- border-color: #00D4D4;
910
- color: #00bbbb;
911
- box-shadow: 0 0 0 1px #00D4D4; }
912
- .wapk-button:focus > svg {
913
- fill: #00bbbb; }
914
- .wapk-button:focus > .dashicons {
915
- color: #00bbbb; }
916
- .wapk-button:active {
917
- background: #00bbbb;
918
- border-color: #00bbbb; }
919
- .wapk-button-secondary {
920
- color: #00D4D4;
921
- border-color: #00D4D4;
922
- display: inline-block;
923
- text-decoration: none;
924
- font-size: 13px;
925
- line-height: 2.15384615;
926
- min-height: 30px;
927
- margin: 0;
928
- padding: 0 10px;
929
- cursor: pointer;
930
- border-width: 1px;
931
- border-style: solid;
932
- -webkit-appearance: none;
933
- border-radius: 3px;
934
- white-space: nowrap;
935
- box-sizing: border-box; }
936
- .wapk-button-secondary > svg {
937
- width: 15px;
938
- margin-left: 5px;
939
- fill: #00D4D4; }
940
- .wapk-button-secondary > .dashicons {
941
- color: #00D4D4; }
942
- .wapk-button-secondary:hover {
943
- border-color: #00bbbb;
944
- color: #00bbbb; }
945
- .wapk-button-secondary:hover > svg {
946
- fill: #00bbbb; }
947
- .wapk-button-secondary:hover > .dashicons {
948
- color: #00bbbb; }
949
- .wapk-button-secondary:focus {
950
- border-color: #00D4D4;
951
- color: #00bbbb;
952
- box-shadow: 0 0 0 1px #00D4D4; }
953
- .wapk-button-secondary:focus > svg {
954
- fill: #00bbbb; }
955
- .wapk-button-secondary:focus > .dashicons {
956
- color: #00bbbb; }
957
- .wapk-button-primary {
958
- display: inline-block;
959
- text-decoration: none;
960
- font-size: 13px;
961
- line-height: 2.15384615;
962
- min-height: 30px;
963
- margin: 0;
964
- padding: 0 10px;
965
- cursor: pointer;
966
- border-width: 1px;
967
- border-style: solid;
968
- -webkit-appearance: none;
969
- border-radius: 3px;
970
- white-space: nowrap;
971
- box-sizing: border-box;
972
- background: #00D4D4;
973
- border-color: #00D4D4;
974
- color: #fff;
975
- box-shadow: 0 1px 0 #00bbbb;
976
- text-shadow: 0 -1px 1px #00bbbb, 1px 0 1px #00bbbb, 0 1px 1px #00bbbb, -1px 0 1px #00bbbb; }
977
- .wapk-button-primary > svg {
978
- fill: #fff; }
979
- .wapk-button-primary:hover {
980
- background: #00e3e3;
981
- border-color: #00c5c5;
982
- color: #fff; }
983
- .wapk-button-primary:hover > svg {
984
- fill: #fff; }
985
- .wapk-button-primary:focus {
986
- background: #00e3e3;
987
- border-color: #00c5c5;
988
- color: #fff;
989
- box-shadow: 0 0 0 1px #fff, 0 0 0 3px #00D4D4; }
990
- .wapk-button-primary:focus > svg {
991
- fill: #fff; }
992
- .wapk-button-primary:active {
993
- background: #00bbbb;
994
- border-color: #00bbbb;
995
- color: #fff; }
996
- .wapk-button-primary:active > svg {
997
- fill: #fff; }
998
- .wapk-button-primary:disabled {
999
- color: #c7d1d1 !important;
1000
- background: #22ffff !important;
1001
- border-color: #22ffff !important;
1002
- text-shadow: none !important; }
1003
- .wapk-button-primary:disabled > svg {
1004
- fill: #c7d1d1 !important; }
1005
- .wapk-button.hover {
1006
- border-color: #00bbbb;
1007
- color: #00bbbb; }
1008
- .wapk-button.hover > svg {
1009
- fill: #00bbbb; }
1010
- .wapk-button.hover > .dashicons {
1011
- color: #00bbbb; }
1012
- .wapk-button.focus {
1013
- border-color: #00D4D4;
1014
- color: #00bbbb;
1015
- box-shadow: 0 0 0 1px #00D4D4; }
1016
- .wapk-button.focus > svg {
1017
- fill: #00bbbb; }
1018
- .wapk-button.focus > .dashicons {
1019
- color: #00bbbb; }
1020
- .wapk-button.active {
1021
- border-color: #00bbbb;
1022
- color: #00bbbb;
1023
- box-shadow: inset 0 2px 5px -3px #00bbbb; }
1024
- .wapk-button.active:focus {
1025
- border-color: #00bbbb;
1026
- color: #00bbbb;
1027
- box-shadow: inset 0 2px 5px -3px #00bbbb; }
1028
- .wapk-button.active:focus > svg {
1029
- fill: #00bbbb; }
1030
- .wapk-button.active:focus > .dashicons {
1031
- color: #00bbbb; }
1032
- .wapk-button.active:hover {
1033
- border-color: #00bbbb;
1034
- color: #00bbbb;
1035
- box-shadow: inset 0 2px 5px -3px #00bbbb; }
1036
- .wapk-button.active:hover > svg {
1037
- fill: #00bbbb; }
1038
- .wapk-button.active:hover > .dashicons {
1039
- color: #00bbbb; }
1040
- .wapk-button.active > svg {
1041
- fill: #00bbbb; }
1042
- .wapk-button.active > .dashicons {
1043
- color: #00bbbb; }
1044
- .wapk-button-primary.active {
1045
- background: #00D4D4;
1046
- color: #fff;
1047
- border-color: #008888;
1048
- box-shadow: inset 0 2px 5px -3px black; }
1049
- .wapk-button-primary.active:focus {
1050
- background: #00D4D4;
1051
- color: #fff;
1052
- border-color: #008888;
1053
- box-shadow: inset 0 2px 5px -3px black; }
1054
- .wapk-button-primary.active:focus > svg {
1055
- fill: #fff; }
1056
- .wapk-button-primary.active:hover {
1057
- background: #00D4D4;
1058
- color: #fff;
1059
- border-color: #008888;
1060
- box-shadow: inset 0 2px 5px -3px black; }
1061
- .wapk-button-primary.active:hover > svg {
1062
- fill: #fff; }
1063
- .wapk-button-primary.active > svg {
1064
- fill: #fff; }
1065
- .wapk-button-primary[disabled] {
1066
- color: #c7d1d1 !important;
1067
- background: #22ffff !important;
1068
- border-color: #22ffff !important;
1069
- text-shadow: none !important; }
1070
- .wapk-button-primary[disabled] > svg {
1071
- fill: #c7d1d1 !important; }
1072
- .wapk-button-primary.wapk-button-primary-disabled {
1073
- color: #c7d1d1 !important;
1074
- background: #22ffff !important;
1075
- border-color: #22ffff !important;
1076
- text-shadow: none !important; }
1077
- .wapk-button-primary.wapk-button-primary-disabled > svg {
1078
- fill: #c7d1d1 !important; }
1079
- .wapk-button-primary.disabled {
1080
- color: #c7d1d1 !important;
1081
- background: #22ffff !important;
1082
- border-color: #22ffff !important;
1083
- text-shadow: none !important; }
1084
- .wapk-button-primary.disabled > svg {
1085
- fill: #c7d1d1 !important; }
1086
- .wapk-button-primary.wapk-button-hero {
1087
- box-shadow: 0 2px 0 #00bbbb; }
1088
- .wapk-button-primary.wapk-button-hero:focus {
1089
- box-shadow: 0 2px 0 #00bbbb, 0 1px 0 #00c5c5, 0 0 2px 1px #00eeee; }
1090
- .wapk-button-primary.wapk-button-hero:active {
1091
- box-shadow: inset 0 3px 0 #00a1a1; }
1092
- .wapk-button-primary.wapk-button-hero.active {
1093
- box-shadow: inset 0 3px 0 #00a1a1; }
1094
- .wapk-button-primary.wapk-button-hero.active:hover, .wapk-button-primary.wapk-button-hero.active:focus {
1095
- box-shadow: inset 0 3px 0 #00a1a1; }
1096
- .wapk-button-group > .wapk-button.active {
1097
- border-color: #00D4D4; }
1098
-
1099
- /* Button Sizes */
1100
- .wapk-button.wapk-button-xl {
1101
- height: 30px;
1102
- line-height: 28px;
1103
- padding: 0 12px 2px; }
1104
-
1105
- .wapk-button-group.wapk-button-xl .wapk-button {
1106
- height: 30px;
1107
- line-height: 28px;
1108
- padding: 0 12px 2px; }
1109
-
1110
- .wapk-button.wapk-button-hero {
1111
- font-size: 18px;
1112
- height: 50px;
1113
- line-height: 48px;
1114
- padding: 0 36px;
1115
- min-height: 46px; }
1116
-
1117
- .wapk-button-group.wapk-button-hero .wapk-button {
1118
- font-size: 18px;
1119
- height: 50px;
1120
- line-height: 48px;
1121
- padding: 0 36px;
1122
- min-height: 46px; }
1123
-
1124
- @media screen and (min-width: 782px) {
1125
- th#status,
1126
- th#provider {
1127
- width: 80px; }
1128
- th#type {
1129
- width: 50px; }
1130
- th#option_name {
1131
- width: 100px; }
1132
- td.option_name.column-option_name > span:first-child {
1133
- display: none; }
1134
- th#last_updated {
1135
- width: 90px; }
1136
- th#view {
1137
- width: 111px; } }
1138
-
1139
- @media screen and (min-width: 960px) {
1140
- th#status, th#provider {
1141
- width: 100px; }
1142
- th#type {
1143
- width: 80px; }
1144
- th#option_name {
1145
- width: 150px; }
1146
- th#last_updated {
1147
- width: 140px; } }
1148
-
1149
- @media screen and (max-width: 782px) {
1150
- table.wf-info-table {
1151
- margin-top: 10px; }
1152
- table.wf-info-table th:first-child img {
1153
- margin: 0 auto;
1154
- display: block; }
1155
- .wapk-button.wapk-button-xl {
1156
- padding: 6px 14px;
1157
- line-height: normal;
1158
- font-size: 14px;
1159
- vertical-align: middle;
1160
- height: auto;
1161
- margin-bottom: 4px; } }
1162
-
1163
- .wapk-feed-docs .wapk-feed-cta {
1164
- margin: 0; }
1165
-
1166
- .campaign_configurator {
1167
- background: #FFF;
1168
- padding: 20px 0; }
1169
- .campaign_configurator table {
1170
- margin: 0 auto;
1171
- width: 51%;
1172
- min-width: 574px;
1173
- border: none;
1174
- box-shadow: none; }
1175
- .campaign_configurator th {
1176
- min-width: 120px; }
1177
-
1178
- @media screen and (max-width: 782px) {
1179
- .campaign_configurator {
1180
- padding: 0; }
1181
- .campaign_configurator table {
1182
- width: auto;
1183
- min-width: auto;
1184
- max-width: 100%; }
1185
- .campaign_configurator th {
1186
- min-width: auto; } }
1187
-
1188
- #wf-tab-content-config td > input:not([type="checkbox"]):not([type="radio"]),
1189
- #wf-tab-content-config td > select,
1190
- #wf-tab-content-config td > textarea {
1191
- width: 100% !important; }
1192
-
1193
- .woo-feed-filters td > div:nth-child(2n):not(.clear):not(.selectize) {
1194
- width: 120px;
1195
- display: block; }
1196
-
1197
- .woo-feed-filters td > div:not(.clear) {
1198
- float: left;
1199
- margin-right: 10px; }
1200
-
1201
- .woo-feed-filters tr > td:first-child {
1202
- width: 290px;
1203
- padding-left: 40px; }
1204
-
1205
- .woo-feed-filters,
1206
- .woo-feed-ftp {
1207
- margin: 15px auto 25px; }
1208
-
1209
- .wf_clean_cache_wrapper {
1210
- display: -ms-flexbox;
1211
- display: flex;
1212
- margin-left: auto; }
1213
-
1214
- @-webkit-keyframes LoaderClockWise {
1215
- from {
1216
- -webkit-transform: rotate(0deg);
1217
- transform: rotate(0deg); }
1218
- to {
1219
- -webkit-transform: rotate(360deg);
1220
- transform: rotate(360deg); } }
1221
-
1222
- @keyframes LoaderClockWise {
1223
- from {
1224
- -webkit-transform: rotate(0deg);
1225
- transform: rotate(0deg); }
1226
- to {
1227
- -webkit-transform: rotate(360deg);
1228
- transform: rotate(360deg); } }
1229
-
1230
- .woo-feed-cache-loader {
1231
- width: 18px;
1232
- margin-right: 5px;
1233
- animation: LoaderClockWise 1s linear infinite;
1234
- -webkit-animation: LoaderClockWise 1s linear infinite;
1235
- display: none; }
1236
-
1237
- .woo-feed-table-heading .woo-feed-table-heading-title {
1238
- float: left;
1239
- margin-right: auto;
1240
- display: inline-block;
1241
- line-height: 30px; }
1242
-
1243
- .woo-feed-table-heading .wf_clean_cache_wrapper {
1244
- float: right;
1245
- font-weight: normal; }
1246
-
1247
- .wf_clean_cache_wrapper button {
1248
- background: #eb4d4b;
1249
- color: #fff;
1250
- border: none;
1251
- font-weight: 500;
1252
- display: inline-block;
1253
- text-decoration: none;
1254
- font-size: 13px;
1255
- line-height: 2.15384615;
1256
- min-height: 30px;
1257
- margin: 0;
1258
- padding: 0 10px;
1259
- border-radius: 3px;
1260
- cursor: pointer;
1261
- outline: none; }
1262
-
1263
- .wf_clean_cache_wrapper button:hover {
1264
- background: #ff7979;
1265
- color: #fff; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  /**
2
  * All of the CSS for your admin-specific functionality should be
3
  * included in this file.
4
+ */
5
+ .wpf_spin {
6
+ -webkit-animation: spin 1000ms infinite linear;
7
+ animation: spin 1000ms infinite linear; }
8
+ .wpf_spin.reverse_spin {
9
+ animation-direction: reverse; }
10
+
11
+ .wpf_regenerate.disabled {
12
+ color: #737373;
13
+ box-shadow: none;
14
+ cursor: not-allowed; }
15
+
16
+ @-webkit-keyframes spin {
17
+ 0% {
18
+ -webkit-transform: rotate(0deg);
19
+ transform: rotate(0deg); }
20
+ 100% {
21
+ -webkit-transform: rotate(359deg);
22
+ transform: rotate(359deg); } }
23
+
24
+ @keyframes spin {
25
+ 0% {
26
+ -webkit-transform: rotate(0deg);
27
+ transform: rotate(0deg); }
28
+ 100% {
29
+ -webkit-transform: rotate(359deg);
30
+ transform: rotate(359deg); } }
31
+
32
+ .wfbtn {
33
+ background: #3498db;
34
+ background-image: linear-gradient(to bottom, #3498db, #2980b9);
35
+ border-radius: 17px;
36
+ box-shadow: 0 1px 3px #666666;
37
+ font-family: Arial, sans-serif;
38
+ color: #ffffff;
39
+ font-size: 20px;
40
+ padding: 10px 20px 10px 20px;
41
+ border: solid #2b698f 3px;
42
+ text-decoration: none; }
43
+ .wfbtn:hover {
44
+ background: #3cb0fd;
45
+ background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
46
+ text-decoration: none; }
47
+
48
+ .wftooltip {
49
+ display: none;
50
+ position: absolute;
51
+ border: 1px solid #333;
52
+ background-color: #161616;
53
+ border-radius: 5px;
54
+ padding: 10px;
55
+ color: #fff;
56
+ font-size: 12px; }
57
+
58
+ .feed-actions .makeFeedResponse {
59
+ width: 70%;
60
+ color: green; }
61
+
62
+ .woo-feed-mapping-input {
63
+ width: 100%; }
64
+
65
+ .requiredIn {
66
+ color: red; }
67
+
68
+ .generalInput {
69
+ width: 200px; }
70
+ .generalInput:not(.selectize-control) {
71
+ margin: 5px auto; }
72
+
73
+ .error {
74
+ color: red; }
75
+
76
+ .widefat td select, .widefat td input {
77
+ max-width: 100%; }
78
+
79
+ #wf_newRow {
80
+ margin-left: 0; }
81
+
82
+ .mtable tbody tr {
83
+ height: 25px;
84
+ border: 1px solid #CCC;
85
+ text-align: left;
86
+ -ms-flex-align: baseline;
87
+ align-items: baseline;
88
+ font-weight: bold; }
89
+
90
+ .mtable th:nth-child(1) {
91
+ width: 17px; }
92
+
93
+ .mtable th:nth-child(2) {
94
+ width: 160px; }
95
+
96
+ .mtable th:nth-child(3) {
97
+ width: 100px; }
98
+
99
+ .mtable th:nth-child(4) {
100
+ width: 100px; }
101
+
102
+ .mtable th:nth-child(5) {
103
+ width: 150px; }
104
+
105
+ .mtable th:nth-child(6) {
106
+ width: 100px; }
107
+
108
+ .mtable th:nth-child(7) {
109
+ width: 150px; }
110
+
111
+ .mtable th:nth-child(8) {
112
+ width: 90px; }
113
+
114
+ .mtable th:nth-child(9) {
115
+ width: 29px; }
116
+
117
+ .mtable2 tbody tr {
118
+ height: 25px;
119
+ border: 1px solid #CCC;
120
+ text-align: left;
121
+ -ms-flex-align: baseline;
122
+ align-items: baseline;
123
+ font-weight: bold; }
124
+
125
+ .mtable2 th:nth-child(1) {
126
+ width: 30px; }
127
+
128
+ .mtable2 th:nth-child(2) {
129
+ width: 150px; }
130
+
131
+ .mtable2 th:nth-child(3) {
132
+ width: 230px; }
133
+
134
+ .mtable2 th:nth-child(4) {
135
+ width: 220px; }
136
+
137
+ .mtable2 th:nth-child(7) {
138
+ width: 50px; }
139
+
140
+ .mtable2 th:nth-child(8) {
141
+ width: 50px; }
142
+
143
+ .mtable2 th:nth-child(9) {
144
+ width: 29px; }
145
+
146
+ .wp-admin select.wf_mattributes {
147
+ width: 150px;
148
+ left: 0;
149
+ height: 25px; }
150
+
151
+ div#wf-tab-content1 select:not([name^="output_type"]) {
152
+ width: 100%; }
153
+
154
+ div#wf-tab-content1 input {
155
+ width: 100%; }
156
+
157
+ div#wf-tab-content1 .dashicons {
158
+ vertical-align: middle; }
159
+
160
+ .wf_attributes {
161
+ width: 150px;
162
+ left: 0; }
163
+
164
+ .wf_compare {
165
+ max-width: 245px;
166
+ left: 0; }
167
+
168
+ .wf_ps {
169
+ width: 100px;
170
+ left: 0; }
171
+
172
+ .wf_sortedtable {
173
+ cursor: move; }
174
+
175
+ .sorted_table {
176
+ position: relative; }
177
+ .sorted_table .dragged {
178
+ position: absolute;
179
+ opacity: 0.8;
180
+ z-index: 9999;
181
+ background: #fff;
182
+ width: 100%;
183
+ display: table; }
184
+ .sorted_table tbody tr.placeholder td {
185
+ border: 1px dashed #2cc185;
186
+ height: 46px; }
187
+
188
+ .wfnoempty {
189
+ width: 120px; }
190
+
191
+ /*==================Tab Design=======================*/
192
+ p {
193
+ color: #222; }
194
+
195
+ .wf_tabs {
196
+ position: relative;
197
+ margin: 0 auto;
198
+ width: 100%;
199
+ list-style: none;
200
+ /*bottom: 50px;*/ }
201
+
202
+ .wf_tabs:after {
203
+ display: table;
204
+ clear: both;
205
+ content: ""; }
206
+
207
+ .wf_tabs li {
208
+ float: left;
209
+ width: 20%;
210
+ display: block;
211
+ border: 2px solid #CCC; }
212
+
213
+ .wf_tabs li > input[type="radio"][name="wf_tabs"] {
214
+ position: absolute;
215
+ top: auto;
216
+ left: -9999px; }
217
+
218
+ .wf-tab-name {
219
+ display: block;
220
+ padding: 15px;
221
+ font-size: 15px;
222
+ font-weight: bold;
223
+ line-height: 1;
224
+ background: #fff;
225
+ cursor: pointer;
226
+ position: relative;
227
+ text-align: center;
228
+ text-transform: uppercase;
229
+ color: #2CC185; }
230
+
231
+ .wf-tab-name:hover {
232
+ background: #2CC185;
233
+ color: white; }
234
+
235
+ .wf_tabs [id^="tab"]:checked + label {
236
+ background: #2CC185;
237
+ color: white; }
238
+
239
+ .wf_tabs .wf-tab-content {
240
+ z-index: 2;
241
+ display: none;
242
+ width: 100%;
243
+ font-size: 0.9rem;
244
+ position: absolute;
245
+ left: 0;
246
+ background: #fff;
247
+ border: 2px solid #CCC; }
248
+
249
+ .wf_tabs [id^="tab"]:checked ~ [id^="wf-tab-content"] {
250
+ display: block; }
251
+
252
+ [id^="wf-tab-content"] {
253
+ margin-bottom: 40px; }
254
+
255
+ div#wf-tab-content2 table:first-child {
256
+ padding: 10px 0; }
257
+
258
+ div#wf-tab-content2 table:first-child td:nth-child(1) {
259
+ width: 260px; }
260
+
261
+ div#wf-tab-content2 table:first-child td:nth-child(2) {
262
+ width: 260px; }
263
+
264
+ table.feed-actions tr td:last-child {
265
+ text-align: right; }
266
+
267
+ /* Selectize */
268
+ select.selectize {
269
+ display: none; }
270
+
271
+ body.no-js select.selectize {
272
+ display: block !important; }
273
+
274
+ .wp-list-table .option_name .wf_feed_option_name_link {
275
+ font-weight: 700; }
276
+
277
+ /* fallback combat */
278
+ .selectize-dropdown .active {
279
+ background-color: #edf9ff; }
280
+
281
+ .selectize-dropdown .create {
282
+ padding: 5px 8px; }
283
+
284
+ .wapk-selectize-item {
285
+ background: #0073aa !important;
286
+ color: #f1f1f1 !important;
287
+ font-weight: bold !important;
288
+ border-color: #0073aa !important;
289
+ padding-left: 5px;
290
+ padding-right: 5px; }
291
+
292
+ .selectize-input.full #googleTaxonomyId-selectized {
293
+ opacity: 0;
294
+ position: absolute;
295
+ left: -10000px; }
296
+
297
+ .selectize-dropdown [data-selectable].option {
298
+ cursor: default; }
299
+
300
+ .selectize-control.plugin-remove_button [data-value] .remove {
301
+ border-left: 1px solid #f1f1f1 !important; }
302
+
303
+ .selectize-dropdown .optgroup-header {
304
+ font-weight: 700;
305
+ background: #efefef;
306
+ color: #5a5a5a; }
307
+
308
+ .selectize-dropdown [data-selectable].option {
309
+ cursor: pointer; }
310
+
311
+ /* Feed active and inactive button CSS */
312
+ .wf_status_wrap label {
313
+ width: 50px;
314
+ height: 25px;
315
+ box-sizing: border-box;
316
+ border: 1px solid;
317
+ float: left;
318
+ border-radius: 100px;
319
+ position: relative;
320
+ cursor: pointer;
321
+ transition: .3s ease; }
322
+
323
+ input[class=woo_feed_status_input]:checked + label {
324
+ background: #55e868; }
325
+
326
+ input[class=woo_feed_status_input]:checked + label:before {
327
+ left: 25px; }
328
+
329
+ .wf_status_wrap label:before {
330
+ transition: .3s ease;
331
+ content: '';
332
+ width: 20px;
333
+ height: 20px;
334
+ position: absolute;
335
+ background: white;
336
+ left: 2px;
337
+ top: 2px;
338
+ box-sizing: border-box;
339
+ border: 1px solid;
340
+ color: black;
341
+ border-radius: 100px; }
342
+
343
+ /* list table style */
344
+ .widefat td.column-url, .widefat th.column-url,
345
+ .column-url {
346
+ color: #008779;
347
+ font-weight: bold; }
348
+
349
+ /** Feed Progress **/
350
+ .feed-progress-container {
351
+ width: 100%;
352
+ color: white;
353
+ text-align: center;
354
+ font-weight: 300; }
355
+
356
+ .feed-progress-bar {
357
+ width: 100%;
358
+ background: #eee;
359
+ padding: 3px;
360
+ border-radius: 3px;
361
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
362
+
363
+ .feed-progress-bar-fill {
364
+ height: 20px;
365
+ display: block;
366
+ background: #3DC264;
367
+ width: 0;
368
+ border-radius: 3px;
369
+ transition: width 0.8s ease; }
370
+
371
+ .feed-progress-status {
372
+ float: left;
373
+ font-weight: bold;
374
+ color: darkblue; }
375
+
376
+ .feed-progress-percentage {
377
+ text-align: right;
378
+ font-weight: bolder;
379
+ color: #41f49d;
380
+ font-family: 'Arial Black', sans-serif;
381
+ font-size: large; }
382
+
383
+ #wpbody-content.woofeed-body-content {
384
+ overflow: visible !important; }
385
+
386
+ .clippy {
387
+ position: relative;
388
+ width: 13px;
389
+ margin-top: -3px;
390
+ margin-left: 3px;
391
+ top: 3px; }
392
+
393
+ .column-url .clippy {
394
+ display: none; }
395
+
396
+ .column-url:hover .clippy {
397
+ display: inline-block; }
398
+
399
  /**
400
  * Primer Tooltip
401
+ */
402
+ .tooltipped {
403
+ position: relative; }
404
+ .tooltipped:after {
405
+ position: absolute;
406
+ z-index: 1000000;
407
+ display: none;
408
+ padding: 5px 8px;
409
+ font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
410
+ color: #fff;
411
+ text-align: center;
412
+ text-decoration: none;
413
+ text-shadow: none;
414
+ text-transform: none;
415
+ letter-spacing: normal;
416
+ word-wrap: break-word;
417
+ white-space: pre;
418
+ pointer-events: none;
419
+ content: attr(aria-label);
420
+ background: rgba(0, 0, 0, 0.8);
421
+ border-radius: 3px;
422
+ -webkit-font-smoothing: subpixel-antialiased; }
423
+ .tooltipped:before {
424
+ position: absolute;
425
+ z-index: 1000001;
426
+ display: none;
427
+ width: 0;
428
+ height: 0;
429
+ color: rgba(0, 0, 0, 0.8);
430
+ pointer-events: none;
431
+ content: "";
432
+ border: 5px solid transparent; }
433
+ .tooltipped:hover:before {
434
+ display: inline-block;
435
+ text-decoration: none; }
436
+ .tooltipped:hover:after {
437
+ display: inline-block;
438
+ text-decoration: none; }
439
+ .tooltipped:active:before {
440
+ display: inline-block;
441
+ text-decoration: none; }
442
+ .tooltipped:active:after {
443
+ display: inline-block;
444
+ text-decoration: none; }
445
+ .tooltipped:focus:before {
446
+ display: inline-block;
447
+ text-decoration: none; }
448
+ .tooltipped:focus:after {
449
+ display: inline-block;
450
+ text-decoration: none; }
451
+ .tooltipped-multiline:hover:after {
452
+ display: table-cell; }
453
+ .tooltipped-multiline:active:after {
454
+ display: table-cell; }
455
+ .tooltipped-multiline:focus:after {
456
+ display: table-cell; }
457
+ .tooltipped-multiline:after {
458
+ width: -webkit-max-content;
459
+ width: -moz-max-content;
460
+ width: max-content;
461
+ max-width: 250px;
462
+ word-break: break-word;
463
+ word-wrap: normal;
464
+ white-space: pre-line;
465
+ border-collapse: separate; }
466
+ .tooltipped-s:after {
467
+ top: 100%;
468
+ right: 50%;
469
+ margin-top: 5px;
470
+ -webkit-transform: translateX(50%);
471
+ transform: translateX(50%); }
472
+ .tooltipped-s:before {
473
+ top: auto;
474
+ right: 50%;
475
+ bottom: -5px;
476
+ margin-right: -5px;
477
+ border-bottom-color: rgba(0, 0, 0, 0.8); }
478
+ .tooltipped-se:after {
479
+ top: 100%;
480
+ margin-top: 5px;
481
+ right: auto;
482
+ left: 50%;
483
+ margin-left: -15px; }
484
+ .tooltipped-se:before {
485
+ top: auto;
486
+ right: 50%;
487
+ bottom: -5px;
488
+ margin-right: -5px;
489
+ border-bottom-color: rgba(0, 0, 0, 0.8); }
490
+ .tooltipped-sw:after {
491
+ top: 100%;
492
+ right: 50%;
493
+ margin-top: 5px;
494
+ margin-right: -15px; }
495
+ .tooltipped-sw:before {
496
+ top: auto;
497
+ right: 50%;
498
+ bottom: -5px;
499
+ margin-right: -5px;
500
+ border-bottom-color: rgba(0, 0, 0, 0.8); }
501
+ .tooltipped-n:after {
502
+ right: 50%;
503
+ bottom: 100%;
504
+ margin-bottom: 5px;
505
+ -webkit-transform: translateX(50%);
506
+ transform: translateX(50%); }
507
+ .tooltipped-n:before {
508
+ top: -5px;
509
+ right: 50%;
510
+ bottom: auto;
511
+ margin-right: -5px;
512
+ border-top-color: rgba(0, 0, 0, 0.8); }
513
+ .tooltipped-ne:after {
514
+ bottom: 100%;
515
+ margin-bottom: 5px;
516
+ right: auto;
517
+ left: 50%;
518
+ margin-left: -15px; }
519
+ .tooltipped-ne:before {
520
+ top: -5px;
521
+ right: 50%;
522
+ bottom: auto;
523
+ margin-right: -5px;
524
+ border-top-color: rgba(0, 0, 0, 0.8); }
525
+ .tooltipped-nw:after {
526
+ right: 50%;
527
+ bottom: 100%;
528
+ margin-bottom: 5px;
529
+ margin-right: -15px; }
530
+ .tooltipped-nw:before {
531
+ top: -5px;
532
+ right: 50%;
533
+ bottom: auto;
534
+ margin-right: -5px;
535
+ border-top-color: rgba(0, 0, 0, 0.8); }
536
+ .tooltipped-w:after {
537
+ right: 100%;
538
+ bottom: 50%;
539
+ margin-right: 5px;
540
+ -webkit-transform: translateY(50%);
541
+ transform: translateY(50%); }
542
+ .tooltipped-w:before {
543
+ top: 50%;
544
+ bottom: 50%;
545
+ left: -5px;
546
+ margin-top: -5px;
547
+ border-left-color: rgba(0, 0, 0, 0.8); }
548
+ .tooltipped-e:after {
549
+ bottom: 50%;
550
+ left: 100%;
551
+ margin-left: 5px;
552
+ -webkit-transform: translateY(50%);
553
+ transform: translateY(50%); }
554
+ .tooltipped-e:before {
555
+ top: 50%;
556
+ right: -5px;
557
+ bottom: 50%;
558
+ margin-top: -5px;
559
+ border-right-color: rgba(0, 0, 0, 0.8); }
560
+ .tooltipped-multiline.tooltipped-s:after {
561
+ right: auto;
562
+ left: 50%;
563
+ -webkit-transform: translateX(-50%);
564
+ transform: translateX(-50%); }
565
+ .tooltipped-multiline.tooltipped-n:after {
566
+ right: auto;
567
+ left: 50%;
568
+ -webkit-transform: translateX(-50%);
569
+ transform: translateX(-50%); }
570
+ .tooltipped-multiline.tooltipped-w:after {
571
+ right: 100%; }
572
+ .tooltipped-multiline.tooltipped-e:after {
573
+ right: 100%; }
574
+ .tooltipped-sticky:before {
575
+ display: inline-block; }
576
+ .tooltipped-sticky:after {
577
+ display: inline-block; }
578
+ .tooltipped-sticky.tooltipped-multiline:after {
579
+ display: table-cell; }
580
+
581
+ .fullscreen-overlay-enabled.dark-theme .tooltipped:after {
582
+ color: #000;
583
+ background: rgba(255, 255, 255, 0.8); }
584
+
585
+ .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before {
586
+ border-bottom-color: rgba(255, 255, 255, 0.8); }
587
+
588
+ .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before {
589
+ border-bottom-color: rgba(255, 255, 255, 0.8); }
590
+
591
+ .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before {
592
+ border-bottom-color: rgba(255, 255, 255, 0.8); }
593
+
594
+ .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before {
595
+ border-top-color: rgba(255, 255, 255, 0.8); }
596
+
597
+ .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before {
598
+ border-top-color: rgba(255, 255, 255, 0.8); }
599
+
600
+ .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before {
601
+ border-top-color: rgba(255, 255, 255, 0.8); }
602
+
603
+ .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before {
604
+ border-right-color: rgba(255, 255, 255, 0.8); }
605
+
606
+ .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before {
607
+ border-left-color: rgba(255, 255, 255, 0.8); }
608
+
609
+ @media screen and (min-width: 0\0) {
610
+ .tooltipped-multiline:after {
611
+ width: 250px; } }
612
+
613
+ ul.tracker_collection_list {
614
+ list-style: initial;
615
+ padding: initial;
616
+ margin: -10px 0 0 30px;
617
+ font-size: 11px !important; }
618
+ ul.tracker_collection_list li {
619
+ margin: 0; }
620
+
621
+ /** Info Message Table **/
622
+ table.wf-info-table, table.wf-rate-table {
623
+ vertical-align: middle;
624
+ text-align: center;
625
+ max-width: 100%;
626
+ font-weight: 500; }
627
+ table.wf-info-table th, table.wf-rate-table th {
628
+ text-align: center; }
629
+ table.wf-info-table th .woo-feed-top-header, table.wf-rate-table th .woo-feed-top-header {
630
+ display: -ms-flexbox;
631
+ display: flex;
632
+ -ms-flex-pack: justify;
633
+ justify-content: space-between;
634
+ -ms-flex-align: center;
635
+ align-items: center; }
636
+ table.wf-info-table th .woo-feed-top-header .get-woo-feed-pro, table.wf-rate-table th .woo-feed-top-header .get-woo-feed-pro {
637
+ margin-left: 20px; }
638
+ table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons {
639
+ float: right;
640
+ display: -ms-flexbox;
641
+ display: flex;
642
+ border-radius: 7px;
643
+ -ms-flex-pack: center;
644
+ justify-content: center;
645
+ -ms-flex-align: center;
646
+ align-items: center; }
647
+ table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a {
648
+ padding: 8px 20px;
649
+ background: #576574;
650
+ color: #fff;
651
+ box-sizing: border-box;
652
+ display: inline-block;
653
+ transition: .3s ease; }
654
+ table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-doc-link, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-doc-link {
655
+ background: #576574;
656
+ border-top-left-radius: 5px;
657
+ border-bottom-left-radius: 5px; }
658
+ table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-video-link, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-video-link {
659
+ background: #ee5253; }
660
+ table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-support-link, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-support-link {
661
+ background: #22a6b3;
662
+ border-top-right-radius: 5px;
663
+ border-bottom-right-radius: 5px; }
664
+ table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a span.dashicons, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a span.dashicons {
665
+ font-size: 18px;
666
+ line-height: 1.2; }
667
+ table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a:hover, table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a:hover {
668
+ background: #30336b;
669
+ box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.12); }
670
+ table.wf-info-table strong, table.wf-rate-table strong {
671
+ font-weight: bold; }
672
+
673
+ table.wf-info-table th:first-child img {
674
+ margin: 0 0 -5px 5px; }
675
+
676
+ table.wf-rate-table a {
677
+ color: #0073aa; }
678
+
679
+ table.wf-rate-table a.review-star:after {
680
+ content: "\f155\f155\f155\f155\f155" !important;
681
+ font-family: dashicons;
682
+ font-size: 10px;
683
+ font-weight: 100;
684
+ text-rendering: auto;
685
+ -webkit-font-smoothing: antialiased;
686
+ -moz-osx-font-smoothing: grayscale;
687
+ color: #0073aa;
688
+ text-decoration: underline; }
689
+
690
+ /** Admin Menu Icon **/
691
+ #adminmenu #toplevel_page_webappick-manage-feeds div.wp-menu-image::before {
692
+ content: "";
693
+ background: url(../images/woo-feed-icon.svg) no-repeat center center;
694
+ background-size: 20px 20px;
695
+ opacity: 0.6;
696
+ filter: alpha(opacity=60); }
697
+
698
+ #adminmenu #toplevel_page_webappick-manage-feeds:hover div.wp-menu-image::before {
699
+ opacity: 1;
700
+ filter: alpha(opacity=100); }
701
+
702
+ #adminmenu #toplevel_page_webappick-manage-feeds.wp-has-current-submenu div.wp-menu-image::before {
703
+ opacity: 1;
704
+ filter: alpha(opacity=100); }
705
+
706
+ /** Admin Page Wrapper **/
707
+ .wapk-admin, .wapk-admin * {
708
+ box-sizing: border-box; }
709
+
710
+ .wapk-admin {
711
+ position: relative;
712
+ display: block;
713
+ -webkit-hyphens: manual;
714
+ -ms-hyphens: manual;
715
+ -moz-hyphens: manual;
716
+ hyphens: manual;
717
+ color: #1B2730;
718
+ /* reset .warp margin to use full width except menu area */
719
+ margin: 0 0 0 -10px; }
720
+
721
+ @media screen and (min-width: 783px) {
722
+ .wapk-admin {
723
+ margin: 0 0 0 -20px; } }
724
+
725
+ .text-center {
726
+ text-align: center; }
727
+
728
+ .wapk-admin h1, .wapk-admin h2, .wapk-admin h3,
729
+ .wapk-admin h4, .wapk-admin h5, .wapk-admin h6,
730
+ .wapk-admin p {
731
+ color: #1B2730; }
732
+
733
+ .wapk-admin sup {
734
+ vertical-align: baseline;
735
+ position: relative;
736
+ top: -6px; }
737
+
738
+ .wapk-admin sub {
739
+ vertical-align: baseline;
740
+ position: relative;
741
+ top: 4px; }
742
+
743
+ /* WP.Core.UI Compat */
744
+ .wapk-admin .wapk-section {
745
+ margin: 10px 20px 0 22px;
746
+ position: relative;
747
+ display: block; }
748
+ .wapk-admin .wapk-section [class$=icon32] + h2 {
749
+ font-size: 23px;
750
+ font-weight: 400;
751
+ margin: 0;
752
+ padding: 9px 0 4px 0;
753
+ line-height: 1.3; }
754
+ .wapk-admin .wapk-section h1 {
755
+ font-size: 23px;
756
+ font-weight: 400;
757
+ margin: 0;
758
+ padding: 9px 0 4px 0;
759
+ line-height: 1.3; }
760
+ .wapk-admin .wapk-section > h2:first-child {
761
+ font-size: 23px;
762
+ font-weight: 400;
763
+ margin: 0;
764
+ padding: 9px 0 4px 0;
765
+ line-height: 1.3; }
766
+
767
+ .wapk-admin > .notice {
768
+ margin: 10px 20px 0 22px;
769
+ position: relative;
770
+ display: block; }
771
+
772
+ .wapk-admin span.help {
773
+ display: block;
774
+ float: left;
775
+ width: 100%;
776
+ font-size: 0.9em;
777
+ color: #636363;
778
+ margin-top: 5px;
779
+ font-weight: 500; }
780
+ .wapk-admin span.help .dashicons {
781
+ width: 11px;
782
+ height: 12px;
783
+ font-size: inherit;
784
+ vertical-align: middle; }
785
+
786
+ .clear:after {
787
+ content: "";
788
+ display: table;
789
+ clear: both; }
790
+
791
+ /*.wapk-admin .help a { color: inherit; text-decoration: underline; }*/
792
+ /** Extend WP Core UI PostBox For Docs **/
793
+ .wapk-feed-docs .postbox {
794
+ width: 355px;
795
+ margin-right: 20px;
796
+ display: inline-block;
797
+ vertical-align: top; }
798
+ .wapk-feed-docs .postbox .hndle {
799
+ font-size: 14px;
800
+ padding: 8px 12px;
801
+ margin: 0;
802
+ line-height: 1.4;
803
+ cursor: pointer; }
804
+ .wapk-feed-docs .postbox .dashicons {
805
+ color: #ccc; }
806
+ .wapk-feed-docs .postbox a {
807
+ text-decoration: none; }
808
+ .wapk-feed-docs .postbox .inside {
809
+ margin-bottom: 0; }
810
+ .wapk-feed-docs .postbox ul {
811
+ margin-bottom: 0; }
812
+ .wapk-feed-docs .postbox .toggle-indicator:before {
813
+ content: "\F142";
814
+ display: inline-block;
815
+ font: 400 20px/1 dashicons;
816
+ speak: none;
817
+ -webkit-font-smoothing: antialiased;
818
+ -moz-osx-font-smoothing: grayscale;
819
+ text-decoration: none !important; }
820
+ .wapk-feed-docs .postbox li {
821
+ width: 100%;
822
+ display: block;
823
+ float: left; }
824
+ .wapk-feed-docs .postbox li span {
825
+ display: inline-block;
826
+ float: left;
827
+ margin-right: 4px; }
828
+ .wapk-feed-docs .postbox li a {
829
+ display: inline-block;
830
+ float: left;
831
+ width: calc(100% - 24px); }
832
+
833
+ .wapk-feed-docs .postbox.closed .toggle-indicator:before {
834
+ content: "\F140"; }
835
+
836
+ .wapk-section #post-body.columns-2 #side-sortables {
837
+ min-height: 196px; }
838
+
839
+ #poststuff #feed_merchant_info .inside {
840
+ margin: 0;
841
+ padding: 0; }
842
+
843
+ #feed_merchant_info ul.data {
844
+ margin-left: 24px;
845
+ margin-top: 5px; }
846
+ #feed_merchant_info ul.data li {
847
+ margin-bottom: 5px; }
848
+
849
+ .merchant-info-section {
850
+ padding: 6px 10px 8px; }
851
+
852
+ .generateFeed .wf-tab-content table:first-child {
853
+ border: none;
854
+ box-shadow: none; }
855
+
856
+ .generateFeed table th {
857
+ font-weight: bold; }
858
+
859
+ @media only screen and (max-width: 850px) {
860
+ .wapk-feed-docs .postbox {
861
+ display: block;
862
+ width: auto;
863
+ float: none;
864
+ margin-right: auto; } }
865
+
866
+ /** Admin Feed Help Docs **/
867
+ .wp-submenu li span.woo-feed-docs {
868
+ font-weight: bold;
869
+ color: #f18500; }
870
+
871
+ .wp-submenu li:hover span.woo-feed-docs {
872
+ color: #ce7304; }
873
+
874
+ .wp-submenu li.current span.woo-feed-docs {
875
+ color: #ce7304; }
876
+
877
+ .wapk-admin .wapk-feed-docs .postbox .hndle {
878
+ cursor: default; }
879
+
880
+ /** Admin Call-To-Action **/
881
+ .wapk-cta {
882
+ position: relative;
883
+ display: -ms-flexbox;
884
+ display: flex;
885
+ width: 100%;
886
+ padding: 100px 15px;
887
+ background: linear-gradient(45deg, #6CD5FF 33%, #c2efef 100%);
888
+ -ms-flex-pack: center;
889
+ justify-content: center;
890
+ -ms-flex-align: center;
891
+ align-items: center; }
892
+ .wapk-cta-icon .dashicons {
893
+ font-size: 100px;
894
+ width: 100px;
895
+ height: auto;
896
+ margin: 0 10px -8px 0;
897
+ color: #02658c; }
898
+ .wapk-cta-content {
899
+ width: 50%; }
900
+ .wapk-cta-content h2 {
901
+ font-size: 2em;
902
+ margin: 0.5em 0; }
903
+ .wapk-cta-action a.wapk-button {
904
+ font-size: 24px;
905
+ height: auto !important;
906
+ padding: 10px 20px; }
907
+
908
+ @media (max-width: 600px) {
909
+ .wapk-cta {
910
+ display: block;
911
+ text-align: center;
912
+ padding: 4em 0; }
913
+ .wapk-cta-content {
914
+ width: 100%;
915
+ margin: 2em 0; } }
916
+
917
+ /** Override .wp-core-ui .wapk-button styles with prefix .wapk-admin **/
918
+ /* Button Skin */
919
+ .wapk-button {
920
+ color: #00D4D4;
921
+ border-color: #00D4D4;
922
+ display: inline-block;
923
+ text-decoration: none;
924
+ font-size: 13px;
925
+ line-height: 2.15384615;
926
+ min-height: 30px;
927
+ margin: 0;
928
+ padding: 0 10px;
929
+ cursor: pointer;
930
+ border-width: 1px;
931
+ border-style: solid;
932
+ -webkit-appearance: none;
933
+ border-radius: 3px;
934
+ white-space: nowrap;
935
+ box-sizing: border-box; }
936
+ .wapk-button > svg {
937
+ width: 15px;
938
+ margin-left: 5px;
939
+ fill: #00D4D4; }
940
+ .wapk-button > .dashicons {
941
+ color: #00D4D4; }
942
+ .wapk-button:hover {
943
+ border-color: #00bbbb;
944
+ color: #00bbbb; }
945
+ .wapk-button:hover > svg {
946
+ fill: #00bbbb; }
947
+ .wapk-button:hover > .dashicons {
948
+ color: #00bbbb; }
949
+ .wapk-button:focus {
950
+ border-color: #00D4D4;
951
+ color: #00bbbb;
952
+ box-shadow: 0 0 0 1px #00D4D4; }
953
+ .wapk-button:focus > svg {
954
+ fill: #00bbbb; }
955
+ .wapk-button:focus > .dashicons {
956
+ color: #00bbbb; }
957
+ .wapk-button:active {
958
+ background: #00bbbb;
959
+ border-color: #00bbbb; }
960
+ .wapk-button-secondary {
961
+ color: #00D4D4;
962
+ border-color: #00D4D4;
963
+ display: inline-block;
964
+ text-decoration: none;
965
+ font-size: 13px;
966
+ line-height: 2.15384615;
967
+ min-height: 30px;
968
+ margin: 0;
969
+ padding: 0 10px;
970
+ cursor: pointer;
971
+ border-width: 1px;
972
+ border-style: solid;
973
+ -webkit-appearance: none;
974
+ border-radius: 3px;
975
+ white-space: nowrap;
976
+ box-sizing: border-box; }
977
+ .wapk-button-secondary > svg {
978
+ width: 15px;
979
+ margin-left: 5px;
980
+ fill: #00D4D4; }
981
+ .wapk-button-secondary > .dashicons {
982
+ color: #00D4D4; }
983
+ .wapk-button-secondary:hover {
984
+ border-color: #00bbbb;
985
+ color: #00bbbb; }
986
+ .wapk-button-secondary:hover > svg {
987
+ fill: #00bbbb; }
988
+ .wapk-button-secondary:hover > .dashicons {
989
+ color: #00bbbb; }
990
+ .wapk-button-secondary:focus {
991
+ border-color: #00D4D4;
992
+ color: #00bbbb;
993
+ box-shadow: 0 0 0 1px #00D4D4; }
994
+ .wapk-button-secondary:focus > svg {
995
+ fill: #00bbbb; }
996
+ .wapk-button-secondary:focus > .dashicons {
997
+ color: #00bbbb; }
998
+ .wapk-button-primary {
999
+ display: inline-block;
1000
+ text-decoration: none;
1001
+ font-size: 13px;
1002
+ line-height: 2.15384615;
1003
+ min-height: 30px;
1004
+ margin: 0;
1005
+ padding: 0 10px;
1006
+ cursor: pointer;
1007
+ border-width: 1px;
1008
+ border-style: solid;
1009
+ -webkit-appearance: none;
1010
+ border-radius: 3px;
1011
+ white-space: nowrap;
1012
+ box-sizing: border-box;
1013
+ background: #00D4D4;
1014
+ border-color: #00D4D4;
1015
+ color: #fff;
1016
+ box-shadow: 0 1px 0 #00bbbb;
1017
+ text-shadow: 0 -1px 1px #00bbbb, 1px 0 1px #00bbbb, 0 1px 1px #00bbbb, -1px 0 1px #00bbbb; }
1018
+ .wapk-button-primary > svg {
1019
+ fill: #fff; }
1020
+ .wapk-button-primary:hover {
1021
+ background: #00e3e3;
1022
+ border-color: #00c5c5;
1023
+ color: #fff; }
1024
+ .wapk-button-primary:hover > svg {
1025
+ fill: #fff; }
1026
+ .wapk-button-primary:focus {
1027
+ background: #00e3e3;
1028
+ border-color: #00c5c5;
1029
+ color: #fff;
1030
+ box-shadow: 0 0 0 1px #fff, 0 0 0 3px #00D4D4; }
1031
+ .wapk-button-primary:focus > svg {
1032
+ fill: #fff; }
1033
+ .wapk-button-primary:active {
1034
+ background: #00bbbb;
1035
+ border-color: #00bbbb;
1036
+ color: #fff; }
1037
+ .wapk-button-primary:active > svg {
1038
+ fill: #fff; }
1039
+ .wapk-button-primary:disabled {
1040
+ color: #c7d1d1 !important;
1041
+ background: #22ffff !important;
1042
+ border-color: #22ffff !important;
1043
+ text-shadow: none !important; }
1044
+ .wapk-button-primary:disabled > svg {
1045
+ fill: #c7d1d1 !important; }
1046
+ .wapk-button.hover {
1047
+ border-color: #00bbbb;
1048
+ color: #00bbbb; }
1049
+ .wapk-button.hover > svg {
1050
+ fill: #00bbbb; }
1051
+ .wapk-button.hover > .dashicons {
1052
+ color: #00bbbb; }
1053
+ .wapk-button.focus {
1054
+ border-color: #00D4D4;
1055
+ color: #00bbbb;
1056
+ box-shadow: 0 0 0 1px #00D4D4; }
1057
+ .wapk-button.focus > svg {
1058
+ fill: #00bbbb; }
1059
+ .wapk-button.focus > .dashicons {
1060
+ color: #00bbbb; }
1061
+ .wapk-button.active {
1062
+ border-color: #00bbbb;
1063
+ color: #00bbbb;
1064
+ box-shadow: inset 0 2px 5px -3px #00bbbb; }
1065
+ .wapk-button.active:focus {
1066
+ border-color: #00bbbb;
1067
+ color: #00bbbb;
1068
+ box-shadow: inset 0 2px 5px -3px #00bbbb; }
1069
+ .wapk-button.active:focus > svg {
1070
+ fill: #00bbbb; }
1071
+ .wapk-button.active:focus > .dashicons {
1072
+ color: #00bbbb; }
1073
+ .wapk-button.active:hover {
1074
+ border-color: #00bbbb;
1075
+ color: #00bbbb;
1076
+ box-shadow: inset 0 2px 5px -3px #00bbbb; }
1077
+ .wapk-button.active:hover > svg {
1078
+ fill: #00bbbb; }
1079
+ .wapk-button.active:hover > .dashicons {
1080
+ color: #00bbbb; }
1081
+ .wapk-button.active > svg {
1082
+ fill: #00bbbb; }
1083
+ .wapk-button.active > .dashicons {
1084
+ color: #00bbbb; }
1085
+ .wapk-button-primary.active {
1086
+ background: #00D4D4;
1087
+ color: #fff;
1088
+ border-color: #008888;
1089
+ box-shadow: inset 0 2px 5px -3px black; }
1090
+ .wapk-button-primary.active:focus {
1091
+ background: #00D4D4;
1092
+ color: #fff;
1093
+ border-color: #008888;
1094
+ box-shadow: inset 0 2px 5px -3px black; }
1095
+ .wapk-button-primary.active:focus > svg {
1096
+ fill: #fff; }
1097
+ .wapk-button-primary.active:hover {
1098
+ background: #00D4D4;
1099
+ color: #fff;
1100
+ border-color: #008888;
1101
+ box-shadow: inset 0 2px 5px -3px black; }
1102
+ .wapk-button-primary.active:hover > svg {
1103
+ fill: #fff; }
1104
+ .wapk-button-primary.active > svg {
1105
+ fill: #fff; }
1106
+ .wapk-button-primary[disabled] {
1107
+ color: #c7d1d1 !important;
1108
+ background: #22ffff !important;
1109
+ border-color: #22ffff !important;
1110
+ text-shadow: none !important; }
1111
+ .wapk-button-primary[disabled] > svg {
1112
+ fill: #c7d1d1 !important; }
1113
+ .wapk-button-primary.wapk-button-primary-disabled {
1114
+ color: #c7d1d1 !important;
1115
+ background: #22ffff !important;
1116
+ border-color: #22ffff !important;
1117
+ text-shadow: none !important; }
1118
+ .wapk-button-primary.wapk-button-primary-disabled > svg {
1119
+ fill: #c7d1d1 !important; }
1120
+ .wapk-button-primary.disabled {
1121
+ color: #c7d1d1 !important;
1122
+ background: #22ffff !important;
1123
+ border-color: #22ffff !important;
1124
+ text-shadow: none !important; }
1125
+ .wapk-button-primary.disabled > svg {
1126
+ fill: #c7d1d1 !important; }
1127
+ .wapk-button-primary.wapk-button-hero {
1128
+ box-shadow: 0 2px 0 #00bbbb; }
1129
+ .wapk-button-primary.wapk-button-hero:focus {
1130
+ box-shadow: 0 2px 0 #00bbbb, 0 1px 0 #00c5c5, 0 0 2px 1px #00eeee; }
1131
+ .wapk-button-primary.wapk-button-hero:active {
1132
+ box-shadow: inset 0 3px 0 #00a1a1; }
1133
+ .wapk-button-primary.wapk-button-hero.active {
1134
+ box-shadow: inset 0 3px 0 #00a1a1; }
1135
+ .wapk-button-primary.wapk-button-hero.active:hover, .wapk-button-primary.wapk-button-hero.active:focus {
1136
+ box-shadow: inset 0 3px 0 #00a1a1; }
1137
+ .wapk-button-group > .wapk-button.active {
1138
+ border-color: #00D4D4; }
1139
+
1140
+ /* Button Sizes */
1141
+ .wapk-button.wapk-button-xl {
1142
+ height: 30px;
1143
+ line-height: 28px;
1144
+ padding: 0 12px 2px; }
1145
+
1146
+ .wapk-button-group.wapk-button-xl .wapk-button {
1147
+ height: 30px;
1148
+ line-height: 28px;
1149
+ padding: 0 12px 2px; }
1150
+
1151
+ .wapk-button.wapk-button-hero {
1152
+ font-size: 18px;
1153
+ height: 50px;
1154
+ line-height: 48px;
1155
+ padding: 0 36px;
1156
+ min-height: 46px; }
1157
+
1158
+ .wapk-button-group.wapk-button-hero .wapk-button {
1159
+ font-size: 18px;
1160
+ height: 50px;
1161
+ line-height: 48px;
1162
+ padding: 0 36px;
1163
+ min-height: 46px; }
1164
+
1165
+ @media screen and (min-width: 782px) {
1166
+ th#status,
1167
+ th#provider {
1168
+ width: 80px; }
1169
+ th#type {
1170
+ width: 50px; }
1171
+ th#option_name {
1172
+ width: 100px; }
1173
+ td.option_name.column-option_name > span:first-child {
1174
+ display: none; }
1175
+ th#last_updated {
1176
+ width: 90px; }
1177
+ th#view {
1178
+ width: 111px; } }
1179
+
1180
+ @media screen and (min-width: 960px) {
1181
+ th#status, th#provider {
1182
+ width: 100px; }
1183
+ th#type {
1184
+ width: 80px; }
1185
+ th#option_name {
1186
+ width: 150px; }
1187
+ th#last_updated {
1188
+ width: 140px; } }
1189
+
1190
+ @media screen and (max-width: 782px) {
1191
+ table.wf-info-table {
1192
+ margin-top: 10px; }
1193
+ table.wf-info-table th:first-child img {
1194
+ margin: 0 auto;
1195
+ display: block; }
1196
+ .wapk-button.wapk-button-xl {
1197
+ padding: 6px 14px;
1198
+ line-height: normal;
1199
+ font-size: 14px;
1200
+ vertical-align: middle;
1201
+ height: auto;
1202
+ margin-bottom: 4px; } }
1203
+
1204
+ .wapk-feed-docs .wapk-feed-cta {
1205
+ margin: 0; }
1206
+
1207
+ .campaign_configurator {
1208
+ background: #FFF;
1209
+ padding: 20px 0; }
1210
+ .campaign_configurator table {
1211
+ margin: 0 auto;
1212
+ width: 51%;
1213
+ min-width: 574px;
1214
+ border: none;
1215
+ box-shadow: none; }
1216
+ .campaign_configurator th {
1217
+ min-width: 120px; }
1218
+
1219
+ @media screen and (max-width: 782px) {
1220
+ .campaign_configurator {
1221
+ padding: 0; }
1222
+ .campaign_configurator table {
1223
+ width: auto;
1224
+ min-width: auto;
1225
+ max-width: 100%; }
1226
+ .campaign_configurator th {
1227
+ min-width: auto; } }
1228
+
1229
+ #wf-tab-content-config td > input:not([type="checkbox"]):not([type="radio"]),
1230
+ #wf-tab-content-config td > select,
1231
+ #wf-tab-content-config td > textarea {
1232
+ width: 100% !important; }
1233
+
1234
+ .woo-feed-filters td > div:nth-child(2n):not(.clear):not(.selectize) {
1235
+ width: 120px;
1236
+ display: block; }
1237
+
1238
+ .woo-feed-filters td > div:not(.clear) {
1239
+ float: left;
1240
+ margin-right: 10px; }
1241
+
1242
+ .woo-feed-filters tr > td:first-child {
1243
+ width: 290px;
1244
+ padding-left: 40px; }
1245
+
1246
+ .woo-feed-filters,
1247
+ .woo-feed-ftp {
1248
+ margin: 15px auto 25px; }
1249
+
1250
+ .wf_clean_cache_wrapper {
1251
+ display: -ms-flexbox;
1252
+ display: flex;
1253
+ margin-left: auto; }
1254
+
1255
+ @-webkit-keyframes LoaderClockWise {
1256
+ from {
1257
+ -webkit-transform: rotate(0deg);
1258
+ transform: rotate(0deg); }
1259
+ to {
1260
+ -webkit-transform: rotate(360deg);
1261
+ transform: rotate(360deg); } }
1262
+
1263
+ @keyframes LoaderClockWise {
1264
+ from {
1265
+ -webkit-transform: rotate(0deg);
1266
+ transform: rotate(0deg); }
1267
+ to {
1268
+ -webkit-transform: rotate(360deg);
1269
+ transform: rotate(360deg); } }
1270
+
1271
+ .woo-feed-cache-loader {
1272
+ width: 18px;
1273
+ margin-right: 5px;
1274
+ animation: LoaderClockWise 1s linear infinite;
1275
+ -webkit-animation: LoaderClockWise 1s linear infinite;
1276
+ display: none; }
1277
+
1278
+ .woo-feed-table-heading .woo-feed-table-heading-title {
1279
+ float: left;
1280
+ margin-right: auto;
1281
+ display: inline-block;
1282
+ line-height: 30px; }
1283
+
1284
+ .woo-feed-table-heading .wf_clean_cache_wrapper {
1285
+ float: right;
1286
+ font-weight: normal; }
1287
+
1288
+ .wf_clean_cache_wrapper button {
1289
+ background: #eb4d4b;
1290
+ color: #fff;
1291
+ border: none;
1292
+ font-weight: 500;
1293
+ display: inline-block;
1294
+ text-decoration: none;
1295
+ font-size: 13px;
1296
+ line-height: 2.15384615;
1297
+ min-height: 30px;
1298
+ margin: 0;
1299
+ padding: 0 10px;
1300
+ border-radius: 3px;
1301
+ cursor: pointer;
1302
+ outline: none; }
1303
+
1304
+ .wf_clean_cache_wrapper button:hover {
1305
+ background: #ff7979;
1306
+ color: #fff; }
admin/css/woo-feed-admin.min.css CHANGED
@@ -1 +1 @@
1
- .wpf_spin{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}.wpf_spin.reverse_spin{animation-direction:reverse}.wpf_regenerate.disabled{color:#737373;box-shadow:none;cursor:not-allowed}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.wfbtn{background:#3498db;background-image:linear-gradient(to bottom,#3498db,#2980b9);border-radius:17px;box-shadow:0 1px 3px #666;font-family:Arial,sans-serif;color:#fff;font-size:20px;padding:10px 20px 10px 20px;border:solid #2b698f 3px;text-decoration:none}.wfbtn:hover{background:#3cb0fd;background-image:linear-gradient(to bottom,#3cb0fd,#3498db);text-decoration:none}.wftooltip{display:none;position:absolute;border:1px solid #333;background-color:#161616;border-radius:5px;padding:10px;color:#fff;font-size:12px}.feed-actions .makeFeedResponse{width:70%;color:green}.woo-feed-mapping-input{width:100%}.requiredIn{color:red}.generalInput{width:200px}.generalInput:not(.selectize-control){margin:5px auto}.error{color:red}.widefat td input,.widefat td select{max-width:100%}#wf_newRow{margin-left:0}.mtable tbody tr{height:25px;border:1px solid #ccc;text-align:left;-ms-flex-align:baseline;align-items:baseline;font-weight:700}.mtable th:nth-child(1){width:17px}.mtable th:nth-child(2){width:160px}.mtable th:nth-child(3){width:100px}.mtable th:nth-child(4){width:100px}.mtable th:nth-child(5){width:150px}.mtable th:nth-child(6){width:100px}.mtable th:nth-child(7){width:150px}.mtable th:nth-child(8){width:90px}.mtable th:nth-child(9){width:29px}.mtable2 tbody tr{height:25px;border:1px solid #ccc;text-align:left;-ms-flex-align:baseline;align-items:baseline;font-weight:700}.mtable2 th:nth-child(1){width:30px}.mtable2 th:nth-child(2){width:150px}.mtable2 th:nth-child(3){width:230px}.mtable2 th:nth-child(4){width:220px}.mtable2 th:nth-child(7){width:50px}.mtable2 th:nth-child(8){width:50px}.mtable2 th:nth-child(9){width:29px}.wp-admin select.wf_mattributes{width:150px;left:0;height:25px}div#wf-tab-content1 select:not([name^=output_type]){width:100%}div#wf-tab-content1 input{width:100%}div#wf-tab-content1 .dashicons{vertical-align:middle}.wf_attributes{width:150px;left:0}.wf_compare{max-width:245px;left:0}.wf_ps{width:100px;left:0}.wf_sortedtable{cursor:move}.sorted_table{position:relative}.sorted_table .dragged{position:absolute;opacity:.8;z-index:9999;background:#fff;width:100%;display:table}.sorted_table tbody tr.placeholder td{border:1px dashed #2cc185;height:46px}.wfnoempty{width:120px}p{color:#222}.wf_tabs{position:relative;margin:0 auto;width:100%;list-style:none}.wf_tabs:after{display:table;clear:both;content:""}.wf_tabs li{float:left;width:20%;display:block;border:2px solid #ccc}.wf_tabs li>input[type=radio][name=wf_tabs]{position:absolute;top:auto;left:-9999px}.wf-tab-name{display:block;padding:15px;font-size:15px;font-weight:700;line-height:1;background:#fff;cursor:pointer;position:relative;text-align:center;text-transform:uppercase;color:#2cc185}.wf-tab-name:hover{background:#2cc185;color:#fff}.wf_tabs [id^=tab]:checked+label{background:#2cc185;color:#fff}.wf_tabs .wf-tab-content{z-index:2;display:none;width:100%;font-size:.9rem;position:absolute;left:0;background:#fff;border:2px solid #ccc}.wf_tabs [id^=tab]:checked~[id^=wf-tab-content]{display:block}[id^=wf-tab-content]{margin-bottom:40px}div#wf-tab-content2 table:first-child{padding:10px 0}div#wf-tab-content2 table:first-child td:nth-child(1){width:260px}div#wf-tab-content2 table:first-child td:nth-child(2){width:260px}table.feed-actions tr td:last-child{text-align:right}select.selectize{display:none}body.no-js select.selectize{display:block!important}.wp-list-table .option_name .wf_feed_option_name_link{font-weight:700}.selectize-dropdown .active{background-color:#edf9ff}.selectize-dropdown .create{padding:5px 8px}.wapk-selectize-item{background:#0073aa!important;color:#f1f1f1!important;font-weight:700!important;border-color:#0073aa!important;padding-left:5px;padding-right:5px}.selectize-input.full #googleTaxonomyId-selectized{opacity:0;position:absolute;left:-10000px}.selectize-dropdown [data-selectable].option{cursor:default}.selectize-control.plugin-remove_button [data-value] .remove{border-left:1px solid #f1f1f1!important}.selectize-dropdown .optgroup-header{font-weight:700;background:#efefef;color:#5a5a5a}.selectize-dropdown [data-selectable].option{cursor:pointer}.wf_status_wrap label{width:50px;height:25px;box-sizing:border-box;border:1px solid;float:left;border-radius:100px;position:relative;cursor:pointer;transition:.3s ease}input[class=woo_feed_status_input]:checked+label{background:#55e868}input[class=woo_feed_status_input]:checked+label:before{left:25px}.wf_status_wrap label:before{transition:.3s ease;content:'';width:20px;height:20px;position:absolute;background:#fff;left:2px;top:2px;box-sizing:border-box;border:1px solid;color:#000;border-radius:100px}.column-url,.widefat td.column-url,.widefat th.column-url{color:#008779;font-weight:700}.feed-progress-container{width:100%;color:#fff;text-align:center;font-weight:300}.feed-progress-bar{width:100%;background:#eee;padding:3px;border-radius:3px;box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}.feed-progress-bar-fill{height:20px;display:block;background:#3dc264;width:0;border-radius:3px;transition:width .8s ease}.feed-progress-status{float:left;font-weight:700;color:#00008b}.feed-progress-percentage{text-align:right;font-weight:bolder;color:#41f49d;font-family:'Arial Black',sans-serif;font-size:large}#wpbody-content.woofeed-body-content{overflow:visible!important}.clippy{position:relative;width:13px;margin-top:-3px;margin-left:3px;top:3px}.column-url .clippy{display:none}.column-url:hover .clippy{display:inline-block}.tooltipped{position:relative}.tooltipped:after{position:absolute;z-index:1000000;display:none;padding:5px 8px;font:normal normal 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:rgba(0,0,0,.8);border-radius:3px;-webkit-font-smoothing:subpixel-antialiased}.tooltipped:before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:rgba(0,0,0,.8);pointer-events:none;content:"";border:5px solid transparent}.tooltipped:hover:before{display:inline-block;text-decoration:none}.tooltipped:hover:after{display:inline-block;text-decoration:none}.tooltipped:active:before{display:inline-block;text-decoration:none}.tooltipped:active:after{display:inline-block;text-decoration:none}.tooltipped:focus:before{display:inline-block;text-decoration:none}.tooltipped:focus:after{display:inline-block;text-decoration:none}.tooltipped-multiline:hover:after{display:table-cell}.tooltipped-multiline:active:after{display:table-cell}.tooltipped-multiline:focus:after{display:table-cell}.tooltipped-multiline:after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate}.tooltipped-s:after{top:100%;right:50%;margin-top:5px;-webkit-transform:translateX(50%);transform:translateX(50%)}.tooltipped-s:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.tooltipped-se:after{top:100%;margin-top:5px;right:auto;left:50%;margin-left:-15px}.tooltipped-se:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.tooltipped-sw:after{top:100%;right:50%;margin-top:5px;margin-right:-15px}.tooltipped-sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.tooltipped-n:after{right:50%;bottom:100%;margin-bottom:5px;-webkit-transform:translateX(50%);transform:translateX(50%)}.tooltipped-n:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.tooltipped-ne:after{bottom:100%;margin-bottom:5px;right:auto;left:50%;margin-left:-15px}.tooltipped-ne:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.tooltipped-nw:after{right:50%;bottom:100%;margin-bottom:5px;margin-right:-15px}.tooltipped-nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.tooltipped-w:after{right:100%;bottom:50%;margin-right:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,.8)}.tooltipped-e:after{bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:rgba(0,0,0,.8)}.tooltipped-multiline.tooltipped-s:after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-n:after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-w:after{right:100%}.tooltipped-multiline.tooltipped-e:after{right:100%}.tooltipped-sticky:before{display:inline-block}.tooltipped-sticky:after{display:inline-block}.tooltipped-sticky.tooltipped-multiline:after{display:table-cell}.fullscreen-overlay-enabled.dark-theme .tooltipped:after{color:#000;background:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before{border-bottom-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before{border-bottom-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before{border-bottom-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before{border-top-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before{border-top-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before{border-top-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before{border-right-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before{border-left-color:rgba(255,255,255,.8)}@media screen and (min-width:0\0){.tooltipped-multiline:after{width:250px}}ul.tracker_collection_list{list-style:initial;padding:initial;margin:-10px 0 0 30px;font-size:11px!important}ul.tracker_collection_list li{margin:0}table.wf-info-table,table.wf-rate-table{vertical-align:middle;text-align:center;max-width:100%;font-weight:500}table.wf-info-table th,table.wf-rate-table th{text-align:center}table.wf-info-table strong,table.wf-rate-table strong{font-weight:700}table.wf-info-table th:first-child img{margin:0 0 -5px 5px}table.wf-rate-table a{color:#0073aa}table.wf-rate-table a.review-star:after{content:"\f155\f155\f155\f155\f155"!important;font-family:dashicons;font-size:10px;font-weight:100;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0073aa;text-decoration:underline}#adminmenu #toplevel_page_webappick-manage-feeds div.wp-menu-image::before{content:"";background:url(../images/woo-feed-icon.svg) no-repeat center center;background-size:20px 20px;opacity:.6}#adminmenu #toplevel_page_webappick-manage-feeds:hover div.wp-menu-image::before{opacity:1}#adminmenu #toplevel_page_webappick-manage-feeds.wp-has-current-submenu div.wp-menu-image::before{opacity:1}.wapk-admin,.wapk-admin *{box-sizing:border-box}.wapk-admin{position:relative;display:block;-webkit-hyphens:manual;-ms-hyphens:manual;-moz-hyphens:manual;hyphens:manual;color:#1b2730;margin:0 0 0 -10px}@media screen and (min-width:783px){.wapk-admin{margin:0 0 0 -20px}}.text-center{text-align:center}.wapk-admin h1,.wapk-admin h2,.wapk-admin h3,.wapk-admin h4,.wapk-admin h5,.wapk-admin h6,.wapk-admin p{color:#1b2730}.wapk-admin sup{vertical-align:baseline;position:relative;top:-6px}.wapk-admin sub{vertical-align:baseline;position:relative;top:4px}.wapk-admin .wapk-section{margin:10px 20px 0 22px;position:relative;display:block}.wapk-admin .wapk-section [class$=icon32]+h2{font-size:23px;font-weight:400;margin:0;padding:9px 0 4px 0;line-height:1.3}.wapk-admin .wapk-section h1{font-size:23px;font-weight:400;margin:0;padding:9px 0 4px 0;line-height:1.3}.wapk-admin .wapk-section>h2:first-child{font-size:23px;font-weight:400;margin:0;padding:9px 0 4px 0;line-height:1.3}.wapk-admin>.notice{margin:10px 20px 0 22px;position:relative;display:block}.wapk-admin span.help{display:block;float:left;width:100%;font-size:.9em;color:#636363;margin-top:5px;font-weight:500}.wapk-admin span.help .dashicons{width:11px;height:12px;font-size:inherit;vertical-align:middle}.clear:after{content:"";display:table;clear:both}.wapk-feed-docs .postbox{width:355px;margin-right:20px;display:inline-block;vertical-align:top}.wapk-feed-docs .postbox .hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4;cursor:pointer}.wapk-feed-docs .postbox .dashicons{color:#ccc}.wapk-feed-docs .postbox a{text-decoration:none}.wapk-feed-docs .postbox .inside{margin-bottom:0}.wapk-feed-docs .postbox ul{margin-bottom:0}.wapk-feed-docs .postbox .toggle-indicator:before{content:"\F142";display:inline-block;font:400 20px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.wapk-feed-docs .postbox li{width:100%;display:block;float:left}.wapk-feed-docs .postbox li span{display:inline-block;float:left;margin-right:4px}.wapk-feed-docs .postbox li a{display:inline-block;float:left;width:calc(100% - 24px)}.wapk-feed-docs .postbox.closed .toggle-indicator:before{content:"\F140"}.wapk-section #post-body.columns-2 #side-sortables{min-height:196px}#poststuff #feed_merchant_info .inside{margin:0;padding:0}#feed_merchant_info ul.data{margin-left:24px;margin-top:5px}#feed_merchant_info ul.data li{margin-bottom:5px}.merchant-info-section{padding:6px 10px 8px}.generateFeed .wf-tab-content table:first-child{border:none;box-shadow:none}.generateFeed table th{font-weight:700}@media only screen and (max-width:850px){.wapk-feed-docs .postbox{display:block;width:auto;float:none;margin-right:auto}}.wp-submenu li span.woo-feed-docs{font-weight:700;color:#f18500}.wp-submenu li:hover span.woo-feed-docs{color:#ce7304}.wp-submenu li.current span.woo-feed-docs{color:#ce7304}.wapk-admin .wapk-feed-docs .postbox .hndle{cursor:default}.wapk-cta{position:relative;display:-ms-flexbox;display:flex;width:100%;padding:100px 15px;background:linear-gradient(45deg,#6cd5ff 33%,#c2efef 100%);-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.wapk-cta-icon .dashicons{font-size:100px;width:100px;height:auto;margin:0 10px -8px 0;color:#02658c}.wapk-cta-content{width:50%}.wapk-cta-content h2{font-size:2em;margin:.5em 0}.wapk-cta-action a.wapk-button{font-size:24px;height:auto!important;padding:10px 20px}@media (max-width:600px){.wapk-cta{display:block;text-align:center;padding:4em 0}.wapk-cta-content{width:100%;margin:2em 0}}.wapk-button{color:#00d4d4;border-color:#00d4d4;display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box}.wapk-button>svg{width:15px;margin-left:5px;fill:#00d4d4}.wapk-button>.dashicons{color:#00d4d4}.wapk-button:hover{border-color:#0bb;color:#0bb}.wapk-button:hover>svg{fill:#0bb}.wapk-button:hover>.dashicons{color:#0bb}.wapk-button:focus{border-color:#00d4d4;color:#0bb;box-shadow:0 0 0 1px #00d4d4}.wapk-button:focus>svg{fill:#0bb}.wapk-button:focus>.dashicons{color:#0bb}.wapk-button:active{background:#0bb;border-color:#0bb}.wapk-button-secondary{color:#00d4d4;border-color:#00d4d4;display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box}.wapk-button-secondary>svg{width:15px;margin-left:5px;fill:#00d4d4}.wapk-button-secondary>.dashicons{color:#00d4d4}.wapk-button-secondary:hover{border-color:#0bb;color:#0bb}.wapk-button-secondary:hover>svg{fill:#0bb}.wapk-button-secondary:hover>.dashicons{color:#0bb}.wapk-button-secondary:focus{border-color:#00d4d4;color:#0bb;box-shadow:0 0 0 1px #00d4d4}.wapk-button-secondary:focus>svg{fill:#0bb}.wapk-button-secondary:focus>.dashicons{color:#0bb}.wapk-button-primary{display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;background:#00d4d4;border-color:#00d4d4;color:#fff;box-shadow:0 1px 0 #0bb;text-shadow:0 -1px 1px #0bb,1px 0 1px #0bb,0 1px 1px #0bb,-1px 0 1px #0bb}.wapk-button-primary>svg{fill:#fff}.wapk-button-primary:hover{background:#00e3e3;border-color:#00c5c5;color:#fff}.wapk-button-primary:hover>svg{fill:#fff}.wapk-button-primary:focus{background:#00e3e3;border-color:#00c5c5;color:#fff;box-shadow:0 0 0 1px #fff,0 0 0 3px #00d4d4}.wapk-button-primary:focus>svg{fill:#fff}.wapk-button-primary:active{background:#0bb;border-color:#0bb;color:#fff}.wapk-button-primary:active>svg{fill:#fff}.wapk-button-primary:disabled{color:#c7d1d1!important;background:#2ff!important;border-color:#2ff!important;text-shadow:none!important}.wapk-button-primary:disabled>svg{fill:#c7d1d1!important}.wapk-button.hover{border-color:#0bb;color:#0bb}.wapk-button.hover>svg{fill:#0bb}.wapk-button.hover>.dashicons{color:#0bb}.wapk-button.focus{border-color:#00d4d4;color:#0bb;box-shadow:0 0 0 1px #00d4d4}.wapk-button.focus>svg{fill:#0bb}.wapk-button.focus>.dashicons{color:#0bb}.wapk-button.active{border-color:#0bb;color:#0bb;box-shadow:inset 0 2px 5px -3px #0bb}.wapk-button.active:focus{border-color:#0bb;color:#0bb;box-shadow:inset 0 2px 5px -3px #0bb}.wapk-button.active:focus>svg{fill:#0bb}.wapk-button.active:focus>.dashicons{color:#0bb}.wapk-button.active:hover{border-color:#0bb;color:#0bb;box-shadow:inset 0 2px 5px -3px #0bb}.wapk-button.active:hover>svg{fill:#0bb}.wapk-button.active:hover>.dashicons{color:#0bb}.wapk-button.active>svg{fill:#0bb}.wapk-button.active>.dashicons{color:#0bb}.wapk-button-primary.active{background:#00d4d4;color:#fff;border-color:#088;box-shadow:inset 0 2px 5px -3px #000}.wapk-button-primary.active:focus{background:#00d4d4;color:#fff;border-color:#088;box-shadow:inset 0 2px 5px -3px #000}.wapk-button-primary.active:focus>svg{fill:#fff}.wapk-button-primary.active:hover{background:#00d4d4;color:#fff;border-color:#088;box-shadow:inset 0 2px 5px -3px #000}.wapk-button-primary.active:hover>svg{fill:#fff}.wapk-button-primary.active>svg{fill:#fff}.wapk-button-primary[disabled]{color:#c7d1d1!important;background:#2ff!important;border-color:#2ff!important;text-shadow:none!important}.wapk-button-primary[disabled]>svg{fill:#c7d1d1!important}.wapk-button-primary.wapk-button-primary-disabled{color:#c7d1d1!important;background:#2ff!important;border-color:#2ff!important;text-shadow:none!important}.wapk-button-primary.wapk-button-primary-disabled>svg{fill:#c7d1d1!important}.wapk-button-primary.disabled{color:#c7d1d1!important;background:#2ff!important;border-color:#2ff!important;text-shadow:none!important}.wapk-button-primary.disabled>svg{fill:#c7d1d1!important}.wapk-button-primary.wapk-button-hero{box-shadow:0 2px 0 #0bb}.wapk-button-primary.wapk-button-hero:focus{box-shadow:0 2px 0 #0bb,0 1px 0 #00c5c5,0 0 2px 1px #0ee}.wapk-button-primary.wapk-button-hero:active{box-shadow:inset 0 3px 0 #00a1a1}.wapk-button-primary.wapk-button-hero.active{box-shadow:inset 0 3px 0 #00a1a1}.wapk-button-primary.wapk-button-hero.active:focus,.wapk-button-primary.wapk-button-hero.active:hover{box-shadow:inset 0 3px 0 #00a1a1}.wapk-button-group>.wapk-button.active{border-color:#00d4d4}.wapk-button.wapk-button-xl{height:30px;line-height:28px;padding:0 12px 2px}.wapk-button-group.wapk-button-xl .wapk-button{height:30px;line-height:28px;padding:0 12px 2px}.wapk-button.wapk-button-hero{font-size:18px;height:50px;line-height:48px;padding:0 36px;min-height:46px}.wapk-button-group.wapk-button-hero .wapk-button{font-size:18px;height:50px;line-height:48px;padding:0 36px;min-height:46px}@media screen and (min-width:782px){th#provider,th#status{width:80px}th#type{width:50px}th#option_name{width:100px}td.option_name.column-option_name>span:first-child{display:none}th#last_updated{width:90px}th#view{width:111px}}@media screen and (min-width:960px){th#provider,th#status{width:100px}th#type{width:80px}th#option_name{width:150px}th#last_updated{width:140px}}@media screen and (max-width:782px){table.wf-info-table{margin-top:10px}table.wf-info-table th:first-child img{margin:0 auto;display:block}.wapk-button.wapk-button-xl{padding:6px 14px;line-height:normal;font-size:14px;vertical-align:middle;height:auto;margin-bottom:4px}}.wapk-feed-docs .wapk-feed-cta{margin:0}.campaign_configurator{background:#fff;padding:20px 0}.campaign_configurator table{margin:0 auto;width:51%;min-width:574px;border:none;box-shadow:none}.campaign_configurator th{min-width:120px}@media screen and (max-width:782px){.campaign_configurator{padding:0}.campaign_configurator table{width:auto;min-width:auto;max-width:100%}.campaign_configurator th{min-width:auto}}#wf-tab-content-config td>input:not([type=checkbox]):not([type=radio]),#wf-tab-content-config td>select,#wf-tab-content-config td>textarea{width:100%!important}.woo-feed-filters td>div:nth-child(2n):not(.clear):not(.selectize){width:120px;display:block}.woo-feed-filters td>div:not(.clear){float:left;margin-right:10px}.woo-feed-filters tr>td:first-child{width:290px;padding-left:40px}.woo-feed-filters,.woo-feed-ftp{margin:15px auto 25px}.wf_clean_cache_wrapper{display:-ms-flexbox;display:flex;margin-left:auto}@-webkit-keyframes LoaderClockWise{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes LoaderClockWise{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.woo-feed-cache-loader{width:18px;margin-right:5px;animation:LoaderClockWise 1s linear infinite;-webkit-animation:LoaderClockWise 1s linear infinite;display:none}.woo-feed-table-heading .woo-feed-table-heading-title{float:left;margin-right:auto;display:inline-block;line-height:30px}.woo-feed-table-heading .wf_clean_cache_wrapper{float:right;font-weight:400}.wf_clean_cache_wrapper button{background:#eb4d4b;color:#fff;border:none;font-weight:500;display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;border-radius:3px;cursor:pointer;outline:0}.wf_clean_cache_wrapper button:hover{background:#ff7979;color:#fff}
1
+ .wpf_spin{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}.wpf_spin.reverse_spin{animation-direction:reverse}.wpf_regenerate.disabled{color:#737373;box-shadow:none;cursor:not-allowed}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.wfbtn{background:#3498db;background-image:linear-gradient(to bottom,#3498db,#2980b9);border-radius:17px;box-shadow:0 1px 3px #666;font-family:Arial,sans-serif;color:#fff;font-size:20px;padding:10px 20px 10px 20px;border:solid #2b698f 3px;text-decoration:none}.wfbtn:hover{background:#3cb0fd;background-image:linear-gradient(to bottom,#3cb0fd,#3498db);text-decoration:none}.wftooltip{display:none;position:absolute;border:1px solid #333;background-color:#161616;border-radius:5px;padding:10px;color:#fff;font-size:12px}.feed-actions .makeFeedResponse{width:70%;color:green}.woo-feed-mapping-input{width:100%}.requiredIn{color:red}.generalInput{width:200px}.generalInput:not(.selectize-control){margin:5px auto}.error{color:red}.widefat td input,.widefat td select{max-width:100%}#wf_newRow{margin-left:0}.mtable tbody tr{height:25px;border:1px solid #ccc;text-align:left;-ms-flex-align:baseline;align-items:baseline;font-weight:700}.mtable th:nth-child(1){width:17px}.mtable th:nth-child(2){width:160px}.mtable th:nth-child(3){width:100px}.mtable th:nth-child(4){width:100px}.mtable th:nth-child(5){width:150px}.mtable th:nth-child(6){width:100px}.mtable th:nth-child(7){width:150px}.mtable th:nth-child(8){width:90px}.mtable th:nth-child(9){width:29px}.mtable2 tbody tr{height:25px;border:1px solid #ccc;text-align:left;-ms-flex-align:baseline;align-items:baseline;font-weight:700}.mtable2 th:nth-child(1){width:30px}.mtable2 th:nth-child(2){width:150px}.mtable2 th:nth-child(3){width:230px}.mtable2 th:nth-child(4){width:220px}.mtable2 th:nth-child(7){width:50px}.mtable2 th:nth-child(8){width:50px}.mtable2 th:nth-child(9){width:29px}.wp-admin select.wf_mattributes{width:150px;left:0;height:25px}div#wf-tab-content1 select:not([name^=output_type]){width:100%}div#wf-tab-content1 input{width:100%}div#wf-tab-content1 .dashicons{vertical-align:middle}.wf_attributes{width:150px;left:0}.wf_compare{max-width:245px;left:0}.wf_ps{width:100px;left:0}.wf_sortedtable{cursor:move}.sorted_table{position:relative}.sorted_table .dragged{position:absolute;opacity:.8;z-index:9999;background:#fff;width:100%;display:table}.sorted_table tbody tr.placeholder td{border:1px dashed #2cc185;height:46px}.wfnoempty{width:120px}p{color:#222}.wf_tabs{position:relative;margin:0 auto;width:100%;list-style:none}.wf_tabs:after{display:table;clear:both;content:""}.wf_tabs li{float:left;width:20%;display:block;border:2px solid #ccc}.wf_tabs li>input[type=radio][name=wf_tabs]{position:absolute;top:auto;left:-9999px}.wf-tab-name{display:block;padding:15px;font-size:15px;font-weight:700;line-height:1;background:#fff;cursor:pointer;position:relative;text-align:center;text-transform:uppercase;color:#2cc185}.wf-tab-name:hover{background:#2cc185;color:#fff}.wf_tabs [id^=tab]:checked+label{background:#2cc185;color:#fff}.wf_tabs .wf-tab-content{z-index:2;display:none;width:100%;font-size:.9rem;position:absolute;left:0;background:#fff;border:2px solid #ccc}.wf_tabs [id^=tab]:checked~[id^=wf-tab-content]{display:block}[id^=wf-tab-content]{margin-bottom:40px}div#wf-tab-content2 table:first-child{padding:10px 0}div#wf-tab-content2 table:first-child td:nth-child(1){width:260px}div#wf-tab-content2 table:first-child td:nth-child(2){width:260px}table.feed-actions tr td:last-child{text-align:right}select.selectize{display:none}body.no-js select.selectize{display:block!important}.wp-list-table .option_name .wf_feed_option_name_link{font-weight:700}.selectize-dropdown .active{background-color:#edf9ff}.selectize-dropdown .create{padding:5px 8px}.wapk-selectize-item{background:#0073aa!important;color:#f1f1f1!important;font-weight:700!important;border-color:#0073aa!important;padding-left:5px;padding-right:5px}.selectize-input.full #googleTaxonomyId-selectized{opacity:0;position:absolute;left:-10000px}.selectize-dropdown [data-selectable].option{cursor:default}.selectize-control.plugin-remove_button [data-value] .remove{border-left:1px solid #f1f1f1!important}.selectize-dropdown .optgroup-header{font-weight:700;background:#efefef;color:#5a5a5a}.selectize-dropdown [data-selectable].option{cursor:pointer}.wf_status_wrap label{width:50px;height:25px;box-sizing:border-box;border:1px solid;float:left;border-radius:100px;position:relative;cursor:pointer;transition:.3s ease}input[class=woo_feed_status_input]:checked+label{background:#55e868}input[class=woo_feed_status_input]:checked+label:before{left:25px}.wf_status_wrap label:before{transition:.3s ease;content:'';width:20px;height:20px;position:absolute;background:#fff;left:2px;top:2px;box-sizing:border-box;border:1px solid;color:#000;border-radius:100px}.column-url,.widefat td.column-url,.widefat th.column-url{color:#008779;font-weight:700}.feed-progress-container{width:100%;color:#fff;text-align:center;font-weight:300}.feed-progress-bar{width:100%;background:#eee;padding:3px;border-radius:3px;box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}.feed-progress-bar-fill{height:20px;display:block;background:#3dc264;width:0;border-radius:3px;transition:width .8s ease}.feed-progress-status{float:left;font-weight:700;color:#00008b}.feed-progress-percentage{text-align:right;font-weight:bolder;color:#41f49d;font-family:'Arial Black',sans-serif;font-size:large}#wpbody-content.woofeed-body-content{overflow:visible!important}.clippy{position:relative;width:13px;margin-top:-3px;margin-left:3px;top:3px}.column-url .clippy{display:none}.column-url:hover .clippy{display:inline-block}.tooltipped{position:relative}.tooltipped:after{position:absolute;z-index:1000000;display:none;padding:5px 8px;font:normal normal 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:rgba(0,0,0,.8);border-radius:3px;-webkit-font-smoothing:subpixel-antialiased}.tooltipped:before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:rgba(0,0,0,.8);pointer-events:none;content:"";border:5px solid transparent}.tooltipped:hover:before{display:inline-block;text-decoration:none}.tooltipped:hover:after{display:inline-block;text-decoration:none}.tooltipped:active:before{display:inline-block;text-decoration:none}.tooltipped:active:after{display:inline-block;text-decoration:none}.tooltipped:focus:before{display:inline-block;text-decoration:none}.tooltipped:focus:after{display:inline-block;text-decoration:none}.tooltipped-multiline:hover:after{display:table-cell}.tooltipped-multiline:active:after{display:table-cell}.tooltipped-multiline:focus:after{display:table-cell}.tooltipped-multiline:after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate}.tooltipped-s:after{top:100%;right:50%;margin-top:5px;-webkit-transform:translateX(50%);transform:translateX(50%)}.tooltipped-s:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.tooltipped-se:after{top:100%;margin-top:5px;right:auto;left:50%;margin-left:-15px}.tooltipped-se:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.tooltipped-sw:after{top:100%;right:50%;margin-top:5px;margin-right:-15px}.tooltipped-sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,.8)}.tooltipped-n:after{right:50%;bottom:100%;margin-bottom:5px;-webkit-transform:translateX(50%);transform:translateX(50%)}.tooltipped-n:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.tooltipped-ne:after{bottom:100%;margin-bottom:5px;right:auto;left:50%;margin-left:-15px}.tooltipped-ne:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.tooltipped-nw:after{right:50%;bottom:100%;margin-bottom:5px;margin-right:-15px}.tooltipped-nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,.8)}.tooltipped-w:after{right:100%;bottom:50%;margin-right:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,.8)}.tooltipped-e:after{bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:rgba(0,0,0,.8)}.tooltipped-multiline.tooltipped-s:after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-n:after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-w:after{right:100%}.tooltipped-multiline.tooltipped-e:after{right:100%}.tooltipped-sticky:before{display:inline-block}.tooltipped-sticky:after{display:inline-block}.tooltipped-sticky.tooltipped-multiline:after{display:table-cell}.fullscreen-overlay-enabled.dark-theme .tooltipped:after{color:#000;background:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before{border-bottom-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before{border-bottom-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before{border-bottom-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before{border-top-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before{border-top-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before{border-top-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before{border-right-color:rgba(255,255,255,.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before{border-left-color:rgba(255,255,255,.8)}@media screen and (min-width:0\0){.tooltipped-multiline:after{width:250px}}ul.tracker_collection_list{list-style:initial;padding:initial;margin:-10px 0 0 30px;font-size:11px!important}ul.tracker_collection_list li{margin:0}table.wf-info-table,table.wf-rate-table{vertical-align:middle;text-align:center;max-width:100%;font-weight:500}table.wf-info-table th,table.wf-rate-table th{text-align:center}table.wf-info-table th .woo-feed-top-header,table.wf-rate-table th .woo-feed-top-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}table.wf-info-table th .woo-feed-top-header .get-woo-feed-pro,table.wf-rate-table th .woo-feed-top-header .get-woo-feed-pro{margin-left:20px}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons{float:right;display:-ms-flexbox;display:flex;border-radius:7px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a{padding:8px 20px;background:#576574;color:#fff;box-sizing:border-box;display:inline-block;transition:.3s ease}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-doc-link,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-doc-link{background:#576574;border-top-left-radius:5px;border-bottom-left-radius:5px}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-video-link,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-video-link{background:#ee5253}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-support-link,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a.woo-feed-support-link{background:#22a6b3;border-top-right-radius:5px;border-bottom-right-radius:5px}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a span.dashicons,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a span.dashicons{font-size:18px;line-height:1.2}table.wf-info-table th .woo-feed-top-header .woo-feed-top-buttons a:hover,table.wf-rate-table th .woo-feed-top-header .woo-feed-top-buttons a:hover{background:#30336b;box-shadow:0 0 33px 0 rgba(0,0,0,.12)}table.wf-info-table strong,table.wf-rate-table strong{font-weight:700}table.wf-info-table th:first-child img{margin:0 0 -5px 5px}table.wf-rate-table a{color:#0073aa}table.wf-rate-table a.review-star:after{content:"\f155\f155\f155\f155\f155"!important;font-family:dashicons;font-size:10px;font-weight:100;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0073aa;text-decoration:underline}#adminmenu #toplevel_page_webappick-manage-feeds div.wp-menu-image::before{content:"";background:url(../images/woo-feed-icon.svg) no-repeat center center;background-size:20px 20px;opacity:.6}#adminmenu #toplevel_page_webappick-manage-feeds:hover div.wp-menu-image::before{opacity:1}#adminmenu #toplevel_page_webappick-manage-feeds.wp-has-current-submenu div.wp-menu-image::before{opacity:1}.wapk-admin,.wapk-admin *{box-sizing:border-box}.wapk-admin{position:relative;display:block;-webkit-hyphens:manual;-ms-hyphens:manual;-moz-hyphens:manual;hyphens:manual;color:#1b2730;margin:0 0 0 -10px}@media screen and (min-width:783px){.wapk-admin{margin:0 0 0 -20px}}.text-center{text-align:center}.wapk-admin h1,.wapk-admin h2,.wapk-admin h3,.wapk-admin h4,.wapk-admin h5,.wapk-admin h6,.wapk-admin p{color:#1b2730}.wapk-admin sup{vertical-align:baseline;position:relative;top:-6px}.wapk-admin sub{vertical-align:baseline;position:relative;top:4px}.wapk-admin .wapk-section{margin:10px 20px 0 22px;position:relative;display:block}.wapk-admin .wapk-section [class$=icon32]+h2{font-size:23px;font-weight:400;margin:0;padding:9px 0 4px 0;line-height:1.3}.wapk-admin .wapk-section h1{font-size:23px;font-weight:400;margin:0;padding:9px 0 4px 0;line-height:1.3}.wapk-admin .wapk-section>h2:first-child{font-size:23px;font-weight:400;margin:0;padding:9px 0 4px 0;line-height:1.3}.wapk-admin>.notice{margin:10px 20px 0 22px;position:relative;display:block}.wapk-admin span.help{display:block;float:left;width:100%;font-size:.9em;color:#636363;margin-top:5px;font-weight:500}.wapk-admin span.help .dashicons{width:11px;height:12px;font-size:inherit;vertical-align:middle}.clear:after{content:"";display:table;clear:both}.wapk-feed-docs .postbox{width:355px;margin-right:20px;display:inline-block;vertical-align:top}.wapk-feed-docs .postbox .hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4;cursor:pointer}.wapk-feed-docs .postbox .dashicons{color:#ccc}.wapk-feed-docs .postbox a{text-decoration:none}.wapk-feed-docs .postbox .inside{margin-bottom:0}.wapk-feed-docs .postbox ul{margin-bottom:0}.wapk-feed-docs .postbox .toggle-indicator:before{content:"\F142";display:inline-block;font:400 20px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important}.wapk-feed-docs .postbox li{width:100%;display:block;float:left}.wapk-feed-docs .postbox li span{display:inline-block;float:left;margin-right:4px}.wapk-feed-docs .postbox li a{display:inline-block;float:left;width:calc(100% - 24px)}.wapk-feed-docs .postbox.closed .toggle-indicator:before{content:"\F140"}.wapk-section #post-body.columns-2 #side-sortables{min-height:196px}#poststuff #feed_merchant_info .inside{margin:0;padding:0}#feed_merchant_info ul.data{margin-left:24px;margin-top:5px}#feed_merchant_info ul.data li{margin-bottom:5px}.merchant-info-section{padding:6px 10px 8px}.generateFeed .wf-tab-content table:first-child{border:none;box-shadow:none}.generateFeed table th{font-weight:700}@media only screen and (max-width:850px){.wapk-feed-docs .postbox{display:block;width:auto;float:none;margin-right:auto}}.wp-submenu li span.woo-feed-docs{font-weight:700;color:#f18500}.wp-submenu li:hover span.woo-feed-docs{color:#ce7304}.wp-submenu li.current span.woo-feed-docs{color:#ce7304}.wapk-admin .wapk-feed-docs .postbox .hndle{cursor:default}.wapk-cta{position:relative;display:-ms-flexbox;display:flex;width:100%;padding:100px 15px;background:linear-gradient(45deg,#6cd5ff 33%,#c2efef 100%);-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.wapk-cta-icon .dashicons{font-size:100px;width:100px;height:auto;margin:0 10px -8px 0;color:#02658c}.wapk-cta-content{width:50%}.wapk-cta-content h2{font-size:2em;margin:.5em 0}.wapk-cta-action a.wapk-button{font-size:24px;height:auto!important;padding:10px 20px}@media (max-width:600px){.wapk-cta{display:block;text-align:center;padding:4em 0}.wapk-cta-content{width:100%;margin:2em 0}}.wapk-button{color:#00d4d4;border-color:#00d4d4;display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box}.wapk-button>svg{width:15px;margin-left:5px;fill:#00d4d4}.wapk-button>.dashicons{color:#00d4d4}.wapk-button:hover{border-color:#0bb;color:#0bb}.wapk-button:hover>svg{fill:#0bb}.wapk-button:hover>.dashicons{color:#0bb}.wapk-button:focus{border-color:#00d4d4;color:#0bb;box-shadow:0 0 0 1px #00d4d4}.wapk-button:focus>svg{fill:#0bb}.wapk-button:focus>.dashicons{color:#0bb}.wapk-button:active{background:#0bb;border-color:#0bb}.wapk-button-secondary{color:#00d4d4;border-color:#00d4d4;display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box}.wapk-button-secondary>svg{width:15px;margin-left:5px;fill:#00d4d4}.wapk-button-secondary>.dashicons{color:#00d4d4}.wapk-button-secondary:hover{border-color:#0bb;color:#0bb}.wapk-button-secondary:hover>svg{fill:#0bb}.wapk-button-secondary:hover>.dashicons{color:#0bb}.wapk-button-secondary:focus{border-color:#00d4d4;color:#0bb;box-shadow:0 0 0 1px #00d4d4}.wapk-button-secondary:focus>svg{fill:#0bb}.wapk-button-secondary:focus>.dashicons{color:#0bb}.wapk-button-primary{display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;background:#00d4d4;border-color:#00d4d4;color:#fff;box-shadow:0 1px 0 #0bb;text-shadow:0 -1px 1px #0bb,1px 0 1px #0bb,0 1px 1px #0bb,-1px 0 1px #0bb}.wapk-button-primary>svg{fill:#fff}.wapk-button-primary:hover{background:#00e3e3;border-color:#00c5c5;color:#fff}.wapk-button-primary:hover>svg{fill:#fff}.wapk-button-primary:focus{background:#00e3e3;border-color:#00c5c5;color:#fff;box-shadow:0 0 0 1px #fff,0 0 0 3px #00d4d4}.wapk-button-primary:focus>svg{fill:#fff}.wapk-button-primary:active{background:#0bb;border-color:#0bb;color:#fff}.wapk-button-primary:active>svg{fill:#fff}.wapk-button-primary:disabled{color:#c7d1d1!important;background:#2ff!important;border-color:#2ff!important;text-shadow:none!important}.wapk-button-primary:disabled>svg{fill:#c7d1d1!important}.wapk-button.hover{border-color:#0bb;color:#0bb}.wapk-button.hover>svg{fill:#0bb}.wapk-button.hover>.dashicons{color:#0bb}.wapk-button.focus{border-color:#00d4d4;color:#0bb;box-shadow:0 0 0 1px #00d4d4}.wapk-button.focus>svg{fill:#0bb}.wapk-button.focus>.dashicons{color:#0bb}.wapk-button.active{border-color:#0bb;color:#0bb;box-shadow:inset 0 2px 5px -3px #0bb}.wapk-button.active:focus{border-color:#0bb;color:#0bb;box-shadow:inset 0 2px 5px -3px #0bb}.wapk-button.active:focus>svg{fill:#0bb}.wapk-button.active:focus>.dashicons{color:#0bb}.wapk-button.active:hover{border-color:#0bb;color:#0bb;box-shadow:inset 0 2px 5px -3px #0bb}.wapk-button.active:hover>svg{fill:#0bb}.wapk-button.active:hover>.dashicons{color:#0bb}.wapk-button.active>svg{fill:#0bb}.wapk-button.active>.dashicons{color:#0bb}.wapk-button-primary.active{background:#00d4d4;color:#fff;border-color:#088;box-shadow:inset 0 2px 5px -3px #000}.wapk-button-primary.active:focus{background:#00d4d4;color:#fff;border-color:#088;box-shadow:inset 0 2px 5px -3px #000}.wapk-button-primary.active:focus>svg{fill:#fff}.wapk-button-primary.active:hover{background:#00d4d4;color:#fff;border-color:#088;box-shadow:inset 0 2px 5px -3px #000}.wapk-button-primary.active:hover>svg{fill:#fff}.wapk-button-primary.active>svg{fill:#fff}.wapk-button-primary[disabled]{color:#c7d1d1!important;background:#2ff!important;border-color:#2ff!important;text-shadow:none!important}.wapk-button-primary[disabled]>svg{fill:#c7d1d1!important}.wapk-button-primary.wapk-button-primary-disabled{color:#c7d1d1!important;background:#2ff!important;border-color:#2ff!important;text-shadow:none!important}.wapk-button-primary.wapk-button-primary-disabled>svg{fill:#c7d1d1!important}.wapk-button-primary.disabled{color:#c7d1d1!important;background:#2ff!important;border-color:#2ff!important;text-shadow:none!important}.wapk-button-primary.disabled>svg{fill:#c7d1d1!important}.wapk-button-primary.wapk-button-hero{box-shadow:0 2px 0 #0bb}.wapk-button-primary.wapk-button-hero:focus{box-shadow:0 2px 0 #0bb,0 1px 0 #00c5c5,0 0 2px 1px #0ee}.wapk-button-primary.wapk-button-hero:active{box-shadow:inset 0 3px 0 #00a1a1}.wapk-button-primary.wapk-button-hero.active{box-shadow:inset 0 3px 0 #00a1a1}.wapk-button-primary.wapk-button-hero.active:focus,.wapk-button-primary.wapk-button-hero.active:hover{box-shadow:inset 0 3px 0 #00a1a1}.wapk-button-group>.wapk-button.active{border-color:#00d4d4}.wapk-button.wapk-button-xl{height:30px;line-height:28px;padding:0 12px 2px}.wapk-button-group.wapk-button-xl .wapk-button{height:30px;line-height:28px;padding:0 12px 2px}.wapk-button.wapk-button-hero{font-size:18px;height:50px;line-height:48px;padding:0 36px;min-height:46px}.wapk-button-group.wapk-button-hero .wapk-button{font-size:18px;height:50px;line-height:48px;padding:0 36px;min-height:46px}@media screen and (min-width:782px){th#provider,th#status{width:80px}th#type{width:50px}th#option_name{width:100px}td.option_name.column-option_name>span:first-child{display:none}th#last_updated{width:90px}th#view{width:111px}}@media screen and (min-width:960px){th#provider,th#status{width:100px}th#type{width:80px}th#option_name{width:150px}th#last_updated{width:140px}}@media screen and (max-width:782px){table.wf-info-table{margin-top:10px}table.wf-info-table th:first-child img{margin:0 auto;display:block}.wapk-button.wapk-button-xl{padding:6px 14px;line-height:normal;font-size:14px;vertical-align:middle;height:auto;margin-bottom:4px}}.wapk-feed-docs .wapk-feed-cta{margin:0}.campaign_configurator{background:#fff;padding:20px 0}.campaign_configurator table{margin:0 auto;width:51%;min-width:574px;border:none;box-shadow:none}.campaign_configurator th{min-width:120px}@media screen and (max-width:782px){.campaign_configurator{padding:0}.campaign_configurator table{width:auto;min-width:auto;max-width:100%}.campaign_configurator th{min-width:auto}}#wf-tab-content-config td>input:not([type=checkbox]):not([type=radio]),#wf-tab-content-config td>select,#wf-tab-content-config td>textarea{width:100%!important}.woo-feed-filters td>div:nth-child(2n):not(.clear):not(.selectize){width:120px;display:block}.woo-feed-filters td>div:not(.clear){float:left;margin-right:10px}.woo-feed-filters tr>td:first-child{width:290px;padding-left:40px}.woo-feed-filters,.woo-feed-ftp{margin:15px auto 25px}.wf_clean_cache_wrapper{display:-ms-flexbox;display:flex;margin-left:auto}@-webkit-keyframes LoaderClockWise{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes LoaderClockWise{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.woo-feed-cache-loader{width:18px;margin-right:5px;animation:LoaderClockWise 1s linear infinite;-webkit-animation:LoaderClockWise 1s linear infinite;display:none}.woo-feed-table-heading .woo-feed-table-heading-title{float:left;margin-right:auto;display:inline-block;line-height:30px}.woo-feed-table-heading .wf_clean_cache_wrapper{float:right;font-weight:400}.wf_clean_cache_wrapper button{background:#eb4d4b;color:#fff;border:none;font-weight:500;display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;border-radius:3px;cursor:pointer;outline:0}.wf_clean_cache_wrapper button:hover{background:#ff7979;color:#fff}
admin/css/woo-feed-admin.scss CHANGED
@@ -853,6 +853,61 @@ table {
853
  font-weight: 500;
854
  th {
855
  text-align: center;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
856
  }
857
  strong {
858
  font-weight: bold;
853
  font-weight: 500;
854
  th {
855
  text-align: center;
856
+
857
+ .woo-feed-top-header {
858
+ display: flex;
859
+ justify-content: space-between;
860
+ align-items: center;
861
+
862
+ .get-woo-feed-pro {
863
+ margin-left: 20px;
864
+ }
865
+
866
+ .woo-feed-top-buttons {
867
+ float: right;
868
+ display: flex;
869
+ border-radius: 7px;
870
+ justify-content: center;
871
+ align-items: center;
872
+ a {
873
+ padding: 8px 20px;
874
+ background: #576574;
875
+ color: #fff;
876
+ box-sizing: border-box;
877
+ display: inline-block;
878
+ transition: .3s ease;
879
+
880
+ &.woo-feed-doc-link {
881
+ background: #576574;
882
+ border-top-left-radius: 5px;
883
+ border-bottom-left-radius: 5px;
884
+ }
885
+
886
+ &.woo-feed-video-link {
887
+ background: #ee5253;
888
+ }
889
+
890
+ &.woo-feed-support-link {
891
+ background: #22a6b3;
892
+ border-top-right-radius: 5px;
893
+ border-bottom-right-radius: 5px;
894
+ }
895
+
896
+ span.dashicons {
897
+ font-size: 18px;
898
+ line-height: 1.2;
899
+ }
900
+
901
+ &:hover {
902
+ background: #30336b;
903
+ box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.12);
904
+ }
905
+
906
+ }
907
+ }
908
+ }
909
+
910
+
911
  }
912
  strong {
913
  font-weight: bold;
includes/classes/class-woo-feed-admin-message.php CHANGED
@@ -98,27 +98,17 @@ final class Woo_Feed_Message {
98
  <tbody>
99
  <tr>
100
  <th>
101
- <strong>
102
  <a class="get-woo-feed-pro" href="http://bit.ly/2KIwvTt" target="_blank" aria-label="<?php esc_attr_e( 'Get Woo Feed Pro', 'woo-feed' ); ?>">
103
  <img src="<?php echo esc_url( WOO_FEED_PLUGIN_URL ); ?>admin/images/get-woo-feed-pro.svg" alt="<?php esc_attr_e( 'Get Woo Feed Pro', 'woo-feed' ); ?>">
104
  </a>
105
- </strong>
 
 
 
 
 
106
  </th>
107
- <th>
108
- <strong>
109
- <a style="color:#0073aa;" href="https://webappick.helpscoutdocs.com/collection/1-woocommerce-product-feed" target="_blank" ><?php _e( 'Documentation', 'woo-feed' ); ?></a>
110
- </strong>
111
- </th>
112
- <th>
113
- <strong>
114
- <a style="color:#ee264a;" href="http://bit.ly/2u6giNz" target="_blank"><?php _e( 'Video Tutorials', 'woo-feed' ); ?></a>
115
- </strong>
116
- </th>
117
- <th>
118
- <strong>
119
- <a style="color:#0DD41E;" href="https://webappick.com/support/" target="_blank"><?php _e( 'Get Support', 'woo-feed' ); ?></a>
120
- </strong>
121
- </th>
122
  </tr>
123
  </tbody>
124
  </table><br>
98
  <tbody>
99
  <tr>
100
  <th>
101
+ <div class="woo-feed-top-header">
102
  <a class="get-woo-feed-pro" href="http://bit.ly/2KIwvTt" target="_blank" aria-label="<?php esc_attr_e( 'Get Woo Feed Pro', 'woo-feed' ); ?>">
103
  <img src="<?php echo esc_url( WOO_FEED_PLUGIN_URL ); ?>admin/images/get-woo-feed-pro.svg" alt="<?php esc_attr_e( 'Get Woo Feed Pro', 'woo-feed' ); ?>">
104
  </a>
105
+ <div class="woo-feed-top-buttons">
106
+ <a class="woo-feed-doc-link" href="https://webappick.helpscoutdocs.com/collection/1-woocommerce-product-feed" target="_blank" ><span class="dashicons dashicons-book"></span> <?php _e( 'Documentation', 'woo-feed' ); ?></a>
107
+ <a class="woo-feed-video-link" href="http://bit.ly/2u6giNz" target="_blank"><span class="dashicons dashicons-youtube"></span> <?php _e( 'Video Tutorials', 'woo-feed' ); ?></a>
108
+ <a class="woo-feed-support-link" href="https://webappick.com/support/" target="_blank"><span class="dashicons dashicons-sos"></span> <?php _e( 'Get Support', 'woo-feed' ); ?></a>
109
+ </div>
110
+ </div>
111
  </th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  </tr>
113
  </tbody>
114
  </table><br>
woo-feed.php CHANGED
@@ -11,7 +11,7 @@
11
  * Plugin URI: https://webappick.com/
12
  * Description: Easily generate woocommerce product feed for any marketing channel like Google Shopping(Merchant), Facebook Remarketing, Bing, eBay & more. Support 100+ Merchants.
13
  *
14
- * Version: 3.9.1
15
  * Author: WebAppick
16
  * Author URI: https://webappick.com/
17
  * License: GPL v2
@@ -39,7 +39,7 @@ if ( ! defined( 'WOO_FEED_FREE_VERSION' ) ) {
39
  * @var string
40
  * @since 3.1.6
41
  */
42
- define( 'WOO_FEED_FREE_VERSION', '3.9.1' );
43
  }
44
 
45
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
11
  * Plugin URI: https://webappick.com/
12
  * Description: Easily generate woocommerce product feed for any marketing channel like Google Shopping(Merchant), Facebook Remarketing, Bing, eBay & more. Support 100+ Merchants.
13
  *
14
+ * Version: 3.9.2
15
  * Author: WebAppick
16
  * Author URI: https://webappick.com/
17
  * License: GPL v2
39
  * @var string
40
  * @since 3.1.6
41
  */
42
+ define( 'WOO_FEED_FREE_VERSION', '3.9.2' );
43
  }
44
 
45
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {