CTX Feed – WooCommerce Product Feed Manager Plugin - Version 4.3.1

Version Description

(2020-12-03) = * Tweak : Import file popup new look. * Tweak : Bulk apply button new look.

Download this release

Release Info

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

Code changes from version 4.3.0 to 4.3.1

README.txt CHANGED
@@ -8,7 +8,7 @@ Google Product Review feed, product variations, rakuteen, shopping, skroutz, TSV
8
  Requires at least: 3.6
9
  Tested Up To: 5.6
10
  Requires PHP: 5.6
11
- Stable tag: 4.3.0
12
  License: GPLv2 or later
13
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
14
 
@@ -308,6 +308,10 @@ Using pro version:
308
 
309
  == Changelog ==
310
 
 
 
 
 
311
  = 4.3.0 (2020-12-02) =
312
  * Fixed : PHP older version undefined aray_key_first solved.
313
 
8
  Requires at least: 3.6
9
  Tested Up To: 5.6
10
  Requires PHP: 5.6
11
+ Stable tag: 4.3.1
12
  License: GPLv2 or later
13
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
14
 
308
 
309
  == Changelog ==
310
 
311
+ = 4.3.1 (2020-12-03) =
312
+ * Tweak : Import file popup new look.
313
+ * Tweak : Bulk apply button new look.
314
+
315
  = 4.3.0 (2020-12-02) =
316
  * Fixed : PHP older version undefined aray_key_first solved.
317
 
