Version Description
(2021-05-03) = * Fixed: Global p tag style removed.
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 4.3.78 |
Comparing to | |
See all releases |
Code changes from version 4.3.77 to 4.3.78
- README.txt +4 -1
- admin/css/fancy-select.css +172 -172
- admin/css/woo-feed-admin-pro.css +630 -630
- admin/css/woo-feed-admin.css +0 -3
- admin/css/woo-feed-admin.min.css +1 -1
- admin/css/woo-feed-admin.scss +0 -4
- woo-feed.php +2 -2
README.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: Product Feed, WooCommerce, Google Shopping, Google Merchant, Facebook Cata
|
|
5 |
Requires at least: 3.6
|
6 |
Tested Up To: 5.7
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 4.3.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -501,6 +501,9 @@ Using pro version:
|
|
501 |
|
502 |
== Changelog ==
|
503 |
|
|
|
|
|
|
|
504 |
= 4.3.77 (2021-04-29) =
|
505 |
* Fixed: Yoast canonical link issue has been fixed.
|
506 |
|
5 |
Requires at least: 3.6
|
6 |
Tested Up To: 5.7
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 4.3.78
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
501 |
|
502 |
== Changelog ==
|
503 |
|
504 |
+
= 4.3.78 (2021-05-03) =
|
505 |
+
* Fixed: Global p tag style removed.
|
506 |
+
|
507 |
= 4.3.77 (2021-04-29) =
|
508 |
* Fixed: Yoast canonical link issue has been fixed.
|
509 |
|
admin/css/fancy-select.css
CHANGED
@@ -3,175 +3,175 @@
|
|
3 |
* @version 1.0.0
|
4 |
* @copyright 2020 Webappick
|
5 |
* @author Kudratullah <mhamudul.hk@gmail.com>
|
6 |
-
*/
|
7 |
-
.fancy-picker, .fancy-picker * {
|
8 |
-
box-sizing: border-box;
|
9 |
-
cursor: default;
|
10 |
-
-webkit-user-select: none;
|
11 |
-
-moz-user-select: none;
|
12 |
-
-ms-user-select: none;
|
13 |
-
user-select: none; }
|
14 |
-
|
15 |
-
.fancy-picker {
|
16 |
-
position: relative;
|
17 |
-
display: block;
|
18 |
-
width: 100%;
|
19 |
-
height: 30px;
|
20 |
-
margin: 0 !important;
|
21 |
-
padding: 0 !important; }
|
22 |
-
|
23 |
-
.fancy-picker-picked {
|
24 |
-
width: 100%;
|
25 |
-
height: 100%;
|
26 |
-
overflow: hidden;
|
27 |
-
display: block;
|
28 |
-
position: relative;
|
29 |
-
border: 1px solid #7e8993;
|
30 |
-
border-radius: 4px;
|
31 |
-
padding: 3.5px 0;
|
32 |
-
box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.45); }
|
33 |
-
|
34 |
-
.fancy-picker-placeholder,
|
35 |
-
.fancy-picker-data {
|
36 |
-
display: block;
|
37 |
-
width: calc( 100% - 25px);
|
38 |
-
float: left;
|
39 |
-
font-weight: 500;
|
40 |
-
padding: 1px 5px;
|
41 |
-
overflow: hidden;
|
42 |
-
text-overflow: ellipsis;
|
43 |
-
white-space: pre;
|
44 |
-
top: -1px; }
|
45 |
-
.fancy-picker-placeholder > span,
|
46 |
-
.fancy-picker-data > span {
|
47 |
-
display: inline;
|
48 |
-
position: relative; }
|
49 |
-
.fancy-picker-placeholder > span:empty,
|
50 |
-
.fancy-picker-data > span:empty {
|
51 |
-
display: none; }
|
52 |
-
.fancy-picker-placeholder:empty,
|
53 |
-
.fancy-picker-data:empty {
|
54 |
-
display: none; }
|
55 |
-
|
56 |
-
.fancy-picker-separator {
|
57 |
-
margin-right: 3px; }
|
58 |
-
|
59 |
-
.fancy-picker-count {
|
60 |
-
position: absolute;
|
61 |
-
display: block;
|
62 |
-
top: 50%;
|
63 |
-
-webkit-transform: translateY(-50%);
|
64 |
-
transform: translateY(-50%);
|
65 |
-
right: 21px;
|
66 |
-
color: #ffffff;
|
67 |
-
background: rgba(35, 40, 45, 0.7);
|
68 |
-
z-index: 1;
|
69 |
-
padding: 1px 3px;
|
70 |
-
font-size: 12px;
|
71 |
-
line-height: normal;
|
72 |
-
border-radius: 5px; }
|
73 |
-
.fancy-picker-count:empty {
|
74 |
-
display: none; }
|
75 |
-
|
76 |
-
.fancy-picker-option {
|
77 |
-
font-weight: 500;
|
78 |
-
width: 100%;
|
79 |
-
display: block;
|
80 |
-
float: left;
|
81 |
-
cursor: default;
|
82 |
-
padding: 2px 8px;
|
83 |
-
transition: background 300ms linear; }
|
84 |
-
.fancy-picker-option:nth-child(odd) {
|
85 |
-
background: #f3f3f3; }
|
86 |
-
.fancy-picker-option.selected {
|
87 |
-
color: #000;
|
88 |
-
background: #acf; }
|
89 |
-
.fancy-picker-option.disabled {
|
90 |
-
color: #464646;
|
91 |
-
background: #e8e8e8;
|
92 |
-
cursor: not-allowed; }
|
93 |
-
.fancy-picker-option:not(.disabled):hover {
|
94 |
-
background: #00a1ff;
|
95 |
-
color: #FFF; }
|
96 |
-
|
97 |
-
.fancy-picker-content {
|
98 |
-
overflow-y: auto;
|
99 |
-
overflow-x: hidden;
|
100 |
-
max-height: 200px;
|
101 |
-
width: 100%;
|
102 |
-
-webkit-overflow-scrolling: touch;
|
103 |
-
padding: 3px 0 20px 0;
|
104 |
-
background: #FFF; }
|
105 |
-
|
106 |
-
.fancy-picker-ui {
|
107 |
-
position: absolute;
|
108 |
-
display: none;
|
109 |
-
background: #FFF;
|
110 |
-
z-index: 999;
|
111 |
-
border: 1px solid #7e8993;
|
112 |
-
top: 36px;
|
113 |
-
padding: 0;
|
114 |
-
margin: 0;
|
115 |
-
box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.96); }
|
116 |
-
.fancy-picker-ui:before {
|
117 |
-
content: "";
|
118 |
-
position: absolute;
|
119 |
-
width: 10px;
|
120 |
-
height: 10px;
|
121 |
-
border-top: 1px solid #4f555a;
|
122 |
-
border-left: 1px solid #4f555a;
|
123 |
-
top: -6px;
|
124 |
-
left: 10px;
|
125 |
-
-webkit-transform: rotate(45deg);
|
126 |
-
transform: rotate(45deg);
|
127 |
-
z-index: -1;
|
128 |
-
background: #4f555a; }
|
129 |
-
|
130 |
-
.fancy-picker-picked:after {
|
131 |
-
content: "";
|
132 |
-
display: block;
|
133 |
-
position: absolute;
|
134 |
-
width: 0;
|
135 |
-
height: 0;
|
136 |
-
float: right;
|
137 |
-
background: transparent;
|
138 |
-
border-style: solid;
|
139 |
-
border-color: #7e8993 transparent;
|
140 |
-
border-width: 7px 5px 0 5px;
|
141 |
-
top: 50%;
|
142 |
-
-webkit-transform: translateY(-50%) rotate(0deg);
|
143 |
-
transform: translateY(-50%) rotate(0deg);
|
144 |
-
right: 5px;
|
145 |
-
transition: all 350ms linear;
|
146 |
-
cursor: pointer; }
|
147 |
-
|
148 |
-
.fancy-picker-picked:before {
|
149 |
-
position: relative;
|
150 |
-
display: block;
|
151 |
-
content: "";
|
152 |
-
width: 5px;
|
153 |
-
height: 15px;
|
154 |
-
padding: 1px 0;
|
155 |
-
background: transparent;
|
156 |
-
border-left-width: 4px;
|
157 |
-
border-left-color: #7e8993;
|
158 |
-
border-left-style: dotted;
|
159 |
-
float: left;
|
160 |
-
left: 5px;
|
161 |
-
top: 2px;
|
162 |
-
transition: all 350ms linear; }
|
163 |
-
|
164 |
-
.fancy-picker.active .fancy-picker-ui {
|
165 |
-
display: block; }
|
166 |
-
|
167 |
-
.fancy-picker.active .fancy-picker-picked {
|
168 |
-
box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.45), inset 0 0 4px -1px rgba(0, 0, 0, 0.27); }
|
169 |
-
.fancy-picker.active .fancy-picker-picked:after {
|
170 |
-
border-color: #31363a transparent;
|
171 |
-
-webkit-transform: translateY(-50%) rotate3d(1, 0, 0, 180deg);
|
172 |
-
transform: translateY(-50%) rotate3d(1, 0, 0, 180deg); }
|
173 |
-
.fancy-picker.active .fancy-picker-picked:before {
|
174 |
-
border-left-color: #31363a; }
|
175 |
-
|
176 |
-
.fancy-picker:hover .fancy-picker-picked:before {
|
177 |
-
border-left-color: #31363a; }
|
3 |
* @version 1.0.0
|
4 |
* @copyright 2020 Webappick
|
5 |
* @author Kudratullah <mhamudul.hk@gmail.com>
|
6 |
+
*/
|
7 |
+
.fancy-picker, .fancy-picker * {
|
8 |
+
box-sizing: border-box;
|
9 |
+
cursor: default;
|
10 |
+
-webkit-user-select: none;
|
11 |
+
-moz-user-select: none;
|
12 |
+
-ms-user-select: none;
|
13 |
+
user-select: none; }
|
14 |
+
|
15 |
+
.fancy-picker {
|
16 |
+
position: relative;
|
17 |
+
display: block;
|
18 |
+
width: 100%;
|
19 |
+
height: 30px;
|
20 |
+
margin: 0 !important;
|
21 |
+
padding: 0 !important; }
|
22 |
+
|
23 |
+
.fancy-picker-picked {
|
24 |
+
width: 100%;
|
25 |
+
height: 100%;
|
26 |
+
overflow: hidden;
|
27 |
+
display: block;
|
28 |
+
position: relative;
|
29 |
+
border: 1px solid #7e8993;
|
30 |
+
border-radius: 4px;
|
31 |
+
padding: 3.5px 0;
|
32 |
+
box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.45); }
|
33 |
+
|
34 |
+
.fancy-picker-placeholder,
|
35 |
+
.fancy-picker-data {
|
36 |
+
display: block;
|
37 |
+
width: calc( 100% - 25px);
|
38 |
+
float: left;
|
39 |
+
font-weight: 500;
|
40 |
+
padding: 1px 5px;
|
41 |
+
overflow: hidden;
|
42 |
+
text-overflow: ellipsis;
|
43 |
+
white-space: pre;
|
44 |
+
top: -1px; }
|
45 |
+
.fancy-picker-placeholder > span,
|
46 |
+
.fancy-picker-data > span {
|
47 |
+
display: inline;
|
48 |
+
position: relative; }
|
49 |
+
.fancy-picker-placeholder > span:empty,
|
50 |
+
.fancy-picker-data > span:empty {
|
51 |
+
display: none; }
|
52 |
+
.fancy-picker-placeholder:empty,
|
53 |
+
.fancy-picker-data:empty {
|
54 |
+
display: none; }
|
55 |
+
|
56 |
+
.fancy-picker-separator {
|
57 |
+
margin-right: 3px; }
|
58 |
+
|
59 |
+
.fancy-picker-count {
|
60 |
+
position: absolute;
|
61 |
+
display: block;
|
62 |
+
top: 50%;
|
63 |
+
-webkit-transform: translateY(-50%);
|
64 |
+
transform: translateY(-50%);
|
65 |
+
right: 21px;
|
66 |
+
color: #ffffff;
|
67 |
+
background: rgba(35, 40, 45, 0.7);
|
68 |
+
z-index: 1;
|
69 |
+
padding: 1px 3px;
|
70 |
+
font-size: 12px;
|
71 |
+
line-height: normal;
|
72 |
+
border-radius: 5px; }
|
73 |
+
.fancy-picker-count:empty {
|
74 |
+
display: none; }
|
75 |
+
|
76 |
+
.fancy-picker-option {
|
77 |
+
font-weight: 500;
|
78 |
+
width: 100%;
|
79 |
+
display: block;
|
80 |
+
float: left;
|
81 |
+
cursor: default;
|
82 |
+
padding: 2px 8px;
|
83 |
+
transition: background 300ms linear; }
|
84 |
+
.fancy-picker-option:nth-child(odd) {
|
85 |
+
background: #f3f3f3; }
|
86 |
+
.fancy-picker-option.selected {
|
87 |
+
color: #000;
|
88 |
+
background: #acf; }
|
89 |
+
.fancy-picker-option.disabled {
|
90 |
+
color: #464646;
|
91 |
+
background: #e8e8e8;
|
92 |
+
cursor: not-allowed; }
|
93 |
+
.fancy-picker-option:not(.disabled):hover {
|
94 |
+
background: #00a1ff;
|
95 |
+
color: #FFF; }
|
96 |
+
|
97 |
+
.fancy-picker-content {
|
98 |
+
overflow-y: auto;
|
99 |
+
overflow-x: hidden;
|
100 |
+
max-height: 200px;
|
101 |
+
width: 100%;
|
102 |
+
-webkit-overflow-scrolling: touch;
|
103 |
+
padding: 3px 0 20px 0;
|
104 |
+
background: #FFF; }
|
105 |
+
|
106 |
+
.fancy-picker-ui {
|
107 |
+
position: absolute;
|
108 |
+
display: none;
|
109 |
+
background: #FFF;
|
110 |
+
z-index: 999;
|
111 |
+
border: 1px solid #7e8993;
|
112 |
+
top: 36px;
|
113 |
+
padding: 0;
|
114 |
+
margin: 0;
|
115 |
+
box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.96); }
|
116 |
+
.fancy-picker-ui:before {
|
117 |
+
content: "";
|
118 |
+
position: absolute;
|
119 |
+
width: 10px;
|
120 |
+
height: 10px;
|
121 |
+
border-top: 1px solid #4f555a;
|
122 |
+
border-left: 1px solid #4f555a;
|
123 |
+
top: -6px;
|
124 |
+
left: 10px;
|
125 |
+
-webkit-transform: rotate(45deg);
|
126 |
+
transform: rotate(45deg);
|
127 |
+
z-index: -1;
|
128 |
+
background: #4f555a; }
|
129 |
+
|
130 |
+
.fancy-picker-picked:after {
|
131 |
+
content: "";
|
132 |
+
display: block;
|
133 |
+
position: absolute;
|
134 |
+
width: 0;
|
135 |
+
height: 0;
|
136 |
+
float: right;
|
137 |
+
background: transparent;
|
138 |
+
border-style: solid;
|
139 |
+
border-color: #7e8993 transparent;
|
140 |
+
border-width: 7px 5px 0 5px;
|
141 |
+
top: 50%;
|
142 |
+
-webkit-transform: translateY(-50%) rotate(0deg);
|
143 |
+
transform: translateY(-50%) rotate(0deg);
|
144 |
+
right: 5px;
|
145 |
+
transition: all 350ms linear;
|
146 |
+
cursor: pointer; }
|
147 |
+
|
148 |
+
.fancy-picker-picked:before {
|
149 |
+
position: relative;
|
150 |
+
display: block;
|
151 |
+
content: "";
|
152 |
+
width: 5px;
|
153 |
+
height: 15px;
|
154 |
+
padding: 1px 0;
|
155 |
+
background: transparent;
|
156 |
+
border-left-width: 4px;
|
157 |
+
border-left-color: #7e8993;
|
158 |
+
border-left-style: dotted;
|
159 |
+
float: left;
|
160 |
+
left: 5px;
|
161 |
+
top: 2px;
|
162 |
+
transition: all 350ms linear; }
|
163 |
+
|
164 |
+
.fancy-picker.active .fancy-picker-ui {
|
165 |
+
display: block; }
|
166 |
+
|
167 |
+
.fancy-picker.active .fancy-picker-picked {
|
168 |
+
box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.45), inset 0 0 4px -1px rgba(0, 0, 0, 0.27); }
|
169 |
+
.fancy-picker.active .fancy-picker-picked:after {
|
170 |
+
border-color: #31363a transparent;
|
171 |
+
-webkit-transform: translateY(-50%) rotate3d(1, 0, 0, 180deg);
|
172 |
+
transform: translateY(-50%) rotate3d(1, 0, 0, 180deg); }
|
173 |
+
.fancy-picker.active .fancy-picker-picked:before {
|
174 |
+
border-left-color: #31363a; }
|
175 |
+
|
176 |
+
.fancy-picker:hover .fancy-picker-picked:before {
|
177 |
+
border-left-color: #31363a; }
|
admin/css/woo-feed-admin-pro.css
CHANGED
@@ -1,632 +1,632 @@
|
|
1 |
-
table.wf-info-table th a,
|
2 |
-
table.wf-rate-table th strong {
|
3 |
-
font-weight: bold; }
|
4 |
-
|
5 |
-
table.wf-info-table th a,
|
6 |
-
table.wf-rate-table a {
|
7 |
-
color: #0073aa; }
|
8 |
-
|
9 |
-
table.wf-info-table th a.get-woo-feed-pro {
|
10 |
-
display: inline-block;
|
11 |
-
text-decoration: none;
|
12 |
-
background: #f3f5f6;
|
13 |
-
color: #ff3355;
|
14 |
-
vertical-align: top;
|
15 |
-
font-size: 14px;
|
16 |
-
line-height: 3.14285714;
|
17 |
-
box-sizing: border-box;
|
18 |
-
margin: 0;
|
19 |
-
border-radius: 35px;
|
20 |
-
box-shadow: 1px 2px 10px 1px rgba(255, 51, 85, 0.5); }
|
21 |
-
|
22 |
-
table.wf-info-table th a.get-woo-feed-pro img {
|
23 |
-
display: block;
|
24 |
-
position: relative;
|
25 |
-
margin: -2px;
|
26 |
-
width: 180px;
|
27 |
-
height: auto; }
|
28 |
-
|
29 |
-
table.wf-info-table th a.button {
|
30 |
-
border-color: #0073aa;
|
31 |
-
border-radius: 35px; }
|
32 |
-
|
33 |
-
table.wf-info-table th a.documentation {
|
34 |
-
color: #0073aa; }
|
35 |
-
|
36 |
-
table.wf-info-table th a.tutorial {
|
37 |
-
color: #ee264a; }
|
38 |
-
|
39 |
-
table.wf-info-table th a.support {
|
40 |
-
color: #0DD41E; }
|
41 |
-
|
42 |
/**
|
43 |
* Premium Page Design
|
44 |
-
*/
|
45 |
-
.wp-submenu li span.woo-feed-premium {
|
46 |
-
font-weight: bold;
|
47 |
-
color: #28e499; }
|
48 |
-
|
49 |
-
.wp-submenu li:hover span.woo-feed-premium,
|
50 |
-
.wp-submenu li.current span.woo-feed-premium {
|
51 |
-
color: #1dc381; }
|
52 |
-
|
53 |
-
.woo_feed_free_manage_attribute {
|
54 |
-
margin: 0 auto;
|
55 |
-
width: 100%; }
|
56 |
-
|
57 |
-
.woo_feed_screenshort {
|
58 |
-
max-width: 100%;
|
59 |
-
width: 1000px;
|
60 |
-
border: 3px solid #00b9eb;
|
61 |
-
display: block;
|
62 |
-
margin: 0 auto; }
|
63 |
-
|
64 |
-
.woo-feed-screen-shot-title {
|
65 |
-
font-size: 36px;
|
66 |
-
text-align: center;
|
67 |
-
box-sizing: content-box;
|
68 |
-
color: #00b9eb; }
|
69 |
-
|
70 |
-
.woo_feed_screen {
|
71 |
-
background: #fff;
|
72 |
-
padding: 25px 20px;
|
73 |
-
margin-bottom: 20px; }
|
74 |
-
|
75 |
-
.woo_feed_screen_des {
|
76 |
-
text-align: center;
|
77 |
-
margin: 20px 50px 20px 50px;
|
78 |
-
font-size: 16px;
|
79 |
-
color: #666; }
|
80 |
-
|
81 |
-
.woo_feed_screen_des_2 {
|
82 |
-
text-align: center;
|
83 |
-
margin: 20px 50px 5px 50px;
|
84 |
-
font-size: 14px;
|
85 |
-
color: #32373c; }
|
86 |
-
|
87 |
-
.wapk-admin .wapk-feed-upgrade {
|
88 |
-
font-family: 'Open Sans', sans-serif;
|
89 |
-
margin: -10px -20px 0 -22px; }
|
90 |
-
|
91 |
-
.wapk-admin .wapk-feed-upgrade a {
|
92 |
-
transition: all 0.2s ease; }
|
93 |
-
|
94 |
-
.wapk-admin .section-title {
|
95 |
-
text-align: center;
|
96 |
-
font-size: 30px;
|
97 |
-
line-height: 1.5em;
|
98 |
-
font-weight: 400;
|
99 |
-
position: relative;
|
100 |
-
margin: 0 0 58px; }
|
101 |
-
|
102 |
-
.wapk-admin .section-title:after {
|
103 |
-
content: '';
|
104 |
-
position: absolute;
|
105 |
-
bottom: -21px;
|
106 |
-
left: 50%;
|
107 |
-
-webkit-transform: translateX(-50%);
|
108 |
-
transform: translateX(-50%);
|
109 |
-
width: 38px;
|
110 |
-
height: 5px;
|
111 |
-
border-radius: 3px;
|
112 |
-
background-color: #00D4D4; }
|
113 |
-
|
114 |
-
.wapk-admin .section-title .section-sub-title {
|
115 |
-
font-size: 22px;
|
116 |
-
font-weight: 300; }
|
117 |
-
|
118 |
-
.wapk-admin .wapk-banner {
|
119 |
-
background-color: #f2f2f2;
|
120 |
-
font-size: 16px;
|
121 |
-
display: -ms-flexbox;
|
122 |
-
display: flex;
|
123 |
-
-ms-flex-align: center;
|
124 |
-
align-items: center;
|
125 |
-
padding: 50px 8%;
|
126 |
-
border-bottom: 1px solid #eee; }
|
127 |
-
|
128 |
-
.wapk-admin .wapk-banner .wapk-banner__graphics {
|
129 |
-
width: 100%; }
|
130 |
-
|
131 |
-
.wapk-admin .wapk-banner .wapk-banner__content h1 {
|
132 |
-
font-size: 27px;
|
133 |
-
line-height: 1.5em; }
|
134 |
-
|
135 |
-
.wapk-admin .wapk-banner .wapk-banner__content p {
|
136 |
-
font-size: 16px;
|
137 |
-
line-height: 1.5em;
|
138 |
-
font-weight: 300;
|
139 |
-
margin: 0;
|
140 |
-
/*noinspection CssFloatPxLength*/
|
141 |
-
letter-spacing: 0.5px; }
|
142 |
-
|
143 |
-
.wapk-admin .feed-features,
|
144 |
-
.wapk-admin .wapk-testimonial,
|
145 |
-
.wapk-admin .feed-pricing {
|
146 |
-
text-align: center;
|
147 |
-
padding: 75px 30px 85px;
|
148 |
-
background-color: #f7f8f9; }
|
149 |
-
|
150 |
-
.wapk-admin .feed-features .feed-feature__list {
|
151 |
-
display: -ms-flexbox;
|
152 |
-
display: flex;
|
153 |
-
-ms-flex-wrap: wrap;
|
154 |
-
flex-wrap: wrap;
|
155 |
-
-ms-flex-align: start;
|
156 |
-
align-items: flex-start;
|
157 |
-
-ms-flex-pack: center;
|
158 |
-
justify-content: center; }
|
159 |
-
|
160 |
-
.wapk-admin .feed-features .feed-features__more {
|
161 |
-
margin-top: 25px; }
|
162 |
-
|
163 |
-
.feed-feature__item {
|
164 |
-
-ms-flex: 0 0 28.9%;
|
165 |
-
flex: 0 0 28.9%;
|
166 |
-
margin: 0 2.2% 4.4% 2.2%;
|
167 |
-
text-align: center;
|
168 |
-
border-radius: 5px;
|
169 |
-
background-color: #ffffff;
|
170 |
-
transition: all 100ms linear;
|
171 |
-
overflow: hidden; }
|
172 |
-
|
173 |
-
.feed-feature__item:hover {
|
174 |
-
box-shadow: 5px 4px 32px -16px rgba(0, 0, 0, 0.63); }
|
175 |
-
|
176 |
-
.feed-feature__thumb {
|
177 |
-
overflow: hidden; }
|
178 |
-
|
179 |
-
.feed-feature__item .feed-feature__thumb img {
|
180 |
-
border-radius: 5px 5px 0 0;
|
181 |
-
max-width: 100%;
|
182 |
-
width: 100%;
|
183 |
-
transition: all 100ms linear; }
|
184 |
-
|
185 |
-
.feed-feature__item:hover .feed-feature__thumb img {
|
186 |
-
-webkit-transform: scale(1.05);
|
187 |
-
transform: scale(1.05); }
|
188 |
-
|
189 |
-
.feed-feature__item .feed-feature__description {
|
190 |
-
padding: 20px 15px 25px; }
|
191 |
-
|
192 |
-
.feed-feature__item .feed-feature__description h3 {
|
193 |
-
font-size: 15px;
|
194 |
-
line-height: 1.5em;
|
195 |
-
font-weight: 300;
|
196 |
-
margin: 0; }
|
197 |
-
|
198 |
-
.wapk-admin .feed-pro-comparison {
|
199 |
-
background-color: #f1f1f1;
|
200 |
-
padding: 75px; }
|
201 |
-
|
202 |
-
.wapk-admin .feed-features .section-title h2,
|
203 |
-
.wapk-admin .wapk-testimonial .section-title h2,
|
204 |
-
.wapk-admin .feed-pro-comparison .section-title h2,
|
205 |
-
.wapk-admin .feed-pricing .section-title h2 {
|
206 |
-
margin-top: 0;
|
207 |
-
margin-bottom: 0; }
|
208 |
-
|
209 |
-
.wapk-admin .comparison-table {
|
210 |
-
display: -ms-flexbox;
|
211 |
-
display: flex;
|
212 |
-
-ms-flex-pack: justify;
|
213 |
-
justify-content: space-between; }
|
214 |
-
|
215 |
-
.wapk-admin .comparison-table .comparison {
|
216 |
-
-ms-flex: 0 0 48%;
|
217 |
-
flex: 0 0 48%;
|
218 |
-
background-color: #fff;
|
219 |
-
border: 1px solid #e0e9ec;
|
220 |
-
border-radius: 5px;
|
221 |
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
222 |
-
padding: 50px;
|
223 |
-
box-sizing: border-box; }
|
224 |
-
|
225 |
-
.wapk-admin .comparison .product-header {
|
226 |
-
margin-bottom: 58px;
|
227 |
-
position: relative; }
|
228 |
-
|
229 |
-
.wapk-admin .comparison .product-header:after {
|
230 |
-
content: "";
|
231 |
-
position: absolute;
|
232 |
-
bottom: -23px;
|
233 |
-
left: 0;
|
234 |
-
width: 38px;
|
235 |
-
height: 5px;
|
236 |
-
border-radius: 3px;
|
237 |
-
background-color: #d7d7d7; }
|
238 |
-
|
239 |
-
.wapk-admin .comparison .product-header img {
|
240 |
-
max-width: 160px;
|
241 |
-
width: 100%; }
|
242 |
-
|
243 |
-
.wapk-admin .comparison .product-features {
|
244 |
-
margin: 0; }
|
245 |
-
|
246 |
-
.wapk-admin .comparison li {
|
247 |
-
position: relative;
|
248 |
-
display: -ms-flexbox;
|
249 |
-
display: flex;
|
250 |
-
margin-bottom: 15px;
|
251 |
-
padding-left: 30px;
|
252 |
-
font-size: 14px;
|
253 |
-
line-height: 1.3em;
|
254 |
-
font-weight: 300;
|
255 |
-
-ms-flex-align: center;
|
256 |
-
align-items: center; }
|
257 |
-
|
258 |
-
.wapk-admin .comparison li.unavailable {
|
259 |
-
color: #CED2D6; }
|
260 |
-
|
261 |
-
.wapk-admin .comparison li span.dashicons {
|
262 |
-
position: absolute;
|
263 |
-
top: 1px;
|
264 |
-
left: 6px;
|
265 |
-
width: 18px;
|
266 |
-
height: 18px;
|
267 |
-
border-radius: 100%;
|
268 |
-
background: #00D4D4;
|
269 |
-
color: #FFF;
|
270 |
-
line-height: 22px;
|
271 |
-
font-size: 14px;
|
272 |
-
text-align: center; }
|
273 |
-
|
274 |
-
.wapk-admin .comparison li.unavailable {
|
275 |
-
color: #CED2D6; }
|
276 |
-
|
277 |
-
.wapk-admin .comparison li.unavailable span.dashicons {
|
278 |
-
background: #CED2D6; }
|
279 |
-
|
280 |
-
.wapk-admin .comparison li span.dashicons-no {
|
281 |
-
font-size: 12px; }
|
282 |
-
|
283 |
-
.wapk-admin .comparison li span.dashicons-no:before {
|
284 |
-
left: 0; }
|
285 |
-
|
286 |
-
.wapk-admin .comparison li span.dashicons:before {
|
287 |
-
position: relative;
|
288 |
-
left: -0.5px;
|
289 |
-
top: -2px; }
|
290 |
-
|
291 |
-
.wapk-admin .comparison li img {
|
292 |
-
width: 18px;
|
293 |
-
margin-right: 12px; }
|
294 |
-
|
295 |
-
.wapk-pricing__table {
|
296 |
-
width: 100%;
|
297 |
-
display: -ms-flexbox;
|
298 |
-
display: flex;
|
299 |
-
-ms-flex-wrap: wrap;
|
300 |
-
flex-wrap: wrap;
|
301 |
-
-ms-flex-line-pack: start;
|
302 |
-
align-content: flex-start;
|
303 |
-
-ms-flex-pack: center;
|
304 |
-
justify-content: center; }
|
305 |
-
|
306 |
-
.wapk-pricing__table__item {
|
307 |
-
position: relative;
|
308 |
-
-ms-flex: 0 0 23%;
|
309 |
-
flex: 0 0 23%; }
|
310 |
-
|
311 |
-
.wapk-price__table__wrapper {
|
312 |
-
position: relative;
|
313 |
-
padding: 10px; }
|
314 |
-
|
315 |
-
.wapk-price__table {
|
316 |
-
text-align: center;
|
317 |
-
display: block;
|
318 |
-
width: 100%;
|
319 |
-
padding: 10px;
|
320 |
-
background-color: #fff;
|
321 |
-
border-radius: 8px 8px 8px 8px;
|
322 |
-
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
|
323 |
-
overflow: hidden;
|
324 |
-
transition: background .3s, border .3s, border-radius .3s, box-shadow .3s; }
|
325 |
-
|
326 |
-
.wapk-price__table__header {
|
327 |
-
background-color: #fff;
|
328 |
-
padding: 40px 0 0; }
|
329 |
-
|
330 |
-
.wapk-price__table__heading {
|
331 |
-
color: #6d7882;
|
332 |
-
font-size: 17px;
|
333 |
-
font-weight: 500;
|
334 |
-
text-transform: uppercase;
|
335 |
-
letter-spacing: 10px;
|
336 |
-
font-family: sans-serif;
|
337 |
-
margin: 0;
|
338 |
-
padding: 0;
|
339 |
-
line-height: 1.2; }
|
340 |
-
|
341 |
-
.wapk-price__table__price {
|
342 |
-
font-family: sans-serif;
|
343 |
-
font-weight: 600;
|
344 |
-
padding: 30px 0 10px;
|
345 |
-
display: -ms-flexbox;
|
346 |
-
display: flex;
|
347 |
-
-ms-flex-pack: center;
|
348 |
-
justify-content: center;
|
349 |
-
-ms-flex-align: center;
|
350 |
-
align-items: center;
|
351 |
-
-ms-flex-wrap: wrap;
|
352 |
-
flex-wrap: wrap;
|
353 |
-
-ms-flex-direction: row;
|
354 |
-
flex-direction: row;
|
355 |
-
color: #434363;
|
356 |
-
font-size: 45px; }
|
357 |
-
|
358 |
-
.wapk-price__table__currency {
|
359 |
-
-ms-flex-item-align: start;
|
360 |
-
align-self: flex-start;
|
361 |
-
color: #434363;
|
362 |
-
line-height: 1;
|
363 |
-
font-size: .3em;
|
364 |
-
margin-right: 3px; }
|
365 |
-
|
366 |
-
.wapk-price__table__amount .free,
|
367 |
-
.wapk-price__table__amount .integer-part {
|
368 |
-
color: #434363;
|
369 |
-
line-height: .8; }
|
370 |
-
|
371 |
-
.wapk-price__table__amount .decimal-part {
|
372 |
-
font-size: 14px;
|
373 |
-
font-weight: 400; }
|
374 |
-
|
375 |
-
.wapk-price__table__amount .period {
|
376 |
-
font-size: 14px;
|
377 |
-
font-weight: 400; }
|
378 |
-
|
379 |
-
.wapk-price__table__amount___legend {
|
380 |
-
width: 100%;
|
381 |
-
color: #FF4B4B;
|
382 |
-
font-size: 18px;
|
383 |
-
font-weight: 500;
|
384 |
-
line-height: 2.5em; }
|
385 |
-
|
386 |
-
.wapk-price__table__features {
|
387 |
-
list-style-type: none;
|
388 |
-
margin: 0;
|
389 |
-
padding: 0;
|
390 |
-
line-height: 1;
|
391 |
-
color: #697279;
|
392 |
-
text-align: left; }
|
393 |
-
|
394 |
-
.wapk-price__table__features li.item {
|
395 |
-
list-style-type: none;
|
396 |
-
margin: 0;
|
397 |
-
padding: 0;
|
398 |
-
font-size: 13px;
|
399 |
-
line-height: 1.5em; }
|
400 |
-
|
401 |
-
.wapk-price__table__features li:not(:first-child):before {
|
402 |
-
content: "";
|
403 |
-
display: block;
|
404 |
-
/* border: 0 solid hsla(0,0%,48%,.3); */
|
405 |
-
margin: 10px 12.5%; }
|
406 |
-
|
407 |
-
.wapk-price__table__feature {
|
408 |
-
display: block;
|
409 |
-
margin-left: calc(((100% - 80%) / 2) + 20px);
|
410 |
-
margin-right: calc((100% - 80%) / 2); }
|
411 |
-
|
412 |
-
span.wapk-price__table__feature span.dashicons {
|
413 |
-
margin-left: -20px;
|
414 |
-
top: 2px;
|
415 |
-
position: relative; }
|
416 |
-
|
417 |
-
.wapk-price__table__footer {
|
418 |
-
padding: 40px 0; }
|
419 |
-
|
420 |
-
.wapk-price__table__footer a {
|
421 |
-
font-size: 14px;
|
422 |
-
text-transform: uppercase;
|
423 |
-
letter-spacing: 3px;
|
424 |
-
border-radius: 100px 100px 100px 100px;
|
425 |
-
padding: 16px 42px;
|
426 |
-
transition: all 250ms; }
|
427 |
-
|
428 |
-
.wapk-price__table__footer a:hover,
|
429 |
-
.wapk-price__table__footer a:focus,
|
430 |
-
.wapk-price__table__footer a:active {
|
431 |
-
-webkit-transform: scale(1.02) !important;
|
432 |
-
transform: scale(1.02) !important; }
|
433 |
-
|
434 |
-
.wapk-price__table__ribbon {
|
435 |
-
pointer-events: none;
|
436 |
-
-ms-touch-action: none;
|
437 |
-
touch-action: none;
|
438 |
-
-webkit-user-select: none;
|
439 |
-
-moz-user-select: none;
|
440 |
-
-ms-user-select: none;
|
441 |
-
user-select: none;
|
442 |
-
position: absolute;
|
443 |
-
top: 10px;
|
444 |
-
left: auto;
|
445 |
-
right: 10px;
|
446 |
-
-webkit-transform: rotate(90deg);
|
447 |
-
transform: rotate(90deg);
|
448 |
-
width: 150px;
|
449 |
-
overflow: hidden;
|
450 |
-
height: 150px; }
|
451 |
-
|
452 |
-
.wapk-price__table__ribbon__inner {
|
453 |
-
background: #FF4B4B;
|
454 |
-
font-family: sans-serif;
|
455 |
-
font-weight: 500;
|
456 |
-
color: #fff;
|
457 |
-
font-size: 11px;
|
458 |
-
/*noinspection CssFloatPxLength*/
|
459 |
-
letter-spacing: 1.1px;
|
460 |
-
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.21);
|
461 |
-
text-align: center;
|
462 |
-
left: 0;
|
463 |
-
width: 200%;
|
464 |
-
-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
|
465 |
-
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
|
466 |
-
margin-top: 35px;
|
467 |
-
line-height: 2;
|
468 |
-
text-transform: uppercase; }
|
469 |
-
|
470 |
-
.wapk-admin .wapk-payment {
|
471 |
-
display: -ms-flexbox;
|
472 |
-
display: flex;
|
473 |
-
background: #fff;
|
474 |
-
-ms-flex-pack: justify;
|
475 |
-
justify-content: space-between;
|
476 |
-
padding: 85px 65px 85px;
|
477 |
-
-ms-flex-align: center;
|
478 |
-
align-items: center; }
|
479 |
-
|
480 |
-
.wapk-payment .payment-guarantee {
|
481 |
-
display: -ms-flexbox;
|
482 |
-
display: flex;
|
483 |
-
-ms-flex: 0 0 63%;
|
484 |
-
flex: 0 0 63%;
|
485 |
-
-ms-flex-line-pack: center;
|
486 |
-
align-content: center;
|
487 |
-
-ms-flex-align: center;
|
488 |
-
align-items: center;
|
489 |
-
position: relative; }
|
490 |
-
|
491 |
-
.wapk-payment .payment-guarantee:after {
|
492 |
-
content: "";
|
493 |
-
position: absolute;
|
494 |
-
right: -18px;
|
495 |
-
top: 50%;
|
496 |
-
-webkit-transform: translateY(-50%);
|
497 |
-
transform: translateY(-50%);
|
498 |
-
width: 5px;
|
499 |
-
height: 38px;
|
500 |
-
border-radius: 3px;
|
501 |
-
background: #00D4D4; }
|
502 |
-
|
503 |
-
.wapk-payment .payment-guarantee .guarantee-seal img {
|
504 |
-
max-width: 100%;
|
505 |
-
width: 280px; }
|
506 |
-
|
507 |
-
.wapk-payment .payment-guarantee .guarantee-detail {
|
508 |
-
padding-left: 25px; }
|
509 |
-
|
510 |
-
.wapk-payment .payment-guarantee .guarantee-detail h2 {
|
511 |
-
font-size: 24px;
|
512 |
-
line-height: 1.5em;
|
513 |
-
font-weight: 400;
|
514 |
-
margin: 0; }
|
515 |
-
|
516 |
-
.wapk-payment .payment-guarantee .guarantee-detail p {
|
517 |
-
font-size: 15px;
|
518 |
-
line-height: 1.5em;
|
519 |
-
font-weight: 300;
|
520 |
-
margin: 5px 0 20px; }
|
521 |
-
|
522 |
-
.wapk-payment .payment-guarantee .guarantee-detail a {
|
523 |
-
color: #00D4D4;
|
524 |
-
font-size: 15px;
|
525 |
-
line-height: 1.5em;
|
526 |
-
text-decoration: none; }
|
527 |
-
|
528 |
-
.wapk-payment .payment-guarantee .guarantee-detail a span.dashicons,
|
529 |
-
.wapk-payment .payment-guarantee .guarantee-detail a img {
|
530 |
-
width: 18px;
|
531 |
-
margin-right: 4px;
|
532 |
-
margin-top: 1px; }
|
533 |
-
|
534 |
-
.wapk-payment .payment-options {
|
535 |
-
-ms-flex-positive: 0.5;
|
536 |
-
flex-grow: 0.5; }
|
537 |
-
|
538 |
-
.wapk-payment .payment-options h3 {
|
539 |
-
font-size: 15px;
|
540 |
-
font-weight: 300;
|
541 |
-
margin: 0 0 17px; }
|
542 |
-
|
543 |
-
.wapk-payment .payment-options .options h4 {
|
544 |
-
color: #CED2D6; }
|
545 |
-
|
546 |
-
.wapk-payment .payment-options .options li {
|
547 |
-
float: left;
|
548 |
-
overflow: hidden; }
|
549 |
-
|
550 |
-
.wapk-payment .payment-options .options li img {
|
551 |
-
height: 20px;
|
552 |
-
margin-right: 5px; }
|
553 |
-
|
554 |
-
/** Testimonial **/
|
555 |
-
.wapk-admin .wapk-testimonial-wrapper:before {
|
556 |
-
content: '';
|
557 |
-
position: absolute;
|
558 |
-
left: 79px;
|
559 |
-
top: -15px;
|
560 |
-
width: 80px;
|
561 |
-
height: 56px;
|
562 |
-
border-radius: 3px;
|
563 |
-
background: transparent url(../images/block-quote.svg) no-repeat;
|
564 |
-
background-size: cover; }
|
565 |
-
|
566 |
-
.wapk-admin .wapk-testimonial-wrapper {
|
567 |
-
position: relative;
|
568 |
-
display: block;
|
569 |
-
width: 80%;
|
570 |
-
margin: 0 auto;
|
571 |
-
padding: 0;
|
572 |
-
text-align: center; }
|
573 |
-
|
574 |
-
.testimonial-item__user .avatar {
|
575 |
-
width: 100px;
|
576 |
-
height: 100px;
|
577 |
-
margin: 0 auto;
|
578 |
-
border-radius: 100%;
|
579 |
-
border: 3px solid #efefef;
|
580 |
-
overflow: hidden; }
|
581 |
-
|
582 |
-
.testimonial-item {
|
583 |
-
margin-bottom: 25px; }
|
584 |
-
|
585 |
-
.testimonial-item__user .avatar img {
|
586 |
-
max-width: 100%;
|
587 |
-
width: 100%;
|
588 |
-
margin: 0 auto;
|
589 |
-
padding: 0;
|
590 |
-
display: block; }
|
591 |
-
|
592 |
-
.testimonial-item__comment {
|
593 |
-
position: relative;
|
594 |
-
display: block;
|
595 |
-
width: 70%;
|
596 |
-
margin: 0 auto 30px; }
|
597 |
-
|
598 |
-
.testimonial-item__user h4.author-name {
|
599 |
-
font-size: 25px;
|
600 |
-
font-weight: 300;
|
601 |
-
margin: 10px auto; }
|
602 |
-
|
603 |
-
.testimonial-item__user span.author-meta {
|
604 |
-
font-size: 16px;
|
605 |
-
font-weight: 300; }
|
606 |
-
|
607 |
-
@media screen and (min-width: 1281px) {
|
608 |
-
.wapk-admin .wapk-banner,
|
609 |
-
.wapk-admin .feed-features {
|
610 |
-
padding-left: 20%;
|
611 |
-
padding-right: 20%; }
|
612 |
-
.wapk-admin .wapk-payment {
|
613 |
-
padding-left: 15%;
|
614 |
-
padding-right: 15%; }
|
615 |
-
.wapk-admin .feed-pro-comparison {
|
616 |
-
padding-left: 21.2%;
|
617 |
-
padding-right: 21.2%; }
|
618 |
-
.wapk-admin .wapk-testimonial-wrapper {
|
619 |
-
width: 55%; } }
|
620 |
-
|
621 |
-
.wapk-feed-pro-upgrade .wapk-feed-cta,
|
622 |
-
.wapk-feed-docs .wapk-feed-cta,
|
623 |
-
.wapk-admin .feed-pro-comparison,
|
624 |
-
.wapk-admin .wapk-payment,
|
625 |
-
.wapk-admin .feed-features,
|
626 |
-
.wapk-admin .wapk-testimonial,
|
627 |
-
.wapk-admin .wapk-feed-banner {
|
628 |
-
margin: 0; }
|
629 |
-
|
630 |
-
.wapk-feed-banner .wapk-banner {
|
631 |
-
margin: 0;
|
632 |
-
padding: 0; }
|
1 |
+
table.wf-info-table th a,
|
2 |
+
table.wf-rate-table th strong {
|
3 |
+
font-weight: bold; }
|
4 |
+
|
5 |
+
table.wf-info-table th a,
|
6 |
+
table.wf-rate-table a {
|
7 |
+
color: #0073aa; }
|
8 |
+
|
9 |
+
table.wf-info-table th a.get-woo-feed-pro {
|
10 |
+
display: inline-block;
|
11 |
+
text-decoration: none;
|
12 |
+
background: #f3f5f6;
|
13 |
+
color: #ff3355;
|
14 |
+
vertical-align: top;
|
15 |
+
font-size: 14px;
|
16 |
+
line-height: 3.14285714;
|
17 |
+
box-sizing: border-box;
|
18 |
+
margin: 0;
|
19 |
+
border-radius: 35px;
|
20 |
+
box-shadow: 1px 2px 10px 1px rgba(255, 51, 85, 0.5); }
|
21 |
+
|
22 |
+
table.wf-info-table th a.get-woo-feed-pro img {
|
23 |
+
display: block;
|
24 |
+
position: relative;
|
25 |
+
margin: -2px;
|
26 |
+
width: 180px;
|
27 |
+
height: auto; }
|
28 |
+
|
29 |
+
table.wf-info-table th a.button {
|
30 |
+
border-color: #0073aa;
|
31 |
+
border-radius: 35px; }
|
32 |
+
|
33 |
+
table.wf-info-table th a.documentation {
|
34 |
+
color: #0073aa; }
|
35 |
+
|
36 |
+
table.wf-info-table th a.tutorial {
|
37 |
+
color: #ee264a; }
|
38 |
+
|
39 |
+
table.wf-info-table th a.support {
|
40 |
+
color: #0DD41E; }
|
41 |
+
|
42 |
/**
|
43 |
* Premium Page Design
|
44 |
+
*/
|
45 |
+
.wp-submenu li span.woo-feed-premium {
|
46 |
+
font-weight: bold;
|
47 |
+
color: #28e499; }
|
48 |
+
|
49 |
+
.wp-submenu li:hover span.woo-feed-premium,
|
50 |
+
.wp-submenu li.current span.woo-feed-premium {
|
51 |
+
color: #1dc381; }
|
52 |
+
|
53 |
+
.woo_feed_free_manage_attribute {
|
54 |
+
margin: 0 auto;
|
55 |
+
width: 100%; }
|
56 |
+
|
57 |
+
.woo_feed_screenshort {
|
58 |
+
max-width: 100%;
|
59 |
+
width: 1000px;
|
60 |
+
border: 3px solid #00b9eb;
|
61 |
+
display: block;
|
62 |
+
margin: 0 auto; }
|
63 |
+
|
64 |
+
.woo-feed-screen-shot-title {
|
65 |
+
font-size: 36px;
|
66 |
+
text-align: center;
|
67 |
+
box-sizing: content-box;
|
68 |
+
color: #00b9eb; }
|
69 |
+
|
70 |
+
.woo_feed_screen {
|
71 |
+
background: #fff;
|
72 |
+
padding: 25px 20px;
|
73 |
+
margin-bottom: 20px; }
|
74 |
+
|
75 |
+
.woo_feed_screen_des {
|
76 |
+
text-align: center;
|
77 |
+
margin: 20px 50px 20px 50px;
|
78 |
+
font-size: 16px;
|
79 |
+
color: #666; }
|
80 |
+
|
81 |
+
.woo_feed_screen_des_2 {
|
82 |
+
text-align: center;
|
83 |
+
margin: 20px 50px 5px 50px;
|
84 |
+
font-size: 14px;
|
85 |
+
color: #32373c; }
|
86 |
+
|
87 |
+
.wapk-admin .wapk-feed-upgrade {
|
88 |
+
font-family: 'Open Sans', sans-serif;
|
89 |
+
margin: -10px -20px 0 -22px; }
|
90 |
+
|
91 |
+
.wapk-admin .wapk-feed-upgrade a {
|
92 |
+
transition: all 0.2s ease; }
|
93 |
+
|
94 |
+
.wapk-admin .section-title {
|
95 |
+
text-align: center;
|
96 |
+
font-size: 30px;
|
97 |
+
line-height: 1.5em;
|
98 |
+
font-weight: 400;
|
99 |
+
position: relative;
|
100 |
+
margin: 0 0 58px; }
|
101 |
+
|
102 |
+
.wapk-admin .section-title:after {
|
103 |
+
content: '';
|
104 |
+
position: absolute;
|
105 |
+
bottom: -21px;
|
106 |
+
left: 50%;
|
107 |
+
-webkit-transform: translateX(-50%);
|
108 |
+
transform: translateX(-50%);
|
109 |
+
width: 38px;
|
110 |
+
height: 5px;
|
111 |
+
border-radius: 3px;
|
112 |
+
background-color: #00D4D4; }
|
113 |
+
|
114 |
+
.wapk-admin .section-title .section-sub-title {
|
115 |
+
font-size: 22px;
|
116 |
+
font-weight: 300; }
|
117 |
+
|
118 |
+
.wapk-admin .wapk-banner {
|
119 |
+
background-color: #f2f2f2;
|
120 |
+
font-size: 16px;
|
121 |
+
display: -ms-flexbox;
|
122 |
+
display: flex;
|
123 |
+
-ms-flex-align: center;
|
124 |
+
align-items: center;
|
125 |
+
padding: 50px 8%;
|
126 |
+
border-bottom: 1px solid #eee; }
|
127 |
+
|
128 |
+
.wapk-admin .wapk-banner .wapk-banner__graphics {
|
129 |
+
width: 100%; }
|
130 |
+
|
131 |
+
.wapk-admin .wapk-banner .wapk-banner__content h1 {
|
132 |
+
font-size: 27px;
|
133 |
+
line-height: 1.5em; }
|
134 |
+
|
135 |
+
.wapk-admin .wapk-banner .wapk-banner__content p {
|
136 |
+
font-size: 16px;
|
137 |
+
line-height: 1.5em;
|
138 |
+
font-weight: 300;
|
139 |
+
margin: 0;
|
140 |
+
/*noinspection CssFloatPxLength*/
|
141 |
+
letter-spacing: 0.5px; }
|
142 |
+
|
143 |
+
.wapk-admin .feed-features,
|
144 |
+
.wapk-admin .wapk-testimonial,
|
145 |
+
.wapk-admin .feed-pricing {
|
146 |
+
text-align: center;
|
147 |
+
padding: 75px 30px 85px;
|
148 |
+
background-color: #f7f8f9; }
|
149 |
+
|
150 |
+
.wapk-admin .feed-features .feed-feature__list {
|
151 |
+
display: -ms-flexbox;
|
152 |
+
display: flex;
|
153 |
+
-ms-flex-wrap: wrap;
|
154 |
+
flex-wrap: wrap;
|
155 |
+
-ms-flex-align: start;
|
156 |
+
align-items: flex-start;
|
157 |
+
-ms-flex-pack: center;
|
158 |
+
justify-content: center; }
|
159 |
+
|
160 |
+
.wapk-admin .feed-features .feed-features__more {
|
161 |
+
margin-top: 25px; }
|
162 |
+
|
163 |
+
.feed-feature__item {
|
164 |
+
-ms-flex: 0 0 28.9%;
|
165 |
+
flex: 0 0 28.9%;
|
166 |
+
margin: 0 2.2% 4.4% 2.2%;
|
167 |
+
text-align: center;
|
168 |
+
border-radius: 5px;
|
169 |
+
background-color: #ffffff;
|
170 |
+
transition: all 100ms linear;
|
171 |
+
overflow: hidden; }
|
172 |
+
|
173 |
+
.feed-feature__item:hover {
|
174 |
+
box-shadow: 5px 4px 32px -16px rgba(0, 0, 0, 0.63); }
|
175 |
+
|
176 |
+
.feed-feature__thumb {
|
177 |
+
overflow: hidden; }
|
178 |
+
|
179 |
+
.feed-feature__item .feed-feature__thumb img {
|
180 |
+
border-radius: 5px 5px 0 0;
|
181 |
+
max-width: 100%;
|
182 |
+
width: 100%;
|
183 |
+
transition: all 100ms linear; }
|
184 |
+
|
185 |
+
.feed-feature__item:hover .feed-feature__thumb img {
|
186 |
+
-webkit-transform: scale(1.05);
|
187 |
+
transform: scale(1.05); }
|
188 |
+
|
189 |
+
.feed-feature__item .feed-feature__description {
|
190 |
+
padding: 20px 15px 25px; }
|
191 |
+
|
192 |
+
.feed-feature__item .feed-feature__description h3 {
|
193 |
+
font-size: 15px;
|
194 |
+
line-height: 1.5em;
|
195 |
+
font-weight: 300;
|
196 |
+
margin: 0; }
|
197 |
+
|
198 |
+
.wapk-admin .feed-pro-comparison {
|
199 |
+
background-color: #f1f1f1;
|
200 |
+
padding: 75px; }
|
201 |
+
|
202 |
+
.wapk-admin .feed-features .section-title h2,
|
203 |
+
.wapk-admin .wapk-testimonial .section-title h2,
|
204 |
+
.wapk-admin .feed-pro-comparison .section-title h2,
|
205 |
+
.wapk-admin .feed-pricing .section-title h2 {
|
206 |
+
margin-top: 0;
|
207 |
+
margin-bottom: 0; }
|
208 |
+
|
209 |
+
.wapk-admin .comparison-table {
|
210 |
+
display: -ms-flexbox;
|
211 |
+
display: flex;
|
212 |
+
-ms-flex-pack: justify;
|
213 |
+
justify-content: space-between; }
|
214 |
+
|
215 |
+
.wapk-admin .comparison-table .comparison {
|
216 |
+
-ms-flex: 0 0 48%;
|
217 |
+
flex: 0 0 48%;
|
218 |
+
background-color: #fff;
|
219 |
+
border: 1px solid #e0e9ec;
|
220 |
+
border-radius: 5px;
|
221 |
+
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
222 |
+
padding: 50px;
|
223 |
+
box-sizing: border-box; }
|
224 |
+
|
225 |
+
.wapk-admin .comparison .product-header {
|
226 |
+
margin-bottom: 58px;
|
227 |
+
position: relative; }
|
228 |
+
|
229 |
+
.wapk-admin .comparison .product-header:after {
|
230 |
+
content: "";
|
231 |
+
position: absolute;
|
232 |
+
bottom: -23px;
|
233 |
+
left: 0;
|
234 |
+
width: 38px;
|
235 |
+
height: 5px;
|
236 |
+
border-radius: 3px;
|
237 |
+
background-color: #d7d7d7; }
|
238 |
+
|
239 |
+
.wapk-admin .comparison .product-header img {
|
240 |
+
max-width: 160px;
|
241 |
+
width: 100%; }
|
242 |
+
|
243 |
+
.wapk-admin .comparison .product-features {
|
244 |
+
margin: 0; }
|
245 |
+
|
246 |
+
.wapk-admin .comparison li {
|
247 |
+
position: relative;
|
248 |
+
display: -ms-flexbox;
|
249 |
+
display: flex;
|
250 |
+
margin-bottom: 15px;
|
251 |
+
padding-left: 30px;
|
252 |
+
font-size: 14px;
|
253 |
+
line-height: 1.3em;
|
254 |
+
font-weight: 300;
|
255 |
+
-ms-flex-align: center;
|
256 |
+
align-items: center; }
|
257 |
+
|
258 |
+
.wapk-admin .comparison li.unavailable {
|
259 |
+
color: #CED2D6; }
|
260 |
+
|
261 |
+
.wapk-admin .comparison li span.dashicons {
|
262 |
+
position: absolute;
|
263 |
+
top: 1px;
|
264 |
+
left: 6px;
|
265 |
+
width: 18px;
|
266 |
+
height: 18px;
|
267 |
+
border-radius: 100%;
|
268 |
+
background: #00D4D4;
|
269 |
+
color: #FFF;
|
270 |
+
line-height: 22px;
|
271 |
+
font-size: 14px;
|
272 |
+
text-align: center; }
|
273 |
+
|
274 |
+
.wapk-admin .comparison li.unavailable {
|
275 |
+
color: #CED2D6; }
|
276 |
+
|
277 |
+
.wapk-admin .comparison li.unavailable span.dashicons {
|
278 |
+
background: #CED2D6; }
|
279 |
+
|
280 |
+
.wapk-admin .comparison li span.dashicons-no {
|
281 |
+
font-size: 12px; }
|
282 |
+
|
283 |
+
.wapk-admin .comparison li span.dashicons-no:before {
|
284 |
+
left: 0; }
|
285 |
+
|
286 |
+
.wapk-admin .comparison li span.dashicons:before {
|
287 |
+
position: relative;
|
288 |
+
left: -0.5px;
|
289 |
+
top: -2px; }
|
290 |
+
|
291 |
+
.wapk-admin .comparison li img {
|
292 |
+
width: 18px;
|
293 |
+
margin-right: 12px; }
|
294 |
+
|
295 |
+
.wapk-pricing__table {
|
296 |
+
width: 100%;
|
297 |
+
display: -ms-flexbox;
|
298 |
+
display: flex;
|
299 |
+
-ms-flex-wrap: wrap;
|
300 |
+
flex-wrap: wrap;
|
301 |
+
-ms-flex-line-pack: start;
|
302 |
+
align-content: flex-start;
|
303 |
+
-ms-flex-pack: center;
|
304 |
+
justify-content: center; }
|
305 |
+
|
306 |
+
.wapk-pricing__table__item {
|
307 |
+
position: relative;
|
308 |
+
-ms-flex: 0 0 23%;
|
309 |
+
flex: 0 0 23%; }
|
310 |
+
|
311 |
+
.wapk-price__table__wrapper {
|
312 |
+
position: relative;
|
313 |
+
padding: 10px; }
|
314 |
+
|
315 |
+
.wapk-price__table {
|
316 |
+
text-align: center;
|
317 |
+
display: block;
|
318 |
+
width: 100%;
|
319 |
+
padding: 10px;
|
320 |
+
background-color: #fff;
|
321 |
+
border-radius: 8px 8px 8px 8px;
|
322 |
+
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
|
323 |
+
overflow: hidden;
|
324 |
+
transition: background .3s, border .3s, border-radius .3s, box-shadow .3s; }
|
325 |
+
|
326 |
+
.wapk-price__table__header {
|
327 |
+
background-color: #fff;
|
328 |
+
padding: 40px 0 0; }
|
329 |
+
|
330 |
+
.wapk-price__table__heading {
|
331 |
+
color: #6d7882;
|
332 |
+
font-size: 17px;
|
333 |
+
font-weight: 500;
|
334 |
+
text-transform: uppercase;
|
335 |
+
letter-spacing: 10px;
|
336 |
+
font-family: sans-serif;
|
337 |
+
margin: 0;
|
338 |
+
padding: 0;
|
339 |
+
line-height: 1.2; }
|
340 |
+
|
341 |
+
.wapk-price__table__price {
|
342 |
+
font-family: sans-serif;
|
343 |
+
font-weight: 600;
|
344 |
+
padding: 30px 0 10px;
|
345 |
+
display: -ms-flexbox;
|
346 |
+
display: flex;
|
347 |
+
-ms-flex-pack: center;
|
348 |
+
justify-content: center;
|
349 |
+
-ms-flex-align: center;
|
350 |
+
align-items: center;
|
351 |
+
-ms-flex-wrap: wrap;
|
352 |
+
flex-wrap: wrap;
|
353 |
+
-ms-flex-direction: row;
|
354 |
+
flex-direction: row;
|
355 |
+
color: #434363;
|
356 |
+
font-size: 45px; }
|
357 |
+
|
358 |
+
.wapk-price__table__currency {
|
359 |
+
-ms-flex-item-align: start;
|
360 |
+
align-self: flex-start;
|
361 |
+
color: #434363;
|
362 |
+
line-height: 1;
|
363 |
+
font-size: .3em;
|
364 |
+
margin-right: 3px; }
|
365 |
+
|
366 |
+
.wapk-price__table__amount .free,
|
367 |
+
.wapk-price__table__amount .integer-part {
|
368 |
+
color: #434363;
|
369 |
+
line-height: .8; }
|
370 |
+
|
371 |
+
.wapk-price__table__amount .decimal-part {
|
372 |
+
font-size: 14px;
|
373 |
+
font-weight: 400; }
|
374 |
+
|
375 |
+
.wapk-price__table__amount .period {
|
376 |
+
font-size: 14px;
|
377 |
+
font-weight: 400; }
|
378 |
+
|
379 |
+
.wapk-price__table__amount___legend {
|
380 |
+
width: 100%;
|
381 |
+
color: #FF4B4B;
|
382 |
+
font-size: 18px;
|
383 |
+
font-weight: 500;
|
384 |
+
line-height: 2.5em; }
|
385 |
+
|
386 |
+
.wapk-price__table__features {
|
387 |
+
list-style-type: none;
|
388 |
+
margin: 0;
|
389 |
+
padding: 0;
|
390 |
+
line-height: 1;
|
391 |
+
color: #697279;
|
392 |
+
text-align: left; }
|
393 |
+
|
394 |
+
.wapk-price__table__features li.item {
|
395 |
+
list-style-type: none;
|
396 |
+
margin: 0;
|
397 |
+
padding: 0;
|
398 |
+
font-size: 13px;
|
399 |
+
line-height: 1.5em; }
|
400 |
+
|
401 |
+
.wapk-price__table__features li:not(:first-child):before {
|
402 |
+
content: "";
|
403 |
+
display: block;
|
404 |
+
/* border: 0 solid hsla(0,0%,48%,.3); */
|
405 |
+
margin: 10px 12.5%; }
|
406 |
+
|
407 |
+
.wapk-price__table__feature {
|
408 |
+
display: block;
|
409 |
+
margin-left: calc(((100% - 80%) / 2) + 20px);
|
410 |
+
margin-right: calc((100% - 80%) / 2); }
|
411 |
+
|
412 |
+
span.wapk-price__table__feature span.dashicons {
|
413 |
+
margin-left: -20px;
|
414 |
+
top: 2px;
|
415 |
+
position: relative; }
|
416 |
+
|
417 |
+
.wapk-price__table__footer {
|
418 |
+
padding: 40px 0; }
|
419 |
+
|
420 |
+
.wapk-price__table__footer a {
|
421 |
+
font-size: 14px;
|
422 |
+
text-transform: uppercase;
|
423 |
+
letter-spacing: 3px;
|
424 |
+
border-radius: 100px 100px 100px 100px;
|
425 |
+
padding: 16px 42px;
|
426 |
+
transition: all 250ms; }
|
427 |
+
|
428 |
+
.wapk-price__table__footer a:hover,
|
429 |
+
.wapk-price__table__footer a:focus,
|
430 |
+
.wapk-price__table__footer a:active {
|
431 |
+
-webkit-transform: scale(1.02) !important;
|
432 |
+
transform: scale(1.02) !important; }
|
433 |
+
|
434 |
+
.wapk-price__table__ribbon {
|
435 |
+
pointer-events: none;
|
436 |
+
-ms-touch-action: none;
|
437 |
+
touch-action: none;
|
438 |
+
-webkit-user-select: none;
|
439 |
+
-moz-user-select: none;
|
440 |
+
-ms-user-select: none;
|
441 |
+
user-select: none;
|
442 |
+
position: absolute;
|
443 |
+
top: 10px;
|
444 |
+
left: auto;
|
445 |
+
right: 10px;
|
446 |
+
-webkit-transform: rotate(90deg);
|
447 |
+
transform: rotate(90deg);
|
448 |
+
width: 150px;
|
449 |
+
overflow: hidden;
|
450 |
+
height: 150px; }
|
451 |
+
|
452 |
+
.wapk-price__table__ribbon__inner {
|
453 |
+
background: #FF4B4B;
|
454 |
+
font-family: sans-serif;
|
455 |
+
font-weight: 500;
|
456 |
+
color: #fff;
|
457 |
+
font-size: 11px;
|
458 |
+
/*noinspection CssFloatPxLength*/
|
459 |
+
letter-spacing: 1.1px;
|
460 |
+
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.21);
|
461 |
+
text-align: center;
|
462 |
+
left: 0;
|
463 |
+
width: 200%;
|
464 |
+
-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
|
465 |
+
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
|
466 |
+
margin-top: 35px;
|
467 |
+
line-height: 2;
|
468 |
+
text-transform: uppercase; }
|
469 |
+
|
470 |
+
.wapk-admin .wapk-payment {
|
471 |
+
display: -ms-flexbox;
|
472 |
+
display: flex;
|
473 |
+
background: #fff;
|
474 |
+
-ms-flex-pack: justify;
|
475 |
+
justify-content: space-between;
|
476 |
+
padding: 85px 65px 85px;
|
477 |
+
-ms-flex-align: center;
|
478 |
+
align-items: center; }
|
479 |
+
|
480 |
+
.wapk-payment .payment-guarantee {
|
481 |
+
display: -ms-flexbox;
|
482 |
+
display: flex;
|
483 |
+
-ms-flex: 0 0 63%;
|
484 |
+
flex: 0 0 63%;
|
485 |
+
-ms-flex-line-pack: center;
|
486 |
+
align-content: center;
|
487 |
+
-ms-flex-align: center;
|
488 |
+
align-items: center;
|
489 |
+
position: relative; }
|
490 |
+
|
491 |
+
.wapk-payment .payment-guarantee:after {
|
492 |
+
content: "";
|
493 |
+
position: absolute;
|
494 |
+
right: -18px;
|
495 |
+
top: 50%;
|
496 |
+
-webkit-transform: translateY(-50%);
|
497 |
+
transform: translateY(-50%);
|
498 |
+
width: 5px;
|
499 |
+
height: 38px;
|
500 |
+
border-radius: 3px;
|
501 |
+
background: #00D4D4; }
|
502 |
+
|
503 |
+
.wapk-payment .payment-guarantee .guarantee-seal img {
|
504 |
+
max-width: 100%;
|
505 |
+
width: 280px; }
|
506 |
+
|
507 |
+
.wapk-payment .payment-guarantee .guarantee-detail {
|
508 |
+
padding-left: 25px; }
|
509 |
+
|
510 |
+
.wapk-payment .payment-guarantee .guarantee-detail h2 {
|
511 |
+
font-size: 24px;
|
512 |
+
line-height: 1.5em;
|
513 |
+
font-weight: 400;
|
514 |
+
margin: 0; }
|
515 |
+
|
516 |
+
.wapk-payment .payment-guarantee .guarantee-detail p {
|
517 |
+
font-size: 15px;
|
518 |
+
line-height: 1.5em;
|
519 |
+
font-weight: 300;
|
520 |
+
margin: 5px 0 20px; }
|
521 |
+
|
522 |
+
.wapk-payment .payment-guarantee .guarantee-detail a {
|
523 |
+
color: #00D4D4;
|
524 |
+
font-size: 15px;
|
525 |
+
line-height: 1.5em;
|
526 |
+
text-decoration: none; }
|
527 |
+
|
528 |
+
.wapk-payment .payment-guarantee .guarantee-detail a span.dashicons,
|
529 |
+
.wapk-payment .payment-guarantee .guarantee-detail a img {
|
530 |
+
width: 18px;
|
531 |
+
margin-right: 4px;
|
532 |
+
margin-top: 1px; }
|
533 |
+
|
534 |
+
.wapk-payment .payment-options {
|
535 |
+
-ms-flex-positive: 0.5;
|
536 |
+
flex-grow: 0.5; }
|
537 |
+
|
538 |
+
.wapk-payment .payment-options h3 {
|
539 |
+
font-size: 15px;
|
540 |
+
font-weight: 300;
|
541 |
+
margin: 0 0 17px; }
|
542 |
+
|
543 |
+
.wapk-payment .payment-options .options h4 {
|
544 |
+
color: #CED2D6; }
|
545 |
+
|
546 |
+
.wapk-payment .payment-options .options li {
|
547 |
+
float: left;
|
548 |
+
overflow: hidden; }
|
549 |
+
|
550 |
+
.wapk-payment .payment-options .options li img {
|
551 |
+
height: 20px;
|
552 |
+
margin-right: 5px; }
|
553 |
+
|
554 |
+
/** Testimonial **/
|
555 |
+
.wapk-admin .wapk-testimonial-wrapper:before {
|
556 |
+
content: '';
|
557 |
+
position: absolute;
|
558 |
+
left: 79px;
|
559 |
+
top: -15px;
|
560 |
+
width: 80px;
|
561 |
+
height: 56px;
|
562 |
+
border-radius: 3px;
|
563 |
+
background: transparent url(../images/block-quote.svg) no-repeat;
|
564 |
+
background-size: cover; }
|
565 |
+
|
566 |
+
.wapk-admin .wapk-testimonial-wrapper {
|
567 |
+
position: relative;
|
568 |
+
display: block;
|
569 |
+
width: 80%;
|
570 |
+
margin: 0 auto;
|
571 |
+
padding: 0;
|
572 |
+
text-align: center; }
|
573 |
+
|
574 |
+
.testimonial-item__user .avatar {
|
575 |
+
width: 100px;
|
576 |
+
height: 100px;
|
577 |
+
margin: 0 auto;
|
578 |
+
border-radius: 100%;
|
579 |
+
border: 3px solid #efefef;
|
580 |
+
overflow: hidden; }
|
581 |
+
|
582 |
+
.testimonial-item {
|
583 |
+
margin-bottom: 25px; }
|
584 |
+
|
585 |
+
.testimonial-item__user .avatar img {
|
586 |
+
max-width: 100%;
|
587 |
+
width: 100%;
|
588 |
+
margin: 0 auto;
|
589 |
+
padding: 0;
|
590 |
+
display: block; }
|
591 |
+
|
592 |
+
.testimonial-item__comment {
|
593 |
+
position: relative;
|
594 |
+
display: block;
|
595 |
+
width: 70%;
|
596 |
+
margin: 0 auto 30px; }
|
597 |
+
|
598 |
+
.testimonial-item__user h4.author-name {
|
599 |
+
font-size: 25px;
|
600 |
+
font-weight: 300;
|
601 |
+
margin: 10px auto; }
|
602 |
+
|
603 |
+
.testimonial-item__user span.author-meta {
|
604 |
+
font-size: 16px;
|
605 |
+
font-weight: 300; }
|
606 |
+
|
607 |
+
@media screen and (min-width: 1281px) {
|
608 |
+
.wapk-admin .wapk-banner,
|
609 |
+
.wapk-admin .feed-features {
|
610 |
+
padding-left: 20%;
|
611 |
+
padding-right: 20%; }
|
612 |
+
.wapk-admin .wapk-payment {
|
613 |
+
padding-left: 15%;
|
614 |
+
padding-right: 15%; }
|
615 |
+
.wapk-admin .feed-pro-comparison {
|
616 |
+
padding-left: 21.2%;
|
617 |
+
padding-right: 21.2%; }
|
618 |
+
.wapk-admin .wapk-testimonial-wrapper {
|
619 |
+
width: 55%; } }
|
620 |
+
|
621 |
+
.wapk-feed-pro-upgrade .wapk-feed-cta,
|
622 |
+
.wapk-feed-docs .wapk-feed-cta,
|
623 |
+
.wapk-admin .feed-pro-comparison,
|
624 |
+
.wapk-admin .wapk-payment,
|
625 |
+
.wapk-admin .feed-features,
|
626 |
+
.wapk-admin .wapk-testimonial,
|
627 |
+
.wapk-admin .wapk-feed-banner {
|
628 |
+
margin: 0; }
|
629 |
+
|
630 |
+
.wapk-feed-banner .wapk-banner {
|
631 |
+
margin: 0;
|
632 |
+
padding: 0; }
|
admin/css/woo-feed-admin.css
CHANGED
@@ -216,9 +216,6 @@ div#wf-tab-content1 .dashicons {
|
|
216 |
width: 120px; }
|
217 |
|
218 |
/*==================Tab Design=======================*/
|
219 |
-
p {
|
220 |
-
color: #222; }
|
221 |
-
|
222 |
.wf_tabs {
|
223 |
position: relative;
|
224 |
margin: 0 auto;
|
216 |
width: 120px; }
|
217 |
|
218 |
/*==================Tab Design=======================*/
|
|
|
|
|
|
|
219 |
.wf_tabs {
|
220 |
position: relative;
|
221 |
margin: 0 auto;
|
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,#6c5ce7 140%);border:none}.woo_feed_manage_list_table .wf_update_interval_btn:hover{background:linear-gradient(125deg,#3cb0fd 0,#6c5ce7 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:28px;box-sizing:border-box;float:left;border-radius:100px;position:relative;cursor:pointer;transition:.3s ease;background:linear-gradient(125deg,#e2e2e2 0,#ccc 140%)}input[class=woo_feed_status_input]:checked+label{background:linear-gradient(125deg,#3cb0fd 0,#6c5ce7 140%)}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:4px;box-sizing:border-box;color:#000;border-radius:100px;box-shadow:0 1.5px 2px 0 #000}.view span.dashicons.dashicons-external{color:#22a6b3}.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}.merchant-info-section.woo-feed-open-file{text-align:center}.merchant-info-section.woo-feed-open-file a{line-height:1.5;text-decoration:none}.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,#6c5ce7 140%);color:#fff;border:1px;padding:0 20px}input[type=submit][data-id=wf_action_submit]:hover{background:linear-gradient(125deg,#3cb0fd 0,#6c5ce7 140%);color:#fff}.woo-import-popup-body #TB_window{width:500px!important}.woo-import-popup-body #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}.woo-import-popup-body #TB_window #TB_title #TB_ajaxWindowTitle{color:#30336b;font-weight:700}.woo-import-popup-body #TB_window #TB_closeWindowButton{top:-14.5px;right:-14.5px;border:none;outline:0}.woo-import-popup-body #TB_window #TB_closeWindowButton .tb-close-icon{background:#ff5e55;color:#fff;border-radius:50%}.woo-import-popup-body #TB_window #TB_closeWindowButton:focus{outline:0;border:0}.woo-import-popup-body #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}.woo-import-popup-body #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)}.woo-import-popup-body #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}.woo-import-popup-body #TB_window #TB_ajaxContent table input{width:60%}.woo-import-popup-body #TB_window #TB_ajaxContent table input:focus{outline:2px solid #68b8f7}.woo-import-popup-body #TB_window #TB_ajaxContent table input[type=file]{padding:3px 0;cursor:pointer}.woo-import-popup-body #TB_window #TB_ajaxContent table input[type=text]{border-radius:25px;font-size:14px;padding:1px 20px;text-align:center}.woo-import-popup-body #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}.woo-import-popup-body #TB_window #TB_ajaxContent table input[type=submit]:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.woo-feed-notice .woo-feed-review-notice-logo{width:90px;height:90px;float:left;margin-right:5px;background:url(../images/woo-feed-logo.svg) no-repeat}.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}#taxonomy-woo-feed-brand #newwoo-feed-brand_parent,.taxonomy-woo-feed-brand .form-field.term-parent-wrap{display:none}
|
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,#6c5ce7 140%);border:none}.woo_feed_manage_list_table .wf_update_interval_btn:hover{background:linear-gradient(125deg,#3cb0fd 0,#6c5ce7 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}.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:28px;box-sizing:border-box;float:left;border-radius:100px;position:relative;cursor:pointer;transition:.3s ease;background:linear-gradient(125deg,#e2e2e2 0,#ccc 140%)}input[class=woo_feed_status_input]:checked+label{background:linear-gradient(125deg,#3cb0fd 0,#6c5ce7 140%)}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:4px;box-sizing:border-box;color:#000;border-radius:100px;box-shadow:0 1.5px 2px 0 #000}.view span.dashicons.dashicons-external{color:#22a6b3}.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}.merchant-info-section.woo-feed-open-file{text-align:center}.merchant-info-section.woo-feed-open-file a{line-height:1.5;text-decoration:none}.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,#6c5ce7 140%);color:#fff;border:1px;padding:0 20px}input[type=submit][data-id=wf_action_submit]:hover{background:linear-gradient(125deg,#3cb0fd 0,#6c5ce7 140%);color:#fff}.woo-import-popup-body #TB_window{width:500px!important}.woo-import-popup-body #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}.woo-import-popup-body #TB_window #TB_title #TB_ajaxWindowTitle{color:#30336b;font-weight:700}.woo-import-popup-body #TB_window #TB_closeWindowButton{top:-14.5px;right:-14.5px;border:none;outline:0}.woo-import-popup-body #TB_window #TB_closeWindowButton .tb-close-icon{background:#ff5e55;color:#fff;border-radius:50%}.woo-import-popup-body #TB_window #TB_closeWindowButton:focus{outline:0;border:0}.woo-import-popup-body #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}.woo-import-popup-body #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)}.woo-import-popup-body #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}.woo-import-popup-body #TB_window #TB_ajaxContent table input{width:60%}.woo-import-popup-body #TB_window #TB_ajaxContent table input:focus{outline:2px solid #68b8f7}.woo-import-popup-body #TB_window #TB_ajaxContent table input[type=file]{padding:3px 0;cursor:pointer}.woo-import-popup-body #TB_window #TB_ajaxContent table input[type=text]{border-radius:25px;font-size:14px;padding:1px 20px;text-align:center}.woo-import-popup-body #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}.woo-import-popup-body #TB_window #TB_ajaxContent table input[type=submit]:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.woo-feed-notice .woo-feed-review-notice-logo{width:90px;height:90px;float:left;margin-right:5px;background:url(../images/woo-feed-logo.svg) no-repeat}.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}#taxonomy-woo-feed-brand #newwoo-feed-brand_parent,.taxonomy-woo-feed-brand .form-field.term-parent-wrap{display:none}
|
admin/css/woo-feed-admin.scss
CHANGED
@@ -288,10 +288,6 @@ div#wf-tab-content1 {
|
|
288 |
|
289 |
/*==================Tab Design=======================*/
|
290 |
|
291 |
-
p {
|
292 |
-
color: #222;
|
293 |
-
}
|
294 |
-
|
295 |
.wf_tabs {
|
296 |
position: relative;
|
297 |
margin: 0 auto;
|
288 |
|
289 |
/*==================Tab Design=======================*/
|
290 |
|
|
|
|
|
|
|
|
|
291 |
.wf_tabs {
|
292 |
position: relative;
|
293 |
margin: 0 auto;
|
woo-feed.php
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
* Plugin Name: CTX 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.
|
14 |
* Author: WebAppick
|
15 |
* Author URI: https://webappick.com/
|
16 |
* License: GPL v2
|
@@ -39,7 +39,7 @@ if ( ! defined( 'WOO_FEED_FREE_VERSION' ) ) {
|
|
39 |
* @var string
|
40 |
* @since 3.1.6
|
41 |
*/
|
42 |
-
define( 'WOO_FEED_FREE_VERSION', '4.3.
|
43 |
}
|
44 |
|
45 |
if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
|
10 |
* Plugin Name: CTX 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.78
|
14 |
* Author: WebAppick
|
15 |
* Author URI: https://webappick.com/
|
16 |
* License: GPL v2
|
39 |
* @var string
|
40 |
* @since 3.1.6
|
41 |
*/
|
42 |
+
define( 'WOO_FEED_FREE_VERSION', '4.3.78' );
|
43 |
}
|
44 |
|
45 |
if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
|