admin/css/woo-feed-admin.css CHANGED
@@ -1,1365 +1,1455 @@
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(125deg, #3cb0fd 0%, #152f8c 140%);
35
- border-radius: 17px;
36
- box-shadow: inset 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 0px;
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
- .woo_feed_manage_list_table .wf_update_interval_btn {
49
- background: linear-gradient(125deg, #3cb0fd 0, #152f8c 140%); }
50
- .woo_feed_manage_list_table .wf_update_interval_btn:hover {
51
- background: linear-gradient(125deg, #3cb0fd 0, #152f8c 140%); }
52
-
53
- .woo-feed-promotion {
54
- position: relative; }
55
- .woo-feed-promotion .woo-feed-campaign-close-button {
56
- position: absolute;
57
- top: 50%;
58
- -webkit-transform: translateY(-50%);
59
- transform: translateY(-50%);
60
- right: 15px;
61
- width: 24px;
62
- height: 24px;
63
- border-radius: 12px;
64
- background: #595d6b;
65
- line-height: 24px;
66
- color: #fff;
67
- cursor: pointer;
68
- transition: .3s ease; }
69
- .woo-feed-promotion .woo-feed-campaign-close-button:hover {
70
- background: #fff;
71
- color: #d61e48; }
72
-
73
- .wftooltip {
74
- display: none;
75
- position: absolute;
76
- border: 1px solid #333;
77
- background-color: #161616;
78
- border-radius: 5px;
79
- padding: 10px;
80
- color: #fff;
81
- font-size: 12px; }
82
-
83
- .feed-actions .makeFeedResponse {
84
- width: 70%;
85
- color: green; }
86
-
87
- .woo-feed-mapping-input {
88
- width: 100%; }
89
-
90
- .requiredIn {
91
- color: red; }
92
-
93
- .generalInput {
94
- width: 200px; }
95
- .generalInput:not(.selectize-control) {
96
- margin: 5px auto; }
97
-
98
- .error {
99
- color: red; }
100
-
101
- .widefat td select, .widefat td input {
102
- max-width: 100%; }
103
-
104
- #wf_newRow {
105
- margin-left: 0; }
106
-
107
- .mtable tbody tr {
108
- height: 25px;
109
- border: 1px solid #CCC;
110
- text-align: left;
111
- -ms-flex-align: baseline;
112
- align-items: baseline;
113
- font-weight: bold; }
114
-
115
- .mtable th:nth-child(1) {
116
- width: 17px; }
117
-
118
- .mtable th:nth-child(2) {
119
- width: 160px; }
120
-
121
- .mtable th:nth-child(3) {
122
- width: 100px; }
123
-
124
- .mtable th:nth-child(4) {
125
- width: 100px; }
126
-
127
- .mtable th:nth-child(5) {
128
- width: 150px; }
129
-
130
- .mtable th:nth-child(6) {
131
- width: 100px; }
132
-
133
- .mtable th:nth-child(7) {
134
- width: 150px; }
135
-
136
- .mtable th:nth-child(8) {
137
- width: 90px; }
138
-
139
- .mtable th:nth-child(9) {
140
- width: 29px; }
141
-
142
- .mtable2 tbody tr {
143
- height: 25px;
144
- border: 1px solid #CCC;
145
- text-align: left;
146
- -ms-flex-align: baseline;
147
- align-items: baseline;
148
- font-weight: bold; }
149
-
150
- .mtable2 th:nth-child(1) {
151
- width: 30px; }
152
-
153
- .mtable2 th:nth-child(2) {
154
- width: 150px; }
155
-
156
- .mtable2 th:nth-child(3) {
157
- width: 230px; }
158
-
159
- .mtable2 th:nth-child(4) {
160
- width: 220px; }
161
-
162
- .mtable2 th:nth-child(7) {
163
- width: 50px; }
164
-
165
- .mtable2 th:nth-child(8) {
166
- width: 50px; }
167
-
168
- .mtable2 th:nth-child(9) {
169
- width: 29px; }
170
-
171
- .wp-admin select.wf_mattributes {
172
- width: 150px;
173
- left: 0;
174
- height: 25px; }
175
-
176
- div#wf-tab-content1 select:not([name^="output_type"]) {
177
- width: 100%; }
178
-
179
- div#wf-tab-content1 input {
180
- width: 100%; }
181
-
182
- div#wf-tab-content1 .dashicons {
183
- vertical-align: middle; }
184
-
185
- .wf_attributes {
186
- width: 150px;
187
- left: 0; }
188
-
189
- .wf_compare {
190
- max-width: 245px;
191
- left: 0; }
192
-
193
- .wf_ps {
194
- width: 100px;
195
- left: 0; }
196
-
197
- .wf_sortedtable {
198
- cursor: move; }
199
-
200
- .sorted_table {
201
- position: relative; }
202
- .sorted_table .dragged {
203
- position: absolute;
204
- opacity: 0.8;
205
- z-index: 9999;
206
- background: #fff;
207
- width: 100%;
208
- display: table; }
209
- .sorted_table tbody tr.placeholder td {
210
- border: 1px dashed #2cc185;
211
- height: 46px; }
212
-
213
- .wfnoempty {
214
- width: 120px; }
215
-
216
- /*==================Tab Design=======================*/
217
- p {
218
- color: #222; }
219
-
220
- .wf_tabs {
221
- position: relative;
222
- margin: 0 auto;
223
- width: 100%;
224
- list-style: none;
225
- /*bottom: 50px;*/ }
226
-
227
- .wf_tabs:after {
228
- display: table;
229
- clear: both;
230
- content: ""; }
231
-
232
- .wf_tabs li {
233
- float: left;
234
- width: 20%;
235
- display: block;
236
- border: 2px solid #CCC; }
237
-
238
- .wf_tabs li > input[type="radio"][name="wf_tabs"] {
239
- position: absolute;
240
- top: auto;
241
- left: -9999px; }
242
-
243
- .wf-tab-name {
244
- display: block;
245
- padding: 15px;
246
- font-size: 15px;
247
- font-weight: bold;
248
- line-height: 1;
249
- background: #fff;
250
- cursor: pointer;
251
- position: relative;
252
- text-align: center;
253
- text-transform: uppercase;
254
- color: #2CC185; }
255
-
256
- .wf-tab-name:hover {
257
- background: #2CC185;
258
- color: white; }
259
-
260
- .wf_tabs [id^="tab"]:checked + label {
261
- background: #2CC185;
262
- color: white; }
263
-
264
- .wf_tabs .wf-tab-content {
265
- z-index: 2;
266
- display: none;
267
- width: 100%;
268
- font-size: 0.9rem;
269
- position: absolute;
270
- left: 0;
271
- background: #fff;
272
- border: 2px solid #CCC; }
273
-
274
- .wf_tabs [id^="tab"]:checked ~ [id^="wf-tab-content"] {
275
- display: block; }
276
-
277
- [id^="wf-tab-content"] {
278
- margin-bottom: 40px; }
279
-
280
- div#wf-tab-content2 table:first-child {
281
- padding: 10px 0; }
282
-
283
- div#wf-tab-content2 table:first-child td:nth-child(1) {
284
- width: 260px; }
285
-
286
- div#wf-tab-content2 table:first-child td:nth-child(2) {
287
- width: 260px; }
288
-
289
- table.feed-actions tr td:last-child {
290
- text-align: right; }
291
-
292
- /* Selectize */
293
- select.selectize {
294
- display: none; }
295
-
296
- body.no-js select.selectize {
297
- display: block !important; }
298
-
299
- .wp-list-table .option_name .wf_feed_option_name_link {
300
- font-weight: 700;
301
- color: #30336b; }
302
-
303
- .wp-list-table #option_name a {
304
- color: #32373c; }
305
-
306
- /* fallback combat */
307
- .selectize-dropdown .active {
308
- background-color: #edf9ff; }
309
-
310
- .selectize-dropdown .create {
311
- padding: 5px 8px; }
312
-
313
- .wapk-selectize-item {
314
- background: #0073aa !important;
315
- color: #f1f1f1 !important;
316
- font-weight: bold !important;
317
- border-color: #0073aa !important;
318
- padding-left: 5px;
319
- padding-right: 5px; }
320
-
321
- .selectize-input.full #googleTaxonomyId-selectized {
322
- opacity: 0;
323
- position: absolute;
324
- left: -10000px; }
325
-
326
- .selectize-dropdown [data-selectable].option {
327
- cursor: default; }
328
-
329
- .selectize-control.plugin-remove_button [data-value] .remove {
330
- border-left: 1px solid #f1f1f1 !important; }
331
-
332
- .selectize-dropdown .optgroup-header {
333
- font-weight: 700;
334
- background: #efefef;
335
- color: #5a5a5a; }
336
-
337
- .selectize-dropdown [data-selectable].option {
338
- cursor: pointer; }
339
-
340
- /* Feed active and inactive button CSS */
341
- .wf_status_wrap label {
342
- width: 55px;
343
- height: 30px;
344
- box-sizing: border-box;
345
- float: left;
346
- border-radius: 100px;
347
- position: relative;
348
- cursor: pointer;
349
- transition: .3s ease;
350
- background: #d3d3d3; }
351
-
352
- input[class=woo_feed_status_input]:checked + label {
353
- background: #4fbe79; }
354
-
355
- input[class=woo_feed_status_input]:checked + label:before {
356
- left: 29px; }
357
-
358
- .wf_status_wrap label:before {
359
- transition: .3s ease;
360
- content: '';
361
- width: 20px;
362
- height: 20px;
363
- position: absolute;
364
- background: white;
365
- left: 6px;
366
- top: 5px;
367
- box-sizing: border-box;
368
- color: black;
369
- border-radius: 100px;
370
- box-shadow: 0px 1.5px 2px 0px #000; }
371
-
372
- .view span.dashicons.dashicons-external {
373
- color: #30336b; }
374
-
375
- .view span.dashicons.dashicons-sos {
376
- color: #22a6b3; }
377
-
378
- .view span.dashicons.dashicons-download {
379
- color: #ee5253; }
380
-
381
- .view span.dashicons.dashicons-media-code {
382
- color: #576574; }
383
-
384
- /* list table style */
385
- .widefat td.column-url, .widefat th.column-url,
386
- .column-url {
387
- color: #1e8f9a;
388
- font-weight: bold; }
389
-
390
- /** Feed Progress **/
391
- .feed-progress-container {
392
- width: 100%;
393
- color: white;
394
- text-align: center;
395
- font-weight: 300; }
396
-
397
- .feed-progress-bar {
398
- width: 100%;
399
- background: #eee;
400
- padding: 3px;
401
- border-radius: 50px;
402
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
403
-
404
- .feed-progress-bar-fill {
405
- height: 20px;
406
- display: block;
407
- background: linear-gradient(to right top, #10ac84, #13b389, #15ba8f, #18c194, #1ac89a, #13cba1, #0acfa9, #00d2b0, #00d2ba, #00d2c3, #00d2cb, #00d2d3);
408
- width: 0;
409
- border-radius: 50px;
410
- transition: width 0.8s ease; }
411
-
412
- .feed-progress-status {
413
- float: left;
414
- font-weight: bold;
415
- color: darkblue; }
416
-
417
- .feed-progress-percentage {
418
- text-align: right;
419
- font-weight: bolder;
420
- color: #1dd1a1;
421
- font-family: 'Arial Black', sans-serif;
422
- font-size: large; }
423
-
424
- #wpbody-content.woofeed-body-content {
425
- overflow: visible !important; }
426
-
427
- .clippy {
428
- position: relative;
429
- width: 13px;
430
- margin-top: -3px;
431
- margin-left: 3px;
432
- top: 3px; }
433
-
434
- .column-url .clippy {
435
- display: none; }
436
-
437
- .column-url:hover .clippy {
438
- display: inline-block; }
439
-
 
440
  /**
441
  * Primer Tooltip
442
- */
443
- .tooltipped {
444
- position: relative; }
445
- .tooltipped:after {
446
- position: absolute;
447
- z-index: 1000000;
448
- display: none;
449
- padding: 5px 8px;
450
- font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
451
- color: #fff;
452
- text-align: center;
453
- text-decoration: none;
454
- text-shadow: none;
455
- text-transform: none;
456
- letter-spacing: normal;
457
- word-wrap: break-word;
458
- white-space: pre;
459
- pointer-events: none;
460
- content: attr(aria-label);
461
- background: rgba(0, 0, 0, 0.8);
462
- border-radius: 3px;
463
- -webkit-font-smoothing: subpixel-antialiased; }
464
- .tooltipped:before {
465
- position: absolute;
466
- z-index: 1000001;
467
- display: none;
468
- width: 0;
469
- height: 0;
470
- color: rgba(0, 0, 0, 0.8);
471
- pointer-events: none;
472
- content: "";
473
- border: 5px solid transparent; }
474
- .tooltipped:hover:before {
475
- display: inline-block;
476
- text-decoration: none; }
477
- .tooltipped:hover:after {
478
- display: inline-block;
479
- text-decoration: none; }
480
- .tooltipped:active:before {
481
- display: inline-block;
482
- text-decoration: none; }
483
- .tooltipped:active:after {
484
- display: inline-block;
485
- text-decoration: none; }
486
- .tooltipped:focus:before {
487
- display: inline-block;
488
- text-decoration: none; }
489
- .tooltipped:focus:after {
490
- display: inline-block;
491
- text-decoration: none; }
492
- .tooltipped-multiline:hover:after {
493
- display: table-cell; }
494
- .tooltipped-multiline:active:after {
495
- display: table-cell; }
496
- .tooltipped-multiline:focus:after {
497
- display: table-cell; }
498
- .tooltipped-multiline:after {
499
- width: -webkit-max-content;
500
- width: -moz-max-content;
501
- width: max-content;
502
- max-width: 250px;
503
- word-break: break-word;
504
- word-wrap: normal;
505
- white-space: pre-line;
506
- border-collapse: separate; }
507
- .tooltipped-s:after {
508
- top: 100%;
509
- right: 50%;
510
- margin-top: 5px;
511
- -webkit-transform: translateX(50%);
512
- transform: translateX(50%); }
513
- .tooltipped-s:before {
514
- top: auto;
515
- right: 50%;
516
- bottom: -5px;
517
- margin-right: -5px;
518
- border-bottom-color: rgba(0, 0, 0, 0.8); }
519
- .tooltipped-se:after {
520
- top: 100%;
521
- margin-top: 5px;
522
- right: auto;
523
- left: 50%;
524
- margin-left: -15px; }
525
- .tooltipped-se:before {
526
- top: auto;
527
- right: 50%;
528
- bottom: -5px;
529
- margin-right: -5px;
530
- border-bottom-color: rgba(0, 0, 0, 0.8); }
531
- .tooltipped-sw:after {
532
- top: 100%;
533
- right: 50%;
534
- margin-top: 5px;
535
- margin-right: -15px; }
536
- .tooltipped-sw:before {
537
- top: auto;
538
- right: 50%;
539
- bottom: -5px;
540
- margin-right: -5px;
541
- border-bottom-color: rgba(0, 0, 0, 0.8); }
542
- .tooltipped-n:after {
543
- right: 50%;
544
- bottom: 100%;
545
- margin-bottom: 5px;
546
- -webkit-transform: translateX(50%);
547
- transform: translateX(50%); }
548
- .tooltipped-n:before {
549
- top: -5px;
550
- right: 50%;
551
- bottom: auto;
552
- margin-right: -5px;
553
- border-top-color: rgba(0, 0, 0, 0.8); }
554
- .tooltipped-ne:after {
555
- bottom: 100%;
556
- margin-bottom: 5px;
557
- right: auto;
558
- left: 50%;
559
- margin-left: -15px; }
560
- .tooltipped-ne:before {
561
- top: -5px;
562
- right: 50%;
563
- bottom: auto;
564
- margin-right: -5px;
565
- border-top-color: rgba(0, 0, 0, 0.8); }
566
- .tooltipped-nw:after {
567
- right: 50%;
568
- bottom: 100%;
569
- margin-bottom: 5px;
570
- margin-right: -15px; }
571
- .tooltipped-nw:before {
572
- top: -5px;
573
- right: 50%;
574
- bottom: auto;
575
- margin-right: -5px;
576
- border-top-color: rgba(0, 0, 0, 0.8); }
577
- .tooltipped-w:after {
578
- right: 100%;
579
- bottom: 50%;
580
- margin-right: 5px;
581
- -webkit-transform: translateY(50%);
582
- transform: translateY(50%); }
583
- .tooltipped-w:before {
584
- top: 50%;
585
- bottom: 50%;
586
- left: -5px;
587
- margin-top: -5px;
588
- border-left-color: rgba(0, 0, 0, 0.8); }
589
- .tooltipped-e:after {
590
- bottom: 50%;
591
- left: 100%;
592
- margin-left: 5px;
593
- -webkit-transform: translateY(50%);
594
- transform: translateY(50%); }
595
- .tooltipped-e:before {
596
- top: 50%;
597
- right: -5px;
598
- bottom: 50%;
599
- margin-top: -5px;
600
- border-right-color: rgba(0, 0, 0, 0.8); }
601
- .tooltipped-multiline.tooltipped-s:after {
602
- right: auto;
603
- left: 50%;
604
- -webkit-transform: translateX(-50%);
605
- transform: translateX(-50%); }
606
- .tooltipped-multiline.tooltipped-n:after {
607
- right: auto;
608
- left: 50%;
609
- -webkit-transform: translateX(-50%);
610
- transform: translateX(-50%); }
611
- .tooltipped-multiline.tooltipped-w:after {
612
- right: 100%; }
613
- .tooltipped-multiline.tooltipped-e:after {
614
- right: 100%; }
615
- .tooltipped-sticky:before {
616
- display: inline-block; }
617
- .tooltipped-sticky:after {
618
- display: inline-block; }
619
- .tooltipped-sticky.tooltipped-multiline:after {
620
- display: table-cell; }
621
-
622
- .fullscreen-overlay-enabled.dark-theme .tooltipped:after {
623
- color: #000;
624
- background: rgba(255, 255, 255, 0.8); }
625
-
626
- .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before {
627
- border-bottom-color: rgba(255, 255, 255, 0.8); }
628
-
629
- .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before {
630
- border-bottom-color: rgba(255, 255, 255, 0.8); }
631
-
632
- .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before {
633
- border-bottom-color: rgba(255, 255, 255, 0.8); }
634
-
635
- .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before {
636
- border-top-color: rgba(255, 255, 255, 0.8); }
637
-
638
- .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before {
639
- border-top-color: rgba(255, 255, 255, 0.8); }
640
-
641
- .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before {
642
- border-top-color: rgba(255, 255, 255, 0.8); }
643
-
644
- .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before {
645
- border-right-color: rgba(255, 255, 255, 0.8); }
646
-
647
- .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before {
648
- border-left-color: rgba(255, 255, 255, 0.8); }
649
-
650
- @media screen and (min-width: 0\0) {
651
- .tooltipped-multiline:after {
652
- width: 250px; } }
653
-
654
- ul.tracker_collection_list {
655
- list-style: initial;
656
- padding: initial;
657
- margin: -10px 0 0 30px;
658
- font-size: 11px !important; }
659
- ul.tracker_collection_list li {
660
- margin: 0; }
661
-
662
- /** Info Message Table **/
663
- table.wf-info-table, table.wf-rate-table {
664
- vertical-align: middle;
665
- text-align: center;
666
- max-width: 100%;
667
- font-weight: 500; }
668
- table.wf-info-table th, table.wf-rate-table th {
669
- text-align: center; }
670
- table.wf-info-table th .woo-feed-top-header, table.wf-rate-table th .woo-feed-top-header {
671
- display: -ms-flexbox;
672
- display: flex;
673
- -ms-flex-pack: justify;
674
- justify-content: space-between;
675
- -ms-flex-align: center;
676
- align-items: center; }
677
- 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 {
678
- margin-left: 20px; }
679
- 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 {
680
- float: right;
681
- display: -ms-flexbox;
682
- display: flex;
683
- border-radius: 7px;
684
- -ms-flex-pack: center;
685
- justify-content: center;
686
- -ms-flex-align: center;
687
- align-items: center; }
688
- 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 {
689
- padding: 8px 20px;
690
- background: #576574;
691
- color: #fff;
692
- box-sizing: border-box;
693
- display: inline-block;
694
- transition: .3s ease; }
695
- 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 {
696
- background: #576574;
697
- border-top-left-radius: 5px;
698
- border-bottom-left-radius: 5px; }
699
- 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 {
700
- background: #ee5253; }
701
- 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 {
702
- background: #22a6b3;
703
- border-top-right-radius: 5px;
704
- border-bottom-right-radius: 5px; }
705
- 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 {
706
- font-size: 18px;
707
- line-height: 1.2; }
708
- 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 {
709
- background: #30336b;
710
- box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.12); }
711
- table.wf-info-table strong, table.wf-rate-table strong {
712
- font-weight: bold; }
713
-
714
- table.wf-info-table th:first-child img {
715
- margin: 0 0 -5px 5px; }
716
-
717
- table.wf-rate-table a {
718
- color: #0073aa; }
719
-
720
- table.wf-rate-table a.review-star:after {
721
- content: "\f155\f155\f155\f155\f155" !important;
722
- font-family: dashicons;
723
- font-size: 10px;
724
- font-weight: 100;
725
- text-rendering: auto;
726
- -webkit-font-smoothing: antialiased;
727
- -moz-osx-font-smoothing: grayscale;
728
- color: #0073aa;
729
- text-decoration: underline; }
730
-
731
- /** Admin Menu Icon **/
732
- #adminmenu #toplevel_page_webappick-manage-feeds div.wp-menu-image::before {
733
- content: "";
734
- background: url(../images/woo-feed-icon.svg) no-repeat center center;
735
- background-size: 20px 20px;
736
- opacity: 0.6;
737
- filter: alpha(opacity=60); }
738
-
739
- #adminmenu #toplevel_page_webappick-manage-feeds:hover div.wp-menu-image::before {
740
- opacity: 1;
741
- filter: alpha(opacity=100); }
742
-
743
- #adminmenu #toplevel_page_webappick-manage-feeds.wp-has-current-submenu div.wp-menu-image::before {
744
- opacity: 1;
745
- filter: alpha(opacity=100); }
746
-
747
- /** Admin Page Wrapper **/
748
- .wapk-admin, .wapk-admin * {
749
- box-sizing: border-box; }
750
-
751
- .wapk-admin {
752
- position: relative;
753
- display: block;
754
- -webkit-hyphens: manual;
755
- -ms-hyphens: manual;
756
- -moz-hyphens: manual;
757
- hyphens: manual;
758
- color: #1B2730;
759
- /* reset .warp margin to use full width except menu area */
760
- margin: 0 0 0 -10px; }
761
-
762
- @media screen and (min-width: 783px) {
763
- .wapk-admin {
764
- margin: 0 0 0 -20px; } }
765
-
766
- .text-center {
767
- text-align: center; }
768
-
769
- .wapk-admin h1, .wapk-admin h2, .wapk-admin h3,
770
- .wapk-admin h4, .wapk-admin h5, .wapk-admin h6,
771
- .wapk-admin p {
772
- color: #1B2730; }
773
-
774
- .wapk-admin sup {
775
- vertical-align: baseline;
776
- position: relative;
777
- top: -6px; }
778
-
779
- .wapk-admin sub {
780
- vertical-align: baseline;
781
- position: relative;
782
- top: 4px; }
783
-
784
- /* WP.Core.UI Compat */
785
- .wapk-admin .wapk-section {
786
- margin: 10px 20px 0 22px;
787
- position: relative;
788
- display: block; }
789
- .wapk-admin .wapk-section [class$=icon32] + h2 {
790
- font-size: 23px;
791
- font-weight: 400;
792
- margin: 0;
793
- padding: 9px 0 4px 0;
794
- line-height: 1.3; }
795
- .wapk-admin .wapk-section h1 {
796
- font-size: 23px;
797
- font-weight: 400;
798
- margin: 0;
799
- padding: 9px 0 4px 0;
800
- line-height: 1.3; }
801
- .wapk-admin .wapk-section > h2:first-child {
802
- font-size: 23px;
803
- font-weight: 400;
804
- margin: 0;
805
- padding: 9px 0 4px 0;
806
- line-height: 1.3; }
807
-
808
- .wapk-admin > .notice {
809
- margin: 10px 20px 0 22px;
810
- position: relative;
811
- display: block; }
812
-
813
- .wapk-admin span.help {
814
- display: block;
815
- float: left;
816
- width: 100%;
817
- font-size: 0.9em;
818
- color: #636363;
819
- margin-top: 5px;
820
- font-weight: 500; }
821
- .wapk-admin span.help .dashicons {
822
- width: 11px;
823
- height: 12px;
824
- font-size: inherit;
825
- vertical-align: middle; }
826
-
827
- .clear:after {
828
- content: "";
829
- display: table;
830
- clear: both; }
831
-
832
- /*.wapk-admin .help a { color: inherit; text-decoration: underline; }*/
833
- /** Extend WP Core UI PostBox For Docs **/
834
- .wapk-feed-docs .postbox {
835
- width: 355px;
836
- margin-right: 20px;
837
- display: inline-block;
838
- vertical-align: top; }
839
- .wapk-feed-docs .postbox .hndle {
840
- font-size: 14px;
841
- padding: 8px 12px;
842
- margin: 0;
843
- line-height: 1.4;
844
- cursor: pointer; }
845
- .wapk-feed-docs .postbox .dashicons {
846
- color: #ccc; }
847
- .wapk-feed-docs .postbox a {
848
- text-decoration: none; }
849
- .wapk-feed-docs .postbox .inside {
850
- margin-bottom: 0; }
851
- .wapk-feed-docs .postbox ul {
852
- margin-bottom: 0; }
853
- .wapk-feed-docs .postbox .toggle-indicator:before {
854
- content: "\F142";
855
- display: inline-block;
856
- font: 400 20px/1 dashicons;
857
- speak: none;
858
- -webkit-font-smoothing: antialiased;
859
- -moz-osx-font-smoothing: grayscale;
860
- text-decoration: none !important; }
861
- .wapk-feed-docs .postbox li {
862
- width: 100%;
863
- display: block;
864
- float: left; }
865
- .wapk-feed-docs .postbox li span {
866
- display: inline-block;
867
- float: left;
868
- margin-right: 4px; }
869
- .wapk-feed-docs .postbox li a {
870
- display: inline-block;
871
- float: left;
872
- width: calc(100% - 24px); }
873
-
874
- .wapk-feed-docs .postbox.closed .toggle-indicator:before {
875
- content: "\F140"; }
876
-
877
- .wapk-section #post-body.columns-2 #side-sortables {
878
- min-height: 196px; }
879
-
880
- #poststuff #feed_merchant_info .inside {
881
- margin: 0;
882
- padding: 0; }
883
-
884
- #feed_merchant_info ul.data {
885
- margin-left: 24px;
886
- margin-top: 5px; }
887
- #feed_merchant_info ul.data li {
888
- margin-bottom: 5px; }
889
-
890
- .merchant-info-section {
891
- padding: 6px 10px 8px; }
892
-
893
- .generateFeed .wf-tab-content table:first-child {
894
- border: none;
895
- box-shadow: none; }
896
-
897
- .generateFeed table th {
898
- font-weight: bold; }
899
-
900
- @media only screen and (max-width: 850px) {
901
- .wapk-feed-docs .postbox {
902
- display: block;
903
- width: auto;
904
- float: none;
905
- margin-right: auto; } }
906
-
907
- /** Admin Feed Help Docs **/
908
- .wp-submenu li span.woo-feed-docs {
909
- font-weight: bold;
910
- color: #f18500; }
911
-
912
- .wp-submenu li:hover span.woo-feed-docs {
913
- color: #ce7304; }
914
-
915
- .wp-submenu li.current span.woo-feed-docs {
916
- color: #ce7304; }
917
-
918
- .wapk-admin .wapk-feed-docs .postbox .hndle {
919
- cursor: default; }
920
-
921
- /** Admin Call-To-Action **/
922
- .wapk-cta {
923
- position: relative;
924
- display: -ms-flexbox;
925
- display: flex;
926
- width: 100%;
927
- padding: 100px 15px;
928
- background: linear-gradient(45deg, #6CD5FF 33%, #c2efef 100%);
929
- -ms-flex-pack: center;
930
- justify-content: center;
931
- -ms-flex-align: center;
932
- align-items: center; }
933
- .wapk-cta-icon .dashicons {
934
- font-size: 100px;
935
- width: 100px;
936
- height: auto;
937
- margin: 0 10px -8px 0;
938
- color: #02658c; }
939
- .wapk-cta-content {
940
- width: 50%; }
941
- .wapk-cta-content h2 {
942
- font-size: 2em;
943
- margin: 0.5em 0; }
944
- .wapk-cta-action a.wapk-button {
945
- font-size: 24px;
946
- height: auto !important;
947
- padding: 10px 20px; }
948
-
949
- @media (max-width: 600px) {
950
- .wapk-cta {
951
- display: block;
952
- text-align: center;
953
- padding: 4em 0; }
954
- .wapk-cta-content {
955
- width: 100%;
956
- margin: 2em 0; } }
957
-
958
- /** Override .wp-core-ui .wapk-button styles with prefix .wapk-admin **/
959
- /* Button Skin */
960
- .wapk-button {
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 > svg {
978
- width: 15px;
979
- margin-left: 5px;
980
- fill: #00D4D4; }
981
- .wapk-button > .dashicons {
982
- color: #00D4D4; }
983
- .wapk-button:hover {
984
- border-color: #00bbbb;
985
- color: #00bbbb; }
986
- .wapk-button:hover > svg {
987
- fill: #00bbbb; }
988
- .wapk-button:hover > .dashicons {
989
- color: #00bbbb; }
990
- .wapk-button:focus {
991
- border-color: #00D4D4;
992
- color: #00bbbb;
993
- box-shadow: 0 0 0 1px #00D4D4; }
994
- .wapk-button:focus > svg {
995
- fill: #00bbbb; }
996
- .wapk-button:focus > .dashicons {
997
- color: #00bbbb; }
998
- .wapk-button:active {
999
- background: #00bbbb;
1000
- border-color: #00bbbb; }
1001
- .wapk-button-secondary {
1002
- color: #00D4D4;
1003
- border-color: #00D4D4;
1004
- display: inline-block;
1005
- text-decoration: none;
1006
- font-size: 13px;
1007
- line-height: 2.15384615;
1008
- min-height: 30px;
1009
- margin: 0;
1010
- padding: 0 10px;
1011
- cursor: pointer;
1012
- border-width: 1px;
1013
- border-style: solid;
1014
- -webkit-appearance: none;
1015
- border-radius: 3px;
1016
- white-space: nowrap;
1017
- box-sizing: border-box; }
1018
- .wapk-button-secondary > svg {
1019
- width: 15px;
1020
- margin-left: 5px;
1021
- fill: #00D4D4; }
1022
- .wapk-button-secondary > .dashicons {
1023
- color: #00D4D4; }
1024
- .wapk-button-secondary:hover {
1025
- border-color: #00bbbb;
1026
- color: #00bbbb; }
1027
- .wapk-button-secondary:hover > svg {
1028
- fill: #00bbbb; }
1029
- .wapk-button-secondary:hover > .dashicons {
1030
- color: #00bbbb; }
1031
- .wapk-button-secondary:focus {
1032
- border-color: #00D4D4;
1033
- color: #00bbbb;
1034
- box-shadow: 0 0 0 1px #00D4D4; }
1035
- .wapk-button-secondary:focus > svg {
1036
- fill: #00bbbb; }
1037
- .wapk-button-secondary:focus > .dashicons {
1038
- color: #00bbbb; }
1039
- .wapk-button-primary {
1040
- display: inline-block;
1041
- text-decoration: none;
1042
- font-size: 13px;
1043
- line-height: 2.15384615;
1044
- min-height: 30px;
1045
- margin: 0;
1046
- padding: 0 10px;
1047
- cursor: pointer;
1048
- border-width: 1px;
1049
- border-style: solid;
1050
- -webkit-appearance: none;
1051
- border-radius: 3px;
1052
- white-space: nowrap;
1053
- box-sizing: border-box;
1054
- background: #00D4D4;
1055
- border-color: #00D4D4;
1056
- color: #fff;
1057
- box-shadow: 0 1px 0 #00bbbb;
1058
- text-shadow: 0 -1px 1px #00bbbb, 1px 0 1px #00bbbb, 0 1px 1px #00bbbb, -1px 0 1px #00bbbb; }
1059
- .wapk-button-primary > svg {
1060
- fill: #fff; }
1061
- .wapk-button-primary:hover {
1062
- background: #00e3e3;
1063
- border-color: #00c5c5;
1064
- color: #fff; }
1065
- .wapk-button-primary:hover > svg {
1066
- fill: #fff; }
1067
- .wapk-button-primary:focus {
1068
- background: #00e3e3;
1069
- border-color: #00c5c5;
1070
- color: #fff;
1071
- box-shadow: 0 0 0 1px #fff, 0 0 0 3px #00D4D4; }
1072
- .wapk-button-primary:focus > svg {
1073
- fill: #fff; }
1074
- .wapk-button-primary:active {
1075
- background: #00bbbb;
1076
- border-color: #00bbbb;
1077
- color: #fff; }
1078
- .wapk-button-primary:active > svg {
1079
- fill: #fff; }
1080
- .wapk-button-primary:disabled {
1081
- color: #c7d1d1 !important;
1082
- background: #22ffff !important;
1083
- border-color: #22ffff !important;
1084
- text-shadow: none !important; }
1085
- .wapk-button-primary:disabled > svg {
1086
- fill: #c7d1d1 !important; }
1087
- .wapk-button.hover {
1088
- border-color: #00bbbb;
1089
- color: #00bbbb; }
1090
- .wapk-button.hover > svg {
1091
- fill: #00bbbb; }
1092
- .wapk-button.hover > .dashicons {
1093
- color: #00bbbb; }
1094
- .wapk-button.focus {
1095
- border-color: #00D4D4;
1096
- color: #00bbbb;
1097
- box-shadow: 0 0 0 1px #00D4D4; }
1098
- .wapk-button.focus > svg {
1099
- fill: #00bbbb; }
1100
- .wapk-button.focus > .dashicons {
1101
- color: #00bbbb; }
1102
- .wapk-button.active {
1103
- border-color: #00bbbb;
1104
- color: #00bbbb;
1105
- box-shadow: inset 0 2px 5px -3px #00bbbb; }
1106
- .wapk-button.active:focus {
1107
- border-color: #00bbbb;
1108
- color: #00bbbb;
1109
- box-shadow: inset 0 2px 5px -3px #00bbbb; }
1110
- .wapk-button.active:focus > svg {
1111
- fill: #00bbbb; }
1112
- .wapk-button.active:focus > .dashicons {
1113
- color: #00bbbb; }
1114
- .wapk-button.active:hover {
1115
- border-color: #00bbbb;
1116
- color: #00bbbb;
1117
- box-shadow: inset 0 2px 5px -3px #00bbbb; }
1118
- .wapk-button.active:hover > svg {
1119
- fill: #00bbbb; }
1120
- .wapk-button.active:hover > .dashicons {
1121
- color: #00bbbb; }
1122
- .wapk-button.active > svg {
1123
- fill: #00bbbb; }
1124
- .wapk-button.active > .dashicons {
1125
- color: #00bbbb; }
1126
- .wapk-button-primary.active {
1127
- background: #00D4D4;
1128
- color: #fff;
1129
- border-color: #008888;
1130
- box-shadow: inset 0 2px 5px -3px black; }
1131
- .wapk-button-primary.active:focus {
1132
- background: #00D4D4;
1133
- color: #fff;
1134
- border-color: #008888;
1135
- box-shadow: inset 0 2px 5px -3px black; }
1136
- .wapk-button-primary.active:focus > svg {
1137
- fill: #fff; }
1138
- .wapk-button-primary.active:hover {
1139
- background: #00D4D4;
1140
- color: #fff;
1141
- border-color: #008888;
1142
- box-shadow: inset 0 2px 5px -3px black; }
1143
- .wapk-button-primary.active:hover > svg {
1144
- fill: #fff; }
1145
- .wapk-button-primary.active > svg {
1146
- fill: #fff; }
1147
- .wapk-button-primary[disabled] {
1148
- color: #c7d1d1 !important;
1149
- background: #22ffff !important;
1150
- border-color: #22ffff !important;
1151
- text-shadow: none !important; }
1152
- .wapk-button-primary[disabled] > svg {
1153
- fill: #c7d1d1 !important; }
1154
- .wapk-button-primary.wapk-button-primary-disabled {
1155
- color: #c7d1d1 !important;
1156
- background: #22ffff !important;
1157
- border-color: #22ffff !important;
1158
- text-shadow: none !important; }
1159
- .wapk-button-primary.wapk-button-primary-disabled > svg {
1160
- fill: #c7d1d1 !important; }
1161
- .wapk-button-primary.disabled {
1162
- color: #c7d1d1 !important;
1163
- background: #22ffff !important;
1164
- border-color: #22ffff !important;
1165
- text-shadow: none !important; }
1166
- .wapk-button-primary.disabled > svg {
1167
- fill: #c7d1d1 !important; }
1168
- .wapk-button-primary.wapk-button-hero {
1169
- box-shadow: 0 2px 0 #00bbbb; }
1170
- .wapk-button-primary.wapk-button-hero:focus {
1171
- box-shadow: 0 2px 0 #00bbbb, 0 1px 0 #00c5c5, 0 0 2px 1px #00eeee; }
1172
- .wapk-button-primary.wapk-button-hero:active {
1173
- box-shadow: inset 0 3px 0 #00a1a1; }
1174
- .wapk-button-primary.wapk-button-hero.active {
1175
- box-shadow: inset 0 3px 0 #00a1a1; }
1176
- .wapk-button-primary.wapk-button-hero.active:hover, .wapk-button-primary.wapk-button-hero.active:focus {
1177
- box-shadow: inset 0 3px 0 #00a1a1; }
1178
- .wapk-button-group > .wapk-button.active {
1179
- border-color: #00D4D4; }
1180
-
1181
- /* Button Sizes */
1182
- .wapk-button.wapk-button-xl {
1183
- height: 30px;
1184
- line-height: 28px;
1185
- padding: 0 12px 2px; }
1186
-
1187
- .wapk-button-group.wapk-button-xl .wapk-button {
1188
- height: 30px;
1189
- line-height: 28px;
1190
- padding: 0 12px 2px; }
1191
-
1192
- .wapk-button.wapk-button-hero {
1193
- font-size: 18px;
1194
- height: 50px;
1195
- line-height: 48px;
1196
- padding: 0 36px;
1197
- min-height: 46px; }
1198
-
1199
- .wapk-button-group.wapk-button-hero .wapk-button {
1200
- font-size: 18px;
1201
- height: 50px;
1202
- line-height: 48px;
1203
- padding: 0 36px;
1204
- min-height: 46px; }
1205
-
1206
- @media screen and (min-width: 782px) {
1207
- th#status,
1208
- th#provider {
1209
- width: 80px; }
1210
- th#type {
1211
- width: 50px; }
1212
- th#option_name {
1213
- width: 100px; }
1214
- td.option_name.column-option_name > span:first-child {
1215
- display: none; }
1216
- th#last_updated {
1217
- width: 90px; }
1218
- th#view {
1219
- width: 111px; } }
1220
-
1221
- @media screen and (min-width: 960px) {
1222
- th#status, th#provider {
1223
- width: 100px; }
1224
- th#type {
1225
- width: 80px; }
1226
- th#option_name {
1227
- width: 150px; }
1228
- th#last_updated {
1229
- width: 140px; } }
1230
-
1231
- @media screen and (max-width: 782px) {
1232
- table.wf-info-table {
1233
- margin-top: 10px; }
1234
- table.wf-info-table th:first-child img {
1235
- margin: 0 auto;
1236
- display: block; }
1237
- .wapk-button.wapk-button-xl {
1238
- padding: 6px 14px;
1239
- line-height: normal;
1240
- font-size: 14px;
1241
- vertical-align: middle;
1242
- height: auto;
1243
- margin-bottom: 4px; } }
1244
-
1245
- .wapk-feed-docs .wapk-feed-cta {
1246
- margin: 0; }
1247
-
1248
- .campaign_configurator {
1249
- background: #FFF;
1250
- padding: 20px 0; }
1251
- .campaign_configurator table {
1252
- margin: 0 auto;
1253
- width: 51%;
1254
- min-width: 574px;
1255
- border: none;
1256
- box-shadow: none; }
1257
- .campaign_configurator th {
1258
- min-width: 120px; }
1259
-
1260
- @media screen and (max-width: 782px) {
1261
- .campaign_configurator {
1262
- padding: 0; }
1263
- .campaign_configurator table {
1264
- width: auto;
1265
- min-width: auto;
1266
- max-width: 100%; }
1267
- .campaign_configurator th {
1268
- min-width: auto; } }
1269
-
1270
- #wf-tab-content-config td > input:not([type="checkbox"]):not([type="radio"]),
1271
- #wf-tab-content-config td > select,
1272
- #wf-tab-content-config td > textarea {
1273
- width: 100% !important; }
1274
-
1275
- .woo-feed-filters td > div:nth-child(2n):not(.clear):not(.selectize) {
1276
- width: 120px;
1277
- display: block; }
1278
-
1279
- .woo-feed-filters td > div:not(.clear) {
1280
- float: left;
1281
- margin-right: 10px; }
1282
-
1283
- .woo-feed-filters tr > td:first-child {
1284
- width: 290px;
1285
- padding-left: 40px; }
1286
-
1287
- .woo-feed-filters,
1288
- .woo-feed-ftp {
1289
- margin: 15px auto 25px; }
1290
-
1291
- .wf_clean_cache_wrapper {
1292
- display: -ms-flexbox;
1293
- display: flex;
1294
- margin-left: auto; }
1295
-
1296
- @-webkit-keyframes LoaderClockWise {
1297
- from {
1298
- -webkit-transform: rotate(0deg);
1299
- transform: rotate(0deg); }
1300
- to {
1301
- -webkit-transform: rotate(360deg);
1302
- transform: rotate(360deg); } }
1303
-
1304
- @keyframes LoaderClockWise {
1305
- from {
1306
- -webkit-transform: rotate(0deg);
1307
- transform: rotate(0deg); }
1308
- to {
1309
- -webkit-transform: rotate(360deg);
1310
- transform: rotate(360deg); } }
1311
-
1312
- .woo-feed-cache-loader {
1313
- width: 18px;
1314
- margin-right: 5px;
1315
- animation: LoaderClockWise 1s linear infinite;
1316
- -webkit-animation: LoaderClockWise 1s linear infinite;
1317
- display: none; }
1318
-
1319
- .woo-feed-table-heading .woo-feed-table-heading-title {
1320
- float: left;
1321
- margin-right: auto;
1322
- display: inline-block;
1323
- line-height: 30px; }
1324
-
1325
- .woo-feed-table-heading .wf_clean_cache_wrapper {
1326
- float: right;
1327
- font-weight: normal; }
1328
-
1329
- .wf_clean_cache_wrapper button {
1330
- background: linear-gradient(125deg, #eb4d4b 0, #FF9671 130%);
1331
- color: #fff;
1332
- border: none;
1333
- font-weight: 500;
1334
- display: inline-block;
1335
- text-decoration: none;
1336
- font-size: 13px;
1337
- line-height: 2.15384615;
1338
- min-height: 30px;
1339
- margin: 0;
1340
- padding: 0 10px;
1341
- border-radius: 3px;
1342
- cursor: pointer;
1343
- outline: none; }
1344
-
1345
- .wf_clean_cache_wrapper button:hover {
1346
- background: #ff7979;
1347
- color: #fff; }
1348
-
1349
- /* Status Page Style */
1350
- .woo-feed-status-table-wrapper .woo-feed-status-table {
1351
- width: 100%;
1352
- max-width: 900px;
1353
- border-collapse: collapse;
1354
- border-spacing: 0.5rem;
1355
- box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
1356
- .woo-feed-status-table-wrapper .woo-feed-status-table tr:nth-child(even) {
1357
- background: #f1f1f1; }
1358
- .woo-feed-status-table-wrapper .woo-feed-status-table tr:nth-child(odd) {
1359
- background: #fafafc; }
1360
- .woo-feed-status-table-wrapper .woo-feed-status-table tr th {
1361
- background: #353b48;
1362
- color: #fff; }
1363
- .woo-feed-status-table-wrapper .woo-feed-status-table tr th, .woo-feed-status-table-wrapper .woo-feed-status-table tr td {
1364
- padding: 0.5rem 20px;
1365
- text-align: left; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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(125deg, #3cb0fd 0%, #152f8c 140%);
35
+ border-radius: 17px;
36
+ box-shadow: inset 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 0px;
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
+ .woo_feed_manage_list_table .wf_update_interval_btn {
49
+ background: linear-gradient(125deg, #3cb0fd 0, #152f8c 140%); }
50
+ .woo_feed_manage_list_table .wf_update_interval_btn:hover {
51
+ background: linear-gradient(125deg, #3cb0fd 0, #152f8c 140%); }
52
+
53
+ .woo-feed-promotion {
54
+ position: relative;
55
+ display: none; }
56
+ .woo-feed-promotion .woo-feed-campaign-close-button {
57
+ position: absolute;
58
+ top: 50%;
59
+ -webkit-transform: translateY(-50%);
60
+ transform: translateY(-50%);
61
+ right: 15px;
62
+ width: 24px;
63
+ height: 24px;
64
+ border-radius: 12px;
65
+ background: #595d6b;
66
+ line-height: 24px;
67
+ color: #fff;
68
+ cursor: pointer;
69
+ transition: .3s ease; }
70
+ .woo-feed-promotion .woo-feed-campaign-close-button:hover {
71
+ background: #fff;
72
+ color: #d61e48; }
73
+
74
+ .wftooltip {
75
+ display: none;
76
+ position: absolute;
77
+ border: 1px solid #333;
78
+ background-color: #161616;
79
+ border-radius: 5px;
80
+ padding: 10px;
81
+ color: #fff;
82
+ font-size: 12px; }
83
+
84
+ .feed-actions .makeFeedResponse {
85
+ width: 70%;
86
+ color: green; }
87
+
88
+ .woo-feed-mapping-input {
89
+ width: 100%; }
90
+
91
+ .requiredIn {
92
+ color: red; }
93
+
94
+ .generalInput {
95
+ width: 200px; }
96
+ .generalInput:not(.selectize-control) {
97
+ margin: 5px auto; }
98
+
99
+ .error {
100
+ color: red; }
101
+
102
+ .widefat td select, .widefat td input {
103
+ max-width: 100%; }
104
+
105
+ #wf_newRow {
106
+ margin-left: 0; }
107
+
108
+ .mtable tbody tr {
109
+ height: 25px;
110
+ border: 1px solid #CCC;
111
+ text-align: left;
112
+ -ms-flex-align: baseline;
113
+ align-items: baseline;
114
+ font-weight: bold; }
115
+
116
+ .mtable th:nth-child(1) {
117
+ width: 17px; }
118
+
119
+ .mtable th:nth-child(2) {
120
+ width: 160px; }
121
+
122
+ .mtable th:nth-child(3) {
123
+ width: 100px; }
124
+
125
+ .mtable th:nth-child(4) {
126
+ width: 100px; }
127
+
128
+ .mtable th:nth-child(5) {
129
+ width: 150px; }
130
+
131
+ .mtable th:nth-child(6) {
132
+ width: 100px; }
133
+
134
+ .mtable th:nth-child(7) {
135
+ width: 150px; }
136
+
137
+ .mtable th:nth-child(8) {
138
+ width: 90px; }
139
+
140
+ .mtable th:nth-child(9) {
141
+ width: 29px; }
142
+
143
+ .mtable2 tbody tr {
144
+ height: 25px;
145
+ border: 1px solid #CCC;
146
+ text-align: left;
147
+ -ms-flex-align: baseline;
148
+ align-items: baseline;
149
+ font-weight: bold; }
150
+
151
+ .mtable2 th:nth-child(1) {
152
+ width: 30px; }
153
+
154
+ .mtable2 th:nth-child(2) {
155
+ width: 150px; }
156
+
157
+ .mtable2 th:nth-child(3) {
158
+ width: 230px; }
159
+
160
+ .mtable2 th:nth-child(4) {
161
+ width: 220px; }
162
+
163
+ .mtable2 th:nth-child(7) {
164
+ width: 50px; }
165
+
166
+ .mtable2 th:nth-child(8) {
167
+ width: 50px; }
168
+
169
+ .mtable2 th:nth-child(9) {
170
+ width: 29px; }
171
+
172
+ .wp-admin select.wf_mattributes {
173
+ width: 150px;
174
+ left: 0;
175
+ height: 25px; }
176
+
177
+ div#wf-tab-content1 select:not([name^="output_type"]) {
178
+ width: 100%; }
179
+
180
+ div#wf-tab-content1 input {
181
+ width: 100%; }
182
+
183
+ div#wf-tab-content1 .dashicons {
184
+ vertical-align: middle; }
185
+
186
+ .wf_attributes {
187
+ width: 150px;
188
+ left: 0; }
189
+
190
+ .wf_compare {
191
+ max-width: 245px;
192
+ left: 0; }
193
+
194
+ .wf_ps {
195
+ width: 100px;
196
+ left: 0; }
197
+
198
+ .wf_sortedtable {
199
+ cursor: move; }
200
+
201
+ .sorted_table {
202
+ position: relative; }
203
+ .sorted_table .dragged {
204
+ position: absolute;
205
+ opacity: 0.8;
206
+ z-index: 9999;
207
+ background: #fff;
208
+ width: 100%;
209
+ display: table; }
210
+ .sorted_table tbody tr.placeholder td {
211
+ border: 1px dashed #2cc185;
212
+ height: 46px; }
213
+
214
+ .wfnoempty {
215
+ width: 120px; }
216
+
217
+ /*==================Tab Design=======================*/
218
+ p {
219
+ color: #222; }
220
+
221
+ .wf_tabs {
222
+ position: relative;
223
+ margin: 0 auto;
224
+ width: 100%;
225
+ list-style: none;
226
+ /*bottom: 50px;*/ }
227
+
228
+ .wf_tabs:after {
229
+ display: table;
230
+ clear: both;
231
+ content: ""; }
232
+
233
+ .wf_tabs li {
234
+ float: left;
235
+ width: 20%;
236
+ display: block;
237
+ border: 2px solid #CCC; }
238
+
239
+ .wf_tabs li > input[type="radio"][name="wf_tabs"] {
240
+ position: absolute;
241
+ top: auto;
242
+ left: -9999px; }
243
+
244
+ .wf-tab-name {
245
+ display: block;
246
+ padding: 15px;
247
+ font-size: 15px;
248
+ font-weight: bold;
249
+ line-height: 1;
250
+ background: #fff;
251
+ cursor: pointer;
252
+ position: relative;
253
+ text-align: center;
254
+ text-transform: uppercase;
255
+ color: #2CC185; }
256
+
257
+ .wf-tab-name:hover {
258
+ background: #2CC185;
259
+ color: white; }
260
+
261
+ .wf_tabs [id^="tab"]:checked + label {
262
+ background: #2CC185;
263
+ color: white; }
264
+
265
+ .wf_tabs .wf-tab-content {
266
+ z-index: 2;
267
+ display: none;
268
+ width: 100%;
269
+ font-size: 0.9rem;
270
+ position: absolute;
271
+ left: 0;
272
+ background: #fff;
273
+ border: 2px solid #CCC; }
274
+
275
+ .wf_tabs [id^="tab"]:checked ~ [id^="wf-tab-content"] {
276
+ display: block; }
277
+
278
+ [id^="wf-tab-content"] {
279
+ margin-bottom: 40px; }
280
+
281
+ div#wf-tab-content2 table:first-child {
282
+ padding: 10px 0; }
283
+
284
+ div#wf-tab-content2 table:first-child td:nth-child(1) {
285
+ width: 260px; }
286
+
287
+ div#wf-tab-content2 table:first-child td:nth-child(2) {
288
+ width: 260px; }
289
+
290
+ table.feed-actions tr td:last-child {
291
+ text-align: right; }
292
+
293
+ /* Selectize */
294
+ select.selectize {
295
+ display: none; }
296
+
297
+ body.no-js select.selectize {
298
+ display: block !important; }
299
+
300
+ .wp-list-table .option_name .wf_feed_option_name_link {
301
+ font-weight: 700;
302
+ color: #30336b; }
303
+
304
+ .wp-list-table #option_name a {
305
+ color: #32373c; }
306
+
307
+ /* fallback combat */
308
+ .selectize-dropdown .active {
309
+ background-color: #edf9ff; }
310
+
311
+ .selectize-dropdown .create {
312
+ padding: 5px 8px; }
313
+
314
+ .wapk-selectize-item {
315
+ background: #0073aa !important;
316
+ color: #f1f1f1 !important;
317
+ font-weight: bold !important;
318
+ border-color: #0073aa !important;
319
+ padding-left: 5px;
320
+ padding-right: 5px; }
321
+
322
+ .selectize-input.full #googleTaxonomyId-selectized {
323
+ opacity: 0;
324
+ position: absolute;
325
+ left: -10000px; }
326
+
327
+ .selectize-dropdown [data-selectable].option {
328
+ cursor: default; }
329
+
330
+ .selectize-control.plugin-remove_button [data-value] .remove {
331
+ border-left: 1px solid #f1f1f1 !important; }
332
+
333
+ .selectize-dropdown .optgroup-header {
334
+ font-weight: 700;
335
+ background: #efefef;
336
+ color: #5a5a5a; }
337
+
338
+ .selectize-dropdown [data-selectable].option {
339
+ cursor: pointer; }
340
+
341
+ /* Feed active and inactive button CSS */
342
+ .wf_status_wrap label {
343
+ width: 55px;
344
+ height: 30px;
345
+ box-sizing: border-box;
346
+ float: left;
347
+ border-radius: 100px;
348
+ position: relative;
349
+ cursor: pointer;
350
+ transition: .3s ease;
351
+ background: #d3d3d3; }
352
+
353
+ input[class=woo_feed_status_input]:checked + label {
354
+ background: #4fbe79; }
355
+
356
+ input[class=woo_feed_status_input]:checked + label:before {
357
+ left: 29px; }
358
+
359
+ .wf_status_wrap label:before {
360
+ transition: .3s ease;
361
+ content: '';
362
+ width: 20px;
363
+ height: 20px;
364
+ position: absolute;
365
+ background: white;
366
+ left: 6px;
367
+ top: 5px;
368
+ box-sizing: border-box;
369
+ color: black;
370
+ border-radius: 100px;
371
+ box-shadow: 0px 1.5px 2px 0px #000; }
372
+
373
+ .view span.dashicons.dashicons-external {
374
+ color: #30336b; }
375
+
376
+ .view span.dashicons.dashicons-sos {
377
+ color: #22a6b3; }
378
+
379
+ .view span.dashicons.dashicons-download {
380
+ color: #ee5253; }
381
+
382
+ .view span.dashicons.dashicons-media-code {
383
+ color: #576574; }
384
+
385
+ /* list table style */
386
+ .widefat td.column-url, .widefat th.column-url,
387
+ .column-url {
388
+ color: #1e8f9a;
389
+ font-weight: bold; }
390
+
391
+ /** Feed Progress **/
392
+ .feed-progress-container {
393
+ width: 100%;
394
+ color: white;
395
+ text-align: center;
396
+ font-weight: 300; }
397
+
398
+ .feed-progress-bar {
399
+ width: 100%;
400
+ background: #eee;
401
+ padding: 3px;
402
+ border-radius: 50px;
403
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
404
+
405
+ .feed-progress-bar-fill {
406
+ height: 20px;
407
+ display: block;
408
+ background: linear-gradient(to right top, #10ac84, #13b389, #15ba8f, #18c194, #1ac89a, #13cba1, #0acfa9, #00d2b0, #00d2ba, #00d2c3, #00d2cb, #00d2d3);
409
+ width: 0;
410
+ border-radius: 50px;
411
+ transition: width 0.8s ease; }
412
+
413
+ .feed-progress-status {
414
+ float: left;
415
+ font-weight: bold;
416
+ color: darkblue; }
417
+
418
+ .feed-progress-percentage {
419
+ text-align: right;
420
+ font-weight: bolder;
421
+ color: #1dd1a1;
422
+ font-family: 'Arial Black', sans-serif;
423
+ font-size: large; }
424
+
425
+ #wpbody-content.woofeed-body-content {
426
+ overflow: visible !important; }
427
+
428
+ .clippy {
429
+ position: relative;
430
+ width: 13px;
431
+ margin-top: -3px;
432
+ margin-left: 3px;
433
+ top: 3px; }
434
+
435
+ .column-url .clippy {
436
+ display: none; }
437
+
438
+ .column-url:hover .clippy {
439
+ display: inline-block; }
440
+
441
  /**
442
  * Primer Tooltip
443
+ */
444
+ .tooltipped {
445
+ position: relative; }
446
+ .tooltipped:after {
447
+ position: absolute;
448
+ z-index: 1000000;
449
+ display: none;
450
+ padding: 5px 8px;
451
+ font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
452
+ color: #fff;
453
+ text-align: center;
454
+ text-decoration: none;
455
+ text-shadow: none;
456
+ text-transform: none;
457
+ letter-spacing: normal;
458
+ word-wrap: break-word;
459
+ white-space: pre;
460
+ pointer-events: none;
461
+ content: attr(aria-label);
462
+ background: rgba(0, 0, 0, 0.8);
463
+ border-radius: 3px;
464
+ -webkit-font-smoothing: subpixel-antialiased; }
465
+ .tooltipped:before {
466
+ position: absolute;
467
+ z-index: 1000001;
468
+ display: none;
469
+ width: 0;
470
+ height: 0;
471
+ color: rgba(0, 0, 0, 0.8);
472
+ pointer-events: none;
473
+ content: "";
474
+ border: 5px solid transparent; }
475
+ .tooltipped:hover:before {
476
+ display: inline-block;
477
+ text-decoration: none; }
478
+ .tooltipped:hover:after {
479
+ display: inline-block;
480
+ text-decoration: none; }
481
+ .tooltipped:active:before {
482
+ display: inline-block;
483
+ text-decoration: none; }
484
+ .tooltipped:active:after {
485
+ display: inline-block;
486
+ text-decoration: none; }
487
+ .tooltipped:focus:before {
488
+ display: inline-block;
489
+ text-decoration: none; }
490
+ .tooltipped:focus:after {
491
+ display: inline-block;
492
+ text-decoration: none; }
493
+ .tooltipped-multiline:hover:after {
494
+ display: table-cell; }
495
+ .tooltipped-multiline:active:after {
496
+ display: table-cell; }
497
+ .tooltipped-multiline:focus:after {
498
+ display: table-cell; }
499
+ .tooltipped-multiline:after {
500
+ width: -webkit-max-content;
501
+ width: -moz-max-content;
502
+ width: max-content;
503
+ max-width: 250px;
504
+ word-break: break-word;
505
+ word-wrap: normal;
506
+ white-space: pre-line;
507
+ border-collapse: separate; }
508
+ .tooltipped-s:after {
509
+ top: 100%;
510
+ right: 50%;
511
+ margin-top: 5px;
512
+ -webkit-transform: translateX(50%);
513
+ transform: translateX(50%); }
514
+ .tooltipped-s:before {
515
+ top: auto;
516
+ right: 50%;
517
+ bottom: -5px;
518
+ margin-right: -5px;
519
+ border-bottom-color: rgba(0, 0, 0, 0.8); }
520
+ .tooltipped-se:after {
521
+ top: 100%;
522
+ margin-top: 5px;
523
+ right: auto;
524
+ left: 50%;
525
+ margin-left: -15px; }
526
+ .tooltipped-se:before {
527
+ top: auto;
528
+ right: 50%;
529
+ bottom: -5px;
530
+ margin-right: -5px;
531
+ border-bottom-color: rgba(0, 0, 0, 0.8); }
532
+ .tooltipped-sw:after {
533
+ top: 100%;
534
+ right: 50%;
535
+ margin-top: 5px;
536
+ margin-right: -15px; }
537
+ .tooltipped-sw:before {
538
+ top: auto;
539
+ right: 50%;
540
+ bottom: -5px;
541
+ margin-right: -5px;
542
+ border-bottom-color: rgba(0, 0, 0, 0.8); }
543
+ .tooltipped-n:after {
544
+ right: 50%;
545
+ bottom: 100%;
546
+ margin-bottom: 5px;
547
+ -webkit-transform: translateX(50%);
548
+ transform: translateX(50%); }
549
+ .tooltipped-n:before {
550
+ top: -5px;
551
+ right: 50%;
552
+ bottom: auto;
553
+ margin-right: -5px;
554
+ border-top-color: rgba(0, 0, 0, 0.8); }
555
+ .tooltipped-ne:after {
556
+ bottom: 100%;
557
+ margin-bottom: 5px;
558
+ right: auto;
559
+ left: 50%;
560
+ margin-left: -15px; }
561
+ .tooltipped-ne:before {
562
+ top: -5px;
563
+ right: 50%;
564
+ bottom: auto;
565
+ margin-right: -5px;
566
+ border-top-color: rgba(0, 0, 0, 0.8); }
567
+ .tooltipped-nw:after {
568
+ right: 50%;
569
+ bottom: 100%;
570
+ margin-bottom: 5px;
571
+ margin-right: -15px; }
572
+ .tooltipped-nw:before {
573
+ top: -5px;
574
+ right: 50%;
575
+ bottom: auto;
576
+ margin-right: -5px;
577
+ border-top-color: rgba(0, 0, 0, 0.8); }
578
+ .tooltipped-w:after {
579
+ right: 100%;
580
+ bottom: 50%;
581
+ margin-right: 5px;
582
+ -webkit-transform: translateY(50%);
583
+ transform: translateY(50%); }
584
+ .tooltipped-w:before {
585
+ top: 50%;
586
+ bottom: 50%;
587
+ left: -5px;
588
+ margin-top: -5px;
589
+ border-left-color: rgba(0, 0, 0, 0.8); }
590
+ .tooltipped-e:after {
591
+ bottom: 50%;
592
+ left: 100%;
593
+ margin-left: 5px;
594
+ -webkit-transform: translateY(50%);
595
+ transform: translateY(50%); }
596
+ .tooltipped-e:before {
597
+ top: 50%;
598
+ right: -5px;
599
+ bottom: 50%;
600
+ margin-top: -5px;
601
+ border-right-color: rgba(0, 0, 0, 0.8); }
602
+ .tooltipped-multiline.tooltipped-s:after {
603
+ right: auto;
604
+ left: 50%;
605
+ -webkit-transform: translateX(-50%);
606
+ transform: translateX(-50%); }
607
+ .tooltipped-multiline.tooltipped-n:after {
608
+ right: auto;
609
+ left: 50%;
610
+ -webkit-transform: translateX(-50%);
611
+ transform: translateX(-50%); }
612
+ .tooltipped-multiline.tooltipped-w:after {
613
+ right: 100%; }
614
+ .tooltipped-multiline.tooltipped-e:after {
615
+ right: 100%; }
616
+ .tooltipped-sticky:before {
617
+ display: inline-block; }
618
+ .tooltipped-sticky:after {
619
+ display: inline-block; }
620
+ .tooltipped-sticky.tooltipped-multiline:after {
621
+ display: table-cell; }
622
+
623
+ .fullscreen-overlay-enabled.dark-theme .tooltipped:after {
624
+ color: #000;
625
+ background: rgba(255, 255, 255, 0.8); }
626
+
627
+ .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before {
628
+ border-bottom-color: rgba(255, 255, 255, 0.8); }
629
+
630
+ .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before {
631
+ border-bottom-color: rgba(255, 255, 255, 0.8); }
632
+
633
+ .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before {
634
+ border-bottom-color: rgba(255, 255, 255, 0.8); }
635
+
636
+ .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before {
637
+ border-top-color: rgba(255, 255, 255, 0.8); }
638
+
639
+ .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before {
640
+ border-top-color: rgba(255, 255, 255, 0.8); }
641
+
642
+ .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before {
643
+ border-top-color: rgba(255, 255, 255, 0.8); }
644
+
645
+ .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before {
646
+ border-right-color: rgba(255, 255, 255, 0.8); }
647
+
648
+ .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before {
649
+ border-left-color: rgba(255, 255, 255, 0.8); }
650
+
651
+ @media screen and (min-width: 0\0) {
652
+ .tooltipped-multiline:after {
653
+ width: 250px; } }
654
+
655
+ ul.tracker_collection_list {
656
+ list-style: initial;
657
+ padding: initial;
658
+ margin: -10px 0 0 30px;
659
+ font-size: 11px !important; }
660
+ ul.tracker_collection_list li {
661
+ margin: 0; }
662
+
663
+ /** Info Message Table **/
664
+ table.wf-info-table, table.wf-rate-table {
665
+ vertical-align: middle;
666
+ text-align: center;
667
+ max-width: 100%;
668
+ font-weight: 500; }
669
+ table.wf-info-table th, table.wf-rate-table th {
670
+ text-align: center; }
671
+ table.wf-info-table th .woo-feed-top-header, table.wf-rate-table th .woo-feed-top-header {
672
+ display: -ms-flexbox;
673
+ display: flex;
674
+ -ms-flex-pack: justify;
675
+ justify-content: space-between;
676
+ -ms-flex-align: center;
677
+ align-items: center; }
678
+ 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 {
679
+ margin-left: 20px; }
680
+ 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 {
681
+ float: right;
682
+ display: -ms-flexbox;
683
+ display: flex;
684
+ border-radius: 7px;
685
+ -ms-flex-pack: center;
686
+ justify-content: center;
687
+ -ms-flex-align: center;
688
+ align-items: center; }
689
+ 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 {
690
+ padding: 8px 20px;
691
+ background: #576574;
692
+ color: #fff;
693
+ box-sizing: border-box;
694
+ display: inline-block;
695
+ transition: .3s ease; }
696
+ 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 {
697
+ background: #576574;
698
+ border-top-left-radius: 5px;
699
+ border-bottom-left-radius: 5px; }
700
+ 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 {
701
+ background: #ee5253; }
702
+ 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 {
703
+ background: #22a6b3;
704
+ border-top-right-radius: 5px;
705
+ border-bottom-right-radius: 5px; }
706
+ 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 {
707
+ font-size: 18px;
708
+ line-height: 1.2; }
709
+ 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 {
710
+ background: #30336b;
711
+ box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.12); }
712
+ table.wf-info-table strong, table.wf-rate-table strong {
713
+ font-weight: bold; }
714
+
715
+ table.wf-info-table th:first-child img {
716
+ margin: 0 0 -5px 5px; }
717
+
718
+ table.wf-rate-table a {
719
+ color: #0073aa; }
720
+
721
+ table.wf-rate-table a.review-star:after {
722
+ content: "\f155\f155\f155\f155\f155" !important;
723
+ font-family: dashicons;
724
+ font-size: 10px;
725
+ font-weight: 100;
726
+ text-rendering: auto;
727
+ -webkit-font-smoothing: antialiased;
728
+ -moz-osx-font-smoothing: grayscale;
729
+ color: #0073aa;
730
+ text-decoration: underline; }
731
+
732
+ /** Admin Menu Icon **/
733
+ #adminmenu #toplevel_page_webappick-manage-feeds div.wp-menu-image::before {
734
+ content: "";
735
+ background: url(../images/woo-feed-icon.svg) no-repeat center center;
736
+ background-size: 20px 20px;
737
+ opacity: 0.6;
738
+ filter: alpha(opacity=60); }
739
+
740
+ #adminmenu #toplevel_page_webappick-manage-feeds:hover div.wp-menu-image::before {
741
+ opacity: 1;
742
+ filter: alpha(opacity=100); }
743
+
744
+ #adminmenu #toplevel_page_webappick-manage-feeds.wp-has-current-submenu div.wp-menu-image::before {
745
+ opacity: 1;
746
+ filter: alpha(opacity=100); }
747
+
748
+ /** Admin Page Wrapper **/
749
+ .wapk-admin, .wapk-admin * {
750
+ box-sizing: border-box; }
751
+
752
+ .wapk-admin {
753
+ position: relative;
754
+ display: block;
755
+ -webkit-hyphens: manual;
756
+ -ms-hyphens: manual;
757
+ -moz-hyphens: manual;
758
+ hyphens: manual;
759
+ color: #1B2730;
760
+ /* reset .warp margin to use full width except menu area */
761
+ margin: 0 0 0 -10px; }
762
+
763
+ @media screen and (min-width: 783px) {
764
+ .wapk-admin {
765
+ margin: 0 0 0 -20px; } }
766
+
767
+ .text-center {
768
+ text-align: center; }
769
+
770
+ .wapk-admin h1, .wapk-admin h2, .wapk-admin h3,
771
+ .wapk-admin h4, .wapk-admin h5, .wapk-admin h6,
772
+ .wapk-admin p {
773
+ color: #1B2730; }
774
+
775
+ .wapk-admin sup {
776
+ vertical-align: baseline;
777
+ position: relative;
778
+ top: -6px; }
779
+
780
+ .wapk-admin sub {
781
+ vertical-align: baseline;
782
+ position: relative;
783
+ top: 4px; }
784
+
785
+ /* WP.Core.UI Compat */
786
+ .wapk-admin .wapk-section {
787
+ margin: 10px 20px 0 22px;
788
+ position: relative;
789
+ display: block; }
790
+ .wapk-admin .wapk-section [class$=icon32] + h2 {
791
+ font-size: 23px;
792
+ font-weight: 400;
793
+ margin: 0;
794
+ padding: 9px 0 4px 0;
795
+ line-height: 1.3; }
796
+ .wapk-admin .wapk-section h1 {
797
+ font-size: 23px;
798
+ font-weight: 400;
799
+ margin: 0;
800
+ padding: 9px 0 4px 0;
801
+ line-height: 1.3; }
802
+ .wapk-admin .wapk-section > h2:first-child {
803
+ font-size: 23px;
804
+ font-weight: 400;
805
+ margin: 0;
806
+ padding: 9px 0 4px 0;
807
+ line-height: 1.3; }
808
+
809
+ .wapk-admin > .notice {
810
+ margin: 10px 20px 0 22px;
811
+ position: relative;
812
+ display: block; }
813
+
814
+ .wapk-admin span.help {
815
+ display: block;
816
+ float: left;
817
+ width: 100%;
818
+ font-size: 0.9em;
819
+ color: #636363;
820
+ margin-top: 5px;
821
+ font-weight: 500; }
822
+ .wapk-admin span.help .dashicons {
823
+ width: 11px;
824
+ height: 12px;
825
+ font-size: inherit;
826
+ vertical-align: middle; }
827
+
828
+ .clear:after {
829
+ content: "";
830
+ display: table;
831
+ clear: both; }
832
+
833
+ /*.wapk-admin .help a { color: inherit; text-decoration: underline; }*/
834
+ /** Extend WP Core UI PostBox For Docs **/
835
+ .wapk-feed-docs .postbox {
836
+ width: 355px;
837
+ margin-right: 20px;
838
+ display: inline-block;
839
+ vertical-align: top; }
840
+ .wapk-feed-docs .postbox .hndle {
841
+ font-size: 14px;
842
+ padding: 8px 12px;
843
+ margin: 0;
844
+ line-height: 1.4;
845
+ cursor: pointer; }
846
+ .wapk-feed-docs .postbox .dashicons {
847
+ color: #ccc; }
848
+ .wapk-feed-docs .postbox a {
849
+ text-decoration: none; }
850
+ .wapk-feed-docs .postbox .inside {
851
+ margin-bottom: 0; }
852
+ .wapk-feed-docs .postbox ul {
853
+ margin-bottom: 0; }
854
+ .wapk-feed-docs .postbox .toggle-indicator:before {
855
+ content: "\F142";
856
+ display: inline-block;
857
+ font: 400 20px/1 dashicons;
858
+ speak: none;
859
+ -webkit-font-smoothing: antialiased;
860
+ -moz-osx-font-smoothing: grayscale;
861
+ text-decoration: none !important; }
862
+ .wapk-feed-docs .postbox li {
863
+ width: 100%;
864
+ display: block;
865
+ float: left; }
866
+ .wapk-feed-docs .postbox li span {
867
+ display: inline-block;
868
+ float: left;
869
+ margin-right: 4px; }
870
+ .wapk-feed-docs .postbox li a {
871
+ display: inline-block;
872
+ float: left;
873
+ width: calc(100% - 24px); }
874
+
875
+ .wapk-feed-docs .postbox.closed .toggle-indicator:before {
876
+ content: "\F140"; }
877
+
878
+ .wapk-section #post-body.columns-2 #side-sortables {
879
+ min-height: 196px; }
880
+
881
+ #poststuff #feed_merchant_info .inside {
882
+ margin: 0;
883
+ padding: 0; }
884
+
885
+ #feed_merchant_info ul.data {
886
+ margin-left: 24px;
887
+ margin-top: 5px; }
888
+ #feed_merchant_info ul.data li {
889
+ margin-bottom: 5px; }
890
+
891
+ .merchant-info-section {
892
+ padding: 6px 10px 8px; }
893
+
894
+ .generateFeed .wf-tab-content table:first-child {
895
+ border: none;
896
+ box-shadow: none; }
897
+
898
+ .generateFeed table th {
899
+ font-weight: bold; }
900
+
901
+ @media only screen and (max-width: 850px) {
902
+ .wapk-feed-docs .postbox {
903
+ display: block;
904
+ width: auto;
905
+ float: none;
906
+ margin-right: auto; } }
907
+
908
+ /** Admin Feed Help Docs **/
909
+ .wp-submenu li span.woo-feed-docs {
910
+ font-weight: bold;
911
+ color: #f18500; }
912
+
913
+ .wp-submenu li:hover span.woo-feed-docs {
914
+ color: #ce7304; }
915
+
916
+ .wp-submenu li.current span.woo-feed-docs {
917
+ color: #ce7304; }
918
+
919
+ .wapk-admin .wapk-feed-docs .postbox .hndle {
920
+ cursor: default; }
921
+
922
+ /** Admin Call-To-Action **/
923
+ .wapk-cta {
924
+ position: relative;
925
+ display: -ms-flexbox;
926
+ display: flex;
927
+ width: 100%;
928
+ padding: 100px 15px;
929
+ background: linear-gradient(45deg, #6CD5FF 33%, #c2efef 100%);
930
+ -ms-flex-pack: center;
931
+ justify-content: center;
932
+ -ms-flex-align: center;
933
+ align-items: center; }
934
+ .wapk-cta-icon .dashicons {
935
+ font-size: 100px;
936
+ width: 100px;
937
+ height: auto;
938
+ margin: 0 10px -8px 0;
939
+ color: #02658c; }
940
+ .wapk-cta-content {
941
+ width: 50%; }
942
+ .wapk-cta-content h2 {
943
+ font-size: 2em;
944
+ margin: 0.5em 0; }
945
+ .wapk-cta-action a.wapk-button {
946
+ font-size: 24px;
947
+ height: auto !important;
948
+ padding: 10px 20px; }
949
+
950
+ @media (max-width: 600px) {
951
+ .wapk-cta {
952
+ display: block;
953
+ text-align: center;
954
+ padding: 4em 0; }
955
+ .wapk-cta-content {
956
+ width: 100%;
957
+ margin: 2em 0; } }
958
+
959
+ /** Override .wp-core-ui .wapk-button styles with prefix .wapk-admin **/
960
+ /* Button Skin */
961
+ .wapk-button {
962
+ color: #00D4D4;
963
+ border-color: #00D4D4;
964
+ display: inline-block;
965
+ text-decoration: none;
966
+ font-size: 13px;
967
+ line-height: 2.15384615;
968
+ min-height: 30px;
969
+ margin: 0;
970
+ padding: 0 10px;
971
+ cursor: pointer;
972
+ border-width: 1px;
973
+ border-style: solid;
974
+ -webkit-appearance: none;
975
+ border-radius: 3px;
976
+ white-space: nowrap;
977
+ box-sizing: border-box; }
978
+ .wapk-button > svg {
979
+ width: 15px;
980
+ margin-left: 5px;
981
+ fill: #00D4D4; }
982
+ .wapk-button > .dashicons {
983
+ color: #00D4D4; }
984
+ .wapk-button:hover {
985
+ border-color: #00bbbb;
986
+ color: #00bbbb; }
987
+ .wapk-button:hover > svg {
988
+ fill: #00bbbb; }
989
+ .wapk-button:hover > .dashicons {
990
+ color: #00bbbb; }
991
+ .wapk-button:focus {
992
+ border-color: #00D4D4;
993
+ color: #00bbbb;
994
+ box-shadow: 0 0 0 1px #00D4D4; }
995
+ .wapk-button:focus > svg {
996
+ fill: #00bbbb; }
997
+ .wapk-button:focus > .dashicons {
998
+ color: #00bbbb; }
999
+ .wapk-button:active {
1000
+ background: #00bbbb;
1001
+ border-color: #00bbbb; }
1002
+ .wapk-button-secondary {
1003
+ color: #00D4D4;
1004
+ border-color: #00D4D4;
1005
+ display: inline-block;
1006
+ text-decoration: none;
1007
+ font-size: 13px;
1008
+ line-height: 2.15384615;
1009
+ min-height: 30px;
1010
+ margin: 0;
1011
+ padding: 0 10px;
1012
+ cursor: pointer;
1013
+ border-width: 1px;
1014
+ border-style: solid;
1015
+ -webkit-appearance: none;
1016
+ border-radius: 3px;
1017
+ white-space: nowrap;
1018
+ box-sizing: border-box; }
1019
+ .wapk-button-secondary > svg {
1020
+ width: 15px;
1021
+ margin-left: 5px;
1022
+ fill: #00D4D4; }
1023
+ .wapk-button-secondary > .dashicons {
1024
+ color: #00D4D4; }
1025
+ .wapk-button-secondary:hover {
1026
+ border-color: #00bbbb;
1027
+ color: #00bbbb; }
1028
+ .wapk-button-secondary:hover > svg {
1029
+ fill: #00bbbb; }
1030
+ .wapk-button-secondary:hover > .dashicons {
1031
+ color: #00bbbb; }
1032
+ .wapk-button-secondary:focus {
1033
+ border-color: #00D4D4;
1034
+ color: #00bbbb;
1035
+ box-shadow: 0 0 0 1px #00D4D4; }
1036
+ .wapk-button-secondary:focus > svg {
1037
+ fill: #00bbbb; }
1038
+ .wapk-button-secondary:focus > .dashicons {
1039
+ color: #00bbbb; }
1040
+ .wapk-button-primary {
1041
+ display: inline-block;
1042
+ text-decoration: none;
1043
+ font-size: 13px;
1044
+ line-height: 2.15384615;
1045
+ min-height: 30px;
1046
+ margin: 0;
1047
+ padding: 0 10px;
1048
+ cursor: pointer;
1049
+ border-width: 1px;
1050
+ border-style: solid;
1051
+ -webkit-appearance: none;
1052
+ border-radius: 3px;
1053
+ white-space: nowrap;
1054
+ box-sizing: border-box;
1055
+ background: #00D4D4;
1056
+ border-color: #00D4D4;
1057
+ color: #fff;
1058
+ box-shadow: 0 1px 0 #00bbbb;
1059
+ text-shadow: 0 -1px 1px #00bbbb, 1px 0 1px #00bbbb, 0 1px 1px #00bbbb, -1px 0 1px #00bbbb; }
1060
+ .wapk-button-primary > svg {
1061
+ fill: #fff; }
1062
+ .wapk-button-primary:hover {
1063
+ background: #00e3e3;
1064
+ border-color: #00c5c5;
1065
+ color: #fff; }
1066
+ .wapk-button-primary:hover > svg {
1067
+ fill: #fff; }
1068
+ .wapk-button-primary:focus {
1069
+ background: #00e3e3;
1070
+ border-color: #00c5c5;
1071
+ color: #fff;
1072
+ box-shadow: 0 0 0 1px #fff, 0 0 0 3px #00D4D4; }
1073
+ .wapk-button-primary:focus > svg {
1074
+ fill: #fff; }
1075
+ .wapk-button-primary:active {
1076
+ background: #00bbbb;
1077
+ border-color: #00bbbb;
1078
+ color: #fff; }
1079
+ .wapk-button-primary:active > svg {
1080
+ fill: #fff; }
1081
+ .wapk-button-primary:disabled {
1082
+ color: #c7d1d1 !important;
1083
+ background: #22ffff !important;
1084
+ border-color: #22ffff !important;
1085
+ text-shadow: none !important; }
1086
+ .wapk-button-primary:disabled > svg {
1087
+ fill: #c7d1d1 !important; }
1088
+ .wapk-button.hover {
1089
+ border-color: #00bbbb;
1090
+ color: #00bbbb; }
1091
+ .wapk-button.hover > svg {
1092
+ fill: #00bbbb; }
1093
+ .wapk-button.hover > .dashicons {
1094
+ color: #00bbbb; }
1095
+ .wapk-button.focus {
1096
+ border-color: #00D4D4;
1097
+ color: #00bbbb;
1098
+ box-shadow: 0 0 0 1px #00D4D4; }
1099
+ .wapk-button.focus > svg {
1100
+ fill: #00bbbb; }
1101
+ .wapk-button.focus > .dashicons {
1102
+ color: #00bbbb; }
1103
+ .wapk-button.active {
1104
+ border-color: #00bbbb;
1105
+ color: #00bbbb;
1106
+ box-shadow: inset 0 2px 5px -3px #00bbbb; }
1107
+ .wapk-button.active:focus {
1108
+ border-color: #00bbbb;
1109
+ color: #00bbbb;
1110
+ box-shadow: inset 0 2px 5px -3px #00bbbb; }
1111
+ .wapk-button.active:focus > svg {
1112
+ fill: #00bbbb; }
1113
+ .wapk-button.active:focus > .dashicons {
1114
+ color: #00bbbb; }
1115
+ .wapk-button.active:hover {
1116
+ border-color: #00bbbb;
1117
+ color: #00bbbb;
1118
+ box-shadow: inset 0 2px 5px -3px #00bbbb; }
1119
+ .wapk-button.active:hover > svg {
1120
+ fill: #00bbbb; }
1121
+ .wapk-button.active:hover > .dashicons {
1122
+ color: #00bbbb; }
1123
+ .wapk-button.active > svg {
1124
+ fill: #00bbbb; }
1125
+ .wapk-button.active > .dashicons {
1126
+ color: #00bbbb; }
1127
+ .wapk-button-primary.active {
1128
+ background: #00D4D4;
1129
+ color: #fff;
1130
+ border-color: #008888;
1131
+ box-shadow: inset 0 2px 5px -3px black; }
1132
+ .wapk-button-primary.active:focus {
1133
+ background: #00D4D4;
1134
+ color: #fff;
1135
+ border-color: #008888;
1136
+ box-shadow: inset 0 2px 5px -3px black; }
1137
+ .wapk-button-primary.active:focus > svg {
1138
+ fill: #fff; }
1139
+ .wapk-button-primary.active:hover {
1140
+ background: #00D4D4;
1141
+ color: #fff;
1142
+ border-color: #008888;
1143
+ box-shadow: inset 0 2px 5px -3px black; }
1144
+ .wapk-button-primary.active:hover > svg {
1145
+ fill: #fff; }
1146
+ .wapk-button-primary.active > svg {
1147
+ fill: #fff; }
1148
+ .wapk-button-primary[disabled] {
1149
+ color: #c7d1d1 !important;
1150
+ background: #22ffff !important;
1151
+ border-color: #22ffff !important;
1152
+ text-shadow: none !important; }
1153
+ .wapk-button-primary[disabled] > svg {
1154
+ fill: #c7d1d1 !important; }
1155
+ .wapk-button-primary.wapk-button-primary-disabled {
1156
+ color: #c7d1d1 !important;
1157
+ background: #22ffff !important;
1158
+ border-color: #22ffff !important;
1159
+ text-shadow: none !important; }
1160
+ .wapk-button-primary.wapk-button-primary-disabled > svg {
1161
+ fill: #c7d1d1 !important; }
1162
+ .wapk-button-primary.disabled {
1163
+ color: #c7d1d1 !important;
1164
+ background: #22ffff !important;
1165
+ border-color: #22ffff !important;
1166
+ text-shadow: none !important; }
1167
+ .wapk-button-primary.disabled > svg {
1168
+ fill: #c7d1d1 !important; }
1169
+ .wapk-button-primary.wapk-button-hero {
1170
+ box-shadow: 0 2px 0 #00bbbb; }
1171
+ .wapk-button-primary.wapk-button-hero:focus {
1172
+ box-shadow: 0 2px 0 #00bbbb, 0 1px 0 #00c5c5, 0 0 2px 1px #00eeee; }
1173
+ .wapk-button-primary.wapk-button-hero:active {
1174
+ box-shadow: inset 0 3px 0 #00a1a1; }
1175
+ .wapk-button-primary.wapk-button-hero.active {
1176
+ box-shadow: inset 0 3px 0 #00a1a1; }
1177
+ .wapk-button-primary.wapk-button-hero.active:hover, .wapk-button-primary.wapk-button-hero.active:focus {
1178
+ box-shadow: inset 0 3px 0 #00a1a1; }
1179
+ .wapk-button-group > .wapk-button.active {
1180
+ border-color: #00D4D4; }
1181
+
1182
+ /* Button Sizes */
1183
+ .wapk-button.wapk-button-xl {
1184
+ height: 30px;
1185
+ line-height: 28px;
1186
+ padding: 0 12px 2px; }
1187
+
1188
+ .wapk-button-group.wapk-button-xl .wapk-button {
1189
+ height: 30px;
1190
+ line-height: 28px;
1191
+ padding: 0 12px 2px; }
1192
+
1193
+ .wapk-button.wapk-button-hero {
1194
+ font-size: 18px;
1195
+ height: 50px;
1196
+ line-height: 48px;
1197
+ padding: 0 36px;
1198
+ min-height: 46px; }
1199
+
1200
+ .wapk-button-group.wapk-button-hero .wapk-button {
1201
+ font-size: 18px;
1202
+ height: 50px;
1203
+ line-height: 48px;
1204
+ padding: 0 36px;
1205
+ min-height: 46px; }
1206
+
1207
+ @media screen and (min-width: 782px) {
1208
+ th#status,
1209
+ th#provider {
1210
+ width: 80px; }
1211
+ th#type {
1212
+ width: 50px; }
1213
+ th#option_name {
1214
+ width: 100px; }
1215
+ td.option_name.column-option_name > span:first-child {
1216
+ display: none; }
1217
+ th#last_updated {
1218
+ width: 90px; }
1219
+ th#view {
1220
+ width: 111px; } }
1221
+
1222
+ @media screen and (min-width: 960px) {
1223
+ th#status, th#provider {
1224
+ width: 100px; }
1225
+ th#type {
1226
+ width: 80px; }
1227
+ th#option_name {
1228
+ width: 150px; }
1229
+ th#last_updated {
1230
+ width: 140px; } }
1231
+
1232
+ @media screen and (max-width: 782px) {
1233
+ table.wf-info-table {
1234
+ margin-top: 10px; }
1235
+ table.wf-info-table th:first-child img {
1236
+ margin: 0 auto;
1237
+ display: block; }
1238
+ .wapk-button.wapk-button-xl {
1239
+ padding: 6px 14px;
1240
+ line-height: normal;
1241
+ font-size: 14px;
1242
+ vertical-align: middle;
1243
+ height: auto;
1244
+ margin-bottom: 4px; } }
1245
+
1246
+ .wapk-feed-docs .wapk-feed-cta {
1247
+ margin: 0; }
1248
+
1249
+ .campaign_configurator {
1250
+ background: #FFF;
1251
+ padding: 20px 0; }
1252
+ .campaign_configurator table {
1253
+ margin: 0 auto;
1254
+ width: 51%;
1255
+ min-width: 574px;
1256
+ border: none;
1257
+ box-shadow: none; }
1258
+ .campaign_configurator th {
1259
+ min-width: 120px; }
1260
+
1261
+ @media screen and (max-width: 782px) {
1262
+ .campaign_configurator {
1263
+ padding: 0; }
1264
+ .campaign_configurator table {
1265
+ width: auto;
1266
+ min-width: auto;
1267
+ max-width: 100%; }
1268
+ .campaign_configurator th {
1269
+ min-width: auto; } }
1270
+
1271
+ #wf-tab-content-config td > input:not([type="checkbox"]):not([type="radio"]),
1272
+ #wf-tab-content-config td > select,
1273
+ #wf-tab-content-config td > textarea {
1274
+ width: 100% !important; }
1275
+
1276
+ .woo-feed-filters td > div:nth-child(2n):not(.clear):not(.selectize) {
1277
+ width: 120px;
1278
+ display: block; }
1279
+
1280
+ .woo-feed-filters td > div:not(.clear) {
1281
+ float: left;
1282
+ margin-right: 10px; }
1283
+
1284
+ .woo-feed-filters tr > td:first-child {
1285
+ width: 290px;
1286
+ padding-left: 40px; }
1287
+
1288
+ .woo-feed-filters,
1289
+ .woo-feed-ftp {
1290
+ margin: 15px auto 25px; }
1291
+
1292
+ .wf_clean_cache_wrapper {
1293
+ display: -ms-flexbox;
1294
+ display: flex;
1295
+ margin-left: auto; }
1296
+
1297
+ @-webkit-keyframes LoaderClockWise {
1298
+ from {
1299
+ -webkit-transform: rotate(0deg);
1300
+ transform: rotate(0deg); }
1301
+ to {
1302
+ -webkit-transform: rotate(360deg);
1303
+ transform: rotate(360deg); } }
1304
+
1305
+ @keyframes LoaderClockWise {
1306
+ from {
1307
+ -webkit-transform: rotate(0deg);
1308
+ transform: rotate(0deg); }
1309
+ to {
1310
+ -webkit-transform: rotate(360deg);
1311
+ transform: rotate(360deg); } }
1312
+
1313
+ .woo-feed-cache-loader {
1314
+ width: 18px;
1315
+ margin-right: 5px;
1316
+ animation: LoaderClockWise 1s linear infinite;
1317
+ -webkit-animation: LoaderClockWise 1s linear infinite;
1318
+ display: none; }
1319
+
1320
+ .woo-feed-table-heading .woo-feed-table-heading-title {
1321
+ float: left;
1322
+ margin-right: auto;
1323
+ display: inline-block;
1324
+ line-height: 30px; }
1325
+
1326
+ .woo-feed-table-heading .wf_clean_cache_wrapper {
1327
+ float: right;
1328
+ font-weight: normal; }
1329
+
1330
+ .wf_clean_cache_wrapper button {
1331
+ background: linear-gradient(125deg, #eb4d4b 0, #FF9671 130%);
1332
+ color: #fff;
1333
+ border: none;
1334
+ font-weight: 500;
1335
+ display: inline-block;
1336
+ text-decoration: none;
1337
+ font-size: 13px;
1338
+ line-height: 2.15384615;
1339
+ min-height: 30px;
1340
+ margin: 0;
1341
+ padding: 0 10px;
1342
+ border-radius: 3px;
1343
+ cursor: pointer;
1344
+ outline: none; }
1345
+
1346
+ .wf_clean_cache_wrapper button:hover {
1347
+ background: #ff7979;
1348
+ color: #fff; }
1349
+
1350
+ input[type="submit"][data-id="wf_action_submit"] {
1351
+ background: linear-gradient(125deg, #3cb0fd 0, #152f8c 140%);
1352
+ color: #fff;
1353
+ border: 1px;
1354
+ padding: 0 20px; }
1355
+ input[type="submit"][data-id="wf_action_submit"]:hover {
1356
+ background: linear-gradient(125deg, #3cb0fd 0, #152f8c 140%);
1357
+ color: #fff; }
1358
+
1359
+ #TB_window {
1360
+ width: 500px !important; }
1361
+ #TB_window #TB_title {
1362
+ border: none;
1363
+ background: #fff;
1364
+ text-align: center;
1365
+ display: -ms-flexbox;
1366
+ display: flex;
1367
+ -ms-flex-pack: center;
1368
+ justify-content: center;
1369
+ -ms-flex-align: center;
1370
+ align-items: center;
1371
+ height: 35px !important; }
1372
+ #TB_window #TB_title #TB_ajaxWindowTitle {
1373
+ color: #30336b;
1374
+ font-weight: 700; }
1375
+ #TB_window #TB_closeWindowButton {
1376
+ top: -14.5px;
1377
+ right: -14.5px;
1378
+ border: none;
1379
+ outline: 0; }
1380
+ #TB_window #TB_closeWindowButton .tb-close-icon {
1381
+ background: #ff5e55;
1382
+ color: #fff;
1383
+ border-radius: 50%; }
1384
+ #TB_window #TB_closeWindowButton:focus {
1385
+ outline: 0;
1386
+ border: 0; }
1387
+ #TB_window #TB_ajaxContent {
1388
+ position: relative;
1389
+ width: 100% !important;
1390
+ height: auto !important;
1391
+ border: none;
1392
+ box-sizing: border-box;
1393
+ overflow: hidden;
1394
+ background: #f7fcff;
1395
+ padding: 30px 20px; }
1396
+ #TB_window #TB_ajaxContent:before {
1397
+ content: '';
1398
+ width: 115%;
1399
+ display: block;
1400
+ background: #4bcffa;
1401
+ position: absolute;
1402
+ height: 130%;
1403
+ z-index: 0;
1404
+ left: -36%;
1405
+ top: -85px;
1406
+ -webkit-transform: rotate(115deg);
1407
+ transform: rotate(115deg); }
1408
+ #TB_window #TB_ajaxContent table {
1409
+ border: none;
1410
+ position: relative;
1411
+ z-index: 1;
1412
+ border-radius: 3px;
1413
+ text-align: center;
1414
+ padding: 20px;
1415
+ box-shadow: 0px 12px 20px -17px #000; }
1416
+ #TB_window #TB_ajaxContent table input {
1417
+ width: 60%; }
1418
+ #TB_window #TB_ajaxContent table input:focus {
1419
+ outline: 2px solid #68B8F7; }
1420
+ #TB_window #TB_ajaxContent table input[type="file"] {
1421
+ padding: 3px 0;
1422
+ cursor: pointer; }
1423
+ #TB_window #TB_ajaxContent table input[type="text"] {
1424
+ border-radius: 25px;
1425
+ font-size: 14px;
1426
+ padding: 1px 20px;
1427
+ text-align: center; }
1428
+ #TB_window #TB_ajaxContent table input[type="submit"] {
1429
+ background: #17c0eb;
1430
+ border-radius: 25px;
1431
+ border: 0;
1432
+ box-shadow: 1px 4px 7px -3px #45364A;
1433
+ font-weight: 600;
1434
+ transition: .3s ease; }
1435
+ #TB_window #TB_ajaxContent table input[type="submit"]:hover {
1436
+ -webkit-transform: translateY(-2px);
1437
+ transform: translateY(-2px); }
1438
+
1439
+ /* Status Page Style */
1440
+ .woo-feed-status-table-wrapper .woo-feed-status-table {
1441
+ width: 100%;
1442
+ max-width: 900px;
1443
+ border-collapse: collapse;
1444
+ border-spacing: 0.5rem;
1445
+ box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
1446
+ .woo-feed-status-table-wrapper .woo-feed-status-table tr:nth-child(even) {
1447
+ background: #f1f1f1; }
1448
+ .woo-feed-status-table-wrapper .woo-feed-status-table tr:nth-child(odd) {
1449
+ background: #fafafc; }
1450
+ .woo-feed-status-table-wrapper .woo-feed-status-table tr th {
1451
+ background: #353b48;
1452
+ color: #fff; }
1453
+ .woo-feed-status-table-wrapper .woo-feed-status-table tr th, .woo-feed-status-table-wrapper .woo-feed-status-table tr td {
1454
+ padding: 0.5rem 20px;
1455
+ text-align: left; }
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(125deg,#3cb0fd 0,#152f8c 140%);border-radius:17px;box-shadow:inset 0 1px 3px #666;font-family:Arial,sans-serif;color:#fff;font-size:20px;padding:10px 20px 10px 20px;border:solid #2b698f 0;text-decoration:none}.wfbtn:hover{background:#3cb0fd;background-image:linear-gradient(to bottom,#3cb0fd,#3498db);text-decoration:none}.woo_feed_manage_list_table .wf_update_interval_btn{background:linear-gradient(125deg,#3cb0fd 0,#152f8c 140%)}.woo_feed_manage_list_table .wf_update_interval_btn:hover{background:linear-gradient(125deg,#3cb0fd 0,#152f8c 140%)}.woo-feed-promotion{position:relative}.woo-feed-promotion .woo-feed-campaign-close-button{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:15px;width:24px;height:24px;border-radius:12px;background:#595d6b;line-height:24px;color:#fff;cursor:pointer;transition:.3s ease}.woo-feed-promotion .woo-feed-campaign-close-button:hover{background:#fff;color:#d61e48}.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;color:#30336b}.wp-list-table #option_name a{color:#32373c}.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:55px;height:30px;box-sizing:border-box;float:left;border-radius:100px;position:relative;cursor:pointer;transition:.3s ease;background:#d3d3d3}input[class=woo_feed_status_input]:checked+label{background:#4fbe79}input[class=woo_feed_status_input]:checked+label:before{left:29px}.wf_status_wrap label:before{transition:.3s ease;content:'';width:20px;height:20px;position:absolute;background:#fff;left:6px;top:5px;box-sizing:border-box;color:#000;border-radius:100px;box-shadow:0 1.5px 2px 0 #000}.view span.dashicons.dashicons-external{color:#30336b}.view span.dashicons.dashicons-sos{color:#22a6b3}.view span.dashicons.dashicons-download{color:#ee5253}.view span.dashicons.dashicons-media-code{color:#576574}.column-url,.widefat td.column-url,.widefat th.column-url{color:#1e8f9a;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:50px;box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}.feed-progress-bar-fill{height:20px;display:block;background:linear-gradient(to right top,#10ac84,#13b389,#15ba8f,#18c194,#1ac89a,#13cba1,#0acfa9,#00d2b0,#00d2ba,#00d2c3,#00d2cb,#00d2d3);width:0;border-radius:50px;transition:width .8s ease}.feed-progress-status{float:left;font-weight:700;color:#00008b}.feed-progress-percentage{text-align:right;font-weight:bolder;color:#1dd1a1;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:linear-gradient(125deg,#eb4d4b 0,#ff9671 130%);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}.woo-feed-status-table-wrapper .woo-feed-status-table{width:100%;max-width:900px;border-collapse:collapse;border-spacing:.5rem;box-shadow:0 0 20px rgba(0,0,0,.1)}.woo-feed-status-table-wrapper .woo-feed-status-table tr:nth-child(even){background:#f1f1f1}.woo-feed-status-table-wrapper .woo-feed-status-table tr:nth-child(odd){background:#fafafc}.woo-feed-status-table-wrapper .woo-feed-status-table tr th{background:#353b48;color:#fff}.woo-feed-status-table-wrapper .woo-feed-status-table tr td,.woo-feed-status-table-wrapper .woo-feed-status-table tr th{padding:.5rem 20px;text-align:left}
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(125deg,#3cb0fd 0,#152f8c 140%);border-radius:17px;box-shadow:inset 0 1px 3px #666;font-family:Arial,sans-serif;color:#fff;font-size:20px;padding:10px 20px 10px 20px;border:solid #2b698f 0;text-decoration:none}.wfbtn:hover{background:#3cb0fd;background-image:linear-gradient(to bottom,#3cb0fd,#3498db);text-decoration:none}.woo_feed_manage_list_table .wf_update_interval_btn{background:linear-gradient(125deg,#3cb0fd 0,#152f8c 140%)}.woo_feed_manage_list_table .wf_update_interval_btn:hover{background:linear-gradient(125deg,#3cb0fd 0,#152f8c 140%)}.woo-feed-promotion{position:relative;display:none}.woo-feed-promotion .woo-feed-campaign-close-button{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:15px;width:24px;height:24px;border-radius:12px;background:#595d6b;line-height:24px;color:#fff;cursor:pointer;transition:.3s ease}.woo-feed-promotion .woo-feed-campaign-close-button:hover{background:#fff;color:#d61e48}.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;color:#30336b}.wp-list-table #option_name a{color:#32373c}.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:55px;height:30px;box-sizing:border-box;float:left;border-radius:100px;position:relative;cursor:pointer;transition:.3s ease;background:#d3d3d3}input[class=woo_feed_status_input]:checked+label{background:#4fbe79}input[class=woo_feed_status_input]:checked+label:before{left:29px}.wf_status_wrap label:before{transition:.3s ease;content:'';width:20px;height:20px;position:absolute;background:#fff;left:6px;top:5px;box-sizing:border-box;color:#000;border-radius:100px;box-shadow:0 1.5px 2px 0 #000}.view span.dashicons.dashicons-external{color:#30336b}.view span.dashicons.dashicons-sos{color:#22a6b3}.view span.dashicons.dashicons-download{color:#ee5253}.view span.dashicons.dashicons-media-code{color:#576574}.column-url,.widefat td.column-url,.widefat th.column-url{color:#1e8f9a;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:50px;box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}.feed-progress-bar-fill{height:20px;display:block;background:linear-gradient(to right top,#10ac84,#13b389,#15ba8f,#18c194,#1ac89a,#13cba1,#0acfa9,#00d2b0,#00d2ba,#00d2c3,#00d2cb,#00d2d3);width:0;border-radius:50px;transition:width .8s ease}.feed-progress-status{float:left;font-weight:700;color:#00008b}.feed-progress-percentage{text-align:right;font-weight:bolder;color:#1dd1a1;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:linear-gradient(125deg,#eb4d4b 0,#ff9671 130%);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}input[type=submit][data-id=wf_action_submit]{background:linear-gradient(125deg,#3cb0fd 0,#152f8c 140%);color:#fff;border:1px;padding:0 20px}input[type=submit][data-id=wf_action_submit]:hover{background:linear-gradient(125deg,#3cb0fd 0,#152f8c 140%);color:#fff}#TB_window{width:500px!important}#TB_window #TB_title{border:none;background:#fff;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:35px!important}#TB_window #TB_title #TB_ajaxWindowTitle{color:#30336b;font-weight:700}#TB_window #TB_closeWindowButton{top:-14.5px;right:-14.5px;border:none;outline:0}#TB_window #TB_closeWindowButton .tb-close-icon{background:#ff5e55;color:#fff;border-radius:50%}#TB_window #TB_closeWindowButton:focus{outline:0;border:0}#TB_window #TB_ajaxContent{position:relative;width:100%!important;height:auto!important;border:none;box-sizing:border-box;overflow:hidden;background:#f7fcff;padding:30px 20px}#TB_window #TB_ajaxContent:before{content:'';width:115%;display:block;background:#4bcffa;position:absolute;height:130%;z-index:0;left:-36%;top:-85px;-webkit-transform:rotate(115deg);transform:rotate(115deg)}#TB_window #TB_ajaxContent table{border:none;position:relative;z-index:1;border-radius:3px;text-align:center;padding:20px;box-shadow:0 12px 20px -17px #000}#TB_window #TB_ajaxContent table input{width:60%}#TB_window #TB_ajaxContent table input:focus{outline:2px solid #68b8f7}#TB_window #TB_ajaxContent table input[type=file]{padding:3px 0;cursor:pointer}#TB_window #TB_ajaxContent table input[type=text]{border-radius:25px;font-size:14px;padding:1px 20px;text-align:center}#TB_window #TB_ajaxContent table input[type=submit]{background:#17c0eb;border-radius:25px;border:0;box-shadow:1px 4px 7px -3px #45364a;font-weight:600;transition:.3s ease}#TB_window #TB_ajaxContent table input[type=submit]:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.woo-feed-status-table-wrapper .woo-feed-status-table{width:100%;max-width:900px;border-collapse:collapse;border-spacing:.5rem;box-shadow:0 0 20px rgba(0,0,0,.1)}.woo-feed-status-table-wrapper .woo-feed-status-table tr:nth-child(even){background:#f1f1f1}.woo-feed-status-table-wrapper .woo-feed-status-table tr:nth-child(odd){background:#fafafc}.woo-feed-status-table-wrapper .woo-feed-status-table tr th{background:#353b48;color:#fff}.woo-feed-status-table-wrapper .woo-feed-status-table tr td,.woo-feed-status-table-wrapper .woo-feed-status-table tr th{padding:.5rem 20px;text-align:left}
admin/css/woo-feed-admin.scss CHANGED
@@ -71,6 +71,7 @@
71
 
72
  .woo-feed-promotion {
73
  position: relative;
 
74
  .woo-feed-campaign-close-button {
75
  position: absolute;
76
  top: 50%;
@@ -1844,6 +1845,119 @@ table {
1844
  color: #fff;
1845
  }
1846
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1847
  /* Status Page Style */
1848
  .woo-feed-status-table-wrapper {
1849
  .woo-feed-status-table {
71
 
72
  .woo-feed-promotion {
73
  position: relative;
74
+ display: none;
75
  .woo-feed-campaign-close-button {
76
  position: absolute;
77
  top: 50%;
1845
  color: #fff;
1846
  }
1847
 
1848
+ input {
1849
+ &[type="submit"] {
1850
+ &[data-id="wf_action_submit"] {
1851
+ background: linear-gradient(125deg,#3cb0fd 0,#152f8c 140%);
1852
+ color: #fff;
1853
+ border: 1px;
1854
+ padding: 0 20px;
1855
+ &:hover {
1856
+ background: linear-gradient(125deg,#3cb0fd 0,#152f8c 140%);
1857
+ color: #fff;
1858
+ }
1859
+ }
1860
+ }
1861
+ }
1862
+ //thickbox Style
1863
+ #TB_window {
1864
+ width: 500px !important;
1865
+
1866
+ #TB_title {
1867
+ border: none;
1868
+ background: #fff;
1869
+ text-align: center;
1870
+ display: flex;
1871
+ justify-content: center;
1872
+ align-items: center;
1873
+ height: 35px !important;
1874
+ #TB_ajaxWindowTitle {
1875
+ color: #30336b;
1876
+ font-weight: 700;
1877
+ }
1878
+ }
1879
+
1880
+ #TB_closeWindowButton {
1881
+ top: -14.5px;
1882
+ right: -14.5px;
1883
+ border: none;
1884
+ outline: 0;
1885
+ .tb-close-icon {
1886
+ background: #ff5e55;
1887
+ color: #fff;
1888
+ border-radius: 50%;
1889
+ }
1890
+
1891
+ &:focus {
1892
+ outline: 0;
1893
+ border: 0;
1894
+ }
1895
+ }
1896
+
1897
+ #TB_ajaxContent {
1898
+ position: relative;
1899
+ width: 100% !important;
1900
+ height: auto !important;
1901
+ border: none;
1902
+ box-sizing: border-box;
1903
+ overflow: hidden;
1904
+ background: #f7fcff;
1905
+ padding: 30px 20px;
1906
+ &:before {
1907
+ content: '';
1908
+ width: 115%;
1909
+ display: block;
1910
+ background: #4bcffa;
1911
+ position: absolute;
1912
+ height: 130%;
1913
+ z-index: 0;
1914
+ left: -36%;
1915
+ top: -85px;
1916
+ transform: rotate(115deg);
1917
+ }
1918
+
1919
+ table {
1920
+ border: none;
1921
+ position: relative;
1922
+ z-index: 1;
1923
+ border-radius: 3px;
1924
+ text-align: center;
1925
+ padding: 20px;
1926
+ box-shadow: 0px 12px 20px -17px #000;
1927
+
1928
+ input {
1929
+ width: 60%;
1930
+ &:focus {
1931
+ outline: 2px solid #68B8F7;
1932
+ }
1933
+ &[type="file"] {
1934
+ padding: 3px 0;
1935
+ cursor: pointer;
1936
+ }
1937
+ &[type="text"] {
1938
+ border-radius: 25px;
1939
+ font-size: 14px;
1940
+ padding: 1px 20px;
1941
+ text-align: center;
1942
+ }
1943
+ &[type="submit"] {
1944
+ background: #17c0eb;
1945
+ border-radius: 25px;
1946
+ border: 0;
1947
+ box-shadow: 1px 4px 7px -3px #45364A;
1948
+ font-weight: 600;
1949
+ transition: .3s ease;
1950
+
1951
+ &:hover {
1952
+ transform: translateY(-2px);
1953
+ }
1954
+ }
1955
+ }
1956
+ }
1957
+ }
1958
+ }
1959
+
1960
+
1961
  /* Status Page Style */
1962
  .woo-feed-status-table-wrapper {
1963
  .woo-feed-status-table {
admin/partials/woo-feed-manage-list.php CHANGED
@@ -67,7 +67,7 @@ if ( ( isset( $_GET['feed_created'] ) || isset( $_GET['feed_updated'] ) || isset
67
  <tr>
68
  <th>
69
  <b><?php esc_html_e( 'Auto Update Feed Interval', 'woo-feed' ); ?></b>
70
- <?php echo sprintf('<span style="float: right;">%s</span>', esc_html__('Version '. WOO_FEED_FREE_VERSION, 'woo-feed')); //phpcs:ignore ?>
71
  </th>
72
  </tr>
73
  </thead>
67
  <tr>
68
  <th>
69
  <b><?php esc_html_e( 'Auto Update Feed Interval', 'woo-feed' ); ?></b>
70
+ <?php echo sprintf('<span style="float: right;color: #30336b;font-weight: 600;">%s</span>', esc_html__('Version '. WOO_FEED_FREE_VERSION, 'woo-feed')); //phpcs:ignore ?>
71
  </th>
72
  </tr>
73
  </thead>
includes/classes/class-woo-feed-list-table.php CHANGED
@@ -503,8 +503,7 @@ class Woo_Feed_List_Table {
503
  }
504
 
505
  echo "</select>\n";
506
-
507
- submit_button( __( 'Apply', 'woo-feed' ), 'action', '', false, array( 'id' => "doaction$two" ) );
508
  echo "\n";
509
  }
510
 
503
  }
504
 
505
  echo "</select>\n";
506
+ submit_button( __( 'Apply', 'woo-feed' ), 'action', '', false, array( 'id' => "doaction$two", "data-id" => "wf_action_submit" ) );
 
507
  echo "\n";
508
  }
509
 
includes/helper.php CHANGED
@@ -808,8 +808,8 @@ if ( ! function_exists( 'woo_feed_merchant_info_metabox' ) ) {
808
  ?>
809
  </strong>
810
  <?php } elseif ( 'feed_file_type' === $k ) { ?>
811
- <span class="dashicons dashicons-media-text" style="color: #82878c;" aria-hidden="true"></span> <?php esc_html_e( 'Format Supported:', 'woo-feed' ); ?>
812
- <strong class="data">
813
  <?php
814
  if ( empty( $v ) ) {
815
  esc_html_e( 'N/A', 'woo-feed' );
808
  ?>
809
  </strong>
810
  <?php } elseif ( 'feed_file_type' === $k ) { ?>
811
+ <span class="dashicons dashicons-media-text" style="color: #82878c;" aria-hidden="true"></span> <?php esc_html_e( 'Format Type:', 'woo-feed' ); ?>
812
+ <strong class="data" style="display: block;padding-left: 24px;margin-top: 5px;">
813
  <?php
814
  if ( empty( $v ) ) {
815
  esc_html_e( 'N/A', 'woo-feed' );
woo-feed.php CHANGED
@@ -10,7 +10,7 @@
10
  * Plugin Name: WooCommerce Product Feed
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
- * Version: 4.3.0
14
  * Author: WebAppick
15
  * Author URI: https://webappick.com/
16
  * License: GPL v2
@@ -38,7 +38,7 @@ if ( ! defined( 'WOO_FEED_FREE_VERSION' ) ) {
38
  * @var string
39
  * @since 3.1.6
40
  */
41
- define( 'WOO_FEED_FREE_VERSION', '4.3.0' );
42
  }
43
 
44
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
10
  * Plugin Name: WooCommerce Product Feed
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
+ * Version: 4.3.1
14
  * Author: WebAppick
15
  * Author URI: https://webappick.com/
16
  * License: GPL v2
38
  * @var string
39
  * @since 3.1.6
40
  */
41
+ define( 'WOO_FEED_FREE_VERSION', '4.3.1' );
42
  }
43
 
44
  if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {