WooCommerce Wishlist Plugin - Version 1.27.0

Version Description

Release Date - 30 July 2021

  • WordPress 5.8 support
  • WooCommerce 5.5 support
  • Remove user roles capabilities on the plugin uninstall
  • Updated integration with WooCommerce Gravity Forms Product Add-Ons plugin
  • Fixed WP Menu dashboard error notification.
Download this release

Release Info

Developer templateinvaders
Plugin Icon 128x128 WooCommerce Wishlist Plugin
Version 1.27.0
Comparing to
See all releases

Code changes from version 1.26.1 to 1.27.0

assets/css/admin-form-rtl.css CHANGED
@@ -1,3 +1,4 @@
 
1
  /*
2
  number input
3
  */
@@ -5,13 +6,15 @@ number input
5
  display: inline-block;
6
  margin: 2px;
7
  position: relative;
8
- vertical-align: middle; }
 
9
 
10
  .tiwlform-number-container input, .tiwlform-number-container button {
11
  margin: 0;
12
  font-weight: 800;
13
  display: inline-block;
14
- font-size: 14px; }
 
15
 
16
  .tiwlform-number-container input[type=text] {
17
  width: 50px;
@@ -19,7 +22,8 @@ number input
19
  text-align: left;
20
  border-radius: 5px;
21
  line-height: 26px;
22
- margin: 0; }
 
23
 
24
  .tiwlform-number-container button {
25
  width: 20px;
@@ -32,11 +36,13 @@ number input
32
  border: 0;
33
  color: #000;
34
  padding: 0;
35
- cursor: pointer; }
 
36
 
37
  .tiwlform-number-container button:hover {
38
  background-color: #96b100;
39
- color: #FFF; }
 
40
 
41
  /*
42
  on off button
@@ -54,36 +60,41 @@ on off button
54
  border-radius: 3px;
55
  -webkit-box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.16);
56
  box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.16);
57
- -webkit-transition: all .3s ease-in-out;
58
- transition: all .3s ease-in-out;
59
  border: 1px solid #eae6df;
60
- background: #f1eee8; }
 
61
 
62
  .tiwlform-onoff-container.disabled.checked {
63
  /*-webkit-box-shadow: inset 0 0 0 36px rgba(0,0,0,0.4);
64
- box-shadow: inset 0 0 0 36px rgba(0,0,0,0.4);*/
65
  border-color: rgba(0, 0, 0, 0.4);
66
- background-color: rgba(0, 0, 0, 0.4); }
 
67
 
68
  .tiwlform-onoff-container.disabled .tiwlform-onoff-button {
69
- color: rgba(0, 0, 0, 0.4) !important; }
 
70
 
71
  .tiwlform-onoff-container.checked {
72
  /*-webkit-box-shadow: inset 0 0 0 36px #96b100;
73
- box-shadow: inset 0 0 0 36px #96b100;*/
74
  background: #96b100;
75
- border-color: #96b100; }
 
76
 
77
  .tiwlform-onoff-container.checked .tiwlform-onoff-button {
78
  right: 4px;
79
- color: #96b100; }
 
80
 
81
  .tiwlform-onoff-container .tiwlform-onoff-button {
82
  display: inline-block;
83
  /*font-size: 21px;
84
- line-height: 21px;
85
- font-weight: 600;
86
- font-family: dashicons;*/
87
  font: normal normal normal 14px/1 FontAwesome;
88
  font-size: inherit;
89
  text-rendering: auto;
@@ -103,34 +114,41 @@ on off button
103
  -webkit-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
104
  transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
105
  color: #6b625a;
106
- background: #fff; }
 
107
 
108
  .tiwlform-onoff-container .tiwlform-onoff-button:before {
109
- content: "\e905";
110
  font-size: 20px;
111
- font-family: 'tinvwl-webfont'; }
 
112
 
113
  .tiwlform-onoff-container.checked .tiwlform-onoff-button:before {
114
- content: "\e91e";
115
  font-size: 11px;
116
- font-family: 'tinvwl-webfont'; }
 
117
 
118
  .tiwlform-onoff-container.disabled {
119
- background-color: rgba(0, 0, 0, 0.4); }
 
120
 
121
  /*
122
  input range
123
  */
124
  .tiwlform-range-container {
125
  padding-top: 25px;
126
- height: 50px; }
 
127
 
128
  .tiwlform-range-container .range {
129
  width: 100%;
130
- position: relative; }
 
131
 
132
  .tiwlform-range-container input[type=text] {
133
- display: none; }
 
134
 
135
  .tiwlform-range-container .line {
136
  margin: 0 5%;
@@ -138,7 +156,8 @@ input range
138
  height: 4px;
139
  top: -14px;
140
  background-color: #ede8df;
141
- position: absolute; }
 
142
 
143
  .tiwlform-range-container .line .selector {
144
  position: absolute;
@@ -150,20 +169,23 @@ input range
150
  border-radius: 50%;
151
  top: -10px;
152
  left: -12.5px;
153
- cursor: pointer; }
 
154
 
155
  .tiwlform-range-container .line-selector {
156
  width: 0;
157
  background-color: #96b100;
158
  height: 6px;
159
- top: -15px; }
 
160
 
161
  .tiwlform-range-container .label {
162
  display: -ms-flexbox;
163
  display: -webkit-box;
164
  display: flex;
165
  list-style: outside none none;
166
- padding: 0; }
 
167
 
168
  .tiwlform-range-container .label li {
169
  -moz-flex: 1 1;
@@ -178,16 +200,19 @@ input range
178
  font-size: 14px;
179
  line-height: 14px;
180
  cursor: pointer;
181
- margin: 0; }
 
182
 
183
  .tiwlform-range-container .label li.active {
184
- font-weight: 600; }
 
185
 
186
  .tiwlform-range-container .label li.preactive::before {
187
  background: #96b100;
188
  width: 25px;
189
  height: 25px;
190
- top: -25px; }
 
191
 
192
  .tiwlform-range-container .label li::before {
193
  position: absolute;
@@ -199,13 +224,15 @@ input range
199
  width: 15px;
200
  height: 15px;
201
  background: #ede8df;
202
- border-radius: 50%; }
 
203
 
204
  /*
205
  multi radio box
206
  */
207
  .tiwlform-multirbox input {
208
- display: none; }
 
209
 
210
  .tiwlform-multirbox {
211
  border-radius: 3px;
@@ -214,7 +241,8 @@ multi radio box
214
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
215
  display: inline-block;
216
  margin: 2px;
217
- position: relative; }
 
218
 
219
  .tiwlform-multirbox label {
220
  display: inline-block;
@@ -224,69 +252,83 @@ multi radio box
224
  line-height: 26px;
225
  vertical-align: middle;
226
  padding: 5px 10px;
227
- height: 26px; }
 
228
 
229
  .tiwlform-multirbox label.checked {
230
  -webkit-box-shadow: inset 0 0 0 36px #96b100;
231
  box-shadow: inset 0 0 0 36px #96b100;
232
  color: #FFF;
233
- border-radius: 3px; }
 
234
 
235
  .tiwlform-multirbox label .dashicons {
236
- line-height: 26px; }
 
237
 
238
  .tinvwl-multicheckbox {
239
  border: 1px solid #dbdbdb;
240
  border-radius: 3px;
241
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
242
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
243
- margin: 2px; }
 
244
 
245
  .tinvwl-multicheckbox ul {
246
  height: 208px;
247
  overflow: auto;
248
  margin: 0;
249
- padding: 0 12px; }
 
250
 
251
  .tinvwl-multicheckbox li {
252
- height: 30px; }
 
253
 
254
  .tinvwl-multicheckbox label {
255
  width: 100%;
256
  display: inline-block;
257
- font-weight: normal; }
 
258
 
259
  .tinvwl-multicheckbox input {
260
- margin-left: 13px; }
 
261
 
262
  .tinvwl-multicheckbox > .tinvwl-before {
263
  background-color: #fbfaf9;
264
  border-bottom: 1px solid #dbdbdb;
265
- padding: 7px; }
 
266
 
267
  .tinvwl-multicheckbox > .tinvwl-after {
268
  background-color: #fbfaf9;
269
  border-top: 1px solid #dbdbdb;
270
- padding: 7px; }
 
271
 
272
  .tinvwl-targeting-box {
273
  display: -ms-flexbox;
274
  display: -webkit-box;
275
  display: flex;
276
- padding-top: 28px; }
 
277
 
278
  .tinvwl-targeting-box-action {
279
- display: none; }
 
280
 
281
  .tinvwl-targeting-box .selector {
282
  -moz-flex: 1 1 50%;
283
  -ms-flex: 1 1 50%;
284
  -webkit-box-flex: 1;
285
  flex: 1 1 50%;
286
- padding-left: 20px; }
 
287
 
288
  .tinvwl-targeting-box .selector div + div {
289
- margin-top: 6px; }
 
290
 
291
  .tinvwl-targeting-box .zone {
292
  -moz-flex: 1 1 50%;
@@ -297,17 +339,20 @@ multi radio box
297
  border-radius: 3px;
298
  position: relative;
299
  margin: 2px;
300
- padding: 0; }
 
301
 
302
  .tinvwl-targeting-box .inner {
303
  margin: 0;
304
  padding: 20px;
305
  overflow: auto;
306
  border-radius: 3px;
307
- min-height: 42px; }
 
308
 
309
  .tinvwl-targeting-box .filter-field, .tinvwl-targeting-box .tinvwl-multicheckbox {
310
- width: 100%; }
 
311
 
312
  .tinvwl-targeting-box .zone > .tinvwl-after {
313
  background-color: #f4f2ee;
@@ -318,27 +363,31 @@ multi radio box
318
  border-radius: 0 0 3px 3px;
319
  bottom: 0;
320
  right: 0;
321
- left: 0; }
 
322
 
323
  .tinvwl-targeting-box .action-bth {
324
  background-color: #FFF;
325
  color: #000;
326
  border: 1px solid #dbdbdb;
327
  font-weight: normal;
328
- text-align: center; }
 
329
 
330
  .tinvwl-targeting-box .action-bth:hover {
331
  background-color: #96b100;
332
- color: #FFF; }
 
333
 
334
  .tinvwl-numberrange {
335
- width: 100%; }
 
336
 
337
  .tinvwl-numberrange .range {
338
  position: relative;
339
  width: 100%;
340
- height: 5px; }
341
-
342
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJhZG1pbi1mb3JtLXJ0bC5jc3MiXSwiZmlsZSI6ImFkbWluLWZvcm0tcnRsLmNzcyJ9 */
343
 
344
  /*# sourceMappingURL=admin-form-rtl.css.map */
1
+ @charset "UTF-8";
2
  /*
3
  number input
4
  */
6
  display: inline-block;
7
  margin: 2px;
8
  position: relative;
9
+ vertical-align: middle;
10
+ }
11
 
12
  .tiwlform-number-container input, .tiwlform-number-container button {
13
  margin: 0;
14
  font-weight: 800;
15
  display: inline-block;
16
+ font-size: 14px;
17
+ }
18
 
19
  .tiwlform-number-container input[type=text] {
20
  width: 50px;
22
  text-align: left;
23
  border-radius: 5px;
24
  line-height: 26px;
25
+ margin: 0;
26
+ }
27
 
28
  .tiwlform-number-container button {
29
  width: 20px;
36
  border: 0;
37
  color: #000;
38
  padding: 0;
39
+ cursor: pointer;
40
+ }
41
 
42
  .tiwlform-number-container button:hover {
43
  background-color: #96b100;
44
+ color: #FFF;
45
+ }
46
 
47
  /*
48
  on off button
60
  border-radius: 3px;
61
  -webkit-box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.16);
62
  box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.16);
63
+ -webkit-transition: all 0.3s ease-in-out;
64
+ transition: all 0.3s ease-in-out;
65
  border: 1px solid #eae6df;
66
+ background: #f1eee8;
67
+ }
68
 
69
  .tiwlform-onoff-container.disabled.checked {
70
  /*-webkit-box-shadow: inset 0 0 0 36px rgba(0,0,0,0.4);
71
+ box-shadow: inset 0 0 0 36px rgba(0,0,0,0.4);*/
72
  border-color: rgba(0, 0, 0, 0.4);
73
+ background-color: rgba(0, 0, 0, 0.4);
74
+ }
75
 
76
  .tiwlform-onoff-container.disabled .tiwlform-onoff-button {
77
+ color: rgba(0, 0, 0, 0.4) !important;
78
+ }
79
 
80
  .tiwlform-onoff-container.checked {
81
  /*-webkit-box-shadow: inset 0 0 0 36px #96b100;
82
+ box-shadow: inset 0 0 0 36px #96b100;*/
83
  background: #96b100;
84
+ border-color: #96b100;
85
+ }
86
 
87
  .tiwlform-onoff-container.checked .tiwlform-onoff-button {
88
  right: 4px;
89
+ color: #96b100;
90
+ }
91
 
92
  .tiwlform-onoff-container .tiwlform-onoff-button {
93
  display: inline-block;
94
  /*font-size: 21px;
95
+ line-height: 21px;
96
+ font-weight: 600;
97
+ font-family: dashicons;*/
98
  font: normal normal normal 14px/1 FontAwesome;
99
  font-size: inherit;
100
  text-rendering: auto;
114
  -webkit-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
115
  transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
116
  color: #6b625a;
117
+ background: #fff;
118
+ }
119
 
120
  .tiwlform-onoff-container .tiwlform-onoff-button:before {
121
+ content: "";
122
  font-size: 20px;
123
+ font-family: "tinvwl-webfont";
124
+ }
125
 
126
  .tiwlform-onoff-container.checked .tiwlform-onoff-button:before {
127
+ content: "";
128
  font-size: 11px;
129
+ font-family: "tinvwl-webfont";
130
+ }
131
 
132
  .tiwlform-onoff-container.disabled {
133
+ background-color: rgba(0, 0, 0, 0.4);
134
+ }
135
 
136
  /*
137
  input range
138
  */
139
  .tiwlform-range-container {
140
  padding-top: 25px;
141
+ height: 50px;
142
+ }
143
 
144
  .tiwlform-range-container .range {
145
  width: 100%;
146
+ position: relative;
147
+ }
148
 
149
  .tiwlform-range-container input[type=text] {
150
+ display: none;
151
+ }
152
 
153
  .tiwlform-range-container .line {
154
  margin: 0 5%;
156
  height: 4px;
157
  top: -14px;
158
  background-color: #ede8df;
159
+ position: absolute;
160
+ }
161
 
162
  .tiwlform-range-container .line .selector {
163
  position: absolute;
169
  border-radius: 50%;
170
  top: -10px;
171
  left: -12.5px;
172
+ cursor: pointer;
173
+ }
174
 
175
  .tiwlform-range-container .line-selector {
176
  width: 0;
177
  background-color: #96b100;
178
  height: 6px;
179
+ top: -15px;
180
+ }
181
 
182
  .tiwlform-range-container .label {
183
  display: -ms-flexbox;
184
  display: -webkit-box;
185
  display: flex;
186
  list-style: outside none none;
187
+ padding: 0;
188
+ }
189
 
190
  .tiwlform-range-container .label li {
191
  -moz-flex: 1 1;
200
  font-size: 14px;
201
  line-height: 14px;
202
  cursor: pointer;
203
+ margin: 0;
204
+ }
205
 
206
  .tiwlform-range-container .label li.active {
207
+ font-weight: 600;
208
+ }
209
 
210
  .tiwlform-range-container .label li.preactive::before {
211
  background: #96b100;
212
  width: 25px;
213
  height: 25px;
214
+ top: -25px;
215
+ }
216
 
217
  .tiwlform-range-container .label li::before {
218
  position: absolute;
224
  width: 15px;
225
  height: 15px;
226
  background: #ede8df;
227
+ border-radius: 50%;
228
+ }
229
 
230
  /*
231
  multi radio box
232
  */
233
  .tiwlform-multirbox input {
234
+ display: none;
235
+ }
236
 
237
  .tiwlform-multirbox {
238
  border-radius: 3px;
241
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
242
  display: inline-block;
243
  margin: 2px;
244
+ position: relative;
245
+ }
246
 
247
  .tiwlform-multirbox label {
248
  display: inline-block;
252
  line-height: 26px;
253
  vertical-align: middle;
254
  padding: 5px 10px;
255
+ height: 26px;
256
+ }
257
 
258
  .tiwlform-multirbox label.checked {
259
  -webkit-box-shadow: inset 0 0 0 36px #96b100;
260
  box-shadow: inset 0 0 0 36px #96b100;
261
  color: #FFF;
262
+ border-radius: 3px;
263
+ }
264
 
265
  .tiwlform-multirbox label .dashicons {
266
+ line-height: 26px;
267
+ }
268
 
269
  .tinvwl-multicheckbox {
270
  border: 1px solid #dbdbdb;
271
  border-radius: 3px;
272
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
273
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
274
+ margin: 2px;
275
+ }
276
 
277
  .tinvwl-multicheckbox ul {
278
  height: 208px;
279
  overflow: auto;
280
  margin: 0;
281
+ padding: 0 12px;
282
+ }
283
 
284
  .tinvwl-multicheckbox li {
285
+ height: 30px;
286
+ }
287
 
288
  .tinvwl-multicheckbox label {
289
  width: 100%;
290
  display: inline-block;
291
+ font-weight: normal;
292
+ }
293
 
294
  .tinvwl-multicheckbox input {
295
+ margin-left: 13px;
296
+ }
297
 
298
  .tinvwl-multicheckbox > .tinvwl-before {
299
  background-color: #fbfaf9;
300
  border-bottom: 1px solid #dbdbdb;
301
+ padding: 7px;
302
+ }
303
 
304
  .tinvwl-multicheckbox > .tinvwl-after {
305
  background-color: #fbfaf9;
306
  border-top: 1px solid #dbdbdb;
307
+ padding: 7px;
308
+ }
309
 
310
  .tinvwl-targeting-box {
311
  display: -ms-flexbox;
312
  display: -webkit-box;
313
  display: flex;
314
+ padding-top: 28px;
315
+ }
316
 
317
  .tinvwl-targeting-box-action {
318
+ display: none;
319
+ }
320
 
321
  .tinvwl-targeting-box .selector {
322
  -moz-flex: 1 1 50%;
323
  -ms-flex: 1 1 50%;
324
  -webkit-box-flex: 1;
325
  flex: 1 1 50%;
326
+ padding-left: 20px;
327
+ }
328
 
329
  .tinvwl-targeting-box .selector div + div {
330
+ margin-top: 6px;
331
+ }
332
 
333
  .tinvwl-targeting-box .zone {
334
  -moz-flex: 1 1 50%;
339
  border-radius: 3px;
340
  position: relative;
341
  margin: 2px;
342
+ padding: 0;
343
+ }
344
 
345
  .tinvwl-targeting-box .inner {
346
  margin: 0;
347
  padding: 20px;
348
  overflow: auto;
349
  border-radius: 3px;
350
+ min-height: 42px;
351
+ }
352
 
353
  .tinvwl-targeting-box .filter-field, .tinvwl-targeting-box .tinvwl-multicheckbox {
354
+ width: 100%;
355
+ }
356
 
357
  .tinvwl-targeting-box .zone > .tinvwl-after {
358
  background-color: #f4f2ee;
363
  border-radius: 0 0 3px 3px;
364
  bottom: 0;
365
  right: 0;
366
+ left: 0;
367
+ }
368
 
369
  .tinvwl-targeting-box .action-bth {
370
  background-color: #FFF;
371
  color: #000;
372
  border: 1px solid #dbdbdb;
373
  font-weight: normal;
374
+ text-align: center;
375
+ }
376
 
377
  .tinvwl-targeting-box .action-bth:hover {
378
  background-color: #96b100;
379
+ color: #FFF;
380
+ }
381
 
382
  .tinvwl-numberrange {
383
+ width: 100%;
384
+ }
385
 
386
  .tinvwl-numberrange .range {
387
  position: relative;
388
  width: 100%;
389
+ height: 5px;
390
+ }
391
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJhZG1pbi1mb3JtLXJ0bC5jc3MiXSwiZmlsZSI6ImFkbWluLWZvcm0tcnRsLmNzcyJ9 */
392
 
393
  /*# sourceMappingURL=admin-form-rtl.css.map */
assets/css/admin-form-rtl.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":[],"mappings":"","sources":["admin-form-rtl.css"],"file":"admin-form-rtl.css","sourcesContent":["/*\nnumber input\n*/\n.tiwlform-number-container {\n display: inline-block;\n margin: 2px;\n position: relative;\n vertical-align: middle; }\n\n.tiwlform-number-container input, .tiwlform-number-container button {\n margin: 0;\n font-weight: 800;\n display: inline-block;\n font-size: 14px; }\n\n.tiwlform-number-container input[type=text] {\n width: 50px;\n height: 36px;\n text-align: left;\n border-radius: 5px;\n line-height: 26px;\n margin: 0; }\n\n.tiwlform-number-container button {\n width: 20px;\n height: 38px;\n line-height: 38px;\n text-align: center;\n border-radius: 5px;\n margin: 0 2px;\n background-color: #f1eee8;\n border: 0;\n color: #000;\n padding: 0;\n cursor: pointer; }\n\n.tiwlform-number-container button:hover {\n background-color: #96b100;\n color: #FFF; }\n\n/*\non off button\n*/\n/*.tiwlform-onoff-container input {\n display: none;\n}*/\n.tiwlform-onoff-container {\n cursor: pointer;\n position: relative;\n display: inline-block;\n height: 36px;\n width: 132px;\n margin: 0;\n border-radius: 3px;\n -webkit-box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.16);\n box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.16);\n -webkit-transition: all .3s ease-in-out;\n transition: all .3s ease-in-out;\n border: 1px solid #eae6df;\n background: #f1eee8; }\n\n.tiwlform-onoff-container.disabled.checked {\n /*-webkit-box-shadow: inset 0 0 0 36px rgba(0,0,0,0.4);\n\t\t box-shadow: inset 0 0 0 36px rgba(0,0,0,0.4);*/\n border-color: rgba(0, 0, 0, 0.4);\n background-color: rgba(0, 0, 0, 0.4); }\n\n.tiwlform-onoff-container.disabled .tiwlform-onoff-button {\n color: rgba(0, 0, 0, 0.4) !important; }\n\n.tiwlform-onoff-container.checked {\n /*-webkit-box-shadow: inset 0 0 0 36px #96b100;\n\t\t box-shadow: inset 0 0 0 36px #96b100;*/\n background: #96b100;\n border-color: #96b100; }\n\n.tiwlform-onoff-container.checked .tiwlform-onoff-button {\n right: 4px;\n color: #96b100; }\n\n.tiwlform-onoff-container .tiwlform-onoff-button {\n display: inline-block;\n /*font-size: 21px;\n\t\t line-height: 21px;\n\t\t font-weight: 600;\n\t\t font-family: dashicons;*/\n font: normal normal normal 14px/1 FontAwesome;\n font-size: inherit;\n text-rendering: auto;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n position: absolute;\n top: 3px;\n right: 66px;\n width: 59px;\n height: 27px;\n line-height: 18px;\n padding: 4px;\n text-align: center;\n border-radius: 3px;\n -webkit-box-shadow: -1px 1px 4px 0 rgba(2, 2, 2, 0.21);\n box-shadow: -1px 1px 4px 0 rgba(2, 2, 2, 0.21);\n -webkit-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);\n transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);\n color: #6b625a;\n background: #fff; }\n\n.tiwlform-onoff-container .tiwlform-onoff-button:before {\n content: \"\\e905\";\n font-size: 20px;\n font-family: 'tinvwl-webfont'; }\n\n.tiwlform-onoff-container.checked .tiwlform-onoff-button:before {\n content: \"\\e91e\";\n font-size: 11px;\n font-family: 'tinvwl-webfont'; }\n\n.tiwlform-onoff-container.disabled {\n background-color: rgba(0, 0, 0, 0.4); }\n\n/*\ninput range\n*/\n.tiwlform-range-container {\n padding-top: 25px;\n height: 50px; }\n\n.tiwlform-range-container .range {\n width: 100%;\n position: relative; }\n\n.tiwlform-range-container input[type=text] {\n display: none; }\n\n.tiwlform-range-container .line {\n margin: 0 5%;\n width: 90%;\n height: 4px;\n top: -14px;\n background-color: #ede8df;\n position: absolute; }\n\n.tiwlform-range-container .line .selector {\n position: absolute;\n z-index: 100;\n width: 15px;\n height: 15px;\n background: #fff;\n border: 5px solid #96b100;\n border-radius: 50%;\n top: -10px;\n left: -12.5px;\n cursor: pointer; }\n\n.tiwlform-range-container .line-selector {\n width: 0;\n background-color: #96b100;\n height: 6px;\n top: -15px; }\n\n.tiwlform-range-container .label {\n display: -ms-flexbox;\n display: -webkit-box;\n display: flex;\n list-style: outside none none;\n padding: 0; }\n\n.tiwlform-range-container .label li {\n -moz-flex: 1 1;\n -ms-flex: 1 1;\n -webkit-box-flex: 1;\n flex: 1 1;\n position: relative;\n float: right;\n text-align: center;\n color: #000;\n padding: 10px 0;\n font-size: 14px;\n line-height: 14px;\n cursor: pointer;\n margin: 0; }\n\n.tiwlform-range-container .label li.active {\n font-weight: 600; }\n\n.tiwlform-range-container .label li.preactive::before {\n background: #96b100;\n width: 25px;\n height: 25px;\n top: -25px; }\n\n.tiwlform-range-container .label li::before {\n position: absolute;\n top: -20px;\n left: 0;\n right: 0;\n content: \"\";\n margin: 0 auto;\n width: 15px;\n height: 15px;\n background: #ede8df;\n border-radius: 50%; }\n\n/*\nmulti radio box\n*/\n.tiwlform-multirbox input {\n display: none; }\n\n.tiwlform-multirbox {\n border-radius: 3px;\n border: 1px solid #eae6df;\n -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;\n box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;\n display: inline-block;\n margin: 2px;\n position: relative; }\n\n.tiwlform-multirbox label {\n display: inline-block;\n font-weight: normal;\n color: #948d84;\n margin: 0;\n line-height: 26px;\n vertical-align: middle;\n padding: 5px 10px;\n height: 26px; }\n\n.tiwlform-multirbox label.checked {\n -webkit-box-shadow: inset 0 0 0 36px #96b100;\n box-shadow: inset 0 0 0 36px #96b100;\n color: #FFF;\n border-radius: 3px; }\n\n.tiwlform-multirbox label .dashicons {\n line-height: 26px; }\n\n.tinvwl-multicheckbox {\n border: 1px solid #dbdbdb;\n border-radius: 3px;\n -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;\n box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;\n margin: 2px; }\n\n.tinvwl-multicheckbox ul {\n height: 208px;\n overflow: auto;\n margin: 0;\n padding: 0 12px; }\n\n.tinvwl-multicheckbox li {\n height: 30px; }\n\n.tinvwl-multicheckbox label {\n width: 100%;\n display: inline-block;\n font-weight: normal; }\n\n.tinvwl-multicheckbox input {\n margin-left: 13px; }\n\n.tinvwl-multicheckbox > .tinvwl-before {\n background-color: #fbfaf9;\n border-bottom: 1px solid #dbdbdb;\n padding: 7px; }\n\n.tinvwl-multicheckbox > .tinvwl-after {\n background-color: #fbfaf9;\n border-top: 1px solid #dbdbdb;\n padding: 7px; }\n\n.tinvwl-targeting-box {\n display: -ms-flexbox;\n display: -webkit-box;\n display: flex;\n padding-top: 28px; }\n\n.tinvwl-targeting-box-action {\n display: none; }\n\n.tinvwl-targeting-box .selector {\n -moz-flex: 1 1 50%;\n -ms-flex: 1 1 50%;\n -webkit-box-flex: 1;\n flex: 1 1 50%;\n padding-left: 20px; }\n\n.tinvwl-targeting-box .selector div + div {\n margin-top: 6px; }\n\n.tinvwl-targeting-box .zone {\n -moz-flex: 1 1 50%;\n -ms-flex: 1 1 50%;\n -webkit-box-flex: 1;\n flex: 1 1 50%;\n background-color: #fbfaf9;\n border-radius: 3px;\n position: relative;\n margin: 2px;\n padding: 0; }\n\n.tinvwl-targeting-box .inner {\n margin: 0;\n padding: 20px;\n overflow: auto;\n border-radius: 3px;\n min-height: 42px; }\n\n.tinvwl-targeting-box .filter-field, .tinvwl-targeting-box .tinvwl-multicheckbox {\n width: 100%; }\n\n.tinvwl-targeting-box .zone > .tinvwl-after {\n background-color: #f4f2ee;\n border-top: 1px solid #fbfaf9;\n padding: 7px;\n margin: 0;\n position: absolute;\n border-radius: 0 0 3px 3px;\n bottom: 0;\n right: 0;\n left: 0; }\n\n.tinvwl-targeting-box .action-bth {\n background-color: #FFF;\n color: #000;\n border: 1px solid #dbdbdb;\n font-weight: normal;\n text-align: center; }\n\n.tinvwl-targeting-box .action-bth:hover {\n background-color: #96b100;\n color: #FFF; }\n\n.tinvwl-numberrange {\n width: 100%; }\n\n.tinvwl-numberrange .range {\n position: relative;\n width: 100%;\n height: 5px; }\n"]}
1
+ {"version":3,"names":[],"mappings":"","sources":["admin-form-rtl.css"],"file":"admin-form-rtl.css","sourcesContent":["@charset \"UTF-8\";\n/*\nnumber input\n*/\n.tiwlform-number-container {\n display: inline-block;\n margin: 2px;\n position: relative;\n vertical-align: middle;\n}\n\n.tiwlform-number-container input, .tiwlform-number-container button {\n margin: 0;\n font-weight: 800;\n display: inline-block;\n font-size: 14px;\n}\n\n.tiwlform-number-container input[type=text] {\n width: 50px;\n height: 36px;\n text-align: left;\n border-radius: 5px;\n line-height: 26px;\n margin: 0;\n}\n\n.tiwlform-number-container button {\n width: 20px;\n height: 38px;\n line-height: 38px;\n text-align: center;\n border-radius: 5px;\n margin: 0 2px;\n background-color: #f1eee8;\n border: 0;\n color: #000;\n padding: 0;\n cursor: pointer;\n}\n\n.tiwlform-number-container button:hover {\n background-color: #96b100;\n color: #FFF;\n}\n\n/*\non off button\n*/\n/*.tiwlform-onoff-container input {\n display: none;\n}*/\n.tiwlform-onoff-container {\n cursor: pointer;\n position: relative;\n display: inline-block;\n height: 36px;\n width: 132px;\n margin: 0;\n border-radius: 3px;\n -webkit-box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.16);\n box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.16);\n -webkit-transition: all 0.3s ease-in-out;\n transition: all 0.3s ease-in-out;\n border: 1px solid #eae6df;\n background: #f1eee8;\n}\n\n.tiwlform-onoff-container.disabled.checked {\n /*-webkit-box-shadow: inset 0 0 0 36px rgba(0,0,0,0.4);\n box-shadow: inset 0 0 0 36px rgba(0,0,0,0.4);*/\n border-color: rgba(0, 0, 0, 0.4);\n background-color: rgba(0, 0, 0, 0.4);\n}\n\n.tiwlform-onoff-container.disabled .tiwlform-onoff-button {\n color: rgba(0, 0, 0, 0.4) !important;\n}\n\n.tiwlform-onoff-container.checked {\n /*-webkit-box-shadow: inset 0 0 0 36px #96b100;\n box-shadow: inset 0 0 0 36px #96b100;*/\n background: #96b100;\n border-color: #96b100;\n}\n\n.tiwlform-onoff-container.checked .tiwlform-onoff-button {\n right: 4px;\n color: #96b100;\n}\n\n.tiwlform-onoff-container .tiwlform-onoff-button {\n display: inline-block;\n /*font-size: 21px;\n line-height: 21px;\n font-weight: 600;\n font-family: dashicons;*/\n font: normal normal normal 14px/1 FontAwesome;\n font-size: inherit;\n text-rendering: auto;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n position: absolute;\n top: 3px;\n right: 66px;\n width: 59px;\n height: 27px;\n line-height: 18px;\n padding: 4px;\n text-align: center;\n border-radius: 3px;\n -webkit-box-shadow: -1px 1px 4px 0 rgba(2, 2, 2, 0.21);\n box-shadow: -1px 1px 4px 0 rgba(2, 2, 2, 0.21);\n -webkit-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);\n transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);\n color: #6b625a;\n background: #fff;\n}\n\n.tiwlform-onoff-container .tiwlform-onoff-button:before {\n content: \"\";\n font-size: 20px;\n font-family: \"tinvwl-webfont\";\n}\n\n.tiwlform-onoff-container.checked .tiwlform-onoff-button:before {\n content: \"\";\n font-size: 11px;\n font-family: \"tinvwl-webfont\";\n}\n\n.tiwlform-onoff-container.disabled {\n background-color: rgba(0, 0, 0, 0.4);\n}\n\n/*\ninput range\n*/\n.tiwlform-range-container {\n padding-top: 25px;\n height: 50px;\n}\n\n.tiwlform-range-container .range {\n width: 100%;\n position: relative;\n}\n\n.tiwlform-range-container input[type=text] {\n display: none;\n}\n\n.tiwlform-range-container .line {\n margin: 0 5%;\n width: 90%;\n height: 4px;\n top: -14px;\n background-color: #ede8df;\n position: absolute;\n}\n\n.tiwlform-range-container .line .selector {\n position: absolute;\n z-index: 100;\n width: 15px;\n height: 15px;\n background: #fff;\n border: 5px solid #96b100;\n border-radius: 50%;\n top: -10px;\n left: -12.5px;\n cursor: pointer;\n}\n\n.tiwlform-range-container .line-selector {\n width: 0;\n background-color: #96b100;\n height: 6px;\n top: -15px;\n}\n\n.tiwlform-range-container .label {\n display: -ms-flexbox;\n display: -webkit-box;\n display: flex;\n list-style: outside none none;\n padding: 0;\n}\n\n.tiwlform-range-container .label li {\n -moz-flex: 1 1;\n -ms-flex: 1 1;\n -webkit-box-flex: 1;\n flex: 1 1;\n position: relative;\n float: right;\n text-align: center;\n color: #000;\n padding: 10px 0;\n font-size: 14px;\n line-height: 14px;\n cursor: pointer;\n margin: 0;\n}\n\n.tiwlform-range-container .label li.active {\n font-weight: 600;\n}\n\n.tiwlform-range-container .label li.preactive::before {\n background: #96b100;\n width: 25px;\n height: 25px;\n top: -25px;\n}\n\n.tiwlform-range-container .label li::before {\n position: absolute;\n top: -20px;\n left: 0;\n right: 0;\n content: \"\";\n margin: 0 auto;\n width: 15px;\n height: 15px;\n background: #ede8df;\n border-radius: 50%;\n}\n\n/*\nmulti radio box\n*/\n.tiwlform-multirbox input {\n display: none;\n}\n\n.tiwlform-multirbox {\n border-radius: 3px;\n border: 1px solid #eae6df;\n -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;\n box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;\n display: inline-block;\n margin: 2px;\n position: relative;\n}\n\n.tiwlform-multirbox label {\n display: inline-block;\n font-weight: normal;\n color: #948d84;\n margin: 0;\n line-height: 26px;\n vertical-align: middle;\n padding: 5px 10px;\n height: 26px;\n}\n\n.tiwlform-multirbox label.checked {\n -webkit-box-shadow: inset 0 0 0 36px #96b100;\n box-shadow: inset 0 0 0 36px #96b100;\n color: #FFF;\n border-radius: 3px;\n}\n\n.tiwlform-multirbox label .dashicons {\n line-height: 26px;\n}\n\n.tinvwl-multicheckbox {\n border: 1px solid #dbdbdb;\n border-radius: 3px;\n -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;\n box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;\n margin: 2px;\n}\n\n.tinvwl-multicheckbox ul {\n height: 208px;\n overflow: auto;\n margin: 0;\n padding: 0 12px;\n}\n\n.tinvwl-multicheckbox li {\n height: 30px;\n}\n\n.tinvwl-multicheckbox label {\n width: 100%;\n display: inline-block;\n font-weight: normal;\n}\n\n.tinvwl-multicheckbox input {\n margin-left: 13px;\n}\n\n.tinvwl-multicheckbox > .tinvwl-before {\n background-color: #fbfaf9;\n border-bottom: 1px solid #dbdbdb;\n padding: 7px;\n}\n\n.tinvwl-multicheckbox > .tinvwl-after {\n background-color: #fbfaf9;\n border-top: 1px solid #dbdbdb;\n padding: 7px;\n}\n\n.tinvwl-targeting-box {\n display: -ms-flexbox;\n display: -webkit-box;\n display: flex;\n padding-top: 28px;\n}\n\n.tinvwl-targeting-box-action {\n display: none;\n}\n\n.tinvwl-targeting-box .selector {\n -moz-flex: 1 1 50%;\n -ms-flex: 1 1 50%;\n -webkit-box-flex: 1;\n flex: 1 1 50%;\n padding-left: 20px;\n}\n\n.tinvwl-targeting-box .selector div + div {\n margin-top: 6px;\n}\n\n.tinvwl-targeting-box .zone {\n -moz-flex: 1 1 50%;\n -ms-flex: 1 1 50%;\n -webkit-box-flex: 1;\n flex: 1 1 50%;\n background-color: #fbfaf9;\n border-radius: 3px;\n position: relative;\n margin: 2px;\n padding: 0;\n}\n\n.tinvwl-targeting-box .inner {\n margin: 0;\n padding: 20px;\n overflow: auto;\n border-radius: 3px;\n min-height: 42px;\n}\n\n.tinvwl-targeting-box .filter-field, .tinvwl-targeting-box .tinvwl-multicheckbox {\n width: 100%;\n}\n\n.tinvwl-targeting-box .zone > .tinvwl-after {\n background-color: #f4f2ee;\n border-top: 1px solid #fbfaf9;\n padding: 7px;\n margin: 0;\n position: absolute;\n border-radius: 0 0 3px 3px;\n bottom: 0;\n right: 0;\n left: 0;\n}\n\n.tinvwl-targeting-box .action-bth {\n background-color: #FFF;\n color: #000;\n border: 1px solid #dbdbdb;\n font-weight: normal;\n text-align: center;\n}\n\n.tinvwl-targeting-box .action-bth:hover {\n background-color: #96b100;\n color: #FFF;\n}\n\n.tinvwl-numberrange {\n width: 100%;\n}\n\n.tinvwl-numberrange .range {\n position: relative;\n width: 100%;\n height: 5px;\n}"]}
assets/css/admin-form-rtl.min.css CHANGED
@@ -1,6 +1,6 @@
1
  /**
2
  * TI WooCommerce Wishlist Plugin - Allow your store guests and customers to add products to Wishlist. Add Wishlist functionality to your store for free.
3
- * @version 1.26.1
4
  * @link https://wordpress.org/plugins/ti-woocommerce-wishlist/
5
  */
6
  .tiwlform-number-container{display:inline-block;margin:2px;position:relative;vertical-align:middle}
@@ -14,8 +14,8 @@
14
  .tiwlform-onoff-container.checked{background:#96b100;border-color:#96b100}
15
  .tiwlform-onoff-container.checked .tiwlform-onoff-button{right:4px;color:#96b100}
16
  .tiwlform-onoff-container .tiwlform-onoff-button{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:3px;right:66px;width:59px;height:27px;line-height:18px;padding:4px;text-align:center;border-radius:3px;-webkit-box-shadow:-1px 1px 4px 0 rgba(2,2,2,0.21);box-shadow:-1px 1px 4px 0 rgba(2,2,2,0.21);-webkit-transition:all 350ms cubic-bezier(0,0.89,0.44,1);transition:all 350ms cubic-bezier(0,0.89,0.44,1);color:#6b625a;background:#fff}
17
- .tiwlform-onoff-container .tiwlform-onoff-button:before{content:"\e905";font-size:20px;font-family:'tinvwl-webfont'}
18
- .tiwlform-onoff-container.checked .tiwlform-onoff-button:before{content:"\e91e";font-size:11px;font-family:'tinvwl-webfont'}
19
  .tiwlform-onoff-container.disabled{background-color:rgba(0,0,0,0.4)}
20
  .tiwlform-range-container{padding-top:25px;height:50px}
21
  .tiwlform-range-container .range{width:100%;position:relative}
1
  /**
2
  * TI WooCommerce Wishlist Plugin - Allow your store guests and customers to add products to Wishlist. Add Wishlist functionality to your store for free.
3
+ * @version 1.27.0
4
  * @link https://wordpress.org/plugins/ti-woocommerce-wishlist/
5
  */
6
  .tiwlform-number-container{display:inline-block;margin:2px;position:relative;vertical-align:middle}
14
  .tiwlform-onoff-container.checked{background:#96b100;border-color:#96b100}
15
  .tiwlform-onoff-container.checked .tiwlform-onoff-button{right:4px;color:#96b100}
16
  .tiwlform-onoff-container .tiwlform-onoff-button{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:3px;right:66px;width:59px;height:27px;line-height:18px;padding:4px;text-align:center;border-radius:3px;-webkit-box-shadow:-1px 1px 4px 0 rgba(2,2,2,0.21);box-shadow:-1px 1px 4px 0 rgba(2,2,2,0.21);-webkit-transition:all 350ms cubic-bezier(0,0.89,0.44,1);transition:all 350ms cubic-bezier(0,0.89,0.44,1);color:#6b625a;background:#fff}
17
+ .tiwlform-onoff-container .tiwlform-onoff-button:before{content:"";font-size:20px;font-family:"tinvwl-webfont"}
18
+ .tiwlform-onoff-container.checked .tiwlform-onoff-button:before{content:"";font-size:11px;font-family:"tinvwl-webfont"}
19
  .tiwlform-onoff-container.disabled{background-color:rgba(0,0,0,0.4)}
20
  .tiwlform-range-container{padding-top:25px;height:50px}
21
  .tiwlform-range-container .range{width:100%;position:relative}
assets/css/admin-form.css CHANGED
@@ -1,3 +1,4 @@
 
1
  /*
2
  number input
3
  */
@@ -5,13 +6,15 @@ number input
5
  display: inline-block;
6
  margin: 2px;
7
  position: relative;
8
- vertical-align: middle; }
 
9
 
10
  .tiwlform-number-container input, .tiwlform-number-container button {
11
  margin: 0;
12
  font-weight: 800;
13
  display: inline-block;
14
- font-size: 14px; }
 
15
 
16
  .tiwlform-number-container input[type=text] {
17
  width: 50px;
@@ -19,7 +22,8 @@ number input
19
  text-align: right;
20
  border-radius: 5px;
21
  line-height: 26px;
22
- margin: 0; }
 
23
 
24
  .tiwlform-number-container button {
25
  width: 20px;
@@ -32,11 +36,13 @@ number input
32
  border: 0;
33
  color: #000;
34
  padding: 0;
35
- cursor: pointer; }
 
36
 
37
  .tiwlform-number-container button:hover {
38
  background-color: #96b100;
39
- color: #FFF; }
 
40
 
41
  /*
42
  on off button
@@ -54,36 +60,41 @@ on off button
54
  border-radius: 3px;
55
  -webkit-box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.16);
56
  box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.16);
57
- -webkit-transition: all .3s ease-in-out;
58
- transition: all .3s ease-in-out;
59
  border: 1px solid #eae6df;
60
- background: #f1eee8; }
 
61
 
62
  .tiwlform-onoff-container.disabled.checked {
63
  /*-webkit-box-shadow: inset 0 0 0 36px rgba(0,0,0,0.4);
64
- box-shadow: inset 0 0 0 36px rgba(0,0,0,0.4);*/
65
  border-color: rgba(0, 0, 0, 0.4);
66
- background-color: rgba(0, 0, 0, 0.4); }
 
67
 
68
  .tiwlform-onoff-container.disabled .tiwlform-onoff-button {
69
- color: rgba(0, 0, 0, 0.4) !important; }
 
70
 
71
  .tiwlform-onoff-container.checked {
72
  /*-webkit-box-shadow: inset 0 0 0 36px #96b100;
73
- box-shadow: inset 0 0 0 36px #96b100;*/
74
  background: #96b100;
75
- border-color: #96b100; }
 
76
 
77
  .tiwlform-onoff-container.checked .tiwlform-onoff-button {
78
  left: 4px;
79
- color: #96b100; }
 
80
 
81
  .tiwlform-onoff-container .tiwlform-onoff-button {
82
  display: inline-block;
83
  /*font-size: 21px;
84
- line-height: 21px;
85
- font-weight: 600;
86
- font-family: dashicons;*/
87
  font: normal normal normal 14px/1 FontAwesome;
88
  font-size: inherit;
89
  text-rendering: auto;
@@ -103,34 +114,41 @@ on off button
103
  -webkit-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
104
  transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
105
  color: #6b625a;
106
- background: #fff; }
 
107
 
108
  .tiwlform-onoff-container .tiwlform-onoff-button:before {
109
- content: "\e905";
110
  font-size: 20px;
111
- font-family: 'tinvwl-webfont'; }
 
112
 
113
  .tiwlform-onoff-container.checked .tiwlform-onoff-button:before {
114
- content: "\e91e";
115
  font-size: 11px;
116
- font-family: 'tinvwl-webfont'; }
 
117
 
118
  .tiwlform-onoff-container.disabled {
119
- background-color: rgba(0, 0, 0, 0.4); }
 
120
 
121
  /*
122
  input range
123
  */
124
  .tiwlform-range-container {
125
  padding-top: 25px;
126
- height: 50px; }
 
127
 
128
  .tiwlform-range-container .range {
129
  width: 100%;
130
- position: relative; }
 
131
 
132
  .tiwlform-range-container input[type=text] {
133
- display: none; }
 
134
 
135
  .tiwlform-range-container .line {
136
  margin: 0 5%;
@@ -138,7 +156,8 @@ input range
138
  height: 4px;
139
  top: -14px;
140
  background-color: #ede8df;
141
- position: absolute; }
 
142
 
143
  .tiwlform-range-container .line .selector {
144
  position: absolute;
@@ -150,20 +169,23 @@ input range
150
  border-radius: 50%;
151
  top: -10px;
152
  right: -12.5px;
153
- cursor: pointer; }
 
154
 
155
  .tiwlform-range-container .line-selector {
156
  width: 0;
157
  background-color: #96b100;
158
  height: 6px;
159
- top: -15px; }
 
160
 
161
  .tiwlform-range-container .label {
162
  display: -ms-flexbox;
163
  display: -webkit-box;
164
  display: flex;
165
  list-style: outside none none;
166
- padding: 0; }
 
167
 
168
  .tiwlform-range-container .label li {
169
  -moz-flex: 1 1;
@@ -178,16 +200,19 @@ input range
178
  font-size: 14px;
179
  line-height: 14px;
180
  cursor: pointer;
181
- margin: 0; }
 
182
 
183
  .tiwlform-range-container .label li.active {
184
- font-weight: 600; }
 
185
 
186
  .tiwlform-range-container .label li.preactive::before {
187
  background: #96b100;
188
  width: 25px;
189
  height: 25px;
190
- top: -25px; }
 
191
 
192
  .tiwlform-range-container .label li::before {
193
  position: absolute;
@@ -199,13 +224,15 @@ input range
199
  width: 15px;
200
  height: 15px;
201
  background: #ede8df;
202
- border-radius: 50%; }
 
203
 
204
  /*
205
  multi radio box
206
  */
207
  .tiwlform-multirbox input {
208
- display: none; }
 
209
 
210
  .tiwlform-multirbox {
211
  border-radius: 3px;
@@ -214,7 +241,8 @@ multi radio box
214
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
215
  display: inline-block;
216
  margin: 2px;
217
- position: relative; }
 
218
 
219
  .tiwlform-multirbox label {
220
  display: inline-block;
@@ -224,69 +252,83 @@ multi radio box
224
  line-height: 26px;
225
  vertical-align: middle;
226
  padding: 5px 10px;
227
- height: 26px; }
 
228
 
229
  .tiwlform-multirbox label.checked {
230
  -webkit-box-shadow: inset 0 0 0 36px #96b100;
231
  box-shadow: inset 0 0 0 36px #96b100;
232
  color: #FFF;
233
- border-radius: 3px; }
 
234
 
235
  .tiwlform-multirbox label .dashicons {
236
- line-height: 26px; }
 
237
 
238
  .tinvwl-multicheckbox {
239
  border: 1px solid #dbdbdb;
240
  border-radius: 3px;
241
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
242
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
243
- margin: 2px; }
 
244
 
245
  .tinvwl-multicheckbox ul {
246
  height: 208px;
247
  overflow: auto;
248
  margin: 0;
249
- padding: 0 12px; }
 
250
 
251
  .tinvwl-multicheckbox li {
252
- height: 30px; }
 
253
 
254
  .tinvwl-multicheckbox label {
255
  width: 100%;
256
  display: inline-block;
257
- font-weight: normal; }
 
258
 
259
  .tinvwl-multicheckbox input {
260
- margin-right: 13px; }
 
261
 
262
  .tinvwl-multicheckbox > .tinvwl-before {
263
  background-color: #fbfaf9;
264
  border-bottom: 1px solid #dbdbdb;
265
- padding: 7px; }
 
266
 
267
  .tinvwl-multicheckbox > .tinvwl-after {
268
  background-color: #fbfaf9;
269
  border-top: 1px solid #dbdbdb;
270
- padding: 7px; }
 
271
 
272
  .tinvwl-targeting-box {
273
  display: -ms-flexbox;
274
  display: -webkit-box;
275
  display: flex;
276
- padding-top: 28px; }
 
277
 
278
  .tinvwl-targeting-box-action {
279
- display: none; }
 
280
 
281
  .tinvwl-targeting-box .selector {
282
  -moz-flex: 1 1 50%;
283
  -ms-flex: 1 1 50%;
284
  -webkit-box-flex: 1;
285
  flex: 1 1 50%;
286
- padding-right: 20px; }
 
287
 
288
  .tinvwl-targeting-box .selector div + div {
289
- margin-top: 6px; }
 
290
 
291
  .tinvwl-targeting-box .zone {
292
  -moz-flex: 1 1 50%;
@@ -297,17 +339,20 @@ multi radio box
297
  border-radius: 3px;
298
  position: relative;
299
  margin: 2px;
300
- padding: 0; }
 
301
 
302
  .tinvwl-targeting-box .inner {
303
  margin: 0;
304
  padding: 20px;
305
  overflow: auto;
306
  border-radius: 3px;
307
- min-height: 42px; }
 
308
 
309
  .tinvwl-targeting-box .filter-field, .tinvwl-targeting-box .tinvwl-multicheckbox {
310
- width: 100%; }
 
311
 
312
  .tinvwl-targeting-box .zone > .tinvwl-after {
313
  background-color: #f4f2ee;
@@ -318,27 +363,31 @@ multi radio box
318
  border-radius: 0 0 3px 3px;
319
  bottom: 0;
320
  left: 0;
321
- right: 0; }
 
322
 
323
  .tinvwl-targeting-box .action-bth {
324
  background-color: #FFF;
325
  color: #000;
326
  border: 1px solid #dbdbdb;
327
  font-weight: normal;
328
- text-align: center; }
 
329
 
330
  .tinvwl-targeting-box .action-bth:hover {
331
  background-color: #96b100;
332
- color: #FFF; }
 
333
 
334
  .tinvwl-numberrange {
335
- width: 100%; }
 
336
 
337
  .tinvwl-numberrange .range {
338
  position: relative;
339
  width: 100%;
340
- height: 5px; }
341
-
342
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJhZG1pbi1mb3JtLmNzcyJdLCJmaWxlIjoiYWRtaW4tZm9ybS5jc3MifQ== */
343
 
344
  /*# sourceMappingURL=admin-form.css.map */
1
+ @charset "UTF-8";
2
  /*
3
  number input
4
  */
6
  display: inline-block;
7
  margin: 2px;
8
  position: relative;
9
+ vertical-align: middle;
10
+ }
11
 
12
  .tiwlform-number-container input, .tiwlform-number-container button {
13
  margin: 0;
14
  font-weight: 800;
15
  display: inline-block;
16
+ font-size: 14px;
17
+ }
18
 
19
  .tiwlform-number-container input[type=text] {
20
  width: 50px;
22
  text-align: right;
23
  border-radius: 5px;
24
  line-height: 26px;
25
+ margin: 0;
26
+ }
27
 
28
  .tiwlform-number-container button {
29
  width: 20px;
36
  border: 0;
37
  color: #000;
38
  padding: 0;
39
+ cursor: pointer;
40
+ }
41
 
42
  .tiwlform-number-container button:hover {
43
  background-color: #96b100;
44
+ color: #FFF;
45
+ }
46
 
47
  /*
48
  on off button
60
  border-radius: 3px;
61
  -webkit-box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.16);
62
  box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.16);
63
+ -webkit-transition: all 0.3s ease-in-out;
64
+ transition: all 0.3s ease-in-out;
65
  border: 1px solid #eae6df;
66
+ background: #f1eee8;
67
+ }
68
 
69
  .tiwlform-onoff-container.disabled.checked {
70
  /*-webkit-box-shadow: inset 0 0 0 36px rgba(0,0,0,0.4);
71
+ box-shadow: inset 0 0 0 36px rgba(0,0,0,0.4);*/
72
  border-color: rgba(0, 0, 0, 0.4);
73
+ background-color: rgba(0, 0, 0, 0.4);
74
+ }
75
 
76
  .tiwlform-onoff-container.disabled .tiwlform-onoff-button {
77
+ color: rgba(0, 0, 0, 0.4) !important;
78
+ }
79
 
80
  .tiwlform-onoff-container.checked {
81
  /*-webkit-box-shadow: inset 0 0 0 36px #96b100;
82
+ box-shadow: inset 0 0 0 36px #96b100;*/
83
  background: #96b100;
84
+ border-color: #96b100;
85
+ }
86
 
87
  .tiwlform-onoff-container.checked .tiwlform-onoff-button {
88
  left: 4px;
89
+ color: #96b100;
90
+ }
91
 
92
  .tiwlform-onoff-container .tiwlform-onoff-button {
93
  display: inline-block;
94
  /*font-size: 21px;
95
+ line-height: 21px;
96
+ font-weight: 600;
97
+ font-family: dashicons;*/
98
  font: normal normal normal 14px/1 FontAwesome;
99
  font-size: inherit;
100
  text-rendering: auto;
114
  -webkit-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
115
  transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
116
  color: #6b625a;
117
+ background: #fff;
118
+ }
119
 
120
  .tiwlform-onoff-container .tiwlform-onoff-button:before {
121
+ content: "";
122
  font-size: 20px;
123
+ font-family: "tinvwl-webfont";
124
+ }
125
 
126
  .tiwlform-onoff-container.checked .tiwlform-onoff-button:before {
127
+ content: "";
128
  font-size: 11px;
129
+ font-family: "tinvwl-webfont";
130
+ }
131
 
132
  .tiwlform-onoff-container.disabled {
133
+ background-color: rgba(0, 0, 0, 0.4);
134
+ }
135
 
136
  /*
137
  input range
138
  */
139
  .tiwlform-range-container {
140
  padding-top: 25px;
141
+ height: 50px;
142
+ }
143
 
144
  .tiwlform-range-container .range {
145
  width: 100%;
146
+ position: relative;
147
+ }
148
 
149
  .tiwlform-range-container input[type=text] {
150
+ display: none;
151
+ }
152
 
153
  .tiwlform-range-container .line {
154
  margin: 0 5%;
156
  height: 4px;
157
  top: -14px;
158
  background-color: #ede8df;
159
+ position: absolute;
160
+ }
161
 
162
  .tiwlform-range-container .line .selector {
163
  position: absolute;
169
  border-radius: 50%;
170
  top: -10px;
171
  right: -12.5px;
172
+ cursor: pointer;
173
+ }
174
 
175
  .tiwlform-range-container .line-selector {
176
  width: 0;
177
  background-color: #96b100;
178
  height: 6px;
179
+ top: -15px;
180
+ }
181
 
182
  .tiwlform-range-container .label {
183
  display: -ms-flexbox;
184
  display: -webkit-box;
185
  display: flex;
186
  list-style: outside none none;
187
+ padding: 0;
188
+ }
189
 
190
  .tiwlform-range-container .label li {
191
  -moz-flex: 1 1;
200
  font-size: 14px;
201
  line-height: 14px;
202
  cursor: pointer;
203
+ margin: 0;
204
+ }
205
 
206
  .tiwlform-range-container .label li.active {
207
+ font-weight: 600;
208
+ }
209
 
210
  .tiwlform-range-container .label li.preactive::before {
211
  background: #96b100;
212
  width: 25px;
213
  height: 25px;
214
+ top: -25px;
215
+ }
216
 
217
  .tiwlform-range-container .label li::before {
218
  position: absolute;
224
  width: 15px;
225
  height: 15px;
226
  background: #ede8df;
227
+ border-radius: 50%;
228
+ }
229
 
230
  /*
231
  multi radio box
232
  */
233
  .tiwlform-multirbox input {
234
+ display: none;
235
+ }
236
 
237
  .tiwlform-multirbox {
238
  border-radius: 3px;
241
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
242
  display: inline-block;
243
  margin: 2px;
244
+ position: relative;
245
+ }
246
 
247
  .tiwlform-multirbox label {
248
  display: inline-block;
252
  line-height: 26px;
253
  vertical-align: middle;
254
  padding: 5px 10px;
255
+ height: 26px;
256
+ }
257
 
258
  .tiwlform-multirbox label.checked {
259
  -webkit-box-shadow: inset 0 0 0 36px #96b100;
260
  box-shadow: inset 0 0 0 36px #96b100;
261
  color: #FFF;
262
+ border-radius: 3px;
263
+ }
264
 
265
  .tiwlform-multirbox label .dashicons {
266
+ line-height: 26px;
267
+ }
268
 
269
  .tinvwl-multicheckbox {
270
  border: 1px solid #dbdbdb;
271
  border-radius: 3px;
272
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
273
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
274
+ margin: 2px;
275
+ }
276
 
277
  .tinvwl-multicheckbox ul {
278
  height: 208px;
279
  overflow: auto;
280
  margin: 0;
281
+ padding: 0 12px;
282
+ }
283
 
284
  .tinvwl-multicheckbox li {
285
+ height: 30px;
286
+ }
287
 
288
  .tinvwl-multicheckbox label {
289
  width: 100%;
290
  display: inline-block;
291
+ font-weight: normal;
292
+ }
293
 
294
  .tinvwl-multicheckbox input {
295
+ margin-right: 13px;
296
+ }
297
 
298
  .tinvwl-multicheckbox > .tinvwl-before {
299
  background-color: #fbfaf9;
300
  border-bottom: 1px solid #dbdbdb;
301
+ padding: 7px;
302
+ }
303
 
304
  .tinvwl-multicheckbox > .tinvwl-after {
305
  background-color: #fbfaf9;
306
  border-top: 1px solid #dbdbdb;
307
+ padding: 7px;
308
+ }
309
 
310
  .tinvwl-targeting-box {
311
  display: -ms-flexbox;
312
  display: -webkit-box;
313
  display: flex;
314
+ padding-top: 28px;
315
+ }
316
 
317
  .tinvwl-targeting-box-action {
318
+ display: none;
319
+ }
320
 
321
  .tinvwl-targeting-box .selector {
322
  -moz-flex: 1 1 50%;
323
  -ms-flex: 1 1 50%;
324
  -webkit-box-flex: 1;
325
  flex: 1 1 50%;
326
+ padding-right: 20px;
327
+ }
328
 
329
  .tinvwl-targeting-box .selector div + div {
330
+ margin-top: 6px;
331
+ }
332
 
333
  .tinvwl-targeting-box .zone {
334
  -moz-flex: 1 1 50%;
339
  border-radius: 3px;
340
  position: relative;
341
  margin: 2px;
342
+ padding: 0;
343
+ }
344
 
345
  .tinvwl-targeting-box .inner {
346
  margin: 0;
347
  padding: 20px;
348
  overflow: auto;
349
  border-radius: 3px;
350
+ min-height: 42px;
351
+ }
352
 
353
  .tinvwl-targeting-box .filter-field, .tinvwl-targeting-box .tinvwl-multicheckbox {
354
+ width: 100%;
355
+ }
356
 
357
  .tinvwl-targeting-box .zone > .tinvwl-after {
358
  background-color: #f4f2ee;
363
  border-radius: 0 0 3px 3px;
364
  bottom: 0;
365
  left: 0;
366
+ right: 0;
367
+ }
368
 
369
  .tinvwl-targeting-box .action-bth {
370
  background-color: #FFF;
371
  color: #000;
372
  border: 1px solid #dbdbdb;
373
  font-weight: normal;
374
+ text-align: center;
375
+ }
376
 
377
  .tinvwl-targeting-box .action-bth:hover {
378
  background-color: #96b100;
379
+ color: #FFF;
380
+ }
381
 
382
  .tinvwl-numberrange {
383
+ width: 100%;
384
+ }
385
 
386
  .tinvwl-numberrange .range {
387
  position: relative;
388
  width: 100%;
389
+ height: 5px;
390
+ }
391
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJhZG1pbi1mb3JtLmNzcyJdLCJmaWxlIjoiYWRtaW4tZm9ybS5jc3MifQ== */
392
 
393
  /*# sourceMappingURL=admin-form.css.map */
assets/css/admin-form.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":[],"mappings":"","sources":["admin-form.css"],"file":"admin-form.css","sourcesContent":["/*\nnumber input\n*/\n.tiwlform-number-container {\n display: inline-block;\n margin: 2px;\n position: relative;\n vertical-align: middle; }\n\n.tiwlform-number-container input, .tiwlform-number-container button {\n margin: 0;\n font-weight: 800;\n display: inline-block;\n font-size: 14px; }\n\n.tiwlform-number-container input[type=text] {\n width: 50px;\n height: 36px;\n text-align: right;\n border-radius: 5px;\n line-height: 26px;\n margin: 0; }\n\n.tiwlform-number-container button {\n width: 20px;\n height: 38px;\n line-height: 38px;\n text-align: center;\n border-radius: 5px;\n margin: 0 2px;\n background-color: #f1eee8;\n border: 0;\n color: #000;\n padding: 0;\n cursor: pointer; }\n\n.tiwlform-number-container button:hover {\n background-color: #96b100;\n color: #FFF; }\n\n/*\non off button\n*/\n/*.tiwlform-onoff-container input {\n display: none;\n}*/\n.tiwlform-onoff-container {\n cursor: pointer;\n position: relative;\n display: inline-block;\n height: 36px;\n width: 132px;\n margin: 0;\n border-radius: 3px;\n -webkit-box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.16);\n box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.16);\n -webkit-transition: all .3s ease-in-out;\n transition: all .3s ease-in-out;\n border: 1px solid #eae6df;\n background: #f1eee8; }\n\n.tiwlform-onoff-container.disabled.checked {\n /*-webkit-box-shadow: inset 0 0 0 36px rgba(0,0,0,0.4);\n\t\t box-shadow: inset 0 0 0 36px rgba(0,0,0,0.4);*/\n border-color: rgba(0, 0, 0, 0.4);\n background-color: rgba(0, 0, 0, 0.4); }\n\n.tiwlform-onoff-container.disabled .tiwlform-onoff-button {\n color: rgba(0, 0, 0, 0.4) !important; }\n\n.tiwlform-onoff-container.checked {\n /*-webkit-box-shadow: inset 0 0 0 36px #96b100;\n\t\t box-shadow: inset 0 0 0 36px #96b100;*/\n background: #96b100;\n border-color: #96b100; }\n\n.tiwlform-onoff-container.checked .tiwlform-onoff-button {\n left: 4px;\n color: #96b100; }\n\n.tiwlform-onoff-container .tiwlform-onoff-button {\n display: inline-block;\n /*font-size: 21px;\n\t\t line-height: 21px;\n\t\t font-weight: 600;\n\t\t font-family: dashicons;*/\n font: normal normal normal 14px/1 FontAwesome;\n font-size: inherit;\n text-rendering: auto;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n position: absolute;\n top: 3px;\n left: 66px;\n width: 59px;\n height: 27px;\n line-height: 18px;\n padding: 4px;\n text-align: center;\n border-radius: 3px;\n -webkit-box-shadow: 1px 1px 4px 0 rgba(2, 2, 2, 0.21);\n box-shadow: 1px 1px 4px 0 rgba(2, 2, 2, 0.21);\n -webkit-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);\n transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);\n color: #6b625a;\n background: #fff; }\n\n.tiwlform-onoff-container .tiwlform-onoff-button:before {\n content: \"\\e905\";\n font-size: 20px;\n font-family: 'tinvwl-webfont'; }\n\n.tiwlform-onoff-container.checked .tiwlform-onoff-button:before {\n content: \"\\e91e\";\n font-size: 11px;\n font-family: 'tinvwl-webfont'; }\n\n.tiwlform-onoff-container.disabled {\n background-color: rgba(0, 0, 0, 0.4); }\n\n/*\ninput range\n*/\n.tiwlform-range-container {\n padding-top: 25px;\n height: 50px; }\n\n.tiwlform-range-container .range {\n width: 100%;\n position: relative; }\n\n.tiwlform-range-container input[type=text] {\n display: none; }\n\n.tiwlform-range-container .line {\n margin: 0 5%;\n width: 90%;\n height: 4px;\n top: -14px;\n background-color: #ede8df;\n position: absolute; }\n\n.tiwlform-range-container .line .selector {\n position: absolute;\n z-index: 100;\n width: 15px;\n height: 15px;\n background: #fff;\n border: 5px solid #96b100;\n border-radius: 50%;\n top: -10px;\n right: -12.5px;\n cursor: pointer; }\n\n.tiwlform-range-container .line-selector {\n width: 0;\n background-color: #96b100;\n height: 6px;\n top: -15px; }\n\n.tiwlform-range-container .label {\n display: -ms-flexbox;\n display: -webkit-box;\n display: flex;\n list-style: outside none none;\n padding: 0; }\n\n.tiwlform-range-container .label li {\n -moz-flex: 1 1;\n -ms-flex: 1 1;\n -webkit-box-flex: 1;\n flex: 1 1;\n position: relative;\n float: left;\n text-align: center;\n color: #000;\n padding: 10px 0;\n font-size: 14px;\n line-height: 14px;\n cursor: pointer;\n margin: 0; }\n\n.tiwlform-range-container .label li.active {\n font-weight: 600; }\n\n.tiwlform-range-container .label li.preactive::before {\n background: #96b100;\n width: 25px;\n height: 25px;\n top: -25px; }\n\n.tiwlform-range-container .label li::before {\n position: absolute;\n top: -20px;\n right: 0;\n left: 0;\n content: \"\";\n margin: 0 auto;\n width: 15px;\n height: 15px;\n background: #ede8df;\n border-radius: 50%; }\n\n/*\nmulti radio box\n*/\n.tiwlform-multirbox input {\n display: none; }\n\n.tiwlform-multirbox {\n border-radius: 3px;\n border: 1px solid #eae6df;\n -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;\n box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;\n display: inline-block;\n margin: 2px;\n position: relative; }\n\n.tiwlform-multirbox label {\n display: inline-block;\n font-weight: normal;\n color: #948d84;\n margin: 0;\n line-height: 26px;\n vertical-align: middle;\n padding: 5px 10px;\n height: 26px; }\n\n.tiwlform-multirbox label.checked {\n -webkit-box-shadow: inset 0 0 0 36px #96b100;\n box-shadow: inset 0 0 0 36px #96b100;\n color: #FFF;\n border-radius: 3px; }\n\n.tiwlform-multirbox label .dashicons {\n line-height: 26px; }\n\n.tinvwl-multicheckbox {\n border: 1px solid #dbdbdb;\n border-radius: 3px;\n -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;\n box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;\n margin: 2px; }\n\n.tinvwl-multicheckbox ul {\n height: 208px;\n overflow: auto;\n margin: 0;\n padding: 0 12px; }\n\n.tinvwl-multicheckbox li {\n height: 30px; }\n\n.tinvwl-multicheckbox label {\n width: 100%;\n display: inline-block;\n font-weight: normal; }\n\n.tinvwl-multicheckbox input {\n margin-right: 13px; }\n\n.tinvwl-multicheckbox > .tinvwl-before {\n background-color: #fbfaf9;\n border-bottom: 1px solid #dbdbdb;\n padding: 7px; }\n\n.tinvwl-multicheckbox > .tinvwl-after {\n background-color: #fbfaf9;\n border-top: 1px solid #dbdbdb;\n padding: 7px; }\n\n.tinvwl-targeting-box {\n display: -ms-flexbox;\n display: -webkit-box;\n display: flex;\n padding-top: 28px; }\n\n.tinvwl-targeting-box-action {\n display: none; }\n\n.tinvwl-targeting-box .selector {\n -moz-flex: 1 1 50%;\n -ms-flex: 1 1 50%;\n -webkit-box-flex: 1;\n flex: 1 1 50%;\n padding-right: 20px; }\n\n.tinvwl-targeting-box .selector div + div {\n margin-top: 6px; }\n\n.tinvwl-targeting-box .zone {\n -moz-flex: 1 1 50%;\n -ms-flex: 1 1 50%;\n -webkit-box-flex: 1;\n flex: 1 1 50%;\n background-color: #fbfaf9;\n border-radius: 3px;\n position: relative;\n margin: 2px;\n padding: 0; }\n\n.tinvwl-targeting-box .inner {\n margin: 0;\n padding: 20px;\n overflow: auto;\n border-radius: 3px;\n min-height: 42px; }\n\n.tinvwl-targeting-box .filter-field, .tinvwl-targeting-box .tinvwl-multicheckbox {\n width: 100%; }\n\n.tinvwl-targeting-box .zone > .tinvwl-after {\n background-color: #f4f2ee;\n border-top: 1px solid #fbfaf9;\n padding: 7px;\n margin: 0;\n position: absolute;\n border-radius: 0 0 3px 3px;\n bottom: 0;\n left: 0;\n right: 0; }\n\n.tinvwl-targeting-box .action-bth {\n background-color: #FFF;\n color: #000;\n border: 1px solid #dbdbdb;\n font-weight: normal;\n text-align: center; }\n\n.tinvwl-targeting-box .action-bth:hover {\n background-color: #96b100;\n color: #FFF; }\n\n.tinvwl-numberrange {\n width: 100%; }\n\n.tinvwl-numberrange .range {\n position: relative;\n width: 100%;\n height: 5px; }\n"]}
1
+ {"version":3,"names":[],"mappings":"","sources":["admin-form.css"],"file":"admin-form.css","sourcesContent":["@charset \"UTF-8\";\n/*\nnumber input\n*/\n.tiwlform-number-container {\n display: inline-block;\n margin: 2px;\n position: relative;\n vertical-align: middle;\n}\n\n.tiwlform-number-container input, .tiwlform-number-container button {\n margin: 0;\n font-weight: 800;\n display: inline-block;\n font-size: 14px;\n}\n\n.tiwlform-number-container input[type=text] {\n width: 50px;\n height: 36px;\n text-align: right;\n border-radius: 5px;\n line-height: 26px;\n margin: 0;\n}\n\n.tiwlform-number-container button {\n width: 20px;\n height: 38px;\n line-height: 38px;\n text-align: center;\n border-radius: 5px;\n margin: 0 2px;\n background-color: #f1eee8;\n border: 0;\n color: #000;\n padding: 0;\n cursor: pointer;\n}\n\n.tiwlform-number-container button:hover {\n background-color: #96b100;\n color: #FFF;\n}\n\n/*\non off button\n*/\n/*.tiwlform-onoff-container input {\n display: none;\n}*/\n.tiwlform-onoff-container {\n cursor: pointer;\n position: relative;\n display: inline-block;\n height: 36px;\n width: 132px;\n margin: 0;\n border-radius: 3px;\n -webkit-box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.16);\n box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.16);\n -webkit-transition: all 0.3s ease-in-out;\n transition: all 0.3s ease-in-out;\n border: 1px solid #eae6df;\n background: #f1eee8;\n}\n\n.tiwlform-onoff-container.disabled.checked {\n /*-webkit-box-shadow: inset 0 0 0 36px rgba(0,0,0,0.4);\n box-shadow: inset 0 0 0 36px rgba(0,0,0,0.4);*/\n border-color: rgba(0, 0, 0, 0.4);\n background-color: rgba(0, 0, 0, 0.4);\n}\n\n.tiwlform-onoff-container.disabled .tiwlform-onoff-button {\n color: rgba(0, 0, 0, 0.4) !important;\n}\n\n.tiwlform-onoff-container.checked {\n /*-webkit-box-shadow: inset 0 0 0 36px #96b100;\n box-shadow: inset 0 0 0 36px #96b100;*/\n background: #96b100;\n border-color: #96b100;\n}\n\n.tiwlform-onoff-container.checked .tiwlform-onoff-button {\n left: 4px;\n color: #96b100;\n}\n\n.tiwlform-onoff-container .tiwlform-onoff-button {\n display: inline-block;\n /*font-size: 21px;\n line-height: 21px;\n font-weight: 600;\n font-family: dashicons;*/\n font: normal normal normal 14px/1 FontAwesome;\n font-size: inherit;\n text-rendering: auto;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n position: absolute;\n top: 3px;\n left: 66px;\n width: 59px;\n height: 27px;\n line-height: 18px;\n padding: 4px;\n text-align: center;\n border-radius: 3px;\n -webkit-box-shadow: 1px 1px 4px 0 rgba(2, 2, 2, 0.21);\n box-shadow: 1px 1px 4px 0 rgba(2, 2, 2, 0.21);\n -webkit-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);\n transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);\n color: #6b625a;\n background: #fff;\n}\n\n.tiwlform-onoff-container .tiwlform-onoff-button:before {\n content: \"\";\n font-size: 20px;\n font-family: \"tinvwl-webfont\";\n}\n\n.tiwlform-onoff-container.checked .tiwlform-onoff-button:before {\n content: \"\";\n font-size: 11px;\n font-family: \"tinvwl-webfont\";\n}\n\n.tiwlform-onoff-container.disabled {\n background-color: rgba(0, 0, 0, 0.4);\n}\n\n/*\ninput range\n*/\n.tiwlform-range-container {\n padding-top: 25px;\n height: 50px;\n}\n\n.tiwlform-range-container .range {\n width: 100%;\n position: relative;\n}\n\n.tiwlform-range-container input[type=text] {\n display: none;\n}\n\n.tiwlform-range-container .line {\n margin: 0 5%;\n width: 90%;\n height: 4px;\n top: -14px;\n background-color: #ede8df;\n position: absolute;\n}\n\n.tiwlform-range-container .line .selector {\n position: absolute;\n z-index: 100;\n width: 15px;\n height: 15px;\n background: #fff;\n border: 5px solid #96b100;\n border-radius: 50%;\n top: -10px;\n right: -12.5px;\n cursor: pointer;\n}\n\n.tiwlform-range-container .line-selector {\n width: 0;\n background-color: #96b100;\n height: 6px;\n top: -15px;\n}\n\n.tiwlform-range-container .label {\n display: -ms-flexbox;\n display: -webkit-box;\n display: flex;\n list-style: outside none none;\n padding: 0;\n}\n\n.tiwlform-range-container .label li {\n -moz-flex: 1 1;\n -ms-flex: 1 1;\n -webkit-box-flex: 1;\n flex: 1 1;\n position: relative;\n float: left;\n text-align: center;\n color: #000;\n padding: 10px 0;\n font-size: 14px;\n line-height: 14px;\n cursor: pointer;\n margin: 0;\n}\n\n.tiwlform-range-container .label li.active {\n font-weight: 600;\n}\n\n.tiwlform-range-container .label li.preactive::before {\n background: #96b100;\n width: 25px;\n height: 25px;\n top: -25px;\n}\n\n.tiwlform-range-container .label li::before {\n position: absolute;\n top: -20px;\n right: 0;\n left: 0;\n content: \"\";\n margin: 0 auto;\n width: 15px;\n height: 15px;\n background: #ede8df;\n border-radius: 50%;\n}\n\n/*\nmulti radio box\n*/\n.tiwlform-multirbox input {\n display: none;\n}\n\n.tiwlform-multirbox {\n border-radius: 3px;\n border: 1px solid #eae6df;\n -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;\n box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;\n display: inline-block;\n margin: 2px;\n position: relative;\n}\n\n.tiwlform-multirbox label {\n display: inline-block;\n font-weight: normal;\n color: #948d84;\n margin: 0;\n line-height: 26px;\n vertical-align: middle;\n padding: 5px 10px;\n height: 26px;\n}\n\n.tiwlform-multirbox label.checked {\n -webkit-box-shadow: inset 0 0 0 36px #96b100;\n box-shadow: inset 0 0 0 36px #96b100;\n color: #FFF;\n border-radius: 3px;\n}\n\n.tiwlform-multirbox label .dashicons {\n line-height: 26px;\n}\n\n.tinvwl-multicheckbox {\n border: 1px solid #dbdbdb;\n border-radius: 3px;\n -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;\n box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;\n margin: 2px;\n}\n\n.tinvwl-multicheckbox ul {\n height: 208px;\n overflow: auto;\n margin: 0;\n padding: 0 12px;\n}\n\n.tinvwl-multicheckbox li {\n height: 30px;\n}\n\n.tinvwl-multicheckbox label {\n width: 100%;\n display: inline-block;\n font-weight: normal;\n}\n\n.tinvwl-multicheckbox input {\n margin-right: 13px;\n}\n\n.tinvwl-multicheckbox > .tinvwl-before {\n background-color: #fbfaf9;\n border-bottom: 1px solid #dbdbdb;\n padding: 7px;\n}\n\n.tinvwl-multicheckbox > .tinvwl-after {\n background-color: #fbfaf9;\n border-top: 1px solid #dbdbdb;\n padding: 7px;\n}\n\n.tinvwl-targeting-box {\n display: -ms-flexbox;\n display: -webkit-box;\n display: flex;\n padding-top: 28px;\n}\n\n.tinvwl-targeting-box-action {\n display: none;\n}\n\n.tinvwl-targeting-box .selector {\n -moz-flex: 1 1 50%;\n -ms-flex: 1 1 50%;\n -webkit-box-flex: 1;\n flex: 1 1 50%;\n padding-right: 20px;\n}\n\n.tinvwl-targeting-box .selector div + div {\n margin-top: 6px;\n}\n\n.tinvwl-targeting-box .zone {\n -moz-flex: 1 1 50%;\n -ms-flex: 1 1 50%;\n -webkit-box-flex: 1;\n flex: 1 1 50%;\n background-color: #fbfaf9;\n border-radius: 3px;\n position: relative;\n margin: 2px;\n padding: 0;\n}\n\n.tinvwl-targeting-box .inner {\n margin: 0;\n padding: 20px;\n overflow: auto;\n border-radius: 3px;\n min-height: 42px;\n}\n\n.tinvwl-targeting-box .filter-field, .tinvwl-targeting-box .tinvwl-multicheckbox {\n width: 100%;\n}\n\n.tinvwl-targeting-box .zone > .tinvwl-after {\n background-color: #f4f2ee;\n border-top: 1px solid #fbfaf9;\n padding: 7px;\n margin: 0;\n position: absolute;\n border-radius: 0 0 3px 3px;\n bottom: 0;\n left: 0;\n right: 0;\n}\n\n.tinvwl-targeting-box .action-bth {\n background-color: #FFF;\n color: #000;\n border: 1px solid #dbdbdb;\n font-weight: normal;\n text-align: center;\n}\n\n.tinvwl-targeting-box .action-bth:hover {\n background-color: #96b100;\n color: #FFF;\n}\n\n.tinvwl-numberrange {\n width: 100%;\n}\n\n.tinvwl-numberrange .range {\n position: relative;\n width: 100%;\n height: 5px;\n}"]}
assets/css/admin-form.min.css CHANGED
@@ -1,6 +1,6 @@
1
  /**
2
  * TI WooCommerce Wishlist Plugin - Allow your store guests and customers to add products to Wishlist. Add Wishlist functionality to your store for free.
3
- * @version 1.26.1
4
  * @link https://wordpress.org/plugins/ti-woocommerce-wishlist/
5
  */
6
  .tiwlform-number-container{display:inline-block;margin:2px;position:relative;vertical-align:middle}
@@ -14,8 +14,8 @@
14
  .tiwlform-onoff-container.checked{background:#96b100;border-color:#96b100}
15
  .tiwlform-onoff-container.checked .tiwlform-onoff-button{left:4px;color:#96b100}
16
  .tiwlform-onoff-container .tiwlform-onoff-button{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:3px;left:66px;width:59px;height:27px;line-height:18px;padding:4px;text-align:center;border-radius:3px;-webkit-box-shadow:1px 1px 4px 0 rgba(2,2,2,0.21);box-shadow:1px 1px 4px 0 rgba(2,2,2,0.21);-webkit-transition:all 350ms cubic-bezier(0,0.89,0.44,1);transition:all 350ms cubic-bezier(0,0.89,0.44,1);color:#6b625a;background:#fff}
17
- .tiwlform-onoff-container .tiwlform-onoff-button:before{content:"\e905";font-size:20px;font-family:'tinvwl-webfont'}
18
- .tiwlform-onoff-container.checked .tiwlform-onoff-button:before{content:"\e91e";font-size:11px;font-family:'tinvwl-webfont'}
19
  .tiwlform-onoff-container.disabled{background-color:rgba(0,0,0,0.4)}
20
  .tiwlform-range-container{padding-top:25px;height:50px}
21
  .tiwlform-range-container .range{width:100%;position:relative}
1
  /**
2
  * TI WooCommerce Wishlist Plugin - Allow your store guests and customers to add products to Wishlist. Add Wishlist functionality to your store for free.
3
+ * @version 1.27.0
4
  * @link https://wordpress.org/plugins/ti-woocommerce-wishlist/
5
  */
6
  .tiwlform-number-container{display:inline-block;margin:2px;position:relative;vertical-align:middle}
14
  .tiwlform-onoff-container.checked{background:#96b100;border-color:#96b100}
15
  .tiwlform-onoff-container.checked .tiwlform-onoff-button{left:4px;color:#96b100}
16
  .tiwlform-onoff-container .tiwlform-onoff-button{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:3px;left:66px;width:59px;height:27px;line-height:18px;padding:4px;text-align:center;border-radius:3px;-webkit-box-shadow:1px 1px 4px 0 rgba(2,2,2,0.21);box-shadow:1px 1px 4px 0 rgba(2,2,2,0.21);-webkit-transition:all 350ms cubic-bezier(0,0.89,0.44,1);transition:all 350ms cubic-bezier(0,0.89,0.44,1);color:#6b625a;background:#fff}
17
+ .tiwlform-onoff-container .tiwlform-onoff-button:before{content:"";font-size:20px;font-family:"tinvwl-webfont"}
18
+ .tiwlform-onoff-container.checked .tiwlform-onoff-button:before{content:"";font-size:11px;font-family:"tinvwl-webfont"}
19
  .tiwlform-onoff-container.disabled{background-color:rgba(0,0,0,0.4)}
20
  .tiwlform-range-container{padding-top:25px;height:50px}
21
  .tiwlform-range-container .range{width:100%;position:relative}
assets/css/admin-rtl.css CHANGED
@@ -1,100 +1,126 @@
 
1
  /*------------------------------------*
2
  $WEBFONT
3
  *------------------------------------*/
4
  /* Misc */
5
  * {
6
  -webkit-box-sizing: border-box;
7
- box-sizing: border-box; }
8
- *:before, *:after {
9
- -webkit-box-sizing: border-box;
10
- box-sizing: border-box; }
 
 
11
 
12
  .tinv-wishlist-clearfix:before, .tinv-wishlist-clearfix:after {
13
  display: table;
14
- content: " "; }
 
15
 
16
  .container:before, .container:after {
17
  display: table;
18
- content: " "; }
 
19
 
20
  .container-fluid:before, .container-fluid:after {
21
  display: table;
22
- content: " "; }
 
23
 
24
  .row:before, .row:after {
25
  display: table;
26
- content: " "; }
 
27
 
28
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
29
  display: table;
30
- content: " "; }
 
31
 
32
  .form-group:before, .form-group:after {
33
  display: table;
34
- content: " "; }
 
35
 
36
  .tablenav:before, .tablenav:after {
37
  display: table;
38
- content: " "; }
 
39
 
40
  .tinvwl-panel:before, .tinvwl-panel:after {
41
  display: table;
42
- content: " "; }
 
43
 
44
  .tinv-wishlist-clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .form-group:after, .tablenav:after, .tinvwl-panel:after {
45
- clear: both; }
 
46
 
47
  .tinvwl-header table, .tinvwl-content table {
48
  border-spacing: 0;
49
  border-collapse: collapse;
50
  width: 100%;
51
- max-width: 100%; }
 
52
 
53
  .tinvwl-header td, .tinvwl-header th {
54
- padding: 0; }
 
55
 
56
  .tinvwl-content td, .tinvwl-content th {
57
- padding: 0; }
 
58
 
59
  .tinvwl-header img, .tinvwl-content img {
60
  height: auto;
61
- max-width: 100%; }
 
62
 
63
  .tinvwl-header {
64
- /*margin-bottom: 40px;*/ }
 
65
 
66
  /* General */
67
  #wpwrap {
68
- background: #f6f3ed; }
 
69
 
70
  #wpcontent {
71
- padding-right: 0; }
 
72
 
73
  #wpbody-content {
74
- padding-bottom: 135px; }
 
75
 
76
  #update-nag, .update-nag, .notice {
77
- margin: 20px 40px 0 0; }
 
78
 
79
  div.error, div.updated {
80
- margin: 20px 40px 0 0; }
 
81
 
82
  .notice {
83
- margin-left: 40px; }
 
84
 
85
  div.error, div.updated {
86
- margin-left: 40px; }
 
87
 
88
  body .tinvwl-header, body .tinvwl-content {
89
  font-family: Arial, sans-serif;
90
  font-size: 14px;
91
  line-height: 1.429;
92
- color: #6b625a; }
 
93
 
94
  button, input, select, textarea {
95
  font-family: inherit;
96
  font-size: inherit;
97
- font-weight: inherit; }
 
98
 
99
  label, .tinv-label {
100
  display: block;
@@ -102,71 +128,92 @@ label, .tinv-label {
102
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
103
  color: #291C09;
104
  font-weight: 600;
105
- margin-bottom: 7px; }
 
106
 
107
  h1, h2, h3, h4, h5, h6, .wrap h1 {
108
  color: #291c09;
109
- font-family: 'Open Sans', Arial, sans-serif;
110
  font-weight: normal;
111
  line-height: 1.313;
112
  padding: 0;
113
  margin: 0;
114
- border: 0; }
 
115
 
116
  h1, .wrap h1 {
117
- font-size: 30px; }
 
118
 
119
  h2 {
120
- font-size: 26px; }
 
121
 
122
  h3 {
123
- font-size: 22px; }
 
124
 
125
  h4 {
126
- font-size: 18px; }
 
127
 
128
  h5 {
129
- font-size: 14px; }
 
130
 
131
  h6 {
132
- font-size: 12px; }
 
133
 
134
  @media screen and (max-width: 1200px) {
135
  #update-nag, .update-nag, .notice {
136
  margin-top: 20px;
137
  margin-right: 20px;
138
- margin-left: 20px; }
 
 
139
  div.error, div.updated {
140
  margin-top: 20px;
141
  margin-right: 20px;
142
- margin-left: 20px; } }
143
-
 
144
  @media screen and (max-width: 782px) {
145
  .auto-fold #wpcontent {
146
- padding-right: 0; }
 
 
147
  #update-nag, .update-nag, .notice {
148
- margin: 20px 0 0 0; }
 
 
149
  div.error, div.updated {
150
- margin: 20px 0 0 0; }
 
 
151
  .notice {
152
- margin-left: 0; }
153
- div.error, div.updated {
154
- margin-left: 0; } }
155
 
 
 
 
 
156
  /**
157
  * SubMenu
158
  */
159
  #toplevel_page_tinvwl ul ul {
160
  display: none;
161
  margin-right: 15px;
162
- position: absolute; }
163
-
164
  #toplevel_page_tinvwl ul li:hover ul, #toplevel_page_tinvwl ul li.current ul {
165
  display: block;
166
  right: 145px;
167
  margin-right: 15px;
168
  position: absolute;
169
- top: 0; }
 
170
 
171
  /**
172
  * Header Page
@@ -196,8 +243,8 @@ h6 {
196
  */
197
  .status-panel > div {
198
  display: inline-block;
199
- margin-right: 21px; }
200
-
201
  .status-panel .button-link {
202
  background-color: #FF5739;
203
  color: #FFF;
@@ -209,15 +256,16 @@ h6 {
209
  display: table-cell;
210
  border-radius: 5px;
211
  padding: 0 17px;
212
- vertical-align: middle; }
213
- .status-panel .button-link span::before {
214
- color: #ffdc00;
215
- display: inline-block;
216
- font: normal 12px/1 'dashicons';
217
- vertical-align: bottom;
218
- -webkit-font-smoothing: antialiased;
219
- content: "\f155"; }
220
-
 
221
  .status-panel .button-round {
222
  border: 2px solid #f1f1f1;
223
  border-radius: 50%;
@@ -227,15 +275,16 @@ h6 {
227
  height: 40px;
228
  display: table-cell;
229
  text-align: center;
230
- vertical-align: middle; }
231
-
232
  .status-panel .status-tutorial span::before {
233
  color: #515151;
234
  display: inline-block;
235
- font: normal 24px/1 'dashicons';
236
  vertical-align: middle;
237
  -webkit-font-smoothing: antialiased;
238
- content: "\f118"; }
 
239
 
240
  /**
241
  * Message Status
@@ -246,55 +295,69 @@ h6 {
246
  line-height: 1.429;
247
  margin-top: 40px;
248
  color: #6b625a;
249
- border-top: 2px solid #f6f3ed; }
250
- .tinvwl-status-message .tinvwl-title {
251
- padding: 13px 20px;
252
- float: right;
253
- width: 142px;
254
- font-weight: bold; }
255
- .tinvwl-status-message.type-error .tinvwl-title, .tinvwl-status-message.type-tip .tinvwl-title {
256
- color: #fff; }
257
- .tinvwl-status-message.type-attention .tinvwl-title {
258
- color: #23282d; }
259
- .tinvwl-status-message.type-error .tinvwl-title {
260
- background: #ff3814; }
261
- .tinvwl-status-message.type-tip .tinvwl-title {
262
- background: #30aec4; }
263
- .tinvwl-status-message.type-attention .tinvwl-title {
264
- background: #ffe900; }
265
- .tinvwl-status-message .tinvwl-title i {
266
- margin-left: 10px; }
267
- .tinvwl-status-message.type-error > .tinvwl-title > i:before {
268
- content: "\f00d"; }
269
- .tinvwl-status-message.type-tip > .tinvwl-title > i:before {
270
- content: "\f05a"; }
271
- .tinvwl-status-message.type-attention > .tinvwl-title > i:before {
272
- content: "\f071"; }
273
- .tinvwl-status-message .tinvwl-message {
274
- padding: 13px 20px;
275
- overflow: hidden;
276
- height: 100%;
277
- background: #faf9f7; }
 
 
 
 
 
 
 
 
 
 
 
 
278
 
279
  @media screen and (max-width: 782px) {
280
  .tinvwl-status-message {
281
- margin-top: 20px; } }
282
-
 
283
  /**
284
  * Form Elements
285
  */
286
  .tinvwl-content label {
287
  /*font-size: 14px;
288
- font-weight: 600;
289
- margin: 2px;*/
290
- /*line-height: 42px;*/ }
291
-
292
  .tinvwl-content a {
293
  text-decoration: none;
294
- color: #30aec4; }
295
- .tinvwl-content a:hover, .tinvwl-content a:active, .tinvwl-content a:focus {
296
- color: #524737; }
297
-
 
298
  .tinvwl-content input[type=text], .tinvwl-content input[type=password], .tinvwl-content input[type=checkbox], .tinvwl-content input[type=color], .tinvwl-content input[type=date], .tinvwl-content input[type=datetime], .tinvwl-content input[type=datetime-local], .tinvwl-content input[type=email], .tinvwl-content input[type=month], .tinvwl-content input[type=number], .tinvwl-content input[type=radio], .tinvwl-content input[type=tel], .tinvwl-content input[type=time], .tinvwl-content input[type=url], .tinvwl-content input[type=week], .tinvwl-content input[type=search] {
299
  line-height: 1.429;
300
  padding: 9px 13px;
@@ -302,8 +365,8 @@ h6 {
302
  color: #4f4639;
303
  border: 1px solid rgba(0, 0, 0, 0.14);
304
  -webkit-box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);
305
- box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14); }
306
-
307
  .tinvwl-content select {
308
  line-height: 1.429;
309
  padding: 9px 13px;
@@ -311,8 +374,8 @@ h6 {
311
  color: #4f4639;
312
  border: 1px solid rgba(0, 0, 0, 0.14);
313
  -webkit-box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);
314
- box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14); }
315
-
316
  .tinvwl-content textarea {
317
  line-height: 1.429;
318
  padding: 9px 13px;
@@ -321,16 +384,16 @@ h6 {
321
  border: 1px solid rgba(0, 0, 0, 0.14);
322
  -webkit-box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);
323
  box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);
324
- height: 70px; }
325
-
326
  .tinvwl-content input[type=text], .tinvwl-content input[type=password], .tinvwl-content input[type=color], .tinvwl-content input[type=date], .tinvwl-content input[type=datetime], .tinvwl-content input[type=datetime-local], .tinvwl-content input[type=email], .tinvwl-content input[type=month], .tinvwl-content input[type=number], .tinvwl-content input[type=tel], .tinvwl-content input[type=time], .tinvwl-content input[type=url], .tinvwl-content input[type=week], .tinvwl-content input[type=search] {
327
  height: 42px;
328
- border-radius: 4px; }
329
-
330
  .tinvwl-content select {
331
  height: 42px;
332
- border-radius: 4px; }
333
-
334
  .tinvwl-content .tablenav input[type=search] {
335
  height: 35px;
336
  width: 210px;
@@ -338,26 +401,27 @@ h6 {
338
  -webkit-box-shadow: none;
339
  box-shadow: none;
340
  border: none;
341
- background: #f4f3ef; }
342
- .tinvwl-content .tablenav input[type=search] + input[type=submit], .tinvwl-content .tablenav input[type=search] + button[type=submit] {
343
- vertical-align: middle; }
344
-
 
345
  .tinvwl-content .tablenav .tinvwl-select-wrap + input[type=submit] {
346
  float: left;
347
- margin-right: 8px !important; }
348
-
349
  .tinvwl-content .tablenav input[type=search] + input[type=submit], .tinvwl-content .tablenav input[type=search] + button[type=submit] {
350
  float: left;
351
- margin-right: 8px !important; }
352
-
353
  .tinvwl-content input[type=text]:disabled, .tinvwl-content input[type=password]:disabled, .tinvwl-content input[type=color]:disabled, .tinvwl-content input[type=date]:disabled, .tinvwl-content input[type=datetime]:disabled, .tinvwl-content input[type=datetime-local]:disabled, .tinvwl-content input[type=email]:disabled, .tinvwl-content input[type=month]:disabled, .tinvwl-content input[type=number]:disabled, .tinvwl-content input[type=tel]:disabled, .tinvwl-content input[type=time]:disabled, .tinvwl-content input[type=url]:disabled, .tinvwl-content input[type=week]:disabled, .tinvwl-content input[type=search]:disabled {
354
  font-size: 15px;
355
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
356
  font-weight: 600;
357
  color: #291C09;
358
  background-color: #f6f3ed;
359
- border-color: #f6f3ed; }
360
-
361
  .tinvwl-content select {
362
  font-family: Arial, sans-serif;
363
  font-size: 14px;
@@ -370,18 +434,20 @@ h6 {
370
  background-image: url("../img/select_caret.png");
371
  background-repeat: no-repeat;
372
  background-position: 4% center;
373
- background-position: calc(100% - (100% - 15px)) center; }
374
- .tinvwl-content select:disabled {
375
- font-size: 15px;
376
- font-family: "Open Sans", "Helvetica Neue", sans-serif;
377
- font-weight: 600;
378
- color: #291C09;
379
- background-color: #f6f3ed;
380
- border-color: #f6f3ed; }
381
- .tinvwl-content select[multiple="multiple"] {
382
- padding: 9px 13px;
383
- background: #fff; }
384
-
 
 
385
  .tinvwl-content .tinvwl-select.grey {
386
  font-size: 14px;
387
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
@@ -389,25 +455,31 @@ h6 {
389
  height: 35px;
390
  border: none;
391
  color: #5D5D5D;
392
- background: #f4f3ef; }
 
393
 
394
  @media screen and (max-width: 782px) {
395
  input, textarea {
396
- font-size: 14px; }
 
 
397
  #wpbody .tinvwl-content select {
398
  height: 42px;
399
- font-size: 14px; } }
400
-
 
401
  .tinvwl-select-wrap {
402
  position: relative;
403
  display: inline-block;
404
  vertical-align: middle;
405
- cursor: pointer; }
 
406
 
407
  .tinvwl-content select.tinvwl-select.grey {
408
  padding-left: 47px;
409
  margin: 0;
410
- border-radius: 4px; }
 
411
 
412
  .tinvwl-select + .tinvwl-caret {
413
  pointer-events: none;
@@ -419,96 +491,109 @@ h6 {
419
  height: 36px;
420
  line-height: 36px;
421
  text-align: center;
422
- border-radius: 4px 0 0 4px; }
423
- .tinvwl-select + .tinvwl-caret span {
424
- display: inline-block;
425
- width: 13px;
426
- height: 8px;
427
- background: url("../img/chevron_down.png") no-repeat center;
428
- background-position: 100% -10px; }
429
-
 
430
  .tinvwl-select:hover + .tinvwl-caret {
431
- background: #3e3e3e; }
432
- .tinvwl-select:hover + .tinvwl-caret span {
433
- background-position: 100% 0; }
 
 
434
 
435
  /* Buttons */
436
  .tinvwl-content .tinvwl-nav {
437
- margin: 0 40px; }
438
-
439
  .tinvwl-content .tinvwl-panel + .tinvwl-nav {
440
- margin-top: 40px; }
 
441
 
442
  .tinvwl-nav .tinvwl-prev {
443
- float: right; }
444
- .tinvwl-nav .tinvwl-prev .tinvwl-btn {
445
- float: right; }
446
-
 
447
  .tinvwl-nav .tinvwl-next {
448
  float: left;
449
- text-align: left; }
450
-
451
  .tinvwl-nav .tinvwl-btn + .tinvwl-btn {
452
- margin-right: 20px; }
 
453
 
454
  .tinvwl-panel.only-button.w-bg {
455
  background: none;
456
- overflow: visible; }
457
-
458
  .tinvwl-panel.only-button.w-shadow {
459
  -webkit-box-shadow: none;
460
  box-shadow: none;
461
- overflow: visible; }
462
-
463
  .tinvwl-panel.only-button thead, .tinvwl-panel.only-button tfoot, .tinvwl-panel.only-button .control-label {
464
- display: none; }
465
-
466
  .tinvwl-panel.only-button .form-group {
467
- margin-bottom: 0; }
468
-
469
  .tinvwl-panel.only-button .form-control {
470
  display: inline-block;
471
- width: auto; }
472
-
473
  .tinvwl-panel.only-button .tinvwl-table > tbody > tr > td {
474
- padding: 0; }
475
-
476
  .tinvwl-panel.only-button #save_buttons--setting_save {
477
- display: inline-block; }
478
-
479
  .tinvwl-panel.only-button #save_buttons--setting_reset {
480
  display: inline-block;
481
- float: left; }
482
- .tinvwl-panel.only-button #save_buttons--setting_reset .form-control {
483
- background-color: #ffffff;
484
- color: #3e3e3e; }
485
- .tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split span {
486
- background: #fbfaf9; }
487
- .tinvwl-panel.only-button #save_buttons--setting_reset .form-control:hover {
488
- color: #fff;
489
- background-color: #515151; }
490
- .tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split:hover span {
491
- background: #434343; }
 
 
 
 
 
492
 
493
  /* reset button */
494
  #doaction, #doaction2, #post-query-submit {
495
- margin: 0; }
 
496
 
497
- button, input[type="submit"] {
498
  display: inline-block;
499
  vertical-align: middle;
500
  margin: 0;
501
- font-family: 'Open Sans', Arial, sans-serif;
502
  font-size: 14px;
503
  line-height: normal;
504
  cursor: pointer;
505
- text-decoration: none; }
 
506
 
507
  .tinvwl-btn {
508
  display: inline-block;
509
  vertical-align: middle;
510
  margin: 0;
511
- font-family: 'Open Sans', Arial, sans-serif;
512
  font-size: 14px;
513
  line-height: normal;
514
  cursor: pointer;
@@ -517,36 +602,38 @@ button, input[type="submit"] {
517
  font-weight: 800;
518
  text-align: center;
519
  text-transform: uppercase;
520
- letter-spacing: -.025em;
521
  border: none;
522
  border-radius: 2px;
523
  color: #fff;
524
- background-color: #96b100; }
 
525
 
526
  a.tinvwl-btn {
527
  padding: 11px 18px 12px 19px;
528
  font-weight: 800;
529
  text-align: center;
530
  text-transform: uppercase;
531
- letter-spacing: -.025em;
532
  border: none;
533
  border-radius: 2px;
534
  color: #fff;
535
- background-color: #96b100; }
 
536
 
537
  .tinvwl-btn.large {
538
- padding: 14px 18px 14px 19px; }
539
-
540
  .tinvwl-btn.small {
541
- padding: 6px 11px 7px; }
542
-
543
  .tinvwl-btn.smaller {
544
  /*padding: 7px 15px;*/
545
- padding: 11px 18px 12px; }
546
-
547
  .tinvwl-btn.red, .tinvwl-btn.green, .tinvwl-btn.dark-green, .tinvwl-btn.black {
548
- font-weight: 800; }
549
-
550
  .tinvwl-btn.grey {
551
  /*padding: 6px 11px 7px;*/
552
  margin: 0;
@@ -554,34 +641,36 @@ a.tinvwl-btn {
554
  font-weight: bold;
555
  /*letter-spacing: 0;*/
556
  color: #3e3e3e;
557
- background: #F4F3EF; }
558
- .tinvwl-btn.grey.large {
559
- font-weight: 800;
560
- padding: 14px 18px 14px 19px; }
561
- .tinvwl-btn.grey.w-icon {
562
- letter-spacing: -.025em; }
563
-
 
 
564
  .tinvwl-btn.red {
565
  color: #fff;
566
- background-color: #ff5739; }
567
-
568
  .tinvwl-btn.orange {
569
  color: #fff;
570
- background-color: #FF9F07; }
571
-
572
  .tinvwl-btn.dark-green {
573
  /*color: #fff;*/
574
- /*background-color: #96b100;*/ }
575
-
576
  .tinvwl-btn.white.smaller {
577
  font-size: 14px;
578
  font-weight: bold;
579
- letter-spacing: -.05em;
580
  padding: 10px 15px 11px;
581
  border: 1px solid rgba(0, 0, 0, 0.14);
582
  -webkit-box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);
583
- box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1); }
584
-
585
  .tinvwl-btn.white.small {
586
  font-family: Arial, sans-serif;
587
  font-size: 14px;
@@ -591,226 +680,266 @@ a.tinvwl-btn {
591
  -webkit-box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);
592
  box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);
593
  padding: 9px 18px;
594
- color: #4f4639; }
595
-
596
  .tinvwl-btn.small.white:hover, .tinvwl-btn.small.white:active, .tinvwl-btn.small.white:focus {
597
- color: #fff; }
598
-
599
  .tinvwl-btn.white {
600
  color: #291c09;
601
- background: #fff; }
602
- .tinvwl-btn.white.no-txt {
603
- padding: 12px 16px; }
604
- .tinvwl-btn.white.small.no-txt {
605
- padding: 9px 12px; }
606
- .tinvwl-btn.white i {
607
- color: #6b625a;
608
- margin-left: 11px; }
609
-
 
 
 
610
  .tinvwl-btn.w-icon {
611
- font-weight: 800; }
612
- .tinvwl-btn.w-icon i {
613
- margin-left: 16px; }
614
-
 
615
  .tinvwl-btn.round.w-icon i {
616
  margin-left: 15px;
617
- font-size: 16px; }
618
-
619
  .tinvwl-btn.w-icon i.ftinvwl-graduation-cap {
620
- vertical-align: text-bottom; }
621
-
622
  .tinvwl-btn.red.w-icon i {
623
- margin-left: 13px; }
624
-
625
  .tinvwl-btn.xl-icon i, .tinvwl-btn.round.xl-icon i {
626
  font-size: 17px;
627
- margin-left: 15px; }
628
-
629
  .tinvwl-btn.lg-icon i {
630
- font-size: 15px; }
631
-
632
  .tinvwl-btn.md-icon i, .tinvwl-btn.round.md-icon i {
633
- font-size: 14px; }
634
-
635
  .tinvwl-btn.sm-icon i {
636
- font-size: 13px; }
637
-
638
  .tinvwl-btn.xs-icon i {
639
  font-size: 11px;
640
- vertical-align: 1%; }
641
-
642
  .tinvwl-btn.white.no-txt i {
643
- margin-left: 0; }
644
-
645
  .tinvwl-btn.white:hover i, .tinvwl-btn.white:active i, .tinvwl-btn.white:focus i {
646
- color: #fff; }
647
-
648
- .tinvwl-btn.green {
649
  color: #fff;
650
- background-color: #a9c203; }
651
-
 
 
 
652
  .tinvwl-btn.black {
653
  color: #fff;
654
- background-color: #515151; }
655
-
656
  .tinvwl-btn.smaller-txt {
657
  font-size: 12px;
658
- padding: 15px 20px; }
659
-
660
  .tinvwl-btn.medium {
661
- letter-spacing: 0; }
662
- .tinvwl-btn.medium.smaller-txt {
663
- padding: 9px 16px; }
664
-
 
665
  .tinvwl-btn.round {
666
  border-radius: 25px;
667
- padding: 15px 28px 16px; }
668
- .tinvwl-btn.round.red {
669
- /*padding: 15px 22px 16px;*/
670
- padding: 16px 30px; }
671
-
 
672
  .tinvwl-btn.split {
673
- padding: 0 0 0 26px; }
674
- .tinvwl-btn.split span {
675
- display: inline-block;
676
- text-align: center;
677
- width: 46px;
678
- padding: 14px 0;
679
- margin-left: 14px;
680
- border-radius: 0 4px 4px 0;
681
- background: #8aa300; }
682
- .tinvwl-btn.split:hover span, .tinvwl-btn.split:active span, .tinvwl-btn.split:focus span {
683
- background: #434343; }
684
- .tinvwl-btn.split.green span {
685
- background: #b9cf09; }
686
- .tinvwl-btn.split.black span {
687
- background: #434343; }
688
- .tinvwl-btn.split span i {
689
- font-size: 17px; }
690
-
 
 
 
 
 
691
  .tinvwl-btn:not(:disabled):hover, .tinvwl-btn:not(:disabled):active, .tinvwl-btn:not(:disabled):focus {
692
  color: #fff;
693
  /*background: #3e3e3e;*/
694
- background-color: #515151; }
 
695
 
696
  a.tinvwl-btn:not(:disabled):hover, a.tinvwl-btn:not(:disabled):active, a.tinvwl-btn:not(:disabled):focus {
697
  color: #fff;
698
  /*background: #3e3e3e;*/
699
- background-color: #515151; }
 
700
 
701
  /* Icons */
702
  .tinvwl-header {
703
  padding: 21px 40px;
704
  margin-bottom: 40px;
705
- background: #ffffff; }
706
- .tinvwl-header .icon.border-grey {
707
- position: relative;
708
- display: inline-block;
709
- width: 45px;
710
- height: 45px;
711
- line-height: 45px;
712
- text-align: center;
713
- background: #fff;
714
- border: 2px solid #f1f1f1;
715
- border-radius: 50%;
716
- color: #3e3e3e; }
717
- .tinvwl-header .icon.border-grey:hover {
718
- border-color: #515151; }
719
- .tinvwl-header .icon.w-lines {
720
- position: relative;
721
- padding: 0 30px; }
722
- .tinvwl-header .icon.w-lines:before, .tinvwl-header .icon.w-lines:after {
723
- content: '';
724
- position: absolute;
725
- top: 50%;
726
- top: calc(50% - 1px);
727
- width: 17px;
728
- height: 1px;
729
- background: rgba(0, 0, 0, 0.12); }
730
- .tinvwl-header .icon.w-lines:before {
731
- right: 0; }
732
- .tinvwl-header .icon.w-lines:after {
733
- left: 0; }
734
- .tinvwl-header .icon .badge {
735
- position: absolute;
736
- top: -5px;
737
- left: -10px;
738
- display: inline-block;
739
- min-width: 26px;
740
- height: 26px;
741
- font-size: 11px;
742
- line-height: 19px;
743
- font-weight: bold;
744
- background: #ff5739;
745
- border: 3px solid #ffffff;
746
- color: #ffffff;
747
- border-radius: 50%; }
 
 
 
 
 
 
 
 
748
 
749
  .tinwl-logo i.logo_heart {
750
- min-width: 54px; }
751
-
752
  .tinwl-logo h2 {
753
  font-size: 18px;
754
  font-weight: bold;
755
  text-transform: uppercase;
756
  line-height: 1;
757
- padding-right: 10px; }
 
758
 
759
  .tinvwl-header .tinvwl-title {
760
  padding-right: 28px;
761
  margin-right: 28px;
762
- border-right: 1px solid #dcddde; }
763
-
764
  .tinvwl-header h1 {
765
  color: #3e3e3e;
766
- padding: 0; }
767
-
768
  .tinvwl-header .tinvwl-status-panel {
769
- margin-top: -12px; }
770
- .tinvwl-header .tinvwl-status-panel > a {
771
- vertical-align: middle; }
772
- .tinvwl-header .tinvwl-status-panel > a + a {
773
- margin-right: 15px; }
774
-
 
 
775
  .tinvwl-header .tinvwl-btn {
776
  margin-top: 15px;
777
- margin-top: 18px; }
778
- .tinvwl-header .tinvwl-btn.red i {
779
- color: #ffdc00; }
780
-
 
781
  .tinvwl-header .tinvwl-status-panel {
782
- text-align: left; }
 
783
 
784
  .tinvwl-sign-icon {
785
  font-size: 30px;
786
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
787
- color: #948d84; }
 
788
 
789
  @media (max-width: 1199px) {
790
  .tinvwl-header {
791
- text-align: center; }
792
- .tinvwl-header .tinvwl-table, .tinvwl-header .tinvwl-cell, .tinvwl-header .tinvwl-cell-3 {
793
- display: block; }
794
- .tinvwl-header h1 + .tinvwl-status-panel {
795
- margin-top: 25px; }
796
- .tinvwl-header .tinvwl-status-panel {
797
- text-align: center;
798
- margin-top: 15px; }
799
- .tinvwl-header .tinvwl-status-panel > a + a {
800
- margin-right: 9px; }
 
 
 
 
 
 
801
  .tinwl-logo {
802
  display: block;
803
- margin: 0 auto; }
804
- .tinwl-logo h2, .tinwl-logo img {
805
- display: block;
806
- margin: 0 auto; }
 
 
 
807
  .tinvwl-header .tinvwl-title {
808
  display: block;
809
- margin: 0 auto; }
 
 
810
  .tinwl-logo h2 {
811
  padding-right: 0;
812
  margin-right: 0;
813
- margin-top: 6px; }
 
 
814
  .tinvwl-header .tinvwl-title {
815
  position: relative;
816
  padding-right: 12px;
@@ -818,106 +947,133 @@ a.tinvwl-btn:not(:disabled):hover, a.tinvwl-btn:not(:disabled):active, a.tinvwl-
818
  padding-top: 13px;
819
  margin-right: 0;
820
  margin-top: 16px;
821
- border-right: 0; }
822
- .tinvwl-header .tinvwl-title:before {
823
- content: '';
824
- position: absolute;
825
- top: 0;
826
- right: 0;
827
- left: 0;
828
- width: 40px;
829
- height: 1px;
830
- margin: 0 auto;
831
- background: #dcddde; } }
832
-
 
 
833
  @media (max-width: 782px) {
834
  .tinvwl-header .tinvwl-btn .tinvwl-txt {
835
- display: none; }
 
836
  .tinvwl-header .tinvwl-btn i {
837
- margin-left: 0 !important; }
 
838
  .tinvwl-header .tinvwl-btn.grey {
839
  padding-right: 16px;
840
- padding-left: 16px; } }
841
-
 
842
  .tinvwl-content h2 {
843
  /*margin: 0;*/
844
- /*line-height: 40px;*/ }
 
845
 
846
  /* Privacy Navigation */
847
  .tinwl-wishlists-privacy {
848
- margin: -10px 0 0; }
849
- .tinwl-wishlists-privacy li {
850
- float: right;
851
- margin: 10px 0 0 10px; }
852
- .tinwl-wishlists-privacy li:last-child {
853
- margin-left: 0; }
854
- .tinwl-wishlists-privacy li a {
855
- display: block;
856
- font-family: "Open Sans", "Helvetica Neue", sans-serif;
857
- font-size: 14px;
858
- font-weight: 600;
859
- line-height: 1;
860
- padding: 10px 16px;
861
- border-radius: 3px;
862
- color: #404040;
863
- background: #ede8df; }
864
- .tinwl-wishlists-privacy li.active a {
865
- color: #fff;
866
- background-color: #96b100; }
867
- .tinwl-wishlists-privacy li a:hover, .tinwl-wishlists-privacy li a:active, .tinwl-wishlists-privacy li a:focus {
868
- color: #fff;
869
- background-color: #96b100; }
 
 
 
 
 
 
870
 
871
  @media screen and (max-width: 782px) {
872
  .tinwl-wishlists-privacy {
873
- margin-right: 15px; } }
874
-
 
875
  /* Panel */
876
  .tinvwl-panel {
877
- margin: 40px 40px 0; }
878
- .tinvwl-panel .w-bg-grey {
879
- background: #fbfaf9; }
880
- .tinvwl-panel.w-shadow {
881
- -webkit-box-shadow: -1px 1px 8px 0 rgba(170, 157, 137, 0.14);
882
- box-shadow: -1px 1px 8px 0 rgba(170, 157, 137, 0.14); }
883
- .tinvwl-panel.w-bg {
884
- background: #ffffff;
885
- border-radius: 4px; }
 
 
 
 
886
 
887
  .tinvwl-table.w-info .tinvwl-info[rowspan] {
888
- vertical-align: middle; }
889
- .tinvwl-table.w-info .tinvwl-info[rowspan] .tinvwl-info-sign {
890
- vertical-align: middle; }
891
-
 
892
  .tinvwl-table.w-info .tinvwl-info-top > tr .tinvwl-info {
893
- vertical-align: top; }
 
894
 
895
  @media screen and (max-width: 1200px) {
896
  .tinvwl-panel {
897
- margin: 20px 20px 0; }
898
- .tinvwl-header {
899
- margin-bottom: 20px; } }
900
 
 
 
 
 
901
  @media screen and (max-width: 782px) {
902
  .tinvwl-panel {
903
- margin: 20px 0 0; }
904
- .tinvwl-panel.only-button {
905
- text-align: center; } }
906
-
 
 
907
  /**
908
  * Content Elements
909
  */
910
  .tinvwl-content {
911
- /*margin: 14px 40px 10px 20px;*/ }
912
- .tinvwl-content section {
913
- /*margin-top: 20px;*/
914
- /*background-color: #FFF;*/
915
- /*border-radius: 5px;*/ }
916
- .tinvwl-content section:after {
917
- /*content: '';
918
- display: block;
919
- height: 0;
920
- clear: both;*/ }
 
 
 
921
 
922
  /* Preview Icon */
923
  .tinvwl-icon-preview {
@@ -929,599 +1085,689 @@ a.tinvwl-btn:not(:disabled):hover, a.tinvwl-btn:not(:disabled):active, a.tinvwl-
929
  text-align: center;
930
  border-radius: 2px;
931
  color: #595857;
932
- background: #f6f3ed; }
933
- .tinvwl-icon-preview span {
934
- position: absolute;
935
- top: 50%;
936
- right: 0;
937
- left: 0;
938
- -webkit-transform: translateY(-50%);
939
- transform: translateY(-50%); }
940
- .tinvwl-icon-preview span img {
941
- max-width: 50px;
942
- max-height: 42px;
943
- vertical-align: middle; }
 
 
 
944
 
945
  @media (min-width: 1200px) {
946
  .tinvwl-icon-preview {
947
- margin-bottom: 0; } }
948
-
 
949
  /* Table */
950
  .tinvwl-content .table-wrap {
951
- /*padding: 25px 0;*/ }
952
-
953
  .tinvwl-content table.widefat {
954
  -webkit-box-shadow: none;
955
- box-shadow: none; }
956
-
957
  .tinvwl-content .tablenav {
958
  height: auto;
959
  margin: 30px;
960
- background: #ffffff; }
961
- .tinvwl-content .tablenav .actions {
962
- /*padding: 6px 0 0;*/
963
- padding: 0; }
964
-
 
965
  .tinvwl-content .widefat th, .tinvwl-content .widefat td {
966
  text-align: center;
967
- padding: 0; }
968
-
969
  .tinvwl-content .widefat th {
970
  padding: 27px 0;
971
- position: relative; }
 
972
 
973
  @media screen and (max-width: 782px) {
974
  .tablenav.top .actions {
975
- display: block; }
 
976
  .tablenav br.tinv-wishlist-clear {
977
- display: none; }
 
 
978
  .tinvwl-content .tablenav {
979
- margin: 15px 12px; }
980
- .tinvwl-content .tablenav .alignleft, .tinvwl-content .tablenav .alignright {
981
- float: none; }
982
- .tinvwl-content .tablenav .tinvwl-full {
983
- display: none; }
984
- .tinvwl-content .tablenav .alignleft + .alignright {
985
- margin-top: 10px; }
986
- .tinvwl-content .tablenav .tinvwl-select-wrap {
987
- width: calc(100% - 75px); }
 
 
 
 
 
 
988
  #wpbody .tinvwl-content .tablenav .tinvwl-select-wrap select.tinvwl-select {
989
  max-width: 100%;
990
  width: 100%;
991
  height: 35px;
992
- padding: 9px 13px; }
993
- .tinvwl-content .tablenav input[type=search] {
994
- width: calc(100% - 84px); } }
995
 
 
 
 
 
996
  .tinvwl-info-wrap.tinvwl-in-table {
997
  /*position: absolute;
998
  top: 50%;
999
- margin-top: -11px;*/ }
 
1000
 
1001
  .tinvwl-content .widefat th.sortable, .tinvwl-content .widefat th.sorted {
1002
- padding: 0; }
1003
-
1004
  .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {
1005
- padding: 28px 17px; }
1006
-
1007
  .tinvwl-content .widefat th.tinvwl-has-info {
1008
- padding-top: 28px; }
1009
- .tinvwl-content .widefat th.tinvwl-has-info.sortable > a, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a {
1010
- padding-top: 0; }
1011
-
 
1012
  .tinvwl-content .widefat th.sortable:first-of-type, .tinvwl-content .widefat th.sorted:first-of-type {
1013
- padding-right: 0; }
1014
-
1015
  .tinvwl-content .widefat th.sortable:first-of-type > a, .tinvwl-content .widefat th.sorted:first-of-type > a {
1016
- padding-right: 28px; }
1017
-
1018
  .tinvwl-content .widefat th:first-of-type {
1019
  text-align: right;
1020
- padding-right: 28px; }
1021
-
1022
  .tinvwl-content .widefat td:first-of-type {
1023
  text-align: right;
1024
- padding-right: 28px; }
1025
-
1026
  .tinvwl-content .widefat th .tinvwl-help-wrap {
1027
  display: inline-block;
1028
- margin-right: 6px; }
1029
-
1030
  .tinvwl-content .widefat th.sortable > a + .tinvwl-help-wrap, .tinvwl-content .widefat th.sorted > a + .tinvwl-help-wrap {
1031
- margin-right: 0; }
1032
-
1033
  .tinvwl-content .widefat thead tr {
1034
- background: #f4f3ef; }
1035
-
1036
  .tinvwl-content .striped > tbody > :nth-child(odd), .tinvwl-content ul.striped > :nth-child(odd) {
1037
- background: none; }
1038
-
1039
  .tinvwl-content .widefat thead td.check-column, .tinvwl-content .widefat tbody th.check-column {
1040
  width: 50px;
1041
  padding: 28px 28px 28px 0;
1042
- vertical-align: middle; }
1043
-
1044
  .tinvwl-content .widefat thead td.check-column {
1045
- padding: 28px 28px 28px 0; }
1046
-
1047
  .tinvwl-content .widefat tbody th.check-column {
1048
- padding: 13px 28px 13px 0; }
1049
-
1050
  .tinvwl-content .widefat thead td.check-column + th {
1051
- padding-right: 21px; }
1052
- .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > a, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > a {
1053
- padding-right: 21px; }
1054
-
 
1055
  .tinvwl-content .widefat tbody th.check-column + td {
1056
- padding-right: 21px; }
1057
-
1058
  .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > .tinvwl-info-wrap.tinvwl-in-table, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > .tinvwl-info-wrap.tinvwl-in-table {
1059
- padding-right: 21px; }
1060
-
1061
  .tinvwl-content .widefat thead td.pause-play-column {
1062
  padding: 0;
1063
  width: 53px;
1064
- text-align: center; }
1065
-
1066
  .tinvwl-content .widefat tbody th.pause-play-column {
1067
  padding: 0;
1068
  width: 53px;
1069
- text-align: center; }
1070
-
1071
  .tinvwl-content th.sortable a, .tinvwl-content th.sorted a {
1072
- padding: 0; }
1073
-
1074
  .tinvwl-content .widefat th {
1075
  font-size: 14px;
1076
  font-weight: 600;
1077
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
1078
  color: #291C09;
1079
  text-transform: uppercase;
1080
- letter-spacing: -.025em; }
1081
-
1082
  .tinvwl-content th.sortable > a, .tinvwl-content th.sorted > a {
1083
  font-size: 14px;
1084
  font-weight: 600;
1085
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
1086
  color: #291C09;
1087
  text-transform: uppercase;
1088
- letter-spacing: -.025em; }
1089
-
1090
  .tinvwl-content th.sortable > a, .tinvwl-content th.sorted > a {
1091
  display: inline-block;
1092
- vertical-align: middle; }
1093
-
1094
  .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {
1095
- position: relative; }
1096
-
1097
  .tinvwl-content .widefat th.sortable > a .sorting-indicator, .tinvwl-content .widefat th.sorted > a .sorting-indicator {
1098
  position: absolute;
1099
  top: 50%;
1100
  left: 0;
1101
- margin-top: -2px; }
1102
-
1103
  .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {
1104
- margin-top: -15px; }
1105
-
1106
  .tinvwl-content th.sortable a span, .tinvwl-content th.sorted a span {
1107
- float: none; }
1108
-
1109
  .tinvwl-content table.widefat {
1110
  /*table-layout: auto;*/
1111
  border: none;
1112
- border-bottom: 2px solid #f7f7f7; }
1113
-
1114
  .tinvwl-content .widefat thead td, .tinvwl-content .widefat thead th {
1115
- border-bottom: 0; }
1116
-
1117
  .tinvwl-content .widefat td {
1118
  padding: 24px 0;
1119
- vertical-align: middle; }
1120
-
1121
  .tinvwl-content .widefat tbody td {
1122
- padding: 13px 0; }
1123
-
1124
  .tinvwl-content .widefat td {
1125
- font-size: 14px; }
1126
- .tinvwl-content .widefat td ol, .tinvwl-content .widefat td p, .tinvwl-content .widefat td ul {
1127
- font-size: 14px; }
1128
-
 
1129
  .tinvwl-content .widefat tbody tr + tr {
1130
- border-top: 2px solid #f7f7f7; }
1131
-
1132
  .tinvwl-content .widefat thead th.column-preference {
1133
  /*display: none;*/
1134
- text-indent: -9999px; }
1135
-
1136
  .tinvwl-content .widefat.wishlists thead th.column-preference, .tinvwl-content .widefat.wishlists tbody td.column-preference {
1137
  min-width: 220px;
1138
- width: 220px; }
1139
-
1140
  .tinvwl-content .widefat:not(.products) tbody td.column-preference {
1141
- text-align: left; }
1142
-
1143
  .tinvwl-content .widefat.products thead th.column-quantity a > span:not(.sorting-indicator) {
1144
- max-width: 91px; }
1145
-
1146
  .tinvwl-content .widefat.users tbody .column-name > a {
1147
- display: block; }
1148
-
1149
  .tinvwl-content .widefat.products thead th.column-preference, .tinvwl-content .widefat.products tbody td.column-preference {
1150
  width: 345px;
1151
- min-width: 345px; }
1152
-
1153
  .tinvwl-content .widefat.users thead th.column-preference, .tinvwl-content .widefat.users tbody td.column-preference {
1154
  width: 165px;
1155
- min-width: 165px; }
1156
-
1157
  .tinvwl-content .widefat tbody .column-name strong {
1158
- font-weight: normal; }
1159
-
1160
  .tinvwl-content .widefat tbody .column-name > a {
1161
- display: table; }
1162
-
1163
  .tinvwl-content .widefat tbody .column-name .product-image {
1164
  display: table-cell;
1165
- vertical-align: middle; }
1166
- .tinvwl-content .widefat tbody .column-name .product-image img {
1167
- max-width: 66px; }
1168
-
 
1169
  .tinvwl-content .widefat tbody .column-name .product-title {
1170
  display: table-cell;
1171
  vertical-align: middle;
1172
- padding-right: 15px; }
1173
-
1174
  .tinvwl-content .widefat thead th.column-preference, .tinvwl-content .widefat tbody td.column-preference {
1175
- padding-left: 20px; }
1176
-
1177
  .tinvwl-content .widefat.products tbody td.column-preference > a {
1178
  margin-left: 10px;
1179
- float: right; }
1180
- .tinvwl-content .widefat.products tbody td.column-preference > a:last-child {
1181
- margin-left: 0; }
1182
-
 
1183
  .tinvwl-content .tablenav .tablenav-pages {
1184
  float: none;
1185
  text-align: center;
1186
  height: auto;
1187
- margin-top: 0; }
1188
- .tinvwl-content .tablenav .tablenav-pages .pagination-links > a {
1189
- display: inline-block;
1190
- vertical-align: middle;
1191
- text-align: center;
1192
- font-size: 14px;
1193
- font-weight: normal;
1194
- padding: 0;
1195
- min-width: 38px;
1196
- height: 38px;
1197
- line-height: 38px;
1198
- border-radius: 50%;
1199
- border: none;
1200
- background: none;
1201
- color: #3e3e3e; }
1202
- .tinvwl-content .tablenav .tablenav-pages .pagination-links > span {
1203
- display: inline-block;
1204
- vertical-align: middle;
1205
- text-align: center;
1206
- font-size: 14px;
1207
- font-weight: normal;
1208
- padding: 0;
1209
- min-width: 38px;
1210
- height: 38px;
1211
- line-height: 38px;
1212
- border-radius: 50%;
1213
- border: none;
1214
- background: none;
1215
- color: #3e3e3e;
1216
- color: rgba(62, 62, 62, 0.46);
1217
- background: #f3f1ec; }
1218
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page {
1219
- background: #f3f1ec; }
1220
- .tinvwl-content .tablenav .tablenav-pages .pagination-links > .tinvwl-page-number.space {
1221
- background: none;
1222
- color: #3e3e3e; }
1223
- .tinvwl-content .tablenav .tablenav-pages .pagination-links > a:hover {
1224
- background: #3e3e3e;
1225
- color: #fff; }
1226
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover {
1227
- background: #3e3e3e;
1228
- color: #fff; }
1229
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page {
1230
- margin-left: 20px; }
1231
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover {
1232
- background: #3e3e3e;
1233
- color: #fff; }
1234
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page {
1235
- margin-right: 20px; }
1236
- .tinvwl-content .tablenav .tablenav-pages .tinvwl-chevron {
1237
- display: inline-block;
1238
- vertical-align: middle;
1239
- width: 9px;
1240
- height: 16px; }
1241
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron {
1242
- background: url("../img/chevron_icon.png") no-repeat center;
1243
- background-position: 100% -16px; }
1244
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {
1245
- background: url("../img/chevron_icon.png") no-repeat center;
1246
- background-position: 100% 0; }
1247
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron {
1248
- background: url("../img/chevron_icon.png") no-repeat center;
1249
- background-position: -10px -16px; }
1250
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {
1251
- background: url("../img/chevron_icon.png") no-repeat center;
1252
- background-position: -10px 0; }
1253
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1254
  .tinvwl-content .widefat.products thead th.column-name, .tinvwl-content .widefat.products tbody td.column-name {
1255
  /*width: 200px;*/
1256
- width: 30%; }
1257
-
1258
  .tinvwl-content .widefat.wishlists thead th.column-title, .tinvwl-content .widefat.wishlists tbody td.column-title {
1259
- width: 45%; }
1260
-
1261
  .tinvwl-content .widefat.users thead th.column-wishlist, .tinvwl-content .widefat.users tbody td.column-wishlist {
1262
- width: 45%; }
1263
-
1264
  .tinvwl-content .widefat.users thead th.column-name, .tinvwl-content .widefat.users tbody td.column-name {
1265
- text-align: right; }
1266
-
1267
  .tinvwl-content .widefat.users thead th.column-quantity, .tinvwl-content .widefat.users tbody td.column-quantity {
1268
- width: 100px; }
1269
-
1270
  .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-mobile {
1271
- display: none; }
1272
-
1273
  .tinvwl-content .widefat.products thead th.column-quantity span span {
1274
- float: none; }
 
1275
 
1276
  @media screen and (max-width: 1440px) {
1277
  .tinvwl-content .widefat.products thead th.column-preference, .tinvwl-content .widefat.products tbody td.column-preference {
1278
  width: 204px;
1279
- min-width: 204px; }
 
1280
  .tinvwl-content .widefat.wishlists thead th.column-preference, .tinvwl-content .widefat.wishlists tbody td.column-preference {
1281
  width: 98px;
1282
- min-width: 98px; }
 
1283
  .tinvwl-content .widefat.users thead th.column-preference, .tinvwl-content .widefat.users tbody td.column-preference {
1284
  width: 60px;
1285
- min-width: 60px; }
 
1286
  .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn.tinvwl-w-mobile {
1287
- padding: 9px 12px; }
 
1288
  .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-mobile {
1289
  display: inline;
1290
- margin: 0; }
 
1291
  .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-full {
1292
- display: none; } }
1293
-
 
1294
  @media screen and (max-width: 1366px) and (min-width: 783px) {
1295
  .tinvwl-content .widefat.products thead th.column-name, .tinvwl-content .widefat.products tbody td.column-name {
1296
  /*width: 110px;*/
1297
- /*min-width: 110px;*/ }
 
1298
  .tinvwl-content .widefat tbody .column-name .product-image {
1299
- display: block; }
 
1300
  .tinvwl-content .widefat tbody .column-name .product-title {
1301
  display: block;
1302
- padding-right: 0; }
 
1303
  .tinvwl-content .widefat.products thead th.column-preference {
1304
  width: 103px;
1305
- min-width: 103px; }
 
1306
  .tinvwl-content .widefat.products tbody td.column-preference {
1307
  width: 103px;
1308
- min-width: 103px; }
1309
- .tinvwl-content .widefat.products tbody td.column-preference > a {
1310
- margin-left: 5px; }
 
 
1311
  .tinvwl-content .widefat tbody td.column-preference > a:nth-child(2n) {
1312
- margin-left: 0; }
 
1313
  .tinvwl-content .widefat tbody td.column-preference > a:nth-child(n+3) {
1314
- margin-top: 5px; }
 
1315
  .tinvwl-content .widefat thead th .tinvwl-full {
1316
- display: none; } }
1317
-
 
1318
  @media screen and (max-width: 1200px) and (min-width: 783px) {
1319
  .tinvwl-content th.sortable a span, .tinvwl-content th.sorted a span {
1320
- float: none; }
 
1321
  .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {
1322
  padding-right: 0;
1323
  padding-left: 0;
1324
- position: static; }
 
1325
  .tinvwl-content .widefat th.sortable > a .sorting-indicator, .tinvwl-content .widefat th.sorted > a .sorting-indicator {
1326
  top: auto;
1327
  bottom: 12px;
1328
  right: 0;
1329
  left: 0;
1330
  margin-right: auto;
1331
- margin-left: auto; }
 
1332
  .tinvwl-content .widefat th.sortable > a .sorting-indicator:before, .tinvwl-content .widefat th.sorted > a .sorting-indicator:before {
1333
- right: -5px; }
 
1334
  .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {
1335
- margin-top: 12px; }
 
1336
  .tinvwl-content .widefat.wishlists thead th.column-title, .tinvwl-content .widefat.wishlists tbody td.column-title {
1337
- width: 38%; } }
1338
-
 
1339
  @media screen and (max-width: 782px) {
1340
  .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {
1341
- margin-top: 0; }
 
1342
  .tinvwl-content .widefat.products tbody td.column-preference > a {
1343
  margin-left: 5px;
1344
- float: none; }
 
1345
  .tinvwl-content .widefat tbody .column-name .product-image, .tinvwl-content .widefat tbody .column-name .product-title {
1346
- vertical-align: top; }
 
 
1347
  .tablenav .tablenav-pages {
1348
- margin-bottom: 15px; }
 
 
1349
  .tinvwl-content .widefat thead th.column-primary {
1350
- width: 100% !important; }
 
1351
  .tinvwl-content .widefat thead td.check-column + th.column-primary {
1352
- width: 50% !important; }
 
1353
  .tinvwl-content .widefat.users thead td.check-column + th.column-primary {
1354
- width: 100% !important; } }
1355
-
 
1356
  /* Tables */
1357
  .tinvwl-table {
1358
  display: table;
1359
  /*height: 100%;*/
1360
  width: 100%;
1361
- max-width: 100%; }
1362
- .tinvwl-table.w-bg {
1363
- background: #fff;
1364
- overflow: hidden;
1365
- border-radius: 4px; }
1366
- .tinvwl-table.w-shadow {
1367
- -webkit-box-shadow: -1px 1px 8px 0 rgba(170, 157, 137, 0.14);
1368
- box-shadow: -1px 1px 8px 0 rgba(170, 157, 137, 0.14); }
1369
- .tinvwl-table.auto-width {
1370
- width: auto; }
 
 
 
 
1371
 
1372
  .tinvwl-caption {
1373
- display: table-caption; }
 
1374
 
1375
  .tinvwl-row {
1376
- display: table-row; }
 
1377
 
1378
  .tinvwl-rows {
1379
- display: table-row-group; }
 
1380
 
1381
  .tinvwl-cell {
1382
  display: table-cell;
1383
- vertical-align: middle; }
 
1384
 
1385
  .tinvwl-cell-2 {
1386
  display: table-cell;
1387
  vertical-align: middle;
1388
- float: none; }
 
1389
 
1390
  .tinvwl-cell-3 {
1391
  display: table-cell;
1392
  vertical-align: top;
1393
- float: none; }
 
1394
 
1395
  .tinvwl-table.w-info > thead > tr > th:first-child, .tinvwl-table.w-info > tbody > tr > td:first-child {
1396
- width: 67%; }
1397
-
1398
  .tinvwl-table th, .tinvwl-table td {
1399
- vertical-align: top; }
1400
-
1401
  .tinvwl-table .tinvwl-inner.tinv-wishlist-clearfix h3, .tinvwl-table .tinvwl-inner .tinv-wishlist-clearfix h3, .tinvwl-table .tinvwl-inner.tinv-wishlist-clearfix h4, .tinvwl-table .tinvwl-inner .tinv-wishlist-clearfix h4 {
1402
- float: right; }
1403
-
1404
  .tinvwl-table .tinvwl-btn-wrap {
1405
- float: left; }
1406
-
1407
  .tinvwl-table.w-info thead > tr > th {
1408
- text-align: right; }
1409
- .tinvwl-table.w-info thead > tr > th .tinvwl-info-wrap {
1410
- font-weight: normal; }
1411
-
 
1412
  .tinvwl-table > thead > tr > th {
1413
- padding: 0 30px; }
1414
- .tinvwl-table > thead > tr > th:last-child {
1415
- /*padding: 30px;*/ }
1416
-
 
1417
  .tinvwl-table .tinvwl-info {
1418
- vertical-align: top; }
1419
-
1420
  .tinvwl-table > thead > tr > .tinvwl-info .tinvwl-info-wrap {
1421
- padding-bottom: 30px; }
1422
-
1423
  .tinvwl-table tbody tr .tinvwl-inner h2 {
1424
  font-size: 15px;
1425
  color: #291C09;
1426
  font-weight: 600;
1427
- margin-bottom: 21px; }
1428
-
1429
  .tinvwl-table > tbody > tr > .tinvwl-info .tinvwl-info-wrap {
1430
- padding-bottom: 20px; }
1431
-
1432
  .tinvwl-table > tbody > tr > td {
1433
- padding: 0 30px; }
1434
- .tinvwl-table > tbody > tr > td:last-child {
1435
- /*padding: 30px;*/ }
1436
-
 
1437
  .tinvwl-table thead > tr .tinvwl-inner {
1438
  padding: 28px 0;
1439
  margin-bottom: 30px;
1440
- border-bottom: 2px solid rgba(219, 219, 219, 0.522); }
1441
-
1442
  .tinvwl-table thead.tinwl-empty > tr .tinvwl-inner {
1443
  padding: 30px 0 0;
1444
  margin-bottom: 0;
1445
- border-bottom: 0; }
1446
-
1447
  .tinvwl-table thead > tr .tinvwl-inner {
1448
- /*padding: 20px 0;*/ }
1449
-
1450
  .tinvwl-table .tinvwl-header-row label {
1451
  font-size: 22px;
1452
  font-weight: normal;
1453
  line-height: 1.313;
1454
  margin: 0 0 15px;
1455
- padding-top: 3px !important; }
1456
-
1457
  .tinvwl-table thead .tinvwl-empty-info, .tinvwl-table tbody > .tinvwl-bodies-border {
1458
- display: none; }
1459
-
1460
  .tinvwl-table thead .tinvwl-empty-info .tinvwl-inner {
1461
  margin: 0;
1462
- padding-top: 56px; }
 
1463
 
1464
  .tinvwl-bodies-border .tinvwl-info .tinvwl-inner {
1465
  display: none;
1466
  padding-top: 30px;
1467
  margin-top: 10px;
1468
- border-top: 2px solid rgba(219, 219, 219, 0.522); }
 
1469
 
1470
  .tinvwl-style-options .tinvwl-table thead th:first-child, .tinvwl-style-options .tinvwl-bodies-border td:first-child {
1471
- /*padding-right: 0;*/ }
1472
-
1473
  .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info, .tinvwl-style-options .tinvwl-bodies-border .tinvwl-info {
1474
  padding-right: 0;
1475
- background: none; }
1476
-
1477
  .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info {
1478
- display: table-cell; }
1479
- .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info .tinvwl-inner {
1480
- display: block; }
1481
-
 
1482
  .tinvwl-style-options tbody + tbody > .tinvwl-bodies-border .tinvwl-info .tinvwl-inner {
1483
- display: block; }
 
1484
 
1485
  @media (min-width: 1200px) {
1486
  .tinvwl-style-options .tinvwl-table .tinvwl-inner .form-horizontal {
1487
- width: 67%; } }
1488
-
1489
- textarea[name="style_plain-css"] {
1490
- height: 150px; }
 
 
1491
 
1492
  .tinvwl-table tbody + tbody > .tinvwl-bodies-border {
1493
- display: table-row; }
1494
- .tinvwl-table tbody + tbody > .tinvwl-bodies-border:first-child > td:first-child > .tinvwl-inner {
1495
- padding-top: 30px;
1496
- margin-top: 10px;
1497
- border-top: 2px solid rgba(219, 219, 219, 0.522); }
1498
-
 
1499
  .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner {
1500
  padding-bottom: 15px;
1501
  margin-bottom: 30px;
1502
- border-bottom: 2px solid rgba(219, 219, 219, 0.522); }
1503
-
1504
  .tinvwl-table .form-group .col-md-4:nth-child(n+4), .tinvwl-table .form-group .col-lg-4:nth-child(n+4) {
1505
- padding-top: 27px; }
1506
-
1507
  .tinvwl-table tbody:first-of-type > tr:first-child > td:first-child > .tinvwl-inner {
1508
- /*padding-top: 30px;*/ }
1509
-
1510
  .tinvwl-table tbody:last-of-type > tr:last-child > td:first-child > .tinvwl-inner {
1511
- /*padding-bottom: 20px;*/ }
1512
-
1513
  .tinvwl-table tfoot .tinvwl-inner {
1514
- padding-top: 20px; }
1515
-
1516
  .tinvwl-table tbody > tr + tr .tinvwl-inner {
1517
- /*border-top: 2px solid rgba(219,219,219,.522);*/ }
1518
-
1519
  .tinvwl-table tr.no-top-border .tinvwl-inner, .tinvwl-table tr.no-top-border .tinvwl-info-wrap {
1520
  border-top: 0;
1521
- padding-top: 0; }
1522
-
1523
  .tinvwl-table thead .w-bg-grey .tinvwl-info-wrap {
1524
- padding-top: 30px; }
 
1525
 
1526
  /*.tinvwl-table tbody > tr .tinvwl-inner,
1527
  .tinvwl-table tbody > tr .tinvwl-info-wrap {
@@ -1529,46 +1775,62 @@ textarea[name="style_plain-css"] {
1529
  }*/
1530
  /*.tinvwl-table tbody:first-of-type > tr:first-child > td > .tinvwl-info-wrap,*/
1531
  .tiwl-notifications-style-logo img {
1532
- height: 42px; }
 
1533
 
1534
  @media (min-width: 1200px) {
1535
  .tinvwl-table tr.tinvwl-full-width .control-label label {
1536
- margin-bottom: 10px; }
1537
- .tinvwl-table tr.tinvwl-full-width [class^="col-lg-"], .tinvwl-table tr.tinvwl-full-width [class^="col-md-"] {
1538
- width: 100%; }
 
 
1539
  .tinvwl-table tr.tinvwl-full-width textarea {
1540
  height: 250px;
1541
- padding: 15px; }
1542
- .tiwl-notifications-style-logo img {
1543
- float: left; } }
1544
 
 
 
 
 
1545
  @media (max-width: 1199px) {
1546
  .form-horizontal .control-label .tinvwl-empty {
1547
- display: none; }
 
 
1548
  .tinvwl-style-options .tinvwl-empty-info, .tinvwl-style-options .tinvwl-info {
1549
- display: none !important; }
 
1550
  .tinvwl-style-options .tinvwl-table thead th:first-child, .tinvwl-style-options .tinvwl-bodies-border td:first-child {
1551
- padding-left: 30px !important; }
1552
- .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner {
1553
- padding-bottom: 0; }
1554
- .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner .form-group {
1555
- margin-bottom: 20px; } }
1556
 
 
 
 
 
 
 
 
1557
  .tinvwl-info .tinvwl-info-desc a {
1558
  text-decoration: underline;
1559
- color: #ff5739; }
1560
- .tinvwl-info .tinvwl-info-desc a:hover, .tinvwl-info .tinvwl-info-desc a:active, .tinvwl-info .tinvwl-info-desc a:focus {
1561
- color: #000; }
 
 
1562
 
1563
  .tinvwl-info-wrap.tinvwl-in-section {
1564
  background: #fbfaf9;
1565
- color: #4f4639; }
1566
- .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign {
1567
- width: 42px;
1568
- vertical-align: top;
1569
- padding-top: 1px;
1570
- padding-left: 20px; }
1571
-
 
1572
  .tinvwl-info-wrap .tinvwl-info-sign span, .tinvwl-info-wrap .tinvwl-info-sign .tinvwl-help {
1573
  display: inline-block;
1574
  text-align: center;
@@ -1576,85 +1838,112 @@ textarea[name="style_plain-css"] {
1576
  height: 22px;
1577
  line-height: 22px;
1578
  border-radius: 50%;
1579
- background: #e1dbce; }
1580
-
1581
  .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign span, .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign .tinvwl-help {
1582
- display: block; }
1583
-
1584
  .tinvwl-info-wrap i {
1585
  font-size: 14px;
1586
- color: #fbfaf9; }
 
1587
 
1588
  .tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6 > .tinvwl-btn {
1589
- width: auto; }
 
1590
 
1591
  .tinvwl-btns-group {
1592
  margin-bottom: 23px;
1593
  margin-top: -15px;
1594
- margin-left: -15px; }
 
1595
 
1596
  .tiwl-style-custom-allow .tinvwl-inner textarea {
1597
- margin-bottom: 23px; }
 
1598
 
1599
  .tinvwl-btns-group .tinvwl-btn {
1600
  margin-top: 15px;
1601
  margin-left: 15px;
1602
- float: right; }
 
1603
 
1604
  @media (min-width: 1200px) {
1605
  .tinvwl-table .tinvwl-form-onoff, .tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6 > .tinvwl-btn, .tinvwl-btns-group .tinvwl-btn {
1606
- float: left; } }
1607
-
 
1608
  .tinvwl-table .tinvwl-info .tinvwl-info-wrap.tinvwl-in-section .tinvwl-help {
1609
- display: none; }
 
1610
 
1611
  .tinvwl-info-wrap.tinvwl-in-table {
1612
  display: inline-block;
1613
  vertical-align: middle;
1614
  display: block;
1615
- margin-bottom: 5px; }
1616
- .tinvwl-info-wrap.tinvwl-in-table .tinvwl-help {
1617
- cursor: pointer; }
 
 
1618
 
1619
  .tinvwl-content .widefat th.tinvwl-has-info {
1620
- /*word-break: break-all;*/ }
1621
- .tinvwl-content .widefat th.tinvwl-has-info .tinvwl-col-name {
1622
- margin-left: 5px; }
 
 
1623
 
1624
  .tinvwl-info-wrap.tinvwl-in-table .tinvwl-info-desc {
1625
- display: none; }
 
1626
 
1627
  @media (max-width: 1200px) {
1628
  .tinvwl-table .tinvwl-info {
1629
  padding-right: 15px;
1630
  padding-left: 15px;
1631
- /*vertical-align: middle;*/ }
 
1632
  .tinvwl-table.w-info > thead > tr > th:first-child, .tinvwl-table.w-info > tbody > tr > td:first-child {
1633
- width: 90%; }
 
 
1634
  .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign {
1635
  width: auto;
1636
- padding-left: 0; }
1637
- .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign span {
1638
- display: none; }
 
 
 
1639
  .tinvwl-table .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign .tinvwl-help {
1640
  display: block;
1641
- margin: 0 auto; }
1642
- .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-desc {
1643
- display: none; } }
1644
 
 
 
 
 
1645
  @media (max-width: 782px) {
1646
  .tinvwl-content .widefat th.tinvwl-has-info.sortable, .tinvwl-content .widefat th.tinvwl-has-info.sorted {
1647
- padding-top: 0; }
 
 
1648
  .widefat tfoot td input[type=checkbox], .widefat th input[type=checkbox], .widefat thead td input[type=checkbox] {
1649
- margin-bottom: 0; }
 
 
1650
  .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a, .tinvwl-content .widefat th.sortable.tinvwl-has-info > a, .tinvwl-content .widefat th.sorted.tinvwl-has-info > a {
1651
  padding-top: 18px;
1652
- padding-bottom: 18px; }
 
1653
  .tinvwl-content .widefat thead td.check-column {
1654
  padding-top: 14px;
1655
  padding-bottom: 15px;
1656
  padding-right: 20px;
1657
- width: 45px; }
 
1658
  .tinvwl-content .widefat tbody th.check-column {
1659
  padding-top: 14px;
1660
  padding-bottom: 15px;
@@ -1662,32 +1951,44 @@ textarea[name="style_plain-css"] {
1662
  width: 45px;
1663
  padding-top: 11px;
1664
  padding-bottom: 11px;
1665
- vertical-align: top; }
 
1666
  .tinvwl-content .widefat.wishlists thead td.check-column, .tinvwl-content .widefat.wishlists tbody th.check-column {
1667
- width: 23px; }
 
1668
  .tinvwl-content .widefat thead td.check-column + th {
1669
- padding-right: 10px; }
1670
- .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > a, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > a {
1671
- padding-right: 10px; }
 
 
1672
  .tinvwl-content .widefat tbody th.check-column + td {
1673
- padding-right: 10px; }
 
1674
  .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > .tinvwl-info-wrap.tinvwl-in-table, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > .tinvwl-info-wrap.tinvwl-in-table {
1675
  padding-right: 13px;
1676
  display: inline-block;
1677
  margin-top: 5px;
1678
- margin-bottom: 0; }
 
 
1679
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {
1680
- text-align: right; }
 
1681
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {
1682
  text-align: left;
1683
- padding-left: 30px; }
 
1684
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {
1685
- right: 28px; }
 
1686
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.check-column + td:not(.column-primary)::before {
1687
- right: 13px; }
 
1688
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column):last-child {
1689
- padding-bottom: 13px; } }
1690
-
 
1691
  /* Popover */
1692
  .popover {
1693
  position: absolute;
@@ -1703,32 +2004,39 @@ textarea[name="style_plain-css"] {
1703
  background-clip: padding-box;
1704
  border-radius: 6px;
1705
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.22);
1706
- box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.22); }
1707
- .popover.top {
1708
- margin-top: -10px; }
1709
- .popover.right {
1710
- margin-right: 10px; }
1711
- .popover.bottom {
1712
- margin-top: 10px; }
1713
- .popover.left {
1714
- margin-right: -10px; }
 
 
 
 
 
1715
 
1716
  .popover-title {
1717
  padding: 30px 30px 0;
1718
  margin: 0;
1719
- font-family: 'Open Sans', Arial, sans-serif;
1720
  font-size: 14px;
1721
  font-weight: 600;
1722
  line-height: 1.714;
1723
  text-transform: uppercase;
1724
- letter-spacing: -.35px; }
 
1725
 
1726
  .popover-content {
1727
  padding: 25px 30px 30px;
1728
  color: #5D5D5D;
1729
  font-family: Arial, sans-serif;
1730
  font-size: 14px;
1731
- line-height: 1.429; }
 
1732
 
1733
  .popover > .arrow {
1734
  position: absolute;
@@ -1739,201 +2047,230 @@ textarea[name="style_plain-css"] {
1739
  border-style: solid;
1740
  border-width: 11px;
1741
  margin-right: 0;
1742
- overflow: visible; }
1743
- .popover > .arrow:after {
1744
- position: absolute;
1745
- display: block;
1746
- width: 0;
1747
- height: 0;
1748
- border-color: transparent;
1749
- border-style: solid;
1750
- content: none;
1751
- z-index: 9999;
1752
- background: none;
1753
- -webkit-box-shadow: none;
1754
- box-shadow: none;
1755
- position: absolute;
1756
- right: auto;
1757
- top: auto;
1758
- width: auto;
1759
- height: auto;
1760
- -webkit-transform: none;
1761
- transform: none;
1762
- content: "";
1763
- border-width: 10px; }
1764
-
 
1765
  .popover.top > .arrow {
1766
  bottom: -11px;
1767
  right: 50%;
1768
  margin-right: -11px;
1769
- border-bottom-width: 0; }
1770
- .popover.top > .arrow:after {
1771
- bottom: 1px;
1772
- margin-right: -10px;
1773
- content: " ";
1774
- border-top-color: #fff;
1775
- border-bottom-width: 0; }
1776
-
 
1777
  .popover.right > .arrow {
1778
  top: 50%;
1779
  right: -11px;
1780
  margin-top: -11px;
1781
- border-right-width: 0; }
1782
- .popover.right > .arrow:after {
1783
- bottom: -10px;
1784
- right: 1px;
1785
- content: " ";
1786
- border-left-color: #fff;
1787
- border-right-width: 0; }
1788
-
 
1789
  .popover.bottom > .arrow {
1790
  top: -11px;
1791
  right: 50%;
1792
  margin-right: -11px;
1793
- border-top-width: 0; }
1794
- .popover.bottom > .arrow:after {
1795
- top: 1px;
1796
- margin-right: -10px;
1797
- content: " ";
1798
- border-top-width: 0;
1799
- border-bottom-color: #fff; }
1800
-
 
1801
  .popover.left > .arrow {
1802
  top: 50%;
1803
  right: auto;
1804
  left: -11px;
1805
  margin-top: -11px;
1806
- border-left-width: 0; }
1807
- .popover.left > .arrow:after {
1808
- right: auto;
1809
- left: 1px;
1810
- bottom: -10px;
1811
- content: " ";
1812
- border-left-width: 0;
1813
- border-right-color: #fff; }
 
 
1814
 
1815
  /* Image w/description */
1816
  .tinvwl-img-w-desc i {
1817
- margin-left: 20px; }
1818
-
1819
  .tinvwl-img-w-desc h5 {
1820
  font-weight: 600;
1821
- text-transform: uppercase; }
1822
-
1823
  .tinvwl-img-w-desc .tinvwl-desc {
1824
- color: #4f4639; }
1825
-
1826
  .tinvwl-img-w-desc h5 + .tinvwl-desc {
1827
- margin-top: 2px; }
 
1828
 
1829
  /* Premium Features */
1830
  .tinvwl-premium-feat .row {
1831
  margin: 0;
1832
  display: -webkit-box;
1833
  display: -ms-flexbox;
1834
- display: flex; }
1835
-
1836
  .tinvwl-premium-feat .col-lg-4 {
1837
  padding: 0;
1838
  -webkit-box-flex: 1;
1839
  -ms-flex: 1 1 0px;
1840
- flex: 1 1 0; }
1841
- .tinvwl-premium-feat .col-lg-4 .half-containers {
1842
- -webkit-box-flex: 1;
1843
- -ms-flex: 1;
1844
- flex: 1;
1845
- overflow: hidden;
1846
- position: relative; }
1847
- .tinvwl-premium-feat .col-lg-4 .half-containers.money-back {
1848
- background: #211709;
1849
- /* Old browsers */ }
1850
- .tinvwl-premium-feat .col-lg-4 .half-containers.money-back a {
1851
- display: block;
1852
- position: relative;
1853
- color: #ffffff;
1854
- outline: none;
1855
- text-decoration: none;
1856
- background: url("../img/money-back.svg") no-repeat 50% 0;
1857
- float: right;
1858
- width: 100%;
1859
- height: 60%;
1860
- margin: 15px 0; }
1861
- .tinvwl-premium-feat .col-lg-4 .half-containers.money-back a span {
1862
- display: none; }
1863
- .tinvwl-premium-feat .col-lg-4 .half-containers.money-back p {
1864
- text-align: center;
1865
- color: #ffffff;
1866
- font-size: 16px; }
1867
- .tinvwl-premium-feat .col-lg-4 .half-containers.customization {
1868
- text-align: center;
1869
- background: #333333 url("../img/customization.png") no-repeat 0% 100%; }
1870
- .tinvwl-premium-feat .col-lg-4 .half-containers.customization h2 {
1871
- margin: 30px auto 20px; }
1872
- .tinvwl-premium-feat .col-lg-4 .half-containers.customization p {
1873
- font-size: 16px;
1874
- color: #ffffff;
1875
- padding-right: 10px;
1876
- padding-left: 10px; }
1877
- .tinvwl-premium-feat .col-lg-4 .half-containers.customization .tinvwl-btn.gray {
1878
- background-color: #958095;
1879
- margin: 10px auto; }
1880
- .tinvwl-premium-feat .col-lg-4 .half-containers.customization .tinvwl-btn.gray:hover {
1881
- background-color: #ffffff;
1882
- color: #333333; }
1883
- .tinvwl-premium-feat .col-lg-4 .half-containers.rate {
1884
- text-align: center;
1885
- border-bottom: 1px solid #e7e7e7; }
1886
- .tinvwl-premium-feat .col-lg-4 .half-containers.rate h2 {
1887
- background: url("../img/rate_us.png") no-repeat center;
1888
- display: block;
1889
- width: 186px;
1890
- height: 76px;
1891
- margin: 30px auto 20px;
1892
- font-size: 18px;
1893
- line-height: 100px; }
1894
- .tinvwl-premium-feat .col-lg-4 .half-containers.rate h2 a {
1895
- display: block;
1896
- width: 186px;
1897
- height: 76px;
1898
- color: #ffffff;
1899
- text-decoration: none;
1900
- outline: none;
1901
- font-weight: 600; }
1902
- .tinvwl-premium-feat .col-lg-4 .half-containers.rate p {
1903
- font-size: 16px;
1904
- padding-right: 10px;
1905
- padding-left: 10px; }
1906
- .tinvwl-premium-feat .col-lg-4 .half-containers.rate a {
1907
- color: #ff5739;
1908
- text-decoration: underline; }
1909
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe {
1910
- text-align: center; }
1911
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe h2 {
1912
- color: #453a2a;
1913
- margin: 30px auto 20px; }
1914
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe p {
1915
- font-size: 16px;
1916
- padding-right: 10px;
1917
- padding-left: 10px; }
1918
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group {
1919
- width: 90%;
1920
- position: relative;
1921
- margin: 10px auto; }
1922
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type="email"] {
1923
- width: 65%;
1924
- height: 45px; }
1925
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type="submit"] {
1926
- width: 30%; }
1927
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe #mc_embed_signup {
1928
- margin-bottom: 30px; }
1929
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1930
  .tinvwl-premium-feat h2 {
1931
  font-size: 30px;
1932
  text-transform: uppercase;
1933
- letter-spacing: -.025em;
1934
  line-height: 1;
1935
- color: #ffffff; }
1936
-
1937
  .tinvwl-premium-feat .tinvwl-pic-col {
1938
  border: 5px solid #ffffff;
1939
  text-align: center;
@@ -1943,21 +2280,25 @@ textarea[name="style_plain-css"] {
1943
  /* Chrome10-25,Safari5.1-6 */
1944
  background: linear-gradient(-135deg, #df4c57 0%, #f78c62 100%);
1945
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
1946
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df4c57', endColorstr='#f78c62', GradientType=1);
1947
  /* IE6-9 fallback on horizontal gradient */
1948
  padding: 50px 10px;
1949
- color: #ffffff; }
1950
- .tinvwl-premium-feat .tinvwl-pic-col img {
1951
- display: block;
1952
- margin: 0 auto; }
1953
- .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white {
1954
- color: #ff5739; }
1955
- .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white:hover {
1956
- color: #ffffff; }
1957
- .tinvwl-premium-feat .tinvwl-pic-col p {
1958
- font-size: 16px;
1959
- padding-bottom: 1em; }
1960
-
 
 
 
 
1961
  .tinvwl-premium-feat .tinvwl-feat-col {
1962
  display: -webkit-box;
1963
  display: -ms-flexbox;
@@ -1968,8 +2309,8 @@ textarea[name="style_plain-css"] {
1968
  flex-direction: column;
1969
  border-top: 1px solid #ffffff;
1970
  border-bottom: 1px solid #ffffff;
1971
- background-color: #f9f8f5; }
1972
-
1973
  .tinvwl-premium-feat .tinvwl-sup-col {
1974
  display: -webkit-box;
1975
  display: -ms-flexbox;
@@ -1977,68 +2318,85 @@ textarea[name="style_plain-css"] {
1977
  -webkit-box-orient: vertical;
1978
  -webkit-box-direction: normal;
1979
  -ms-flex-direction: column;
1980
- flex-direction: column; }
 
1981
 
1982
  /* Footer */
1983
  #wpfooter {
1984
- padding: 10px 40px; }
1985
- #wpfooter p {
1986
- font-family: "Open Sans", "Helvetica Neue", sans-serif;
1987
- font-size: 14px;
1988
- line-height: 1.85714286;
1989
- color: #4b4b4b; }
1990
- #wpfooter .ftinvwl-heart {
1991
- margin: 0 3px; }
1992
- #wpfooter .ftinvwl-star {
1993
- font-size: 12px;
1994
- margin: 0 1px; }
1995
- #wpfooter span .ftinvwl-star:first-of-type {
1996
- margin-right: 6px; }
1997
- #wpfooter span .ftinvwl-star:last-of-type {
1998
- margin-right: 3px; }
1999
- #wpfooter i {
2000
- color: #ff5739; }
2001
- #wpfooter a {
2002
- text-decoration: underline;
2003
- color: #ff5739; }
2004
- #wpfooter a:hover, #wpfooter a:active, #wpfooter a:focus {
2005
- color: #000; }
 
 
 
 
 
 
 
 
 
2006
 
2007
  /* Color Picker */
2008
  .tinvwl-color-picker {
2009
- position: relative; }
2010
- .tinvwl-color-picker .iris-picker {
2011
- position: absolute;
2012
- z-index: 9999; }
2013
- .tinvwl-color-picker input[type=text] {
2014
- color: #fff;
2015
- border: 4px solid #fff;
2016
- -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);
2017
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14); }
2018
- .tinvwl-color-picker .tinvwl-eyedropper {
2019
- cursor: pointer;
2020
- position: relative;
2021
- display: inline-block;
2022
- vertical-align: top;
2023
- margin-right: 4px;
2024
- width: 42px;
2025
- height: 42px;
2026
- background: #fff url("../img/color_icon.png") no-repeat center;
2027
- border: 1px solid rgba(0, 0, 0, 0.14);
2028
- border-radius: 2px;
2029
- -webkit-box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);
2030
- box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1); }
2031
- .tinvwl-color-picker .tinvwl-eyedropper a {
2032
- color: #6b625a; }
2033
- .tinvwl-color-picker .tinvwl-eyedropper i {
2034
- display: inline-block;
2035
- position: absolute;
2036
- top: 15px;
2037
- right: 14px;
2038
- font-size: 12px; }
2039
- .tinvwl-color-picker + .iris-picker .iris-square-value {
2040
- width: 0;
2041
- height: 0; }
 
 
 
 
 
 
 
2042
 
2043
  /* Modal */
2044
  .tinvwl-overlay {
@@ -2049,16 +2407,19 @@ textarea[name="style_plain-css"] {
2049
  height: 100%;
2050
  visibility: hidden;
2051
  opacity: 0;
2052
- -webkit-transition: opacity .3s ease, visibility .3s ease;
2053
- transition: opacity .3s ease, visibility .3s ease;
2054
- background: #191919; }
 
2055
 
2056
  .tinvwl-modal.tinvwl-modal-open .tinvwl-overlay {
2057
  visibility: visible;
2058
- opacity: .5; }
 
2059
 
2060
  .admin-bar .tinvwl-content .tinvwl-modal {
2061
- padding-top: 32px !important; }
 
2062
 
2063
  .tinvwl-content .tinvwl-modal {
2064
  overflow-y: auto;
@@ -2074,680 +2435,1085 @@ textarea[name="style_plain-css"] {
2074
  visibility: hidden;
2075
  opacity: 0;
2076
  text-align: right;
2077
- -webkit-transition: opacity .3s ease, visibility .3s ease;
2078
- transition: opacity .3s ease, visibility .3s ease; }
2079
- .tinvwl-content .tinvwl-modal .tinvwl-modal-inner {
2080
- position: relative;
2081
- margin: 0 auto;
2082
- background: #fff;
2083
- border-radius: 4px; }
2084
- .tinvwl-content .tinvwl-modal.tinvwl-modal-open {
2085
- visibility: visible;
2086
- opacity: 1;
2087
- width: 100%;
2088
- height: 100%; }
 
 
 
2089
 
2090
  @media screen and (max-width: 1200px) {
2091
  .tinvwl-premium-feat .row {
2092
- display: block; } }
2093
-
 
2094
  @media screen and (max-width: 782px) {
2095
  .admin-bar .tinvwl-content .tinvwl-modal {
2096
- padding-top: 46px !important; } }
2097
-
 
2098
  @media screen and (max-width: 600px) {
2099
  .admin-bar .tinvwl-content .tinvwl-modal {
2100
- padding-top: 0 !important; } }
2101
-
 
2102
  .tinvwl-modal .tinvwl-table {
2103
- height: 100%; }
 
2104
 
2105
  .tinvwl-content .tinvwl-modal .tinvwl-modal-inner {
2106
  max-width: 415px;
2107
- padding: 40px 45px; }
2108
-
2109
  .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails {
2110
- text-align: center; }
2111
- .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails p {
2112
- margin: 0 0 26px; }
2113
- .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails .tinvwl-btn.large {
2114
- padding: 14px 33px; }
2115
- .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails .tinvwl-btn + .tinvwl-btn {
2116
- margin-right: 6px; }
 
 
 
 
2117
 
2118
  /* Quick Buttons */
2119
  .tinvwl-quick-btns {
2120
  position: fixed;
2121
  top: 25%;
2122
  right: 100%;
2123
- z-index: 9999; }
2124
- .tinvwl-quick-btns button {
2125
- display: block;
2126
- width: 117px;
2127
- font-size: 14px;
2128
- font-family: "Open Sans", Arial, sans-serif;
2129
- font-weight: 600;
2130
- padding: 0 0 0 35px;
2131
- border-radius: 2px;
2132
- border: none;
2133
- text-decoration: none;
2134
- background: #96b100;
2135
- color: #ffffff;
2136
- -webkit-transform: translateX(50px);
2137
- transform: translateX(50px);
2138
- transition: -webkit-transform .3s ease;
2139
- -webkit-transition: -webkit-transform .3s ease;
2140
- transition: transform .3s ease;
2141
- transition: transform .3s ease, -webkit-transform .3s ease; }
 
 
2142
 
2143
  .tinvwl-panel.only-button .tinvwl-quick-btns .form-control {
2144
  display: block;
2145
- width: 119px; }
 
2146
 
2147
  .tinvwl-quick-btns button:hover {
2148
  -webkit-transform: translateX(100%);
2149
- transform: translateX(100%); }
2150
-
2151
  .tinvwl-quick-btns button + button {
2152
- margin-top: 4px; }
2153
-
2154
  .tinvwl-quick-btns button span {
2155
  display: inline-block;
2156
  width: 50px;
2157
  padding: 15px 0;
2158
- text-align: center; }
 
2159
 
2160
  /* Preview Select */
2161
  @media (min-width: 1200px) {
2162
  .tinvwl-empty-select + .tinvwl-input-group-btn {
2163
- text-align: left; } }
2164
-
 
2165
  .tinvwl-empty-select + .tinvwl-input-group-btn .tinvwl-btn {
2166
- margin-right: 0; }
 
2167
 
2168
  /* Bootstrap */
2169
  .container, .container-fluid {
2170
  /*padding-right: 15px;
2171
  padding-left: 15px;*/
2172
  margin-left: auto;
2173
- margin-right: auto; }
 
2174
 
2175
  @media (min-width: 768px) {
2176
  .container {
2177
- width: 750px; } }
2178
-
 
2179
  @media (min-width: 992px) {
2180
  .container {
2181
- width: 970px; } }
2182
-
 
2183
  @media (min-width: 1200px) {
2184
  .container {
2185
- width: 1170px; } }
2186
-
 
2187
  .row {
2188
  margin-left: -15px;
2189
- margin-right: -15px; }
 
2190
 
2191
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
2192
  position: relative;
2193
  min-height: 1px;
2194
  padding-left: 15px;
2195
- padding-right: 15px; }
 
2196
 
2197
  .tinvwl-table .form-group .row {
2198
  /*margin-left: -5px;*/
2199
- /*margin-right: -5px;*/ }
2200
-
2201
- .tinvwl-table .form-group [class^="col-"] {
2202
  /*padding-right: 5px;*/
2203
- /*padding-left: 5px;*/ }
 
2204
 
2205
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
2206
- float: right; }
 
2207
 
2208
  .col-xs-12 {
2209
  float: right;
2210
- width: 100%; }
 
2211
 
2212
  .col-xs-11 {
2213
- width: 91.66666667%; }
 
2214
 
2215
  .col-xs-10 {
2216
- width: 83.33333333%; }
 
2217
 
2218
  .col-xs-9 {
2219
- width: 75%; }
 
2220
 
2221
  .col-xs-8 {
2222
- width: 66.66666667%; }
 
2223
 
2224
  .col-xs-7 {
2225
- width: 58.33333333%; }
 
2226
 
2227
  .col-xs-6 {
2228
- width: 50%; }
 
2229
 
2230
  .col-xs-5 {
2231
- width: 41.66666667%; }
 
2232
 
2233
  .col-xs-4 {
2234
- width: 33.33333333%; }
 
2235
 
2236
  .col-xs-3 {
2237
- width: 25%; }
 
2238
 
2239
  .col-xs-2 {
2240
- width: 16.66666667%; }
 
2241
 
2242
  .col-xs-1 {
2243
- width: 8.33333333%; }
 
2244
 
2245
  .col-xs-pull-12 {
2246
- left: 100%; }
 
2247
 
2248
  .col-xs-pull-11 {
2249
- left: 91.66666667%; }
 
2250
 
2251
  .col-xs-pull-10 {
2252
- left: 83.33333333%; }
 
2253
 
2254
  .col-xs-pull-9 {
2255
- left: 75%; }
 
2256
 
2257
  .col-xs-pull-8 {
2258
- left: 66.66666667%; }
 
2259
 
2260
  .col-xs-pull-7 {
2261
- left: 58.33333333%; }
 
2262
 
2263
  .col-xs-pull-6 {
2264
- left: 50%; }
 
2265
 
2266
  .col-xs-pull-5 {
2267
- left: 41.66666667%; }
 
2268
 
2269
  .col-xs-pull-4 {
2270
- left: 33.33333333%; }
 
2271
 
2272
  .col-xs-pull-3 {
2273
- left: 25%; }
 
2274
 
2275
  .col-xs-pull-2 {
2276
- left: 16.66666667%; }
 
2277
 
2278
  .col-xs-pull-1 {
2279
- left: 8.33333333%; }
 
2280
 
2281
  .col-xs-pull-0 {
2282
- left: auto; }
 
2283
 
2284
  .col-xs-push-12 {
2285
- right: 100%; }
 
2286
 
2287
  .col-xs-push-11 {
2288
- right: 91.66666667%; }
 
2289
 
2290
  .col-xs-push-10 {
2291
- right: 83.33333333%; }
 
2292
 
2293
  .col-xs-push-9 {
2294
- right: 75%; }
 
2295
 
2296
  .col-xs-push-8 {
2297
- right: 66.66666667%; }
 
2298
 
2299
  .col-xs-push-7 {
2300
- right: 58.33333333%; }
 
2301
 
2302
  .col-xs-push-6 {
2303
- right: 50%; }
 
2304
 
2305
  .col-xs-push-5 {
2306
- right: 41.66666667%; }
 
2307
 
2308
  .col-xs-push-4 {
2309
- right: 33.33333333%; }
 
2310
 
2311
  .col-xs-push-3 {
2312
- right: 25%; }
 
2313
 
2314
  .col-xs-push-2 {
2315
- right: 16.66666667%; }
 
2316
 
2317
  .col-xs-push-1 {
2318
- right: 8.33333333%; }
 
2319
 
2320
  .col-xs-push-0 {
2321
- right: auto; }
 
2322
 
2323
  .col-xs-offset-12 {
2324
- margin-right: 100%; }
 
2325
 
2326
  .col-xs-offset-11 {
2327
- margin-right: 91.66666667%; }
 
2328
 
2329
  .col-xs-offset-10 {
2330
- margin-right: 83.33333333%; }
 
2331
 
2332
  .col-xs-offset-9 {
2333
- margin-right: 75%; }
 
2334
 
2335
  .col-xs-offset-8 {
2336
- margin-right: 66.66666667%; }
 
2337
 
2338
  .col-xs-offset-7 {
2339
- margin-right: 58.33333333%; }
 
2340
 
2341
  .col-xs-offset-6 {
2342
- margin-right: 50%; }
 
2343
 
2344
  .col-xs-offset-5 {
2345
- margin-right: 41.66666667%; }
 
2346
 
2347
  .col-xs-offset-4 {
2348
- margin-right: 33.33333333%; }
 
2349
 
2350
  .col-xs-offset-3 {
2351
- margin-right: 25%; }
 
2352
 
2353
  .col-xs-offset-2 {
2354
- margin-right: 16.66666667%; }
 
2355
 
2356
  .col-xs-offset-1 {
2357
- margin-right: 8.33333333%; }
 
2358
 
2359
  .col-xs-offset-0 {
2360
- margin-right: 0; }
 
2361
 
2362
  @media (min-width: 768px) {
2363
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
2364
- float: right; }
 
 
2365
  .col-sm-12 {
2366
  float: right;
2367
- width: 100%; }
 
 
2368
  .col-sm-11 {
2369
- width: 91.66666667%; }
 
 
2370
  .col-sm-10 {
2371
- width: 83.33333333%; }
 
 
2372
  .col-sm-9 {
2373
- width: 75%; }
 
 
2374
  .col-sm-8 {
2375
- width: 66.66666667%; }
 
 
2376
  .col-sm-7 {
2377
- width: 58.33333333%; }
 
 
2378
  .col-sm-6 {
2379
- width: 50%; }
 
 
2380
  .col-sm-5 {
2381
- width: 41.66666667%; }
 
 
2382
  .col-sm-4 {
2383
- width: 33.33333333%; }
 
 
2384
  .col-sm-3 {
2385
- width: 25%; }
 
 
2386
  .col-sm-2 {
2387
- width: 16.66666667%; }
 
 
2388
  .col-sm-1 {
2389
- width: 8.33333333%; }
 
 
2390
  .col-sm-pull-12 {
2391
- left: 100%; }
 
 
2392
  .col-sm-pull-11 {
2393
- left: 91.66666667%; }
 
 
2394
  .col-sm-pull-10 {
2395
- left: 83.33333333%; }
 
 
2396
  .col-sm-pull-9 {
2397
- left: 75%; }
 
 
2398
  .col-sm-pull-8 {
2399
- left: 66.66666667%; }
 
 
2400
  .col-sm-pull-7 {
2401
- left: 58.33333333%; }
 
 
2402
  .col-sm-pull-6 {
2403
- left: 50%; }
 
 
2404
  .col-sm-pull-5 {
2405
- left: 41.66666667%; }
 
 
2406
  .col-sm-pull-4 {
2407
- left: 33.33333333%; }
 
 
2408
  .col-sm-pull-3 {
2409
- left: 25%; }
 
 
2410
  .col-sm-pull-2 {
2411
- left: 16.66666667%; }
 
 
2412
  .col-sm-pull-1 {
2413
- left: 8.33333333%; }
 
 
2414
  .col-sm-pull-0 {
2415
- left: auto; }
 
 
2416
  .col-sm-push-12 {
2417
- right: 100%; }
 
 
2418
  .col-sm-push-11 {
2419
- right: 91.66666667%; }
 
 
2420
  .col-sm-push-10 {
2421
- right: 83.33333333%; }
 
 
2422
  .col-sm-push-9 {
2423
- right: 75%; }
 
 
2424
  .col-sm-push-8 {
2425
- right: 66.66666667%; }
 
 
2426
  .col-sm-push-7 {
2427
- right: 58.33333333%; }
 
 
2428
  .col-sm-push-6 {
2429
- right: 50%; }
 
 
2430
  .col-sm-push-5 {
2431
- right: 41.66666667%; }
 
 
2432
  .col-sm-push-4 {
2433
- right: 33.33333333%; }
 
 
2434
  .col-sm-push-3 {
2435
- right: 25%; }
 
 
2436
  .col-sm-push-2 {
2437
- right: 16.66666667%; }
 
 
2438
  .col-sm-push-1 {
2439
- right: 8.33333333%; }
 
 
2440
  .col-sm-push-0 {
2441
- right: auto; }
 
 
2442
  .col-sm-offset-12 {
2443
- margin-right: 100%; }
 
 
2444
  .col-sm-offset-11 {
2445
- margin-right: 91.66666667%; }
 
 
2446
  .col-sm-offset-10 {
2447
- margin-right: 83.33333333%; }
 
 
2448
  .col-sm-offset-9 {
2449
- margin-right: 75%; }
 
 
2450
  .col-sm-offset-8 {
2451
- margin-right: 66.66666667%; }
 
 
2452
  .col-sm-offset-7 {
2453
- margin-right: 58.33333333%; }
 
 
2454
  .col-sm-offset-6 {
2455
- margin-right: 50%; }
 
 
2456
  .col-sm-offset-5 {
2457
- margin-right: 41.66666667%; }
 
 
2458
  .col-sm-offset-4 {
2459
- margin-right: 33.33333333%; }
 
 
2460
  .col-sm-offset-3 {
2461
- margin-right: 25%; }
 
 
2462
  .col-sm-offset-2 {
2463
- margin-right: 16.66666667%; }
 
 
2464
  .col-sm-offset-1 {
2465
- margin-right: 8.33333333%; }
2466
- .col-sm-offset-0 {
2467
- margin-right: 0; } }
2468
 
 
 
 
 
2469
  @media (min-width: 992px) {
2470
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
2471
- float: right; }
 
 
2472
  .col-md-12 {
2473
  float: right;
2474
- width: 100%; }
 
 
2475
  .col-md-11 {
2476
- width: 91.66666667%; }
 
 
2477
  .col-md-10 {
2478
- width: 83.33333333%; }
 
 
2479
  .col-md-9 {
2480
- width: 75%; }
 
 
2481
  .col-md-8 {
2482
- width: 66.66666667%; }
 
 
2483
  .col-md-7 {
2484
- width: 58.33333333%; }
 
 
2485
  .col-md-6 {
2486
- width: 50%; }
 
 
2487
  .col-md-5 {
2488
- width: 41.66666667%; }
 
 
2489
  .col-md-4 {
2490
- width: 33.33333333%; }
 
 
2491
  .col-md-3 {
2492
- width: 25%; }
 
 
2493
  .col-md-2 {
2494
- width: 16.66666667%; }
 
 
2495
  .col-md-1 {
2496
- width: 8.33333333%; }
 
 
2497
  .col-md-pull-12 {
2498
- left: 100%; }
 
 
2499
  .col-md-pull-11 {
2500
- left: 91.66666667%; }
 
 
2501
  .col-md-pull-10 {
2502
- left: 83.33333333%; }
 
 
2503
  .col-md-pull-9 {
2504
- left: 75%; }
 
 
2505
  .col-md-pull-8 {
2506
- left: 66.66666667%; }
 
 
2507
  .col-md-pull-7 {
2508
- left: 58.33333333%; }
 
 
2509
  .col-md-pull-6 {
2510
- left: 50%; }
 
 
2511
  .col-md-pull-5 {
2512
- left: 41.66666667%; }
 
 
2513
  .col-md-pull-4 {
2514
- left: 33.33333333%; }
 
 
2515
  .col-md-pull-3 {
2516
- left: 25%; }
 
 
2517
  .col-md-pull-2 {
2518
- left: 16.66666667%; }
 
 
2519
  .col-md-pull-1 {
2520
- left: 8.33333333%; }
 
 
2521
  .col-md-pull-0 {
2522
- left: auto; }
 
 
2523
  .col-md-push-12 {
2524
- right: 100%; }
 
 
2525
  .col-md-push-11 {
2526
- right: 91.66666667%; }
 
 
2527
  .col-md-push-10 {
2528
- right: 83.33333333%; }
 
 
2529
  .col-md-push-9 {
2530
- right: 75%; }
 
 
2531
  .col-md-push-8 {
2532
- right: 66.66666667%; }
 
 
2533
  .col-md-push-7 {
2534
- right: 58.33333333%; }
 
 
2535
  .col-md-push-6 {
2536
- right: 50%; }
 
 
2537
  .col-md-push-5 {
2538
- right: 41.66666667%; }
 
 
2539
  .col-md-push-4 {
2540
- right: 33.33333333%; }
 
 
2541
  .col-md-push-3 {
2542
- right: 25%; }
 
 
2543
  .col-md-push-2 {
2544
- right: 16.66666667%; }
 
 
2545
  .col-md-push-1 {
2546
- right: 8.33333333%; }
 
 
2547
  .col-md-push-0 {
2548
- right: auto; }
 
 
2549
  .col-md-offset-12 {
2550
- margin-right: 100%; }
 
 
2551
  .col-md-offset-11 {
2552
- margin-right: 91.66666667%; }
 
 
2553
  .col-md-offset-10 {
2554
- margin-right: 83.33333333%; }
 
 
2555
  .col-md-offset-9 {
2556
- margin-right: 75%; }
 
 
2557
  .col-md-offset-8 {
2558
- margin-right: 66.66666667%; }
 
 
2559
  .col-md-offset-7 {
2560
- margin-right: 58.33333333%; }
 
 
2561
  .col-md-offset-6 {
2562
- margin-right: 50%; }
 
 
2563
  .col-md-offset-5 {
2564
- margin-right: 41.66666667%; }
 
 
2565
  .col-md-offset-4 {
2566
- margin-right: 33.33333333%; }
 
 
2567
  .col-md-offset-3 {
2568
- margin-right: 25%; }
 
 
2569
  .col-md-offset-2 {
2570
- margin-right: 16.66666667%; }
 
 
2571
  .col-md-offset-1 {
2572
- margin-right: 8.33333333%; }
2573
- .col-md-offset-0 {
2574
- margin-right: 0; } }
2575
 
 
 
 
 
2576
  @media (min-width: 1200px) {
2577
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
2578
- float: right; }
 
 
2579
  .col-lg-12 {
2580
  float: right;
2581
- width: 100%; }
 
 
2582
  .col-lg-11 {
2583
- width: 91.66666667%; }
 
 
2584
  .col-lg-10 {
2585
- width: 83.33333333%; }
 
 
2586
  .col-lg-9 {
2587
- width: 75%; }
 
 
2588
  .col-lg-8 {
2589
- width: 66.66666667%; }
 
 
2590
  .col-lg-7 {
2591
- width: 58.33333333%; }
 
 
2592
  .col-lg-6 {
2593
- width: 50%; }
 
 
2594
  .col-lg-5 {
2595
- width: 41.66666667%; }
 
 
2596
  .col-lg-4 {
2597
- width: 33.33333333%; }
 
 
2598
  .col-lg-3 {
2599
- width: 25%; }
 
 
2600
  .col-lg-2 {
2601
- width: 16.66666667%; }
 
 
2602
  .col-lg-1 {
2603
- width: 8.33333333%; }
 
 
2604
  .col-lg-pull-12 {
2605
- left: 100%; }
 
 
2606
  .col-lg-pull-11 {
2607
- left: 91.66666667%; }
 
 
2608
  .col-lg-pull-10 {
2609
- left: 83.33333333%; }
 
 
2610
  .col-lg-pull-9 {
2611
- left: 75%; }
 
 
2612
  .col-lg-pull-8 {
2613
- left: 66.66666667%; }
 
 
2614
  .col-lg-pull-7 {
2615
- left: 58.33333333%; }
 
 
2616
  .col-lg-pull-6 {
2617
- left: 50%; }
 
 
2618
  .col-lg-pull-5 {
2619
- left: 41.66666667%; }
 
 
2620
  .col-lg-pull-4 {
2621
- left: 33.33333333%; }
 
 
2622
  .col-lg-pull-3 {
2623
- left: 25%; }
 
 
2624
  .col-lg-pull-2 {
2625
- left: 16.66666667%; }
 
 
2626
  .col-lg-pull-1 {
2627
- left: 8.33333333%; }
 
 
2628
  .col-lg-pull-0 {
2629
- left: auto; }
 
 
2630
  .col-lg-push-12 {
2631
- right: 100%; }
 
 
2632
  .col-lg-push-11 {
2633
- right: 91.66666667%; }
 
 
2634
  .col-lg-push-10 {
2635
- right: 83.33333333%; }
 
 
2636
  .col-lg-push-9 {
2637
- right: 75%; }
 
 
2638
  .col-lg-push-8 {
2639
- right: 66.66666667%; }
 
 
2640
  .col-lg-push-7 {
2641
- right: 58.33333333%; }
 
 
2642
  .col-lg-push-6 {
2643
- right: 50%; }
 
 
2644
  .col-lg-push-5 {
2645
- right: 41.66666667%; }
 
 
2646
  .col-lg-push-4 {
2647
- right: 33.33333333%; }
 
 
2648
  .col-lg-push-3 {
2649
- right: 25%; }
 
 
2650
  .col-lg-push-2 {
2651
- right: 16.66666667%; }
 
 
2652
  .col-lg-push-1 {
2653
- right: 8.33333333%; }
 
 
2654
  .col-lg-push-0 {
2655
- right: auto; }
 
 
2656
  .col-lg-offset-12 {
2657
- margin-right: 100%; }
 
 
2658
  .col-lg-offset-11 {
2659
- margin-right: 91.66666667%; }
 
 
2660
  .col-lg-offset-10 {
2661
- margin-right: 83.33333333%; }
 
 
2662
  .col-lg-offset-9 {
2663
- margin-right: 75%; }
 
 
2664
  .col-lg-offset-8 {
2665
- margin-right: 66.66666667%; }
 
 
2666
  .col-lg-offset-7 {
2667
- margin-right: 58.33333333%; }
 
 
2668
  .col-lg-offset-6 {
2669
- margin-right: 50%; }
 
 
2670
  .col-lg-offset-5 {
2671
- margin-right: 41.66666667%; }
 
 
2672
  .col-lg-offset-4 {
2673
- margin-right: 33.33333333%; }
 
 
2674
  .col-lg-offset-3 {
2675
- margin-right: 25%; }
 
 
2676
  .col-lg-offset-2 {
2677
- margin-right: 16.66666667%; }
 
 
2678
  .col-lg-offset-1 {
2679
- margin-right: 8.33333333%; }
2680
- .col-lg-offset-0 {
2681
- margin-right: 0; } }
2682
 
 
 
 
 
2683
  @media (max-width: 1199px) {
2684
- .tinvwl-table .row > [class^="col-md-"] + [class^="col-md-"], .tinvwl-table .row > [class^="col-lg-"] + [class^="col-lg-"] {
2685
- padding-top: 30px; }
2686
- .tinvwl-table .form-group > [class^="col-md-"] + [class^="col-md-"], .tinvwl-table .form-group > [class^="col-lg-"] + [class^="col-lg-"] {
2687
- padding-top: 30px; } }
2688
-
 
 
2689
  .fade {
2690
  opacity: 0;
2691
- -webkit-transition: opacity .15s linear;
2692
- transition: opacity .15s linear; }
2693
- .fade.in {
2694
- opacity: 1; }
 
 
2695
 
2696
  .form-horizontal .form-group {
2697
  margin-left: -15px;
2698
- margin-right: -15px; }
 
2699
 
2700
  .form-group {
2701
- margin-bottom: 23px; }
 
2702
 
2703
  .form-horizontal:last-of-type .form-group {
2704
- /*margin-bottom: 0;*/ }
 
2705
 
2706
  .tinvwl-inner .form-group + .form-group > label {
2707
- /*margin-top: 7px;*/ }
 
2708
 
2709
  .form-control {
2710
  display: block;
2711
- width: 100%; }
 
2712
 
2713
  label.one-line {
2714
  display: inline-block;
2715
  margin-bottom: 0;
2716
- margin-left: 10px; }
 
2717
 
2718
  .control-label label {
2719
  display: block;
2720
- margin-bottom: 10px; }
 
2721
 
2722
  .form-horizontal .control-label label {
2723
  padding-top: 9px;
2724
- margin-bottom: 0; }
 
2725
 
2726
  @media (min-width: 1200px) {
2727
  .tinvwl-table .tinvwl-header-row label {
2728
- margin-bottom: 0; }
 
2729
  .tinvwl-table .tinvwl-header-row .form-group {
2730
  margin-top: -7px;
2731
- margin-bottom: 13px; } }
2732
-
 
2733
  @media (max-width: 1199px) {
2734
  .form-horizontal .control-label label {
2735
- margin-bottom: 10px; }
2736
- .tinvwl-table .tinvwl-header-row label {
2737
- padding-top: 3px; } }
2738
 
 
 
 
 
2739
  .tinvwl-input-group-btn {
2740
- margin-top: 13px; }
 
2741
 
2742
  .tinvwl-input-group {
2743
  position: relative;
2744
  display: table;
2745
- border-collapse: separate; }
 
2746
 
2747
  .tinvwl-input-group-addon {
2748
  width: 1%;
2749
  white-space: nowrap;
2750
- vertical-align: middle; }
 
2751
 
2752
  .tinvwl-input-group-btn {
2753
  width: 1%;
@@ -2755,101 +3521,129 @@ label.one-line {
2755
  vertical-align: middle;
2756
  margin-top: 0;
2757
  position: relative;
2758
- white-space: nowrap; }
2759
- .tinvwl-input-group-btn .tinvwl-btn {
2760
- margin-right: 10px; }
2761
- .tinvwl-input-group-btn > .btn {
2762
- position: relative; }
 
 
 
2763
 
2764
  .tinvwl-input-group .form-control, .tinvwl-input-group-addon, .tinvwl-input-group-btn {
2765
- display: table-cell; }
 
2766
 
2767
  .tinvwl-input-group .form-control {
2768
  position: relative;
2769
  z-index: 2;
2770
  float: right;
2771
  width: 100%;
2772
- margin-bottom: 0; }
 
2773
 
2774
  @media only screen and (max-width: 1199px) {
2775
  .tinvwl-input-group:not(.tinvwl-no-full) {
2776
- display: block; }
2777
- .tinvwl-input-group:not(.tinvwl-no-full) .form-control {
2778
- float: none; }
2779
- .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {
2780
- padding-top: 10px;
2781
- padding-right: 0; }
2782
- .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn, .tinvwl-input-group:not(.tinvwl-no-full) .form-control {
2783
- display: block; }
2784
- .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {
2785
- margin-right: 0; }
2786
- .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > input, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > button {
2787
- margin-right: 0; }
2788
- .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > input, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > button {
2789
- margin-right: 0; } }
2790
-
 
 
 
 
 
 
 
2791
  .text-right {
2792
- text-align: left; }
 
2793
 
2794
  @media (max-width: 1199px) {
2795
  .text-right {
2796
- text-align: right; } }
2797
-
 
2798
  @media (min-width: 768px) {
2799
  .form-inline .form-group {
2800
  display: inline-block;
2801
  margin-bottom: 0;
2802
- vertical-align: middle; }
 
2803
  .form-inline .form-control {
2804
  display: inline-block;
2805
  width: auto;
2806
- vertical-align: middle; }
 
2807
  .form-inline .form-control-static {
2808
- display: inline-block; }
 
2809
  .form-inline .tinvwl-input-group {
2810
  display: inline-table;
2811
- vertical-align: middle; }
2812
- .form-inline .tinvwl-input-group .tinvwl-input-group-addon, .form-inline .tinvwl-input-group .tinvwl-input-group-btn, .form-inline .tinvwl-input-group .form-control {
2813
- width: auto; }
2814
- .form-inline .tinvwl-input-group > .form-control {
2815
- width: 100%; }
 
 
 
2816
  .form-inline .control-label label {
2817
  margin-bottom: 0;
2818
- vertical-align: middle; }
 
2819
  .form-inline .radio, .form-inline .checkbox {
2820
  display: inline-block;
2821
  margin-top: 0;
2822
  margin-bottom: 0;
2823
- vertical-align: middle; }
 
2824
  .form-inline .radio label, .form-inline .checkbox label {
2825
- padding-right: 0; }
2826
- .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
 
2827
  position: relative;
2828
- margin-right: 0; }
 
2829
  .form-inline .has-feedback .form-control-feedback {
2830
- top: 0; } }
2831
-
 
2832
  /*************************IMAGES *******************************/
2833
  .logo_heart {
2834
  background: url("../img/logo_heart.png") no-repeat center;
2835
  display: inline-block;
2836
  background-size: 54px 54px;
2837
  width: 54px;
2838
- height: 54px; }
 
2839
 
2840
  .admin-rescue {
2841
  background: url("../img/admin-rescue.png") no-repeat center;
2842
  display: inline-block;
2843
  background-size: 61px 60px;
2844
  width: 61px;
2845
- height: 60px; }
 
2846
 
2847
  .admin-update {
2848
  background: url("../img/admin-update.png") no-repeat center;
2849
  display: inline-block;
2850
  background-size: 61px 60px;
2851
  width: 61px;
2852
- height: 60px; }
 
2853
 
2854
  .wizard_logo {
2855
  background: url("../img/wizard_logo.png") no-repeat center;
@@ -2857,14 +3651,16 @@ label.one-line {
2857
  width: 54px;
2858
  height: 54px;
2859
  display: block;
2860
- margin: 10px auto; }
 
2861
 
2862
  .wizard_setup {
2863
  background: url("../img/wizard_setup.png") no-repeat center;
2864
  display: inline-block;
2865
  background-size: 143px 144px;
2866
  width: 143px;
2867
- height: 144px; }
 
2868
 
2869
  .premium_adv {
2870
  background: url("../img/premium_logo.png") no-repeat center;
@@ -2872,46 +3668,69 @@ label.one-line {
2872
  margin: 0 auto 35px;
2873
  background-size: 107px 106px;
2874
  width: 107px;
2875
- height: 106px; }
 
2876
 
2877
  /************************** RETINA *************************/
2878
  .tinvwl-content select {
2879
- background-size: 13px 8px; }
 
2880
 
2881
  .tinvwl-select + .tinvwl-caret span {
2882
- background-size: 13px 18px; }
 
2883
 
2884
  .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {
2885
- background-size: 20px 30px; }
2886
-
2887
  .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {
2888
- background-size: 20px 30px; }
 
2889
 
2890
  .tinvwl-color-picker .tinvwl-eyedropper {
2891
- background-size: 28px 29px; }
 
2892
 
2893
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {
2894
  .tinvwl-content select {
2895
- background-image: url("../img/select_caret@2x.png"); }
 
 
2896
  .tinvwl-select + .tinvwl-caret span {
2897
- background-image: url("../img/chevron_down@2x.png"); }
 
 
2898
  .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {
2899
- background-image: url("../img/chevron_icon@2x.png"); }
 
2900
  .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {
2901
- background-image: url("../img/chevron_icon@2x.png"); }
 
 
2902
  .tinvwl-color-picker .tinvwl-eyedropper {
2903
- background-image: url("../img/color_icon@2x.png"); }
 
 
2904
  .logo_heart {
2905
- background-image: url("../img/logo_heart@2x.png"); }
 
 
2906
  .admin-rescue {
2907
- background-image: url("../img/admin-rescue@2x.png"); }
 
 
2908
  .admin-update {
2909
- background-image: url("../img/admin-update@2x.png"); }
 
 
2910
  .wizard_logo {
2911
- background-image: url("../img/wizard_logo@2x.png"); }
2912
- .wizard_setup {
2913
- background-image: url("../img/wizard_setup@2x.png"); } }
2914
 
 
 
 
 
2915
  /******************STYLE HEADINGS*********************/
2916
  #style_options .tinvwl-table tbody tr .tinvwl-inner h2 {
2917
  font-size: 18px;
@@ -2919,26 +3738,30 @@ label.one-line {
2919
  text-transform: capitalize;
2920
  font-weight: 600;
2921
  margin-bottom: 21px;
2922
- padding: 14px 0; }
 
2923
 
2924
  ::-webkit-input-placeholder {
2925
  color: #e5e5e5;
2926
  opacity: 1 !important;
2927
- /* for older chrome versions. may no longer apply. */ }
 
2928
 
2929
  :-moz-placeholder {
2930
  /* Firefox 18- */
2931
  color: #e5e5e5;
2932
- opacity: 1 !important; }
 
2933
 
2934
  ::-moz-placeholder {
2935
  /* Firefox 19+ */
2936
  color: #e5e5e5;
2937
- opacity: 1 !important; }
 
2938
 
2939
  :-ms-input-placeholder {
2940
- color: #e5e5e5; }
2941
-
2942
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJhZG1pbi1ydGwuY3NzIl0sImZpbGUiOiJhZG1pbi1ydGwuY3NzIn0= */
2943
 
2944
  /*# sourceMappingURL=admin-rtl.css.map */
1
+ @charset "UTF-8";
2
  /*------------------------------------*
3
  $WEBFONT
4
  *------------------------------------*/
5
  /* Misc */
6
  * {
7
  -webkit-box-sizing: border-box;
8
+ box-sizing: border-box;
9
+ }
10
+ *:before, *:after {
11
+ -webkit-box-sizing: border-box;
12
+ box-sizing: border-box;
13
+ }
14
 
15
  .tinv-wishlist-clearfix:before, .tinv-wishlist-clearfix:after {
16
  display: table;
17
+ content: " ";
18
+ }
19
 
20
  .container:before, .container:after {
21
  display: table;
22
+ content: " ";
23
+ }
24
 
25
  .container-fluid:before, .container-fluid:after {
26
  display: table;
27
+ content: " ";
28
+ }
29
 
30
  .row:before, .row:after {
31
  display: table;
32
+ content: " ";
33
+ }
34
 
35
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
36
  display: table;
37
+ content: " ";
38
+ }
39
 
40
  .form-group:before, .form-group:after {
41
  display: table;
42
+ content: " ";
43
+ }
44
 
45
  .tablenav:before, .tablenav:after {
46
  display: table;
47
+ content: " ";
48
+ }
49
 
50
  .tinvwl-panel:before, .tinvwl-panel:after {
51
  display: table;
52
+ content: " ";
53
+ }
54
 
55
  .tinv-wishlist-clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .form-group:after, .tablenav:after, .tinvwl-panel:after {
56
+ clear: both;
57
+ }
58
 
59
  .tinvwl-header table, .tinvwl-content table {
60
  border-spacing: 0;
61
  border-collapse: collapse;
62
  width: 100%;
63
+ max-width: 100%;
64
+ }
65
 
66
  .tinvwl-header td, .tinvwl-header th {
67
+ padding: 0;
68
+ }
69
 
70
  .tinvwl-content td, .tinvwl-content th {
71
+ padding: 0;
72
+ }
73
 
74
  .tinvwl-header img, .tinvwl-content img {
75
  height: auto;
76
+ max-width: 100%;
77
+ }
78
 
79
  .tinvwl-header {
80
+ /*margin-bottom: 40px;*/
81
+ }
82
 
83
  /* General */
84
  #wpwrap {
85
+ background: #f6f3ed;
86
+ }
87
 
88
  #wpcontent {
89
+ padding-right: 0;
90
+ }
91
 
92
  #wpbody-content {
93
+ padding-bottom: 135px;
94
+ }
95
 
96
  #update-nag, .update-nag, .notice {
97
+ margin: 20px 40px 0 0;
98
+ }
99
 
100
  div.error, div.updated {
101
+ margin: 20px 40px 0 0;
102
+ }
103
 
104
  .notice {
105
+ margin-left: 40px;
106
+ }
107
 
108
  div.error, div.updated {
109
+ margin-left: 40px;
110
+ }
111
 
112
  body .tinvwl-header, body .tinvwl-content {
113
  font-family: Arial, sans-serif;
114
  font-size: 14px;
115
  line-height: 1.429;
116
+ color: #6b625a;
117
+ }
118
 
119
  button, input, select, textarea {
120
  font-family: inherit;
121
  font-size: inherit;
122
+ font-weight: inherit;
123
+ }
124
 
125
  label, .tinv-label {
126
  display: block;
128
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
129
  color: #291C09;
130
  font-weight: 600;
131
+ margin-bottom: 7px;
132
+ }
133
 
134
  h1, h2, h3, h4, h5, h6, .wrap h1 {
135
  color: #291c09;
136
+ font-family: "Open Sans", Arial, sans-serif;
137
  font-weight: normal;
138
  line-height: 1.313;
139
  padding: 0;
140
  margin: 0;
141
+ border: 0;
142
+ }
143
 
144
  h1, .wrap h1 {
145
+ font-size: 30px;
146
+ }
147
 
148
  h2 {
149
+ font-size: 26px;
150
+ }
151
 
152
  h3 {
153
+ font-size: 22px;
154
+ }
155
 
156
  h4 {
157
+ font-size: 18px;
158
+ }
159
 
160
  h5 {
161
+ font-size: 14px;
162
+ }
163
 
164
  h6 {
165
+ font-size: 12px;
166
+ }
167
 
168
  @media screen and (max-width: 1200px) {
169
  #update-nag, .update-nag, .notice {
170
  margin-top: 20px;
171
  margin-right: 20px;
172
+ margin-left: 20px;
173
+ }
174
+
175
  div.error, div.updated {
176
  margin-top: 20px;
177
  margin-right: 20px;
178
+ margin-left: 20px;
179
+ }
180
+ }
181
  @media screen and (max-width: 782px) {
182
  .auto-fold #wpcontent {
183
+ padding-right: 0;
184
+ }
185
+
186
  #update-nag, .update-nag, .notice {
187
+ margin: 20px 0 0 0;
188
+ }
189
+
190
  div.error, div.updated {
191
+ margin: 20px 0 0 0;
192
+ }
193
+
194
  .notice {
195
+ margin-left: 0;
196
+ }
 
197
 
198
+ div.error, div.updated {
199
+ margin-left: 0;
200
+ }
201
+ }
202
  /**
203
  * SubMenu
204
  */
205
  #toplevel_page_tinvwl ul ul {
206
  display: none;
207
  margin-right: 15px;
208
+ position: absolute;
209
+ }
210
  #toplevel_page_tinvwl ul li:hover ul, #toplevel_page_tinvwl ul li.current ul {
211
  display: block;
212
  right: 145px;
213
  margin-right: 15px;
214
  position: absolute;
215
+ top: 0;
216
+ }
217
 
218
  /**
219
  * Header Page
243
  */
244
  .status-panel > div {
245
  display: inline-block;
246
+ margin-right: 21px;
247
+ }
248
  .status-panel .button-link {
249
  background-color: #FF5739;
250
  color: #FFF;
256
  display: table-cell;
257
  border-radius: 5px;
258
  padding: 0 17px;
259
+ vertical-align: middle;
260
+ }
261
+ .status-panel .button-link span::before {
262
+ color: #ffdc00;
263
+ display: inline-block;
264
+ font: normal 12px/1 "dashicons";
265
+ vertical-align: bottom;
266
+ -webkit-font-smoothing: antialiased;
267
+ content: "";
268
+ }
269
  .status-panel .button-round {
270
  border: 2px solid #f1f1f1;
271
  border-radius: 50%;
275
  height: 40px;
276
  display: table-cell;
277
  text-align: center;
278
+ vertical-align: middle;
279
+ }
280
  .status-panel .status-tutorial span::before {
281
  color: #515151;
282
  display: inline-block;
283
+ font: normal 24px/1 "dashicons";
284
  vertical-align: middle;
285
  -webkit-font-smoothing: antialiased;
286
+ content: "";
287
+ }
288
 
289
  /**
290
  * Message Status
295
  line-height: 1.429;
296
  margin-top: 40px;
297
  color: #6b625a;
298
+ border-top: 2px solid #f6f3ed;
299
+ }
300
+ .tinvwl-status-message .tinvwl-title {
301
+ padding: 13px 20px;
302
+ float: right;
303
+ width: 142px;
304
+ font-weight: bold;
305
+ }
306
+ .tinvwl-status-message.type-error .tinvwl-title, .tinvwl-status-message.type-tip .tinvwl-title {
307
+ color: #fff;
308
+ }
309
+ .tinvwl-status-message.type-attention .tinvwl-title {
310
+ color: #23282d;
311
+ }
312
+ .tinvwl-status-message.type-error .tinvwl-title {
313
+ background: #ff3814;
314
+ }
315
+ .tinvwl-status-message.type-tip .tinvwl-title {
316
+ background: #30aec4;
317
+ }
318
+ .tinvwl-status-message.type-attention .tinvwl-title {
319
+ background: #ffe900;
320
+ }
321
+ .tinvwl-status-message .tinvwl-title i {
322
+ margin-left: 10px;
323
+ }
324
+ .tinvwl-status-message.type-error > .tinvwl-title > i:before {
325
+ content: "";
326
+ }
327
+ .tinvwl-status-message.type-tip > .tinvwl-title > i:before {
328
+ content: "";
329
+ }
330
+ .tinvwl-status-message.type-attention > .tinvwl-title > i:before {
331
+ content: "";
332
+ }
333
+ .tinvwl-status-message .tinvwl-message {
334
+ padding: 13px 20px;
335
+ overflow: hidden;
336
+ height: 100%;
337
+ background: #faf9f7;
338
+ }
339
 
340
  @media screen and (max-width: 782px) {
341
  .tinvwl-status-message {
342
+ margin-top: 20px;
343
+ }
344
+ }
345
  /**
346
  * Form Elements
347
  */
348
  .tinvwl-content label {
349
  /*font-size: 14px;
350
+ font-weight: 600;
351
+ margin: 2px;*/
352
+ /*line-height: 42px;*/
353
+ }
354
  .tinvwl-content a {
355
  text-decoration: none;
356
+ color: #30aec4;
357
+ }
358
+ .tinvwl-content a:hover, .tinvwl-content a:active, .tinvwl-content a:focus {
359
+ color: #524737;
360
+ }
361
  .tinvwl-content input[type=text], .tinvwl-content input[type=password], .tinvwl-content input[type=checkbox], .tinvwl-content input[type=color], .tinvwl-content input[type=date], .tinvwl-content input[type=datetime], .tinvwl-content input[type=datetime-local], .tinvwl-content input[type=email], .tinvwl-content input[type=month], .tinvwl-content input[type=number], .tinvwl-content input[type=radio], .tinvwl-content input[type=tel], .tinvwl-content input[type=time], .tinvwl-content input[type=url], .tinvwl-content input[type=week], .tinvwl-content input[type=search] {
362
  line-height: 1.429;
363
  padding: 9px 13px;
365
  color: #4f4639;
366
  border: 1px solid rgba(0, 0, 0, 0.14);
367
  -webkit-box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);
368
+ box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);
369
+ }
370
  .tinvwl-content select {
371
  line-height: 1.429;
372
  padding: 9px 13px;
374
  color: #4f4639;
375
  border: 1px solid rgba(0, 0, 0, 0.14);
376
  -webkit-box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);
377
+ box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);
378
+ }
379
  .tinvwl-content textarea {
380
  line-height: 1.429;
381
  padding: 9px 13px;
384
  border: 1px solid rgba(0, 0, 0, 0.14);
385
  -webkit-box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);
386
  box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);
387
+ height: 70px;
388
+ }
389
  .tinvwl-content input[type=text], .tinvwl-content input[type=password], .tinvwl-content input[type=color], .tinvwl-content input[type=date], .tinvwl-content input[type=datetime], .tinvwl-content input[type=datetime-local], .tinvwl-content input[type=email], .tinvwl-content input[type=month], .tinvwl-content input[type=number], .tinvwl-content input[type=tel], .tinvwl-content input[type=time], .tinvwl-content input[type=url], .tinvwl-content input[type=week], .tinvwl-content input[type=search] {
390
  height: 42px;
391
+ border-radius: 4px;
392
+ }
393
  .tinvwl-content select {
394
  height: 42px;
395
+ border-radius: 4px;
396
+ }
397
  .tinvwl-content .tablenav input[type=search] {
398
  height: 35px;
399
  width: 210px;
401
  -webkit-box-shadow: none;
402
  box-shadow: none;
403
  border: none;
404
+ background: #f4f3ef;
405
+ }
406
+ .tinvwl-content .tablenav input[type=search] + input[type=submit], .tinvwl-content .tablenav input[type=search] + button[type=submit] {
407
+ vertical-align: middle;
408
+ }
409
  .tinvwl-content .tablenav .tinvwl-select-wrap + input[type=submit] {
410
  float: left;
411
+ margin-right: 8px !important;
412
+ }
413
  .tinvwl-content .tablenav input[type=search] + input[type=submit], .tinvwl-content .tablenav input[type=search] + button[type=submit] {
414
  float: left;
415
+ margin-right: 8px !important;
416
+ }
417
  .tinvwl-content input[type=text]:disabled, .tinvwl-content input[type=password]:disabled, .tinvwl-content input[type=color]:disabled, .tinvwl-content input[type=date]:disabled, .tinvwl-content input[type=datetime]:disabled, .tinvwl-content input[type=datetime-local]:disabled, .tinvwl-content input[type=email]:disabled, .tinvwl-content input[type=month]:disabled, .tinvwl-content input[type=number]:disabled, .tinvwl-content input[type=tel]:disabled, .tinvwl-content input[type=time]:disabled, .tinvwl-content input[type=url]:disabled, .tinvwl-content input[type=week]:disabled, .tinvwl-content input[type=search]:disabled {
418
  font-size: 15px;
419
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
420
  font-weight: 600;
421
  color: #291C09;
422
  background-color: #f6f3ed;
423
+ border-color: #f6f3ed;
424
+ }
425
  .tinvwl-content select {
426
  font-family: Arial, sans-serif;
427
  font-size: 14px;
434
  background-image: url("../img/select_caret.png");
435
  background-repeat: no-repeat;
436
  background-position: 4% center;
437
+ background-position: calc(100% - (100% - 15px)) center;
438
+ }
439
+ .tinvwl-content select:disabled {
440
+ font-size: 15px;
441
+ font-family: "Open Sans", "Helvetica Neue", sans-serif;
442
+ font-weight: 600;
443
+ color: #291C09;
444
+ background-color: #f6f3ed;
445
+ border-color: #f6f3ed;
446
+ }
447
+ .tinvwl-content select[multiple=multiple] {
448
+ padding: 9px 13px;
449
+ background: #fff;
450
+ }
451
  .tinvwl-content .tinvwl-select.grey {
452
  font-size: 14px;
453
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
455
  height: 35px;
456
  border: none;
457
  color: #5D5D5D;
458
+ background: #f4f3ef;
459
+ }
460
 
461
  @media screen and (max-width: 782px) {
462
  input, textarea {
463
+ font-size: 14px;
464
+ }
465
+
466
  #wpbody .tinvwl-content select {
467
  height: 42px;
468
+ font-size: 14px;
469
+ }
470
+ }
471
  .tinvwl-select-wrap {
472
  position: relative;
473
  display: inline-block;
474
  vertical-align: middle;
475
+ cursor: pointer;
476
+ }
477
 
478
  .tinvwl-content select.tinvwl-select.grey {
479
  padding-left: 47px;
480
  margin: 0;
481
+ border-radius: 4px;
482
+ }
483
 
484
  .tinvwl-select + .tinvwl-caret {
485
  pointer-events: none;
491
  height: 36px;
492
  line-height: 36px;
493
  text-align: center;
494
+ border-radius: 4px 0 0 4px;
495
+ }
496
+ .tinvwl-select + .tinvwl-caret span {
497
+ display: inline-block;
498
+ width: 13px;
499
+ height: 8px;
500
+ background: url("../img/chevron_down.png") no-repeat center;
501
+ background-position: 100% -10px;
502
+ }
503
  .tinvwl-select:hover + .tinvwl-caret {
504
+ background: #3e3e3e;
505
+ }
506
+ .tinvwl-select:hover + .tinvwl-caret span {
507
+ background-position: 100% 0;
508
+ }
509
 
510
  /* Buttons */
511
  .tinvwl-content .tinvwl-nav {
512
+ margin: 0 40px;
513
+ }
514
  .tinvwl-content .tinvwl-panel + .tinvwl-nav {
515
+ margin-top: 40px;
516
+ }
517
 
518
  .tinvwl-nav .tinvwl-prev {
519
+ float: right;
520
+ }
521
+ .tinvwl-nav .tinvwl-prev .tinvwl-btn {
522
+ float: right;
523
+ }
524
  .tinvwl-nav .tinvwl-next {
525
  float: left;
526
+ text-align: left;
527
+ }
528
  .tinvwl-nav .tinvwl-btn + .tinvwl-btn {
529
+ margin-right: 20px;
530
+ }
531
 
532
  .tinvwl-panel.only-button.w-bg {
533
  background: none;
534
+ overflow: visible;
535
+ }
536
  .tinvwl-panel.only-button.w-shadow {
537
  -webkit-box-shadow: none;
538
  box-shadow: none;
539
+ overflow: visible;
540
+ }
541
  .tinvwl-panel.only-button thead, .tinvwl-panel.only-button tfoot, .tinvwl-panel.only-button .control-label {
542
+ display: none;
543
+ }
544
  .tinvwl-panel.only-button .form-group {
545
+ margin-bottom: 0;
546
+ }
547
  .tinvwl-panel.only-button .form-control {
548
  display: inline-block;
549
+ width: auto;
550
+ }
551
  .tinvwl-panel.only-button .tinvwl-table > tbody > tr > td {
552
+ padding: 0;
553
+ }
554
  .tinvwl-panel.only-button #save_buttons--setting_save {
555
+ display: inline-block;
556
+ }
557
  .tinvwl-panel.only-button #save_buttons--setting_reset {
558
  display: inline-block;
559
+ float: left;
560
+ }
561
+ .tinvwl-panel.only-button #save_buttons--setting_reset .form-control {
562
+ background-color: #ffffff;
563
+ color: #3e3e3e;
564
+ }
565
+ .tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split span {
566
+ background: #fbfaf9;
567
+ }
568
+ .tinvwl-panel.only-button #save_buttons--setting_reset .form-control:hover {
569
+ color: #fff;
570
+ background-color: #515151;
571
+ }
572
+ .tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split:hover span {
573
+ background: #434343;
574
+ }
575
 
576
  /* reset button */
577
  #doaction, #doaction2, #post-query-submit {
578
+ margin: 0;
579
+ }
580
 
581
+ button, input[type=submit] {
582
  display: inline-block;
583
  vertical-align: middle;
584
  margin: 0;
585
+ font-family: "Open Sans", Arial, sans-serif;
586
  font-size: 14px;
587
  line-height: normal;
588
  cursor: pointer;
589
+ text-decoration: none;
590
+ }
591
 
592
  .tinvwl-btn {
593
  display: inline-block;
594
  vertical-align: middle;
595
  margin: 0;
596
+ font-family: "Open Sans", Arial, sans-serif;
597
  font-size: 14px;
598
  line-height: normal;
599
  cursor: pointer;
602
  font-weight: 800;
603
  text-align: center;
604
  text-transform: uppercase;
605
+ letter-spacing: -0.025em;
606
  border: none;
607
  border-radius: 2px;
608
  color: #fff;
609
+ background-color: #96b100;
610
+ }
611
 
612
  a.tinvwl-btn {
613
  padding: 11px 18px 12px 19px;
614
  font-weight: 800;
615
  text-align: center;
616
  text-transform: uppercase;
617
+ letter-spacing: -0.025em;
618
  border: none;
619
  border-radius: 2px;
620
  color: #fff;
621
+ background-color: #96b100;
622
+ }
623
 
624
  .tinvwl-btn.large {
625
+ padding: 14px 18px 14px 19px;
626
+ }
627
  .tinvwl-btn.small {
628
+ padding: 6px 11px 7px;
629
+ }
630
  .tinvwl-btn.smaller {
631
  /*padding: 7px 15px;*/
632
+ padding: 11px 18px 12px;
633
+ }
634
  .tinvwl-btn.red, .tinvwl-btn.green, .tinvwl-btn.dark-green, .tinvwl-btn.black {
635
+ font-weight: 800;
636
+ }
637
  .tinvwl-btn.grey {
638
  /*padding: 6px 11px 7px;*/
639
  margin: 0;
641
  font-weight: bold;
642
  /*letter-spacing: 0;*/
643
  color: #3e3e3e;
644
+ background: #F4F3EF;
645
+ }
646
+ .tinvwl-btn.grey.large {
647
+ font-weight: 800;
648
+ padding: 14px 18px 14px 19px;
649
+ }
650
+ .tinvwl-btn.grey.w-icon {
651
+ letter-spacing: -0.025em;
652
+ }
653
  .tinvwl-btn.red {
654
  color: #fff;
655
+ background-color: #ff5739;
656
+ }
657
  .tinvwl-btn.orange {
658
  color: #fff;
659
+ background-color: #FF9F07;
660
+ }
661
  .tinvwl-btn.dark-green {
662
  /*color: #fff;*/
663
+ /*background-color: #96b100;*/
664
+ }
665
  .tinvwl-btn.white.smaller {
666
  font-size: 14px;
667
  font-weight: bold;
668
+ letter-spacing: -0.05em;
669
  padding: 10px 15px 11px;
670
  border: 1px solid rgba(0, 0, 0, 0.14);
671
  -webkit-box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);
672
+ box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);
673
+ }
674
  .tinvwl-btn.white.small {
675
  font-family: Arial, sans-serif;
676
  font-size: 14px;
680
  -webkit-box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);
681
  box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);
682
  padding: 9px 18px;
683
+ color: #4f4639;
684
+ }
685
  .tinvwl-btn.small.white:hover, .tinvwl-btn.small.white:active, .tinvwl-btn.small.white:focus {
686
+ color: #fff;
687
+ }
688
  .tinvwl-btn.white {
689
  color: #291c09;
690
+ background: #fff;
691
+ }
692
+ .tinvwl-btn.white.no-txt {
693
+ padding: 12px 16px;
694
+ }
695
+ .tinvwl-btn.white.small.no-txt {
696
+ padding: 9px 12px;
697
+ }
698
+ .tinvwl-btn.white i {
699
+ color: #6b625a;
700
+ margin-left: 11px;
701
+ }
702
  .tinvwl-btn.w-icon {
703
+ font-weight: 800;
704
+ }
705
+ .tinvwl-btn.w-icon i {
706
+ margin-left: 16px;
707
+ }
708
  .tinvwl-btn.round.w-icon i {
709
  margin-left: 15px;
710
+ font-size: 16px;
711
+ }
712
  .tinvwl-btn.w-icon i.ftinvwl-graduation-cap {
713
+ vertical-align: text-bottom;
714
+ }
715
  .tinvwl-btn.red.w-icon i {
716
+ margin-left: 13px;
717
+ }
718
  .tinvwl-btn.xl-icon i, .tinvwl-btn.round.xl-icon i {
719
  font-size: 17px;
720
+ margin-left: 15px;
721
+ }
722
  .tinvwl-btn.lg-icon i {
723
+ font-size: 15px;
724
+ }
725
  .tinvwl-btn.md-icon i, .tinvwl-btn.round.md-icon i {
726
+ font-size: 14px;
727
+ }
728
  .tinvwl-btn.sm-icon i {
729
+ font-size: 13px;
730
+ }
731
  .tinvwl-btn.xs-icon i {
732
  font-size: 11px;
733
+ vertical-align: 1%;
734
+ }
735
  .tinvwl-btn.white.no-txt i {
736
+ margin-left: 0;
737
+ }
738
  .tinvwl-btn.white:hover i, .tinvwl-btn.white:active i, .tinvwl-btn.white:focus i {
 
 
 
739
  color: #fff;
740
+ }
741
+ .tinvwl-btn.green {
742
+ color: #fff;
743
+ background-color: #a9c203;
744
+ }
745
  .tinvwl-btn.black {
746
  color: #fff;
747
+ background-color: #515151;
748
+ }
749
  .tinvwl-btn.smaller-txt {
750
  font-size: 12px;
751
+ padding: 15px 20px;
752
+ }
753
  .tinvwl-btn.medium {
754
+ letter-spacing: 0;
755
+ }
756
+ .tinvwl-btn.medium.smaller-txt {
757
+ padding: 9px 16px;
758
+ }
759
  .tinvwl-btn.round {
760
  border-radius: 25px;
761
+ padding: 15px 28px 16px;
762
+ }
763
+ .tinvwl-btn.round.red {
764
+ /*padding: 15px 22px 16px;*/
765
+ padding: 16px 30px;
766
+ }
767
  .tinvwl-btn.split {
768
+ padding: 0 0 0 26px;
769
+ }
770
+ .tinvwl-btn.split span {
771
+ display: inline-block;
772
+ text-align: center;
773
+ width: 46px;
774
+ padding: 14px 0;
775
+ margin-left: 14px;
776
+ border-radius: 0 4px 4px 0;
777
+ background: #8aa300;
778
+ }
779
+ .tinvwl-btn.split:hover span, .tinvwl-btn.split:active span, .tinvwl-btn.split:focus span {
780
+ background: #434343;
781
+ }
782
+ .tinvwl-btn.split.green span {
783
+ background: #b9cf09;
784
+ }
785
+ .tinvwl-btn.split.black span {
786
+ background: #434343;
787
+ }
788
+ .tinvwl-btn.split span i {
789
+ font-size: 17px;
790
+ }
791
  .tinvwl-btn:not(:disabled):hover, .tinvwl-btn:not(:disabled):active, .tinvwl-btn:not(:disabled):focus {
792
  color: #fff;
793
  /*background: #3e3e3e;*/
794
+ background-color: #515151;
795
+ }
796
 
797
  a.tinvwl-btn:not(:disabled):hover, a.tinvwl-btn:not(:disabled):active, a.tinvwl-btn:not(:disabled):focus {
798
  color: #fff;
799
  /*background: #3e3e3e;*/
800
+ background-color: #515151;
801
+ }
802
 
803
  /* Icons */
804
  .tinvwl-header {
805
  padding: 21px 40px;
806
  margin-bottom: 40px;
807
+ background: #ffffff;
808
+ }
809
+ .tinvwl-header .icon.border-grey {
810
+ position: relative;
811
+ display: inline-block;
812
+ width: 45px;
813
+ height: 45px;
814
+ line-height: 45px;
815
+ text-align: center;
816
+ background: #fff;
817
+ border: 2px solid #f1f1f1;
818
+ border-radius: 50%;
819
+ color: #3e3e3e;
820
+ }
821
+ .tinvwl-header .icon.border-grey:hover {
822
+ border-color: #515151;
823
+ }
824
+ .tinvwl-header .icon.w-lines {
825
+ position: relative;
826
+ padding: 0 30px;
827
+ }
828
+ .tinvwl-header .icon.w-lines:before, .tinvwl-header .icon.w-lines:after {
829
+ content: "";
830
+ position: absolute;
831
+ top: 50%;
832
+ top: calc(50% - 1px);
833
+ width: 17px;
834
+ height: 1px;
835
+ background: rgba(0, 0, 0, 0.12);
836
+ }
837
+ .tinvwl-header .icon.w-lines:before {
838
+ right: 0;
839
+ }
840
+ .tinvwl-header .icon.w-lines:after {
841
+ left: 0;
842
+ }
843
+ .tinvwl-header .icon .badge {
844
+ position: absolute;
845
+ top: -5px;
846
+ left: -10px;
847
+ display: inline-block;
848
+ min-width: 26px;
849
+ height: 26px;
850
+ font-size: 11px;
851
+ line-height: 19px;
852
+ font-weight: bold;
853
+ background: #ff5739;
854
+ border: 3px solid #ffffff;
855
+ color: #ffffff;
856
+ border-radius: 50%;
857
+ }
858
 
859
  .tinwl-logo i.logo_heart {
860
+ min-width: 54px;
861
+ }
862
  .tinwl-logo h2 {
863
  font-size: 18px;
864
  font-weight: bold;
865
  text-transform: uppercase;
866
  line-height: 1;
867
+ padding-right: 10px;
868
+ }
869
 
870
  .tinvwl-header .tinvwl-title {
871
  padding-right: 28px;
872
  margin-right: 28px;
873
+ border-right: 1px solid #dcddde;
874
+ }
875
  .tinvwl-header h1 {
876
  color: #3e3e3e;
877
+ padding: 0;
878
+ }
879
  .tinvwl-header .tinvwl-status-panel {
880
+ margin-top: -12px;
881
+ }
882
+ .tinvwl-header .tinvwl-status-panel > a {
883
+ vertical-align: middle;
884
+ }
885
+ .tinvwl-header .tinvwl-status-panel > a + a {
886
+ margin-right: 15px;
887
+ }
888
  .tinvwl-header .tinvwl-btn {
889
  margin-top: 15px;
890
+ margin-top: 18px;
891
+ }
892
+ .tinvwl-header .tinvwl-btn.red i {
893
+ color: #ffdc00;
894
+ }
895
  .tinvwl-header .tinvwl-status-panel {
896
+ text-align: left;
897
+ }
898
 
899
  .tinvwl-sign-icon {
900
  font-size: 30px;
901
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
902
+ color: #948d84;
903
+ }
904
 
905
  @media (max-width: 1199px) {
906
  .tinvwl-header {
907
+ text-align: center;
908
+ }
909
+ .tinvwl-header .tinvwl-table, .tinvwl-header .tinvwl-cell, .tinvwl-header .tinvwl-cell-3 {
910
+ display: block;
911
+ }
912
+ .tinvwl-header h1 + .tinvwl-status-panel {
913
+ margin-top: 25px;
914
+ }
915
+ .tinvwl-header .tinvwl-status-panel {
916
+ text-align: center;
917
+ margin-top: 15px;
918
+ }
919
+ .tinvwl-header .tinvwl-status-panel > a + a {
920
+ margin-right: 9px;
921
+ }
922
+
923
  .tinwl-logo {
924
  display: block;
925
+ margin: 0 auto;
926
+ }
927
+ .tinwl-logo h2, .tinwl-logo img {
928
+ display: block;
929
+ margin: 0 auto;
930
+ }
931
+
932
  .tinvwl-header .tinvwl-title {
933
  display: block;
934
+ margin: 0 auto;
935
+ }
936
+
937
  .tinwl-logo h2 {
938
  padding-right: 0;
939
  margin-right: 0;
940
+ margin-top: 6px;
941
+ }
942
+
943
  .tinvwl-header .tinvwl-title {
944
  position: relative;
945
  padding-right: 12px;
947
  padding-top: 13px;
948
  margin-right: 0;
949
  margin-top: 16px;
950
+ border-right: 0;
951
+ }
952
+ .tinvwl-header .tinvwl-title:before {
953
+ content: "";
954
+ position: absolute;
955
+ top: 0;
956
+ right: 0;
957
+ left: 0;
958
+ width: 40px;
959
+ height: 1px;
960
+ margin: 0 auto;
961
+ background: #dcddde;
962
+ }
963
+ }
964
  @media (max-width: 782px) {
965
  .tinvwl-header .tinvwl-btn .tinvwl-txt {
966
+ display: none;
967
+ }
968
  .tinvwl-header .tinvwl-btn i {
969
+ margin-left: 0 !important;
970
+ }
971
  .tinvwl-header .tinvwl-btn.grey {
972
  padding-right: 16px;
973
+ padding-left: 16px;
974
+ }
975
+ }
976
  .tinvwl-content h2 {
977
  /*margin: 0;*/
978
+ /*line-height: 40px;*/
979
+ }
980
 
981
  /* Privacy Navigation */
982
  .tinwl-wishlists-privacy {
983
+ margin: -10px 0 0;
984
+ }
985
+ .tinwl-wishlists-privacy li {
986
+ float: right;
987
+ margin: 10px 0 0 10px;
988
+ }
989
+ .tinwl-wishlists-privacy li:last-child {
990
+ margin-left: 0;
991
+ }
992
+ .tinwl-wishlists-privacy li a {
993
+ display: block;
994
+ font-family: "Open Sans", "Helvetica Neue", sans-serif;
995
+ font-size: 14px;
996
+ font-weight: 600;
997
+ line-height: 1;
998
+ padding: 10px 16px;
999
+ border-radius: 3px;
1000
+ color: #404040;
1001
+ background: #ede8df;
1002
+ }
1003
+ .tinwl-wishlists-privacy li.active a {
1004
+ color: #fff;
1005
+ background-color: #96b100;
1006
+ }
1007
+ .tinwl-wishlists-privacy li a:hover, .tinwl-wishlists-privacy li a:active, .tinwl-wishlists-privacy li a:focus {
1008
+ color: #fff;
1009
+ background-color: #96b100;
1010
+ }
1011
 
1012
  @media screen and (max-width: 782px) {
1013
  .tinwl-wishlists-privacy {
1014
+ margin-right: 15px;
1015
+ }
1016
+ }
1017
  /* Panel */
1018
  .tinvwl-panel {
1019
+ margin: 40px 40px 0;
1020
+ }
1021
+ .tinvwl-panel .w-bg-grey {
1022
+ background: #fbfaf9;
1023
+ }
1024
+ .tinvwl-panel.w-shadow {
1025
+ -webkit-box-shadow: -1px 1px 8px 0 rgba(170, 157, 137, 0.14);
1026
+ box-shadow: -1px 1px 8px 0 rgba(170, 157, 137, 0.14);
1027
+ }
1028
+ .tinvwl-panel.w-bg {
1029
+ background: #ffffff;
1030
+ border-radius: 4px;
1031
+ }
1032
 
1033
  .tinvwl-table.w-info .tinvwl-info[rowspan] {
1034
+ vertical-align: middle;
1035
+ }
1036
+ .tinvwl-table.w-info .tinvwl-info[rowspan] .tinvwl-info-sign {
1037
+ vertical-align: middle;
1038
+ }
1039
  .tinvwl-table.w-info .tinvwl-info-top > tr .tinvwl-info {
1040
+ vertical-align: top;
1041
+ }
1042
 
1043
  @media screen and (max-width: 1200px) {
1044
  .tinvwl-panel {
1045
+ margin: 20px 20px 0;
1046
+ }
 
1047
 
1048
+ .tinvwl-header {
1049
+ margin-bottom: 20px;
1050
+ }
1051
+ }
1052
  @media screen and (max-width: 782px) {
1053
  .tinvwl-panel {
1054
+ margin: 20px 0 0;
1055
+ }
1056
+ .tinvwl-panel.only-button {
1057
+ text-align: center;
1058
+ }
1059
+ }
1060
  /**
1061
  * Content Elements
1062
  */
1063
  .tinvwl-content {
1064
+ /*margin: 14px 40px 10px 20px;*/
1065
+ }
1066
+ .tinvwl-content section {
1067
+ /*margin-top: 20px;*/
1068
+ /*background-color: #FFF;*/
1069
+ /*border-radius: 5px;*/
1070
+ }
1071
+ .tinvwl-content section:after {
1072
+ /*content: '';
1073
+ display: block;
1074
+ height: 0;
1075
+ clear: both;*/
1076
+ }
1077
 
1078
  /* Preview Icon */
1079
  .tinvwl-icon-preview {
1085
  text-align: center;
1086
  border-radius: 2px;
1087
  color: #595857;
1088
+ background: #f6f3ed;
1089
+ }
1090
+ .tinvwl-icon-preview span {
1091
+ position: absolute;
1092
+ top: 50%;
1093
+ right: 0;
1094
+ left: 0;
1095
+ -webkit-transform: translateY(-50%);
1096
+ transform: translateY(-50%);
1097
+ }
1098
+ .tinvwl-icon-preview span img {
1099
+ max-width: 50px;
1100
+ max-height: 42px;
1101
+ vertical-align: middle;
1102
+ }
1103
 
1104
  @media (min-width: 1200px) {
1105
  .tinvwl-icon-preview {
1106
+ margin-bottom: 0;
1107
+ }
1108
+ }
1109
  /* Table */
1110
  .tinvwl-content .table-wrap {
1111
+ /*padding: 25px 0;*/
1112
+ }
1113
  .tinvwl-content table.widefat {
1114
  -webkit-box-shadow: none;
1115
+ box-shadow: none;
1116
+ }
1117
  .tinvwl-content .tablenav {
1118
  height: auto;
1119
  margin: 30px;
1120
+ background: #ffffff;
1121
+ }
1122
+ .tinvwl-content .tablenav .actions {
1123
+ /*padding: 6px 0 0;*/
1124
+ padding: 0;
1125
+ }
1126
  .tinvwl-content .widefat th, .tinvwl-content .widefat td {
1127
  text-align: center;
1128
+ padding: 0;
1129
+ }
1130
  .tinvwl-content .widefat th {
1131
  padding: 27px 0;
1132
+ position: relative;
1133
+ }
1134
 
1135
  @media screen and (max-width: 782px) {
1136
  .tablenav.top .actions {
1137
+ display: block;
1138
+ }
1139
  .tablenav br.tinv-wishlist-clear {
1140
+ display: none;
1141
+ }
1142
+
1143
  .tinvwl-content .tablenav {
1144
+ margin: 15px 12px;
1145
+ }
1146
+ .tinvwl-content .tablenav .alignleft, .tinvwl-content .tablenav .alignright {
1147
+ float: none;
1148
+ }
1149
+ .tinvwl-content .tablenav .tinvwl-full {
1150
+ display: none;
1151
+ }
1152
+ .tinvwl-content .tablenav .alignleft + .alignright {
1153
+ margin-top: 10px;
1154
+ }
1155
+ .tinvwl-content .tablenav .tinvwl-select-wrap {
1156
+ width: calc(100% - 75px);
1157
+ }
1158
+
1159
  #wpbody .tinvwl-content .tablenav .tinvwl-select-wrap select.tinvwl-select {
1160
  max-width: 100%;
1161
  width: 100%;
1162
  height: 35px;
1163
+ padding: 9px 13px;
1164
+ }
 
1165
 
1166
+ .tinvwl-content .tablenav input[type=search] {
1167
+ width: calc(100% - 84px);
1168
+ }
1169
+ }
1170
  .tinvwl-info-wrap.tinvwl-in-table {
1171
  /*position: absolute;
1172
  top: 50%;
1173
+ margin-top: -11px;*/
1174
+ }
1175
 
1176
  .tinvwl-content .widefat th.sortable, .tinvwl-content .widefat th.sorted {
1177
+ padding: 0;
1178
+ }
1179
  .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {
1180
+ padding: 28px 17px;
1181
+ }
1182
  .tinvwl-content .widefat th.tinvwl-has-info {
1183
+ padding-top: 28px;
1184
+ }
1185
+ .tinvwl-content .widefat th.tinvwl-has-info.sortable > a, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a {
1186
+ padding-top: 0;
1187
+ }
1188
  .tinvwl-content .widefat th.sortable:first-of-type, .tinvwl-content .widefat th.sorted:first-of-type {
1189
+ padding-right: 0;
1190
+ }
1191
  .tinvwl-content .widefat th.sortable:first-of-type > a, .tinvwl-content .widefat th.sorted:first-of-type > a {
1192
+ padding-right: 28px;
1193
+ }
1194
  .tinvwl-content .widefat th:first-of-type {
1195
  text-align: right;
1196
+ padding-right: 28px;
1197
+ }
1198
  .tinvwl-content .widefat td:first-of-type {
1199
  text-align: right;
1200
+ padding-right: 28px;
1201
+ }
1202
  .tinvwl-content .widefat th .tinvwl-help-wrap {
1203
  display: inline-block;
1204
+ margin-right: 6px;
1205
+ }
1206
  .tinvwl-content .widefat th.sortable > a + .tinvwl-help-wrap, .tinvwl-content .widefat th.sorted > a + .tinvwl-help-wrap {
1207
+ margin-right: 0;
1208
+ }
1209
  .tinvwl-content .widefat thead tr {
1210
+ background: #f4f3ef;
1211
+ }
1212
  .tinvwl-content .striped > tbody > :nth-child(odd), .tinvwl-content ul.striped > :nth-child(odd) {
1213
+ background: none;
1214
+ }
1215
  .tinvwl-content .widefat thead td.check-column, .tinvwl-content .widefat tbody th.check-column {
1216
  width: 50px;
1217
  padding: 28px 28px 28px 0;
1218
+ vertical-align: middle;
1219
+ }
1220
  .tinvwl-content .widefat thead td.check-column {
1221
+ padding: 28px 28px 28px 0;
1222
+ }
1223
  .tinvwl-content .widefat tbody th.check-column {
1224
+ padding: 13px 28px 13px 0;
1225
+ }
1226
  .tinvwl-content .widefat thead td.check-column + th {
1227
+ padding-right: 21px;
1228
+ }
1229
+ .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > a, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > a {
1230
+ padding-right: 21px;
1231
+ }
1232
  .tinvwl-content .widefat tbody th.check-column + td {
1233
+ padding-right: 21px;
1234
+ }
1235
  .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > .tinvwl-info-wrap.tinvwl-in-table, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > .tinvwl-info-wrap.tinvwl-in-table {
1236
+ padding-right: 21px;
1237
+ }
1238
  .tinvwl-content .widefat thead td.pause-play-column {
1239
  padding: 0;
1240
  width: 53px;
1241
+ text-align: center;
1242
+ }
1243
  .tinvwl-content .widefat tbody th.pause-play-column {
1244
  padding: 0;
1245
  width: 53px;
1246
+ text-align: center;
1247
+ }
1248
  .tinvwl-content th.sortable a, .tinvwl-content th.sorted a {
1249
+ padding: 0;
1250
+ }
1251
  .tinvwl-content .widefat th {
1252
  font-size: 14px;
1253
  font-weight: 600;
1254
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
1255
  color: #291C09;
1256
  text-transform: uppercase;
1257
+ letter-spacing: -0.025em;
1258
+ }
1259
  .tinvwl-content th.sortable > a, .tinvwl-content th.sorted > a {
1260
  font-size: 14px;
1261
  font-weight: 600;
1262
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
1263
  color: #291C09;
1264
  text-transform: uppercase;
1265
+ letter-spacing: -0.025em;
1266
+ }
1267
  .tinvwl-content th.sortable > a, .tinvwl-content th.sorted > a {
1268
  display: inline-block;
1269
+ vertical-align: middle;
1270
+ }
1271
  .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {
1272
+ position: relative;
1273
+ }
1274
  .tinvwl-content .widefat th.sortable > a .sorting-indicator, .tinvwl-content .widefat th.sorted > a .sorting-indicator {
1275
  position: absolute;
1276
  top: 50%;
1277
  left: 0;
1278
+ margin-top: -2px;
1279
+ }
1280
  .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {
1281
+ margin-top: -15px;
1282
+ }
1283
  .tinvwl-content th.sortable a span, .tinvwl-content th.sorted a span {
1284
+ float: none;
1285
+ }
1286
  .tinvwl-content table.widefat {
1287
  /*table-layout: auto;*/
1288
  border: none;
1289
+ border-bottom: 2px solid #f7f7f7;
1290
+ }
1291
  .tinvwl-content .widefat thead td, .tinvwl-content .widefat thead th {
1292
+ border-bottom: 0;
1293
+ }
1294
  .tinvwl-content .widefat td {
1295
  padding: 24px 0;
1296
+ vertical-align: middle;
1297
+ }
1298
  .tinvwl-content .widefat tbody td {
1299
+ padding: 13px 0;
1300
+ }
1301
  .tinvwl-content .widefat td {
1302
+ font-size: 14px;
1303
+ }
1304
+ .tinvwl-content .widefat td ol, .tinvwl-content .widefat td p, .tinvwl-content .widefat td ul {
1305
+ font-size: 14px;
1306
+ }
1307
  .tinvwl-content .widefat tbody tr + tr {
1308
+ border-top: 2px solid #f7f7f7;
1309
+ }
1310
  .tinvwl-content .widefat thead th.column-preference {
1311
  /*display: none;*/
1312
+ text-indent: -9999px;
1313
+ }
1314
  .tinvwl-content .widefat.wishlists thead th.column-preference, .tinvwl-content .widefat.wishlists tbody td.column-preference {
1315
  min-width: 220px;
1316
+ width: 220px;
1317
+ }
1318
  .tinvwl-content .widefat:not(.products) tbody td.column-preference {
1319
+ text-align: left;
1320
+ }
1321
  .tinvwl-content .widefat.products thead th.column-quantity a > span:not(.sorting-indicator) {
1322
+ max-width: 91px;
1323
+ }
1324
  .tinvwl-content .widefat.users tbody .column-name > a {
1325
+ display: block;
1326
+ }
1327
  .tinvwl-content .widefat.products thead th.column-preference, .tinvwl-content .widefat.products tbody td.column-preference {
1328
  width: 345px;
1329
+ min-width: 345px;
1330
+ }
1331
  .tinvwl-content .widefat.users thead th.column-preference, .tinvwl-content .widefat.users tbody td.column-preference {
1332
  width: 165px;
1333
+ min-width: 165px;
1334
+ }
1335
  .tinvwl-content .widefat tbody .column-name strong {
1336
+ font-weight: normal;
1337
+ }
1338
  .tinvwl-content .widefat tbody .column-name > a {
1339
+ display: table;
1340
+ }
1341
  .tinvwl-content .widefat tbody .column-name .product-image {
1342
  display: table-cell;
1343
+ vertical-align: middle;
1344
+ }
1345
+ .tinvwl-content .widefat tbody .column-name .product-image img {
1346
+ max-width: 66px;
1347
+ }
1348
  .tinvwl-content .widefat tbody .column-name .product-title {
1349
  display: table-cell;
1350
  vertical-align: middle;
1351
+ padding-right: 15px;
1352
+ }
1353
  .tinvwl-content .widefat thead th.column-preference, .tinvwl-content .widefat tbody td.column-preference {
1354
+ padding-left: 20px;
1355
+ }
1356
  .tinvwl-content .widefat.products tbody td.column-preference > a {
1357
  margin-left: 10px;
1358
+ float: right;
1359
+ }
1360
+ .tinvwl-content .widefat.products tbody td.column-preference > a:last-child {
1361
+ margin-left: 0;
1362
+ }
1363
  .tinvwl-content .tablenav .tablenav-pages {
1364
  float: none;
1365
  text-align: center;
1366
  height: auto;
1367
+ margin-top: 0;
1368
+ }
1369
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links > a {
1370
+ display: inline-block;
1371
+ vertical-align: middle;
1372
+ text-align: center;
1373
+ font-size: 14px;
1374
+ font-weight: normal;
1375
+ padding: 0;
1376
+ min-width: 38px;
1377
+ height: 38px;
1378
+ line-height: 38px;
1379
+ border-radius: 50%;
1380
+ border: none;
1381
+ background: none;
1382
+ color: #3e3e3e;
1383
+ }
1384
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links > span {
1385
+ display: inline-block;
1386
+ vertical-align: middle;
1387
+ text-align: center;
1388
+ font-size: 14px;
1389
+ font-weight: normal;
1390
+ padding: 0;
1391
+ min-width: 38px;
1392
+ height: 38px;
1393
+ line-height: 38px;
1394
+ border-radius: 50%;
1395
+ border: none;
1396
+ background: none;
1397
+ color: #3e3e3e;
1398
+ color: rgba(62, 62, 62, 0.46);
1399
+ background: #f3f1ec;
1400
+ }
1401
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page {
1402
+ background: #f3f1ec;
1403
+ }
1404
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links > .tinvwl-page-number.space {
1405
+ background: none;
1406
+ color: #3e3e3e;
1407
+ }
1408
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links > a:hover {
1409
+ background: #3e3e3e;
1410
+ color: #fff;
1411
+ }
1412
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover {
1413
+ background: #3e3e3e;
1414
+ color: #fff;
1415
+ }
1416
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page {
1417
+ margin-left: 20px;
1418
+ }
1419
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover {
1420
+ background: #3e3e3e;
1421
+ color: #fff;
1422
+ }
1423
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page {
1424
+ margin-right: 20px;
1425
+ }
1426
+ .tinvwl-content .tablenav .tablenav-pages .tinvwl-chevron {
1427
+ display: inline-block;
1428
+ vertical-align: middle;
1429
+ width: 9px;
1430
+ height: 16px;
1431
+ }
1432
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron {
1433
+ background: url("../img/chevron_icon.png") no-repeat center;
1434
+ background-position: 100% -16px;
1435
+ }
1436
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {
1437
+ background: url("../img/chevron_icon.png") no-repeat center;
1438
+ background-position: 100% 0;
1439
+ }
1440
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron {
1441
+ background: url("../img/chevron_icon.png") no-repeat center;
1442
+ background-position: -10px -16px;
1443
+ }
1444
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {
1445
+ background: url("../img/chevron_icon.png") no-repeat center;
1446
+ background-position: -10px 0;
1447
+ }
1448
  .tinvwl-content .widefat.products thead th.column-name, .tinvwl-content .widefat.products tbody td.column-name {
1449
  /*width: 200px;*/
1450
+ width: 30%;
1451
+ }
1452
  .tinvwl-content .widefat.wishlists thead th.column-title, .tinvwl-content .widefat.wishlists tbody td.column-title {
1453
+ width: 45%;
1454
+ }
1455
  .tinvwl-content .widefat.users thead th.column-wishlist, .tinvwl-content .widefat.users tbody td.column-wishlist {
1456
+ width: 45%;
1457
+ }
1458
  .tinvwl-content .widefat.users thead th.column-name, .tinvwl-content .widefat.users tbody td.column-name {
1459
+ text-align: right;
1460
+ }
1461
  .tinvwl-content .widefat.users thead th.column-quantity, .tinvwl-content .widefat.users tbody td.column-quantity {
1462
+ width: 100px;
1463
+ }
1464
  .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-mobile {
1465
+ display: none;
1466
+ }
1467
  .tinvwl-content .widefat.products thead th.column-quantity span span {
1468
+ float: none;
1469
+ }
1470
 
1471
  @media screen and (max-width: 1440px) {
1472
  .tinvwl-content .widefat.products thead th.column-preference, .tinvwl-content .widefat.products tbody td.column-preference {
1473
  width: 204px;
1474
+ min-width: 204px;
1475
+ }
1476
  .tinvwl-content .widefat.wishlists thead th.column-preference, .tinvwl-content .widefat.wishlists tbody td.column-preference {
1477
  width: 98px;
1478
+ min-width: 98px;
1479
+ }
1480
  .tinvwl-content .widefat.users thead th.column-preference, .tinvwl-content .widefat.users tbody td.column-preference {
1481
  width: 60px;
1482
+ min-width: 60px;
1483
+ }
1484
  .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn.tinvwl-w-mobile {
1485
+ padding: 9px 12px;
1486
+ }
1487
  .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-mobile {
1488
  display: inline;
1489
+ margin: 0;
1490
+ }
1491
  .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-full {
1492
+ display: none;
1493
+ }
1494
+ }
1495
  @media screen and (max-width: 1366px) and (min-width: 783px) {
1496
  .tinvwl-content .widefat.products thead th.column-name, .tinvwl-content .widefat.products tbody td.column-name {
1497
  /*width: 110px;*/
1498
+ /*min-width: 110px;*/
1499
+ }
1500
  .tinvwl-content .widefat tbody .column-name .product-image {
1501
+ display: block;
1502
+ }
1503
  .tinvwl-content .widefat tbody .column-name .product-title {
1504
  display: block;
1505
+ padding-right: 0;
1506
+ }
1507
  .tinvwl-content .widefat.products thead th.column-preference {
1508
  width: 103px;
1509
+ min-width: 103px;
1510
+ }
1511
  .tinvwl-content .widefat.products tbody td.column-preference {
1512
  width: 103px;
1513
+ min-width: 103px;
1514
+ }
1515
+ .tinvwl-content .widefat.products tbody td.column-preference > a {
1516
+ margin-left: 5px;
1517
+ }
1518
  .tinvwl-content .widefat tbody td.column-preference > a:nth-child(2n) {
1519
+ margin-left: 0;
1520
+ }
1521
  .tinvwl-content .widefat tbody td.column-preference > a:nth-child(n+3) {
1522
+ margin-top: 5px;
1523
+ }
1524
  .tinvwl-content .widefat thead th .tinvwl-full {
1525
+ display: none;
1526
+ }
1527
+ }
1528
  @media screen and (max-width: 1200px) and (min-width: 783px) {
1529
  .tinvwl-content th.sortable a span, .tinvwl-content th.sorted a span {
1530
+ float: none;
1531
+ }
1532
  .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {
1533
  padding-right: 0;
1534
  padding-left: 0;
1535
+ position: static;
1536
+ }
1537
  .tinvwl-content .widefat th.sortable > a .sorting-indicator, .tinvwl-content .widefat th.sorted > a .sorting-indicator {
1538
  top: auto;
1539
  bottom: 12px;
1540
  right: 0;
1541
  left: 0;
1542
  margin-right: auto;
1543
+ margin-left: auto;
1544
+ }
1545
  .tinvwl-content .widefat th.sortable > a .sorting-indicator:before, .tinvwl-content .widefat th.sorted > a .sorting-indicator:before {
1546
+ right: -5px;
1547
+ }
1548
  .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {
1549
+ margin-top: 12px;
1550
+ }
1551
  .tinvwl-content .widefat.wishlists thead th.column-title, .tinvwl-content .widefat.wishlists tbody td.column-title {
1552
+ width: 38%;
1553
+ }
1554
+ }
1555
  @media screen and (max-width: 782px) {
1556
  .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {
1557
+ margin-top: 0;
1558
+ }
1559
  .tinvwl-content .widefat.products tbody td.column-preference > a {
1560
  margin-left: 5px;
1561
+ float: none;
1562
+ }
1563
  .tinvwl-content .widefat tbody .column-name .product-image, .tinvwl-content .widefat tbody .column-name .product-title {
1564
+ vertical-align: top;
1565
+ }
1566
+
1567
  .tablenav .tablenav-pages {
1568
+ margin-bottom: 15px;
1569
+ }
1570
+
1571
  .tinvwl-content .widefat thead th.column-primary {
1572
+ width: 100% !important;
1573
+ }
1574
  .tinvwl-content .widefat thead td.check-column + th.column-primary {
1575
+ width: 50% !important;
1576
+ }
1577
  .tinvwl-content .widefat.users thead td.check-column + th.column-primary {
1578
+ width: 100% !important;
1579
+ }
1580
+ }
1581
  /* Tables */
1582
  .tinvwl-table {
1583
  display: table;
1584
  /*height: 100%;*/
1585
  width: 100%;
1586
+ max-width: 100%;
1587
+ }
1588
+ .tinvwl-table.w-bg {
1589
+ background: #fff;
1590
+ overflow: hidden;
1591
+ border-radius: 4px;
1592
+ }
1593
+ .tinvwl-table.w-shadow {
1594
+ -webkit-box-shadow: -1px 1px 8px 0 rgba(170, 157, 137, 0.14);
1595
+ box-shadow: -1px 1px 8px 0 rgba(170, 157, 137, 0.14);
1596
+ }
1597
+ .tinvwl-table.auto-width {
1598
+ width: auto;
1599
+ }
1600
 
1601
  .tinvwl-caption {
1602
+ display: table-caption;
1603
+ }
1604
 
1605
  .tinvwl-row {
1606
+ display: table-row;
1607
+ }
1608
 
1609
  .tinvwl-rows {
1610
+ display: table-row-group;
1611
+ }
1612
 
1613
  .tinvwl-cell {
1614
  display: table-cell;
1615
+ vertical-align: middle;
1616
+ }
1617
 
1618
  .tinvwl-cell-2 {
1619
  display: table-cell;
1620
  vertical-align: middle;
1621
+ float: none;
1622
+ }
1623
 
1624
  .tinvwl-cell-3 {
1625
  display: table-cell;
1626
  vertical-align: top;
1627
+ float: none;
1628
+ }
1629
 
1630
  .tinvwl-table.w-info > thead > tr > th:first-child, .tinvwl-table.w-info > tbody > tr > td:first-child {
1631
+ width: 67%;
1632
+ }
1633
  .tinvwl-table th, .tinvwl-table td {
1634
+ vertical-align: top;
1635
+ }
1636
  .tinvwl-table .tinvwl-inner.tinv-wishlist-clearfix h3, .tinvwl-table .tinvwl-inner .tinv-wishlist-clearfix h3, .tinvwl-table .tinvwl-inner.tinv-wishlist-clearfix h4, .tinvwl-table .tinvwl-inner .tinv-wishlist-clearfix h4 {
1637
+ float: right;
1638
+ }
1639
  .tinvwl-table .tinvwl-btn-wrap {
1640
+ float: left;
1641
+ }
1642
  .tinvwl-table.w-info thead > tr > th {
1643
+ text-align: right;
1644
+ }
1645
+ .tinvwl-table.w-info thead > tr > th .tinvwl-info-wrap {
1646
+ font-weight: normal;
1647
+ }
1648
  .tinvwl-table > thead > tr > th {
1649
+ padding: 0 30px;
1650
+ }
1651
+ .tinvwl-table > thead > tr > th:last-child {
1652
+ /*padding: 30px;*/
1653
+ }
1654
  .tinvwl-table .tinvwl-info {
1655
+ vertical-align: top;
1656
+ }
1657
  .tinvwl-table > thead > tr > .tinvwl-info .tinvwl-info-wrap {
1658
+ padding-bottom: 30px;
1659
+ }
1660
  .tinvwl-table tbody tr .tinvwl-inner h2 {
1661
  font-size: 15px;
1662
  color: #291C09;
1663
  font-weight: 600;
1664
+ margin-bottom: 21px;
1665
+ }
1666
  .tinvwl-table > tbody > tr > .tinvwl-info .tinvwl-info-wrap {
1667
+ padding-bottom: 20px;
1668
+ }
1669
  .tinvwl-table > tbody > tr > td {
1670
+ padding: 0 30px;
1671
+ }
1672
+ .tinvwl-table > tbody > tr > td:last-child {
1673
+ /*padding: 30px;*/
1674
+ }
1675
  .tinvwl-table thead > tr .tinvwl-inner {
1676
  padding: 28px 0;
1677
  margin-bottom: 30px;
1678
+ border-bottom: 2px solid rgba(219, 219, 219, 0.522);
1679
+ }
1680
  .tinvwl-table thead.tinwl-empty > tr .tinvwl-inner {
1681
  padding: 30px 0 0;
1682
  margin-bottom: 0;
1683
+ border-bottom: 0;
1684
+ }
1685
  .tinvwl-table thead > tr .tinvwl-inner {
1686
+ /*padding: 20px 0;*/
1687
+ }
1688
  .tinvwl-table .tinvwl-header-row label {
1689
  font-size: 22px;
1690
  font-weight: normal;
1691
  line-height: 1.313;
1692
  margin: 0 0 15px;
1693
+ padding-top: 3px !important;
1694
+ }
1695
  .tinvwl-table thead .tinvwl-empty-info, .tinvwl-table tbody > .tinvwl-bodies-border {
1696
+ display: none;
1697
+ }
1698
  .tinvwl-table thead .tinvwl-empty-info .tinvwl-inner {
1699
  margin: 0;
1700
+ padding-top: 56px;
1701
+ }
1702
 
1703
  .tinvwl-bodies-border .tinvwl-info .tinvwl-inner {
1704
  display: none;
1705
  padding-top: 30px;
1706
  margin-top: 10px;
1707
+ border-top: 2px solid rgba(219, 219, 219, 0.522);
1708
+ }
1709
 
1710
  .tinvwl-style-options .tinvwl-table thead th:first-child, .tinvwl-style-options .tinvwl-bodies-border td:first-child {
1711
+ /*padding-right: 0;*/
1712
+ }
1713
  .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info, .tinvwl-style-options .tinvwl-bodies-border .tinvwl-info {
1714
  padding-right: 0;
1715
+ background: none;
1716
+ }
1717
  .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info {
1718
+ display: table-cell;
1719
+ }
1720
+ .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info .tinvwl-inner {
1721
+ display: block;
1722
+ }
1723
  .tinvwl-style-options tbody + tbody > .tinvwl-bodies-border .tinvwl-info .tinvwl-inner {
1724
+ display: block;
1725
+ }
1726
 
1727
  @media (min-width: 1200px) {
1728
  .tinvwl-style-options .tinvwl-table .tinvwl-inner .form-horizontal {
1729
+ width: 67%;
1730
+ }
1731
+ }
1732
+ textarea[name=style_plain-css] {
1733
+ height: 150px;
1734
+ }
1735
 
1736
  .tinvwl-table tbody + tbody > .tinvwl-bodies-border {
1737
+ display: table-row;
1738
+ }
1739
+ .tinvwl-table tbody + tbody > .tinvwl-bodies-border:first-child > td:first-child > .tinvwl-inner {
1740
+ padding-top: 30px;
1741
+ margin-top: 10px;
1742
+ border-top: 2px solid rgba(219, 219, 219, 0.522);
1743
+ }
1744
  .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner {
1745
  padding-bottom: 15px;
1746
  margin-bottom: 30px;
1747
+ border-bottom: 2px solid rgba(219, 219, 219, 0.522);
1748
+ }
1749
  .tinvwl-table .form-group .col-md-4:nth-child(n+4), .tinvwl-table .form-group .col-lg-4:nth-child(n+4) {
1750
+ padding-top: 27px;
1751
+ }
1752
  .tinvwl-table tbody:first-of-type > tr:first-child > td:first-child > .tinvwl-inner {
1753
+ /*padding-top: 30px;*/
1754
+ }
1755
  .tinvwl-table tbody:last-of-type > tr:last-child > td:first-child > .tinvwl-inner {
1756
+ /*padding-bottom: 20px;*/
1757
+ }
1758
  .tinvwl-table tfoot .tinvwl-inner {
1759
+ padding-top: 20px;
1760
+ }
1761
  .tinvwl-table tbody > tr + tr .tinvwl-inner {
1762
+ /*border-top: 2px solid rgba(219,219,219,.522);*/
1763
+ }
1764
  .tinvwl-table tr.no-top-border .tinvwl-inner, .tinvwl-table tr.no-top-border .tinvwl-info-wrap {
1765
  border-top: 0;
1766
+ padding-top: 0;
1767
+ }
1768
  .tinvwl-table thead .w-bg-grey .tinvwl-info-wrap {
1769
+ padding-top: 30px;
1770
+ }
1771
 
1772
  /*.tinvwl-table tbody > tr .tinvwl-inner,
1773
  .tinvwl-table tbody > tr .tinvwl-info-wrap {
1775
  }*/
1776
  /*.tinvwl-table tbody:first-of-type > tr:first-child > td > .tinvwl-info-wrap,*/
1777
  .tiwl-notifications-style-logo img {
1778
+ height: 42px;
1779
+ }
1780
 
1781
  @media (min-width: 1200px) {
1782
  .tinvwl-table tr.tinvwl-full-width .control-label label {
1783
+ margin-bottom: 10px;
1784
+ }
1785
+ .tinvwl-table tr.tinvwl-full-width [class^=col-lg-], .tinvwl-table tr.tinvwl-full-width [class^=col-md-] {
1786
+ width: 100%;
1787
+ }
1788
  .tinvwl-table tr.tinvwl-full-width textarea {
1789
  height: 250px;
1790
+ padding: 15px;
1791
+ }
 
1792
 
1793
+ .tiwl-notifications-style-logo img {
1794
+ float: left;
1795
+ }
1796
+ }
1797
  @media (max-width: 1199px) {
1798
  .form-horizontal .control-label .tinvwl-empty {
1799
+ display: none;
1800
+ }
1801
+
1802
  .tinvwl-style-options .tinvwl-empty-info, .tinvwl-style-options .tinvwl-info {
1803
+ display: none !important;
1804
+ }
1805
  .tinvwl-style-options .tinvwl-table thead th:first-child, .tinvwl-style-options .tinvwl-bodies-border td:first-child {
1806
+ padding-left: 30px !important;
1807
+ }
 
 
 
1808
 
1809
+ .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner {
1810
+ padding-bottom: 0;
1811
+ }
1812
+ .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner .form-group {
1813
+ margin-bottom: 20px;
1814
+ }
1815
+ }
1816
  .tinvwl-info .tinvwl-info-desc a {
1817
  text-decoration: underline;
1818
+ color: #ff5739;
1819
+ }
1820
+ .tinvwl-info .tinvwl-info-desc a:hover, .tinvwl-info .tinvwl-info-desc a:active, .tinvwl-info .tinvwl-info-desc a:focus {
1821
+ color: #000;
1822
+ }
1823
 
1824
  .tinvwl-info-wrap.tinvwl-in-section {
1825
  background: #fbfaf9;
1826
+ color: #4f4639;
1827
+ }
1828
+ .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign {
1829
+ width: 42px;
1830
+ vertical-align: top;
1831
+ padding-top: 1px;
1832
+ padding-left: 20px;
1833
+ }
1834
  .tinvwl-info-wrap .tinvwl-info-sign span, .tinvwl-info-wrap .tinvwl-info-sign .tinvwl-help {
1835
  display: inline-block;
1836
  text-align: center;
1838
  height: 22px;
1839
  line-height: 22px;
1840
  border-radius: 50%;
1841
+ background: #e1dbce;
1842
+ }
1843
  .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign span, .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign .tinvwl-help {
1844
+ display: block;
1845
+ }
1846
  .tinvwl-info-wrap i {
1847
  font-size: 14px;
1848
+ color: #fbfaf9;
1849
+ }
1850
 
1851
  .tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6 > .tinvwl-btn {
1852
+ width: auto;
1853
+ }
1854
 
1855
  .tinvwl-btns-group {
1856
  margin-bottom: 23px;
1857
  margin-top: -15px;
1858
+ margin-left: -15px;
1859
+ }
1860
 
1861
  .tiwl-style-custom-allow .tinvwl-inner textarea {
1862
+ margin-bottom: 23px;
1863
+ }
1864
 
1865
  .tinvwl-btns-group .tinvwl-btn {
1866
  margin-top: 15px;
1867
  margin-left: 15px;
1868
+ float: right;
1869
+ }
1870
 
1871
  @media (min-width: 1200px) {
1872
  .tinvwl-table .tinvwl-form-onoff, .tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6 > .tinvwl-btn, .tinvwl-btns-group .tinvwl-btn {
1873
+ float: left;
1874
+ }
1875
+ }
1876
  .tinvwl-table .tinvwl-info .tinvwl-info-wrap.tinvwl-in-section .tinvwl-help {
1877
+ display: none;
1878
+ }
1879
 
1880
  .tinvwl-info-wrap.tinvwl-in-table {
1881
  display: inline-block;
1882
  vertical-align: middle;
1883
  display: block;
1884
+ margin-bottom: 5px;
1885
+ }
1886
+ .tinvwl-info-wrap.tinvwl-in-table .tinvwl-help {
1887
+ cursor: pointer;
1888
+ }
1889
 
1890
  .tinvwl-content .widefat th.tinvwl-has-info {
1891
+ /*word-break: break-all;*/
1892
+ }
1893
+ .tinvwl-content .widefat th.tinvwl-has-info .tinvwl-col-name {
1894
+ margin-left: 5px;
1895
+ }
1896
 
1897
  .tinvwl-info-wrap.tinvwl-in-table .tinvwl-info-desc {
1898
+ display: none;
1899
+ }
1900
 
1901
  @media (max-width: 1200px) {
1902
  .tinvwl-table .tinvwl-info {
1903
  padding-right: 15px;
1904
  padding-left: 15px;
1905
+ /*vertical-align: middle;*/
1906
+ }
1907
  .tinvwl-table.w-info > thead > tr > th:first-child, .tinvwl-table.w-info > tbody > tr > td:first-child {
1908
+ width: 90%;
1909
+ }
1910
+
1911
  .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign {
1912
  width: auto;
1913
+ padding-left: 0;
1914
+ }
1915
+ .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign span {
1916
+ display: none;
1917
+ }
1918
+
1919
  .tinvwl-table .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign .tinvwl-help {
1920
  display: block;
1921
+ margin: 0 auto;
1922
+ }
 
1923
 
1924
+ .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-desc {
1925
+ display: none;
1926
+ }
1927
+ }
1928
  @media (max-width: 782px) {
1929
  .tinvwl-content .widefat th.tinvwl-has-info.sortable, .tinvwl-content .widefat th.tinvwl-has-info.sorted {
1930
+ padding-top: 0;
1931
+ }
1932
+
1933
  .widefat tfoot td input[type=checkbox], .widefat th input[type=checkbox], .widefat thead td input[type=checkbox] {
1934
+ margin-bottom: 0;
1935
+ }
1936
+
1937
  .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a, .tinvwl-content .widefat th.sortable.tinvwl-has-info > a, .tinvwl-content .widefat th.sorted.tinvwl-has-info > a {
1938
  padding-top: 18px;
1939
+ padding-bottom: 18px;
1940
+ }
1941
  .tinvwl-content .widefat thead td.check-column {
1942
  padding-top: 14px;
1943
  padding-bottom: 15px;
1944
  padding-right: 20px;
1945
+ width: 45px;
1946
+ }
1947
  .tinvwl-content .widefat tbody th.check-column {
1948
  padding-top: 14px;
1949
  padding-bottom: 15px;
1951
  width: 45px;
1952
  padding-top: 11px;
1953
  padding-bottom: 11px;
1954
+ vertical-align: top;
1955
+ }
1956
  .tinvwl-content .widefat.wishlists thead td.check-column, .tinvwl-content .widefat.wishlists tbody th.check-column {
1957
+ width: 23px;
1958
+ }
1959
  .tinvwl-content .widefat thead td.check-column + th {
1960
+ padding-right: 10px;
1961
+ }
1962
+ .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > a, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > a {
1963
+ padding-right: 10px;
1964
+ }
1965
  .tinvwl-content .widefat tbody th.check-column + td {
1966
+ padding-right: 10px;
1967
+ }
1968
  .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > .tinvwl-info-wrap.tinvwl-in-table, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > .tinvwl-info-wrap.tinvwl-in-table {
1969
  padding-right: 13px;
1970
  display: inline-block;
1971
  margin-top: 5px;
1972
+ margin-bottom: 0;
1973
+ }
1974
+
1975
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {
1976
+ text-align: right;
1977
+ }
1978
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {
1979
  text-align: left;
1980
+ padding-left: 30px;
1981
+ }
1982
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {
1983
+ right: 28px;
1984
+ }
1985
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.check-column + td:not(.column-primary)::before {
1986
+ right: 13px;
1987
+ }
1988
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column):last-child {
1989
+ padding-bottom: 13px;
1990
+ }
1991
+ }
1992
  /* Popover */
1993
  .popover {
1994
  position: absolute;
2004
  background-clip: padding-box;
2005
  border-radius: 6px;
2006
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.22);
2007
+ box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.22);
2008
+ }
2009
+ .popover.top {
2010
+ margin-top: -10px;
2011
+ }
2012
+ .popover.right {
2013
+ margin-right: 10px;
2014
+ }
2015
+ .popover.bottom {
2016
+ margin-top: 10px;
2017
+ }
2018
+ .popover.left {
2019
+ margin-right: -10px;
2020
+ }
2021
 
2022
  .popover-title {
2023
  padding: 30px 30px 0;
2024
  margin: 0;
2025
+ font-family: "Open Sans", Arial, sans-serif;
2026
  font-size: 14px;
2027
  font-weight: 600;
2028
  line-height: 1.714;
2029
  text-transform: uppercase;
2030
+ letter-spacing: -0.35px;
2031
+ }
2032
 
2033
  .popover-content {
2034
  padding: 25px 30px 30px;
2035
  color: #5D5D5D;
2036
  font-family: Arial, sans-serif;
2037
  font-size: 14px;
2038
+ line-height: 1.429;
2039
+ }
2040
 
2041
  .popover > .arrow {
2042
  position: absolute;
2047
  border-style: solid;
2048
  border-width: 11px;
2049
  margin-right: 0;
2050
+ overflow: visible;
2051
+ }
2052
+ .popover > .arrow:after {
2053
+ position: absolute;
2054
+ display: block;
2055
+ width: 0;
2056
+ height: 0;
2057
+ border-color: transparent;
2058
+ border-style: solid;
2059
+ content: none;
2060
+ z-index: 9999;
2061
+ background: none;
2062
+ -webkit-box-shadow: none;
2063
+ box-shadow: none;
2064
+ position: absolute;
2065
+ right: auto;
2066
+ top: auto;
2067
+ width: auto;
2068
+ height: auto;
2069
+ -webkit-transform: none;
2070
+ transform: none;
2071
+ content: "";
2072
+ border-width: 10px;
2073
+ }
2074
  .popover.top > .arrow {
2075
  bottom: -11px;
2076
  right: 50%;
2077
  margin-right: -11px;
2078
+ border-bottom-width: 0;
2079
+ }
2080
+ .popover.top > .arrow:after {
2081
+ bottom: 1px;
2082
+ margin-right: -10px;
2083
+ content: " ";
2084
+ border-top-color: #fff;
2085
+ border-bottom-width: 0;
2086
+ }
2087
  .popover.right > .arrow {
2088
  top: 50%;
2089
  right: -11px;
2090
  margin-top: -11px;
2091
+ border-right-width: 0;
2092
+ }
2093
+ .popover.right > .arrow:after {
2094
+ bottom: -10px;
2095
+ right: 1px;
2096
+ content: " ";
2097
+ border-left-color: #fff;
2098
+ border-right-width: 0;
2099
+ }
2100
  .popover.bottom > .arrow {
2101
  top: -11px;
2102
  right: 50%;
2103
  margin-right: -11px;
2104
+ border-top-width: 0;
2105
+ }
2106
+ .popover.bottom > .arrow:after {
2107
+ top: 1px;
2108
+ margin-right: -10px;
2109
+ content: " ";
2110
+ border-top-width: 0;
2111
+ border-bottom-color: #fff;
2112
+ }
2113
  .popover.left > .arrow {
2114
  top: 50%;
2115
  right: auto;
2116
  left: -11px;
2117
  margin-top: -11px;
2118
+ border-left-width: 0;
2119
+ }
2120
+ .popover.left > .arrow:after {
2121
+ right: auto;
2122
+ left: 1px;
2123
+ bottom: -10px;
2124
+ content: " ";
2125
+ border-left-width: 0;
2126
+ border-right-color: #fff;
2127
+ }
2128
 
2129
  /* Image w/description */
2130
  .tinvwl-img-w-desc i {
2131
+ margin-left: 20px;
2132
+ }
2133
  .tinvwl-img-w-desc h5 {
2134
  font-weight: 600;
2135
+ text-transform: uppercase;
2136
+ }
2137
  .tinvwl-img-w-desc .tinvwl-desc {
2138
+ color: #4f4639;
2139
+ }
2140
  .tinvwl-img-w-desc h5 + .tinvwl-desc {
2141
+ margin-top: 2px;
2142
+ }
2143
 
2144
  /* Premium Features */
2145
  .tinvwl-premium-feat .row {
2146
  margin: 0;
2147
  display: -webkit-box;
2148
  display: -ms-flexbox;
2149
+ display: flex;
2150
+ }
2151
  .tinvwl-premium-feat .col-lg-4 {
2152
  padding: 0;
2153
  -webkit-box-flex: 1;
2154
  -ms-flex: 1 1 0px;
2155
+ flex: 1 1 0;
2156
+ }
2157
+ .tinvwl-premium-feat .col-lg-4 .half-containers {
2158
+ -webkit-box-flex: 1;
2159
+ -ms-flex: 1;
2160
+ flex: 1;
2161
+ overflow: hidden;
2162
+ position: relative;
2163
+ }
2164
+ .tinvwl-premium-feat .col-lg-4 .half-containers.money-back {
2165
+ background: #211709;
2166
+ /* Old browsers */
2167
+ }
2168
+ .tinvwl-premium-feat .col-lg-4 .half-containers.money-back a {
2169
+ display: block;
2170
+ position: relative;
2171
+ color: #ffffff;
2172
+ outline: none;
2173
+ text-decoration: none;
2174
+ background: url("../img/money-back.svg") no-repeat 50% 0;
2175
+ float: right;
2176
+ width: 100%;
2177
+ height: 60%;
2178
+ margin: 15px 0;
2179
+ }
2180
+ .tinvwl-premium-feat .col-lg-4 .half-containers.money-back a span {
2181
+ display: none;
2182
+ }
2183
+ .tinvwl-premium-feat .col-lg-4 .half-containers.money-back p {
2184
+ text-align: center;
2185
+ color: #ffffff;
2186
+ font-size: 16px;
2187
+ }
2188
+ .tinvwl-premium-feat .col-lg-4 .half-containers.customization {
2189
+ text-align: center;
2190
+ background: #333333 url("../img/customization.png") no-repeat 0% 100%;
2191
+ }
2192
+ .tinvwl-premium-feat .col-lg-4 .half-containers.customization h2 {
2193
+ margin: 30px auto 20px;
2194
+ }
2195
+ .tinvwl-premium-feat .col-lg-4 .half-containers.customization p {
2196
+ font-size: 16px;
2197
+ color: #ffffff;
2198
+ padding-right: 10px;
2199
+ padding-left: 10px;
2200
+ }
2201
+ .tinvwl-premium-feat .col-lg-4 .half-containers.customization .tinvwl-btn.gray {
2202
+ background-color: #958095;
2203
+ margin: 10px auto;
2204
+ }
2205
+ .tinvwl-premium-feat .col-lg-4 .half-containers.customization .tinvwl-btn.gray:hover {
2206
+ background-color: #ffffff;
2207
+ color: #333333;
2208
+ }
2209
+ .tinvwl-premium-feat .col-lg-4 .half-containers.rate {
2210
+ text-align: center;
2211
+ border-bottom: 1px solid #e7e7e7;
2212
+ }
2213
+ .tinvwl-premium-feat .col-lg-4 .half-containers.rate h2 {
2214
+ background: url("../img/rate_us.png") no-repeat center;
2215
+ display: block;
2216
+ width: 186px;
2217
+ height: 76px;
2218
+ margin: 30px auto 20px;
2219
+ font-size: 18px;
2220
+ line-height: 100px;
2221
+ }
2222
+ .tinvwl-premium-feat .col-lg-4 .half-containers.rate h2 a {
2223
+ display: block;
2224
+ width: 186px;
2225
+ height: 76px;
2226
+ color: #ffffff;
2227
+ text-decoration: none;
2228
+ outline: none;
2229
+ font-weight: 600;
2230
+ }
2231
+ .tinvwl-premium-feat .col-lg-4 .half-containers.rate p {
2232
+ font-size: 16px;
2233
+ padding-right: 10px;
2234
+ padding-left: 10px;
2235
+ }
2236
+ .tinvwl-premium-feat .col-lg-4 .half-containers.rate a {
2237
+ color: #ff5739;
2238
+ text-decoration: underline;
2239
+ }
2240
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe {
2241
+ text-align: center;
2242
+ }
2243
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe h2 {
2244
+ color: #453a2a;
2245
+ margin: 30px auto 20px;
2246
+ }
2247
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe p {
2248
+ font-size: 16px;
2249
+ padding-right: 10px;
2250
+ padding-left: 10px;
2251
+ }
2252
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group {
2253
+ width: 90%;
2254
+ position: relative;
2255
+ margin: 10px auto;
2256
+ }
2257
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type=email] {
2258
+ width: 65%;
2259
+ height: 45px;
2260
+ }
2261
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type=submit] {
2262
+ width: 30%;
2263
+ }
2264
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe #mc_embed_signup {
2265
+ margin-bottom: 30px;
2266
+ }
2267
  .tinvwl-premium-feat h2 {
2268
  font-size: 30px;
2269
  text-transform: uppercase;
2270
+ letter-spacing: -0.025em;
2271
  line-height: 1;
2272
+ color: #ffffff;
2273
+ }
2274
  .tinvwl-premium-feat .tinvwl-pic-col {
2275
  border: 5px solid #ffffff;
2276
  text-align: center;
2280
  /* Chrome10-25,Safari5.1-6 */
2281
  background: linear-gradient(-135deg, #df4c57 0%, #f78c62 100%);
2282
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
2283
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#df4c57", endColorstr="#f78c62", GradientType=1);
2284
  /* IE6-9 fallback on horizontal gradient */
2285
  padding: 50px 10px;
2286
+ color: #ffffff;
2287
+ }
2288
+ .tinvwl-premium-feat .tinvwl-pic-col img {
2289
+ display: block;
2290
+ margin: 0 auto;
2291
+ }
2292
+ .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white {
2293
+ color: #ff5739;
2294
+ }
2295
+ .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white:hover {
2296
+ color: #ffffff;
2297
+ }
2298
+ .tinvwl-premium-feat .tinvwl-pic-col p {
2299
+ font-size: 16px;
2300
+ padding-bottom: 1em;
2301
+ }
2302
  .tinvwl-premium-feat .tinvwl-feat-col {
2303
  display: -webkit-box;
2304
  display: -ms-flexbox;
2309
  flex-direction: column;
2310
  border-top: 1px solid #ffffff;
2311
  border-bottom: 1px solid #ffffff;
2312
+ background-color: #f9f8f5;
2313
+ }
2314
  .tinvwl-premium-feat .tinvwl-sup-col {
2315
  display: -webkit-box;
2316
  display: -ms-flexbox;
2318
  -webkit-box-orient: vertical;
2319
  -webkit-box-direction: normal;
2320
  -ms-flex-direction: column;
2321
+ flex-direction: column;
2322
+ }
2323
 
2324
  /* Footer */
2325
  #wpfooter {
2326
+ padding: 10px 40px;
2327
+ }
2328
+ #wpfooter p {
2329
+ font-family: "Open Sans", "Helvetica Neue", sans-serif;
2330
+ font-size: 14px;
2331
+ line-height: 1.85714286;
2332
+ color: #4b4b4b;
2333
+ }
2334
+ #wpfooter .ftinvwl-heart {
2335
+ margin: 0 3px;
2336
+ }
2337
+ #wpfooter .ftinvwl-star {
2338
+ font-size: 12px;
2339
+ margin: 0 1px;
2340
+ }
2341
+ #wpfooter span .ftinvwl-star:first-of-type {
2342
+ margin-right: 6px;
2343
+ }
2344
+ #wpfooter span .ftinvwl-star:last-of-type {
2345
+ margin-right: 3px;
2346
+ }
2347
+ #wpfooter i {
2348
+ color: #ff5739;
2349
+ }
2350
+ #wpfooter a {
2351
+ text-decoration: underline;
2352
+ color: #ff5739;
2353
+ }
2354
+ #wpfooter a:hover, #wpfooter a:active, #wpfooter a:focus {
2355
+ color: #000;
2356
+ }
2357
 
2358
  /* Color Picker */
2359
  .tinvwl-color-picker {
2360
+ position: relative;
2361
+ }
2362
+ .tinvwl-color-picker .iris-picker {
2363
+ position: absolute;
2364
+ z-index: 9999;
2365
+ }
2366
+ .tinvwl-color-picker input[type=text] {
2367
+ color: #fff;
2368
+ border: 4px solid #fff;
2369
+ -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);
2370
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);
2371
+ }
2372
+ .tinvwl-color-picker .tinvwl-eyedropper {
2373
+ cursor: pointer;
2374
+ position: relative;
2375
+ display: inline-block;
2376
+ vertical-align: top;
2377
+ margin-right: 4px;
2378
+ width: 42px;
2379
+ height: 42px;
2380
+ background: #fff url("../img/color_icon.png") no-repeat center;
2381
+ border: 1px solid rgba(0, 0, 0, 0.14);
2382
+ border-radius: 2px;
2383
+ -webkit-box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);
2384
+ box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);
2385
+ }
2386
+ .tinvwl-color-picker .tinvwl-eyedropper a {
2387
+ color: #6b625a;
2388
+ }
2389
+ .tinvwl-color-picker .tinvwl-eyedropper i {
2390
+ display: inline-block;
2391
+ position: absolute;
2392
+ top: 15px;
2393
+ right: 14px;
2394
+ font-size: 12px;
2395
+ }
2396
+ .tinvwl-color-picker + .iris-picker .iris-square-value {
2397
+ width: 0;
2398
+ height: 0;
2399
+ }
2400
 
2401
  /* Modal */
2402
  .tinvwl-overlay {
2407
  height: 100%;
2408
  visibility: hidden;
2409
  opacity: 0;
2410
+ -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
2411
+ transition: opacity 0.3s ease, visibility 0.3s ease;
2412
+ background: #191919;
2413
+ }
2414
 
2415
  .tinvwl-modal.tinvwl-modal-open .tinvwl-overlay {
2416
  visibility: visible;
2417
+ opacity: 0.5;
2418
+ }
2419
 
2420
  .admin-bar .tinvwl-content .tinvwl-modal {
2421
+ padding-top: 32px !important;
2422
+ }
2423
 
2424
  .tinvwl-content .tinvwl-modal {
2425
  overflow-y: auto;
2435
  visibility: hidden;
2436
  opacity: 0;
2437
  text-align: right;
2438
+ -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
2439
+ transition: opacity 0.3s ease, visibility 0.3s ease;
2440
+ }
2441
+ .tinvwl-content .tinvwl-modal .tinvwl-modal-inner {
2442
+ position: relative;
2443
+ margin: 0 auto;
2444
+ background: #fff;
2445
+ border-radius: 4px;
2446
+ }
2447
+ .tinvwl-content .tinvwl-modal.tinvwl-modal-open {
2448
+ visibility: visible;
2449
+ opacity: 1;
2450
+ width: 100%;
2451
+ height: 100%;
2452
+ }
2453
 
2454
  @media screen and (max-width: 1200px) {
2455
  .tinvwl-premium-feat .row {
2456
+ display: block;
2457
+ }
2458
+ }
2459
  @media screen and (max-width: 782px) {
2460
  .admin-bar .tinvwl-content .tinvwl-modal {
2461
+ padding-top: 46px !important;
2462
+ }
2463
+ }
2464
  @media screen and (max-width: 600px) {
2465
  .admin-bar .tinvwl-content .tinvwl-modal {
2466
+ padding-top: 0 !important;
2467
+ }
2468
+ }
2469
  .tinvwl-modal .tinvwl-table {
2470
+ height: 100%;
2471
+ }
2472
 
2473
  .tinvwl-content .tinvwl-modal .tinvwl-modal-inner {
2474
  max-width: 415px;
2475
+ padding: 40px 45px;
2476
+ }
2477
  .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails {
2478
+ text-align: center;
2479
+ }
2480
+ .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails p {
2481
+ margin: 0 0 26px;
2482
+ }
2483
+ .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails .tinvwl-btn.large {
2484
+ padding: 14px 33px;
2485
+ }
2486
+ .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails .tinvwl-btn + .tinvwl-btn {
2487
+ margin-right: 6px;
2488
+ }
2489
 
2490
  /* Quick Buttons */
2491
  .tinvwl-quick-btns {
2492
  position: fixed;
2493
  top: 25%;
2494
  right: 100%;
2495
+ z-index: 9999;
2496
+ }
2497
+ .tinvwl-quick-btns button {
2498
+ display: block;
2499
+ width: 117px;
2500
+ font-size: 14px;
2501
+ font-family: "Open Sans", Arial, sans-serif;
2502
+ font-weight: 600;
2503
+ padding: 0 0 0 35px;
2504
+ border-radius: 2px;
2505
+ border: none;
2506
+ text-decoration: none;
2507
+ background: #96b100;
2508
+ color: #ffffff;
2509
+ -webkit-transform: translateX(50px);
2510
+ transform: translateX(50px);
2511
+ transition: -webkit-transform 0.3s ease;
2512
+ -webkit-transition: -webkit-transform 0.3s ease;
2513
+ transition: transform 0.3s ease;
2514
+ transition: transform 0.3s ease, -webkit-transform 0.3s ease;
2515
+ }
2516
 
2517
  .tinvwl-panel.only-button .tinvwl-quick-btns .form-control {
2518
  display: block;
2519
+ width: 119px;
2520
+ }
2521
 
2522
  .tinvwl-quick-btns button:hover {
2523
  -webkit-transform: translateX(100%);
2524
+ transform: translateX(100%);
2525
+ }
2526
  .tinvwl-quick-btns button + button {
2527
+ margin-top: 4px;
2528
+ }
2529
  .tinvwl-quick-btns button span {
2530
  display: inline-block;
2531
  width: 50px;
2532
  padding: 15px 0;
2533
+ text-align: center;
2534
+ }
2535
 
2536
  /* Preview Select */
2537
  @media (min-width: 1200px) {
2538
  .tinvwl-empty-select + .tinvwl-input-group-btn {
2539
+ text-align: left;
2540
+ }
2541
+ }
2542
  .tinvwl-empty-select + .tinvwl-input-group-btn .tinvwl-btn {
2543
+ margin-right: 0;
2544
+ }
2545
 
2546
  /* Bootstrap */
2547
  .container, .container-fluid {
2548
  /*padding-right: 15px;
2549
  padding-left: 15px;*/
2550
  margin-left: auto;
2551
+ margin-right: auto;
2552
+ }
2553
 
2554
  @media (min-width: 768px) {
2555
  .container {
2556
+ width: 750px;
2557
+ }
2558
+ }
2559
  @media (min-width: 992px) {
2560
  .container {
2561
+ width: 970px;
2562
+ }
2563
+ }
2564
  @media (min-width: 1200px) {
2565
  .container {
2566
+ width: 1170px;
2567
+ }
2568
+ }
2569
  .row {
2570
  margin-left: -15px;
2571
+ margin-right: -15px;
2572
+ }
2573
 
2574
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
2575
  position: relative;
2576
  min-height: 1px;
2577
  padding-left: 15px;
2578
+ padding-right: 15px;
2579
+ }
2580
 
2581
  .tinvwl-table .form-group .row {
2582
  /*margin-left: -5px;*/
2583
+ /*margin-right: -5px;*/
2584
+ }
2585
+ .tinvwl-table .form-group [class^=col-] {
2586
  /*padding-right: 5px;*/
2587
+ /*padding-left: 5px;*/
2588
+ }
2589
 
2590
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
2591
+ float: right;
2592
+ }
2593
 
2594
  .col-xs-12 {
2595
  float: right;
2596
+ width: 100%;
2597
+ }
2598
 
2599
  .col-xs-11 {
2600
+ width: 91.66666667%;
2601
+ }
2602
 
2603
  .col-xs-10 {
2604
+ width: 83.33333333%;
2605
+ }
2606
 
2607
  .col-xs-9 {
2608
+ width: 75%;
2609
+ }
2610
 
2611
  .col-xs-8 {
2612
+ width: 66.66666667%;
2613
+ }
2614
 
2615
  .col-xs-7 {
2616
+ width: 58.33333333%;
2617
+ }
2618
 
2619
  .col-xs-6 {
2620
+ width: 50%;
2621
+ }
2622
 
2623
  .col-xs-5 {
2624
+ width: 41.66666667%;
2625
+ }
2626
 
2627
  .col-xs-4 {
2628
+ width: 33.33333333%;
2629
+ }
2630
 
2631
  .col-xs-3 {
2632
+ width: 25%;
2633
+ }
2634
 
2635
  .col-xs-2 {
2636
+ width: 16.66666667%;
2637
+ }
2638
 
2639
  .col-xs-1 {
2640
+ width: 8.33333333%;
2641
+ }
2642
 
2643
  .col-xs-pull-12 {
2644
+ left: 100%;
2645
+ }
2646
 
2647
  .col-xs-pull-11 {
2648
+ left: 91.66666667%;
2649
+ }
2650
 
2651
  .col-xs-pull-10 {
2652
+ left: 83.33333333%;
2653
+ }
2654
 
2655
  .col-xs-pull-9 {
2656
+ left: 75%;
2657
+ }
2658
 
2659
  .col-xs-pull-8 {
2660
+ left: 66.66666667%;
2661
+ }
2662
 
2663
  .col-xs-pull-7 {
2664
+ left: 58.33333333%;
2665
+ }
2666
 
2667
  .col-xs-pull-6 {
2668
+ left: 50%;
2669
+ }
2670
 
2671
  .col-xs-pull-5 {
2672
+ left: 41.66666667%;
2673
+ }
2674
 
2675
  .col-xs-pull-4 {
2676
+ left: 33.33333333%;
2677
+ }
2678
 
2679
  .col-xs-pull-3 {
2680
+ left: 25%;
2681
+ }
2682
 
2683
  .col-xs-pull-2 {
2684
+ left: 16.66666667%;
2685
+ }
2686
 
2687
  .col-xs-pull-1 {
2688
+ left: 8.33333333%;
2689
+ }
2690
 
2691
  .col-xs-pull-0 {
2692
+ left: auto;
2693
+ }
2694
 
2695
  .col-xs-push-12 {
2696
+ right: 100%;
2697
+ }
2698
 
2699
  .col-xs-push-11 {
2700
+ right: 91.66666667%;
2701
+ }
2702
 
2703
  .col-xs-push-10 {
2704
+ right: 83.33333333%;
2705
+ }
2706
 
2707
  .col-xs-push-9 {
2708
+ right: 75%;
2709
+ }
2710
 
2711
  .col-xs-push-8 {
2712
+ right: 66.66666667%;
2713
+ }
2714
 
2715
  .col-xs-push-7 {
2716
+ right: 58.33333333%;
2717
+ }
2718
 
2719
  .col-xs-push-6 {
2720
+ right: 50%;
2721
+ }
2722
 
2723
  .col-xs-push-5 {
2724
+ right: 41.66666667%;
2725
+ }
2726
 
2727
  .col-xs-push-4 {
2728
+ right: 33.33333333%;
2729
+ }
2730
 
2731
  .col-xs-push-3 {
2732
+ right: 25%;
2733
+ }
2734
 
2735
  .col-xs-push-2 {
2736
+ right: 16.66666667%;
2737
+ }
2738
 
2739
  .col-xs-push-1 {
2740
+ right: 8.33333333%;
2741
+ }
2742
 
2743
  .col-xs-push-0 {
2744
+ right: auto;
2745
+ }
2746
 
2747
  .col-xs-offset-12 {
2748
+ margin-right: 100%;
2749
+ }
2750
 
2751
  .col-xs-offset-11 {
2752
+ margin-right: 91.66666667%;
2753
+ }
2754
 
2755
  .col-xs-offset-10 {
2756
+ margin-right: 83.33333333%;
2757
+ }
2758
 
2759
  .col-xs-offset-9 {
2760
+ margin-right: 75%;
2761
+ }
2762
 
2763
  .col-xs-offset-8 {
2764
+ margin-right: 66.66666667%;
2765
+ }
2766
 
2767
  .col-xs-offset-7 {
2768
+ margin-right: 58.33333333%;
2769
+ }
2770
 
2771
  .col-xs-offset-6 {
2772
+ margin-right: 50%;
2773
+ }
2774
 
2775
  .col-xs-offset-5 {
2776
+ margin-right: 41.66666667%;
2777
+ }
2778
 
2779
  .col-xs-offset-4 {
2780
+ margin-right: 33.33333333%;
2781
+ }
2782
 
2783
  .col-xs-offset-3 {
2784
+ margin-right: 25%;
2785
+ }
2786
 
2787
  .col-xs-offset-2 {
2788
+ margin-right: 16.66666667%;
2789
+ }
2790
 
2791
  .col-xs-offset-1 {
2792
+ margin-right: 8.33333333%;
2793
+ }
2794
 
2795
  .col-xs-offset-0 {
2796
+ margin-right: 0;
2797
+ }
2798
 
2799
  @media (min-width: 768px) {
2800
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
2801
+ float: right;
2802
+ }
2803
+
2804
  .col-sm-12 {
2805
  float: right;
2806
+ width: 100%;
2807
+ }
2808
+
2809
  .col-sm-11 {
2810
+ width: 91.66666667%;
2811
+ }
2812
+
2813
  .col-sm-10 {
2814
+ width: 83.33333333%;
2815
+ }
2816
+
2817
  .col-sm-9 {
2818
+ width: 75%;
2819
+ }
2820
+
2821
  .col-sm-8 {
2822
+ width: 66.66666667%;
2823
+ }
2824
+
2825
  .col-sm-7 {
2826
+ width: 58.33333333%;
2827
+ }
2828
+
2829
  .col-sm-6 {
2830
+ width: 50%;
2831
+ }
2832
+
2833
  .col-sm-5 {
2834
+ width: 41.66666667%;
2835
+ }
2836
+
2837
  .col-sm-4 {
2838
+ width: 33.33333333%;
2839
+ }
2840
+
2841
  .col-sm-3 {
2842
+ width: 25%;
2843
+ }
2844
+
2845
  .col-sm-2 {
2846
+ width: 16.66666667%;
2847
+ }
2848
+
2849
  .col-sm-1 {
2850
+ width: 8.33333333%;
2851
+ }
2852
+
2853
  .col-sm-pull-12 {
2854
+ left: 100%;
2855
+ }
2856
+
2857
  .col-sm-pull-11 {
2858
+ left: 91.66666667%;
2859
+ }
2860
+
2861
  .col-sm-pull-10 {
2862
+ left: 83.33333333%;
2863
+ }
2864
+
2865
  .col-sm-pull-9 {
2866
+ left: 75%;
2867
+ }
2868
+
2869
  .col-sm-pull-8 {
2870
+ left: 66.66666667%;
2871
+ }
2872
+
2873
  .col-sm-pull-7 {
2874
+ left: 58.33333333%;
2875
+ }
2876
+
2877
  .col-sm-pull-6 {
2878
+ left: 50%;
2879
+ }
2880
+
2881
  .col-sm-pull-5 {
2882
+ left: 41.66666667%;
2883
+ }
2884
+
2885
  .col-sm-pull-4 {
2886
+ left: 33.33333333%;
2887
+ }
2888
+
2889
  .col-sm-pull-3 {
2890
+ left: 25%;
2891
+ }
2892
+
2893
  .col-sm-pull-2 {
2894
+ left: 16.66666667%;
2895
+ }
2896
+
2897
  .col-sm-pull-1 {
2898
+ left: 8.33333333%;
2899
+ }
2900
+
2901
  .col-sm-pull-0 {
2902
+ left: auto;
2903
+ }
2904
+
2905
  .col-sm-push-12 {
2906
+ right: 100%;
2907
+ }
2908
+
2909
  .col-sm-push-11 {
2910
+ right: 91.66666667%;
2911
+ }
2912
+
2913
  .col-sm-push-10 {
2914
+ right: 83.33333333%;
2915
+ }
2916
+
2917
  .col-sm-push-9 {
2918
+ right: 75%;
2919
+ }
2920
+
2921
  .col-sm-push-8 {
2922
+ right: 66.66666667%;
2923
+ }
2924
+
2925
  .col-sm-push-7 {
2926
+ right: 58.33333333%;
2927
+ }
2928
+
2929
  .col-sm-push-6 {
2930
+ right: 50%;
2931
+ }
2932
+
2933
  .col-sm-push-5 {
2934
+ right: 41.66666667%;
2935
+ }
2936
+
2937
  .col-sm-push-4 {
2938
+ right: 33.33333333%;
2939
+ }
2940
+
2941
  .col-sm-push-3 {
2942
+ right: 25%;
2943
+ }
2944
+
2945
  .col-sm-push-2 {
2946
+ right: 16.66666667%;
2947
+ }
2948
+
2949
  .col-sm-push-1 {
2950
+ right: 8.33333333%;
2951
+ }
2952
+
2953
  .col-sm-push-0 {
2954
+ right: auto;
2955
+ }
2956
+
2957
  .col-sm-offset-12 {
2958
+ margin-right: 100%;
2959
+ }
2960
+
2961
  .col-sm-offset-11 {
2962
+ margin-right: 91.66666667%;
2963
+ }
2964
+
2965
  .col-sm-offset-10 {
2966
+ margin-right: 83.33333333%;
2967
+ }
2968
+
2969
  .col-sm-offset-9 {
2970
+ margin-right: 75%;
2971
+ }
2972
+
2973
  .col-sm-offset-8 {
2974
+ margin-right: 66.66666667%;
2975
+ }
2976
+
2977
  .col-sm-offset-7 {
2978
+ margin-right: 58.33333333%;
2979
+ }
2980
+
2981
  .col-sm-offset-6 {
2982
+ margin-right: 50%;
2983
+ }
2984
+
2985
  .col-sm-offset-5 {
2986
+ margin-right: 41.66666667%;
2987
+ }
2988
+
2989
  .col-sm-offset-4 {
2990
+ margin-right: 33.33333333%;
2991
+ }
2992
+
2993
  .col-sm-offset-3 {
2994
+ margin-right: 25%;
2995
+ }
2996
+
2997
  .col-sm-offset-2 {
2998
+ margin-right: 16.66666667%;
2999
+ }
3000
+
3001
  .col-sm-offset-1 {
3002
+ margin-right: 8.33333333%;
3003
+ }
 
3004
 
3005
+ .col-sm-offset-0 {
3006
+ margin-right: 0;
3007
+ }
3008
+ }
3009
  @media (min-width: 992px) {
3010
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
3011
+ float: right;
3012
+ }
3013
+
3014
  .col-md-12 {
3015
  float: right;
3016
+ width: 100%;
3017
+ }
3018
+
3019
  .col-md-11 {
3020
+ width: 91.66666667%;
3021
+ }
3022
+
3023
  .col-md-10 {
3024
+ width: 83.33333333%;
3025
+ }
3026
+
3027
  .col-md-9 {
3028
+ width: 75%;
3029
+ }
3030
+
3031
  .col-md-8 {
3032
+ width: 66.66666667%;
3033
+ }
3034
+
3035
  .col-md-7 {
3036
+ width: 58.33333333%;
3037
+ }
3038
+
3039
  .col-md-6 {
3040
+ width: 50%;
3041
+ }
3042
+
3043
  .col-md-5 {
3044
+ width: 41.66666667%;
3045
+ }
3046
+
3047
  .col-md-4 {
3048
+ width: 33.33333333%;
3049
+ }
3050
+
3051
  .col-md-3 {
3052
+ width: 25%;
3053
+ }
3054
+
3055
  .col-md-2 {
3056
+ width: 16.66666667%;
3057
+ }
3058
+
3059
  .col-md-1 {
3060
+ width: 8.33333333%;
3061
+ }
3062
+
3063
  .col-md-pull-12 {
3064
+ left: 100%;
3065
+ }
3066
+
3067
  .col-md-pull-11 {
3068
+ left: 91.66666667%;
3069
+ }
3070
+
3071
  .col-md-pull-10 {
3072
+ left: 83.33333333%;
3073
+ }
3074
+
3075
  .col-md-pull-9 {
3076
+ left: 75%;
3077
+ }
3078
+
3079
  .col-md-pull-8 {
3080
+ left: 66.66666667%;
3081
+ }
3082
+
3083
  .col-md-pull-7 {
3084
+ left: 58.33333333%;
3085
+ }
3086
+
3087
  .col-md-pull-6 {
3088
+ left: 50%;
3089
+ }
3090
+
3091
  .col-md-pull-5 {
3092
+ left: 41.66666667%;
3093
+ }
3094
+
3095
  .col-md-pull-4 {
3096
+ left: 33.33333333%;
3097
+ }
3098
+
3099
  .col-md-pull-3 {
3100
+ left: 25%;
3101
+ }
3102
+
3103
  .col-md-pull-2 {
3104
+ left: 16.66666667%;
3105
+ }
3106
+
3107
  .col-md-pull-1 {
3108
+ left: 8.33333333%;
3109
+ }
3110
+
3111
  .col-md-pull-0 {
3112
+ left: auto;
3113
+ }
3114
+
3115
  .col-md-push-12 {
3116
+ right: 100%;
3117
+ }
3118
+
3119
  .col-md-push-11 {
3120
+ right: 91.66666667%;
3121
+ }
3122
+
3123
  .col-md-push-10 {
3124
+ right: 83.33333333%;
3125
+ }
3126
+
3127
  .col-md-push-9 {
3128
+ right: 75%;
3129
+ }
3130
+
3131
  .col-md-push-8 {
3132
+ right: 66.66666667%;
3133
+ }
3134
+
3135
  .col-md-push-7 {
3136
+ right: 58.33333333%;
3137
+ }
3138
+
3139
  .col-md-push-6 {
3140
+ right: 50%;
3141
+ }
3142
+
3143
  .col-md-push-5 {
3144
+ right: 41.66666667%;
3145
+ }
3146
+
3147
  .col-md-push-4 {
3148
+ right: 33.33333333%;
3149
+ }
3150
+
3151
  .col-md-push-3 {
3152
+ right: 25%;
3153
+ }
3154
+
3155
  .col-md-push-2 {
3156
+ right: 16.66666667%;
3157
+ }
3158
+
3159
  .col-md-push-1 {
3160
+ right: 8.33333333%;
3161
+ }
3162
+
3163
  .col-md-push-0 {
3164
+ right: auto;
3165
+ }
3166
+
3167
  .col-md-offset-12 {
3168
+ margin-right: 100%;
3169
+ }
3170
+
3171
  .col-md-offset-11 {
3172
+ margin-right: 91.66666667%;
3173
+ }
3174
+
3175
  .col-md-offset-10 {
3176
+ margin-right: 83.33333333%;
3177
+ }
3178
+
3179
  .col-md-offset-9 {
3180
+ margin-right: 75%;
3181
+ }
3182
+
3183
  .col-md-offset-8 {
3184
+ margin-right: 66.66666667%;
3185
+ }
3186
+
3187
  .col-md-offset-7 {
3188
+ margin-right: 58.33333333%;
3189
+ }
3190
+
3191
  .col-md-offset-6 {
3192
+ margin-right: 50%;
3193
+ }
3194
+
3195
  .col-md-offset-5 {
3196
+ margin-right: 41.66666667%;
3197
+ }
3198
+
3199
  .col-md-offset-4 {
3200
+ margin-right: 33.33333333%;
3201
+ }
3202
+
3203
  .col-md-offset-3 {
3204
+ margin-right: 25%;
3205
+ }
3206
+
3207
  .col-md-offset-2 {
3208
+ margin-right: 16.66666667%;
3209
+ }
3210
+
3211
  .col-md-offset-1 {
3212
+ margin-right: 8.33333333%;
3213
+ }
 
3214
 
3215
+ .col-md-offset-0 {
3216
+ margin-right: 0;
3217
+ }
3218
+ }
3219
  @media (min-width: 1200px) {
3220
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
3221
+ float: right;
3222
+ }
3223
+
3224
  .col-lg-12 {
3225
  float: right;
3226
+ width: 100%;
3227
+ }
3228
+
3229
  .col-lg-11 {
3230
+ width: 91.66666667%;
3231
+ }
3232
+
3233
  .col-lg-10 {
3234
+ width: 83.33333333%;
3235
+ }
3236
+
3237
  .col-lg-9 {
3238
+ width: 75%;
3239
+ }
3240
+
3241
  .col-lg-8 {
3242
+ width: 66.66666667%;
3243
+ }
3244
+
3245
  .col-lg-7 {
3246
+ width: 58.33333333%;
3247
+ }
3248
+
3249
  .col-lg-6 {
3250
+ width: 50%;
3251
+ }
3252
+
3253
  .col-lg-5 {
3254
+ width: 41.66666667%;
3255
+ }
3256
+
3257
  .col-lg-4 {
3258
+ width: 33.33333333%;
3259
+ }
3260
+
3261
  .col-lg-3 {
3262
+ width: 25%;
3263
+ }
3264
+
3265
  .col-lg-2 {
3266
+ width: 16.66666667%;
3267
+ }
3268
+
3269
  .col-lg-1 {
3270
+ width: 8.33333333%;
3271
+ }
3272
+
3273
  .col-lg-pull-12 {
3274
+ left: 100%;
3275
+ }
3276
+
3277
  .col-lg-pull-11 {
3278
+ left: 91.66666667%;
3279
+ }
3280
+
3281
  .col-lg-pull-10 {
3282
+ left: 83.33333333%;
3283
+ }
3284
+
3285
  .col-lg-pull-9 {
3286
+ left: 75%;
3287
+ }
3288
+
3289
  .col-lg-pull-8 {
3290
+ left: 66.66666667%;
3291
+ }
3292
+
3293
  .col-lg-pull-7 {
3294
+ left: 58.33333333%;
3295
+ }
3296
+
3297
  .col-lg-pull-6 {
3298
+ left: 50%;
3299
+ }
3300
+
3301
  .col-lg-pull-5 {
3302
+ left: 41.66666667%;
3303
+ }
3304
+
3305
  .col-lg-pull-4 {
3306
+ left: 33.33333333%;
3307
+ }
3308
+
3309
  .col-lg-pull-3 {
3310
+ left: 25%;
3311
+ }
3312
+
3313
  .col-lg-pull-2 {
3314
+ left: 16.66666667%;
3315
+ }
3316
+
3317
  .col-lg-pull-1 {
3318
+ left: 8.33333333%;
3319
+ }
3320
+
3321
  .col-lg-pull-0 {
3322
+ left: auto;
3323
+ }
3324
+
3325
  .col-lg-push-12 {
3326
+ right: 100%;
3327
+ }
3328
+
3329
  .col-lg-push-11 {
3330
+ right: 91.66666667%;
3331
+ }
3332
+
3333
  .col-lg-push-10 {
3334
+ right: 83.33333333%;
3335
+ }
3336
+
3337
  .col-lg-push-9 {
3338
+ right: 75%;
3339
+ }
3340
+
3341
  .col-lg-push-8 {
3342
+ right: 66.66666667%;
3343
+ }
3344
+
3345
  .col-lg-push-7 {
3346
+ right: 58.33333333%;
3347
+ }
3348
+
3349
  .col-lg-push-6 {
3350
+ right: 50%;
3351
+ }
3352
+
3353
  .col-lg-push-5 {
3354
+ right: 41.66666667%;
3355
+ }
3356
+
3357
  .col-lg-push-4 {
3358
+ right: 33.33333333%;
3359
+ }
3360
+
3361
  .col-lg-push-3 {
3362
+ right: 25%;
3363
+ }
3364
+
3365
  .col-lg-push-2 {
3366
+ right: 16.66666667%;
3367
+ }
3368
+
3369
  .col-lg-push-1 {
3370
+ right: 8.33333333%;
3371
+ }
3372
+
3373
  .col-lg-push-0 {
3374
+ right: auto;
3375
+ }
3376
+
3377
  .col-lg-offset-12 {
3378
+ margin-right: 100%;
3379
+ }
3380
+
3381
  .col-lg-offset-11 {
3382
+ margin-right: 91.66666667%;
3383
+ }
3384
+
3385
  .col-lg-offset-10 {
3386
+ margin-right: 83.33333333%;
3387
+ }
3388
+
3389
  .col-lg-offset-9 {
3390
+ margin-right: 75%;
3391
+ }
3392
+
3393
  .col-lg-offset-8 {
3394
+ margin-right: 66.66666667%;
3395
+ }
3396
+
3397
  .col-lg-offset-7 {
3398
+ margin-right: 58.33333333%;
3399
+ }
3400
+
3401
  .col-lg-offset-6 {
3402
+ margin-right: 50%;
3403
+ }
3404
+
3405
  .col-lg-offset-5 {
3406
+ margin-right: 41.66666667%;
3407
+ }
3408
+
3409
  .col-lg-offset-4 {
3410
+ margin-right: 33.33333333%;
3411
+ }
3412
+
3413
  .col-lg-offset-3 {
3414
+ margin-right: 25%;
3415
+ }
3416
+
3417
  .col-lg-offset-2 {
3418
+ margin-right: 16.66666667%;
3419
+ }
3420
+
3421
  .col-lg-offset-1 {
3422
+ margin-right: 8.33333333%;
3423
+ }
 
3424
 
3425
+ .col-lg-offset-0 {
3426
+ margin-right: 0;
3427
+ }
3428
+ }
3429
  @media (max-width: 1199px) {
3430
+ .tinvwl-table .row > [class^=col-md-] + [class^=col-md-], .tinvwl-table .row > [class^=col-lg-] + [class^=col-lg-] {
3431
+ padding-top: 30px;
3432
+ }
3433
+ .tinvwl-table .form-group > [class^=col-md-] + [class^=col-md-], .tinvwl-table .form-group > [class^=col-lg-] + [class^=col-lg-] {
3434
+ padding-top: 30px;
3435
+ }
3436
+ }
3437
  .fade {
3438
  opacity: 0;
3439
+ -webkit-transition: opacity 0.15s linear;
3440
+ transition: opacity 0.15s linear;
3441
+ }
3442
+ .fade.in {
3443
+ opacity: 1;
3444
+ }
3445
 
3446
  .form-horizontal .form-group {
3447
  margin-left: -15px;
3448
+ margin-right: -15px;
3449
+ }
3450
 
3451
  .form-group {
3452
+ margin-bottom: 23px;
3453
+ }
3454
 
3455
  .form-horizontal:last-of-type .form-group {
3456
+ /*margin-bottom: 0;*/
3457
+ }
3458
 
3459
  .tinvwl-inner .form-group + .form-group > label {
3460
+ /*margin-top: 7px;*/
3461
+ }
3462
 
3463
  .form-control {
3464
  display: block;
3465
+ width: 100%;
3466
+ }
3467
 
3468
  label.one-line {
3469
  display: inline-block;
3470
  margin-bottom: 0;
3471
+ margin-left: 10px;
3472
+ }
3473
 
3474
  .control-label label {
3475
  display: block;
3476
+ margin-bottom: 10px;
3477
+ }
3478
 
3479
  .form-horizontal .control-label label {
3480
  padding-top: 9px;
3481
+ margin-bottom: 0;
3482
+ }
3483
 
3484
  @media (min-width: 1200px) {
3485
  .tinvwl-table .tinvwl-header-row label {
3486
+ margin-bottom: 0;
3487
+ }
3488
  .tinvwl-table .tinvwl-header-row .form-group {
3489
  margin-top: -7px;
3490
+ margin-bottom: 13px;
3491
+ }
3492
+ }
3493
  @media (max-width: 1199px) {
3494
  .form-horizontal .control-label label {
3495
+ margin-bottom: 10px;
3496
+ }
 
3497
 
3498
+ .tinvwl-table .tinvwl-header-row label {
3499
+ padding-top: 3px;
3500
+ }
3501
+ }
3502
  .tinvwl-input-group-btn {
3503
+ margin-top: 13px;
3504
+ }
3505
 
3506
  .tinvwl-input-group {
3507
  position: relative;
3508
  display: table;
3509
+ border-collapse: separate;
3510
+ }
3511
 
3512
  .tinvwl-input-group-addon {
3513
  width: 1%;
3514
  white-space: nowrap;
3515
+ vertical-align: middle;
3516
+ }
3517
 
3518
  .tinvwl-input-group-btn {
3519
  width: 1%;
3521
  vertical-align: middle;
3522
  margin-top: 0;
3523
  position: relative;
3524
+ white-space: nowrap;
3525
+ }
3526
+ .tinvwl-input-group-btn .tinvwl-btn {
3527
+ margin-right: 10px;
3528
+ }
3529
+ .tinvwl-input-group-btn > .btn {
3530
+ position: relative;
3531
+ }
3532
 
3533
  .tinvwl-input-group .form-control, .tinvwl-input-group-addon, .tinvwl-input-group-btn {
3534
+ display: table-cell;
3535
+ }
3536
 
3537
  .tinvwl-input-group .form-control {
3538
  position: relative;
3539
  z-index: 2;
3540
  float: right;
3541
  width: 100%;
3542
+ margin-bottom: 0;
3543
+ }
3544
 
3545
  @media only screen and (max-width: 1199px) {
3546
  .tinvwl-input-group:not(.tinvwl-no-full) {
3547
+ display: block;
3548
+ }
3549
+ .tinvwl-input-group:not(.tinvwl-no-full) .form-control {
3550
+ float: none;
3551
+ }
3552
+ .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {
3553
+ padding-top: 10px;
3554
+ padding-right: 0;
3555
+ }
3556
+ .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn, .tinvwl-input-group:not(.tinvwl-no-full) .form-control {
3557
+ display: block;
3558
+ }
3559
+ .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {
3560
+ margin-right: 0;
3561
+ }
3562
+ .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > input, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > button {
3563
+ margin-right: 0;
3564
+ }
3565
+ .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > input, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > button {
3566
+ margin-right: 0;
3567
+ }
3568
+ }
3569
  .text-right {
3570
+ text-align: left;
3571
+ }
3572
 
3573
  @media (max-width: 1199px) {
3574
  .text-right {
3575
+ text-align: right;
3576
+ }
3577
+ }
3578
  @media (min-width: 768px) {
3579
  .form-inline .form-group {
3580
  display: inline-block;
3581
  margin-bottom: 0;
3582
+ vertical-align: middle;
3583
+ }
3584
  .form-inline .form-control {
3585
  display: inline-block;
3586
  width: auto;
3587
+ vertical-align: middle;
3588
+ }
3589
  .form-inline .form-control-static {
3590
+ display: inline-block;
3591
+ }
3592
  .form-inline .tinvwl-input-group {
3593
  display: inline-table;
3594
+ vertical-align: middle;
3595
+ }
3596
+ .form-inline .tinvwl-input-group .tinvwl-input-group-addon, .form-inline .tinvwl-input-group .tinvwl-input-group-btn, .form-inline .tinvwl-input-group .form-control {
3597
+ width: auto;
3598
+ }
3599
+ .form-inline .tinvwl-input-group > .form-control {
3600
+ width: 100%;
3601
+ }
3602
  .form-inline .control-label label {
3603
  margin-bottom: 0;
3604
+ vertical-align: middle;
3605
+ }
3606
  .form-inline .radio, .form-inline .checkbox {
3607
  display: inline-block;
3608
  margin-top: 0;
3609
  margin-bottom: 0;
3610
+ vertical-align: middle;
3611
+ }
3612
  .form-inline .radio label, .form-inline .checkbox label {
3613
+ padding-right: 0;
3614
+ }
3615
+ .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
3616
  position: relative;
3617
+ margin-right: 0;
3618
+ }
3619
  .form-inline .has-feedback .form-control-feedback {
3620
+ top: 0;
3621
+ }
3622
+ }
3623
  /*************************IMAGES *******************************/
3624
  .logo_heart {
3625
  background: url("../img/logo_heart.png") no-repeat center;
3626
  display: inline-block;
3627
  background-size: 54px 54px;
3628
  width: 54px;
3629
+ height: 54px;
3630
+ }
3631
 
3632
  .admin-rescue {
3633
  background: url("../img/admin-rescue.png") no-repeat center;
3634
  display: inline-block;
3635
  background-size: 61px 60px;
3636
  width: 61px;
3637
+ height: 60px;
3638
+ }
3639
 
3640
  .admin-update {
3641
  background: url("../img/admin-update.png") no-repeat center;
3642
  display: inline-block;
3643
  background-size: 61px 60px;
3644
  width: 61px;
3645
+ height: 60px;
3646
+ }
3647
 
3648
  .wizard_logo {
3649
  background: url("../img/wizard_logo.png") no-repeat center;
3651
  width: 54px;
3652
  height: 54px;
3653
  display: block;
3654
+ margin: 10px auto;
3655
+ }
3656
 
3657
  .wizard_setup {
3658
  background: url("../img/wizard_setup.png") no-repeat center;
3659
  display: inline-block;
3660
  background-size: 143px 144px;
3661
  width: 143px;
3662
+ height: 144px;
3663
+ }
3664
 
3665
  .premium_adv {
3666
  background: url("../img/premium_logo.png") no-repeat center;
3668
  margin: 0 auto 35px;
3669
  background-size: 107px 106px;
3670
  width: 107px;
3671
+ height: 106px;
3672
+ }
3673
 
3674
  /************************** RETINA *************************/
3675
  .tinvwl-content select {
3676
+ background-size: 13px 8px;
3677
+ }
3678
 
3679
  .tinvwl-select + .tinvwl-caret span {
3680
+ background-size: 13px 18px;
3681
+ }
3682
 
3683
  .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {
3684
+ background-size: 20px 30px;
3685
+ }
3686
  .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {
3687
+ background-size: 20px 30px;
3688
+ }
3689
 
3690
  .tinvwl-color-picker .tinvwl-eyedropper {
3691
+ background-size: 28px 29px;
3692
+ }
3693
 
3694
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {
3695
  .tinvwl-content select {
3696
+ background-image: url("../img/select_caret@2x.png");
3697
+ }
3698
+
3699
  .tinvwl-select + .tinvwl-caret span {
3700
+ background-image: url("../img/chevron_down@2x.png");
3701
+ }
3702
+
3703
  .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {
3704
+ background-image: url("../img/chevron_icon@2x.png");
3705
+ }
3706
  .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {
3707
+ background-image: url("../img/chevron_icon@2x.png");
3708
+ }
3709
+
3710
  .tinvwl-color-picker .tinvwl-eyedropper {
3711
+ background-image: url("../img/color_icon@2x.png");
3712
+ }
3713
+
3714
  .logo_heart {
3715
+ background-image: url("../img/logo_heart@2x.png");
3716
+ }
3717
+
3718
  .admin-rescue {
3719
+ background-image: url("../img/admin-rescue@2x.png");
3720
+ }
3721
+
3722
  .admin-update {
3723
+ background-image: url("../img/admin-update@2x.png");
3724
+ }
3725
+
3726
  .wizard_logo {
3727
+ background-image: url("../img/wizard_logo@2x.png");
3728
+ }
 
3729
 
3730
+ .wizard_setup {
3731
+ background-image: url("../img/wizard_setup@2x.png");
3732
+ }
3733
+ }
3734
  /******************STYLE HEADINGS*********************/
3735
  #style_options .tinvwl-table tbody tr .tinvwl-inner h2 {
3736
  font-size: 18px;
3738
  text-transform: capitalize;
3739
  font-weight: 600;
3740
  margin-bottom: 21px;
3741
+ padding: 14px 0;
3742
+ }
3743
 
3744
  ::-webkit-input-placeholder {
3745
  color: #e5e5e5;
3746
  opacity: 1 !important;
3747
+ /* for older chrome versions. may no longer apply. */
3748
+ }
3749
 
3750
  :-moz-placeholder {
3751
  /* Firefox 18- */
3752
  color: #e5e5e5;
3753
+ opacity: 1 !important;
3754
+ }
3755
 
3756
  ::-moz-placeholder {
3757
  /* Firefox 19+ */
3758
  color: #e5e5e5;
3759
+ opacity: 1 !important;
3760
+ }
3761
 
3762
  :-ms-input-placeholder {
3763
+ color: #e5e5e5;
3764
+ }
3765
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJhZG1pbi1ydGwuY3NzIl0sImZpbGUiOiJhZG1pbi1ydGwuY3NzIn0= */
3766
 
3767
  /*# sourceMappingURL=admin-rtl.css.map */
assets/css/admin-rtl.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":[],"mappings":"","sources":["admin-rtl.css"],"file":"admin-rtl.css","sourcesContent":["/*------------------------------------*\n\t$WEBFONT\n*------------------------------------*/\n/* Misc */\n* {\n -webkit-box-sizing: border-box;\n box-sizing: border-box; }\n *:before, *:after {\n -webkit-box-sizing: border-box;\n box-sizing: border-box; }\n\n.tinv-wishlist-clearfix:before, .tinv-wishlist-clearfix:after {\n display: table;\n content: \" \"; }\n\n.container:before, .container:after {\n display: table;\n content: \" \"; }\n\n.container-fluid:before, .container-fluid:after {\n display: table;\n content: \" \"; }\n\n.row:before, .row:after {\n display: table;\n content: \" \"; }\n\n.form-horizontal .form-group:before, .form-horizontal .form-group:after {\n display: table;\n content: \" \"; }\n\n.form-group:before, .form-group:after {\n display: table;\n content: \" \"; }\n\n.tablenav:before, .tablenav:after {\n display: table;\n content: \" \"; }\n\n.tinvwl-panel:before, .tinvwl-panel:after {\n display: table;\n content: \" \"; }\n\n.tinv-wishlist-clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .form-group:after, .tablenav:after, .tinvwl-panel:after {\n clear: both; }\n\n.tinvwl-header table, .tinvwl-content table {\n border-spacing: 0;\n border-collapse: collapse;\n width: 100%;\n max-width: 100%; }\n\n.tinvwl-header td, .tinvwl-header th {\n padding: 0; }\n\n.tinvwl-content td, .tinvwl-content th {\n padding: 0; }\n\n.tinvwl-header img, .tinvwl-content img {\n height: auto;\n max-width: 100%; }\n\n.tinvwl-header {\n /*margin-bottom: 40px;*/ }\n\n/* General */\n#wpwrap {\n background: #f6f3ed; }\n\n#wpcontent {\n padding-right: 0; }\n\n#wpbody-content {\n padding-bottom: 135px; }\n\n#update-nag, .update-nag, .notice {\n margin: 20px 40px 0 0; }\n\ndiv.error, div.updated {\n margin: 20px 40px 0 0; }\n\n.notice {\n margin-left: 40px; }\n\ndiv.error, div.updated {\n margin-left: 40px; }\n\nbody .tinvwl-header, body .tinvwl-content {\n font-family: Arial, sans-serif;\n font-size: 14px;\n line-height: 1.429;\n color: #6b625a; }\n\nbutton, input, select, textarea {\n font-family: inherit;\n font-size: inherit;\n font-weight: inherit; }\n\nlabel, .tinv-label {\n display: block;\n font-size: 15px;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n color: #291C09;\n font-weight: 600;\n margin-bottom: 7px; }\n\nh1, h2, h3, h4, h5, h6, .wrap h1 {\n color: #291c09;\n font-family: 'Open Sans', Arial, sans-serif;\n font-weight: normal;\n line-height: 1.313;\n padding: 0;\n margin: 0;\n border: 0; }\n\nh1, .wrap h1 {\n font-size: 30px; }\n\nh2 {\n font-size: 26px; }\n\nh3 {\n font-size: 22px; }\n\nh4 {\n font-size: 18px; }\n\nh5 {\n font-size: 14px; }\n\nh6 {\n font-size: 12px; }\n\n@media screen and (max-width: 1200px) {\n #update-nag, .update-nag, .notice {\n margin-top: 20px;\n margin-right: 20px;\n margin-left: 20px; }\n div.error, div.updated {\n margin-top: 20px;\n margin-right: 20px;\n margin-left: 20px; } }\n\n@media screen and (max-width: 782px) {\n .auto-fold #wpcontent {\n padding-right: 0; }\n #update-nag, .update-nag, .notice {\n margin: 20px 0 0 0; }\n div.error, div.updated {\n margin: 20px 0 0 0; }\n .notice {\n margin-left: 0; }\n div.error, div.updated {\n margin-left: 0; } }\n\n/**\n * SubMenu\n */\n#toplevel_page_tinvwl ul ul {\n display: none;\n margin-right: 15px;\n position: absolute; }\n\n#toplevel_page_tinvwl ul li:hover ul, #toplevel_page_tinvwl ul li.current ul {\n display: block;\n right: 145px;\n margin-right: 15px;\n position: absolute;\n top: 0; }\n\n/**\n * Header Page\n */\n/*.tinvwl-header {\n background-color: #FFF;\n height: 48px;\n left: -20px;\n margin: 0;\n padding: 24px 40px;\n position: relative;\n right: 0;\n width: calc(100% - 60px);\n top: 0;\n}\n.tinvwl-header .title {\n font-size: 21px;\n line-height: 21px;\n font-weight: 400;\n float: left;\n}*/\n/*.tinvwl-header .status-panel {\n float: right;\n}*/\n/**\n * Status Panel\n */\n.status-panel > div {\n display: inline-block;\n margin-right: 21px; }\n\n.status-panel .button-link {\n background-color: #FF5739;\n color: #FFF;\n text-decoration: none;\n text-transform: uppercase;\n line-height: 10px;\n font-weight: 600;\n height: 48px;\n display: table-cell;\n border-radius: 5px;\n padding: 0 17px;\n vertical-align: middle; }\n .status-panel .button-link span::before {\n color: #ffdc00;\n display: inline-block;\n font: normal 12px/1 'dashicons';\n vertical-align: bottom;\n -webkit-font-smoothing: antialiased;\n content: \"\\f155\"; }\n\n.status-panel .button-round {\n border: 2px solid #f1f1f1;\n border-radius: 50%;\n width: 43px;\n padding-top: 5px;\n padding-right: 2px;\n height: 40px;\n display: table-cell;\n text-align: center;\n vertical-align: middle; }\n\n.status-panel .status-tutorial span::before {\n color: #515151;\n display: inline-block;\n font: normal 24px/1 'dashicons';\n vertical-align: middle;\n -webkit-font-smoothing: antialiased;\n content: \"\\f118\"; }\n\n/**\n * Message Status\n */\n.tinvwl-status-message {\n font-family: Arial, sans-serif;\n font-size: 14px;\n line-height: 1.429;\n margin-top: 40px;\n color: #6b625a;\n border-top: 2px solid #f6f3ed; }\n .tinvwl-status-message .tinvwl-title {\n padding: 13px 20px;\n float: right;\n width: 142px;\n font-weight: bold; }\n .tinvwl-status-message.type-error .tinvwl-title, .tinvwl-status-message.type-tip .tinvwl-title {\n color: #fff; }\n .tinvwl-status-message.type-attention .tinvwl-title {\n color: #23282d; }\n .tinvwl-status-message.type-error .tinvwl-title {\n background: #ff3814; }\n .tinvwl-status-message.type-tip .tinvwl-title {\n background: #30aec4; }\n .tinvwl-status-message.type-attention .tinvwl-title {\n background: #ffe900; }\n .tinvwl-status-message .tinvwl-title i {\n margin-left: 10px; }\n .tinvwl-status-message.type-error > .tinvwl-title > i:before {\n content: \"\\f00d\"; }\n .tinvwl-status-message.type-tip > .tinvwl-title > i:before {\n content: \"\\f05a\"; }\n .tinvwl-status-message.type-attention > .tinvwl-title > i:before {\n content: \"\\f071\"; }\n .tinvwl-status-message .tinvwl-message {\n padding: 13px 20px;\n overflow: hidden;\n height: 100%;\n background: #faf9f7; }\n\n@media screen and (max-width: 782px) {\n .tinvwl-status-message {\n margin-top: 20px; } }\n\n/**\n * Form Elements\n */\n.tinvwl-content label {\n /*font-size: 14px;\n font-weight: 600;\n margin: 2px;*/\n /*line-height: 42px;*/ }\n\n.tinvwl-content a {\n text-decoration: none;\n color: #30aec4; }\n .tinvwl-content a:hover, .tinvwl-content a:active, .tinvwl-content a:focus {\n color: #524737; }\n\n.tinvwl-content input[type=text], .tinvwl-content input[type=password], .tinvwl-content input[type=checkbox], .tinvwl-content input[type=color], .tinvwl-content input[type=date], .tinvwl-content input[type=datetime], .tinvwl-content input[type=datetime-local], .tinvwl-content input[type=email], .tinvwl-content input[type=month], .tinvwl-content input[type=number], .tinvwl-content input[type=radio], .tinvwl-content input[type=tel], .tinvwl-content input[type=time], .tinvwl-content input[type=url], .tinvwl-content input[type=week], .tinvwl-content input[type=search] {\n line-height: 1.429;\n padding: 9px 13px;\n margin: 0;\n color: #4f4639;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14); }\n\n.tinvwl-content select {\n line-height: 1.429;\n padding: 9px 13px;\n margin: 0;\n color: #4f4639;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14); }\n\n.tinvwl-content textarea {\n line-height: 1.429;\n padding: 9px 13px;\n margin: 0;\n color: #4f4639;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n height: 70px; }\n\n.tinvwl-content input[type=text], .tinvwl-content input[type=password], .tinvwl-content input[type=color], .tinvwl-content input[type=date], .tinvwl-content input[type=datetime], .tinvwl-content input[type=datetime-local], .tinvwl-content input[type=email], .tinvwl-content input[type=month], .tinvwl-content input[type=number], .tinvwl-content input[type=tel], .tinvwl-content input[type=time], .tinvwl-content input[type=url], .tinvwl-content input[type=week], .tinvwl-content input[type=search] {\n height: 42px;\n border-radius: 4px; }\n\n.tinvwl-content select {\n height: 42px;\n border-radius: 4px; }\n\n.tinvwl-content .tablenav input[type=search] {\n height: 35px;\n width: 210px;\n padding: 9px 13px;\n -webkit-box-shadow: none;\n box-shadow: none;\n border: none;\n background: #f4f3ef; }\n .tinvwl-content .tablenav input[type=search] + input[type=submit], .tinvwl-content .tablenav input[type=search] + button[type=submit] {\n vertical-align: middle; }\n\n.tinvwl-content .tablenav .tinvwl-select-wrap + input[type=submit] {\n float: left;\n margin-right: 8px !important; }\n\n.tinvwl-content .tablenav input[type=search] + input[type=submit], .tinvwl-content .tablenav input[type=search] + button[type=submit] {\n float: left;\n margin-right: 8px !important; }\n\n.tinvwl-content input[type=text]:disabled, .tinvwl-content input[type=password]:disabled, .tinvwl-content input[type=color]:disabled, .tinvwl-content input[type=date]:disabled, .tinvwl-content input[type=datetime]:disabled, .tinvwl-content input[type=datetime-local]:disabled, .tinvwl-content input[type=email]:disabled, .tinvwl-content input[type=month]:disabled, .tinvwl-content input[type=number]:disabled, .tinvwl-content input[type=tel]:disabled, .tinvwl-content input[type=time]:disabled, .tinvwl-content input[type=url]:disabled, .tinvwl-content input[type=week]:disabled, .tinvwl-content input[type=search]:disabled {\n font-size: 15px;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n font-weight: 600;\n color: #291C09;\n background-color: #f6f3ed;\n border-color: #f6f3ed; }\n\n.tinvwl-content select {\n font-family: Arial, sans-serif;\n font-size: 14px;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n cursor: pointer;\n padding: 9px 13px 9px 40px;\n background-color: #fff;\n background-image: url(\"../img/select_caret.png\");\n background-repeat: no-repeat;\n background-position: 4% center;\n background-position: calc(100% - (100% - 15px)) center; }\n .tinvwl-content select:disabled {\n font-size: 15px;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n font-weight: 600;\n color: #291C09;\n background-color: #f6f3ed;\n border-color: #f6f3ed; }\n .tinvwl-content select[multiple=\"multiple\"] {\n padding: 9px 13px;\n background: #fff; }\n\n.tinvwl-content .tinvwl-select.grey {\n font-size: 14px;\n font-family: \"Arial\", \"Helvetica Neue\", Helvetica, sans-serif;\n padding: 8px 11px;\n height: 35px;\n border: none;\n color: #5D5D5D;\n background: #f4f3ef; }\n\n@media screen and (max-width: 782px) {\n input, textarea {\n font-size: 14px; }\n #wpbody .tinvwl-content select {\n height: 42px;\n font-size: 14px; } }\n\n.tinvwl-select-wrap {\n position: relative;\n display: inline-block;\n vertical-align: middle;\n cursor: pointer; }\n\n.tinvwl-content select.tinvwl-select.grey {\n padding-left: 47px;\n margin: 0;\n border-radius: 4px; }\n\n.tinvwl-select + .tinvwl-caret {\n pointer-events: none;\n display: inline-block;\n position: absolute;\n top: 0;\n left: 0;\n width: 36px;\n height: 36px;\n line-height: 36px;\n text-align: center;\n border-radius: 4px 0 0 4px; }\n .tinvwl-select + .tinvwl-caret span {\n display: inline-block;\n width: 13px;\n height: 8px;\n background: url(\"../img/chevron_down.png\") no-repeat center;\n background-position: 100% -10px; }\n\n.tinvwl-select:hover + .tinvwl-caret {\n background: #3e3e3e; }\n .tinvwl-select:hover + .tinvwl-caret span {\n background-position: 100% 0; }\n\n/* Buttons */\n.tinvwl-content .tinvwl-nav {\n margin: 0 40px; }\n\n.tinvwl-content .tinvwl-panel + .tinvwl-nav {\n margin-top: 40px; }\n\n.tinvwl-nav .tinvwl-prev {\n float: right; }\n .tinvwl-nav .tinvwl-prev .tinvwl-btn {\n float: right; }\n\n.tinvwl-nav .tinvwl-next {\n float: left;\n text-align: left; }\n\n.tinvwl-nav .tinvwl-btn + .tinvwl-btn {\n margin-right: 20px; }\n\n.tinvwl-panel.only-button.w-bg {\n background: none;\n overflow: visible; }\n\n.tinvwl-panel.only-button.w-shadow {\n -webkit-box-shadow: none;\n box-shadow: none;\n overflow: visible; }\n\n.tinvwl-panel.only-button thead, .tinvwl-panel.only-button tfoot, .tinvwl-panel.only-button .control-label {\n display: none; }\n\n.tinvwl-panel.only-button .form-group {\n margin-bottom: 0; }\n\n.tinvwl-panel.only-button .form-control {\n display: inline-block;\n width: auto; }\n\n.tinvwl-panel.only-button .tinvwl-table > tbody > tr > td {\n padding: 0; }\n\n.tinvwl-panel.only-button #save_buttons--setting_save {\n display: inline-block; }\n\n.tinvwl-panel.only-button #save_buttons--setting_reset {\n display: inline-block;\n float: left; }\n .tinvwl-panel.only-button #save_buttons--setting_reset .form-control {\n background-color: #ffffff;\n color: #3e3e3e; }\n .tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split span {\n background: #fbfaf9; }\n .tinvwl-panel.only-button #save_buttons--setting_reset .form-control:hover {\n color: #fff;\n background-color: #515151; }\n .tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split:hover span {\n background: #434343; }\n\n/* reset button */\n#doaction, #doaction2, #post-query-submit {\n margin: 0; }\n\nbutton, input[type=\"submit\"] {\n display: inline-block;\n vertical-align: middle;\n margin: 0;\n font-family: 'Open Sans', Arial, sans-serif;\n font-size: 14px;\n line-height: normal;\n cursor: pointer;\n text-decoration: none; }\n\n.tinvwl-btn {\n display: inline-block;\n vertical-align: middle;\n margin: 0;\n font-family: 'Open Sans', Arial, sans-serif;\n font-size: 14px;\n line-height: normal;\n cursor: pointer;\n text-decoration: none;\n padding: 11px 18px 12px 19px;\n font-weight: 800;\n text-align: center;\n text-transform: uppercase;\n letter-spacing: -.025em;\n border: none;\n border-radius: 2px;\n color: #fff;\n background-color: #96b100; }\n\na.tinvwl-btn {\n padding: 11px 18px 12px 19px;\n font-weight: 800;\n text-align: center;\n text-transform: uppercase;\n letter-spacing: -.025em;\n border: none;\n border-radius: 2px;\n color: #fff;\n background-color: #96b100; }\n\n.tinvwl-btn.large {\n padding: 14px 18px 14px 19px; }\n\n.tinvwl-btn.small {\n padding: 6px 11px 7px; }\n\n.tinvwl-btn.smaller {\n /*padding: 7px 15px;*/\n padding: 11px 18px 12px; }\n\n.tinvwl-btn.red, .tinvwl-btn.green, .tinvwl-btn.dark-green, .tinvwl-btn.black {\n font-weight: 800; }\n\n.tinvwl-btn.grey {\n /*padding: 6px 11px 7px;*/\n margin: 0;\n padding: 8px 12px;\n font-weight: bold;\n /*letter-spacing: 0;*/\n color: #3e3e3e;\n background: #F4F3EF; }\n .tinvwl-btn.grey.large {\n font-weight: 800;\n padding: 14px 18px 14px 19px; }\n .tinvwl-btn.grey.w-icon {\n letter-spacing: -.025em; }\n\n.tinvwl-btn.red {\n color: #fff;\n background-color: #ff5739; }\n\n.tinvwl-btn.orange {\n color: #fff;\n background-color: #FF9F07; }\n\n.tinvwl-btn.dark-green {\n /*color: #fff;*/\n /*background-color: #96b100;*/ }\n\n.tinvwl-btn.white.smaller {\n font-size: 14px;\n font-weight: bold;\n letter-spacing: -.05em;\n padding: 10px 15px 11px;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1); }\n\n.tinvwl-btn.white.small {\n font-family: Arial, sans-serif;\n font-size: 14px;\n text-transform: none;\n font-weight: normal;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n padding: 9px 18px;\n color: #4f4639; }\n\n.tinvwl-btn.small.white:hover, .tinvwl-btn.small.white:active, .tinvwl-btn.small.white:focus {\n color: #fff; }\n\n.tinvwl-btn.white {\n color: #291c09;\n background: #fff; }\n .tinvwl-btn.white.no-txt {\n padding: 12px 16px; }\n .tinvwl-btn.white.small.no-txt {\n padding: 9px 12px; }\n .tinvwl-btn.white i {\n color: #6b625a;\n margin-left: 11px; }\n\n.tinvwl-btn.w-icon {\n font-weight: 800; }\n .tinvwl-btn.w-icon i {\n margin-left: 16px; }\n\n.tinvwl-btn.round.w-icon i {\n margin-left: 15px;\n font-size: 16px; }\n\n.tinvwl-btn.w-icon i.ftinvwl-graduation-cap {\n vertical-align: text-bottom; }\n\n.tinvwl-btn.red.w-icon i {\n margin-left: 13px; }\n\n.tinvwl-btn.xl-icon i, .tinvwl-btn.round.xl-icon i {\n font-size: 17px;\n margin-left: 15px; }\n\n.tinvwl-btn.lg-icon i {\n font-size: 15px; }\n\n.tinvwl-btn.md-icon i, .tinvwl-btn.round.md-icon i {\n font-size: 14px; }\n\n.tinvwl-btn.sm-icon i {\n font-size: 13px; }\n\n.tinvwl-btn.xs-icon i {\n font-size: 11px;\n vertical-align: 1%; }\n\n.tinvwl-btn.white.no-txt i {\n margin-left: 0; }\n\n.tinvwl-btn.white:hover i, .tinvwl-btn.white:active i, .tinvwl-btn.white:focus i {\n color: #fff; }\n\n.tinvwl-btn.green {\n color: #fff;\n background-color: #a9c203; }\n\n.tinvwl-btn.black {\n color: #fff;\n background-color: #515151; }\n\n.tinvwl-btn.smaller-txt {\n font-size: 12px;\n padding: 15px 20px; }\n\n.tinvwl-btn.medium {\n letter-spacing: 0; }\n .tinvwl-btn.medium.smaller-txt {\n padding: 9px 16px; }\n\n.tinvwl-btn.round {\n border-radius: 25px;\n padding: 15px 28px 16px; }\n .tinvwl-btn.round.red {\n /*padding: 15px 22px 16px;*/\n padding: 16px 30px; }\n\n.tinvwl-btn.split {\n padding: 0 0 0 26px; }\n .tinvwl-btn.split span {\n display: inline-block;\n text-align: center;\n width: 46px;\n padding: 14px 0;\n margin-left: 14px;\n border-radius: 0 4px 4px 0;\n background: #8aa300; }\n .tinvwl-btn.split:hover span, .tinvwl-btn.split:active span, .tinvwl-btn.split:focus span {\n background: #434343; }\n .tinvwl-btn.split.green span {\n background: #b9cf09; }\n .tinvwl-btn.split.black span {\n background: #434343; }\n .tinvwl-btn.split span i {\n font-size: 17px; }\n\n.tinvwl-btn:not(:disabled):hover, .tinvwl-btn:not(:disabled):active, .tinvwl-btn:not(:disabled):focus {\n color: #fff;\n /*background: #3e3e3e;*/\n background-color: #515151; }\n\na.tinvwl-btn:not(:disabled):hover, a.tinvwl-btn:not(:disabled):active, a.tinvwl-btn:not(:disabled):focus {\n color: #fff;\n /*background: #3e3e3e;*/\n background-color: #515151; }\n\n/* Icons */\n.tinvwl-header {\n padding: 21px 40px;\n margin-bottom: 40px;\n background: #ffffff; }\n .tinvwl-header .icon.border-grey {\n position: relative;\n display: inline-block;\n width: 45px;\n height: 45px;\n line-height: 45px;\n text-align: center;\n background: #fff;\n border: 2px solid #f1f1f1;\n border-radius: 50%;\n color: #3e3e3e; }\n .tinvwl-header .icon.border-grey:hover {\n border-color: #515151; }\n .tinvwl-header .icon.w-lines {\n position: relative;\n padding: 0 30px; }\n .tinvwl-header .icon.w-lines:before, .tinvwl-header .icon.w-lines:after {\n content: '';\n position: absolute;\n top: 50%;\n top: calc(50% - 1px);\n width: 17px;\n height: 1px;\n background: rgba(0, 0, 0, 0.12); }\n .tinvwl-header .icon.w-lines:before {\n right: 0; }\n .tinvwl-header .icon.w-lines:after {\n left: 0; }\n .tinvwl-header .icon .badge {\n position: absolute;\n top: -5px;\n left: -10px;\n display: inline-block;\n min-width: 26px;\n height: 26px;\n font-size: 11px;\n line-height: 19px;\n font-weight: bold;\n background: #ff5739;\n border: 3px solid #ffffff;\n color: #ffffff;\n border-radius: 50%; }\n\n.tinwl-logo i.logo_heart {\n min-width: 54px; }\n\n.tinwl-logo h2 {\n font-size: 18px;\n font-weight: bold;\n text-transform: uppercase;\n line-height: 1;\n padding-right: 10px; }\n\n.tinvwl-header .tinvwl-title {\n padding-right: 28px;\n margin-right: 28px;\n border-right: 1px solid #dcddde; }\n\n.tinvwl-header h1 {\n color: #3e3e3e;\n padding: 0; }\n\n.tinvwl-header .tinvwl-status-panel {\n margin-top: -12px; }\n .tinvwl-header .tinvwl-status-panel > a {\n vertical-align: middle; }\n .tinvwl-header .tinvwl-status-panel > a + a {\n margin-right: 15px; }\n\n.tinvwl-header .tinvwl-btn {\n margin-top: 15px;\n margin-top: 18px; }\n .tinvwl-header .tinvwl-btn.red i {\n color: #ffdc00; }\n\n.tinvwl-header .tinvwl-status-panel {\n text-align: left; }\n\n.tinvwl-sign-icon {\n font-size: 30px;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n color: #948d84; }\n\n@media (max-width: 1199px) {\n .tinvwl-header {\n text-align: center; }\n .tinvwl-header .tinvwl-table, .tinvwl-header .tinvwl-cell, .tinvwl-header .tinvwl-cell-3 {\n display: block; }\n .tinvwl-header h1 + .tinvwl-status-panel {\n margin-top: 25px; }\n .tinvwl-header .tinvwl-status-panel {\n text-align: center;\n margin-top: 15px; }\n .tinvwl-header .tinvwl-status-panel > a + a {\n margin-right: 9px; }\n .tinwl-logo {\n display: block;\n margin: 0 auto; }\n .tinwl-logo h2, .tinwl-logo img {\n display: block;\n margin: 0 auto; }\n .tinvwl-header .tinvwl-title {\n display: block;\n margin: 0 auto; }\n .tinwl-logo h2 {\n padding-right: 0;\n margin-right: 0;\n margin-top: 6px; }\n .tinvwl-header .tinvwl-title {\n position: relative;\n padding-right: 12px;\n padding-left: 12px;\n padding-top: 13px;\n margin-right: 0;\n margin-top: 16px;\n border-right: 0; }\n .tinvwl-header .tinvwl-title:before {\n content: '';\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n width: 40px;\n height: 1px;\n margin: 0 auto;\n background: #dcddde; } }\n\n@media (max-width: 782px) {\n .tinvwl-header .tinvwl-btn .tinvwl-txt {\n display: none; }\n .tinvwl-header .tinvwl-btn i {\n margin-left: 0 !important; }\n .tinvwl-header .tinvwl-btn.grey {\n padding-right: 16px;\n padding-left: 16px; } }\n\n.tinvwl-content h2 {\n /*margin: 0;*/\n /*line-height: 40px;*/ }\n\n/* Privacy Navigation */\n.tinwl-wishlists-privacy {\n margin: -10px 0 0; }\n .tinwl-wishlists-privacy li {\n float: right;\n margin: 10px 0 0 10px; }\n .tinwl-wishlists-privacy li:last-child {\n margin-left: 0; }\n .tinwl-wishlists-privacy li a {\n display: block;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n font-size: 14px;\n font-weight: 600;\n line-height: 1;\n padding: 10px 16px;\n border-radius: 3px;\n color: #404040;\n background: #ede8df; }\n .tinwl-wishlists-privacy li.active a {\n color: #fff;\n background-color: #96b100; }\n .tinwl-wishlists-privacy li a:hover, .tinwl-wishlists-privacy li a:active, .tinwl-wishlists-privacy li a:focus {\n color: #fff;\n background-color: #96b100; }\n\n@media screen and (max-width: 782px) {\n .tinwl-wishlists-privacy {\n margin-right: 15px; } }\n\n/* Panel */\n.tinvwl-panel {\n margin: 40px 40px 0; }\n .tinvwl-panel .w-bg-grey {\n background: #fbfaf9; }\n .tinvwl-panel.w-shadow {\n -webkit-box-shadow: -1px 1px 8px 0 rgba(170, 157, 137, 0.14);\n box-shadow: -1px 1px 8px 0 rgba(170, 157, 137, 0.14); }\n .tinvwl-panel.w-bg {\n background: #ffffff;\n border-radius: 4px; }\n\n.tinvwl-table.w-info .tinvwl-info[rowspan] {\n vertical-align: middle; }\n .tinvwl-table.w-info .tinvwl-info[rowspan] .tinvwl-info-sign {\n vertical-align: middle; }\n\n.tinvwl-table.w-info .tinvwl-info-top > tr .tinvwl-info {\n vertical-align: top; }\n\n@media screen and (max-width: 1200px) {\n .tinvwl-panel {\n margin: 20px 20px 0; }\n .tinvwl-header {\n margin-bottom: 20px; } }\n\n@media screen and (max-width: 782px) {\n .tinvwl-panel {\n margin: 20px 0 0; }\n .tinvwl-panel.only-button {\n text-align: center; } }\n\n/**\n * Content Elements\n */\n.tinvwl-content {\n /*margin: 14px 40px 10px 20px;*/ }\n .tinvwl-content section {\n /*margin-top: 20px;*/\n /*background-color: #FFF;*/\n /*border-radius: 5px;*/ }\n .tinvwl-content section:after {\n /*content: '';\n display: block;\n height: 0;\n clear: both;*/ }\n\n/* Preview Icon */\n.tinvwl-icon-preview {\n position: relative;\n width: 50px;\n height: 42px;\n margin-left: 10px;\n margin-bottom: 10px;\n text-align: center;\n border-radius: 2px;\n color: #595857;\n background: #f6f3ed; }\n .tinvwl-icon-preview span {\n position: absolute;\n top: 50%;\n right: 0;\n left: 0;\n -webkit-transform: translateY(-50%);\n transform: translateY(-50%); }\n .tinvwl-icon-preview span img {\n max-width: 50px;\n max-height: 42px;\n vertical-align: middle; }\n\n@media (min-width: 1200px) {\n .tinvwl-icon-preview {\n margin-bottom: 0; } }\n\n/* Table */\n.tinvwl-content .table-wrap {\n /*padding: 25px 0;*/ }\n\n.tinvwl-content table.widefat {\n -webkit-box-shadow: none;\n box-shadow: none; }\n\n.tinvwl-content .tablenav {\n height: auto;\n margin: 30px;\n background: #ffffff; }\n .tinvwl-content .tablenav .actions {\n /*padding: 6px 0 0;*/\n padding: 0; }\n\n.tinvwl-content .widefat th, .tinvwl-content .widefat td {\n text-align: center;\n padding: 0; }\n\n.tinvwl-content .widefat th {\n padding: 27px 0;\n position: relative; }\n\n@media screen and (max-width: 782px) {\n .tablenav.top .actions {\n display: block; }\n .tablenav br.tinv-wishlist-clear {\n display: none; }\n .tinvwl-content .tablenav {\n margin: 15px 12px; }\n .tinvwl-content .tablenav .alignleft, .tinvwl-content .tablenav .alignright {\n float: none; }\n .tinvwl-content .tablenav .tinvwl-full {\n display: none; }\n .tinvwl-content .tablenav .alignleft + .alignright {\n margin-top: 10px; }\n .tinvwl-content .tablenav .tinvwl-select-wrap {\n width: calc(100% - 75px); }\n #wpbody .tinvwl-content .tablenav .tinvwl-select-wrap select.tinvwl-select {\n max-width: 100%;\n width: 100%;\n height: 35px;\n padding: 9px 13px; }\n .tinvwl-content .tablenav input[type=search] {\n width: calc(100% - 84px); } }\n\n.tinvwl-info-wrap.tinvwl-in-table {\n /*position: absolute;\n top: 50%;\n margin-top: -11px;*/ }\n\n.tinvwl-content .widefat th.sortable, .tinvwl-content .widefat th.sorted {\n padding: 0; }\n\n.tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {\n padding: 28px 17px; }\n\n.tinvwl-content .widefat th.tinvwl-has-info {\n padding-top: 28px; }\n .tinvwl-content .widefat th.tinvwl-has-info.sortable > a, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a {\n padding-top: 0; }\n\n.tinvwl-content .widefat th.sortable:first-of-type, .tinvwl-content .widefat th.sorted:first-of-type {\n padding-right: 0; }\n\n.tinvwl-content .widefat th.sortable:first-of-type > a, .tinvwl-content .widefat th.sorted:first-of-type > a {\n padding-right: 28px; }\n\n.tinvwl-content .widefat th:first-of-type {\n text-align: right;\n padding-right: 28px; }\n\n.tinvwl-content .widefat td:first-of-type {\n text-align: right;\n padding-right: 28px; }\n\n.tinvwl-content .widefat th .tinvwl-help-wrap {\n display: inline-block;\n margin-right: 6px; }\n\n.tinvwl-content .widefat th.sortable > a + .tinvwl-help-wrap, .tinvwl-content .widefat th.sorted > a + .tinvwl-help-wrap {\n margin-right: 0; }\n\n.tinvwl-content .widefat thead tr {\n background: #f4f3ef; }\n\n.tinvwl-content .striped > tbody > :nth-child(odd), .tinvwl-content ul.striped > :nth-child(odd) {\n background: none; }\n\n.tinvwl-content .widefat thead td.check-column, .tinvwl-content .widefat tbody th.check-column {\n width: 50px;\n padding: 28px 28px 28px 0;\n vertical-align: middle; }\n\n.tinvwl-content .widefat thead td.check-column {\n padding: 28px 28px 28px 0; }\n\n.tinvwl-content .widefat tbody th.check-column {\n padding: 13px 28px 13px 0; }\n\n.tinvwl-content .widefat thead td.check-column + th {\n padding-right: 21px; }\n .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > a, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > a {\n padding-right: 21px; }\n\n.tinvwl-content .widefat tbody th.check-column + td {\n padding-right: 21px; }\n\n.tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > .tinvwl-info-wrap.tinvwl-in-table, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > .tinvwl-info-wrap.tinvwl-in-table {\n padding-right: 21px; }\n\n.tinvwl-content .widefat thead td.pause-play-column {\n padding: 0;\n width: 53px;\n text-align: center; }\n\n.tinvwl-content .widefat tbody th.pause-play-column {\n padding: 0;\n width: 53px;\n text-align: center; }\n\n.tinvwl-content th.sortable a, .tinvwl-content th.sorted a {\n padding: 0; }\n\n.tinvwl-content .widefat th {\n font-size: 14px;\n font-weight: 600;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n color: #291C09;\n text-transform: uppercase;\n letter-spacing: -.025em; }\n\n.tinvwl-content th.sortable > a, .tinvwl-content th.sorted > a {\n font-size: 14px;\n font-weight: 600;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n color: #291C09;\n text-transform: uppercase;\n letter-spacing: -.025em; }\n\n.tinvwl-content th.sortable > a, .tinvwl-content th.sorted > a {\n display: inline-block;\n vertical-align: middle; }\n\n.tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {\n position: relative; }\n\n.tinvwl-content .widefat th.sortable > a .sorting-indicator, .tinvwl-content .widefat th.sorted > a .sorting-indicator {\n position: absolute;\n top: 50%;\n left: 0;\n margin-top: -2px; }\n\n.tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {\n margin-top: -15px; }\n\n.tinvwl-content th.sortable a span, .tinvwl-content th.sorted a span {\n float: none; }\n\n.tinvwl-content table.widefat {\n /*table-layout: auto;*/\n border: none;\n border-bottom: 2px solid #f7f7f7; }\n\n.tinvwl-content .widefat thead td, .tinvwl-content .widefat thead th {\n border-bottom: 0; }\n\n.tinvwl-content .widefat td {\n padding: 24px 0;\n vertical-align: middle; }\n\n.tinvwl-content .widefat tbody td {\n padding: 13px 0; }\n\n.tinvwl-content .widefat td {\n font-size: 14px; }\n .tinvwl-content .widefat td ol, .tinvwl-content .widefat td p, .tinvwl-content .widefat td ul {\n font-size: 14px; }\n\n.tinvwl-content .widefat tbody tr + tr {\n border-top: 2px solid #f7f7f7; }\n\n.tinvwl-content .widefat thead th.column-preference {\n /*display: none;*/\n text-indent: -9999px; }\n\n.tinvwl-content .widefat.wishlists thead th.column-preference, .tinvwl-content .widefat.wishlists tbody td.column-preference {\n min-width: 220px;\n width: 220px; }\n\n.tinvwl-content .widefat:not(.products) tbody td.column-preference {\n text-align: left; }\n\n.tinvwl-content .widefat.products thead th.column-quantity a > span:not(.sorting-indicator) {\n max-width: 91px; }\n\n.tinvwl-content .widefat.users tbody .column-name > a {\n display: block; }\n\n.tinvwl-content .widefat.products thead th.column-preference, .tinvwl-content .widefat.products tbody td.column-preference {\n width: 345px;\n min-width: 345px; }\n\n.tinvwl-content .widefat.users thead th.column-preference, .tinvwl-content .widefat.users tbody td.column-preference {\n width: 165px;\n min-width: 165px; }\n\n.tinvwl-content .widefat tbody .column-name strong {\n font-weight: normal; }\n\n.tinvwl-content .widefat tbody .column-name > a {\n display: table; }\n\n.tinvwl-content .widefat tbody .column-name .product-image {\n display: table-cell;\n vertical-align: middle; }\n .tinvwl-content .widefat tbody .column-name .product-image img {\n max-width: 66px; }\n\n.tinvwl-content .widefat tbody .column-name .product-title {\n display: table-cell;\n vertical-align: middle;\n padding-right: 15px; }\n\n.tinvwl-content .widefat thead th.column-preference, .tinvwl-content .widefat tbody td.column-preference {\n padding-left: 20px; }\n\n.tinvwl-content .widefat.products tbody td.column-preference > a {\n margin-left: 10px;\n float: right; }\n .tinvwl-content .widefat.products tbody td.column-preference > a:last-child {\n margin-left: 0; }\n\n.tinvwl-content .tablenav .tablenav-pages {\n float: none;\n text-align: center;\n height: auto;\n margin-top: 0; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links > a {\n display: inline-block;\n vertical-align: middle;\n text-align: center;\n font-size: 14px;\n font-weight: normal;\n padding: 0;\n min-width: 38px;\n height: 38px;\n line-height: 38px;\n border-radius: 50%;\n border: none;\n background: none;\n color: #3e3e3e; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links > span {\n display: inline-block;\n vertical-align: middle;\n text-align: center;\n font-size: 14px;\n font-weight: normal;\n padding: 0;\n min-width: 38px;\n height: 38px;\n line-height: 38px;\n border-radius: 50%;\n border: none;\n background: none;\n color: #3e3e3e;\n color: rgba(62, 62, 62, 0.46);\n background: #f3f1ec; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page {\n background: #f3f1ec; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links > .tinvwl-page-number.space {\n background: none;\n color: #3e3e3e; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links > a:hover {\n background: #3e3e3e;\n color: #fff; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover {\n background: #3e3e3e;\n color: #fff; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page {\n margin-left: 20px; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover {\n background: #3e3e3e;\n color: #fff; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page {\n margin-right: 20px; }\n .tinvwl-content .tablenav .tablenav-pages .tinvwl-chevron {\n display: inline-block;\n vertical-align: middle;\n width: 9px;\n height: 16px; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron {\n background: url(\"../img/chevron_icon.png\") no-repeat center;\n background-position: 100% -16px; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {\n background: url(\"../img/chevron_icon.png\") no-repeat center;\n background-position: 100% 0; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron {\n background: url(\"../img/chevron_icon.png\") no-repeat center;\n background-position: -10px -16px; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {\n background: url(\"../img/chevron_icon.png\") no-repeat center;\n background-position: -10px 0; }\n\n.tinvwl-content .widefat.products thead th.column-name, .tinvwl-content .widefat.products tbody td.column-name {\n /*width: 200px;*/\n width: 30%; }\n\n.tinvwl-content .widefat.wishlists thead th.column-title, .tinvwl-content .widefat.wishlists tbody td.column-title {\n width: 45%; }\n\n.tinvwl-content .widefat.users thead th.column-wishlist, .tinvwl-content .widefat.users tbody td.column-wishlist {\n width: 45%; }\n\n.tinvwl-content .widefat.users thead th.column-name, .tinvwl-content .widefat.users tbody td.column-name {\n text-align: right; }\n\n.tinvwl-content .widefat.users thead th.column-quantity, .tinvwl-content .widefat.users tbody td.column-quantity {\n width: 100px; }\n\n.tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-mobile {\n display: none; }\n\n.tinvwl-content .widefat.products thead th.column-quantity span span {\n float: none; }\n\n@media screen and (max-width: 1440px) {\n .tinvwl-content .widefat.products thead th.column-preference, .tinvwl-content .widefat.products tbody td.column-preference {\n width: 204px;\n min-width: 204px; }\n .tinvwl-content .widefat.wishlists thead th.column-preference, .tinvwl-content .widefat.wishlists tbody td.column-preference {\n width: 98px;\n min-width: 98px; }\n .tinvwl-content .widefat.users thead th.column-preference, .tinvwl-content .widefat.users tbody td.column-preference {\n width: 60px;\n min-width: 60px; }\n .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn.tinvwl-w-mobile {\n padding: 9px 12px; }\n .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-mobile {\n display: inline;\n margin: 0; }\n .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-full {\n display: none; } }\n\n@media screen and (max-width: 1366px) and (min-width: 783px) {\n .tinvwl-content .widefat.products thead th.column-name, .tinvwl-content .widefat.products tbody td.column-name {\n /*width: 110px;*/\n /*min-width: 110px;*/ }\n .tinvwl-content .widefat tbody .column-name .product-image {\n display: block; }\n .tinvwl-content .widefat tbody .column-name .product-title {\n display: block;\n padding-right: 0; }\n .tinvwl-content .widefat.products thead th.column-preference {\n width: 103px;\n min-width: 103px; }\n .tinvwl-content .widefat.products tbody td.column-preference {\n width: 103px;\n min-width: 103px; }\n .tinvwl-content .widefat.products tbody td.column-preference > a {\n margin-left: 5px; }\n .tinvwl-content .widefat tbody td.column-preference > a:nth-child(2n) {\n margin-left: 0; }\n .tinvwl-content .widefat tbody td.column-preference > a:nth-child(n+3) {\n margin-top: 5px; }\n .tinvwl-content .widefat thead th .tinvwl-full {\n display: none; } }\n\n@media screen and (max-width: 1200px) and (min-width: 783px) {\n .tinvwl-content th.sortable a span, .tinvwl-content th.sorted a span {\n float: none; }\n .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {\n padding-right: 0;\n padding-left: 0;\n position: static; }\n .tinvwl-content .widefat th.sortable > a .sorting-indicator, .tinvwl-content .widefat th.sorted > a .sorting-indicator {\n top: auto;\n bottom: 12px;\n right: 0;\n left: 0;\n margin-right: auto;\n margin-left: auto; }\n .tinvwl-content .widefat th.sortable > a .sorting-indicator:before, .tinvwl-content .widefat th.sorted > a .sorting-indicator:before {\n right: -5px; }\n .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {\n margin-top: 12px; }\n .tinvwl-content .widefat.wishlists thead th.column-title, .tinvwl-content .widefat.wishlists tbody td.column-title {\n width: 38%; } }\n\n@media screen and (max-width: 782px) {\n .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {\n margin-top: 0; }\n .tinvwl-content .widefat.products tbody td.column-preference > a {\n margin-left: 5px;\n float: none; }\n .tinvwl-content .widefat tbody .column-name .product-image, .tinvwl-content .widefat tbody .column-name .product-title {\n vertical-align: top; }\n .tablenav .tablenav-pages {\n margin-bottom: 15px; }\n .tinvwl-content .widefat thead th.column-primary {\n width: 100% !important; }\n .tinvwl-content .widefat thead td.check-column + th.column-primary {\n width: 50% !important; }\n .tinvwl-content .widefat.users thead td.check-column + th.column-primary {\n width: 100% !important; } }\n\n/* Tables */\n.tinvwl-table {\n display: table;\n /*height: 100%;*/\n width: 100%;\n max-width: 100%; }\n .tinvwl-table.w-bg {\n background: #fff;\n overflow: hidden;\n border-radius: 4px; }\n .tinvwl-table.w-shadow {\n -webkit-box-shadow: -1px 1px 8px 0 rgba(170, 157, 137, 0.14);\n box-shadow: -1px 1px 8px 0 rgba(170, 157, 137, 0.14); }\n .tinvwl-table.auto-width {\n width: auto; }\n\n.tinvwl-caption {\n display: table-caption; }\n\n.tinvwl-row {\n display: table-row; }\n\n.tinvwl-rows {\n display: table-row-group; }\n\n.tinvwl-cell {\n display: table-cell;\n vertical-align: middle; }\n\n.tinvwl-cell-2 {\n display: table-cell;\n vertical-align: middle;\n float: none; }\n\n.tinvwl-cell-3 {\n display: table-cell;\n vertical-align: top;\n float: none; }\n\n.tinvwl-table.w-info > thead > tr > th:first-child, .tinvwl-table.w-info > tbody > tr > td:first-child {\n width: 67%; }\n\n.tinvwl-table th, .tinvwl-table td {\n vertical-align: top; }\n\n.tinvwl-table .tinvwl-inner.tinv-wishlist-clearfix h3, .tinvwl-table .tinvwl-inner .tinv-wishlist-clearfix h3, .tinvwl-table .tinvwl-inner.tinv-wishlist-clearfix h4, .tinvwl-table .tinvwl-inner .tinv-wishlist-clearfix h4 {\n float: right; }\n\n.tinvwl-table .tinvwl-btn-wrap {\n float: left; }\n\n.tinvwl-table.w-info thead > tr > th {\n text-align: right; }\n .tinvwl-table.w-info thead > tr > th .tinvwl-info-wrap {\n font-weight: normal; }\n\n.tinvwl-table > thead > tr > th {\n padding: 0 30px; }\n .tinvwl-table > thead > tr > th:last-child {\n /*padding: 30px;*/ }\n\n.tinvwl-table .tinvwl-info {\n vertical-align: top; }\n\n.tinvwl-table > thead > tr > .tinvwl-info .tinvwl-info-wrap {\n padding-bottom: 30px; }\n\n.tinvwl-table tbody tr .tinvwl-inner h2 {\n font-size: 15px;\n color: #291C09;\n font-weight: 600;\n margin-bottom: 21px; }\n\n.tinvwl-table > tbody > tr > .tinvwl-info .tinvwl-info-wrap {\n padding-bottom: 20px; }\n\n.tinvwl-table > tbody > tr > td {\n padding: 0 30px; }\n .tinvwl-table > tbody > tr > td:last-child {\n /*padding: 30px;*/ }\n\n.tinvwl-table thead > tr .tinvwl-inner {\n padding: 28px 0;\n margin-bottom: 30px;\n border-bottom: 2px solid rgba(219, 219, 219, 0.522); }\n\n.tinvwl-table thead.tinwl-empty > tr .tinvwl-inner {\n padding: 30px 0 0;\n margin-bottom: 0;\n border-bottom: 0; }\n\n.tinvwl-table thead > tr .tinvwl-inner {\n /*padding: 20px 0;*/ }\n\n.tinvwl-table .tinvwl-header-row label {\n font-size: 22px;\n font-weight: normal;\n line-height: 1.313;\n margin: 0 0 15px;\n padding-top: 3px !important; }\n\n.tinvwl-table thead .tinvwl-empty-info, .tinvwl-table tbody > .tinvwl-bodies-border {\n display: none; }\n\n.tinvwl-table thead .tinvwl-empty-info .tinvwl-inner {\n margin: 0;\n padding-top: 56px; }\n\n.tinvwl-bodies-border .tinvwl-info .tinvwl-inner {\n display: none;\n padding-top: 30px;\n margin-top: 10px;\n border-top: 2px solid rgba(219, 219, 219, 0.522); }\n\n.tinvwl-style-options .tinvwl-table thead th:first-child, .tinvwl-style-options .tinvwl-bodies-border td:first-child {\n /*padding-right: 0;*/ }\n\n.tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info, .tinvwl-style-options .tinvwl-bodies-border .tinvwl-info {\n padding-right: 0;\n background: none; }\n\n.tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info {\n display: table-cell; }\n .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info .tinvwl-inner {\n display: block; }\n\n.tinvwl-style-options tbody + tbody > .tinvwl-bodies-border .tinvwl-info .tinvwl-inner {\n display: block; }\n\n@media (min-width: 1200px) {\n .tinvwl-style-options .tinvwl-table .tinvwl-inner .form-horizontal {\n width: 67%; } }\n\ntextarea[name=\"style_plain-css\"] {\n height: 150px; }\n\n.tinvwl-table tbody + tbody > .tinvwl-bodies-border {\n display: table-row; }\n .tinvwl-table tbody + tbody > .tinvwl-bodies-border:first-child > td:first-child > .tinvwl-inner {\n padding-top: 30px;\n margin-top: 10px;\n border-top: 2px solid rgba(219, 219, 219, 0.522); }\n\n.tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner {\n padding-bottom: 15px;\n margin-bottom: 30px;\n border-bottom: 2px solid rgba(219, 219, 219, 0.522); }\n\n.tinvwl-table .form-group .col-md-4:nth-child(n+4), .tinvwl-table .form-group .col-lg-4:nth-child(n+4) {\n padding-top: 27px; }\n\n.tinvwl-table tbody:first-of-type > tr:first-child > td:first-child > .tinvwl-inner {\n /*padding-top: 30px;*/ }\n\n.tinvwl-table tbody:last-of-type > tr:last-child > td:first-child > .tinvwl-inner {\n /*padding-bottom: 20px;*/ }\n\n.tinvwl-table tfoot .tinvwl-inner {\n padding-top: 20px; }\n\n.tinvwl-table tbody > tr + tr .tinvwl-inner {\n /*border-top: 2px solid rgba(219,219,219,.522);*/ }\n\n.tinvwl-table tr.no-top-border .tinvwl-inner, .tinvwl-table tr.no-top-border .tinvwl-info-wrap {\n border-top: 0;\n padding-top: 0; }\n\n.tinvwl-table thead .w-bg-grey .tinvwl-info-wrap {\n padding-top: 30px; }\n\n/*.tinvwl-table tbody > tr .tinvwl-inner,\n.tinvwl-table tbody > tr .tinvwl-info-wrap {\n padding: 30px 0;\n}*/\n/*.tinvwl-table tbody:first-of-type > tr:first-child > td > .tinvwl-info-wrap,*/\n.tiwl-notifications-style-logo img {\n height: 42px; }\n\n@media (min-width: 1200px) {\n .tinvwl-table tr.tinvwl-full-width .control-label label {\n margin-bottom: 10px; }\n .tinvwl-table tr.tinvwl-full-width [class^=\"col-lg-\"], .tinvwl-table tr.tinvwl-full-width [class^=\"col-md-\"] {\n width: 100%; }\n .tinvwl-table tr.tinvwl-full-width textarea {\n height: 250px;\n padding: 15px; }\n .tiwl-notifications-style-logo img {\n float: left; } }\n\n@media (max-width: 1199px) {\n .form-horizontal .control-label .tinvwl-empty {\n display: none; }\n .tinvwl-style-options .tinvwl-empty-info, .tinvwl-style-options .tinvwl-info {\n display: none !important; }\n .tinvwl-style-options .tinvwl-table thead th:first-child, .tinvwl-style-options .tinvwl-bodies-border td:first-child {\n padding-left: 30px !important; }\n .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner {\n padding-bottom: 0; }\n .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner .form-group {\n margin-bottom: 20px; } }\n\n.tinvwl-info .tinvwl-info-desc a {\n text-decoration: underline;\n color: #ff5739; }\n .tinvwl-info .tinvwl-info-desc a:hover, .tinvwl-info .tinvwl-info-desc a:active, .tinvwl-info .tinvwl-info-desc a:focus {\n color: #000; }\n\n.tinvwl-info-wrap.tinvwl-in-section {\n background: #fbfaf9;\n color: #4f4639; }\n .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign {\n width: 42px;\n vertical-align: top;\n padding-top: 1px;\n padding-left: 20px; }\n\n.tinvwl-info-wrap .tinvwl-info-sign span, .tinvwl-info-wrap .tinvwl-info-sign .tinvwl-help {\n display: inline-block;\n text-align: center;\n width: 22px;\n height: 22px;\n line-height: 22px;\n border-radius: 50%;\n background: #e1dbce; }\n\n.tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign span, .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign .tinvwl-help {\n display: block; }\n\n.tinvwl-info-wrap i {\n font-size: 14px;\n color: #fbfaf9; }\n\n.tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6 > .tinvwl-btn {\n width: auto; }\n\n.tinvwl-btns-group {\n margin-bottom: 23px;\n margin-top: -15px;\n margin-left: -15px; }\n\n.tiwl-style-custom-allow .tinvwl-inner textarea {\n margin-bottom: 23px; }\n\n.tinvwl-btns-group .tinvwl-btn {\n margin-top: 15px;\n margin-left: 15px;\n float: right; }\n\n@media (min-width: 1200px) {\n .tinvwl-table .tinvwl-form-onoff, .tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6 > .tinvwl-btn, .tinvwl-btns-group .tinvwl-btn {\n float: left; } }\n\n.tinvwl-table .tinvwl-info .tinvwl-info-wrap.tinvwl-in-section .tinvwl-help {\n display: none; }\n\n.tinvwl-info-wrap.tinvwl-in-table {\n display: inline-block;\n vertical-align: middle;\n display: block;\n margin-bottom: 5px; }\n .tinvwl-info-wrap.tinvwl-in-table .tinvwl-help {\n cursor: pointer; }\n\n.tinvwl-content .widefat th.tinvwl-has-info {\n /*word-break: break-all;*/ }\n .tinvwl-content .widefat th.tinvwl-has-info .tinvwl-col-name {\n margin-left: 5px; }\n\n.tinvwl-info-wrap.tinvwl-in-table .tinvwl-info-desc {\n display: none; }\n\n@media (max-width: 1200px) {\n .tinvwl-table .tinvwl-info {\n padding-right: 15px;\n padding-left: 15px;\n /*vertical-align: middle;*/ }\n .tinvwl-table.w-info > thead > tr > th:first-child, .tinvwl-table.w-info > tbody > tr > td:first-child {\n width: 90%; }\n .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign {\n width: auto;\n padding-left: 0; }\n .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign span {\n display: none; }\n .tinvwl-table .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign .tinvwl-help {\n display: block;\n margin: 0 auto; }\n .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-desc {\n display: none; } }\n\n@media (max-width: 782px) {\n .tinvwl-content .widefat th.tinvwl-has-info.sortable, .tinvwl-content .widefat th.tinvwl-has-info.sorted {\n padding-top: 0; }\n .widefat tfoot td input[type=checkbox], .widefat th input[type=checkbox], .widefat thead td input[type=checkbox] {\n margin-bottom: 0; }\n .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a, .tinvwl-content .widefat th.sortable.tinvwl-has-info > a, .tinvwl-content .widefat th.sorted.tinvwl-has-info > a {\n padding-top: 18px;\n padding-bottom: 18px; }\n .tinvwl-content .widefat thead td.check-column {\n padding-top: 14px;\n padding-bottom: 15px;\n padding-right: 20px;\n width: 45px; }\n .tinvwl-content .widefat tbody th.check-column {\n padding-top: 14px;\n padding-bottom: 15px;\n padding-right: 20px;\n width: 45px;\n padding-top: 11px;\n padding-bottom: 11px;\n vertical-align: top; }\n .tinvwl-content .widefat.wishlists thead td.check-column, .tinvwl-content .widefat.wishlists tbody th.check-column {\n width: 23px; }\n .tinvwl-content .widefat thead td.check-column + th {\n padding-right: 10px; }\n .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > a, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > a {\n padding-right: 10px; }\n .tinvwl-content .widefat tbody th.check-column + td {\n padding-right: 10px; }\n .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > .tinvwl-info-wrap.tinvwl-in-table, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > .tinvwl-info-wrap.tinvwl-in-table {\n padding-right: 13px;\n display: inline-block;\n margin-top: 5px;\n margin-bottom: 0; }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {\n text-align: right; }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {\n text-align: left;\n padding-left: 30px; }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {\n right: 28px; }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.check-column + td:not(.column-primary)::before {\n right: 13px; }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column):last-child {\n padding-bottom: 13px; } }\n\n/* Popover */\n.popover {\n position: absolute;\n top: 0;\n right: 0;\n z-index: 9999;\n display: none;\n max-width: 279px;\n padding: 1px;\n text-align: center;\n white-space: normal;\n background-color: #fff;\n background-clip: padding-box;\n border-radius: 6px;\n -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.22);\n box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.22); }\n .popover.top {\n margin-top: -10px; }\n .popover.right {\n margin-right: 10px; }\n .popover.bottom {\n margin-top: 10px; }\n .popover.left {\n margin-right: -10px; }\n\n.popover-title {\n padding: 30px 30px 0;\n margin: 0;\n font-family: 'Open Sans', Arial, sans-serif;\n font-size: 14px;\n font-weight: 600;\n line-height: 1.714;\n text-transform: uppercase;\n letter-spacing: -.35px; }\n\n.popover-content {\n padding: 25px 30px 30px;\n color: #5D5D5D;\n font-family: Arial, sans-serif;\n font-size: 14px;\n line-height: 1.429; }\n\n.popover > .arrow {\n position: absolute;\n display: block;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n border-width: 11px;\n margin-right: 0;\n overflow: visible; }\n .popover > .arrow:after {\n position: absolute;\n display: block;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n content: none;\n z-index: 9999;\n background: none;\n -webkit-box-shadow: none;\n box-shadow: none;\n position: absolute;\n right: auto;\n top: auto;\n width: auto;\n height: auto;\n -webkit-transform: none;\n transform: none;\n content: \"\";\n border-width: 10px; }\n\n.popover.top > .arrow {\n bottom: -11px;\n right: 50%;\n margin-right: -11px;\n border-bottom-width: 0; }\n .popover.top > .arrow:after {\n bottom: 1px;\n margin-right: -10px;\n content: \" \";\n border-top-color: #fff;\n border-bottom-width: 0; }\n\n.popover.right > .arrow {\n top: 50%;\n right: -11px;\n margin-top: -11px;\n border-right-width: 0; }\n .popover.right > .arrow:after {\n bottom: -10px;\n right: 1px;\n content: \" \";\n border-left-color: #fff;\n border-right-width: 0; }\n\n.popover.bottom > .arrow {\n top: -11px;\n right: 50%;\n margin-right: -11px;\n border-top-width: 0; }\n .popover.bottom > .arrow:after {\n top: 1px;\n margin-right: -10px;\n content: \" \";\n border-top-width: 0;\n border-bottom-color: #fff; }\n\n.popover.left > .arrow {\n top: 50%;\n right: auto;\n left: -11px;\n margin-top: -11px;\n border-left-width: 0; }\n .popover.left > .arrow:after {\n right: auto;\n left: 1px;\n bottom: -10px;\n content: \" \";\n border-left-width: 0;\n border-right-color: #fff; }\n\n/* Image w/description */\n.tinvwl-img-w-desc i {\n margin-left: 20px; }\n\n.tinvwl-img-w-desc h5 {\n font-weight: 600;\n text-transform: uppercase; }\n\n.tinvwl-img-w-desc .tinvwl-desc {\n color: #4f4639; }\n\n.tinvwl-img-w-desc h5 + .tinvwl-desc {\n margin-top: 2px; }\n\n/* Premium Features */\n.tinvwl-premium-feat .row {\n margin: 0;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex; }\n\n.tinvwl-premium-feat .col-lg-4 {\n padding: 0;\n -webkit-box-flex: 1;\n -ms-flex: 1 1 0px;\n flex: 1 1 0; }\n .tinvwl-premium-feat .col-lg-4 .half-containers {\n -webkit-box-flex: 1;\n -ms-flex: 1;\n flex: 1;\n overflow: hidden;\n position: relative; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.money-back {\n background: #211709;\n /* Old browsers */ }\n .tinvwl-premium-feat .col-lg-4 .half-containers.money-back a {\n display: block;\n position: relative;\n color: #ffffff;\n outline: none;\n text-decoration: none;\n background: url(\"../img/money-back.svg\") no-repeat 50% 0;\n float: right;\n width: 100%;\n height: 60%;\n margin: 15px 0; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.money-back a span {\n display: none; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.money-back p {\n text-align: center;\n color: #ffffff;\n font-size: 16px; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.customization {\n text-align: center;\n background: #333333 url(\"../img/customization.png\") no-repeat 0% 100%; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.customization h2 {\n margin: 30px auto 20px; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.customization p {\n font-size: 16px;\n color: #ffffff;\n padding-right: 10px;\n padding-left: 10px; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.customization .tinvwl-btn.gray {\n background-color: #958095;\n margin: 10px auto; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.customization .tinvwl-btn.gray:hover {\n background-color: #ffffff;\n color: #333333; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.rate {\n text-align: center;\n border-bottom: 1px solid #e7e7e7; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.rate h2 {\n background: url(\"../img/rate_us.png\") no-repeat center;\n display: block;\n width: 186px;\n height: 76px;\n margin: 30px auto 20px;\n font-size: 18px;\n line-height: 100px; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.rate h2 a {\n display: block;\n width: 186px;\n height: 76px;\n color: #ffffff;\n text-decoration: none;\n outline: none;\n font-weight: 600; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.rate p {\n font-size: 16px;\n padding-right: 10px;\n padding-left: 10px; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.rate a {\n color: #ff5739;\n text-decoration: underline; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe {\n text-align: center; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe h2 {\n color: #453a2a;\n margin: 30px auto 20px; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe p {\n font-size: 16px;\n padding-right: 10px;\n padding-left: 10px; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group {\n width: 90%;\n position: relative;\n margin: 10px auto; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type=\"email\"] {\n width: 65%;\n height: 45px; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type=\"submit\"] {\n width: 30%; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe #mc_embed_signup {\n margin-bottom: 30px; }\n\n.tinvwl-premium-feat h2 {\n font-size: 30px;\n text-transform: uppercase;\n letter-spacing: -.025em;\n line-height: 1;\n color: #ffffff; }\n\n.tinvwl-premium-feat .tinvwl-pic-col {\n border: 5px solid #ffffff;\n text-align: center;\n background: #df4c57;\n /* Old browsers */\n /* FF3.6-15 */\n /* Chrome10-25,Safari5.1-6 */\n background: linear-gradient(-135deg, #df4c57 0%, #f78c62 100%);\n /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df4c57', endColorstr='#f78c62', GradientType=1);\n /* IE6-9 fallback on horizontal gradient */\n padding: 50px 10px;\n color: #ffffff; }\n .tinvwl-premium-feat .tinvwl-pic-col img {\n display: block;\n margin: 0 auto; }\n .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white {\n color: #ff5739; }\n .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white:hover {\n color: #ffffff; }\n .tinvwl-premium-feat .tinvwl-pic-col p {\n font-size: 16px;\n padding-bottom: 1em; }\n\n.tinvwl-premium-feat .tinvwl-feat-col {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column;\n border-top: 1px solid #ffffff;\n border-bottom: 1px solid #ffffff;\n background-color: #f9f8f5; }\n\n.tinvwl-premium-feat .tinvwl-sup-col {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column; }\n\n/* Footer */\n#wpfooter {\n padding: 10px 40px; }\n #wpfooter p {\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n font-size: 14px;\n line-height: 1.85714286;\n color: #4b4b4b; }\n #wpfooter .ftinvwl-heart {\n margin: 0 3px; }\n #wpfooter .ftinvwl-star {\n font-size: 12px;\n margin: 0 1px; }\n #wpfooter span .ftinvwl-star:first-of-type {\n margin-right: 6px; }\n #wpfooter span .ftinvwl-star:last-of-type {\n margin-right: 3px; }\n #wpfooter i {\n color: #ff5739; }\n #wpfooter a {\n text-decoration: underline;\n color: #ff5739; }\n #wpfooter a:hover, #wpfooter a:active, #wpfooter a:focus {\n color: #000; }\n\n/* Color Picker */\n.tinvwl-color-picker {\n position: relative; }\n .tinvwl-color-picker .iris-picker {\n position: absolute;\n z-index: 9999; }\n .tinvwl-color-picker input[type=text] {\n color: #fff;\n border: 4px solid #fff;\n -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);\n box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14); }\n .tinvwl-color-picker .tinvwl-eyedropper {\n cursor: pointer;\n position: relative;\n display: inline-block;\n vertical-align: top;\n margin-right: 4px;\n width: 42px;\n height: 42px;\n background: #fff url(\"../img/color_icon.png\") no-repeat center;\n border: 1px solid rgba(0, 0, 0, 0.14);\n border-radius: 2px;\n -webkit-box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1); }\n .tinvwl-color-picker .tinvwl-eyedropper a {\n color: #6b625a; }\n .tinvwl-color-picker .tinvwl-eyedropper i {\n display: inline-block;\n position: absolute;\n top: 15px;\n right: 14px;\n font-size: 12px; }\n .tinvwl-color-picker + .iris-picker .iris-square-value {\n width: 0;\n height: 0; }\n\n/* Modal */\n.tinvwl-overlay {\n position: fixed;\n top: 0;\n right: 0;\n width: 100%;\n height: 100%;\n visibility: hidden;\n opacity: 0;\n -webkit-transition: opacity .3s ease, visibility .3s ease;\n transition: opacity .3s ease, visibility .3s ease;\n background: #191919; }\n\n.tinvwl-modal.tinvwl-modal-open .tinvwl-overlay {\n visibility: visible;\n opacity: .5; }\n\n.admin-bar .tinvwl-content .tinvwl-modal {\n padding-top: 32px !important; }\n\n.tinvwl-content .tinvwl-modal {\n overflow-y: auto;\n overflow-x: hidden;\n top: 0;\n right: 0;\n width: 0;\n height: 0;\n z-index: 9999;\n position: fixed;\n outline: none !important;\n -webkit-backface-visibility: hidden;\n visibility: hidden;\n opacity: 0;\n text-align: right;\n -webkit-transition: opacity .3s ease, visibility .3s ease;\n transition: opacity .3s ease, visibility .3s ease; }\n .tinvwl-content .tinvwl-modal .tinvwl-modal-inner {\n position: relative;\n margin: 0 auto;\n background: #fff;\n border-radius: 4px; }\n .tinvwl-content .tinvwl-modal.tinvwl-modal-open {\n visibility: visible;\n opacity: 1;\n width: 100%;\n height: 100%; }\n\n@media screen and (max-width: 1200px) {\n .tinvwl-premium-feat .row {\n display: block; } }\n\n@media screen and (max-width: 782px) {\n .admin-bar .tinvwl-content .tinvwl-modal {\n padding-top: 46px !important; } }\n\n@media screen and (max-width: 600px) {\n .admin-bar .tinvwl-content .tinvwl-modal {\n padding-top: 0 !important; } }\n\n.tinvwl-modal .tinvwl-table {\n height: 100%; }\n\n.tinvwl-content .tinvwl-modal .tinvwl-modal-inner {\n max-width: 415px;\n padding: 40px 45px; }\n\n.tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails {\n text-align: center; }\n .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails p {\n margin: 0 0 26px; }\n .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails .tinvwl-btn.large {\n padding: 14px 33px; }\n .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails .tinvwl-btn + .tinvwl-btn {\n margin-right: 6px; }\n\n/* Quick Buttons */\n.tinvwl-quick-btns {\n position: fixed;\n top: 25%;\n right: 100%;\n z-index: 9999; }\n .tinvwl-quick-btns button {\n display: block;\n width: 117px;\n font-size: 14px;\n font-family: \"Open Sans\", Arial, sans-serif;\n font-weight: 600;\n padding: 0 0 0 35px;\n border-radius: 2px;\n border: none;\n text-decoration: none;\n background: #96b100;\n color: #ffffff;\n -webkit-transform: translateX(50px);\n transform: translateX(50px);\n transition: -webkit-transform .3s ease;\n -webkit-transition: -webkit-transform .3s ease;\n transition: transform .3s ease;\n transition: transform .3s ease, -webkit-transform .3s ease; }\n\n.tinvwl-panel.only-button .tinvwl-quick-btns .form-control {\n display: block;\n width: 119px; }\n\n.tinvwl-quick-btns button:hover {\n -webkit-transform: translateX(100%);\n transform: translateX(100%); }\n\n.tinvwl-quick-btns button + button {\n margin-top: 4px; }\n\n.tinvwl-quick-btns button span {\n display: inline-block;\n width: 50px;\n padding: 15px 0;\n text-align: center; }\n\n/* Preview Select */\n@media (min-width: 1200px) {\n .tinvwl-empty-select + .tinvwl-input-group-btn {\n text-align: left; } }\n\n.tinvwl-empty-select + .tinvwl-input-group-btn .tinvwl-btn {\n margin-right: 0; }\n\n/* Bootstrap */\n.container, .container-fluid {\n /*padding-right: 15px;\n padding-left: 15px;*/\n margin-left: auto;\n margin-right: auto; }\n\n@media (min-width: 768px) {\n .container {\n width: 750px; } }\n\n@media (min-width: 992px) {\n .container {\n width: 970px; } }\n\n@media (min-width: 1200px) {\n .container {\n width: 1170px; } }\n\n.row {\n margin-left: -15px;\n margin-right: -15px; }\n\n.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {\n position: relative;\n min-height: 1px;\n padding-left: 15px;\n padding-right: 15px; }\n\n.tinvwl-table .form-group .row {\n /*margin-left: -5px;*/\n /*margin-right: -5px;*/ }\n\n.tinvwl-table .form-group [class^=\"col-\"] {\n /*padding-right: 5px;*/\n /*padding-left: 5px;*/ }\n\n.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {\n float: right; }\n\n.col-xs-12 {\n float: right;\n width: 100%; }\n\n.col-xs-11 {\n width: 91.66666667%; }\n\n.col-xs-10 {\n width: 83.33333333%; }\n\n.col-xs-9 {\n width: 75%; }\n\n.col-xs-8 {\n width: 66.66666667%; }\n\n.col-xs-7 {\n width: 58.33333333%; }\n\n.col-xs-6 {\n width: 50%; }\n\n.col-xs-5 {\n width: 41.66666667%; }\n\n.col-xs-4 {\n width: 33.33333333%; }\n\n.col-xs-3 {\n width: 25%; }\n\n.col-xs-2 {\n width: 16.66666667%; }\n\n.col-xs-1 {\n width: 8.33333333%; }\n\n.col-xs-pull-12 {\n left: 100%; }\n\n.col-xs-pull-11 {\n left: 91.66666667%; }\n\n.col-xs-pull-10 {\n left: 83.33333333%; }\n\n.col-xs-pull-9 {\n left: 75%; }\n\n.col-xs-pull-8 {\n left: 66.66666667%; }\n\n.col-xs-pull-7 {\n left: 58.33333333%; }\n\n.col-xs-pull-6 {\n left: 50%; }\n\n.col-xs-pull-5 {\n left: 41.66666667%; }\n\n.col-xs-pull-4 {\n left: 33.33333333%; }\n\n.col-xs-pull-3 {\n left: 25%; }\n\n.col-xs-pull-2 {\n left: 16.66666667%; }\n\n.col-xs-pull-1 {\n left: 8.33333333%; }\n\n.col-xs-pull-0 {\n left: auto; }\n\n.col-xs-push-12 {\n right: 100%; }\n\n.col-xs-push-11 {\n right: 91.66666667%; }\n\n.col-xs-push-10 {\n right: 83.33333333%; }\n\n.col-xs-push-9 {\n right: 75%; }\n\n.col-xs-push-8 {\n right: 66.66666667%; }\n\n.col-xs-push-7 {\n right: 58.33333333%; }\n\n.col-xs-push-6 {\n right: 50%; }\n\n.col-xs-push-5 {\n right: 41.66666667%; }\n\n.col-xs-push-4 {\n right: 33.33333333%; }\n\n.col-xs-push-3 {\n right: 25%; }\n\n.col-xs-push-2 {\n right: 16.66666667%; }\n\n.col-xs-push-1 {\n right: 8.33333333%; }\n\n.col-xs-push-0 {\n right: auto; }\n\n.col-xs-offset-12 {\n margin-right: 100%; }\n\n.col-xs-offset-11 {\n margin-right: 91.66666667%; }\n\n.col-xs-offset-10 {\n margin-right: 83.33333333%; }\n\n.col-xs-offset-9 {\n margin-right: 75%; }\n\n.col-xs-offset-8 {\n margin-right: 66.66666667%; }\n\n.col-xs-offset-7 {\n margin-right: 58.33333333%; }\n\n.col-xs-offset-6 {\n margin-right: 50%; }\n\n.col-xs-offset-5 {\n margin-right: 41.66666667%; }\n\n.col-xs-offset-4 {\n margin-right: 33.33333333%; }\n\n.col-xs-offset-3 {\n margin-right: 25%; }\n\n.col-xs-offset-2 {\n margin-right: 16.66666667%; }\n\n.col-xs-offset-1 {\n margin-right: 8.33333333%; }\n\n.col-xs-offset-0 {\n margin-right: 0; }\n\n@media (min-width: 768px) {\n .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {\n float: right; }\n .col-sm-12 {\n float: right;\n width: 100%; }\n .col-sm-11 {\n width: 91.66666667%; }\n .col-sm-10 {\n width: 83.33333333%; }\n .col-sm-9 {\n width: 75%; }\n .col-sm-8 {\n width: 66.66666667%; }\n .col-sm-7 {\n width: 58.33333333%; }\n .col-sm-6 {\n width: 50%; }\n .col-sm-5 {\n width: 41.66666667%; }\n .col-sm-4 {\n width: 33.33333333%; }\n .col-sm-3 {\n width: 25%; }\n .col-sm-2 {\n width: 16.66666667%; }\n .col-sm-1 {\n width: 8.33333333%; }\n .col-sm-pull-12 {\n left: 100%; }\n .col-sm-pull-11 {\n left: 91.66666667%; }\n .col-sm-pull-10 {\n left: 83.33333333%; }\n .col-sm-pull-9 {\n left: 75%; }\n .col-sm-pull-8 {\n left: 66.66666667%; }\n .col-sm-pull-7 {\n left: 58.33333333%; }\n .col-sm-pull-6 {\n left: 50%; }\n .col-sm-pull-5 {\n left: 41.66666667%; }\n .col-sm-pull-4 {\n left: 33.33333333%; }\n .col-sm-pull-3 {\n left: 25%; }\n .col-sm-pull-2 {\n left: 16.66666667%; }\n .col-sm-pull-1 {\n left: 8.33333333%; }\n .col-sm-pull-0 {\n left: auto; }\n .col-sm-push-12 {\n right: 100%; }\n .col-sm-push-11 {\n right: 91.66666667%; }\n .col-sm-push-10 {\n right: 83.33333333%; }\n .col-sm-push-9 {\n right: 75%; }\n .col-sm-push-8 {\n right: 66.66666667%; }\n .col-sm-push-7 {\n right: 58.33333333%; }\n .col-sm-push-6 {\n right: 50%; }\n .col-sm-push-5 {\n right: 41.66666667%; }\n .col-sm-push-4 {\n right: 33.33333333%; }\n .col-sm-push-3 {\n right: 25%; }\n .col-sm-push-2 {\n right: 16.66666667%; }\n .col-sm-push-1 {\n right: 8.33333333%; }\n .col-sm-push-0 {\n right: auto; }\n .col-sm-offset-12 {\n margin-right: 100%; }\n .col-sm-offset-11 {\n margin-right: 91.66666667%; }\n .col-sm-offset-10 {\n margin-right: 83.33333333%; }\n .col-sm-offset-9 {\n margin-right: 75%; }\n .col-sm-offset-8 {\n margin-right: 66.66666667%; }\n .col-sm-offset-7 {\n margin-right: 58.33333333%; }\n .col-sm-offset-6 {\n margin-right: 50%; }\n .col-sm-offset-5 {\n margin-right: 41.66666667%; }\n .col-sm-offset-4 {\n margin-right: 33.33333333%; }\n .col-sm-offset-3 {\n margin-right: 25%; }\n .col-sm-offset-2 {\n margin-right: 16.66666667%; }\n .col-sm-offset-1 {\n margin-right: 8.33333333%; }\n .col-sm-offset-0 {\n margin-right: 0; } }\n\n@media (min-width: 992px) {\n .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {\n float: right; }\n .col-md-12 {\n float: right;\n width: 100%; }\n .col-md-11 {\n width: 91.66666667%; }\n .col-md-10 {\n width: 83.33333333%; }\n .col-md-9 {\n width: 75%; }\n .col-md-8 {\n width: 66.66666667%; }\n .col-md-7 {\n width: 58.33333333%; }\n .col-md-6 {\n width: 50%; }\n .col-md-5 {\n width: 41.66666667%; }\n .col-md-4 {\n width: 33.33333333%; }\n .col-md-3 {\n width: 25%; }\n .col-md-2 {\n width: 16.66666667%; }\n .col-md-1 {\n width: 8.33333333%; }\n .col-md-pull-12 {\n left: 100%; }\n .col-md-pull-11 {\n left: 91.66666667%; }\n .col-md-pull-10 {\n left: 83.33333333%; }\n .col-md-pull-9 {\n left: 75%; }\n .col-md-pull-8 {\n left: 66.66666667%; }\n .col-md-pull-7 {\n left: 58.33333333%; }\n .col-md-pull-6 {\n left: 50%; }\n .col-md-pull-5 {\n left: 41.66666667%; }\n .col-md-pull-4 {\n left: 33.33333333%; }\n .col-md-pull-3 {\n left: 25%; }\n .col-md-pull-2 {\n left: 16.66666667%; }\n .col-md-pull-1 {\n left: 8.33333333%; }\n .col-md-pull-0 {\n left: auto; }\n .col-md-push-12 {\n right: 100%; }\n .col-md-push-11 {\n right: 91.66666667%; }\n .col-md-push-10 {\n right: 83.33333333%; }\n .col-md-push-9 {\n right: 75%; }\n .col-md-push-8 {\n right: 66.66666667%; }\n .col-md-push-7 {\n right: 58.33333333%; }\n .col-md-push-6 {\n right: 50%; }\n .col-md-push-5 {\n right: 41.66666667%; }\n .col-md-push-4 {\n right: 33.33333333%; }\n .col-md-push-3 {\n right: 25%; }\n .col-md-push-2 {\n right: 16.66666667%; }\n .col-md-push-1 {\n right: 8.33333333%; }\n .col-md-push-0 {\n right: auto; }\n .col-md-offset-12 {\n margin-right: 100%; }\n .col-md-offset-11 {\n margin-right: 91.66666667%; }\n .col-md-offset-10 {\n margin-right: 83.33333333%; }\n .col-md-offset-9 {\n margin-right: 75%; }\n .col-md-offset-8 {\n margin-right: 66.66666667%; }\n .col-md-offset-7 {\n margin-right: 58.33333333%; }\n .col-md-offset-6 {\n margin-right: 50%; }\n .col-md-offset-5 {\n margin-right: 41.66666667%; }\n .col-md-offset-4 {\n margin-right: 33.33333333%; }\n .col-md-offset-3 {\n margin-right: 25%; }\n .col-md-offset-2 {\n margin-right: 16.66666667%; }\n .col-md-offset-1 {\n margin-right: 8.33333333%; }\n .col-md-offset-0 {\n margin-right: 0; } }\n\n@media (min-width: 1200px) {\n .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {\n float: right; }\n .col-lg-12 {\n float: right;\n width: 100%; }\n .col-lg-11 {\n width: 91.66666667%; }\n .col-lg-10 {\n width: 83.33333333%; }\n .col-lg-9 {\n width: 75%; }\n .col-lg-8 {\n width: 66.66666667%; }\n .col-lg-7 {\n width: 58.33333333%; }\n .col-lg-6 {\n width: 50%; }\n .col-lg-5 {\n width: 41.66666667%; }\n .col-lg-4 {\n width: 33.33333333%; }\n .col-lg-3 {\n width: 25%; }\n .col-lg-2 {\n width: 16.66666667%; }\n .col-lg-1 {\n width: 8.33333333%; }\n .col-lg-pull-12 {\n left: 100%; }\n .col-lg-pull-11 {\n left: 91.66666667%; }\n .col-lg-pull-10 {\n left: 83.33333333%; }\n .col-lg-pull-9 {\n left: 75%; }\n .col-lg-pull-8 {\n left: 66.66666667%; }\n .col-lg-pull-7 {\n left: 58.33333333%; }\n .col-lg-pull-6 {\n left: 50%; }\n .col-lg-pull-5 {\n left: 41.66666667%; }\n .col-lg-pull-4 {\n left: 33.33333333%; }\n .col-lg-pull-3 {\n left: 25%; }\n .col-lg-pull-2 {\n left: 16.66666667%; }\n .col-lg-pull-1 {\n left: 8.33333333%; }\n .col-lg-pull-0 {\n left: auto; }\n .col-lg-push-12 {\n right: 100%; }\n .col-lg-push-11 {\n right: 91.66666667%; }\n .col-lg-push-10 {\n right: 83.33333333%; }\n .col-lg-push-9 {\n right: 75%; }\n .col-lg-push-8 {\n right: 66.66666667%; }\n .col-lg-push-7 {\n right: 58.33333333%; }\n .col-lg-push-6 {\n right: 50%; }\n .col-lg-push-5 {\n right: 41.66666667%; }\n .col-lg-push-4 {\n right: 33.33333333%; }\n .col-lg-push-3 {\n right: 25%; }\n .col-lg-push-2 {\n right: 16.66666667%; }\n .col-lg-push-1 {\n right: 8.33333333%; }\n .col-lg-push-0 {\n right: auto; }\n .col-lg-offset-12 {\n margin-right: 100%; }\n .col-lg-offset-11 {\n margin-right: 91.66666667%; }\n .col-lg-offset-10 {\n margin-right: 83.33333333%; }\n .col-lg-offset-9 {\n margin-right: 75%; }\n .col-lg-offset-8 {\n margin-right: 66.66666667%; }\n .col-lg-offset-7 {\n margin-right: 58.33333333%; }\n .col-lg-offset-6 {\n margin-right: 50%; }\n .col-lg-offset-5 {\n margin-right: 41.66666667%; }\n .col-lg-offset-4 {\n margin-right: 33.33333333%; }\n .col-lg-offset-3 {\n margin-right: 25%; }\n .col-lg-offset-2 {\n margin-right: 16.66666667%; }\n .col-lg-offset-1 {\n margin-right: 8.33333333%; }\n .col-lg-offset-0 {\n margin-right: 0; } }\n\n@media (max-width: 1199px) {\n .tinvwl-table .row > [class^=\"col-md-\"] + [class^=\"col-md-\"], .tinvwl-table .row > [class^=\"col-lg-\"] + [class^=\"col-lg-\"] {\n padding-top: 30px; }\n .tinvwl-table .form-group > [class^=\"col-md-\"] + [class^=\"col-md-\"], .tinvwl-table .form-group > [class^=\"col-lg-\"] + [class^=\"col-lg-\"] {\n padding-top: 30px; } }\n\n.fade {\n opacity: 0;\n -webkit-transition: opacity .15s linear;\n transition: opacity .15s linear; }\n .fade.in {\n opacity: 1; }\n\n.form-horizontal .form-group {\n margin-left: -15px;\n margin-right: -15px; }\n\n.form-group {\n margin-bottom: 23px; }\n\n.form-horizontal:last-of-type .form-group {\n /*margin-bottom: 0;*/ }\n\n.tinvwl-inner .form-group + .form-group > label {\n /*margin-top: 7px;*/ }\n\n.form-control {\n display: block;\n width: 100%; }\n\nlabel.one-line {\n display: inline-block;\n margin-bottom: 0;\n margin-left: 10px; }\n\n.control-label label {\n display: block;\n margin-bottom: 10px; }\n\n.form-horizontal .control-label label {\n padding-top: 9px;\n margin-bottom: 0; }\n\n@media (min-width: 1200px) {\n .tinvwl-table .tinvwl-header-row label {\n margin-bottom: 0; }\n .tinvwl-table .tinvwl-header-row .form-group {\n margin-top: -7px;\n margin-bottom: 13px; } }\n\n@media (max-width: 1199px) {\n .form-horizontal .control-label label {\n margin-bottom: 10px; }\n .tinvwl-table .tinvwl-header-row label {\n padding-top: 3px; } }\n\n.tinvwl-input-group-btn {\n margin-top: 13px; }\n\n.tinvwl-input-group {\n position: relative;\n display: table;\n border-collapse: separate; }\n\n.tinvwl-input-group-addon {\n width: 1%;\n white-space: nowrap;\n vertical-align: middle; }\n\n.tinvwl-input-group-btn {\n width: 1%;\n white-space: nowrap;\n vertical-align: middle;\n margin-top: 0;\n position: relative;\n white-space: nowrap; }\n .tinvwl-input-group-btn .tinvwl-btn {\n margin-right: 10px; }\n .tinvwl-input-group-btn > .btn {\n position: relative; }\n\n.tinvwl-input-group .form-control, .tinvwl-input-group-addon, .tinvwl-input-group-btn {\n display: table-cell; }\n\n.tinvwl-input-group .form-control {\n position: relative;\n z-index: 2;\n float: right;\n width: 100%;\n margin-bottom: 0; }\n\n@media only screen and (max-width: 1199px) {\n .tinvwl-input-group:not(.tinvwl-no-full) {\n display: block; }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control {\n float: none; }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {\n padding-top: 10px;\n padding-right: 0; }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn, .tinvwl-input-group:not(.tinvwl-no-full) .form-control {\n display: block; }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {\n margin-right: 0; }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > input, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > button {\n margin-right: 0; }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > input, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > button {\n margin-right: 0; } }\n\n.text-right {\n text-align: left; }\n\n@media (max-width: 1199px) {\n .text-right {\n text-align: right; } }\n\n@media (min-width: 768px) {\n .form-inline .form-group {\n display: inline-block;\n margin-bottom: 0;\n vertical-align: middle; }\n .form-inline .form-control {\n display: inline-block;\n width: auto;\n vertical-align: middle; }\n .form-inline .form-control-static {\n display: inline-block; }\n .form-inline .tinvwl-input-group {\n display: inline-table;\n vertical-align: middle; }\n .form-inline .tinvwl-input-group .tinvwl-input-group-addon, .form-inline .tinvwl-input-group .tinvwl-input-group-btn, .form-inline .tinvwl-input-group .form-control {\n width: auto; }\n .form-inline .tinvwl-input-group > .form-control {\n width: 100%; }\n .form-inline .control-label label {\n margin-bottom: 0;\n vertical-align: middle; }\n .form-inline .radio, .form-inline .checkbox {\n display: inline-block;\n margin-top: 0;\n margin-bottom: 0;\n vertical-align: middle; }\n .form-inline .radio label, .form-inline .checkbox label {\n padding-right: 0; }\n .form-inline .radio input[type=\"radio\"], .form-inline .checkbox input[type=\"checkbox\"] {\n position: relative;\n margin-right: 0; }\n .form-inline .has-feedback .form-control-feedback {\n top: 0; } }\n\n/*************************IMAGES *******************************/\n.logo_heart {\n background: url(\"../img/logo_heart.png\") no-repeat center;\n display: inline-block;\n background-size: 54px 54px;\n width: 54px;\n height: 54px; }\n\n.admin-rescue {\n background: url(\"../img/admin-rescue.png\") no-repeat center;\n display: inline-block;\n background-size: 61px 60px;\n width: 61px;\n height: 60px; }\n\n.admin-update {\n background: url(\"../img/admin-update.png\") no-repeat center;\n display: inline-block;\n background-size: 61px 60px;\n width: 61px;\n height: 60px; }\n\n.wizard_logo {\n background: url(\"../img/wizard_logo.png\") no-repeat center;\n background-size: 54px 54px;\n width: 54px;\n height: 54px;\n display: block;\n margin: 10px auto; }\n\n.wizard_setup {\n background: url(\"../img/wizard_setup.png\") no-repeat center;\n display: inline-block;\n background-size: 143px 144px;\n width: 143px;\n height: 144px; }\n\n.premium_adv {\n background: url(\"../img/premium_logo.png\") no-repeat center;\n display: inline-block;\n margin: 0 auto 35px;\n background-size: 107px 106px;\n width: 107px;\n height: 106px; }\n\n/************************** RETINA *************************/\n.tinvwl-content select {\n background-size: 13px 8px; }\n\n.tinvwl-select + .tinvwl-caret span {\n background-size: 13px 18px; }\n\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {\n background-size: 20px 30px; }\n\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {\n background-size: 20px 30px; }\n\n.tinvwl-color-picker .tinvwl-eyedropper {\n background-size: 28px 29px; }\n\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {\n .tinvwl-content select {\n background-image: url(\"../img/select_caret@2x.png\"); }\n .tinvwl-select + .tinvwl-caret span {\n background-image: url(\"../img/chevron_down@2x.png\"); }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {\n background-image: url(\"../img/chevron_icon@2x.png\"); }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {\n background-image: url(\"../img/chevron_icon@2x.png\"); }\n .tinvwl-color-picker .tinvwl-eyedropper {\n background-image: url(\"../img/color_icon@2x.png\"); }\n .logo_heart {\n background-image: url(\"../img/logo_heart@2x.png\"); }\n .admin-rescue {\n background-image: url(\"../img/admin-rescue@2x.png\"); }\n .admin-update {\n background-image: url(\"../img/admin-update@2x.png\"); }\n .wizard_logo {\n background-image: url(\"../img/wizard_logo@2x.png\"); }\n .wizard_setup {\n background-image: url(\"../img/wizard_setup@2x.png\"); } }\n\n/******************STYLE HEADINGS*********************/\n#style_options .tinvwl-table tbody tr .tinvwl-inner h2 {\n font-size: 18px;\n color: #291C09;\n text-transform: capitalize;\n font-weight: 600;\n margin-bottom: 21px;\n padding: 14px 0; }\n\n::-webkit-input-placeholder {\n color: #e5e5e5;\n opacity: 1 !important;\n /* for older chrome versions. may no longer apply. */ }\n\n:-moz-placeholder {\n /* Firefox 18- */\n color: #e5e5e5;\n opacity: 1 !important; }\n\n::-moz-placeholder {\n /* Firefox 19+ */\n color: #e5e5e5;\n opacity: 1 !important; }\n\n:-ms-input-placeholder {\n color: #e5e5e5; }\n"]}
1
+ {"version":3,"names":[],"mappings":"","sources":["admin-rtl.css"],"file":"admin-rtl.css","sourcesContent":["@charset \"UTF-8\";\n/*------------------------------------*\n\t$WEBFONT\n*------------------------------------*/\n/* Misc */\n* {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n*:before, *:after {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n.tinv-wishlist-clearfix:before, .tinv-wishlist-clearfix:after {\n display: table;\n content: \" \";\n}\n\n.container:before, .container:after {\n display: table;\n content: \" \";\n}\n\n.container-fluid:before, .container-fluid:after {\n display: table;\n content: \" \";\n}\n\n.row:before, .row:after {\n display: table;\n content: \" \";\n}\n\n.form-horizontal .form-group:before, .form-horizontal .form-group:after {\n display: table;\n content: \" \";\n}\n\n.form-group:before, .form-group:after {\n display: table;\n content: \" \";\n}\n\n.tablenav:before, .tablenav:after {\n display: table;\n content: \" \";\n}\n\n.tinvwl-panel:before, .tinvwl-panel:after {\n display: table;\n content: \" \";\n}\n\n.tinv-wishlist-clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .form-group:after, .tablenav:after, .tinvwl-panel:after {\n clear: both;\n}\n\n.tinvwl-header table, .tinvwl-content table {\n border-spacing: 0;\n border-collapse: collapse;\n width: 100%;\n max-width: 100%;\n}\n\n.tinvwl-header td, .tinvwl-header th {\n padding: 0;\n}\n\n.tinvwl-content td, .tinvwl-content th {\n padding: 0;\n}\n\n.tinvwl-header img, .tinvwl-content img {\n height: auto;\n max-width: 100%;\n}\n\n.tinvwl-header {\n /*margin-bottom: 40px;*/\n}\n\n/* General */\n#wpwrap {\n background: #f6f3ed;\n}\n\n#wpcontent {\n padding-right: 0;\n}\n\n#wpbody-content {\n padding-bottom: 135px;\n}\n\n#update-nag, .update-nag, .notice {\n margin: 20px 40px 0 0;\n}\n\ndiv.error, div.updated {\n margin: 20px 40px 0 0;\n}\n\n.notice {\n margin-left: 40px;\n}\n\ndiv.error, div.updated {\n margin-left: 40px;\n}\n\nbody .tinvwl-header, body .tinvwl-content {\n font-family: Arial, sans-serif;\n font-size: 14px;\n line-height: 1.429;\n color: #6b625a;\n}\n\nbutton, input, select, textarea {\n font-family: inherit;\n font-size: inherit;\n font-weight: inherit;\n}\n\nlabel, .tinv-label {\n display: block;\n font-size: 15px;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n color: #291C09;\n font-weight: 600;\n margin-bottom: 7px;\n}\n\nh1, h2, h3, h4, h5, h6, .wrap h1 {\n color: #291c09;\n font-family: \"Open Sans\", Arial, sans-serif;\n font-weight: normal;\n line-height: 1.313;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nh1, .wrap h1 {\n font-size: 30px;\n}\n\nh2 {\n font-size: 26px;\n}\n\nh3 {\n font-size: 22px;\n}\n\nh4 {\n font-size: 18px;\n}\n\nh5 {\n font-size: 14px;\n}\n\nh6 {\n font-size: 12px;\n}\n\n@media screen and (max-width: 1200px) {\n #update-nag, .update-nag, .notice {\n margin-top: 20px;\n margin-right: 20px;\n margin-left: 20px;\n }\n\n div.error, div.updated {\n margin-top: 20px;\n margin-right: 20px;\n margin-left: 20px;\n }\n}\n@media screen and (max-width: 782px) {\n .auto-fold #wpcontent {\n padding-right: 0;\n }\n\n #update-nag, .update-nag, .notice {\n margin: 20px 0 0 0;\n }\n\n div.error, div.updated {\n margin: 20px 0 0 0;\n }\n\n .notice {\n margin-left: 0;\n }\n\n div.error, div.updated {\n margin-left: 0;\n }\n}\n/**\n * SubMenu\n */\n#toplevel_page_tinvwl ul ul {\n display: none;\n margin-right: 15px;\n position: absolute;\n}\n#toplevel_page_tinvwl ul li:hover ul, #toplevel_page_tinvwl ul li.current ul {\n display: block;\n right: 145px;\n margin-right: 15px;\n position: absolute;\n top: 0;\n}\n\n/**\n * Header Page\n */\n/*.tinvwl-header {\n background-color: #FFF;\n height: 48px;\n left: -20px;\n margin: 0;\n padding: 24px 40px;\n position: relative;\n right: 0;\n width: calc(100% - 60px);\n top: 0;\n}\n.tinvwl-header .title {\n font-size: 21px;\n line-height: 21px;\n font-weight: 400;\n float: left;\n}*/\n/*.tinvwl-header .status-panel {\n float: right;\n}*/\n/**\n * Status Panel\n */\n.status-panel > div {\n display: inline-block;\n margin-right: 21px;\n}\n.status-panel .button-link {\n background-color: #FF5739;\n color: #FFF;\n text-decoration: none;\n text-transform: uppercase;\n line-height: 10px;\n font-weight: 600;\n height: 48px;\n display: table-cell;\n border-radius: 5px;\n padding: 0 17px;\n vertical-align: middle;\n}\n.status-panel .button-link span::before {\n color: #ffdc00;\n display: inline-block;\n font: normal 12px/1 \"dashicons\";\n vertical-align: bottom;\n -webkit-font-smoothing: antialiased;\n content: \"\";\n}\n.status-panel .button-round {\n border: 2px solid #f1f1f1;\n border-radius: 50%;\n width: 43px;\n padding-top: 5px;\n padding-right: 2px;\n height: 40px;\n display: table-cell;\n text-align: center;\n vertical-align: middle;\n}\n.status-panel .status-tutorial span::before {\n color: #515151;\n display: inline-block;\n font: normal 24px/1 \"dashicons\";\n vertical-align: middle;\n -webkit-font-smoothing: antialiased;\n content: \"\";\n}\n\n/**\n * Message Status\n */\n.tinvwl-status-message {\n font-family: Arial, sans-serif;\n font-size: 14px;\n line-height: 1.429;\n margin-top: 40px;\n color: #6b625a;\n border-top: 2px solid #f6f3ed;\n}\n.tinvwl-status-message .tinvwl-title {\n padding: 13px 20px;\n float: right;\n width: 142px;\n font-weight: bold;\n}\n.tinvwl-status-message.type-error .tinvwl-title, .tinvwl-status-message.type-tip .tinvwl-title {\n color: #fff;\n}\n.tinvwl-status-message.type-attention .tinvwl-title {\n color: #23282d;\n}\n.tinvwl-status-message.type-error .tinvwl-title {\n background: #ff3814;\n}\n.tinvwl-status-message.type-tip .tinvwl-title {\n background: #30aec4;\n}\n.tinvwl-status-message.type-attention .tinvwl-title {\n background: #ffe900;\n}\n.tinvwl-status-message .tinvwl-title i {\n margin-left: 10px;\n}\n.tinvwl-status-message.type-error > .tinvwl-title > i:before {\n content: \"\";\n}\n.tinvwl-status-message.type-tip > .tinvwl-title > i:before {\n content: \"\";\n}\n.tinvwl-status-message.type-attention > .tinvwl-title > i:before {\n content: \"\";\n}\n.tinvwl-status-message .tinvwl-message {\n padding: 13px 20px;\n overflow: hidden;\n height: 100%;\n background: #faf9f7;\n}\n\n@media screen and (max-width: 782px) {\n .tinvwl-status-message {\n margin-top: 20px;\n }\n}\n/**\n * Form Elements\n */\n.tinvwl-content label {\n /*font-size: 14px;\n font-weight: 600;\n margin: 2px;*/\n /*line-height: 42px;*/\n}\n.tinvwl-content a {\n text-decoration: none;\n color: #30aec4;\n}\n.tinvwl-content a:hover, .tinvwl-content a:active, .tinvwl-content a:focus {\n color: #524737;\n}\n.tinvwl-content input[type=text], .tinvwl-content input[type=password], .tinvwl-content input[type=checkbox], .tinvwl-content input[type=color], .tinvwl-content input[type=date], .tinvwl-content input[type=datetime], .tinvwl-content input[type=datetime-local], .tinvwl-content input[type=email], .tinvwl-content input[type=month], .tinvwl-content input[type=number], .tinvwl-content input[type=radio], .tinvwl-content input[type=tel], .tinvwl-content input[type=time], .tinvwl-content input[type=url], .tinvwl-content input[type=week], .tinvwl-content input[type=search] {\n line-height: 1.429;\n padding: 9px 13px;\n margin: 0;\n color: #4f4639;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n}\n.tinvwl-content select {\n line-height: 1.429;\n padding: 9px 13px;\n margin: 0;\n color: #4f4639;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n}\n.tinvwl-content textarea {\n line-height: 1.429;\n padding: 9px 13px;\n margin: 0;\n color: #4f4639;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n box-shadow: inset -1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n height: 70px;\n}\n.tinvwl-content input[type=text], .tinvwl-content input[type=password], .tinvwl-content input[type=color], .tinvwl-content input[type=date], .tinvwl-content input[type=datetime], .tinvwl-content input[type=datetime-local], .tinvwl-content input[type=email], .tinvwl-content input[type=month], .tinvwl-content input[type=number], .tinvwl-content input[type=tel], .tinvwl-content input[type=time], .tinvwl-content input[type=url], .tinvwl-content input[type=week], .tinvwl-content input[type=search] {\n height: 42px;\n border-radius: 4px;\n}\n.tinvwl-content select {\n height: 42px;\n border-radius: 4px;\n}\n.tinvwl-content .tablenav input[type=search] {\n height: 35px;\n width: 210px;\n padding: 9px 13px;\n -webkit-box-shadow: none;\n box-shadow: none;\n border: none;\n background: #f4f3ef;\n}\n.tinvwl-content .tablenav input[type=search] + input[type=submit], .tinvwl-content .tablenav input[type=search] + button[type=submit] {\n vertical-align: middle;\n}\n.tinvwl-content .tablenav .tinvwl-select-wrap + input[type=submit] {\n float: left;\n margin-right: 8px !important;\n}\n.tinvwl-content .tablenav input[type=search] + input[type=submit], .tinvwl-content .tablenav input[type=search] + button[type=submit] {\n float: left;\n margin-right: 8px !important;\n}\n.tinvwl-content input[type=text]:disabled, .tinvwl-content input[type=password]:disabled, .tinvwl-content input[type=color]:disabled, .tinvwl-content input[type=date]:disabled, .tinvwl-content input[type=datetime]:disabled, .tinvwl-content input[type=datetime-local]:disabled, .tinvwl-content input[type=email]:disabled, .tinvwl-content input[type=month]:disabled, .tinvwl-content input[type=number]:disabled, .tinvwl-content input[type=tel]:disabled, .tinvwl-content input[type=time]:disabled, .tinvwl-content input[type=url]:disabled, .tinvwl-content input[type=week]:disabled, .tinvwl-content input[type=search]:disabled {\n font-size: 15px;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n font-weight: 600;\n color: #291C09;\n background-color: #f6f3ed;\n border-color: #f6f3ed;\n}\n.tinvwl-content select {\n font-family: Arial, sans-serif;\n font-size: 14px;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n cursor: pointer;\n padding: 9px 13px 9px 40px;\n background-color: #fff;\n background-image: url(\"../img/select_caret.png\");\n background-repeat: no-repeat;\n background-position: 4% center;\n background-position: calc(100% - (100% - 15px)) center;\n}\n.tinvwl-content select:disabled {\n font-size: 15px;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n font-weight: 600;\n color: #291C09;\n background-color: #f6f3ed;\n border-color: #f6f3ed;\n}\n.tinvwl-content select[multiple=multiple] {\n padding: 9px 13px;\n background: #fff;\n}\n.tinvwl-content .tinvwl-select.grey {\n font-size: 14px;\n font-family: \"Arial\", \"Helvetica Neue\", Helvetica, sans-serif;\n padding: 8px 11px;\n height: 35px;\n border: none;\n color: #5D5D5D;\n background: #f4f3ef;\n}\n\n@media screen and (max-width: 782px) {\n input, textarea {\n font-size: 14px;\n }\n\n #wpbody .tinvwl-content select {\n height: 42px;\n font-size: 14px;\n }\n}\n.tinvwl-select-wrap {\n position: relative;\n display: inline-block;\n vertical-align: middle;\n cursor: pointer;\n}\n\n.tinvwl-content select.tinvwl-select.grey {\n padding-left: 47px;\n margin: 0;\n border-radius: 4px;\n}\n\n.tinvwl-select + .tinvwl-caret {\n pointer-events: none;\n display: inline-block;\n position: absolute;\n top: 0;\n left: 0;\n width: 36px;\n height: 36px;\n line-height: 36px;\n text-align: center;\n border-radius: 4px 0 0 4px;\n}\n.tinvwl-select + .tinvwl-caret span {\n display: inline-block;\n width: 13px;\n height: 8px;\n background: url(\"../img/chevron_down.png\") no-repeat center;\n background-position: 100% -10px;\n}\n.tinvwl-select:hover + .tinvwl-caret {\n background: #3e3e3e;\n}\n.tinvwl-select:hover + .tinvwl-caret span {\n background-position: 100% 0;\n}\n\n/* Buttons */\n.tinvwl-content .tinvwl-nav {\n margin: 0 40px;\n}\n.tinvwl-content .tinvwl-panel + .tinvwl-nav {\n margin-top: 40px;\n}\n\n.tinvwl-nav .tinvwl-prev {\n float: right;\n}\n.tinvwl-nav .tinvwl-prev .tinvwl-btn {\n float: right;\n}\n.tinvwl-nav .tinvwl-next {\n float: left;\n text-align: left;\n}\n.tinvwl-nav .tinvwl-btn + .tinvwl-btn {\n margin-right: 20px;\n}\n\n.tinvwl-panel.only-button.w-bg {\n background: none;\n overflow: visible;\n}\n.tinvwl-panel.only-button.w-shadow {\n -webkit-box-shadow: none;\n box-shadow: none;\n overflow: visible;\n}\n.tinvwl-panel.only-button thead, .tinvwl-panel.only-button tfoot, .tinvwl-panel.only-button .control-label {\n display: none;\n}\n.tinvwl-panel.only-button .form-group {\n margin-bottom: 0;\n}\n.tinvwl-panel.only-button .form-control {\n display: inline-block;\n width: auto;\n}\n.tinvwl-panel.only-button .tinvwl-table > tbody > tr > td {\n padding: 0;\n}\n.tinvwl-panel.only-button #save_buttons--setting_save {\n display: inline-block;\n}\n.tinvwl-panel.only-button #save_buttons--setting_reset {\n display: inline-block;\n float: left;\n}\n.tinvwl-panel.only-button #save_buttons--setting_reset .form-control {\n background-color: #ffffff;\n color: #3e3e3e;\n}\n.tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split span {\n background: #fbfaf9;\n}\n.tinvwl-panel.only-button #save_buttons--setting_reset .form-control:hover {\n color: #fff;\n background-color: #515151;\n}\n.tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split:hover span {\n background: #434343;\n}\n\n/* reset button */\n#doaction, #doaction2, #post-query-submit {\n margin: 0;\n}\n\nbutton, input[type=submit] {\n display: inline-block;\n vertical-align: middle;\n margin: 0;\n font-family: \"Open Sans\", Arial, sans-serif;\n font-size: 14px;\n line-height: normal;\n cursor: pointer;\n text-decoration: none;\n}\n\n.tinvwl-btn {\n display: inline-block;\n vertical-align: middle;\n margin: 0;\n font-family: \"Open Sans\", Arial, sans-serif;\n font-size: 14px;\n line-height: normal;\n cursor: pointer;\n text-decoration: none;\n padding: 11px 18px 12px 19px;\n font-weight: 800;\n text-align: center;\n text-transform: uppercase;\n letter-spacing: -0.025em;\n border: none;\n border-radius: 2px;\n color: #fff;\n background-color: #96b100;\n}\n\na.tinvwl-btn {\n padding: 11px 18px 12px 19px;\n font-weight: 800;\n text-align: center;\n text-transform: uppercase;\n letter-spacing: -0.025em;\n border: none;\n border-radius: 2px;\n color: #fff;\n background-color: #96b100;\n}\n\n.tinvwl-btn.large {\n padding: 14px 18px 14px 19px;\n}\n.tinvwl-btn.small {\n padding: 6px 11px 7px;\n}\n.tinvwl-btn.smaller {\n /*padding: 7px 15px;*/\n padding: 11px 18px 12px;\n}\n.tinvwl-btn.red, .tinvwl-btn.green, .tinvwl-btn.dark-green, .tinvwl-btn.black {\n font-weight: 800;\n}\n.tinvwl-btn.grey {\n /*padding: 6px 11px 7px;*/\n margin: 0;\n padding: 8px 12px;\n font-weight: bold;\n /*letter-spacing: 0;*/\n color: #3e3e3e;\n background: #F4F3EF;\n}\n.tinvwl-btn.grey.large {\n font-weight: 800;\n padding: 14px 18px 14px 19px;\n}\n.tinvwl-btn.grey.w-icon {\n letter-spacing: -0.025em;\n}\n.tinvwl-btn.red {\n color: #fff;\n background-color: #ff5739;\n}\n.tinvwl-btn.orange {\n color: #fff;\n background-color: #FF9F07;\n}\n.tinvwl-btn.dark-green {\n /*color: #fff;*/\n /*background-color: #96b100;*/\n}\n.tinvwl-btn.white.smaller {\n font-size: 14px;\n font-weight: bold;\n letter-spacing: -0.05em;\n padding: 10px 15px 11px;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n}\n.tinvwl-btn.white.small {\n font-family: Arial, sans-serif;\n font-size: 14px;\n text-transform: none;\n font-weight: normal;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n padding: 9px 18px;\n color: #4f4639;\n}\n.tinvwl-btn.small.white:hover, .tinvwl-btn.small.white:active, .tinvwl-btn.small.white:focus {\n color: #fff;\n}\n.tinvwl-btn.white {\n color: #291c09;\n background: #fff;\n}\n.tinvwl-btn.white.no-txt {\n padding: 12px 16px;\n}\n.tinvwl-btn.white.small.no-txt {\n padding: 9px 12px;\n}\n.tinvwl-btn.white i {\n color: #6b625a;\n margin-left: 11px;\n}\n.tinvwl-btn.w-icon {\n font-weight: 800;\n}\n.tinvwl-btn.w-icon i {\n margin-left: 16px;\n}\n.tinvwl-btn.round.w-icon i {\n margin-left: 15px;\n font-size: 16px;\n}\n.tinvwl-btn.w-icon i.ftinvwl-graduation-cap {\n vertical-align: text-bottom;\n}\n.tinvwl-btn.red.w-icon i {\n margin-left: 13px;\n}\n.tinvwl-btn.xl-icon i, .tinvwl-btn.round.xl-icon i {\n font-size: 17px;\n margin-left: 15px;\n}\n.tinvwl-btn.lg-icon i {\n font-size: 15px;\n}\n.tinvwl-btn.md-icon i, .tinvwl-btn.round.md-icon i {\n font-size: 14px;\n}\n.tinvwl-btn.sm-icon i {\n font-size: 13px;\n}\n.tinvwl-btn.xs-icon i {\n font-size: 11px;\n vertical-align: 1%;\n}\n.tinvwl-btn.white.no-txt i {\n margin-left: 0;\n}\n.tinvwl-btn.white:hover i, .tinvwl-btn.white:active i, .tinvwl-btn.white:focus i {\n color: #fff;\n}\n.tinvwl-btn.green {\n color: #fff;\n background-color: #a9c203;\n}\n.tinvwl-btn.black {\n color: #fff;\n background-color: #515151;\n}\n.tinvwl-btn.smaller-txt {\n font-size: 12px;\n padding: 15px 20px;\n}\n.tinvwl-btn.medium {\n letter-spacing: 0;\n}\n.tinvwl-btn.medium.smaller-txt {\n padding: 9px 16px;\n}\n.tinvwl-btn.round {\n border-radius: 25px;\n padding: 15px 28px 16px;\n}\n.tinvwl-btn.round.red {\n /*padding: 15px 22px 16px;*/\n padding: 16px 30px;\n}\n.tinvwl-btn.split {\n padding: 0 0 0 26px;\n}\n.tinvwl-btn.split span {\n display: inline-block;\n text-align: center;\n width: 46px;\n padding: 14px 0;\n margin-left: 14px;\n border-radius: 0 4px 4px 0;\n background: #8aa300;\n}\n.tinvwl-btn.split:hover span, .tinvwl-btn.split:active span, .tinvwl-btn.split:focus span {\n background: #434343;\n}\n.tinvwl-btn.split.green span {\n background: #b9cf09;\n}\n.tinvwl-btn.split.black span {\n background: #434343;\n}\n.tinvwl-btn.split span i {\n font-size: 17px;\n}\n.tinvwl-btn:not(:disabled):hover, .tinvwl-btn:not(:disabled):active, .tinvwl-btn:not(:disabled):focus {\n color: #fff;\n /*background: #3e3e3e;*/\n background-color: #515151;\n}\n\na.tinvwl-btn:not(:disabled):hover, a.tinvwl-btn:not(:disabled):active, a.tinvwl-btn:not(:disabled):focus {\n color: #fff;\n /*background: #3e3e3e;*/\n background-color: #515151;\n}\n\n/* Icons */\n.tinvwl-header {\n padding: 21px 40px;\n margin-bottom: 40px;\n background: #ffffff;\n}\n.tinvwl-header .icon.border-grey {\n position: relative;\n display: inline-block;\n width: 45px;\n height: 45px;\n line-height: 45px;\n text-align: center;\n background: #fff;\n border: 2px solid #f1f1f1;\n border-radius: 50%;\n color: #3e3e3e;\n}\n.tinvwl-header .icon.border-grey:hover {\n border-color: #515151;\n}\n.tinvwl-header .icon.w-lines {\n position: relative;\n padding: 0 30px;\n}\n.tinvwl-header .icon.w-lines:before, .tinvwl-header .icon.w-lines:after {\n content: \"\";\n position: absolute;\n top: 50%;\n top: calc(50% - 1px);\n width: 17px;\n height: 1px;\n background: rgba(0, 0, 0, 0.12);\n}\n.tinvwl-header .icon.w-lines:before {\n right: 0;\n}\n.tinvwl-header .icon.w-lines:after {\n left: 0;\n}\n.tinvwl-header .icon .badge {\n position: absolute;\n top: -5px;\n left: -10px;\n display: inline-block;\n min-width: 26px;\n height: 26px;\n font-size: 11px;\n line-height: 19px;\n font-weight: bold;\n background: #ff5739;\n border: 3px solid #ffffff;\n color: #ffffff;\n border-radius: 50%;\n}\n\n.tinwl-logo i.logo_heart {\n min-width: 54px;\n}\n.tinwl-logo h2 {\n font-size: 18px;\n font-weight: bold;\n text-transform: uppercase;\n line-height: 1;\n padding-right: 10px;\n}\n\n.tinvwl-header .tinvwl-title {\n padding-right: 28px;\n margin-right: 28px;\n border-right: 1px solid #dcddde;\n}\n.tinvwl-header h1 {\n color: #3e3e3e;\n padding: 0;\n}\n.tinvwl-header .tinvwl-status-panel {\n margin-top: -12px;\n}\n.tinvwl-header .tinvwl-status-panel > a {\n vertical-align: middle;\n}\n.tinvwl-header .tinvwl-status-panel > a + a {\n margin-right: 15px;\n}\n.tinvwl-header .tinvwl-btn {\n margin-top: 15px;\n margin-top: 18px;\n}\n.tinvwl-header .tinvwl-btn.red i {\n color: #ffdc00;\n}\n.tinvwl-header .tinvwl-status-panel {\n text-align: left;\n}\n\n.tinvwl-sign-icon {\n font-size: 30px;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n color: #948d84;\n}\n\n@media (max-width: 1199px) {\n .tinvwl-header {\n text-align: center;\n }\n .tinvwl-header .tinvwl-table, .tinvwl-header .tinvwl-cell, .tinvwl-header .tinvwl-cell-3 {\n display: block;\n }\n .tinvwl-header h1 + .tinvwl-status-panel {\n margin-top: 25px;\n }\n .tinvwl-header .tinvwl-status-panel {\n text-align: center;\n margin-top: 15px;\n }\n .tinvwl-header .tinvwl-status-panel > a + a {\n margin-right: 9px;\n }\n\n .tinwl-logo {\n display: block;\n margin: 0 auto;\n }\n .tinwl-logo h2, .tinwl-logo img {\n display: block;\n margin: 0 auto;\n }\n\n .tinvwl-header .tinvwl-title {\n display: block;\n margin: 0 auto;\n }\n\n .tinwl-logo h2 {\n padding-right: 0;\n margin-right: 0;\n margin-top: 6px;\n }\n\n .tinvwl-header .tinvwl-title {\n position: relative;\n padding-right: 12px;\n padding-left: 12px;\n padding-top: 13px;\n margin-right: 0;\n margin-top: 16px;\n border-right: 0;\n }\n .tinvwl-header .tinvwl-title:before {\n content: \"\";\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n width: 40px;\n height: 1px;\n margin: 0 auto;\n background: #dcddde;\n }\n}\n@media (max-width: 782px) {\n .tinvwl-header .tinvwl-btn .tinvwl-txt {\n display: none;\n }\n .tinvwl-header .tinvwl-btn i {\n margin-left: 0 !important;\n }\n .tinvwl-header .tinvwl-btn.grey {\n padding-right: 16px;\n padding-left: 16px;\n }\n}\n.tinvwl-content h2 {\n /*margin: 0;*/\n /*line-height: 40px;*/\n}\n\n/* Privacy Navigation */\n.tinwl-wishlists-privacy {\n margin: -10px 0 0;\n}\n.tinwl-wishlists-privacy li {\n float: right;\n margin: 10px 0 0 10px;\n}\n.tinwl-wishlists-privacy li:last-child {\n margin-left: 0;\n}\n.tinwl-wishlists-privacy li a {\n display: block;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n font-size: 14px;\n font-weight: 600;\n line-height: 1;\n padding: 10px 16px;\n border-radius: 3px;\n color: #404040;\n background: #ede8df;\n}\n.tinwl-wishlists-privacy li.active a {\n color: #fff;\n background-color: #96b100;\n}\n.tinwl-wishlists-privacy li a:hover, .tinwl-wishlists-privacy li a:active, .tinwl-wishlists-privacy li a:focus {\n color: #fff;\n background-color: #96b100;\n}\n\n@media screen and (max-width: 782px) {\n .tinwl-wishlists-privacy {\n margin-right: 15px;\n }\n}\n/* Panel */\n.tinvwl-panel {\n margin: 40px 40px 0;\n}\n.tinvwl-panel .w-bg-grey {\n background: #fbfaf9;\n}\n.tinvwl-panel.w-shadow {\n -webkit-box-shadow: -1px 1px 8px 0 rgba(170, 157, 137, 0.14);\n box-shadow: -1px 1px 8px 0 rgba(170, 157, 137, 0.14);\n}\n.tinvwl-panel.w-bg {\n background: #ffffff;\n border-radius: 4px;\n}\n\n.tinvwl-table.w-info .tinvwl-info[rowspan] {\n vertical-align: middle;\n}\n.tinvwl-table.w-info .tinvwl-info[rowspan] .tinvwl-info-sign {\n vertical-align: middle;\n}\n.tinvwl-table.w-info .tinvwl-info-top > tr .tinvwl-info {\n vertical-align: top;\n}\n\n@media screen and (max-width: 1200px) {\n .tinvwl-panel {\n margin: 20px 20px 0;\n }\n\n .tinvwl-header {\n margin-bottom: 20px;\n }\n}\n@media screen and (max-width: 782px) {\n .tinvwl-panel {\n margin: 20px 0 0;\n }\n .tinvwl-panel.only-button {\n text-align: center;\n }\n}\n/**\n * Content Elements\n */\n.tinvwl-content {\n /*margin: 14px 40px 10px 20px;*/\n}\n.tinvwl-content section {\n /*margin-top: 20px;*/\n /*background-color: #FFF;*/\n /*border-radius: 5px;*/\n}\n.tinvwl-content section:after {\n /*content: '';\n display: block;\n height: 0;\n clear: both;*/\n}\n\n/* Preview Icon */\n.tinvwl-icon-preview {\n position: relative;\n width: 50px;\n height: 42px;\n margin-left: 10px;\n margin-bottom: 10px;\n text-align: center;\n border-radius: 2px;\n color: #595857;\n background: #f6f3ed;\n}\n.tinvwl-icon-preview span {\n position: absolute;\n top: 50%;\n right: 0;\n left: 0;\n -webkit-transform: translateY(-50%);\n transform: translateY(-50%);\n}\n.tinvwl-icon-preview span img {\n max-width: 50px;\n max-height: 42px;\n vertical-align: middle;\n}\n\n@media (min-width: 1200px) {\n .tinvwl-icon-preview {\n margin-bottom: 0;\n }\n}\n/* Table */\n.tinvwl-content .table-wrap {\n /*padding: 25px 0;*/\n}\n.tinvwl-content table.widefat {\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n.tinvwl-content .tablenav {\n height: auto;\n margin: 30px;\n background: #ffffff;\n}\n.tinvwl-content .tablenav .actions {\n /*padding: 6px 0 0;*/\n padding: 0;\n}\n.tinvwl-content .widefat th, .tinvwl-content .widefat td {\n text-align: center;\n padding: 0;\n}\n.tinvwl-content .widefat th {\n padding: 27px 0;\n position: relative;\n}\n\n@media screen and (max-width: 782px) {\n .tablenav.top .actions {\n display: block;\n }\n .tablenav br.tinv-wishlist-clear {\n display: none;\n }\n\n .tinvwl-content .tablenav {\n margin: 15px 12px;\n }\n .tinvwl-content .tablenav .alignleft, .tinvwl-content .tablenav .alignright {\n float: none;\n }\n .tinvwl-content .tablenav .tinvwl-full {\n display: none;\n }\n .tinvwl-content .tablenav .alignleft + .alignright {\n margin-top: 10px;\n }\n .tinvwl-content .tablenav .tinvwl-select-wrap {\n width: calc(100% - 75px);\n }\n\n #wpbody .tinvwl-content .tablenav .tinvwl-select-wrap select.tinvwl-select {\n max-width: 100%;\n width: 100%;\n height: 35px;\n padding: 9px 13px;\n }\n\n .tinvwl-content .tablenav input[type=search] {\n width: calc(100% - 84px);\n }\n}\n.tinvwl-info-wrap.tinvwl-in-table {\n /*position: absolute;\n top: 50%;\n margin-top: -11px;*/\n}\n\n.tinvwl-content .widefat th.sortable, .tinvwl-content .widefat th.sorted {\n padding: 0;\n}\n.tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {\n padding: 28px 17px;\n}\n.tinvwl-content .widefat th.tinvwl-has-info {\n padding-top: 28px;\n}\n.tinvwl-content .widefat th.tinvwl-has-info.sortable > a, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a {\n padding-top: 0;\n}\n.tinvwl-content .widefat th.sortable:first-of-type, .tinvwl-content .widefat th.sorted:first-of-type {\n padding-right: 0;\n}\n.tinvwl-content .widefat th.sortable:first-of-type > a, .tinvwl-content .widefat th.sorted:first-of-type > a {\n padding-right: 28px;\n}\n.tinvwl-content .widefat th:first-of-type {\n text-align: right;\n padding-right: 28px;\n}\n.tinvwl-content .widefat td:first-of-type {\n text-align: right;\n padding-right: 28px;\n}\n.tinvwl-content .widefat th .tinvwl-help-wrap {\n display: inline-block;\n margin-right: 6px;\n}\n.tinvwl-content .widefat th.sortable > a + .tinvwl-help-wrap, .tinvwl-content .widefat th.sorted > a + .tinvwl-help-wrap {\n margin-right: 0;\n}\n.tinvwl-content .widefat thead tr {\n background: #f4f3ef;\n}\n.tinvwl-content .striped > tbody > :nth-child(odd), .tinvwl-content ul.striped > :nth-child(odd) {\n background: none;\n}\n.tinvwl-content .widefat thead td.check-column, .tinvwl-content .widefat tbody th.check-column {\n width: 50px;\n padding: 28px 28px 28px 0;\n vertical-align: middle;\n}\n.tinvwl-content .widefat thead td.check-column {\n padding: 28px 28px 28px 0;\n}\n.tinvwl-content .widefat tbody th.check-column {\n padding: 13px 28px 13px 0;\n}\n.tinvwl-content .widefat thead td.check-column + th {\n padding-right: 21px;\n}\n.tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > a, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > a {\n padding-right: 21px;\n}\n.tinvwl-content .widefat tbody th.check-column + td {\n padding-right: 21px;\n}\n.tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > .tinvwl-info-wrap.tinvwl-in-table, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > .tinvwl-info-wrap.tinvwl-in-table {\n padding-right: 21px;\n}\n.tinvwl-content .widefat thead td.pause-play-column {\n padding: 0;\n width: 53px;\n text-align: center;\n}\n.tinvwl-content .widefat tbody th.pause-play-column {\n padding: 0;\n width: 53px;\n text-align: center;\n}\n.tinvwl-content th.sortable a, .tinvwl-content th.sorted a {\n padding: 0;\n}\n.tinvwl-content .widefat th {\n font-size: 14px;\n font-weight: 600;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n color: #291C09;\n text-transform: uppercase;\n letter-spacing: -0.025em;\n}\n.tinvwl-content th.sortable > a, .tinvwl-content th.sorted > a {\n font-size: 14px;\n font-weight: 600;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n color: #291C09;\n text-transform: uppercase;\n letter-spacing: -0.025em;\n}\n.tinvwl-content th.sortable > a, .tinvwl-content th.sorted > a {\n display: inline-block;\n vertical-align: middle;\n}\n.tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {\n position: relative;\n}\n.tinvwl-content .widefat th.sortable > a .sorting-indicator, .tinvwl-content .widefat th.sorted > a .sorting-indicator {\n position: absolute;\n top: 50%;\n left: 0;\n margin-top: -2px;\n}\n.tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {\n margin-top: -15px;\n}\n.tinvwl-content th.sortable a span, .tinvwl-content th.sorted a span {\n float: none;\n}\n.tinvwl-content table.widefat {\n /*table-layout: auto;*/\n border: none;\n border-bottom: 2px solid #f7f7f7;\n}\n.tinvwl-content .widefat thead td, .tinvwl-content .widefat thead th {\n border-bottom: 0;\n}\n.tinvwl-content .widefat td {\n padding: 24px 0;\n vertical-align: middle;\n}\n.tinvwl-content .widefat tbody td {\n padding: 13px 0;\n}\n.tinvwl-content .widefat td {\n font-size: 14px;\n}\n.tinvwl-content .widefat td ol, .tinvwl-content .widefat td p, .tinvwl-content .widefat td ul {\n font-size: 14px;\n}\n.tinvwl-content .widefat tbody tr + tr {\n border-top: 2px solid #f7f7f7;\n}\n.tinvwl-content .widefat thead th.column-preference {\n /*display: none;*/\n text-indent: -9999px;\n}\n.tinvwl-content .widefat.wishlists thead th.column-preference, .tinvwl-content .widefat.wishlists tbody td.column-preference {\n min-width: 220px;\n width: 220px;\n}\n.tinvwl-content .widefat:not(.products) tbody td.column-preference {\n text-align: left;\n}\n.tinvwl-content .widefat.products thead th.column-quantity a > span:not(.sorting-indicator) {\n max-width: 91px;\n}\n.tinvwl-content .widefat.users tbody .column-name > a {\n display: block;\n}\n.tinvwl-content .widefat.products thead th.column-preference, .tinvwl-content .widefat.products tbody td.column-preference {\n width: 345px;\n min-width: 345px;\n}\n.tinvwl-content .widefat.users thead th.column-preference, .tinvwl-content .widefat.users tbody td.column-preference {\n width: 165px;\n min-width: 165px;\n}\n.tinvwl-content .widefat tbody .column-name strong {\n font-weight: normal;\n}\n.tinvwl-content .widefat tbody .column-name > a {\n display: table;\n}\n.tinvwl-content .widefat tbody .column-name .product-image {\n display: table-cell;\n vertical-align: middle;\n}\n.tinvwl-content .widefat tbody .column-name .product-image img {\n max-width: 66px;\n}\n.tinvwl-content .widefat tbody .column-name .product-title {\n display: table-cell;\n vertical-align: middle;\n padding-right: 15px;\n}\n.tinvwl-content .widefat thead th.column-preference, .tinvwl-content .widefat tbody td.column-preference {\n padding-left: 20px;\n}\n.tinvwl-content .widefat.products tbody td.column-preference > a {\n margin-left: 10px;\n float: right;\n}\n.tinvwl-content .widefat.products tbody td.column-preference > a:last-child {\n margin-left: 0;\n}\n.tinvwl-content .tablenav .tablenav-pages {\n float: none;\n text-align: center;\n height: auto;\n margin-top: 0;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links > a {\n display: inline-block;\n vertical-align: middle;\n text-align: center;\n font-size: 14px;\n font-weight: normal;\n padding: 0;\n min-width: 38px;\n height: 38px;\n line-height: 38px;\n border-radius: 50%;\n border: none;\n background: none;\n color: #3e3e3e;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links > span {\n display: inline-block;\n vertical-align: middle;\n text-align: center;\n font-size: 14px;\n font-weight: normal;\n padding: 0;\n min-width: 38px;\n height: 38px;\n line-height: 38px;\n border-radius: 50%;\n border: none;\n background: none;\n color: #3e3e3e;\n color: rgba(62, 62, 62, 0.46);\n background: #f3f1ec;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page {\n background: #f3f1ec;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links > .tinvwl-page-number.space {\n background: none;\n color: #3e3e3e;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links > a:hover {\n background: #3e3e3e;\n color: #fff;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover {\n background: #3e3e3e;\n color: #fff;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page {\n margin-left: 20px;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover {\n background: #3e3e3e;\n color: #fff;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page {\n margin-right: 20px;\n}\n.tinvwl-content .tablenav .tablenav-pages .tinvwl-chevron {\n display: inline-block;\n vertical-align: middle;\n width: 9px;\n height: 16px;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron {\n background: url(\"../img/chevron_icon.png\") no-repeat center;\n background-position: 100% -16px;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {\n background: url(\"../img/chevron_icon.png\") no-repeat center;\n background-position: 100% 0;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron {\n background: url(\"../img/chevron_icon.png\") no-repeat center;\n background-position: -10px -16px;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {\n background: url(\"../img/chevron_icon.png\") no-repeat center;\n background-position: -10px 0;\n}\n.tinvwl-content .widefat.products thead th.column-name, .tinvwl-content .widefat.products tbody td.column-name {\n /*width: 200px;*/\n width: 30%;\n}\n.tinvwl-content .widefat.wishlists thead th.column-title, .tinvwl-content .widefat.wishlists tbody td.column-title {\n width: 45%;\n}\n.tinvwl-content .widefat.users thead th.column-wishlist, .tinvwl-content .widefat.users tbody td.column-wishlist {\n width: 45%;\n}\n.tinvwl-content .widefat.users thead th.column-name, .tinvwl-content .widefat.users tbody td.column-name {\n text-align: right;\n}\n.tinvwl-content .widefat.users thead th.column-quantity, .tinvwl-content .widefat.users tbody td.column-quantity {\n width: 100px;\n}\n.tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-mobile {\n display: none;\n}\n.tinvwl-content .widefat.products thead th.column-quantity span span {\n float: none;\n}\n\n@media screen and (max-width: 1440px) {\n .tinvwl-content .widefat.products thead th.column-preference, .tinvwl-content .widefat.products tbody td.column-preference {\n width: 204px;\n min-width: 204px;\n }\n .tinvwl-content .widefat.wishlists thead th.column-preference, .tinvwl-content .widefat.wishlists tbody td.column-preference {\n width: 98px;\n min-width: 98px;\n }\n .tinvwl-content .widefat.users thead th.column-preference, .tinvwl-content .widefat.users tbody td.column-preference {\n width: 60px;\n min-width: 60px;\n }\n .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn.tinvwl-w-mobile {\n padding: 9px 12px;\n }\n .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-mobile {\n display: inline;\n margin: 0;\n }\n .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-full {\n display: none;\n }\n}\n@media screen and (max-width: 1366px) and (min-width: 783px) {\n .tinvwl-content .widefat.products thead th.column-name, .tinvwl-content .widefat.products tbody td.column-name {\n /*width: 110px;*/\n /*min-width: 110px;*/\n }\n .tinvwl-content .widefat tbody .column-name .product-image {\n display: block;\n }\n .tinvwl-content .widefat tbody .column-name .product-title {\n display: block;\n padding-right: 0;\n }\n .tinvwl-content .widefat.products thead th.column-preference {\n width: 103px;\n min-width: 103px;\n }\n .tinvwl-content .widefat.products tbody td.column-preference {\n width: 103px;\n min-width: 103px;\n }\n .tinvwl-content .widefat.products tbody td.column-preference > a {\n margin-left: 5px;\n }\n .tinvwl-content .widefat tbody td.column-preference > a:nth-child(2n) {\n margin-left: 0;\n }\n .tinvwl-content .widefat tbody td.column-preference > a:nth-child(n+3) {\n margin-top: 5px;\n }\n .tinvwl-content .widefat thead th .tinvwl-full {\n display: none;\n }\n}\n@media screen and (max-width: 1200px) and (min-width: 783px) {\n .tinvwl-content th.sortable a span, .tinvwl-content th.sorted a span {\n float: none;\n }\n .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {\n padding-right: 0;\n padding-left: 0;\n position: static;\n }\n .tinvwl-content .widefat th.sortable > a .sorting-indicator, .tinvwl-content .widefat th.sorted > a .sorting-indicator {\n top: auto;\n bottom: 12px;\n right: 0;\n left: 0;\n margin-right: auto;\n margin-left: auto;\n }\n .tinvwl-content .widefat th.sortable > a .sorting-indicator:before, .tinvwl-content .widefat th.sorted > a .sorting-indicator:before {\n right: -5px;\n }\n .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {\n margin-top: 12px;\n }\n .tinvwl-content .widefat.wishlists thead th.column-title, .tinvwl-content .widefat.wishlists tbody td.column-title {\n width: 38%;\n }\n}\n@media screen and (max-width: 782px) {\n .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {\n margin-top: 0;\n }\n .tinvwl-content .widefat.products tbody td.column-preference > a {\n margin-left: 5px;\n float: none;\n }\n .tinvwl-content .widefat tbody .column-name .product-image, .tinvwl-content .widefat tbody .column-name .product-title {\n vertical-align: top;\n }\n\n .tablenav .tablenav-pages {\n margin-bottom: 15px;\n }\n\n .tinvwl-content .widefat thead th.column-primary {\n width: 100% !important;\n }\n .tinvwl-content .widefat thead td.check-column + th.column-primary {\n width: 50% !important;\n }\n .tinvwl-content .widefat.users thead td.check-column + th.column-primary {\n width: 100% !important;\n }\n}\n/* Tables */\n.tinvwl-table {\n display: table;\n /*height: 100%;*/\n width: 100%;\n max-width: 100%;\n}\n.tinvwl-table.w-bg {\n background: #fff;\n overflow: hidden;\n border-radius: 4px;\n}\n.tinvwl-table.w-shadow {\n -webkit-box-shadow: -1px 1px 8px 0 rgba(170, 157, 137, 0.14);\n box-shadow: -1px 1px 8px 0 rgba(170, 157, 137, 0.14);\n}\n.tinvwl-table.auto-width {\n width: auto;\n}\n\n.tinvwl-caption {\n display: table-caption;\n}\n\n.tinvwl-row {\n display: table-row;\n}\n\n.tinvwl-rows {\n display: table-row-group;\n}\n\n.tinvwl-cell {\n display: table-cell;\n vertical-align: middle;\n}\n\n.tinvwl-cell-2 {\n display: table-cell;\n vertical-align: middle;\n float: none;\n}\n\n.tinvwl-cell-3 {\n display: table-cell;\n vertical-align: top;\n float: none;\n}\n\n.tinvwl-table.w-info > thead > tr > th:first-child, .tinvwl-table.w-info > tbody > tr > td:first-child {\n width: 67%;\n}\n.tinvwl-table th, .tinvwl-table td {\n vertical-align: top;\n}\n.tinvwl-table .tinvwl-inner.tinv-wishlist-clearfix h3, .tinvwl-table .tinvwl-inner .tinv-wishlist-clearfix h3, .tinvwl-table .tinvwl-inner.tinv-wishlist-clearfix h4, .tinvwl-table .tinvwl-inner .tinv-wishlist-clearfix h4 {\n float: right;\n}\n.tinvwl-table .tinvwl-btn-wrap {\n float: left;\n}\n.tinvwl-table.w-info thead > tr > th {\n text-align: right;\n}\n.tinvwl-table.w-info thead > tr > th .tinvwl-info-wrap {\n font-weight: normal;\n}\n.tinvwl-table > thead > tr > th {\n padding: 0 30px;\n}\n.tinvwl-table > thead > tr > th:last-child {\n /*padding: 30px;*/\n}\n.tinvwl-table .tinvwl-info {\n vertical-align: top;\n}\n.tinvwl-table > thead > tr > .tinvwl-info .tinvwl-info-wrap {\n padding-bottom: 30px;\n}\n.tinvwl-table tbody tr .tinvwl-inner h2 {\n font-size: 15px;\n color: #291C09;\n font-weight: 600;\n margin-bottom: 21px;\n}\n.tinvwl-table > tbody > tr > .tinvwl-info .tinvwl-info-wrap {\n padding-bottom: 20px;\n}\n.tinvwl-table > tbody > tr > td {\n padding: 0 30px;\n}\n.tinvwl-table > tbody > tr > td:last-child {\n /*padding: 30px;*/\n}\n.tinvwl-table thead > tr .tinvwl-inner {\n padding: 28px 0;\n margin-bottom: 30px;\n border-bottom: 2px solid rgba(219, 219, 219, 0.522);\n}\n.tinvwl-table thead.tinwl-empty > tr .tinvwl-inner {\n padding: 30px 0 0;\n margin-bottom: 0;\n border-bottom: 0;\n}\n.tinvwl-table thead > tr .tinvwl-inner {\n /*padding: 20px 0;*/\n}\n.tinvwl-table .tinvwl-header-row label {\n font-size: 22px;\n font-weight: normal;\n line-height: 1.313;\n margin: 0 0 15px;\n padding-top: 3px !important;\n}\n.tinvwl-table thead .tinvwl-empty-info, .tinvwl-table tbody > .tinvwl-bodies-border {\n display: none;\n}\n.tinvwl-table thead .tinvwl-empty-info .tinvwl-inner {\n margin: 0;\n padding-top: 56px;\n}\n\n.tinvwl-bodies-border .tinvwl-info .tinvwl-inner {\n display: none;\n padding-top: 30px;\n margin-top: 10px;\n border-top: 2px solid rgba(219, 219, 219, 0.522);\n}\n\n.tinvwl-style-options .tinvwl-table thead th:first-child, .tinvwl-style-options .tinvwl-bodies-border td:first-child {\n /*padding-right: 0;*/\n}\n.tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info, .tinvwl-style-options .tinvwl-bodies-border .tinvwl-info {\n padding-right: 0;\n background: none;\n}\n.tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info {\n display: table-cell;\n}\n.tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info .tinvwl-inner {\n display: block;\n}\n.tinvwl-style-options tbody + tbody > .tinvwl-bodies-border .tinvwl-info .tinvwl-inner {\n display: block;\n}\n\n@media (min-width: 1200px) {\n .tinvwl-style-options .tinvwl-table .tinvwl-inner .form-horizontal {\n width: 67%;\n }\n}\ntextarea[name=style_plain-css] {\n height: 150px;\n}\n\n.tinvwl-table tbody + tbody > .tinvwl-bodies-border {\n display: table-row;\n}\n.tinvwl-table tbody + tbody > .tinvwl-bodies-border:first-child > td:first-child > .tinvwl-inner {\n padding-top: 30px;\n margin-top: 10px;\n border-top: 2px solid rgba(219, 219, 219, 0.522);\n}\n.tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner {\n padding-bottom: 15px;\n margin-bottom: 30px;\n border-bottom: 2px solid rgba(219, 219, 219, 0.522);\n}\n.tinvwl-table .form-group .col-md-4:nth-child(n+4), .tinvwl-table .form-group .col-lg-4:nth-child(n+4) {\n padding-top: 27px;\n}\n.tinvwl-table tbody:first-of-type > tr:first-child > td:first-child > .tinvwl-inner {\n /*padding-top: 30px;*/\n}\n.tinvwl-table tbody:last-of-type > tr:last-child > td:first-child > .tinvwl-inner {\n /*padding-bottom: 20px;*/\n}\n.tinvwl-table tfoot .tinvwl-inner {\n padding-top: 20px;\n}\n.tinvwl-table tbody > tr + tr .tinvwl-inner {\n /*border-top: 2px solid rgba(219,219,219,.522);*/\n}\n.tinvwl-table tr.no-top-border .tinvwl-inner, .tinvwl-table tr.no-top-border .tinvwl-info-wrap {\n border-top: 0;\n padding-top: 0;\n}\n.tinvwl-table thead .w-bg-grey .tinvwl-info-wrap {\n padding-top: 30px;\n}\n\n/*.tinvwl-table tbody > tr .tinvwl-inner,\n.tinvwl-table tbody > tr .tinvwl-info-wrap {\n padding: 30px 0;\n}*/\n/*.tinvwl-table tbody:first-of-type > tr:first-child > td > .tinvwl-info-wrap,*/\n.tiwl-notifications-style-logo img {\n height: 42px;\n}\n\n@media (min-width: 1200px) {\n .tinvwl-table tr.tinvwl-full-width .control-label label {\n margin-bottom: 10px;\n }\n .tinvwl-table tr.tinvwl-full-width [class^=col-lg-], .tinvwl-table tr.tinvwl-full-width [class^=col-md-] {\n width: 100%;\n }\n .tinvwl-table tr.tinvwl-full-width textarea {\n height: 250px;\n padding: 15px;\n }\n\n .tiwl-notifications-style-logo img {\n float: left;\n }\n}\n@media (max-width: 1199px) {\n .form-horizontal .control-label .tinvwl-empty {\n display: none;\n }\n\n .tinvwl-style-options .tinvwl-empty-info, .tinvwl-style-options .tinvwl-info {\n display: none !important;\n }\n .tinvwl-style-options .tinvwl-table thead th:first-child, .tinvwl-style-options .tinvwl-bodies-border td:first-child {\n padding-left: 30px !important;\n }\n\n .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner {\n padding-bottom: 0;\n }\n .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner .form-group {\n margin-bottom: 20px;\n }\n}\n.tinvwl-info .tinvwl-info-desc a {\n text-decoration: underline;\n color: #ff5739;\n}\n.tinvwl-info .tinvwl-info-desc a:hover, .tinvwl-info .tinvwl-info-desc a:active, .tinvwl-info .tinvwl-info-desc a:focus {\n color: #000;\n}\n\n.tinvwl-info-wrap.tinvwl-in-section {\n background: #fbfaf9;\n color: #4f4639;\n}\n.tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign {\n width: 42px;\n vertical-align: top;\n padding-top: 1px;\n padding-left: 20px;\n}\n.tinvwl-info-wrap .tinvwl-info-sign span, .tinvwl-info-wrap .tinvwl-info-sign .tinvwl-help {\n display: inline-block;\n text-align: center;\n width: 22px;\n height: 22px;\n line-height: 22px;\n border-radius: 50%;\n background: #e1dbce;\n}\n.tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign span, .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign .tinvwl-help {\n display: block;\n}\n.tinvwl-info-wrap i {\n font-size: 14px;\n color: #fbfaf9;\n}\n\n.tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6 > .tinvwl-btn {\n width: auto;\n}\n\n.tinvwl-btns-group {\n margin-bottom: 23px;\n margin-top: -15px;\n margin-left: -15px;\n}\n\n.tiwl-style-custom-allow .tinvwl-inner textarea {\n margin-bottom: 23px;\n}\n\n.tinvwl-btns-group .tinvwl-btn {\n margin-top: 15px;\n margin-left: 15px;\n float: right;\n}\n\n@media (min-width: 1200px) {\n .tinvwl-table .tinvwl-form-onoff, .tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6 > .tinvwl-btn, .tinvwl-btns-group .tinvwl-btn {\n float: left;\n }\n}\n.tinvwl-table .tinvwl-info .tinvwl-info-wrap.tinvwl-in-section .tinvwl-help {\n display: none;\n}\n\n.tinvwl-info-wrap.tinvwl-in-table {\n display: inline-block;\n vertical-align: middle;\n display: block;\n margin-bottom: 5px;\n}\n.tinvwl-info-wrap.tinvwl-in-table .tinvwl-help {\n cursor: pointer;\n}\n\n.tinvwl-content .widefat th.tinvwl-has-info {\n /*word-break: break-all;*/\n}\n.tinvwl-content .widefat th.tinvwl-has-info .tinvwl-col-name {\n margin-left: 5px;\n}\n\n.tinvwl-info-wrap.tinvwl-in-table .tinvwl-info-desc {\n display: none;\n}\n\n@media (max-width: 1200px) {\n .tinvwl-table .tinvwl-info {\n padding-right: 15px;\n padding-left: 15px;\n /*vertical-align: middle;*/\n }\n .tinvwl-table.w-info > thead > tr > th:first-child, .tinvwl-table.w-info > tbody > tr > td:first-child {\n width: 90%;\n }\n\n .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign {\n width: auto;\n padding-left: 0;\n }\n .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign span {\n display: none;\n }\n\n .tinvwl-table .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign .tinvwl-help {\n display: block;\n margin: 0 auto;\n }\n\n .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-desc {\n display: none;\n }\n}\n@media (max-width: 782px) {\n .tinvwl-content .widefat th.tinvwl-has-info.sortable, .tinvwl-content .widefat th.tinvwl-has-info.sorted {\n padding-top: 0;\n }\n\n .widefat tfoot td input[type=checkbox], .widefat th input[type=checkbox], .widefat thead td input[type=checkbox] {\n margin-bottom: 0;\n }\n\n .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a, .tinvwl-content .widefat th.sortable.tinvwl-has-info > a, .tinvwl-content .widefat th.sorted.tinvwl-has-info > a {\n padding-top: 18px;\n padding-bottom: 18px;\n }\n .tinvwl-content .widefat thead td.check-column {\n padding-top: 14px;\n padding-bottom: 15px;\n padding-right: 20px;\n width: 45px;\n }\n .tinvwl-content .widefat tbody th.check-column {\n padding-top: 14px;\n padding-bottom: 15px;\n padding-right: 20px;\n width: 45px;\n padding-top: 11px;\n padding-bottom: 11px;\n vertical-align: top;\n }\n .tinvwl-content .widefat.wishlists thead td.check-column, .tinvwl-content .widefat.wishlists tbody th.check-column {\n width: 23px;\n }\n .tinvwl-content .widefat thead td.check-column + th {\n padding-right: 10px;\n }\n .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > a, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > a {\n padding-right: 10px;\n }\n .tinvwl-content .widefat tbody th.check-column + td {\n padding-right: 10px;\n }\n .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > .tinvwl-info-wrap.tinvwl-in-table, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > .tinvwl-info-wrap.tinvwl-in-table {\n padding-right: 13px;\n display: inline-block;\n margin-top: 5px;\n margin-bottom: 0;\n }\n\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {\n text-align: right;\n }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {\n text-align: left;\n padding-left: 30px;\n }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {\n right: 28px;\n }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.check-column + td:not(.column-primary)::before {\n right: 13px;\n }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column):last-child {\n padding-bottom: 13px;\n }\n}\n/* Popover */\n.popover {\n position: absolute;\n top: 0;\n right: 0;\n z-index: 9999;\n display: none;\n max-width: 279px;\n padding: 1px;\n text-align: center;\n white-space: normal;\n background-color: #fff;\n background-clip: padding-box;\n border-radius: 6px;\n -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.22);\n box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.22);\n}\n.popover.top {\n margin-top: -10px;\n}\n.popover.right {\n margin-right: 10px;\n}\n.popover.bottom {\n margin-top: 10px;\n}\n.popover.left {\n margin-right: -10px;\n}\n\n.popover-title {\n padding: 30px 30px 0;\n margin: 0;\n font-family: \"Open Sans\", Arial, sans-serif;\n font-size: 14px;\n font-weight: 600;\n line-height: 1.714;\n text-transform: uppercase;\n letter-spacing: -0.35px;\n}\n\n.popover-content {\n padding: 25px 30px 30px;\n color: #5D5D5D;\n font-family: Arial, sans-serif;\n font-size: 14px;\n line-height: 1.429;\n}\n\n.popover > .arrow {\n position: absolute;\n display: block;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n border-width: 11px;\n margin-right: 0;\n overflow: visible;\n}\n.popover > .arrow:after {\n position: absolute;\n display: block;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n content: none;\n z-index: 9999;\n background: none;\n -webkit-box-shadow: none;\n box-shadow: none;\n position: absolute;\n right: auto;\n top: auto;\n width: auto;\n height: auto;\n -webkit-transform: none;\n transform: none;\n content: \"\";\n border-width: 10px;\n}\n.popover.top > .arrow {\n bottom: -11px;\n right: 50%;\n margin-right: -11px;\n border-bottom-width: 0;\n}\n.popover.top > .arrow:after {\n bottom: 1px;\n margin-right: -10px;\n content: \" \";\n border-top-color: #fff;\n border-bottom-width: 0;\n}\n.popover.right > .arrow {\n top: 50%;\n right: -11px;\n margin-top: -11px;\n border-right-width: 0;\n}\n.popover.right > .arrow:after {\n bottom: -10px;\n right: 1px;\n content: \" \";\n border-left-color: #fff;\n border-right-width: 0;\n}\n.popover.bottom > .arrow {\n top: -11px;\n right: 50%;\n margin-right: -11px;\n border-top-width: 0;\n}\n.popover.bottom > .arrow:after {\n top: 1px;\n margin-right: -10px;\n content: \" \";\n border-top-width: 0;\n border-bottom-color: #fff;\n}\n.popover.left > .arrow {\n top: 50%;\n right: auto;\n left: -11px;\n margin-top: -11px;\n border-left-width: 0;\n}\n.popover.left > .arrow:after {\n right: auto;\n left: 1px;\n bottom: -10px;\n content: \" \";\n border-left-width: 0;\n border-right-color: #fff;\n}\n\n/* Image w/description */\n.tinvwl-img-w-desc i {\n margin-left: 20px;\n}\n.tinvwl-img-w-desc h5 {\n font-weight: 600;\n text-transform: uppercase;\n}\n.tinvwl-img-w-desc .tinvwl-desc {\n color: #4f4639;\n}\n.tinvwl-img-w-desc h5 + .tinvwl-desc {\n margin-top: 2px;\n}\n\n/* Premium Features */\n.tinvwl-premium-feat .row {\n margin: 0;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n}\n.tinvwl-premium-feat .col-lg-4 {\n padding: 0;\n -webkit-box-flex: 1;\n -ms-flex: 1 1 0px;\n flex: 1 1 0;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers {\n -webkit-box-flex: 1;\n -ms-flex: 1;\n flex: 1;\n overflow: hidden;\n position: relative;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.money-back {\n background: #211709;\n /* Old browsers */\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.money-back a {\n display: block;\n position: relative;\n color: #ffffff;\n outline: none;\n text-decoration: none;\n background: url(\"../img/money-back.svg\") no-repeat 50% 0;\n float: right;\n width: 100%;\n height: 60%;\n margin: 15px 0;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.money-back a span {\n display: none;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.money-back p {\n text-align: center;\n color: #ffffff;\n font-size: 16px;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.customization {\n text-align: center;\n background: #333333 url(\"../img/customization.png\") no-repeat 0% 100%;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.customization h2 {\n margin: 30px auto 20px;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.customization p {\n font-size: 16px;\n color: #ffffff;\n padding-right: 10px;\n padding-left: 10px;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.customization .tinvwl-btn.gray {\n background-color: #958095;\n margin: 10px auto;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.customization .tinvwl-btn.gray:hover {\n background-color: #ffffff;\n color: #333333;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.rate {\n text-align: center;\n border-bottom: 1px solid #e7e7e7;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.rate h2 {\n background: url(\"../img/rate_us.png\") no-repeat center;\n display: block;\n width: 186px;\n height: 76px;\n margin: 30px auto 20px;\n font-size: 18px;\n line-height: 100px;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.rate h2 a {\n display: block;\n width: 186px;\n height: 76px;\n color: #ffffff;\n text-decoration: none;\n outline: none;\n font-weight: 600;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.rate p {\n font-size: 16px;\n padding-right: 10px;\n padding-left: 10px;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.rate a {\n color: #ff5739;\n text-decoration: underline;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.subscribe {\n text-align: center;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.subscribe h2 {\n color: #453a2a;\n margin: 30px auto 20px;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.subscribe p {\n font-size: 16px;\n padding-right: 10px;\n padding-left: 10px;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group {\n width: 90%;\n position: relative;\n margin: 10px auto;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type=email] {\n width: 65%;\n height: 45px;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type=submit] {\n width: 30%;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.subscribe #mc_embed_signup {\n margin-bottom: 30px;\n}\n.tinvwl-premium-feat h2 {\n font-size: 30px;\n text-transform: uppercase;\n letter-spacing: -0.025em;\n line-height: 1;\n color: #ffffff;\n}\n.tinvwl-premium-feat .tinvwl-pic-col {\n border: 5px solid #ffffff;\n text-align: center;\n background: #df4c57;\n /* Old browsers */\n /* FF3.6-15 */\n /* Chrome10-25,Safari5.1-6 */\n background: linear-gradient(-135deg, #df4c57 0%, #f78c62 100%);\n /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#df4c57\", endColorstr=\"#f78c62\", GradientType=1);\n /* IE6-9 fallback on horizontal gradient */\n padding: 50px 10px;\n color: #ffffff;\n}\n.tinvwl-premium-feat .tinvwl-pic-col img {\n display: block;\n margin: 0 auto;\n}\n.tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white {\n color: #ff5739;\n}\n.tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white:hover {\n color: #ffffff;\n}\n.tinvwl-premium-feat .tinvwl-pic-col p {\n font-size: 16px;\n padding-bottom: 1em;\n}\n.tinvwl-premium-feat .tinvwl-feat-col {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column;\n border-top: 1px solid #ffffff;\n border-bottom: 1px solid #ffffff;\n background-color: #f9f8f5;\n}\n.tinvwl-premium-feat .tinvwl-sup-col {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column;\n}\n\n/* Footer */\n#wpfooter {\n padding: 10px 40px;\n}\n#wpfooter p {\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n font-size: 14px;\n line-height: 1.85714286;\n color: #4b4b4b;\n}\n#wpfooter .ftinvwl-heart {\n margin: 0 3px;\n}\n#wpfooter .ftinvwl-star {\n font-size: 12px;\n margin: 0 1px;\n}\n#wpfooter span .ftinvwl-star:first-of-type {\n margin-right: 6px;\n}\n#wpfooter span .ftinvwl-star:last-of-type {\n margin-right: 3px;\n}\n#wpfooter i {\n color: #ff5739;\n}\n#wpfooter a {\n text-decoration: underline;\n color: #ff5739;\n}\n#wpfooter a:hover, #wpfooter a:active, #wpfooter a:focus {\n color: #000;\n}\n\n/* Color Picker */\n.tinvwl-color-picker {\n position: relative;\n}\n.tinvwl-color-picker .iris-picker {\n position: absolute;\n z-index: 9999;\n}\n.tinvwl-color-picker input[type=text] {\n color: #fff;\n border: 4px solid #fff;\n -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);\n box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);\n}\n.tinvwl-color-picker .tinvwl-eyedropper {\n cursor: pointer;\n position: relative;\n display: inline-block;\n vertical-align: top;\n margin-right: 4px;\n width: 42px;\n height: 42px;\n background: #fff url(\"../img/color_icon.png\") no-repeat center;\n border: 1px solid rgba(0, 0, 0, 0.14);\n border-radius: 2px;\n -webkit-box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n}\n.tinvwl-color-picker .tinvwl-eyedropper a {\n color: #6b625a;\n}\n.tinvwl-color-picker .tinvwl-eyedropper i {\n display: inline-block;\n position: absolute;\n top: 15px;\n right: 14px;\n font-size: 12px;\n}\n.tinvwl-color-picker + .iris-picker .iris-square-value {\n width: 0;\n height: 0;\n}\n\n/* Modal */\n.tinvwl-overlay {\n position: fixed;\n top: 0;\n right: 0;\n width: 100%;\n height: 100%;\n visibility: hidden;\n opacity: 0;\n -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;\n transition: opacity 0.3s ease, visibility 0.3s ease;\n background: #191919;\n}\n\n.tinvwl-modal.tinvwl-modal-open .tinvwl-overlay {\n visibility: visible;\n opacity: 0.5;\n}\n\n.admin-bar .tinvwl-content .tinvwl-modal {\n padding-top: 32px !important;\n}\n\n.tinvwl-content .tinvwl-modal {\n overflow-y: auto;\n overflow-x: hidden;\n top: 0;\n right: 0;\n width: 0;\n height: 0;\n z-index: 9999;\n position: fixed;\n outline: none !important;\n -webkit-backface-visibility: hidden;\n visibility: hidden;\n opacity: 0;\n text-align: right;\n -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;\n transition: opacity 0.3s ease, visibility 0.3s ease;\n}\n.tinvwl-content .tinvwl-modal .tinvwl-modal-inner {\n position: relative;\n margin: 0 auto;\n background: #fff;\n border-radius: 4px;\n}\n.tinvwl-content .tinvwl-modal.tinvwl-modal-open {\n visibility: visible;\n opacity: 1;\n width: 100%;\n height: 100%;\n}\n\n@media screen and (max-width: 1200px) {\n .tinvwl-premium-feat .row {\n display: block;\n }\n}\n@media screen and (max-width: 782px) {\n .admin-bar .tinvwl-content .tinvwl-modal {\n padding-top: 46px !important;\n }\n}\n@media screen and (max-width: 600px) {\n .admin-bar .tinvwl-content .tinvwl-modal {\n padding-top: 0 !important;\n }\n}\n.tinvwl-modal .tinvwl-table {\n height: 100%;\n}\n\n.tinvwl-content .tinvwl-modal .tinvwl-modal-inner {\n max-width: 415px;\n padding: 40px 45px;\n}\n.tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails {\n text-align: center;\n}\n.tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails p {\n margin: 0 0 26px;\n}\n.tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails .tinvwl-btn.large {\n padding: 14px 33px;\n}\n.tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails .tinvwl-btn + .tinvwl-btn {\n margin-right: 6px;\n}\n\n/* Quick Buttons */\n.tinvwl-quick-btns {\n position: fixed;\n top: 25%;\n right: 100%;\n z-index: 9999;\n}\n.tinvwl-quick-btns button {\n display: block;\n width: 117px;\n font-size: 14px;\n font-family: \"Open Sans\", Arial, sans-serif;\n font-weight: 600;\n padding: 0 0 0 35px;\n border-radius: 2px;\n border: none;\n text-decoration: none;\n background: #96b100;\n color: #ffffff;\n -webkit-transform: translateX(50px);\n transform: translateX(50px);\n transition: -webkit-transform 0.3s ease;\n -webkit-transition: -webkit-transform 0.3s ease;\n transition: transform 0.3s ease;\n transition: transform 0.3s ease, -webkit-transform 0.3s ease;\n}\n\n.tinvwl-panel.only-button .tinvwl-quick-btns .form-control {\n display: block;\n width: 119px;\n}\n\n.tinvwl-quick-btns button:hover {\n -webkit-transform: translateX(100%);\n transform: translateX(100%);\n}\n.tinvwl-quick-btns button + button {\n margin-top: 4px;\n}\n.tinvwl-quick-btns button span {\n display: inline-block;\n width: 50px;\n padding: 15px 0;\n text-align: center;\n}\n\n/* Preview Select */\n@media (min-width: 1200px) {\n .tinvwl-empty-select + .tinvwl-input-group-btn {\n text-align: left;\n }\n}\n.tinvwl-empty-select + .tinvwl-input-group-btn .tinvwl-btn {\n margin-right: 0;\n}\n\n/* Bootstrap */\n.container, .container-fluid {\n /*padding-right: 15px;\n padding-left: 15px;*/\n margin-left: auto;\n margin-right: auto;\n}\n\n@media (min-width: 768px) {\n .container {\n width: 750px;\n }\n}\n@media (min-width: 992px) {\n .container {\n width: 970px;\n }\n}\n@media (min-width: 1200px) {\n .container {\n width: 1170px;\n }\n}\n.row {\n margin-left: -15px;\n margin-right: -15px;\n}\n\n.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {\n position: relative;\n min-height: 1px;\n padding-left: 15px;\n padding-right: 15px;\n}\n\n.tinvwl-table .form-group .row {\n /*margin-left: -5px;*/\n /*margin-right: -5px;*/\n}\n.tinvwl-table .form-group [class^=col-] {\n /*padding-right: 5px;*/\n /*padding-left: 5px;*/\n}\n\n.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {\n float: right;\n}\n\n.col-xs-12 {\n float: right;\n width: 100%;\n}\n\n.col-xs-11 {\n width: 91.66666667%;\n}\n\n.col-xs-10 {\n width: 83.33333333%;\n}\n\n.col-xs-9 {\n width: 75%;\n}\n\n.col-xs-8 {\n width: 66.66666667%;\n}\n\n.col-xs-7 {\n width: 58.33333333%;\n}\n\n.col-xs-6 {\n width: 50%;\n}\n\n.col-xs-5 {\n width: 41.66666667%;\n}\n\n.col-xs-4 {\n width: 33.33333333%;\n}\n\n.col-xs-3 {\n width: 25%;\n}\n\n.col-xs-2 {\n width: 16.66666667%;\n}\n\n.col-xs-1 {\n width: 8.33333333%;\n}\n\n.col-xs-pull-12 {\n left: 100%;\n}\n\n.col-xs-pull-11 {\n left: 91.66666667%;\n}\n\n.col-xs-pull-10 {\n left: 83.33333333%;\n}\n\n.col-xs-pull-9 {\n left: 75%;\n}\n\n.col-xs-pull-8 {\n left: 66.66666667%;\n}\n\n.col-xs-pull-7 {\n left: 58.33333333%;\n}\n\n.col-xs-pull-6 {\n left: 50%;\n}\n\n.col-xs-pull-5 {\n left: 41.66666667%;\n}\n\n.col-xs-pull-4 {\n left: 33.33333333%;\n}\n\n.col-xs-pull-3 {\n left: 25%;\n}\n\n.col-xs-pull-2 {\n left: 16.66666667%;\n}\n\n.col-xs-pull-1 {\n left: 8.33333333%;\n}\n\n.col-xs-pull-0 {\n left: auto;\n}\n\n.col-xs-push-12 {\n right: 100%;\n}\n\n.col-xs-push-11 {\n right: 91.66666667%;\n}\n\n.col-xs-push-10 {\n right: 83.33333333%;\n}\n\n.col-xs-push-9 {\n right: 75%;\n}\n\n.col-xs-push-8 {\n right: 66.66666667%;\n}\n\n.col-xs-push-7 {\n right: 58.33333333%;\n}\n\n.col-xs-push-6 {\n right: 50%;\n}\n\n.col-xs-push-5 {\n right: 41.66666667%;\n}\n\n.col-xs-push-4 {\n right: 33.33333333%;\n}\n\n.col-xs-push-3 {\n right: 25%;\n}\n\n.col-xs-push-2 {\n right: 16.66666667%;\n}\n\n.col-xs-push-1 {\n right: 8.33333333%;\n}\n\n.col-xs-push-0 {\n right: auto;\n}\n\n.col-xs-offset-12 {\n margin-right: 100%;\n}\n\n.col-xs-offset-11 {\n margin-right: 91.66666667%;\n}\n\n.col-xs-offset-10 {\n margin-right: 83.33333333%;\n}\n\n.col-xs-offset-9 {\n margin-right: 75%;\n}\n\n.col-xs-offset-8 {\n margin-right: 66.66666667%;\n}\n\n.col-xs-offset-7 {\n margin-right: 58.33333333%;\n}\n\n.col-xs-offset-6 {\n margin-right: 50%;\n}\n\n.col-xs-offset-5 {\n margin-right: 41.66666667%;\n}\n\n.col-xs-offset-4 {\n margin-right: 33.33333333%;\n}\n\n.col-xs-offset-3 {\n margin-right: 25%;\n}\n\n.col-xs-offset-2 {\n margin-right: 16.66666667%;\n}\n\n.col-xs-offset-1 {\n margin-right: 8.33333333%;\n}\n\n.col-xs-offset-0 {\n margin-right: 0;\n}\n\n@media (min-width: 768px) {\n .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {\n float: right;\n }\n\n .col-sm-12 {\n float: right;\n width: 100%;\n }\n\n .col-sm-11 {\n width: 91.66666667%;\n }\n\n .col-sm-10 {\n width: 83.33333333%;\n }\n\n .col-sm-9 {\n width: 75%;\n }\n\n .col-sm-8 {\n width: 66.66666667%;\n }\n\n .col-sm-7 {\n width: 58.33333333%;\n }\n\n .col-sm-6 {\n width: 50%;\n }\n\n .col-sm-5 {\n width: 41.66666667%;\n }\n\n .col-sm-4 {\n width: 33.33333333%;\n }\n\n .col-sm-3 {\n width: 25%;\n }\n\n .col-sm-2 {\n width: 16.66666667%;\n }\n\n .col-sm-1 {\n width: 8.33333333%;\n }\n\n .col-sm-pull-12 {\n left: 100%;\n }\n\n .col-sm-pull-11 {\n left: 91.66666667%;\n }\n\n .col-sm-pull-10 {\n left: 83.33333333%;\n }\n\n .col-sm-pull-9 {\n left: 75%;\n }\n\n .col-sm-pull-8 {\n left: 66.66666667%;\n }\n\n .col-sm-pull-7 {\n left: 58.33333333%;\n }\n\n .col-sm-pull-6 {\n left: 50%;\n }\n\n .col-sm-pull-5 {\n left: 41.66666667%;\n }\n\n .col-sm-pull-4 {\n left: 33.33333333%;\n }\n\n .col-sm-pull-3 {\n left: 25%;\n }\n\n .col-sm-pull-2 {\n left: 16.66666667%;\n }\n\n .col-sm-pull-1 {\n left: 8.33333333%;\n }\n\n .col-sm-pull-0 {\n left: auto;\n }\n\n .col-sm-push-12 {\n right: 100%;\n }\n\n .col-sm-push-11 {\n right: 91.66666667%;\n }\n\n .col-sm-push-10 {\n right: 83.33333333%;\n }\n\n .col-sm-push-9 {\n right: 75%;\n }\n\n .col-sm-push-8 {\n right: 66.66666667%;\n }\n\n .col-sm-push-7 {\n right: 58.33333333%;\n }\n\n .col-sm-push-6 {\n right: 50%;\n }\n\n .col-sm-push-5 {\n right: 41.66666667%;\n }\n\n .col-sm-push-4 {\n right: 33.33333333%;\n }\n\n .col-sm-push-3 {\n right: 25%;\n }\n\n .col-sm-push-2 {\n right: 16.66666667%;\n }\n\n .col-sm-push-1 {\n right: 8.33333333%;\n }\n\n .col-sm-push-0 {\n right: auto;\n }\n\n .col-sm-offset-12 {\n margin-right: 100%;\n }\n\n .col-sm-offset-11 {\n margin-right: 91.66666667%;\n }\n\n .col-sm-offset-10 {\n margin-right: 83.33333333%;\n }\n\n .col-sm-offset-9 {\n margin-right: 75%;\n }\n\n .col-sm-offset-8 {\n margin-right: 66.66666667%;\n }\n\n .col-sm-offset-7 {\n margin-right: 58.33333333%;\n }\n\n .col-sm-offset-6 {\n margin-right: 50%;\n }\n\n .col-sm-offset-5 {\n margin-right: 41.66666667%;\n }\n\n .col-sm-offset-4 {\n margin-right: 33.33333333%;\n }\n\n .col-sm-offset-3 {\n margin-right: 25%;\n }\n\n .col-sm-offset-2 {\n margin-right: 16.66666667%;\n }\n\n .col-sm-offset-1 {\n margin-right: 8.33333333%;\n }\n\n .col-sm-offset-0 {\n margin-right: 0;\n }\n}\n@media (min-width: 992px) {\n .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {\n float: right;\n }\n\n .col-md-12 {\n float: right;\n width: 100%;\n }\n\n .col-md-11 {\n width: 91.66666667%;\n }\n\n .col-md-10 {\n width: 83.33333333%;\n }\n\n .col-md-9 {\n width: 75%;\n }\n\n .col-md-8 {\n width: 66.66666667%;\n }\n\n .col-md-7 {\n width: 58.33333333%;\n }\n\n .col-md-6 {\n width: 50%;\n }\n\n .col-md-5 {\n width: 41.66666667%;\n }\n\n .col-md-4 {\n width: 33.33333333%;\n }\n\n .col-md-3 {\n width: 25%;\n }\n\n .col-md-2 {\n width: 16.66666667%;\n }\n\n .col-md-1 {\n width: 8.33333333%;\n }\n\n .col-md-pull-12 {\n left: 100%;\n }\n\n .col-md-pull-11 {\n left: 91.66666667%;\n }\n\n .col-md-pull-10 {\n left: 83.33333333%;\n }\n\n .col-md-pull-9 {\n left: 75%;\n }\n\n .col-md-pull-8 {\n left: 66.66666667%;\n }\n\n .col-md-pull-7 {\n left: 58.33333333%;\n }\n\n .col-md-pull-6 {\n left: 50%;\n }\n\n .col-md-pull-5 {\n left: 41.66666667%;\n }\n\n .col-md-pull-4 {\n left: 33.33333333%;\n }\n\n .col-md-pull-3 {\n left: 25%;\n }\n\n .col-md-pull-2 {\n left: 16.66666667%;\n }\n\n .col-md-pull-1 {\n left: 8.33333333%;\n }\n\n .col-md-pull-0 {\n left: auto;\n }\n\n .col-md-push-12 {\n right: 100%;\n }\n\n .col-md-push-11 {\n right: 91.66666667%;\n }\n\n .col-md-push-10 {\n right: 83.33333333%;\n }\n\n .col-md-push-9 {\n right: 75%;\n }\n\n .col-md-push-8 {\n right: 66.66666667%;\n }\n\n .col-md-push-7 {\n right: 58.33333333%;\n }\n\n .col-md-push-6 {\n right: 50%;\n }\n\n .col-md-push-5 {\n right: 41.66666667%;\n }\n\n .col-md-push-4 {\n right: 33.33333333%;\n }\n\n .col-md-push-3 {\n right: 25%;\n }\n\n .col-md-push-2 {\n right: 16.66666667%;\n }\n\n .col-md-push-1 {\n right: 8.33333333%;\n }\n\n .col-md-push-0 {\n right: auto;\n }\n\n .col-md-offset-12 {\n margin-right: 100%;\n }\n\n .col-md-offset-11 {\n margin-right: 91.66666667%;\n }\n\n .col-md-offset-10 {\n margin-right: 83.33333333%;\n }\n\n .col-md-offset-9 {\n margin-right: 75%;\n }\n\n .col-md-offset-8 {\n margin-right: 66.66666667%;\n }\n\n .col-md-offset-7 {\n margin-right: 58.33333333%;\n }\n\n .col-md-offset-6 {\n margin-right: 50%;\n }\n\n .col-md-offset-5 {\n margin-right: 41.66666667%;\n }\n\n .col-md-offset-4 {\n margin-right: 33.33333333%;\n }\n\n .col-md-offset-3 {\n margin-right: 25%;\n }\n\n .col-md-offset-2 {\n margin-right: 16.66666667%;\n }\n\n .col-md-offset-1 {\n margin-right: 8.33333333%;\n }\n\n .col-md-offset-0 {\n margin-right: 0;\n }\n}\n@media (min-width: 1200px) {\n .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {\n float: right;\n }\n\n .col-lg-12 {\n float: right;\n width: 100%;\n }\n\n .col-lg-11 {\n width: 91.66666667%;\n }\n\n .col-lg-10 {\n width: 83.33333333%;\n }\n\n .col-lg-9 {\n width: 75%;\n }\n\n .col-lg-8 {\n width: 66.66666667%;\n }\n\n .col-lg-7 {\n width: 58.33333333%;\n }\n\n .col-lg-6 {\n width: 50%;\n }\n\n .col-lg-5 {\n width: 41.66666667%;\n }\n\n .col-lg-4 {\n width: 33.33333333%;\n }\n\n .col-lg-3 {\n width: 25%;\n }\n\n .col-lg-2 {\n width: 16.66666667%;\n }\n\n .col-lg-1 {\n width: 8.33333333%;\n }\n\n .col-lg-pull-12 {\n left: 100%;\n }\n\n .col-lg-pull-11 {\n left: 91.66666667%;\n }\n\n .col-lg-pull-10 {\n left: 83.33333333%;\n }\n\n .col-lg-pull-9 {\n left: 75%;\n }\n\n .col-lg-pull-8 {\n left: 66.66666667%;\n }\n\n .col-lg-pull-7 {\n left: 58.33333333%;\n }\n\n .col-lg-pull-6 {\n left: 50%;\n }\n\n .col-lg-pull-5 {\n left: 41.66666667%;\n }\n\n .col-lg-pull-4 {\n left: 33.33333333%;\n }\n\n .col-lg-pull-3 {\n left: 25%;\n }\n\n .col-lg-pull-2 {\n left: 16.66666667%;\n }\n\n .col-lg-pull-1 {\n left: 8.33333333%;\n }\n\n .col-lg-pull-0 {\n left: auto;\n }\n\n .col-lg-push-12 {\n right: 100%;\n }\n\n .col-lg-push-11 {\n right: 91.66666667%;\n }\n\n .col-lg-push-10 {\n right: 83.33333333%;\n }\n\n .col-lg-push-9 {\n right: 75%;\n }\n\n .col-lg-push-8 {\n right: 66.66666667%;\n }\n\n .col-lg-push-7 {\n right: 58.33333333%;\n }\n\n .col-lg-push-6 {\n right: 50%;\n }\n\n .col-lg-push-5 {\n right: 41.66666667%;\n }\n\n .col-lg-push-4 {\n right: 33.33333333%;\n }\n\n .col-lg-push-3 {\n right: 25%;\n }\n\n .col-lg-push-2 {\n right: 16.66666667%;\n }\n\n .col-lg-push-1 {\n right: 8.33333333%;\n }\n\n .col-lg-push-0 {\n right: auto;\n }\n\n .col-lg-offset-12 {\n margin-right: 100%;\n }\n\n .col-lg-offset-11 {\n margin-right: 91.66666667%;\n }\n\n .col-lg-offset-10 {\n margin-right: 83.33333333%;\n }\n\n .col-lg-offset-9 {\n margin-right: 75%;\n }\n\n .col-lg-offset-8 {\n margin-right: 66.66666667%;\n }\n\n .col-lg-offset-7 {\n margin-right: 58.33333333%;\n }\n\n .col-lg-offset-6 {\n margin-right: 50%;\n }\n\n .col-lg-offset-5 {\n margin-right: 41.66666667%;\n }\n\n .col-lg-offset-4 {\n margin-right: 33.33333333%;\n }\n\n .col-lg-offset-3 {\n margin-right: 25%;\n }\n\n .col-lg-offset-2 {\n margin-right: 16.66666667%;\n }\n\n .col-lg-offset-1 {\n margin-right: 8.33333333%;\n }\n\n .col-lg-offset-0 {\n margin-right: 0;\n }\n}\n@media (max-width: 1199px) {\n .tinvwl-table .row > [class^=col-md-] + [class^=col-md-], .tinvwl-table .row > [class^=col-lg-] + [class^=col-lg-] {\n padding-top: 30px;\n }\n .tinvwl-table .form-group > [class^=col-md-] + [class^=col-md-], .tinvwl-table .form-group > [class^=col-lg-] + [class^=col-lg-] {\n padding-top: 30px;\n }\n}\n.fade {\n opacity: 0;\n -webkit-transition: opacity 0.15s linear;\n transition: opacity 0.15s linear;\n}\n.fade.in {\n opacity: 1;\n}\n\n.form-horizontal .form-group {\n margin-left: -15px;\n margin-right: -15px;\n}\n\n.form-group {\n margin-bottom: 23px;\n}\n\n.form-horizontal:last-of-type .form-group {\n /*margin-bottom: 0;*/\n}\n\n.tinvwl-inner .form-group + .form-group > label {\n /*margin-top: 7px;*/\n}\n\n.form-control {\n display: block;\n width: 100%;\n}\n\nlabel.one-line {\n display: inline-block;\n margin-bottom: 0;\n margin-left: 10px;\n}\n\n.control-label label {\n display: block;\n margin-bottom: 10px;\n}\n\n.form-horizontal .control-label label {\n padding-top: 9px;\n margin-bottom: 0;\n}\n\n@media (min-width: 1200px) {\n .tinvwl-table .tinvwl-header-row label {\n margin-bottom: 0;\n }\n .tinvwl-table .tinvwl-header-row .form-group {\n margin-top: -7px;\n margin-bottom: 13px;\n }\n}\n@media (max-width: 1199px) {\n .form-horizontal .control-label label {\n margin-bottom: 10px;\n }\n\n .tinvwl-table .tinvwl-header-row label {\n padding-top: 3px;\n }\n}\n.tinvwl-input-group-btn {\n margin-top: 13px;\n}\n\n.tinvwl-input-group {\n position: relative;\n display: table;\n border-collapse: separate;\n}\n\n.tinvwl-input-group-addon {\n width: 1%;\n white-space: nowrap;\n vertical-align: middle;\n}\n\n.tinvwl-input-group-btn {\n width: 1%;\n white-space: nowrap;\n vertical-align: middle;\n margin-top: 0;\n position: relative;\n white-space: nowrap;\n}\n.tinvwl-input-group-btn .tinvwl-btn {\n margin-right: 10px;\n}\n.tinvwl-input-group-btn > .btn {\n position: relative;\n}\n\n.tinvwl-input-group .form-control, .tinvwl-input-group-addon, .tinvwl-input-group-btn {\n display: table-cell;\n}\n\n.tinvwl-input-group .form-control {\n position: relative;\n z-index: 2;\n float: right;\n width: 100%;\n margin-bottom: 0;\n}\n\n@media only screen and (max-width: 1199px) {\n .tinvwl-input-group:not(.tinvwl-no-full) {\n display: block;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control {\n float: none;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {\n padding-top: 10px;\n padding-right: 0;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn, .tinvwl-input-group:not(.tinvwl-no-full) .form-control {\n display: block;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {\n margin-right: 0;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > input, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > button {\n margin-right: 0;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > input, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > button {\n margin-right: 0;\n }\n}\n.text-right {\n text-align: left;\n}\n\n@media (max-width: 1199px) {\n .text-right {\n text-align: right;\n }\n}\n@media (min-width: 768px) {\n .form-inline .form-group {\n display: inline-block;\n margin-bottom: 0;\n vertical-align: middle;\n }\n .form-inline .form-control {\n display: inline-block;\n width: auto;\n vertical-align: middle;\n }\n .form-inline .form-control-static {\n display: inline-block;\n }\n .form-inline .tinvwl-input-group {\n display: inline-table;\n vertical-align: middle;\n }\n .form-inline .tinvwl-input-group .tinvwl-input-group-addon, .form-inline .tinvwl-input-group .tinvwl-input-group-btn, .form-inline .tinvwl-input-group .form-control {\n width: auto;\n }\n .form-inline .tinvwl-input-group > .form-control {\n width: 100%;\n }\n .form-inline .control-label label {\n margin-bottom: 0;\n vertical-align: middle;\n }\n .form-inline .radio, .form-inline .checkbox {\n display: inline-block;\n margin-top: 0;\n margin-bottom: 0;\n vertical-align: middle;\n }\n .form-inline .radio label, .form-inline .checkbox label {\n padding-right: 0;\n }\n .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {\n position: relative;\n margin-right: 0;\n }\n .form-inline .has-feedback .form-control-feedback {\n top: 0;\n }\n}\n/*************************IMAGES *******************************/\n.logo_heart {\n background: url(\"../img/logo_heart.png\") no-repeat center;\n display: inline-block;\n background-size: 54px 54px;\n width: 54px;\n height: 54px;\n}\n\n.admin-rescue {\n background: url(\"../img/admin-rescue.png\") no-repeat center;\n display: inline-block;\n background-size: 61px 60px;\n width: 61px;\n height: 60px;\n}\n\n.admin-update {\n background: url(\"../img/admin-update.png\") no-repeat center;\n display: inline-block;\n background-size: 61px 60px;\n width: 61px;\n height: 60px;\n}\n\n.wizard_logo {\n background: url(\"../img/wizard_logo.png\") no-repeat center;\n background-size: 54px 54px;\n width: 54px;\n height: 54px;\n display: block;\n margin: 10px auto;\n}\n\n.wizard_setup {\n background: url(\"../img/wizard_setup.png\") no-repeat center;\n display: inline-block;\n background-size: 143px 144px;\n width: 143px;\n height: 144px;\n}\n\n.premium_adv {\n background: url(\"../img/premium_logo.png\") no-repeat center;\n display: inline-block;\n margin: 0 auto 35px;\n background-size: 107px 106px;\n width: 107px;\n height: 106px;\n}\n\n/************************** RETINA *************************/\n.tinvwl-content select {\n background-size: 13px 8px;\n}\n\n.tinvwl-select + .tinvwl-caret span {\n background-size: 13px 18px;\n}\n\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {\n background-size: 20px 30px;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {\n background-size: 20px 30px;\n}\n\n.tinvwl-color-picker .tinvwl-eyedropper {\n background-size: 28px 29px;\n}\n\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {\n .tinvwl-content select {\n background-image: url(\"../img/select_caret@2x.png\");\n }\n\n .tinvwl-select + .tinvwl-caret span {\n background-image: url(\"../img/chevron_down@2x.png\");\n }\n\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {\n background-image: url(\"../img/chevron_icon@2x.png\");\n }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {\n background-image: url(\"../img/chevron_icon@2x.png\");\n }\n\n .tinvwl-color-picker .tinvwl-eyedropper {\n background-image: url(\"../img/color_icon@2x.png\");\n }\n\n .logo_heart {\n background-image: url(\"../img/logo_heart@2x.png\");\n }\n\n .admin-rescue {\n background-image: url(\"../img/admin-rescue@2x.png\");\n }\n\n .admin-update {\n background-image: url(\"../img/admin-update@2x.png\");\n }\n\n .wizard_logo {\n background-image: url(\"../img/wizard_logo@2x.png\");\n }\n\n .wizard_setup {\n background-image: url(\"../img/wizard_setup@2x.png\");\n }\n}\n/******************STYLE HEADINGS*********************/\n#style_options .tinvwl-table tbody tr .tinvwl-inner h2 {\n font-size: 18px;\n color: #291C09;\n text-transform: capitalize;\n font-weight: 600;\n margin-bottom: 21px;\n padding: 14px 0;\n}\n\n::-webkit-input-placeholder {\n color: #e5e5e5;\n opacity: 1 !important;\n /* for older chrome versions. may no longer apply. */\n}\n\n:-moz-placeholder {\n /* Firefox 18- */\n color: #e5e5e5;\n opacity: 1 !important;\n}\n\n::-moz-placeholder {\n /* Firefox 19+ */\n color: #e5e5e5;\n opacity: 1 !important;\n}\n\n:-ms-input-placeholder {\n color: #e5e5e5;\n}"]}
assets/css/admin-rtl.min.css CHANGED
@@ -1,6 +1,6 @@
1
  /**
2
  * TI WooCommerce Wishlist Plugin - Allow your store guests and customers to add products to Wishlist. Add Wishlist functionality to your store for free.
3
- * @version 1.26.1
4
  * @link https://wordpress.org/plugins/ti-woocommerce-wishlist/
5
  */
6
  *{-webkit-box-sizing:border-box;box-sizing:border-box}
@@ -28,7 +28,7 @@ div.error,div.updated{margin-left:40px}
28
  body .tinvwl-header,body .tinvwl-content{font-family:Arial,sans-serif;font-size:14px;line-height:1.429;color:#6b625a}
29
  button,input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}
30
  label,.tinv-label{display:block;font-size:15px;font-family:"Open Sans","Helvetica Neue",sans-serif;color:#291c09;font-weight:600;margin-bottom:7px}
31
- h1,h2,h3,h4,h5,h6,.wrap h1{color:#291c09;font-family:'Open Sans',Arial,sans-serif;font-weight:normal;line-height:1.313;padding:0;margin:0;border:0}
32
  h1,.wrap h1{font-size:30px}
33
  h2{font-size:26px}
34
  h3{font-size:22px}
@@ -39,9 +39,9 @@ h6{font-size:12px}
39
  #toplevel_page_tinvwl ul li:hover ul,#toplevel_page_tinvwl ul li.current ul{display:block;right:145px;margin-right:15px;position:absolute;top:0}
40
  .status-panel>div{display:inline-block;margin-right:21px}
41
  .status-panel .button-link{background-color:#ff5739;color:#FFF;text-decoration:none;text-transform:uppercase;line-height:10px;font-weight:600;height:48px;display:table-cell;border-radius:5px;padding:0 17px;vertical-align:middle}
42
- .status-panel .button-link span::before{color:#ffdc00;display:inline-block;font:normal 12px/1 'dashicons';vertical-align:bottom;-webkit-font-smoothing:antialiased;content:"\f155"}
43
  .status-panel .button-round{border:2px solid #f1f1f1;border-radius:50%;width:43px;padding-top:5px;padding-right:2px;height:40px;display:table-cell;text-align:center;vertical-align:middle}
44
- .status-panel .status-tutorial span::before{color:#515151;display:inline-block;font:normal 24px/1 'dashicons';vertical-align:middle;-webkit-font-smoothing:antialiased;content:"\f118"}
45
  .tinvwl-status-message{font-family:Arial,sans-serif;font-size:14px;line-height:1.429;margin-top:40px;color:#6b625a;border-top:2px solid #f6f3ed}
46
  .tinvwl-status-message .tinvwl-title{padding:13px 20px;float:right;width:142px;font-weight:bold}
47
  .tinvwl-status-message.type-error .tinvwl-title,.tinvwl-status-message.type-tip .tinvwl-title{color:#fff}
@@ -50,9 +50,9 @@ h6{font-size:12px}
50
  .tinvwl-status-message.type-tip .tinvwl-title{background:#30aec4}
51
  .tinvwl-status-message.type-attention .tinvwl-title{background:#ffe900}
52
  .tinvwl-status-message .tinvwl-title i{margin-left:10px}
53
- .tinvwl-status-message.type-error>.tinvwl-title>i:before{content:"\f00d"}
54
- .tinvwl-status-message.type-tip>.tinvwl-title>i:before{content:"\f05a"}
55
- .tinvwl-status-message.type-attention>.tinvwl-title>i:before{content:"\f071"}
56
  .tinvwl-status-message .tinvwl-message{padding:13px 20px;overflow:hidden;height:100%;background:#faf9f7}
57
  .tinvwl-content a{text-decoration:none;color:#30aec4}
58
  .tinvwl-content a:hover,.tinvwl-content a:active,.tinvwl-content a:focus{color:#524737}
@@ -68,7 +68,7 @@ h6{font-size:12px}
68
  .tinvwl-content input[type=text]:disabled,.tinvwl-content input[type=password]:disabled,.tinvwl-content input[type=color]:disabled,.tinvwl-content input[type=date]:disabled,.tinvwl-content input[type=datetime]:disabled,.tinvwl-content input[type=datetime-local]:disabled,.tinvwl-content input[type=email]:disabled,.tinvwl-content input[type=month]:disabled,.tinvwl-content input[type=number]:disabled,.tinvwl-content input[type=tel]:disabled,.tinvwl-content input[type=time]:disabled,.tinvwl-content input[type=url]:disabled,.tinvwl-content input[type=week]:disabled,.tinvwl-content input[type=search]:disabled{font-size:15px;font-family:"Open Sans","Helvetica Neue",sans-serif;font-weight:600;color:#291c09;background-color:#f6f3ed;border-color:#f6f3ed}
69
  .tinvwl-content select{font-family:Arial,sans-serif;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding:9px 13px 9px 40px;background-color:#fff;background-image:url("../img/select_caret.png");background-repeat:no-repeat;background-position:4% center;background-position:calc(100% - (100% - 15px)) center}
70
  .tinvwl-content select:disabled{font-size:15px;font-family:"Open Sans","Helvetica Neue",sans-serif;font-weight:600;color:#291c09;background-color:#f6f3ed;border-color:#f6f3ed}
71
- .tinvwl-content select[multiple="multiple"]{padding:9px 13px;background:#fff}
72
  .tinvwl-content .tinvwl-select.grey{font-size:14px;font-family:"Arial","Helvetica Neue",Helvetica,sans-serif;padding:8px 11px;height:35px;border:0;color:#5d5d5d;background:#f4f3ef}
73
  .tinvwl-select-wrap{position:relative;display:inline-block;vertical-align:middle;cursor:pointer}
74
  .tinvwl-content select.tinvwl-select.grey{padding-left:47px;margin:0;border-radius:4px}
@@ -95,19 +95,19 @@ h6{font-size:12px}
95
  .tinvwl-panel.only-button #save_buttons--setting_reset .form-control:hover{color:#fff;background-color:#515151}
96
  .tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split:hover span{background:#434343}
97
  #doaction,#doaction2,#post-query-submit{margin:0}
98
- button,input[type="submit"]{display:inline-block;vertical-align:middle;margin:0;font-family:'Open Sans',Arial,sans-serif;font-size:14px;line-height:normal;cursor:pointer;text-decoration:none}
99
- .tinvwl-btn{display:inline-block;vertical-align:middle;margin:0;font-family:'Open Sans',Arial,sans-serif;font-size:14px;line-height:normal;cursor:pointer;text-decoration:none;padding:11px 18px 12px 19px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:-.025em;border:0;border-radius:2px;color:#fff;background-color:#96b100}
100
- a.tinvwl-btn{padding:11px 18px 12px 19px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:-.025em;border:0;border-radius:2px;color:#fff;background-color:#96b100}
101
  .tinvwl-btn.large{padding:14px 18px 14px 19px}
102
  .tinvwl-btn.small{padding:6px 11px 7px}
103
  .tinvwl-btn.smaller{padding:11px 18px 12px}
104
  .tinvwl-btn.red,.tinvwl-btn.green,.tinvwl-btn.dark-green,.tinvwl-btn.black{font-weight:800}
105
  .tinvwl-btn.grey{margin:0;padding:8px 12px;font-weight:bold;color:#3e3e3e;background:#f4f3ef}
106
  .tinvwl-btn.grey.large{font-weight:800;padding:14px 18px 14px 19px}
107
- .tinvwl-btn.grey.w-icon{letter-spacing:-.025em}
108
  .tinvwl-btn.red{color:#fff;background-color:#ff5739}
109
  .tinvwl-btn.orange{color:#fff;background-color:#ff9f07}
110
- .tinvwl-btn.white.smaller{font-size:14px;font-weight:bold;letter-spacing:-.05em;padding:10px 15px 11px;border:1px solid rgba(0,0,0,0.14);-webkit-box-shadow:-1px 2px 4px 0 rgba(0,0,0,0.1);box-shadow:-1px 2px 4px 0 rgba(0,0,0,0.1)}
111
  .tinvwl-btn.white.small{font-family:Arial,sans-serif;font-size:14px;text-transform:none;font-weight:normal;border:1px solid rgba(0,0,0,0.14);-webkit-box-shadow:-1px 2px 4px 0 rgba(0,0,0,0.1);box-shadow:-1px 2px 4px 0 rgba(0,0,0,0.1);padding:9px 18px;color:#4f4639}
112
  .tinvwl-btn.small.white:hover,.tinvwl-btn.small.white:active,.tinvwl-btn.small.white:focus{color:#fff}
113
  .tinvwl-btn.white{color:#291c09;background:#fff}
@@ -145,7 +145,7 @@ a.tinvwl-btn:not(:disabled):hover,a.tinvwl-btn:not(:disabled):active,a.tinvwl-bt
145
  .tinvwl-header .icon.border-grey{position:relative;display:inline-block;width:45px;height:45px;line-height:45px;text-align:center;background:#fff;border:2px solid #f1f1f1;border-radius:50%;color:#3e3e3e}
146
  .tinvwl-header .icon.border-grey:hover{border-color:#515151}
147
  .tinvwl-header .icon.w-lines{position:relative;padding:0 30px}
148
- .tinvwl-header .icon.w-lines:before,.tinvwl-header .icon.w-lines:after{content:'';position:absolute;top:50%;top:calc(50% - 1px);width:17px;height:1px;background:rgba(0,0,0,0.12)}
149
  .tinvwl-header .icon.w-lines:before{right:0}
150
  .tinvwl-header .icon.w-lines:after{left:0}
151
  .tinvwl-header .icon .badge{position:absolute;top:-5px;left:-10px;display:inline-block;min-width:26px;height:26px;font-size:11px;line-height:19px;font-weight:bold;background:#ff5739;border:3px solid #fff;color:#fff;border-radius:50%}
@@ -203,8 +203,8 @@ a.tinvwl-btn:not(:disabled):hover,a.tinvwl-btn:not(:disabled):active,a.tinvwl-bt
203
  .tinvwl-content .widefat thead td.pause-play-column{padding:0;width:53px;text-align:center}
204
  .tinvwl-content .widefat tbody th.pause-play-column{padding:0;width:53px;text-align:center}
205
  .tinvwl-content th.sortable a,.tinvwl-content th.sorted a{padding:0}
206
- .tinvwl-content .widefat th{font-size:14px;font-weight:600;font-family:"Open Sans","Helvetica Neue",sans-serif;color:#291c09;text-transform:uppercase;letter-spacing:-.025em}
207
- .tinvwl-content th.sortable>a,.tinvwl-content th.sorted>a{font-size:14px;font-weight:600;font-family:"Open Sans","Helvetica Neue",sans-serif;color:#291c09;text-transform:uppercase;letter-spacing:-.025em}
208
  .tinvwl-content th.sortable>a,.tinvwl-content th.sorted>a{display:inline-block;vertical-align:middle}
209
  .tinvwl-content .widefat th.sortable>a,.tinvwl-content .widefat th.sorted>a{position:relative}
210
  .tinvwl-content .widefat th.sortable>a .sorting-indicator,.tinvwl-content .widefat th.sorted>a .sorting-indicator{position:absolute;top:50%;left:0;margin-top:-2px}
@@ -286,7 +286,7 @@ a.tinvwl-btn:not(:disabled):hover,a.tinvwl-btn:not(:disabled):active,a.tinvwl-bt
286
  .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info{display:table-cell}
287
  .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info .tinvwl-inner{display:block}
288
  .tinvwl-style-options tbody+tbody>.tinvwl-bodies-border .tinvwl-info .tinvwl-inner{display:block}
289
- textarea[name="style_plain-css"]{height:150px}
290
  .tinvwl-table tbody+tbody>.tinvwl-bodies-border{display:table-row}
291
  .tinvwl-table tbody+tbody>.tinvwl-bodies-border:first-child>td:first-child>.tinvwl-inner{padding-top:30px;margin-top:10px;border-top:2px solid rgba(219,219,219,0.522)}
292
  .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner{padding-bottom:15px;margin-bottom:30px;border-bottom:2px solid rgba(219,219,219,0.522)}
@@ -316,7 +316,7 @@ textarea[name="style_plain-css"]{height:150px}
316
  .popover.right{margin-right:10px}
317
  .popover.bottom{margin-top:10px}
318
  .popover.left{margin-right:-10px}
319
- .popover-title{padding:30px 30px 0;margin:0;font-family:'Open Sans',Arial,sans-serif;font-size:14px;font-weight:600;line-height:1.714;text-transform:uppercase;letter-spacing:-.35px}
320
  .popover-content{padding:25px 30px 30px;color:#5d5d5d;font-family:Arial,sans-serif;font-size:14px;line-height:1.429}
321
  .popover>.arrow{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;border-width:11px;margin-right:0;overflow:visible}
322
  .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;content:none;z-index:9999;background:0;-webkit-box-shadow:none;box-shadow:none;position:absolute;right:auto;top:auto;width:auto;height:auto;-webkit-transform:none;transform:none;content:"";border-width:10px}
@@ -353,11 +353,11 @@ textarea[name="style_plain-css"]{height:150px}
353
  .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe h2{color:#453a2a;margin:30px auto 20px}
354
  .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe p{font-size:16px;padding-right:10px;padding-left:10px}
355
  .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group{width:90%;position:relative;margin:10px auto}
356
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type="email"]{width:65%;height:45px}
357
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type="submit"]{width:30%}
358
  .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe #mc_embed_signup{margin-bottom:30px}
359
- .tinvwl-premium-feat h2{font-size:30px;text-transform:uppercase;letter-spacing:-.025em;line-height:1;color:#fff}
360
- .tinvwl-premium-feat .tinvwl-pic-col{border:5px solid #fff;text-align:center;background:#df4c57;background:linear-gradient(-135deg,#df4c57 0,#f78c62 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#df4c57',endColorstr='#f78c62',GradientType=1);padding:50px 10px;color:#fff}
361
  .tinvwl-premium-feat .tinvwl-pic-col img{display:block;margin:0 auto}
362
  .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white{color:#ff5739}
363
  .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white:hover{color:#fff}
@@ -559,7 +559,7 @@ label.one-line{display:inline-block;margin-bottom:0;margin-left:10px}
559
  .form-inline .control-label label{margin-bottom:0;vertical-align:middle}
560
  .form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
561
  .form-inline .radio label,.form-inline .checkbox label{padding-right:0}
562
- .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-right:0}
563
  .form-inline .has-feedback .form-control-feedback{top:0}
564
  }@media(min-width:992px){.container{width:970px}
565
  .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:right}
@@ -617,7 +617,7 @@ label.one-line{display:inline-block;margin-bottom:0;margin-left:10px}
617
  }@media(min-width:1200px){.tinvwl-icon-preview{margin-bottom:0}
618
  .tinvwl-style-options .tinvwl-table .tinvwl-inner .form-horizontal{width:67%}
619
  .tinvwl-table tr.tinvwl-full-width .control-label label{margin-bottom:10px}
620
- .tinvwl-table tr.tinvwl-full-width [class^="col-lg-"],.tinvwl-table tr.tinvwl-full-width [class^="col-md-"]{width:100%}
621
  .tinvwl-table tr.tinvwl-full-width textarea{height:250px;padding:15px}
622
  .tiwl-notifications-style-logo img{float:left}
623
  .tinvwl-table .tinvwl-form-onoff,.tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6>.tinvwl-btn,.tinvwl-btns-group .tinvwl-btn{float:left}
@@ -718,14 +718,14 @@ div.error,div.updated{margin-top:20px;margin-right:20px;margin-left:20px}
718
  .tinvwl-header .tinvwl-title{display:block;margin:0 auto}
719
  .tinwl-logo h2{padding-right:0;margin-right:0;margin-top:6px}
720
  .tinvwl-header .tinvwl-title{position:relative;padding-right:12px;padding-left:12px;padding-top:13px;margin-right:0;margin-top:16px;border-right:0}
721
- .tinvwl-header .tinvwl-title:before{content:'';position:absolute;top:0;right:0;left:0;width:40px;height:1px;margin:0 auto;background:#dcddde}
722
  .form-horizontal .control-label .tinvwl-empty{display:none}
723
  .tinvwl-style-options .tinvwl-empty-info,.tinvwl-style-options .tinvwl-info{display:none !important}
724
  .tinvwl-style-options .tinvwl-table thead th:first-child,.tinvwl-style-options .tinvwl-bodies-border td:first-child{padding-left:30px !important}
725
  .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner{padding-bottom:0}
726
  .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner .form-group{margin-bottom:20px}
727
- .tinvwl-table .row>[class^="col-md-"]+[class^="col-md-"],.tinvwl-table .row>[class^="col-lg-"]+[class^="col-lg-"]{padding-top:30px}
728
- .tinvwl-table .form-group>[class^="col-md-"]+[class^="col-md-"],.tinvwl-table .form-group>[class^="col-lg-"]+[class^="col-lg-"]{padding-top:30px}
729
  .form-horizontal .control-label label{margin-bottom:10px}
730
  .tinvwl-table .tinvwl-header-row label{padding-top:3px}
731
  .text-right{text-align:right}
1
  /**
2
  * TI WooCommerce Wishlist Plugin - Allow your store guests and customers to add products to Wishlist. Add Wishlist functionality to your store for free.
3
+ * @version 1.27.0
4
  * @link https://wordpress.org/plugins/ti-woocommerce-wishlist/
5
  */
6
  *{-webkit-box-sizing:border-box;box-sizing:border-box}
28
  body .tinvwl-header,body .tinvwl-content{font-family:Arial,sans-serif;font-size:14px;line-height:1.429;color:#6b625a}
29
  button,input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}
30
  label,.tinv-label{display:block;font-size:15px;font-family:"Open Sans","Helvetica Neue",sans-serif;color:#291c09;font-weight:600;margin-bottom:7px}
31
+ h1,h2,h3,h4,h5,h6,.wrap h1{color:#291c09;font-family:"Open Sans",Arial,sans-serif;font-weight:normal;line-height:1.313;padding:0;margin:0;border:0}
32
  h1,.wrap h1{font-size:30px}
33
  h2{font-size:26px}
34
  h3{font-size:22px}
39
  #toplevel_page_tinvwl ul li:hover ul,#toplevel_page_tinvwl ul li.current ul{display:block;right:145px;margin-right:15px;position:absolute;top:0}
40
  .status-panel>div{display:inline-block;margin-right:21px}
41
  .status-panel .button-link{background-color:#ff5739;color:#FFF;text-decoration:none;text-transform:uppercase;line-height:10px;font-weight:600;height:48px;display:table-cell;border-radius:5px;padding:0 17px;vertical-align:middle}
42
+ .status-panel .button-link span::before{color:#ffdc00;display:inline-block;font:normal 12px/1 "dashicons";vertical-align:bottom;-webkit-font-smoothing:antialiased;content:""}
43
  .status-panel .button-round{border:2px solid #f1f1f1;border-radius:50%;width:43px;padding-top:5px;padding-right:2px;height:40px;display:table-cell;text-align:center;vertical-align:middle}
44
+ .status-panel .status-tutorial span::before{color:#515151;display:inline-block;font:normal 24px/1 "dashicons";vertical-align:middle;-webkit-font-smoothing:antialiased;content:""}
45
  .tinvwl-status-message{font-family:Arial,sans-serif;font-size:14px;line-height:1.429;margin-top:40px;color:#6b625a;border-top:2px solid #f6f3ed}
46
  .tinvwl-status-message .tinvwl-title{padding:13px 20px;float:right;width:142px;font-weight:bold}
47
  .tinvwl-status-message.type-error .tinvwl-title,.tinvwl-status-message.type-tip .tinvwl-title{color:#fff}
50
  .tinvwl-status-message.type-tip .tinvwl-title{background:#30aec4}
51
  .tinvwl-status-message.type-attention .tinvwl-title{background:#ffe900}
52
  .tinvwl-status-message .tinvwl-title i{margin-left:10px}
53
+ .tinvwl-status-message.type-error>.tinvwl-title>i:before{content:""}
54
+ .tinvwl-status-message.type-tip>.tinvwl-title>i:before{content:""}
55
+ .tinvwl-status-message.type-attention>.tinvwl-title>i:before{content:""}
56
  .tinvwl-status-message .tinvwl-message{padding:13px 20px;overflow:hidden;height:100%;background:#faf9f7}
57
  .tinvwl-content a{text-decoration:none;color:#30aec4}
58
  .tinvwl-content a:hover,.tinvwl-content a:active,.tinvwl-content a:focus{color:#524737}
68
  .tinvwl-content input[type=text]:disabled,.tinvwl-content input[type=password]:disabled,.tinvwl-content input[type=color]:disabled,.tinvwl-content input[type=date]:disabled,.tinvwl-content input[type=datetime]:disabled,.tinvwl-content input[type=datetime-local]:disabled,.tinvwl-content input[type=email]:disabled,.tinvwl-content input[type=month]:disabled,.tinvwl-content input[type=number]:disabled,.tinvwl-content input[type=tel]:disabled,.tinvwl-content input[type=time]:disabled,.tinvwl-content input[type=url]:disabled,.tinvwl-content input[type=week]:disabled,.tinvwl-content input[type=search]:disabled{font-size:15px;font-family:"Open Sans","Helvetica Neue",sans-serif;font-weight:600;color:#291c09;background-color:#f6f3ed;border-color:#f6f3ed}
69
  .tinvwl-content select{font-family:Arial,sans-serif;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding:9px 13px 9px 40px;background-color:#fff;background-image:url("../img/select_caret.png");background-repeat:no-repeat;background-position:4% center;background-position:calc(100% - (100% - 15px)) center}
70
  .tinvwl-content select:disabled{font-size:15px;font-family:"Open Sans","Helvetica Neue",sans-serif;font-weight:600;color:#291c09;background-color:#f6f3ed;border-color:#f6f3ed}
71
+ .tinvwl-content select[multiple=multiple]{padding:9px 13px;background:#fff}
72
  .tinvwl-content .tinvwl-select.grey{font-size:14px;font-family:"Arial","Helvetica Neue",Helvetica,sans-serif;padding:8px 11px;height:35px;border:0;color:#5d5d5d;background:#f4f3ef}
73
  .tinvwl-select-wrap{position:relative;display:inline-block;vertical-align:middle;cursor:pointer}
74
  .tinvwl-content select.tinvwl-select.grey{padding-left:47px;margin:0;border-radius:4px}
95
  .tinvwl-panel.only-button #save_buttons--setting_reset .form-control:hover{color:#fff;background-color:#515151}
96
  .tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split:hover span{background:#434343}
97
  #doaction,#doaction2,#post-query-submit{margin:0}
98
+ button,input[type=submit]{display:inline-block;vertical-align:middle;margin:0;font-family:"Open Sans",Arial,sans-serif;font-size:14px;line-height:normal;cursor:pointer;text-decoration:none}
99
+ .tinvwl-btn{display:inline-block;vertical-align:middle;margin:0;font-family:"Open Sans",Arial,sans-serif;font-size:14px;line-height:normal;cursor:pointer;text-decoration:none;padding:11px 18px 12px 19px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:-0.025em;border:0;border-radius:2px;color:#fff;background-color:#96b100}
100
+ a.tinvwl-btn{padding:11px 18px 12px 19px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:-0.025em;border:0;border-radius:2px;color:#fff;background-color:#96b100}
101
  .tinvwl-btn.large{padding:14px 18px 14px 19px}
102
  .tinvwl-btn.small{padding:6px 11px 7px}
103
  .tinvwl-btn.smaller{padding:11px 18px 12px}
104
  .tinvwl-btn.red,.tinvwl-btn.green,.tinvwl-btn.dark-green,.tinvwl-btn.black{font-weight:800}
105
  .tinvwl-btn.grey{margin:0;padding:8px 12px;font-weight:bold;color:#3e3e3e;background:#f4f3ef}
106
  .tinvwl-btn.grey.large{font-weight:800;padding:14px 18px 14px 19px}
107
+ .tinvwl-btn.grey.w-icon{letter-spacing:-0.025em}
108
  .tinvwl-btn.red{color:#fff;background-color:#ff5739}
109
  .tinvwl-btn.orange{color:#fff;background-color:#ff9f07}
110
+ .tinvwl-btn.white.smaller{font-size:14px;font-weight:bold;letter-spacing:-0.05em;padding:10px 15px 11px;border:1px solid rgba(0,0,0,0.14);-webkit-box-shadow:-1px 2px 4px 0 rgba(0,0,0,0.1);box-shadow:-1px 2px 4px 0 rgba(0,0,0,0.1)}
111
  .tinvwl-btn.white.small{font-family:Arial,sans-serif;font-size:14px;text-transform:none;font-weight:normal;border:1px solid rgba(0,0,0,0.14);-webkit-box-shadow:-1px 2px 4px 0 rgba(0,0,0,0.1);box-shadow:-1px 2px 4px 0 rgba(0,0,0,0.1);padding:9px 18px;color:#4f4639}
112
  .tinvwl-btn.small.white:hover,.tinvwl-btn.small.white:active,.tinvwl-btn.small.white:focus{color:#fff}
113
  .tinvwl-btn.white{color:#291c09;background:#fff}
145
  .tinvwl-header .icon.border-grey{position:relative;display:inline-block;width:45px;height:45px;line-height:45px;text-align:center;background:#fff;border:2px solid #f1f1f1;border-radius:50%;color:#3e3e3e}
146
  .tinvwl-header .icon.border-grey:hover{border-color:#515151}
147
  .tinvwl-header .icon.w-lines{position:relative;padding:0 30px}
148
+ .tinvwl-header .icon.w-lines:before,.tinvwl-header .icon.w-lines:after{content:"";position:absolute;top:50%;top:calc(50% - 1px);width:17px;height:1px;background:rgba(0,0,0,0.12)}
149
  .tinvwl-header .icon.w-lines:before{right:0}
150
  .tinvwl-header .icon.w-lines:after{left:0}
151
  .tinvwl-header .icon .badge{position:absolute;top:-5px;left:-10px;display:inline-block;min-width:26px;height:26px;font-size:11px;line-height:19px;font-weight:bold;background:#ff5739;border:3px solid #fff;color:#fff;border-radius:50%}
203
  .tinvwl-content .widefat thead td.pause-play-column{padding:0;width:53px;text-align:center}
204
  .tinvwl-content .widefat tbody th.pause-play-column{padding:0;width:53px;text-align:center}
205
  .tinvwl-content th.sortable a,.tinvwl-content th.sorted a{padding:0}
206
+ .tinvwl-content .widefat th{font-size:14px;font-weight:600;font-family:"Open Sans","Helvetica Neue",sans-serif;color:#291c09;text-transform:uppercase;letter-spacing:-0.025em}
207
+ .tinvwl-content th.sortable>a,.tinvwl-content th.sorted>a{font-size:14px;font-weight:600;font-family:"Open Sans","Helvetica Neue",sans-serif;color:#291c09;text-transform:uppercase;letter-spacing:-0.025em}
208
  .tinvwl-content th.sortable>a,.tinvwl-content th.sorted>a{display:inline-block;vertical-align:middle}
209
  .tinvwl-content .widefat th.sortable>a,.tinvwl-content .widefat th.sorted>a{position:relative}
210
  .tinvwl-content .widefat th.sortable>a .sorting-indicator,.tinvwl-content .widefat th.sorted>a .sorting-indicator{position:absolute;top:50%;left:0;margin-top:-2px}
286
  .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info{display:table-cell}
287
  .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info .tinvwl-inner{display:block}
288
  .tinvwl-style-options tbody+tbody>.tinvwl-bodies-border .tinvwl-info .tinvwl-inner{display:block}
289
+ textarea[name=style_plain-css]{height:150px}
290
  .tinvwl-table tbody+tbody>.tinvwl-bodies-border{display:table-row}
291
  .tinvwl-table tbody+tbody>.tinvwl-bodies-border:first-child>td:first-child>.tinvwl-inner{padding-top:30px;margin-top:10px;border-top:2px solid rgba(219,219,219,0.522)}
292
  .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner{padding-bottom:15px;margin-bottom:30px;border-bottom:2px solid rgba(219,219,219,0.522)}
316
  .popover.right{margin-right:10px}
317
  .popover.bottom{margin-top:10px}
318
  .popover.left{margin-right:-10px}
319
+ .popover-title{padding:30px 30px 0;margin:0;font-family:"Open Sans",Arial,sans-serif;font-size:14px;font-weight:600;line-height:1.714;text-transform:uppercase;letter-spacing:-0.35px}
320
  .popover-content{padding:25px 30px 30px;color:#5d5d5d;font-family:Arial,sans-serif;font-size:14px;line-height:1.429}
321
  .popover>.arrow{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;border-width:11px;margin-right:0;overflow:visible}
322
  .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;content:none;z-index:9999;background:0;-webkit-box-shadow:none;box-shadow:none;position:absolute;right:auto;top:auto;width:auto;height:auto;-webkit-transform:none;transform:none;content:"";border-width:10px}
353
  .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe h2{color:#453a2a;margin:30px auto 20px}
354
  .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe p{font-size:16px;padding-right:10px;padding-left:10px}
355
  .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group{width:90%;position:relative;margin:10px auto}
356
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type=email]{width:65%;height:45px}
357
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type=submit]{width:30%}
358
  .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe #mc_embed_signup{margin-bottom:30px}
359
+ .tinvwl-premium-feat h2{font-size:30px;text-transform:uppercase;letter-spacing:-0.025em;line-height:1;color:#fff}
360
+ .tinvwl-premium-feat .tinvwl-pic-col{border:5px solid #fff;text-align:center;background:#df4c57;background:linear-gradient(-135deg,#df4c57 0,#f78c62 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#df4c57",endColorstr="#f78c62",GradientType=1);padding:50px 10px;color:#fff}
361
  .tinvwl-premium-feat .tinvwl-pic-col img{display:block;margin:0 auto}
362
  .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white{color:#ff5739}
363
  .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white:hover{color:#fff}
559
  .form-inline .control-label label{margin-bottom:0;vertical-align:middle}
560
  .form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
561
  .form-inline .radio label,.form-inline .checkbox label{padding-right:0}
562
+ .form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-right:0}
563
  .form-inline .has-feedback .form-control-feedback{top:0}
564
  }@media(min-width:992px){.container{width:970px}
565
  .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:right}
617
  }@media(min-width:1200px){.tinvwl-icon-preview{margin-bottom:0}
618
  .tinvwl-style-options .tinvwl-table .tinvwl-inner .form-horizontal{width:67%}
619
  .tinvwl-table tr.tinvwl-full-width .control-label label{margin-bottom:10px}
620
+ .tinvwl-table tr.tinvwl-full-width [class^=col-lg-],.tinvwl-table tr.tinvwl-full-width [class^=col-md-]{width:100%}
621
  .tinvwl-table tr.tinvwl-full-width textarea{height:250px;padding:15px}
622
  .tiwl-notifications-style-logo img{float:left}
623
  .tinvwl-table .tinvwl-form-onoff,.tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6>.tinvwl-btn,.tinvwl-btns-group .tinvwl-btn{float:left}
718
  .tinvwl-header .tinvwl-title{display:block;margin:0 auto}
719
  .tinwl-logo h2{padding-right:0;margin-right:0;margin-top:6px}
720
  .tinvwl-header .tinvwl-title{position:relative;padding-right:12px;padding-left:12px;padding-top:13px;margin-right:0;margin-top:16px;border-right:0}
721
+ .tinvwl-header .tinvwl-title:before{content:"";position:absolute;top:0;right:0;left:0;width:40px;height:1px;margin:0 auto;background:#dcddde}
722
  .form-horizontal .control-label .tinvwl-empty{display:none}
723
  .tinvwl-style-options .tinvwl-empty-info,.tinvwl-style-options .tinvwl-info{display:none !important}
724
  .tinvwl-style-options .tinvwl-table thead th:first-child,.tinvwl-style-options .tinvwl-bodies-border td:first-child{padding-left:30px !important}
725
  .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner{padding-bottom:0}
726
  .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner .form-group{margin-bottom:20px}
727
+ .tinvwl-table .row>[class^=col-md-]+[class^=col-md-],.tinvwl-table .row>[class^=col-lg-]+[class^=col-lg-]{padding-top:30px}
728
+ .tinvwl-table .form-group>[class^=col-md-]+[class^=col-md-],.tinvwl-table .form-group>[class^=col-lg-]+[class^=col-lg-]{padding-top:30px}
729
  .form-horizontal .control-label label{margin-bottom:10px}
730
  .tinvwl-table .tinvwl-header-row label{padding-top:3px}
731
  .text-right{text-align:right}
assets/css/admin-setup-rtl.css CHANGED
@@ -1,5 +1,6 @@
1
  html {
2
- background: #f6f3ed; }
 
3
 
4
  .tinvwl-wizard {
5
  max-width: 886px;
@@ -7,34 +8,41 @@ html {
7
  padding: 0;
8
  -webkit-box-shadow: none;
9
  box-shadow: none;
10
- background: none; }
 
11
 
12
  .tinvwl-wizard .tinvwl-logo {
13
  text-align: center;
14
- margin-bottom: 10px; }
 
15
 
16
  .tinvwl-wizard .tinvwl-logo h2,
17
  .tinvwl-wizard .tinvwl-logo img {
18
  display: inline-block;
19
- vertical-align: middle; }
 
20
 
21
  .tinvwl-wizard .tinvwl-logo img + h2 {
22
- margin-right: 15px; }
 
23
 
24
  .tinvwl-wizard .tinvwl-logo h2 {
25
  font-size: 18px;
26
  font-weight: bold;
27
  text-transform: uppercase;
28
  line-height: 1.333;
29
- color: #3E3E3E; }
 
30
 
31
  .tinvwl-wizard .tinvwl-progress {
32
- text-align: center; }
 
33
 
34
  .tinvwl-wizard .tinvwl-progress ul {
35
  list-style: none;
36
  padding: 0;
37
- margin: 0; }
 
38
 
39
  .tinvwl-wizard .tinvwl-progress li {
40
  position: relative;
@@ -47,53 +55,63 @@ html {
47
  padding: 0 0 4px;
48
  margin-top: 20px;
49
  margin-left: 40px;
50
- color: rgba(62, 62, 62, 0.4); }
 
51
 
52
  .tinvwl-wizard .tinvwl-progress li:before {
53
- content: '';
54
  position: absolute;
55
  right: 0;
56
  bottom: -2px;
57
  width: calc(100% + 50px);
58
  height: 2px;
59
- background: #e6e6e6; }
 
60
 
61
  .tinvwl-wizard .tinvwl-progress li:last-child:before {
62
- width: 100%; }
 
63
 
64
  .tinvwl-wizard .tinvwl-progress li.active {
65
  padding-left: 40px;
66
  margin-left: 0;
67
- color: #3e3e3e; }
 
68
 
69
  .tinvwl-wizard .tinvwl-progress li.active.last {
70
  padding-left: 0;
71
- margin-left: 40px; }
 
72
 
73
  .tinvwl-wizard .tinvwl-progress li:last-child.last.active {
74
- color: #869a00; }
 
75
 
76
  .tinvwl-wizard .tinvwl-progress li.active:after {
77
- content: '';
78
  position: absolute;
79
  right: 0;
80
  bottom: -2px;
81
  width: calc(100% + 10px);
82
  height: 2px;
83
- background: #a9c203; }
 
84
 
85
  .tinvwl-wizard .tinvwl-progress li.last.active:after {
86
- width: 100%; }
 
87
 
88
  .tinvwl-wizard .tinvwl-progress li:last-child {
89
  padding-left: 0 !important;
90
- margin-left: 0 !important; }
 
91
 
92
  .tinvwl-wizard .tinvwl-content {
93
  font-family: Arial, sans-serif;
94
  font-size: 14px;
95
  line-height: 1.71428571;
96
- color: #4f4639; }
 
97
 
98
  .tinvwl-wizard .tinvwl-content .tinwl-inner {
99
  padding: 34px 42px 42px;
@@ -101,99 +119,123 @@ html {
101
  border-radius: 5px;
102
  background: #fff;
103
  -webkit-box-shadow: 0 14px 29px 0 rgba(170, 150, 137, 0.38);
104
- box-shadow: 0 14px 29px 0 rgba(170, 150, 137, 0.38); }
 
105
 
106
  .tinvwl-wizard .tinvwl-content .tinwl-intro.tinwl-inner {
107
- padding: 40px 121px; }
 
108
 
109
  .tinvwl-wizard .tinvwl-content .tinwl-finish.tinwl-inner {
110
- padding: 40px 100px; }
 
111
 
112
  .tinvwl-wizard h1 {
113
  font-size: 36px;
114
- letter-spacing: -.025em;
115
  text-transform: uppercase;
116
- color: #291C09; }
 
117
 
118
  .tinvwl-wizard label {
119
- line-height: 1.429; }
 
120
 
121
  @media (min-width: 992px) {
122
  .tinvwl-wizard .tinwl-inner:not(.tinvwl-social) .col-md-6.control-label {
123
- padding-top: 10px; } }
124
-
 
125
  .tinvwl-wizard .tinvwl-title-wrap h1 + .tinvwl-desc {
126
- margin-top: 12px; }
 
127
 
128
  .tinvwl-wizard .tinvwl-title-wrap h1 + .tinvwl-separator {
129
  margin-top: 20px;
130
- margin-bottom: 20px; }
 
131
 
132
  .tinvwl-wizard .tinvwl-skip {
133
  display: inline-block;
134
  font-size: 14px;
135
  color: rgba(75, 75, 75, 0.722);
136
  text-decoration: underline;
137
- line-height: 1.429; }
 
138
 
139
  .tinvwl-wizard .tinvwl-separator {
140
  display: block;
141
  width: 100%;
142
  height: 2px;
143
  margin: 24px 0;
144
- background: #ececec; }
 
145
 
146
  .tinvwl-wizard .tinvwl-separator + .form-horizontal,
147
  .tinvwl-wizard .form-horizontal + .tinvwl-separator {
148
- margin-top: 30px; }
 
149
 
150
  .tinvwl-wizard .row + .tinvwl-separator {
151
- margin-top: 0; }
 
152
 
153
  .tinvwl-wizard .form-group {
154
- margin-bottom: 20px; }
 
155
 
156
  .tinvwl-wizard .tinvwl-desc {
157
  font-family: "Open Sans", Arial, sans-serif;
158
  font-size: 16px;
159
  line-height: 1.875;
160
- margin-bottom: 24px; }
 
161
 
162
  .tinvwl-wizard .tinvwl-desc a {
163
  color: #4f4639;
164
- text-decoration: underline; }
 
165
 
166
  .tinvwl-wizard .tinvwl-desc a:hover,
167
  .tinvwl-wizard .tinvwl-desc a:active,
168
  .tinvwl-wizard .tinvwl-desc a:focus {
169
- color: #000; }
 
170
 
171
  .tinvwl-wizard .tinvwl-nav {
172
- margin: 30px 0 0; }
 
173
 
174
  .tinvwl-wizard .tinvwl-desc + .tinvwl-nav {
175
- margin: 55px 0 0; }
 
176
 
177
  .tinvwl-wizard .tinvwl-nav .tinvwl-btn {
178
- min-width: 147px; }
 
179
 
180
  .tinvwl-wizard .tinvwl-nav .tinvwl-next {
181
- float: left; }
 
182
 
183
  .tinvwl-wizard .tinvwl-nav .tinvwl-skip + .tinvwl-btn {
184
- margin-right: 26px; }
 
185
 
186
  .tinvwl-wizard .tinwl-intro,
187
  .tinvwl-wizard .tinwl-finish {
188
- text-align: center; }
 
189
 
190
  .tinvwl-wizard .tinwl-intro .tinvwl-title,
191
  .tinvwl-wizard .tinwl-finish .tinvwl-title {
192
  font-size: 48px;
193
- margin-bottom: 14px; }
 
194
 
195
  .tinvwl-wizard .tinwl-finish .tinvwl-title {
196
- margin-bottom: 33px; }
 
197
 
198
  .tinvwl-wizard .tinwl-intro .tinvwl-sub-title,
199
  .tinvwl-wizard .tinwl-finish .tinvwl-sub-title {
@@ -201,75 +243,99 @@ html {
201
  font-weight: 600;
202
  text-transform: uppercase;
203
  line-height: 1.167;
204
- letter-spacing: -.025em;
205
  margin-bottom: 0;
206
- color: #B2B2B2; }
 
207
 
208
  .tinvwl-wizard .tinwl-intro .tinvwl-thumb {
209
- margin-bottom: 16px; }
 
210
 
211
  .tinvwl-wizard .tinwl-intro .tinvwl-desc {
212
- margin-bottom: 21px; }
 
213
 
214
  .tinvwl-wizard .tinwl-finish .tinvwl-desc {
215
- margin-bottom: 45px; }
 
216
 
217
  .tinvwl-wizard .tinwl-intro .tinvwl-skip {
218
- margin-top: 19px; }
 
219
 
220
  .tinvwl-wizard .tinwl-finish .tinvwl-more {
221
  display: inline-block;
222
  text-decoration: underline;
223
  margin-top: 35px;
224
- color: #4b4b4b; }
 
225
 
226
  .tinvwl-wizard .tinwl-finish .tinvwl-btn {
227
  margin-left: 14px;
228
- padding: 16px 26px; }
 
229
 
230
  .tinvwl-wizard .tinwl-finish .tinvwl-btn:last-child {
231
- margin-left: 0; }
 
232
 
233
  .tinvwl-error .form-control {
234
- border: 2px solid #ff0000; }
 
235
 
236
  .tinvwl-error .tinvwl-error-icon {
237
  position: absolute;
238
  top: 8px;
239
  right: -10px;
240
- color: #ff0000; }
 
241
 
242
  .tinvwl-error .tinvwl-error-desc {
243
  line-height: 1.42857143;
244
  margin: 10px 8px 0;
245
- color: #ff0000; }
 
246
 
247
  .tinvwl-wizard .tinvwl-return-to-dash {
248
  margin-top: 45px;
249
- text-align: center; }
 
250
 
251
  @media screen and (max-width: 1024px) {
252
  .tinvwl-wizard {
253
- margin: 20px auto; }
 
 
254
  .tinvwl-wizard .tinwl-finish .tinvwl-btn {
255
  display: block;
256
- margin: 0 auto; }
257
- .tinvwl-wizard .tinwl-finish .tinvwl-btn + .tinvwl-btn {
258
- margin-top: 15px; } }
259
 
 
 
 
 
260
  @media screen and (max-width: 782px) {
261
  html {
262
- margin: 0; }
 
 
263
  .tinvwl-wizard .tinvwl-content .tinwl-inner.tinwl-intro,
264
- .tinvwl-wizard .tinvwl-content .tinwl-inner.tinwl-finish {
265
  padding-right: 50px;
266
- padding-left: 50px; }
 
 
267
  .tinvwl-wizard .tinvwl-nav {
268
- text-align: center; }
 
 
269
  .tinvwl-wizard .tinvwl-nav .tinvwl-next {
270
  float: none;
271
- text-align: center; } }
272
-
 
273
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJhZG1pbi1zZXR1cC1ydGwuY3NzIl0sImZpbGUiOiJhZG1pbi1zZXR1cC1ydGwuY3NzIn0= */
274
 
275
  /*# sourceMappingURL=admin-setup-rtl.css.map */
1
  html {
2
+ background: #f6f3ed;
3
+ }
4
 
5
  .tinvwl-wizard {
6
  max-width: 886px;
8
  padding: 0;
9
  -webkit-box-shadow: none;
10
  box-shadow: none;
11
+ background: none;
12
+ }
13
 
14
  .tinvwl-wizard .tinvwl-logo {
15
  text-align: center;
16
+ margin-bottom: 10px;
17
+ }
18
 
19
  .tinvwl-wizard .tinvwl-logo h2,
20
  .tinvwl-wizard .tinvwl-logo img {
21
  display: inline-block;
22
+ vertical-align: middle;
23
+ }
24
 
25
  .tinvwl-wizard .tinvwl-logo img + h2 {
26
+ margin-right: 15px;
27
+ }
28
 
29
  .tinvwl-wizard .tinvwl-logo h2 {
30
  font-size: 18px;
31
  font-weight: bold;
32
  text-transform: uppercase;
33
  line-height: 1.333;
34
+ color: #3E3E3E;
35
+ }
36
 
37
  .tinvwl-wizard .tinvwl-progress {
38
+ text-align: center;
39
+ }
40
 
41
  .tinvwl-wizard .tinvwl-progress ul {
42
  list-style: none;
43
  padding: 0;
44
+ margin: 0;
45
+ }
46
 
47
  .tinvwl-wizard .tinvwl-progress li {
48
  position: relative;
55
  padding: 0 0 4px;
56
  margin-top: 20px;
57
  margin-left: 40px;
58
+ color: rgba(62, 62, 62, 0.4);
59
+ }
60
 
61
  .tinvwl-wizard .tinvwl-progress li:before {
62
+ content: "";
63
  position: absolute;
64
  right: 0;
65
  bottom: -2px;
66
  width: calc(100% + 50px);
67
  height: 2px;
68
+ background: #e6e6e6;
69
+ }
70
 
71
  .tinvwl-wizard .tinvwl-progress li:last-child:before {
72
+ width: 100%;
73
+ }
74
 
75
  .tinvwl-wizard .tinvwl-progress li.active {
76
  padding-left: 40px;
77
  margin-left: 0;
78
+ color: #3e3e3e;
79
+ }
80
 
81
  .tinvwl-wizard .tinvwl-progress li.active.last {
82
  padding-left: 0;
83
+ margin-left: 40px;
84
+ }
85
 
86
  .tinvwl-wizard .tinvwl-progress li:last-child.last.active {
87
+ color: #869a00;
88
+ }
89
 
90
  .tinvwl-wizard .tinvwl-progress li.active:after {
91
+ content: "";
92
  position: absolute;
93
  right: 0;
94
  bottom: -2px;
95
  width: calc(100% + 10px);
96
  height: 2px;
97
+ background: #a9c203;
98
+ }
99
 
100
  .tinvwl-wizard .tinvwl-progress li.last.active:after {
101
+ width: 100%;
102
+ }
103
 
104
  .tinvwl-wizard .tinvwl-progress li:last-child {
105
  padding-left: 0 !important;
106
+ margin-left: 0 !important;
107
+ }
108
 
109
  .tinvwl-wizard .tinvwl-content {
110
  font-family: Arial, sans-serif;
111
  font-size: 14px;
112
  line-height: 1.71428571;
113
+ color: #4f4639;
114
+ }
115
 
116
  .tinvwl-wizard .tinvwl-content .tinwl-inner {
117
  padding: 34px 42px 42px;
119
  border-radius: 5px;
120
  background: #fff;
121
  -webkit-box-shadow: 0 14px 29px 0 rgba(170, 150, 137, 0.38);
122
+ box-shadow: 0 14px 29px 0 rgba(170, 150, 137, 0.38);
123
+ }
124
 
125
  .tinvwl-wizard .tinvwl-content .tinwl-intro.tinwl-inner {
126
+ padding: 40px 121px;
127
+ }
128
 
129
  .tinvwl-wizard .tinvwl-content .tinwl-finish.tinwl-inner {
130
+ padding: 40px 100px;
131
+ }
132
 
133
  .tinvwl-wizard h1 {
134
  font-size: 36px;
135
+ letter-spacing: -0.025em;
136
  text-transform: uppercase;
137
+ color: #291C09;
138
+ }
139
 
140
  .tinvwl-wizard label {
141
+ line-height: 1.429;
142
+ }
143
 
144
  @media (min-width: 992px) {
145
  .tinvwl-wizard .tinwl-inner:not(.tinvwl-social) .col-md-6.control-label {
146
+ padding-top: 10px;
147
+ }
148
+ }
149
  .tinvwl-wizard .tinvwl-title-wrap h1 + .tinvwl-desc {
150
+ margin-top: 12px;
151
+ }
152
 
153
  .tinvwl-wizard .tinvwl-title-wrap h1 + .tinvwl-separator {
154
  margin-top: 20px;
155
+ margin-bottom: 20px;
156
+ }
157
 
158
  .tinvwl-wizard .tinvwl-skip {
159
  display: inline-block;
160
  font-size: 14px;
161
  color: rgba(75, 75, 75, 0.722);
162
  text-decoration: underline;
163
+ line-height: 1.429;
164
+ }
165
 
166
  .tinvwl-wizard .tinvwl-separator {
167
  display: block;
168
  width: 100%;
169
  height: 2px;
170
  margin: 24px 0;
171
+ background: #ececec;
172
+ }
173
 
174
  .tinvwl-wizard .tinvwl-separator + .form-horizontal,
175
  .tinvwl-wizard .form-horizontal + .tinvwl-separator {
176
+ margin-top: 30px;
177
+ }
178
 
179
  .tinvwl-wizard .row + .tinvwl-separator {
180
+ margin-top: 0;
181
+ }
182
 
183
  .tinvwl-wizard .form-group {
184
+ margin-bottom: 20px;
185
+ }
186
 
187
  .tinvwl-wizard .tinvwl-desc {
188
  font-family: "Open Sans", Arial, sans-serif;
189
  font-size: 16px;
190
  line-height: 1.875;
191
+ margin-bottom: 24px;
192
+ }
193
 
194
  .tinvwl-wizard .tinvwl-desc a {
195
  color: #4f4639;
196
+ text-decoration: underline;
197
+ }
198
 
199
  .tinvwl-wizard .tinvwl-desc a:hover,
200
  .tinvwl-wizard .tinvwl-desc a:active,
201
  .tinvwl-wizard .tinvwl-desc a:focus {
202
+ color: #000;
203
+ }
204
 
205
  .tinvwl-wizard .tinvwl-nav {
206
+ margin: 30px 0 0;
207
+ }
208
 
209
  .tinvwl-wizard .tinvwl-desc + .tinvwl-nav {
210
+ margin: 55px 0 0;
211
+ }
212
 
213
  .tinvwl-wizard .tinvwl-nav .tinvwl-btn {
214
+ min-width: 147px;
215
+ }
216
 
217
  .tinvwl-wizard .tinvwl-nav .tinvwl-next {
218
+ float: left;
219
+ }
220
 
221
  .tinvwl-wizard .tinvwl-nav .tinvwl-skip + .tinvwl-btn {
222
+ margin-right: 26px;
223
+ }
224
 
225
  .tinvwl-wizard .tinwl-intro,
226
  .tinvwl-wizard .tinwl-finish {
227
+ text-align: center;
228
+ }
229
 
230
  .tinvwl-wizard .tinwl-intro .tinvwl-title,
231
  .tinvwl-wizard .tinwl-finish .tinvwl-title {
232
  font-size: 48px;
233
+ margin-bottom: 14px;
234
+ }
235
 
236
  .tinvwl-wizard .tinwl-finish .tinvwl-title {
237
+ margin-bottom: 33px;
238
+ }
239
 
240
  .tinvwl-wizard .tinwl-intro .tinvwl-sub-title,
241
  .tinvwl-wizard .tinwl-finish .tinvwl-sub-title {
243
  font-weight: 600;
244
  text-transform: uppercase;
245
  line-height: 1.167;
246
+ letter-spacing: -0.025em;
247
  margin-bottom: 0;
248
+ color: #B2B2B2;
249
+ }
250
 
251
  .tinvwl-wizard .tinwl-intro .tinvwl-thumb {
252
+ margin-bottom: 16px;
253
+ }
254
 
255
  .tinvwl-wizard .tinwl-intro .tinvwl-desc {
256
+ margin-bottom: 21px;
257
+ }
258
 
259
  .tinvwl-wizard .tinwl-finish .tinvwl-desc {
260
+ margin-bottom: 45px;
261
+ }
262
 
263
  .tinvwl-wizard .tinwl-intro .tinvwl-skip {
264
+ margin-top: 19px;
265
+ }
266
 
267
  .tinvwl-wizard .tinwl-finish .tinvwl-more {
268
  display: inline-block;
269
  text-decoration: underline;
270
  margin-top: 35px;
271
+ color: #4b4b4b;
272
+ }
273
 
274
  .tinvwl-wizard .tinwl-finish .tinvwl-btn {
275
  margin-left: 14px;
276
+ padding: 16px 26px;
277
+ }
278
 
279
  .tinvwl-wizard .tinwl-finish .tinvwl-btn:last-child {
280
+ margin-left: 0;
281
+ }
282
 
283
  .tinvwl-error .form-control {
284
+ border: 2px solid #ff0000;
285
+ }
286
 
287
  .tinvwl-error .tinvwl-error-icon {
288
  position: absolute;
289
  top: 8px;
290
  right: -10px;
291
+ color: #ff0000;
292
+ }
293
 
294
  .tinvwl-error .tinvwl-error-desc {
295
  line-height: 1.42857143;
296
  margin: 10px 8px 0;
297
+ color: #ff0000;
298
+ }
299
 
300
  .tinvwl-wizard .tinvwl-return-to-dash {
301
  margin-top: 45px;
302
+ text-align: center;
303
+ }
304
 
305
  @media screen and (max-width: 1024px) {
306
  .tinvwl-wizard {
307
+ margin: 20px auto;
308
+ }
309
+
310
  .tinvwl-wizard .tinwl-finish .tinvwl-btn {
311
  display: block;
312
+ margin: 0 auto;
313
+ }
 
314
 
315
+ .tinvwl-wizard .tinwl-finish .tinvwl-btn + .tinvwl-btn {
316
+ margin-top: 15px;
317
+ }
318
+ }
319
  @media screen and (max-width: 782px) {
320
  html {
321
+ margin: 0;
322
+ }
323
+
324
  .tinvwl-wizard .tinvwl-content .tinwl-inner.tinwl-intro,
325
+ .tinvwl-wizard .tinvwl-content .tinwl-inner.tinwl-finish {
326
  padding-right: 50px;
327
+ padding-left: 50px;
328
+ }
329
+
330
  .tinvwl-wizard .tinvwl-nav {
331
+ text-align: center;
332
+ }
333
+
334
  .tinvwl-wizard .tinvwl-nav .tinvwl-next {
335
  float: none;
336
+ text-align: center;
337
+ }
338
+ }
339
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJhZG1pbi1zZXR1cC1ydGwuY3NzIl0sImZpbGUiOiJhZG1pbi1zZXR1cC1ydGwuY3NzIn0= */
340
 
341
  /*# sourceMappingURL=admin-setup-rtl.css.map */
assets/css/admin-setup-rtl.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":[],"mappings":"","sources":["admin-setup-rtl.css"],"file":"admin-setup-rtl.css","sourcesContent":["html {\n background: #f6f3ed; }\n\n.tinvwl-wizard {\n max-width: 886px;\n margin: 107px auto;\n padding: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n background: none; }\n\n.tinvwl-wizard .tinvwl-logo {\n text-align: center;\n margin-bottom: 10px; }\n\n.tinvwl-wizard .tinvwl-logo h2,\n.tinvwl-wizard .tinvwl-logo img {\n display: inline-block;\n vertical-align: middle; }\n\n.tinvwl-wizard .tinvwl-logo img + h2 {\n margin-right: 15px; }\n\n.tinvwl-wizard .tinvwl-logo h2 {\n font-size: 18px;\n font-weight: bold;\n text-transform: uppercase;\n line-height: 1.333;\n color: #3E3E3E; }\n\n.tinvwl-wizard .tinvwl-progress {\n text-align: center; }\n\n.tinvwl-wizard .tinvwl-progress ul {\n list-style: none;\n padding: 0;\n margin: 0; }\n\n.tinvwl-wizard .tinvwl-progress li {\n position: relative;\n display: inline-block;\n font-family: \"Open Sans\", Arial, sans-serif;\n font-size: 14px;\n font-weight: bold;\n line-height: 1.714;\n text-transform: uppercase;\n padding: 0 0 4px;\n margin-top: 20px;\n margin-left: 40px;\n color: rgba(62, 62, 62, 0.4); }\n\n.tinvwl-wizard .tinvwl-progress li:before {\n content: '';\n position: absolute;\n right: 0;\n bottom: -2px;\n width: calc(100% + 50px);\n height: 2px;\n background: #e6e6e6; }\n\n.tinvwl-wizard .tinvwl-progress li:last-child:before {\n width: 100%; }\n\n.tinvwl-wizard .tinvwl-progress li.active {\n padding-left: 40px;\n margin-left: 0;\n color: #3e3e3e; }\n\n.tinvwl-wizard .tinvwl-progress li.active.last {\n padding-left: 0;\n margin-left: 40px; }\n\n.tinvwl-wizard .tinvwl-progress li:last-child.last.active {\n color: #869a00; }\n\n.tinvwl-wizard .tinvwl-progress li.active:after {\n content: '';\n position: absolute;\n right: 0;\n bottom: -2px;\n width: calc(100% + 10px);\n height: 2px;\n background: #a9c203; }\n\n.tinvwl-wizard .tinvwl-progress li.last.active:after {\n width: 100%; }\n\n.tinvwl-wizard .tinvwl-progress li:last-child {\n padding-left: 0 !important;\n margin-left: 0 !important; }\n\n.tinvwl-wizard .tinvwl-content {\n font-family: Arial, sans-serif;\n font-size: 14px;\n line-height: 1.71428571;\n color: #4f4639; }\n\n.tinvwl-wizard .tinvwl-content .tinwl-inner {\n padding: 34px 42px 42px;\n margin-top: 36px;\n border-radius: 5px;\n background: #fff;\n -webkit-box-shadow: 0 14px 29px 0 rgba(170, 150, 137, 0.38);\n box-shadow: 0 14px 29px 0 rgba(170, 150, 137, 0.38); }\n\n.tinvwl-wizard .tinvwl-content .tinwl-intro.tinwl-inner {\n padding: 40px 121px; }\n\n.tinvwl-wizard .tinvwl-content .tinwl-finish.tinwl-inner {\n padding: 40px 100px; }\n\n.tinvwl-wizard h1 {\n font-size: 36px;\n letter-spacing: -.025em;\n text-transform: uppercase;\n color: #291C09; }\n\n.tinvwl-wizard label {\n line-height: 1.429; }\n\n@media (min-width: 992px) {\n .tinvwl-wizard .tinwl-inner:not(.tinvwl-social) .col-md-6.control-label {\n padding-top: 10px; } }\n\n.tinvwl-wizard .tinvwl-title-wrap h1 + .tinvwl-desc {\n margin-top: 12px; }\n\n.tinvwl-wizard .tinvwl-title-wrap h1 + .tinvwl-separator {\n margin-top: 20px;\n margin-bottom: 20px; }\n\n.tinvwl-wizard .tinvwl-skip {\n display: inline-block;\n font-size: 14px;\n color: rgba(75, 75, 75, 0.722);\n text-decoration: underline;\n line-height: 1.429; }\n\n.tinvwl-wizard .tinvwl-separator {\n display: block;\n width: 100%;\n height: 2px;\n margin: 24px 0;\n background: #ececec; }\n\n.tinvwl-wizard .tinvwl-separator + .form-horizontal,\n.tinvwl-wizard .form-horizontal + .tinvwl-separator {\n margin-top: 30px; }\n\n.tinvwl-wizard .row + .tinvwl-separator {\n margin-top: 0; }\n\n.tinvwl-wizard .form-group {\n margin-bottom: 20px; }\n\n.tinvwl-wizard .tinvwl-desc {\n font-family: \"Open Sans\", Arial, sans-serif;\n font-size: 16px;\n line-height: 1.875;\n margin-bottom: 24px; }\n\n.tinvwl-wizard .tinvwl-desc a {\n color: #4f4639;\n text-decoration: underline; }\n\n.tinvwl-wizard .tinvwl-desc a:hover,\n.tinvwl-wizard .tinvwl-desc a:active,\n.tinvwl-wizard .tinvwl-desc a:focus {\n color: #000; }\n\n.tinvwl-wizard .tinvwl-nav {\n margin: 30px 0 0; }\n\n.tinvwl-wizard .tinvwl-desc + .tinvwl-nav {\n margin: 55px 0 0; }\n\n.tinvwl-wizard .tinvwl-nav .tinvwl-btn {\n min-width: 147px; }\n\n.tinvwl-wizard .tinvwl-nav .tinvwl-next {\n float: left; }\n\n.tinvwl-wizard .tinvwl-nav .tinvwl-skip + .tinvwl-btn {\n margin-right: 26px; }\n\n.tinvwl-wizard .tinwl-intro,\n.tinvwl-wizard .tinwl-finish {\n text-align: center; }\n\n.tinvwl-wizard .tinwl-intro .tinvwl-title,\n.tinvwl-wizard .tinwl-finish .tinvwl-title {\n font-size: 48px;\n margin-bottom: 14px; }\n\n.tinvwl-wizard .tinwl-finish .tinvwl-title {\n margin-bottom: 33px; }\n\n.tinvwl-wizard .tinwl-intro .tinvwl-sub-title,\n.tinvwl-wizard .tinwl-finish .tinvwl-sub-title {\n font-size: 18px;\n font-weight: 600;\n text-transform: uppercase;\n line-height: 1.167;\n letter-spacing: -.025em;\n margin-bottom: 0;\n color: #B2B2B2; }\n\n.tinvwl-wizard .tinwl-intro .tinvwl-thumb {\n margin-bottom: 16px; }\n\n.tinvwl-wizard .tinwl-intro .tinvwl-desc {\n margin-bottom: 21px; }\n\n.tinvwl-wizard .tinwl-finish .tinvwl-desc {\n margin-bottom: 45px; }\n\n.tinvwl-wizard .tinwl-intro .tinvwl-skip {\n margin-top: 19px; }\n\n.tinvwl-wizard .tinwl-finish .tinvwl-more {\n display: inline-block;\n text-decoration: underline;\n margin-top: 35px;\n color: #4b4b4b; }\n\n.tinvwl-wizard .tinwl-finish .tinvwl-btn {\n margin-left: 14px;\n padding: 16px 26px; }\n\n.tinvwl-wizard .tinwl-finish .tinvwl-btn:last-child {\n margin-left: 0; }\n\n.tinvwl-error .form-control {\n border: 2px solid #ff0000; }\n\n.tinvwl-error .tinvwl-error-icon {\n position: absolute;\n top: 8px;\n right: -10px;\n color: #ff0000; }\n\n.tinvwl-error .tinvwl-error-desc {\n line-height: 1.42857143;\n margin: 10px 8px 0;\n color: #ff0000; }\n\n.tinvwl-wizard .tinvwl-return-to-dash {\n margin-top: 45px;\n text-align: center; }\n\n@media screen and (max-width: 1024px) {\n .tinvwl-wizard {\n margin: 20px auto; }\n .tinvwl-wizard .tinwl-finish .tinvwl-btn {\n display: block;\n margin: 0 auto; }\n .tinvwl-wizard .tinwl-finish .tinvwl-btn + .tinvwl-btn {\n margin-top: 15px; } }\n\n@media screen and (max-width: 782px) {\n html {\n margin: 0; }\n .tinvwl-wizard .tinvwl-content .tinwl-inner.tinwl-intro,\n .tinvwl-wizard .tinvwl-content .tinwl-inner.tinwl-finish {\n padding-right: 50px;\n padding-left: 50px; }\n .tinvwl-wizard .tinvwl-nav {\n text-align: center; }\n .tinvwl-wizard .tinvwl-nav .tinvwl-next {\n float: none;\n text-align: center; } }\n"]}
1
+ {"version":3,"names":[],"mappings":"","sources":["admin-setup-rtl.css"],"file":"admin-setup-rtl.css","sourcesContent":["html {\n background: #f6f3ed;\n}\n\n.tinvwl-wizard {\n max-width: 886px;\n margin: 107px auto;\n padding: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n background: none;\n}\n\n.tinvwl-wizard .tinvwl-logo {\n text-align: center;\n margin-bottom: 10px;\n}\n\n.tinvwl-wizard .tinvwl-logo h2,\n.tinvwl-wizard .tinvwl-logo img {\n display: inline-block;\n vertical-align: middle;\n}\n\n.tinvwl-wizard .tinvwl-logo img + h2 {\n margin-right: 15px;\n}\n\n.tinvwl-wizard .tinvwl-logo h2 {\n font-size: 18px;\n font-weight: bold;\n text-transform: uppercase;\n line-height: 1.333;\n color: #3E3E3E;\n}\n\n.tinvwl-wizard .tinvwl-progress {\n text-align: center;\n}\n\n.tinvwl-wizard .tinvwl-progress ul {\n list-style: none;\n padding: 0;\n margin: 0;\n}\n\n.tinvwl-wizard .tinvwl-progress li {\n position: relative;\n display: inline-block;\n font-family: \"Open Sans\", Arial, sans-serif;\n font-size: 14px;\n font-weight: bold;\n line-height: 1.714;\n text-transform: uppercase;\n padding: 0 0 4px;\n margin-top: 20px;\n margin-left: 40px;\n color: rgba(62, 62, 62, 0.4);\n}\n\n.tinvwl-wizard .tinvwl-progress li:before {\n content: \"\";\n position: absolute;\n right: 0;\n bottom: -2px;\n width: calc(100% + 50px);\n height: 2px;\n background: #e6e6e6;\n}\n\n.tinvwl-wizard .tinvwl-progress li:last-child:before {\n width: 100%;\n}\n\n.tinvwl-wizard .tinvwl-progress li.active {\n padding-left: 40px;\n margin-left: 0;\n color: #3e3e3e;\n}\n\n.tinvwl-wizard .tinvwl-progress li.active.last {\n padding-left: 0;\n margin-left: 40px;\n}\n\n.tinvwl-wizard .tinvwl-progress li:last-child.last.active {\n color: #869a00;\n}\n\n.tinvwl-wizard .tinvwl-progress li.active:after {\n content: \"\";\n position: absolute;\n right: 0;\n bottom: -2px;\n width: calc(100% + 10px);\n height: 2px;\n background: #a9c203;\n}\n\n.tinvwl-wizard .tinvwl-progress li.last.active:after {\n width: 100%;\n}\n\n.tinvwl-wizard .tinvwl-progress li:last-child {\n padding-left: 0 !important;\n margin-left: 0 !important;\n}\n\n.tinvwl-wizard .tinvwl-content {\n font-family: Arial, sans-serif;\n font-size: 14px;\n line-height: 1.71428571;\n color: #4f4639;\n}\n\n.tinvwl-wizard .tinvwl-content .tinwl-inner {\n padding: 34px 42px 42px;\n margin-top: 36px;\n border-radius: 5px;\n background: #fff;\n -webkit-box-shadow: 0 14px 29px 0 rgba(170, 150, 137, 0.38);\n box-shadow: 0 14px 29px 0 rgba(170, 150, 137, 0.38);\n}\n\n.tinvwl-wizard .tinvwl-content .tinwl-intro.tinwl-inner {\n padding: 40px 121px;\n}\n\n.tinvwl-wizard .tinvwl-content .tinwl-finish.tinwl-inner {\n padding: 40px 100px;\n}\n\n.tinvwl-wizard h1 {\n font-size: 36px;\n letter-spacing: -0.025em;\n text-transform: uppercase;\n color: #291C09;\n}\n\n.tinvwl-wizard label {\n line-height: 1.429;\n}\n\n@media (min-width: 992px) {\n .tinvwl-wizard .tinwl-inner:not(.tinvwl-social) .col-md-6.control-label {\n padding-top: 10px;\n }\n}\n.tinvwl-wizard .tinvwl-title-wrap h1 + .tinvwl-desc {\n margin-top: 12px;\n}\n\n.tinvwl-wizard .tinvwl-title-wrap h1 + .tinvwl-separator {\n margin-top: 20px;\n margin-bottom: 20px;\n}\n\n.tinvwl-wizard .tinvwl-skip {\n display: inline-block;\n font-size: 14px;\n color: rgba(75, 75, 75, 0.722);\n text-decoration: underline;\n line-height: 1.429;\n}\n\n.tinvwl-wizard .tinvwl-separator {\n display: block;\n width: 100%;\n height: 2px;\n margin: 24px 0;\n background: #ececec;\n}\n\n.tinvwl-wizard .tinvwl-separator + .form-horizontal,\n.tinvwl-wizard .form-horizontal + .tinvwl-separator {\n margin-top: 30px;\n}\n\n.tinvwl-wizard .row + .tinvwl-separator {\n margin-top: 0;\n}\n\n.tinvwl-wizard .form-group {\n margin-bottom: 20px;\n}\n\n.tinvwl-wizard .tinvwl-desc {\n font-family: \"Open Sans\", Arial, sans-serif;\n font-size: 16px;\n line-height: 1.875;\n margin-bottom: 24px;\n}\n\n.tinvwl-wizard .tinvwl-desc a {\n color: #4f4639;\n text-decoration: underline;\n}\n\n.tinvwl-wizard .tinvwl-desc a:hover,\n.tinvwl-wizard .tinvwl-desc a:active,\n.tinvwl-wizard .tinvwl-desc a:focus {\n color: #000;\n}\n\n.tinvwl-wizard .tinvwl-nav {\n margin: 30px 0 0;\n}\n\n.tinvwl-wizard .tinvwl-desc + .tinvwl-nav {\n margin: 55px 0 0;\n}\n\n.tinvwl-wizard .tinvwl-nav .tinvwl-btn {\n min-width: 147px;\n}\n\n.tinvwl-wizard .tinvwl-nav .tinvwl-next {\n float: left;\n}\n\n.tinvwl-wizard .tinvwl-nav .tinvwl-skip + .tinvwl-btn {\n margin-right: 26px;\n}\n\n.tinvwl-wizard .tinwl-intro,\n.tinvwl-wizard .tinwl-finish {\n text-align: center;\n}\n\n.tinvwl-wizard .tinwl-intro .tinvwl-title,\n.tinvwl-wizard .tinwl-finish .tinvwl-title {\n font-size: 48px;\n margin-bottom: 14px;\n}\n\n.tinvwl-wizard .tinwl-finish .tinvwl-title {\n margin-bottom: 33px;\n}\n\n.tinvwl-wizard .tinwl-intro .tinvwl-sub-title,\n.tinvwl-wizard .tinwl-finish .tinvwl-sub-title {\n font-size: 18px;\n font-weight: 600;\n text-transform: uppercase;\n line-height: 1.167;\n letter-spacing: -0.025em;\n margin-bottom: 0;\n color: #B2B2B2;\n}\n\n.tinvwl-wizard .tinwl-intro .tinvwl-thumb {\n margin-bottom: 16px;\n}\n\n.tinvwl-wizard .tinwl-intro .tinvwl-desc {\n margin-bottom: 21px;\n}\n\n.tinvwl-wizard .tinwl-finish .tinvwl-desc {\n margin-bottom: 45px;\n}\n\n.tinvwl-wizard .tinwl-intro .tinvwl-skip {\n margin-top: 19px;\n}\n\n.tinvwl-wizard .tinwl-finish .tinvwl-more {\n display: inline-block;\n text-decoration: underline;\n margin-top: 35px;\n color: #4b4b4b;\n}\n\n.tinvwl-wizard .tinwl-finish .tinvwl-btn {\n margin-left: 14px;\n padding: 16px 26px;\n}\n\n.tinvwl-wizard .tinwl-finish .tinvwl-btn:last-child {\n margin-left: 0;\n}\n\n.tinvwl-error .form-control {\n border: 2px solid #ff0000;\n}\n\n.tinvwl-error .tinvwl-error-icon {\n position: absolute;\n top: 8px;\n right: -10px;\n color: #ff0000;\n}\n\n.tinvwl-error .tinvwl-error-desc {\n line-height: 1.42857143;\n margin: 10px 8px 0;\n color: #ff0000;\n}\n\n.tinvwl-wizard .tinvwl-return-to-dash {\n margin-top: 45px;\n text-align: center;\n}\n\n@media screen and (max-width: 1024px) {\n .tinvwl-wizard {\n margin: 20px auto;\n }\n\n .tinvwl-wizard .tinwl-finish .tinvwl-btn {\n display: block;\n margin: 0 auto;\n }\n\n .tinvwl-wizard .tinwl-finish .tinvwl-btn + .tinvwl-btn {\n margin-top: 15px;\n }\n}\n@media screen and (max-width: 782px) {\n html {\n margin: 0;\n }\n\n .tinvwl-wizard .tinvwl-content .tinwl-inner.tinwl-intro,\n.tinvwl-wizard .tinvwl-content .tinwl-inner.tinwl-finish {\n padding-right: 50px;\n padding-left: 50px;\n }\n\n .tinvwl-wizard .tinvwl-nav {\n text-align: center;\n }\n\n .tinvwl-wizard .tinvwl-nav .tinvwl-next {\n float: none;\n text-align: center;\n }\n}"]}
assets/css/admin-setup-rtl.min.css CHANGED
@@ -1,6 +1,6 @@
1
  /**
2
  * TI WooCommerce Wishlist Plugin - Allow your store guests and customers to add products to Wishlist. Add Wishlist functionality to your store for free.
3
- * @version 1.26.1
4
  * @link https://wordpress.org/plugins/ti-woocommerce-wishlist/
5
  */
6
  html{background:#f6f3ed}
@@ -12,19 +12,19 @@ html{background:#f6f3ed}
12
  .tinvwl-wizard .tinvwl-progress{text-align:center}
13
  .tinvwl-wizard .tinvwl-progress ul{list-style:none;padding:0;margin:0}
14
  .tinvwl-wizard .tinvwl-progress li{position:relative;display:inline-block;font-family:"Open Sans",Arial,sans-serif;font-size:14px;font-weight:bold;line-height:1.714;text-transform:uppercase;padding:0 0 4px;margin-top:20px;margin-left:40px;color:rgba(62,62,62,0.4)}
15
- .tinvwl-wizard .tinvwl-progress li:before{content:'';position:absolute;right:0;bottom:-2px;width:calc(100% + 50px);height:2px;background:#e6e6e6}
16
  .tinvwl-wizard .tinvwl-progress li:last-child:before{width:100%}
17
  .tinvwl-wizard .tinvwl-progress li.active{padding-left:40px;margin-left:0;color:#3e3e3e}
18
  .tinvwl-wizard .tinvwl-progress li.active.last{padding-left:0;margin-left:40px}
19
  .tinvwl-wizard .tinvwl-progress li:last-child.last.active{color:#869a00}
20
- .tinvwl-wizard .tinvwl-progress li.active:after{content:'';position:absolute;right:0;bottom:-2px;width:calc(100% + 10px);height:2px;background:#a9c203}
21
  .tinvwl-wizard .tinvwl-progress li.last.active:after{width:100%}
22
  .tinvwl-wizard .tinvwl-progress li:last-child{padding-left:0 !important;margin-left:0 !important}
23
  .tinvwl-wizard .tinvwl-content{font-family:Arial,sans-serif;font-size:14px;line-height:1.71428571;color:#4f4639}
24
  .tinvwl-wizard .tinvwl-content .tinwl-inner{padding:34px 42px 42px;margin-top:36px;border-radius:5px;background:#fff;-webkit-box-shadow:0 14px 29px 0 rgba(170,150,137,0.38);box-shadow:0 14px 29px 0 rgba(170,150,137,0.38)}
25
  .tinvwl-wizard .tinvwl-content .tinwl-intro.tinwl-inner{padding:40px 121px}
26
  .tinvwl-wizard .tinvwl-content .tinwl-finish.tinwl-inner{padding:40px 100px}
27
- .tinvwl-wizard h1{font-size:36px;letter-spacing:-.025em;text-transform:uppercase;color:#291c09}
28
  .tinvwl-wizard label{line-height:1.429}
29
  .tinvwl-wizard .tinvwl-title-wrap h1+.tinvwl-desc{margin-top:12px}
30
  .tinvwl-wizard .tinvwl-title-wrap h1+.tinvwl-separator{margin-top:20px;margin-bottom:20px}
@@ -44,7 +44,7 @@ html{background:#f6f3ed}
44
  .tinvwl-wizard .tinwl-intro,.tinvwl-wizard .tinwl-finish{text-align:center}
45
  .tinvwl-wizard .tinwl-intro .tinvwl-title,.tinvwl-wizard .tinwl-finish .tinvwl-title{font-size:48px;margin-bottom:14px}
46
  .tinvwl-wizard .tinwl-finish .tinvwl-title{margin-bottom:33px}
47
- .tinvwl-wizard .tinwl-intro .tinvwl-sub-title,.tinvwl-wizard .tinwl-finish .tinvwl-sub-title{font-size:18px;font-weight:600;text-transform:uppercase;line-height:1.167;letter-spacing:-.025em;margin-bottom:0;color:#b2b2b2}
48
  .tinvwl-wizard .tinwl-intro .tinvwl-thumb{margin-bottom:16px}
49
  .tinvwl-wizard .tinwl-intro .tinvwl-desc{margin-bottom:21px}
50
  .tinvwl-wizard .tinwl-finish .tinvwl-desc{margin-bottom:45px}
1
  /**
2
  * TI WooCommerce Wishlist Plugin - Allow your store guests and customers to add products to Wishlist. Add Wishlist functionality to your store for free.
3
+ * @version 1.27.0
4
  * @link https://wordpress.org/plugins/ti-woocommerce-wishlist/
5
  */
6
  html{background:#f6f3ed}
12
  .tinvwl-wizard .tinvwl-progress{text-align:center}
13
  .tinvwl-wizard .tinvwl-progress ul{list-style:none;padding:0;margin:0}
14
  .tinvwl-wizard .tinvwl-progress li{position:relative;display:inline-block;font-family:"Open Sans",Arial,sans-serif;font-size:14px;font-weight:bold;line-height:1.714;text-transform:uppercase;padding:0 0 4px;margin-top:20px;margin-left:40px;color:rgba(62,62,62,0.4)}
15
+ .tinvwl-wizard .tinvwl-progress li:before{content:"";position:absolute;right:0;bottom:-2px;width:calc(100% + 50px);height:2px;background:#e6e6e6}
16
  .tinvwl-wizard .tinvwl-progress li:last-child:before{width:100%}
17
  .tinvwl-wizard .tinvwl-progress li.active{padding-left:40px;margin-left:0;color:#3e3e3e}
18
  .tinvwl-wizard .tinvwl-progress li.active.last{padding-left:0;margin-left:40px}
19
  .tinvwl-wizard .tinvwl-progress li:last-child.last.active{color:#869a00}
20
+ .tinvwl-wizard .tinvwl-progress li.active:after{content:"";position:absolute;right:0;bottom:-2px;width:calc(100% + 10px);height:2px;background:#a9c203}
21
  .tinvwl-wizard .tinvwl-progress li.last.active:after{width:100%}
22
  .tinvwl-wizard .tinvwl-progress li:last-child{padding-left:0 !important;margin-left:0 !important}
23
  .tinvwl-wizard .tinvwl-content{font-family:Arial,sans-serif;font-size:14px;line-height:1.71428571;color:#4f4639}
24
  .tinvwl-wizard .tinvwl-content .tinwl-inner{padding:34px 42px 42px;margin-top:36px;border-radius:5px;background:#fff;-webkit-box-shadow:0 14px 29px 0 rgba(170,150,137,0.38);box-shadow:0 14px 29px 0 rgba(170,150,137,0.38)}
25
  .tinvwl-wizard .tinvwl-content .tinwl-intro.tinwl-inner{padding:40px 121px}
26
  .tinvwl-wizard .tinvwl-content .tinwl-finish.tinwl-inner{padding:40px 100px}
27
+ .tinvwl-wizard h1{font-size:36px;letter-spacing:-0.025em;text-transform:uppercase;color:#291c09}
28
  .tinvwl-wizard label{line-height:1.429}
29
  .tinvwl-wizard .tinvwl-title-wrap h1+.tinvwl-desc{margin-top:12px}
30
  .tinvwl-wizard .tinvwl-title-wrap h1+.tinvwl-separator{margin-top:20px;margin-bottom:20px}
44
  .tinvwl-wizard .tinwl-intro,.tinvwl-wizard .tinwl-finish{text-align:center}
45
  .tinvwl-wizard .tinwl-intro .tinvwl-title,.tinvwl-wizard .tinwl-finish .tinvwl-title{font-size:48px;margin-bottom:14px}
46
  .tinvwl-wizard .tinwl-finish .tinvwl-title{margin-bottom:33px}
47
+ .tinvwl-wizard .tinwl-intro .tinvwl-sub-title,.tinvwl-wizard .tinwl-finish .tinvwl-sub-title{font-size:18px;font-weight:600;text-transform:uppercase;line-height:1.167;letter-spacing:-0.025em;margin-bottom:0;color:#b2b2b2}
48
  .tinvwl-wizard .tinwl-intro .tinvwl-thumb{margin-bottom:16px}
49
  .tinvwl-wizard .tinwl-intro .tinvwl-desc{margin-bottom:21px}
50
  .tinvwl-wizard .tinwl-finish .tinvwl-desc{margin-bottom:45px}
assets/css/admin-setup.css CHANGED
@@ -1,5 +1,6 @@
1
  html {
2
- background: #f6f3ed; }
 
3
 
4
  .tinvwl-wizard {
5
  max-width: 886px;
@@ -7,34 +8,41 @@ html {
7
  padding: 0;
8
  -webkit-box-shadow: none;
9
  box-shadow: none;
10
- background: none; }
 
11
 
12
  .tinvwl-wizard .tinvwl-logo {
13
  text-align: center;
14
- margin-bottom: 10px; }
 
15
 
16
  .tinvwl-wizard .tinvwl-logo h2,
17
  .tinvwl-wizard .tinvwl-logo img {
18
  display: inline-block;
19
- vertical-align: middle; }
 
20
 
21
  .tinvwl-wizard .tinvwl-logo img + h2 {
22
- margin-left: 15px; }
 
23
 
24
  .tinvwl-wizard .tinvwl-logo h2 {
25
  font-size: 18px;
26
  font-weight: bold;
27
  text-transform: uppercase;
28
  line-height: 1.333;
29
- color: #3E3E3E; }
 
30
 
31
  .tinvwl-wizard .tinvwl-progress {
32
- text-align: center; }
 
33
 
34
  .tinvwl-wizard .tinvwl-progress ul {
35
  list-style: none;
36
  padding: 0;
37
- margin: 0; }
 
38
 
39
  .tinvwl-wizard .tinvwl-progress li {
40
  position: relative;
@@ -47,53 +55,63 @@ html {
47
  padding: 0 0 4px;
48
  margin-top: 20px;
49
  margin-right: 40px;
50
- color: rgba(62, 62, 62, 0.4); }
 
51
 
52
  .tinvwl-wizard .tinvwl-progress li:before {
53
- content: '';
54
  position: absolute;
55
  left: 0;
56
  bottom: -2px;
57
  width: calc(100% + 50px);
58
  height: 2px;
59
- background: #e6e6e6; }
 
60
 
61
  .tinvwl-wizard .tinvwl-progress li:last-child:before {
62
- width: 100%; }
 
63
 
64
  .tinvwl-wizard .tinvwl-progress li.active {
65
  padding-right: 40px;
66
  margin-right: 0;
67
- color: #3e3e3e; }
 
68
 
69
  .tinvwl-wizard .tinvwl-progress li.active.last {
70
  padding-right: 0;
71
- margin-right: 40px; }
 
72
 
73
  .tinvwl-wizard .tinvwl-progress li:last-child.last.active {
74
- color: #869a00; }
 
75
 
76
  .tinvwl-wizard .tinvwl-progress li.active:after {
77
- content: '';
78
  position: absolute;
79
  left: 0;
80
  bottom: -2px;
81
  width: calc(100% + 10px);
82
  height: 2px;
83
- background: #a9c203; }
 
84
 
85
  .tinvwl-wizard .tinvwl-progress li.last.active:after {
86
- width: 100%; }
 
87
 
88
  .tinvwl-wizard .tinvwl-progress li:last-child {
89
  padding-right: 0 !important;
90
- margin-right: 0 !important; }
 
91
 
92
  .tinvwl-wizard .tinvwl-content {
93
  font-family: Arial, sans-serif;
94
  font-size: 14px;
95
  line-height: 1.71428571;
96
- color: #4f4639; }
 
97
 
98
  .tinvwl-wizard .tinvwl-content .tinwl-inner {
99
  padding: 34px 42px 42px;
@@ -101,99 +119,123 @@ html {
101
  border-radius: 5px;
102
  background: #fff;
103
  -webkit-box-shadow: 0 14px 29px 0 rgba(170, 150, 137, 0.38);
104
- box-shadow: 0 14px 29px 0 rgba(170, 150, 137, 0.38); }
 
105
 
106
  .tinvwl-wizard .tinvwl-content .tinwl-intro.tinwl-inner {
107
- padding: 40px 121px; }
 
108
 
109
  .tinvwl-wizard .tinvwl-content .tinwl-finish.tinwl-inner {
110
- padding: 40px 100px; }
 
111
 
112
  .tinvwl-wizard h1 {
113
  font-size: 36px;
114
- letter-spacing: -.025em;
115
  text-transform: uppercase;
116
- color: #291C09; }
 
117
 
118
  .tinvwl-wizard label {
119
- line-height: 1.429; }
 
120
 
121
  @media (min-width: 992px) {
122
  .tinvwl-wizard .tinwl-inner:not(.tinvwl-social) .col-md-6.control-label {
123
- padding-top: 10px; } }
124
-
 
125
  .tinvwl-wizard .tinvwl-title-wrap h1 + .tinvwl-desc {
126
- margin-top: 12px; }
 
127
 
128
  .tinvwl-wizard .tinvwl-title-wrap h1 + .tinvwl-separator {
129
  margin-top: 20px;
130
- margin-bottom: 20px; }
 
131
 
132
  .tinvwl-wizard .tinvwl-skip {
133
  display: inline-block;
134
  font-size: 14px;
135
  color: rgba(75, 75, 75, 0.722);
136
  text-decoration: underline;
137
- line-height: 1.429; }
 
138
 
139
  .tinvwl-wizard .tinvwl-separator {
140
  display: block;
141
  width: 100%;
142
  height: 2px;
143
  margin: 24px 0;
144
- background: #ececec; }
 
145
 
146
  .tinvwl-wizard .tinvwl-separator + .form-horizontal,
147
  .tinvwl-wizard .form-horizontal + .tinvwl-separator {
148
- margin-top: 30px; }
 
149
 
150
  .tinvwl-wizard .row + .tinvwl-separator {
151
- margin-top: 0; }
 
152
 
153
  .tinvwl-wizard .form-group {
154
- margin-bottom: 20px; }
 
155
 
156
  .tinvwl-wizard .tinvwl-desc {
157
  font-family: "Open Sans", Arial, sans-serif;
158
  font-size: 16px;
159
  line-height: 1.875;
160
- margin-bottom: 24px; }
 
161
 
162
  .tinvwl-wizard .tinvwl-desc a {
163
  color: #4f4639;
164
- text-decoration: underline; }
 
165
 
166
  .tinvwl-wizard .tinvwl-desc a:hover,
167
  .tinvwl-wizard .tinvwl-desc a:active,
168
  .tinvwl-wizard .tinvwl-desc a:focus {
169
- color: #000; }
 
170
 
171
  .tinvwl-wizard .tinvwl-nav {
172
- margin: 30px 0 0; }
 
173
 
174
  .tinvwl-wizard .tinvwl-desc + .tinvwl-nav {
175
- margin: 55px 0 0; }
 
176
 
177
  .tinvwl-wizard .tinvwl-nav .tinvwl-btn {
178
- min-width: 147px; }
 
179
 
180
  .tinvwl-wizard .tinvwl-nav .tinvwl-next {
181
- float: right; }
 
182
 
183
  .tinvwl-wizard .tinvwl-nav .tinvwl-skip + .tinvwl-btn {
184
- margin-left: 26px; }
 
185
 
186
  .tinvwl-wizard .tinwl-intro,
187
  .tinvwl-wizard .tinwl-finish {
188
- text-align: center; }
 
189
 
190
  .tinvwl-wizard .tinwl-intro .tinvwl-title,
191
  .tinvwl-wizard .tinwl-finish .tinvwl-title {
192
  font-size: 48px;
193
- margin-bottom: 14px; }
 
194
 
195
  .tinvwl-wizard .tinwl-finish .tinvwl-title {
196
- margin-bottom: 33px; }
 
197
 
198
  .tinvwl-wizard .tinwl-intro .tinvwl-sub-title,
199
  .tinvwl-wizard .tinwl-finish .tinvwl-sub-title {
@@ -201,75 +243,99 @@ html {
201
  font-weight: 600;
202
  text-transform: uppercase;
203
  line-height: 1.167;
204
- letter-spacing: -.025em;
205
  margin-bottom: 0;
206
- color: #B2B2B2; }
 
207
 
208
  .tinvwl-wizard .tinwl-intro .tinvwl-thumb {
209
- margin-bottom: 16px; }
 
210
 
211
  .tinvwl-wizard .tinwl-intro .tinvwl-desc {
212
- margin-bottom: 21px; }
 
213
 
214
  .tinvwl-wizard .tinwl-finish .tinvwl-desc {
215
- margin-bottom: 45px; }
 
216
 
217
  .tinvwl-wizard .tinwl-intro .tinvwl-skip {
218
- margin-top: 19px; }
 
219
 
220
  .tinvwl-wizard .tinwl-finish .tinvwl-more {
221
  display: inline-block;
222
  text-decoration: underline;
223
  margin-top: 35px;
224
- color: #4b4b4b; }
 
225
 
226
  .tinvwl-wizard .tinwl-finish .tinvwl-btn {
227
  margin-right: 14px;
228
- padding: 16px 26px; }
 
229
 
230
  .tinvwl-wizard .tinwl-finish .tinvwl-btn:last-child {
231
- margin-right: 0; }
 
232
 
233
  .tinvwl-error .form-control {
234
- border: 2px solid #ff0000; }
 
235
 
236
  .tinvwl-error .tinvwl-error-icon {
237
  position: absolute;
238
  top: 8px;
239
  left: -10px;
240
- color: #ff0000; }
 
241
 
242
  .tinvwl-error .tinvwl-error-desc {
243
  line-height: 1.42857143;
244
  margin: 10px 8px 0;
245
- color: #ff0000; }
 
246
 
247
  .tinvwl-wizard .tinvwl-return-to-dash {
248
  margin-top: 45px;
249
- text-align: center; }
 
250
 
251
  @media screen and (max-width: 1024px) {
252
  .tinvwl-wizard {
253
- margin: 20px auto; }
 
 
254
  .tinvwl-wizard .tinwl-finish .tinvwl-btn {
255
  display: block;
256
- margin: 0 auto; }
257
- .tinvwl-wizard .tinwl-finish .tinvwl-btn + .tinvwl-btn {
258
- margin-top: 15px; } }
259
 
 
 
 
 
260
  @media screen and (max-width: 782px) {
261
  html {
262
- margin: 0; }
 
 
263
  .tinvwl-wizard .tinvwl-content .tinwl-inner.tinwl-intro,
264
- .tinvwl-wizard .tinvwl-content .tinwl-inner.tinwl-finish {
265
  padding-left: 50px;
266
- padding-right: 50px; }
 
 
267
  .tinvwl-wizard .tinvwl-nav {
268
- text-align: center; }
 
 
269
  .tinvwl-wizard .tinvwl-nav .tinvwl-next {
270
  float: none;
271
- text-align: center; } }
272
-
 
273
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJhZG1pbi1zZXR1cC5jc3MiXSwiZmlsZSI6ImFkbWluLXNldHVwLmNzcyJ9 */
274
 
275
  /*# sourceMappingURL=admin-setup.css.map */
1
  html {
2
+ background: #f6f3ed;
3
+ }
4
 
5
  .tinvwl-wizard {
6
  max-width: 886px;
8
  padding: 0;
9
  -webkit-box-shadow: none;
10
  box-shadow: none;
11
+ background: none;
12
+ }
13
 
14
  .tinvwl-wizard .tinvwl-logo {
15
  text-align: center;
16
+ margin-bottom: 10px;
17
+ }
18
 
19
  .tinvwl-wizard .tinvwl-logo h2,
20
  .tinvwl-wizard .tinvwl-logo img {
21
  display: inline-block;
22
+ vertical-align: middle;
23
+ }
24
 
25
  .tinvwl-wizard .tinvwl-logo img + h2 {
26
+ margin-left: 15px;
27
+ }
28
 
29
  .tinvwl-wizard .tinvwl-logo h2 {
30
  font-size: 18px;
31
  font-weight: bold;
32
  text-transform: uppercase;
33
  line-height: 1.333;
34
+ color: #3E3E3E;
35
+ }
36
 
37
  .tinvwl-wizard .tinvwl-progress {
38
+ text-align: center;
39
+ }
40
 
41
  .tinvwl-wizard .tinvwl-progress ul {
42
  list-style: none;
43
  padding: 0;
44
+ margin: 0;
45
+ }
46
 
47
  .tinvwl-wizard .tinvwl-progress li {
48
  position: relative;
55
  padding: 0 0 4px;
56
  margin-top: 20px;
57
  margin-right: 40px;
58
+ color: rgba(62, 62, 62, 0.4);
59
+ }
60
 
61
  .tinvwl-wizard .tinvwl-progress li:before {
62
+ content: "";
63
  position: absolute;
64
  left: 0;
65
  bottom: -2px;
66
  width: calc(100% + 50px);
67
  height: 2px;
68
+ background: #e6e6e6;
69
+ }
70
 
71
  .tinvwl-wizard .tinvwl-progress li:last-child:before {
72
+ width: 100%;
73
+ }
74
 
75
  .tinvwl-wizard .tinvwl-progress li.active {
76
  padding-right: 40px;
77
  margin-right: 0;
78
+ color: #3e3e3e;
79
+ }
80
 
81
  .tinvwl-wizard .tinvwl-progress li.active.last {
82
  padding-right: 0;
83
+ margin-right: 40px;
84
+ }
85
 
86
  .tinvwl-wizard .tinvwl-progress li:last-child.last.active {
87
+ color: #869a00;
88
+ }
89
 
90
  .tinvwl-wizard .tinvwl-progress li.active:after {
91
+ content: "";
92
  position: absolute;
93
  left: 0;
94
  bottom: -2px;
95
  width: calc(100% + 10px);
96
  height: 2px;
97
+ background: #a9c203;
98
+ }
99
 
100
  .tinvwl-wizard .tinvwl-progress li.last.active:after {
101
+ width: 100%;
102
+ }
103
 
104
  .tinvwl-wizard .tinvwl-progress li:last-child {
105
  padding-right: 0 !important;
106
+ margin-right: 0 !important;
107
+ }
108
 
109
  .tinvwl-wizard .tinvwl-content {
110
  font-family: Arial, sans-serif;
111
  font-size: 14px;
112
  line-height: 1.71428571;
113
+ color: #4f4639;
114
+ }
115
 
116
  .tinvwl-wizard .tinvwl-content .tinwl-inner {
117
  padding: 34px 42px 42px;
119
  border-radius: 5px;
120
  background: #fff;
121
  -webkit-box-shadow: 0 14px 29px 0 rgba(170, 150, 137, 0.38);
122
+ box-shadow: 0 14px 29px 0 rgba(170, 150, 137, 0.38);
123
+ }
124
 
125
  .tinvwl-wizard .tinvwl-content .tinwl-intro.tinwl-inner {
126
+ padding: 40px 121px;
127
+ }
128
 
129
  .tinvwl-wizard .tinvwl-content .tinwl-finish.tinwl-inner {
130
+ padding: 40px 100px;
131
+ }
132
 
133
  .tinvwl-wizard h1 {
134
  font-size: 36px;
135
+ letter-spacing: -0.025em;
136
  text-transform: uppercase;
137
+ color: #291C09;
138
+ }
139
 
140
  .tinvwl-wizard label {
141
+ line-height: 1.429;
142
+ }
143
 
144
  @media (min-width: 992px) {
145
  .tinvwl-wizard .tinwl-inner:not(.tinvwl-social) .col-md-6.control-label {
146
+ padding-top: 10px;
147
+ }
148
+ }
149
  .tinvwl-wizard .tinvwl-title-wrap h1 + .tinvwl-desc {
150
+ margin-top: 12px;
151
+ }
152
 
153
  .tinvwl-wizard .tinvwl-title-wrap h1 + .tinvwl-separator {
154
  margin-top: 20px;
155
+ margin-bottom: 20px;
156
+ }
157
 
158
  .tinvwl-wizard .tinvwl-skip {
159
  display: inline-block;
160
  font-size: 14px;
161
  color: rgba(75, 75, 75, 0.722);
162
  text-decoration: underline;
163
+ line-height: 1.429;
164
+ }
165
 
166
  .tinvwl-wizard .tinvwl-separator {
167
  display: block;
168
  width: 100%;
169
  height: 2px;
170
  margin: 24px 0;
171
+ background: #ececec;
172
+ }
173
 
174
  .tinvwl-wizard .tinvwl-separator + .form-horizontal,
175
  .tinvwl-wizard .form-horizontal + .tinvwl-separator {
176
+ margin-top: 30px;
177
+ }
178
 
179
  .tinvwl-wizard .row + .tinvwl-separator {
180
+ margin-top: 0;
181
+ }
182
 
183
  .tinvwl-wizard .form-group {
184
+ margin-bottom: 20px;
185
+ }
186
 
187
  .tinvwl-wizard .tinvwl-desc {
188
  font-family: "Open Sans", Arial, sans-serif;
189
  font-size: 16px;
190
  line-height: 1.875;
191
+ margin-bottom: 24px;
192
+ }
193
 
194
  .tinvwl-wizard .tinvwl-desc a {
195
  color: #4f4639;
196
+ text-decoration: underline;
197
+ }
198
 
199
  .tinvwl-wizard .tinvwl-desc a:hover,
200
  .tinvwl-wizard .tinvwl-desc a:active,
201
  .tinvwl-wizard .tinvwl-desc a:focus {
202
+ color: #000;
203
+ }
204
 
205
  .tinvwl-wizard .tinvwl-nav {
206
+ margin: 30px 0 0;
207
+ }
208
 
209
  .tinvwl-wizard .tinvwl-desc + .tinvwl-nav {
210
+ margin: 55px 0 0;
211
+ }
212
 
213
  .tinvwl-wizard .tinvwl-nav .tinvwl-btn {
214
+ min-width: 147px;
215
+ }
216
 
217
  .tinvwl-wizard .tinvwl-nav .tinvwl-next {
218
+ float: right;
219
+ }
220
 
221
  .tinvwl-wizard .tinvwl-nav .tinvwl-skip + .tinvwl-btn {
222
+ margin-left: 26px;
223
+ }
224
 
225
  .tinvwl-wizard .tinwl-intro,
226
  .tinvwl-wizard .tinwl-finish {
227
+ text-align: center;
228
+ }
229
 
230
  .tinvwl-wizard .tinwl-intro .tinvwl-title,
231
  .tinvwl-wizard .tinwl-finish .tinvwl-title {
232
  font-size: 48px;
233
+ margin-bottom: 14px;
234
+ }
235
 
236
  .tinvwl-wizard .tinwl-finish .tinvwl-title {
237
+ margin-bottom: 33px;
238
+ }
239
 
240
  .tinvwl-wizard .tinwl-intro .tinvwl-sub-title,
241
  .tinvwl-wizard .tinwl-finish .tinvwl-sub-title {
243
  font-weight: 600;
244
  text-transform: uppercase;
245
  line-height: 1.167;
246
+ letter-spacing: -0.025em;
247
  margin-bottom: 0;
248
+ color: #B2B2B2;
249
+ }
250
 
251
  .tinvwl-wizard .tinwl-intro .tinvwl-thumb {
252
+ margin-bottom: 16px;
253
+ }
254
 
255
  .tinvwl-wizard .tinwl-intro .tinvwl-desc {
256
+ margin-bottom: 21px;
257
+ }
258
 
259
  .tinvwl-wizard .tinwl-finish .tinvwl-desc {
260
+ margin-bottom: 45px;
261
+ }
262
 
263
  .tinvwl-wizard .tinwl-intro .tinvwl-skip {
264
+ margin-top: 19px;
265
+ }
266
 
267
  .tinvwl-wizard .tinwl-finish .tinvwl-more {
268
  display: inline-block;
269
  text-decoration: underline;
270
  margin-top: 35px;
271
+ color: #4b4b4b;
272
+ }
273
 
274
  .tinvwl-wizard .tinwl-finish .tinvwl-btn {
275
  margin-right: 14px;
276
+ padding: 16px 26px;
277
+ }
278
 
279
  .tinvwl-wizard .tinwl-finish .tinvwl-btn:last-child {
280
+ margin-right: 0;
281
+ }
282
 
283
  .tinvwl-error .form-control {
284
+ border: 2px solid #ff0000;
285
+ }
286
 
287
  .tinvwl-error .tinvwl-error-icon {
288
  position: absolute;
289
  top: 8px;
290
  left: -10px;
291
+ color: #ff0000;
292
+ }
293
 
294
  .tinvwl-error .tinvwl-error-desc {
295
  line-height: 1.42857143;
296
  margin: 10px 8px 0;
297
+ color: #ff0000;
298
+ }
299
 
300
  .tinvwl-wizard .tinvwl-return-to-dash {
301
  margin-top: 45px;
302
+ text-align: center;
303
+ }
304
 
305
  @media screen and (max-width: 1024px) {
306
  .tinvwl-wizard {
307
+ margin: 20px auto;
308
+ }
309
+
310
  .tinvwl-wizard .tinwl-finish .tinvwl-btn {
311
  display: block;
312
+ margin: 0 auto;
313
+ }
 
314
 
315
+ .tinvwl-wizard .tinwl-finish .tinvwl-btn + .tinvwl-btn {
316
+ margin-top: 15px;
317
+ }
318
+ }
319
  @media screen and (max-width: 782px) {
320
  html {
321
+ margin: 0;
322
+ }
323
+
324
  .tinvwl-wizard .tinvwl-content .tinwl-inner.tinwl-intro,
325
+ .tinvwl-wizard .tinvwl-content .tinwl-inner.tinwl-finish {
326
  padding-left: 50px;
327
+ padding-right: 50px;
328
+ }
329
+
330
  .tinvwl-wizard .tinvwl-nav {
331
+ text-align: center;
332
+ }
333
+
334
  .tinvwl-wizard .tinvwl-nav .tinvwl-next {
335
  float: none;
336
+ text-align: center;
337
+ }
338
+ }
339
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJhZG1pbi1zZXR1cC5jc3MiXSwiZmlsZSI6ImFkbWluLXNldHVwLmNzcyJ9 */
340
 
341
  /*# sourceMappingURL=admin-setup.css.map */
assets/css/admin-setup.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":[],"mappings":"","sources":["admin-setup.css"],"file":"admin-setup.css","sourcesContent":["html {\n background: #f6f3ed; }\n\n.tinvwl-wizard {\n max-width: 886px;\n margin: 107px auto;\n padding: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n background: none; }\n\n.tinvwl-wizard .tinvwl-logo {\n text-align: center;\n margin-bottom: 10px; }\n\n.tinvwl-wizard .tinvwl-logo h2,\n.tinvwl-wizard .tinvwl-logo img {\n display: inline-block;\n vertical-align: middle; }\n\n.tinvwl-wizard .tinvwl-logo img + h2 {\n margin-left: 15px; }\n\n.tinvwl-wizard .tinvwl-logo h2 {\n font-size: 18px;\n font-weight: bold;\n text-transform: uppercase;\n line-height: 1.333;\n color: #3E3E3E; }\n\n.tinvwl-wizard .tinvwl-progress {\n text-align: center; }\n\n.tinvwl-wizard .tinvwl-progress ul {\n list-style: none;\n padding: 0;\n margin: 0; }\n\n.tinvwl-wizard .tinvwl-progress li {\n position: relative;\n display: inline-block;\n font-family: \"Open Sans\", Arial, sans-serif;\n font-size: 14px;\n font-weight: bold;\n line-height: 1.714;\n text-transform: uppercase;\n padding: 0 0 4px;\n margin-top: 20px;\n margin-right: 40px;\n color: rgba(62, 62, 62, 0.4); }\n\n.tinvwl-wizard .tinvwl-progress li:before {\n content: '';\n position: absolute;\n left: 0;\n bottom: -2px;\n width: calc(100% + 50px);\n height: 2px;\n background: #e6e6e6; }\n\n.tinvwl-wizard .tinvwl-progress li:last-child:before {\n width: 100%; }\n\n.tinvwl-wizard .tinvwl-progress li.active {\n padding-right: 40px;\n margin-right: 0;\n color: #3e3e3e; }\n\n.tinvwl-wizard .tinvwl-progress li.active.last {\n padding-right: 0;\n margin-right: 40px; }\n\n.tinvwl-wizard .tinvwl-progress li:last-child.last.active {\n color: #869a00; }\n\n.tinvwl-wizard .tinvwl-progress li.active:after {\n content: '';\n position: absolute;\n left: 0;\n bottom: -2px;\n width: calc(100% + 10px);\n height: 2px;\n background: #a9c203; }\n\n.tinvwl-wizard .tinvwl-progress li.last.active:after {\n width: 100%; }\n\n.tinvwl-wizard .tinvwl-progress li:last-child {\n padding-right: 0 !important;\n margin-right: 0 !important; }\n\n.tinvwl-wizard .tinvwl-content {\n font-family: Arial, sans-serif;\n font-size: 14px;\n line-height: 1.71428571;\n color: #4f4639; }\n\n.tinvwl-wizard .tinvwl-content .tinwl-inner {\n padding: 34px 42px 42px;\n margin-top: 36px;\n border-radius: 5px;\n background: #fff;\n -webkit-box-shadow: 0 14px 29px 0 rgba(170, 150, 137, 0.38);\n box-shadow: 0 14px 29px 0 rgba(170, 150, 137, 0.38); }\n\n.tinvwl-wizard .tinvwl-content .tinwl-intro.tinwl-inner {\n padding: 40px 121px; }\n\n.tinvwl-wizard .tinvwl-content .tinwl-finish.tinwl-inner {\n padding: 40px 100px; }\n\n.tinvwl-wizard h1 {\n font-size: 36px;\n letter-spacing: -.025em;\n text-transform: uppercase;\n color: #291C09; }\n\n.tinvwl-wizard label {\n line-height: 1.429; }\n\n@media (min-width: 992px) {\n .tinvwl-wizard .tinwl-inner:not(.tinvwl-social) .col-md-6.control-label {\n padding-top: 10px; } }\n\n.tinvwl-wizard .tinvwl-title-wrap h1 + .tinvwl-desc {\n margin-top: 12px; }\n\n.tinvwl-wizard .tinvwl-title-wrap h1 + .tinvwl-separator {\n margin-top: 20px;\n margin-bottom: 20px; }\n\n.tinvwl-wizard .tinvwl-skip {\n display: inline-block;\n font-size: 14px;\n color: rgba(75, 75, 75, 0.722);\n text-decoration: underline;\n line-height: 1.429; }\n\n.tinvwl-wizard .tinvwl-separator {\n display: block;\n width: 100%;\n height: 2px;\n margin: 24px 0;\n background: #ececec; }\n\n.tinvwl-wizard .tinvwl-separator + .form-horizontal,\n.tinvwl-wizard .form-horizontal + .tinvwl-separator {\n margin-top: 30px; }\n\n.tinvwl-wizard .row + .tinvwl-separator {\n margin-top: 0; }\n\n.tinvwl-wizard .form-group {\n margin-bottom: 20px; }\n\n.tinvwl-wizard .tinvwl-desc {\n font-family: \"Open Sans\", Arial, sans-serif;\n font-size: 16px;\n line-height: 1.875;\n margin-bottom: 24px; }\n\n.tinvwl-wizard .tinvwl-desc a {\n color: #4f4639;\n text-decoration: underline; }\n\n.tinvwl-wizard .tinvwl-desc a:hover,\n.tinvwl-wizard .tinvwl-desc a:active,\n.tinvwl-wizard .tinvwl-desc a:focus {\n color: #000; }\n\n.tinvwl-wizard .tinvwl-nav {\n margin: 30px 0 0; }\n\n.tinvwl-wizard .tinvwl-desc + .tinvwl-nav {\n margin: 55px 0 0; }\n\n.tinvwl-wizard .tinvwl-nav .tinvwl-btn {\n min-width: 147px; }\n\n.tinvwl-wizard .tinvwl-nav .tinvwl-next {\n float: right; }\n\n.tinvwl-wizard .tinvwl-nav .tinvwl-skip + .tinvwl-btn {\n margin-left: 26px; }\n\n.tinvwl-wizard .tinwl-intro,\n.tinvwl-wizard .tinwl-finish {\n text-align: center; }\n\n.tinvwl-wizard .tinwl-intro .tinvwl-title,\n.tinvwl-wizard .tinwl-finish .tinvwl-title {\n font-size: 48px;\n margin-bottom: 14px; }\n\n.tinvwl-wizard .tinwl-finish .tinvwl-title {\n margin-bottom: 33px; }\n\n.tinvwl-wizard .tinwl-intro .tinvwl-sub-title,\n.tinvwl-wizard .tinwl-finish .tinvwl-sub-title {\n font-size: 18px;\n font-weight: 600;\n text-transform: uppercase;\n line-height: 1.167;\n letter-spacing: -.025em;\n margin-bottom: 0;\n color: #B2B2B2; }\n\n.tinvwl-wizard .tinwl-intro .tinvwl-thumb {\n margin-bottom: 16px; }\n\n.tinvwl-wizard .tinwl-intro .tinvwl-desc {\n margin-bottom: 21px; }\n\n.tinvwl-wizard .tinwl-finish .tinvwl-desc {\n margin-bottom: 45px; }\n\n.tinvwl-wizard .tinwl-intro .tinvwl-skip {\n margin-top: 19px; }\n\n.tinvwl-wizard .tinwl-finish .tinvwl-more {\n display: inline-block;\n text-decoration: underline;\n margin-top: 35px;\n color: #4b4b4b; }\n\n.tinvwl-wizard .tinwl-finish .tinvwl-btn {\n margin-right: 14px;\n padding: 16px 26px; }\n\n.tinvwl-wizard .tinwl-finish .tinvwl-btn:last-child {\n margin-right: 0; }\n\n.tinvwl-error .form-control {\n border: 2px solid #ff0000; }\n\n.tinvwl-error .tinvwl-error-icon {\n position: absolute;\n top: 8px;\n left: -10px;\n color: #ff0000; }\n\n.tinvwl-error .tinvwl-error-desc {\n line-height: 1.42857143;\n margin: 10px 8px 0;\n color: #ff0000; }\n\n.tinvwl-wizard .tinvwl-return-to-dash {\n margin-top: 45px;\n text-align: center; }\n\n@media screen and (max-width: 1024px) {\n .tinvwl-wizard {\n margin: 20px auto; }\n .tinvwl-wizard .tinwl-finish .tinvwl-btn {\n display: block;\n margin: 0 auto; }\n .tinvwl-wizard .tinwl-finish .tinvwl-btn + .tinvwl-btn {\n margin-top: 15px; } }\n\n@media screen and (max-width: 782px) {\n html {\n margin: 0; }\n .tinvwl-wizard .tinvwl-content .tinwl-inner.tinwl-intro,\n .tinvwl-wizard .tinvwl-content .tinwl-inner.tinwl-finish {\n padding-left: 50px;\n padding-right: 50px; }\n .tinvwl-wizard .tinvwl-nav {\n text-align: center; }\n .tinvwl-wizard .tinvwl-nav .tinvwl-next {\n float: none;\n text-align: center; } }\n"]}
1
+ {"version":3,"names":[],"mappings":"","sources":["admin-setup.css"],"file":"admin-setup.css","sourcesContent":["html {\n background: #f6f3ed;\n}\n\n.tinvwl-wizard {\n max-width: 886px;\n margin: 107px auto;\n padding: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n background: none;\n}\n\n.tinvwl-wizard .tinvwl-logo {\n text-align: center;\n margin-bottom: 10px;\n}\n\n.tinvwl-wizard .tinvwl-logo h2,\n.tinvwl-wizard .tinvwl-logo img {\n display: inline-block;\n vertical-align: middle;\n}\n\n.tinvwl-wizard .tinvwl-logo img + h2 {\n margin-left: 15px;\n}\n\n.tinvwl-wizard .tinvwl-logo h2 {\n font-size: 18px;\n font-weight: bold;\n text-transform: uppercase;\n line-height: 1.333;\n color: #3E3E3E;\n}\n\n.tinvwl-wizard .tinvwl-progress {\n text-align: center;\n}\n\n.tinvwl-wizard .tinvwl-progress ul {\n list-style: none;\n padding: 0;\n margin: 0;\n}\n\n.tinvwl-wizard .tinvwl-progress li {\n position: relative;\n display: inline-block;\n font-family: \"Open Sans\", Arial, sans-serif;\n font-size: 14px;\n font-weight: bold;\n line-height: 1.714;\n text-transform: uppercase;\n padding: 0 0 4px;\n margin-top: 20px;\n margin-right: 40px;\n color: rgba(62, 62, 62, 0.4);\n}\n\n.tinvwl-wizard .tinvwl-progress li:before {\n content: \"\";\n position: absolute;\n left: 0;\n bottom: -2px;\n width: calc(100% + 50px);\n height: 2px;\n background: #e6e6e6;\n}\n\n.tinvwl-wizard .tinvwl-progress li:last-child:before {\n width: 100%;\n}\n\n.tinvwl-wizard .tinvwl-progress li.active {\n padding-right: 40px;\n margin-right: 0;\n color: #3e3e3e;\n}\n\n.tinvwl-wizard .tinvwl-progress li.active.last {\n padding-right: 0;\n margin-right: 40px;\n}\n\n.tinvwl-wizard .tinvwl-progress li:last-child.last.active {\n color: #869a00;\n}\n\n.tinvwl-wizard .tinvwl-progress li.active:after {\n content: \"\";\n position: absolute;\n left: 0;\n bottom: -2px;\n width: calc(100% + 10px);\n height: 2px;\n background: #a9c203;\n}\n\n.tinvwl-wizard .tinvwl-progress li.last.active:after {\n width: 100%;\n}\n\n.tinvwl-wizard .tinvwl-progress li:last-child {\n padding-right: 0 !important;\n margin-right: 0 !important;\n}\n\n.tinvwl-wizard .tinvwl-content {\n font-family: Arial, sans-serif;\n font-size: 14px;\n line-height: 1.71428571;\n color: #4f4639;\n}\n\n.tinvwl-wizard .tinvwl-content .tinwl-inner {\n padding: 34px 42px 42px;\n margin-top: 36px;\n border-radius: 5px;\n background: #fff;\n -webkit-box-shadow: 0 14px 29px 0 rgba(170, 150, 137, 0.38);\n box-shadow: 0 14px 29px 0 rgba(170, 150, 137, 0.38);\n}\n\n.tinvwl-wizard .tinvwl-content .tinwl-intro.tinwl-inner {\n padding: 40px 121px;\n}\n\n.tinvwl-wizard .tinvwl-content .tinwl-finish.tinwl-inner {\n padding: 40px 100px;\n}\n\n.tinvwl-wizard h1 {\n font-size: 36px;\n letter-spacing: -0.025em;\n text-transform: uppercase;\n color: #291C09;\n}\n\n.tinvwl-wizard label {\n line-height: 1.429;\n}\n\n@media (min-width: 992px) {\n .tinvwl-wizard .tinwl-inner:not(.tinvwl-social) .col-md-6.control-label {\n padding-top: 10px;\n }\n}\n.tinvwl-wizard .tinvwl-title-wrap h1 + .tinvwl-desc {\n margin-top: 12px;\n}\n\n.tinvwl-wizard .tinvwl-title-wrap h1 + .tinvwl-separator {\n margin-top: 20px;\n margin-bottom: 20px;\n}\n\n.tinvwl-wizard .tinvwl-skip {\n display: inline-block;\n font-size: 14px;\n color: rgba(75, 75, 75, 0.722);\n text-decoration: underline;\n line-height: 1.429;\n}\n\n.tinvwl-wizard .tinvwl-separator {\n display: block;\n width: 100%;\n height: 2px;\n margin: 24px 0;\n background: #ececec;\n}\n\n.tinvwl-wizard .tinvwl-separator + .form-horizontal,\n.tinvwl-wizard .form-horizontal + .tinvwl-separator {\n margin-top: 30px;\n}\n\n.tinvwl-wizard .row + .tinvwl-separator {\n margin-top: 0;\n}\n\n.tinvwl-wizard .form-group {\n margin-bottom: 20px;\n}\n\n.tinvwl-wizard .tinvwl-desc {\n font-family: \"Open Sans\", Arial, sans-serif;\n font-size: 16px;\n line-height: 1.875;\n margin-bottom: 24px;\n}\n\n.tinvwl-wizard .tinvwl-desc a {\n color: #4f4639;\n text-decoration: underline;\n}\n\n.tinvwl-wizard .tinvwl-desc a:hover,\n.tinvwl-wizard .tinvwl-desc a:active,\n.tinvwl-wizard .tinvwl-desc a:focus {\n color: #000;\n}\n\n.tinvwl-wizard .tinvwl-nav {\n margin: 30px 0 0;\n}\n\n.tinvwl-wizard .tinvwl-desc + .tinvwl-nav {\n margin: 55px 0 0;\n}\n\n.tinvwl-wizard .tinvwl-nav .tinvwl-btn {\n min-width: 147px;\n}\n\n.tinvwl-wizard .tinvwl-nav .tinvwl-next {\n float: right;\n}\n\n.tinvwl-wizard .tinvwl-nav .tinvwl-skip + .tinvwl-btn {\n margin-left: 26px;\n}\n\n.tinvwl-wizard .tinwl-intro,\n.tinvwl-wizard .tinwl-finish {\n text-align: center;\n}\n\n.tinvwl-wizard .tinwl-intro .tinvwl-title,\n.tinvwl-wizard .tinwl-finish .tinvwl-title {\n font-size: 48px;\n margin-bottom: 14px;\n}\n\n.tinvwl-wizard .tinwl-finish .tinvwl-title {\n margin-bottom: 33px;\n}\n\n.tinvwl-wizard .tinwl-intro .tinvwl-sub-title,\n.tinvwl-wizard .tinwl-finish .tinvwl-sub-title {\n font-size: 18px;\n font-weight: 600;\n text-transform: uppercase;\n line-height: 1.167;\n letter-spacing: -0.025em;\n margin-bottom: 0;\n color: #B2B2B2;\n}\n\n.tinvwl-wizard .tinwl-intro .tinvwl-thumb {\n margin-bottom: 16px;\n}\n\n.tinvwl-wizard .tinwl-intro .tinvwl-desc {\n margin-bottom: 21px;\n}\n\n.tinvwl-wizard .tinwl-finish .tinvwl-desc {\n margin-bottom: 45px;\n}\n\n.tinvwl-wizard .tinwl-intro .tinvwl-skip {\n margin-top: 19px;\n}\n\n.tinvwl-wizard .tinwl-finish .tinvwl-more {\n display: inline-block;\n text-decoration: underline;\n margin-top: 35px;\n color: #4b4b4b;\n}\n\n.tinvwl-wizard .tinwl-finish .tinvwl-btn {\n margin-right: 14px;\n padding: 16px 26px;\n}\n\n.tinvwl-wizard .tinwl-finish .tinvwl-btn:last-child {\n margin-right: 0;\n}\n\n.tinvwl-error .form-control {\n border: 2px solid #ff0000;\n}\n\n.tinvwl-error .tinvwl-error-icon {\n position: absolute;\n top: 8px;\n left: -10px;\n color: #ff0000;\n}\n\n.tinvwl-error .tinvwl-error-desc {\n line-height: 1.42857143;\n margin: 10px 8px 0;\n color: #ff0000;\n}\n\n.tinvwl-wizard .tinvwl-return-to-dash {\n margin-top: 45px;\n text-align: center;\n}\n\n@media screen and (max-width: 1024px) {\n .tinvwl-wizard {\n margin: 20px auto;\n }\n\n .tinvwl-wizard .tinwl-finish .tinvwl-btn {\n display: block;\n margin: 0 auto;\n }\n\n .tinvwl-wizard .tinwl-finish .tinvwl-btn + .tinvwl-btn {\n margin-top: 15px;\n }\n}\n@media screen and (max-width: 782px) {\n html {\n margin: 0;\n }\n\n .tinvwl-wizard .tinvwl-content .tinwl-inner.tinwl-intro,\n.tinvwl-wizard .tinvwl-content .tinwl-inner.tinwl-finish {\n padding-left: 50px;\n padding-right: 50px;\n }\n\n .tinvwl-wizard .tinvwl-nav {\n text-align: center;\n }\n\n .tinvwl-wizard .tinvwl-nav .tinvwl-next {\n float: none;\n text-align: center;\n }\n}"]}
assets/css/admin-setup.min.css CHANGED
@@ -1,6 +1,6 @@
1
  /**
2
  * TI WooCommerce Wishlist Plugin - Allow your store guests and customers to add products to Wishlist. Add Wishlist functionality to your store for free.
3
- * @version 1.26.1
4
  * @link https://wordpress.org/plugins/ti-woocommerce-wishlist/
5
  */
6
  html{background:#f6f3ed}
@@ -12,19 +12,19 @@ html{background:#f6f3ed}
12
  .tinvwl-wizard .tinvwl-progress{text-align:center}
13
  .tinvwl-wizard .tinvwl-progress ul{list-style:none;padding:0;margin:0}
14
  .tinvwl-wizard .tinvwl-progress li{position:relative;display:inline-block;font-family:"Open Sans",Arial,sans-serif;font-size:14px;font-weight:bold;line-height:1.714;text-transform:uppercase;padding:0 0 4px;margin-top:20px;margin-right:40px;color:rgba(62,62,62,0.4)}
15
- .tinvwl-wizard .tinvwl-progress li:before{content:'';position:absolute;left:0;bottom:-2px;width:calc(100% + 50px);height:2px;background:#e6e6e6}
16
  .tinvwl-wizard .tinvwl-progress li:last-child:before{width:100%}
17
  .tinvwl-wizard .tinvwl-progress li.active{padding-right:40px;margin-right:0;color:#3e3e3e}
18
  .tinvwl-wizard .tinvwl-progress li.active.last{padding-right:0;margin-right:40px}
19
  .tinvwl-wizard .tinvwl-progress li:last-child.last.active{color:#869a00}
20
- .tinvwl-wizard .tinvwl-progress li.active:after{content:'';position:absolute;left:0;bottom:-2px;width:calc(100% + 10px);height:2px;background:#a9c203}
21
  .tinvwl-wizard .tinvwl-progress li.last.active:after{width:100%}
22
  .tinvwl-wizard .tinvwl-progress li:last-child{padding-right:0 !important;margin-right:0 !important}
23
  .tinvwl-wizard .tinvwl-content{font-family:Arial,sans-serif;font-size:14px;line-height:1.71428571;color:#4f4639}
24
  .tinvwl-wizard .tinvwl-content .tinwl-inner{padding:34px 42px 42px;margin-top:36px;border-radius:5px;background:#fff;-webkit-box-shadow:0 14px 29px 0 rgba(170,150,137,0.38);box-shadow:0 14px 29px 0 rgba(170,150,137,0.38)}
25
  .tinvwl-wizard .tinvwl-content .tinwl-intro.tinwl-inner{padding:40px 121px}
26
  .tinvwl-wizard .tinvwl-content .tinwl-finish.tinwl-inner{padding:40px 100px}
27
- .tinvwl-wizard h1{font-size:36px;letter-spacing:-.025em;text-transform:uppercase;color:#291c09}
28
  .tinvwl-wizard label{line-height:1.429}
29
  .tinvwl-wizard .tinvwl-title-wrap h1+.tinvwl-desc{margin-top:12px}
30
  .tinvwl-wizard .tinvwl-title-wrap h1+.tinvwl-separator{margin-top:20px;margin-bottom:20px}
@@ -44,7 +44,7 @@ html{background:#f6f3ed}
44
  .tinvwl-wizard .tinwl-intro,.tinvwl-wizard .tinwl-finish{text-align:center}
45
  .tinvwl-wizard .tinwl-intro .tinvwl-title,.tinvwl-wizard .tinwl-finish .tinvwl-title{font-size:48px;margin-bottom:14px}
46
  .tinvwl-wizard .tinwl-finish .tinvwl-title{margin-bottom:33px}
47
- .tinvwl-wizard .tinwl-intro .tinvwl-sub-title,.tinvwl-wizard .tinwl-finish .tinvwl-sub-title{font-size:18px;font-weight:600;text-transform:uppercase;line-height:1.167;letter-spacing:-.025em;margin-bottom:0;color:#b2b2b2}
48
  .tinvwl-wizard .tinwl-intro .tinvwl-thumb{margin-bottom:16px}
49
  .tinvwl-wizard .tinwl-intro .tinvwl-desc{margin-bottom:21px}
50
  .tinvwl-wizard .tinwl-finish .tinvwl-desc{margin-bottom:45px}
1
  /**
2
  * TI WooCommerce Wishlist Plugin - Allow your store guests and customers to add products to Wishlist. Add Wishlist functionality to your store for free.
3
+ * @version 1.27.0
4
  * @link https://wordpress.org/plugins/ti-woocommerce-wishlist/
5
  */
6
  html{background:#f6f3ed}
12
  .tinvwl-wizard .tinvwl-progress{text-align:center}
13
  .tinvwl-wizard .tinvwl-progress ul{list-style:none;padding:0;margin:0}
14
  .tinvwl-wizard .tinvwl-progress li{position:relative;display:inline-block;font-family:"Open Sans",Arial,sans-serif;font-size:14px;font-weight:bold;line-height:1.714;text-transform:uppercase;padding:0 0 4px;margin-top:20px;margin-right:40px;color:rgba(62,62,62,0.4)}
15
+ .tinvwl-wizard .tinvwl-progress li:before{content:"";position:absolute;left:0;bottom:-2px;width:calc(100% + 50px);height:2px;background:#e6e6e6}
16
  .tinvwl-wizard .tinvwl-progress li:last-child:before{width:100%}
17
  .tinvwl-wizard .tinvwl-progress li.active{padding-right:40px;margin-right:0;color:#3e3e3e}
18
  .tinvwl-wizard .tinvwl-progress li.active.last{padding-right:0;margin-right:40px}
19
  .tinvwl-wizard .tinvwl-progress li:last-child.last.active{color:#869a00}
20
+ .tinvwl-wizard .tinvwl-progress li.active:after{content:"";position:absolute;left:0;bottom:-2px;width:calc(100% + 10px);height:2px;background:#a9c203}
21
  .tinvwl-wizard .tinvwl-progress li.last.active:after{width:100%}
22
  .tinvwl-wizard .tinvwl-progress li:last-child{padding-right:0 !important;margin-right:0 !important}
23
  .tinvwl-wizard .tinvwl-content{font-family:Arial,sans-serif;font-size:14px;line-height:1.71428571;color:#4f4639}
24
  .tinvwl-wizard .tinvwl-content .tinwl-inner{padding:34px 42px 42px;margin-top:36px;border-radius:5px;background:#fff;-webkit-box-shadow:0 14px 29px 0 rgba(170,150,137,0.38);box-shadow:0 14px 29px 0 rgba(170,150,137,0.38)}
25
  .tinvwl-wizard .tinvwl-content .tinwl-intro.tinwl-inner{padding:40px 121px}
26
  .tinvwl-wizard .tinvwl-content .tinwl-finish.tinwl-inner{padding:40px 100px}
27
+ .tinvwl-wizard h1{font-size:36px;letter-spacing:-0.025em;text-transform:uppercase;color:#291c09}
28
  .tinvwl-wizard label{line-height:1.429}
29
  .tinvwl-wizard .tinvwl-title-wrap h1+.tinvwl-desc{margin-top:12px}
30
  .tinvwl-wizard .tinvwl-title-wrap h1+.tinvwl-separator{margin-top:20px;margin-bottom:20px}
44
  .tinvwl-wizard .tinwl-intro,.tinvwl-wizard .tinwl-finish{text-align:center}
45
  .tinvwl-wizard .tinwl-intro .tinvwl-title,.tinvwl-wizard .tinwl-finish .tinvwl-title{font-size:48px;margin-bottom:14px}
46
  .tinvwl-wizard .tinwl-finish .tinvwl-title{margin-bottom:33px}
47
+ .tinvwl-wizard .tinwl-intro .tinvwl-sub-title,.tinvwl-wizard .tinwl-finish .tinvwl-sub-title{font-size:18px;font-weight:600;text-transform:uppercase;line-height:1.167;letter-spacing:-0.025em;margin-bottom:0;color:#b2b2b2}
48
  .tinvwl-wizard .tinwl-intro .tinvwl-thumb{margin-bottom:16px}
49
  .tinvwl-wizard .tinwl-intro .tinvwl-desc{margin-bottom:21px}
50
  .tinvwl-wizard .tinwl-finish .tinvwl-desc{margin-bottom:45px}
assets/css/admin.css CHANGED
@@ -1,100 +1,126 @@
 
1
  /*------------------------------------*
2
  $WEBFONT
3
  *------------------------------------*/
4
  /* Misc */
5
  * {
6
  -webkit-box-sizing: border-box;
7
- box-sizing: border-box; }
8
- *:before, *:after {
9
- -webkit-box-sizing: border-box;
10
- box-sizing: border-box; }
 
 
11
 
12
  .tinv-wishlist-clearfix:before, .tinv-wishlist-clearfix:after {
13
  display: table;
14
- content: " "; }
 
15
 
16
  .container:before, .container:after {
17
  display: table;
18
- content: " "; }
 
19
 
20
  .container-fluid:before, .container-fluid:after {
21
  display: table;
22
- content: " "; }
 
23
 
24
  .row:before, .row:after {
25
  display: table;
26
- content: " "; }
 
27
 
28
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
29
  display: table;
30
- content: " "; }
 
31
 
32
  .form-group:before, .form-group:after {
33
  display: table;
34
- content: " "; }
 
35
 
36
  .tablenav:before, .tablenav:after {
37
  display: table;
38
- content: " "; }
 
39
 
40
  .tinvwl-panel:before, .tinvwl-panel:after {
41
  display: table;
42
- content: " "; }
 
43
 
44
  .tinv-wishlist-clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .form-group:after, .tablenav:after, .tinvwl-panel:after {
45
- clear: both; }
 
46
 
47
  .tinvwl-header table, .tinvwl-content table {
48
  border-spacing: 0;
49
  border-collapse: collapse;
50
  width: 100%;
51
- max-width: 100%; }
 
52
 
53
  .tinvwl-header td, .tinvwl-header th {
54
- padding: 0; }
 
55
 
56
  .tinvwl-content td, .tinvwl-content th {
57
- padding: 0; }
 
58
 
59
  .tinvwl-header img, .tinvwl-content img {
60
  height: auto;
61
- max-width: 100%; }
 
62
 
63
  .tinvwl-header {
64
- /*margin-bottom: 40px;*/ }
 
65
 
66
  /* General */
67
  #wpwrap {
68
- background: #f6f3ed; }
 
69
 
70
  #wpcontent {
71
- padding-left: 0; }
 
72
 
73
  #wpbody-content {
74
- padding-bottom: 135px; }
 
75
 
76
  #update-nag, .update-nag, .notice {
77
- margin: 20px 0 0 40px; }
 
78
 
79
  div.error, div.updated {
80
- margin: 20px 0 0 40px; }
 
81
 
82
  .notice {
83
- margin-right: 40px; }
 
84
 
85
  div.error, div.updated {
86
- margin-right: 40px; }
 
87
 
88
  body .tinvwl-header, body .tinvwl-content {
89
  font-family: Arial, sans-serif;
90
  font-size: 14px;
91
  line-height: 1.429;
92
- color: #6b625a; }
 
93
 
94
  button, input, select, textarea {
95
  font-family: inherit;
96
  font-size: inherit;
97
- font-weight: inherit; }
 
98
 
99
  label, .tinv-label {
100
  display: block;
@@ -102,71 +128,92 @@ label, .tinv-label {
102
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
103
  color: #291C09;
104
  font-weight: 600;
105
- margin-bottom: 7px; }
 
106
 
107
  h1, h2, h3, h4, h5, h6, .wrap h1 {
108
  color: #291c09;
109
- font-family: 'Open Sans', Arial, sans-serif;
110
  font-weight: normal;
111
  line-height: 1.313;
112
  padding: 0;
113
  margin: 0;
114
- border: 0; }
 
115
 
116
  h1, .wrap h1 {
117
- font-size: 30px; }
 
118
 
119
  h2 {
120
- font-size: 26px; }
 
121
 
122
  h3 {
123
- font-size: 22px; }
 
124
 
125
  h4 {
126
- font-size: 18px; }
 
127
 
128
  h5 {
129
- font-size: 14px; }
 
130
 
131
  h6 {
132
- font-size: 12px; }
 
133
 
134
  @media screen and (max-width: 1200px) {
135
  #update-nag, .update-nag, .notice {
136
  margin-top: 20px;
137
  margin-left: 20px;
138
- margin-right: 20px; }
 
 
139
  div.error, div.updated {
140
  margin-top: 20px;
141
  margin-left: 20px;
142
- margin-right: 20px; } }
143
-
 
144
  @media screen and (max-width: 782px) {
145
  .auto-fold #wpcontent {
146
- padding-left: 0; }
 
 
147
  #update-nag, .update-nag, .notice {
148
- margin: 20px 0 0 0; }
 
 
149
  div.error, div.updated {
150
- margin: 20px 0 0 0; }
 
 
151
  .notice {
152
- margin-right: 0; }
153
- div.error, div.updated {
154
- margin-right: 0; } }
155
 
 
 
 
 
156
  /**
157
  * SubMenu
158
  */
159
  #toplevel_page_tinvwl ul ul {
160
  display: none;
161
  margin-left: 15px;
162
- position: absolute; }
163
-
164
  #toplevel_page_tinvwl ul li:hover ul, #toplevel_page_tinvwl ul li.current ul {
165
  display: block;
166
  left: 145px;
167
  margin-left: 15px;
168
  position: absolute;
169
- top: 0; }
 
170
 
171
  /**
172
  * Header Page
@@ -196,8 +243,8 @@ h6 {
196
  */
197
  .status-panel > div {
198
  display: inline-block;
199
- margin-left: 21px; }
200
-
201
  .status-panel .button-link {
202
  background-color: #FF5739;
203
  color: #FFF;
@@ -209,15 +256,16 @@ h6 {
209
  display: table-cell;
210
  border-radius: 5px;
211
  padding: 0 17px;
212
- vertical-align: middle; }
213
- .status-panel .button-link span::before {
214
- color: #ffdc00;
215
- display: inline-block;
216
- font: normal 12px/1 'dashicons';
217
- vertical-align: bottom;
218
- -webkit-font-smoothing: antialiased;
219
- content: "\f155"; }
220
-
 
221
  .status-panel .button-round {
222
  border: 2px solid #f1f1f1;
223
  border-radius: 50%;
@@ -227,15 +275,16 @@ h6 {
227
  height: 40px;
228
  display: table-cell;
229
  text-align: center;
230
- vertical-align: middle; }
231
-
232
  .status-panel .status-tutorial span::before {
233
  color: #515151;
234
  display: inline-block;
235
- font: normal 24px/1 'dashicons';
236
  vertical-align: middle;
237
  -webkit-font-smoothing: antialiased;
238
- content: "\f118"; }
 
239
 
240
  /**
241
  * Message Status
@@ -246,55 +295,69 @@ h6 {
246
  line-height: 1.429;
247
  margin-top: 40px;
248
  color: #6b625a;
249
- border-top: 2px solid #f6f3ed; }
250
- .tinvwl-status-message .tinvwl-title {
251
- padding: 13px 20px;
252
- float: left;
253
- width: 142px;
254
- font-weight: bold; }
255
- .tinvwl-status-message.type-error .tinvwl-title, .tinvwl-status-message.type-tip .tinvwl-title {
256
- color: #fff; }
257
- .tinvwl-status-message.type-attention .tinvwl-title {
258
- color: #23282d; }
259
- .tinvwl-status-message.type-error .tinvwl-title {
260
- background: #ff3814; }
261
- .tinvwl-status-message.type-tip .tinvwl-title {
262
- background: #30aec4; }
263
- .tinvwl-status-message.type-attention .tinvwl-title {
264
- background: #ffe900; }
265
- .tinvwl-status-message .tinvwl-title i {
266
- margin-right: 10px; }
267
- .tinvwl-status-message.type-error > .tinvwl-title > i:before {
268
- content: "\f00d"; }
269
- .tinvwl-status-message.type-tip > .tinvwl-title > i:before {
270
- content: "\f05a"; }
271
- .tinvwl-status-message.type-attention > .tinvwl-title > i:before {
272
- content: "\f071"; }
273
- .tinvwl-status-message .tinvwl-message {
274
- padding: 13px 20px;
275
- overflow: hidden;
276
- height: 100%;
277
- background: #faf9f7; }
 
 
 
 
 
 
 
 
 
 
 
 
278
 
279
  @media screen and (max-width: 782px) {
280
  .tinvwl-status-message {
281
- margin-top: 20px; } }
282
-
 
283
  /**
284
  * Form Elements
285
  */
286
  .tinvwl-content label {
287
  /*font-size: 14px;
288
- font-weight: 600;
289
- margin: 2px;*/
290
- /*line-height: 42px;*/ }
291
-
292
  .tinvwl-content a {
293
  text-decoration: none;
294
- color: #30aec4; }
295
- .tinvwl-content a:hover, .tinvwl-content a:active, .tinvwl-content a:focus {
296
- color: #524737; }
297
-
 
298
  .tinvwl-content input[type=text], .tinvwl-content input[type=password], .tinvwl-content input[type=checkbox], .tinvwl-content input[type=color], .tinvwl-content input[type=date], .tinvwl-content input[type=datetime], .tinvwl-content input[type=datetime-local], .tinvwl-content input[type=email], .tinvwl-content input[type=month], .tinvwl-content input[type=number], .tinvwl-content input[type=radio], .tinvwl-content input[type=tel], .tinvwl-content input[type=time], .tinvwl-content input[type=url], .tinvwl-content input[type=week], .tinvwl-content input[type=search] {
299
  line-height: 1.429;
300
  padding: 9px 13px;
@@ -302,8 +365,8 @@ h6 {
302
  color: #4f4639;
303
  border: 1px solid rgba(0, 0, 0, 0.14);
304
  -webkit-box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);
305
- box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14); }
306
-
307
  .tinvwl-content select {
308
  line-height: 1.429;
309
  padding: 9px 13px;
@@ -311,8 +374,8 @@ h6 {
311
  color: #4f4639;
312
  border: 1px solid rgba(0, 0, 0, 0.14);
313
  -webkit-box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);
314
- box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14); }
315
-
316
  .tinvwl-content textarea {
317
  line-height: 1.429;
318
  padding: 9px 13px;
@@ -321,16 +384,16 @@ h6 {
321
  border: 1px solid rgba(0, 0, 0, 0.14);
322
  -webkit-box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);
323
  box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);
324
- height: 70px; }
325
-
326
  .tinvwl-content input[type=text], .tinvwl-content input[type=password], .tinvwl-content input[type=color], .tinvwl-content input[type=date], .tinvwl-content input[type=datetime], .tinvwl-content input[type=datetime-local], .tinvwl-content input[type=email], .tinvwl-content input[type=month], .tinvwl-content input[type=number], .tinvwl-content input[type=tel], .tinvwl-content input[type=time], .tinvwl-content input[type=url], .tinvwl-content input[type=week], .tinvwl-content input[type=search] {
327
  height: 42px;
328
- border-radius: 4px; }
329
-
330
  .tinvwl-content select {
331
  height: 42px;
332
- border-radius: 4px; }
333
-
334
  .tinvwl-content .tablenav input[type=search] {
335
  height: 35px;
336
  width: 210px;
@@ -338,26 +401,27 @@ h6 {
338
  -webkit-box-shadow: none;
339
  box-shadow: none;
340
  border: none;
341
- background: #f4f3ef; }
342
- .tinvwl-content .tablenav input[type=search] + input[type=submit], .tinvwl-content .tablenav input[type=search] + button[type=submit] {
343
- vertical-align: middle; }
344
-
 
345
  .tinvwl-content .tablenav .tinvwl-select-wrap + input[type=submit] {
346
  float: right;
347
- margin-left: 8px !important; }
348
-
349
  .tinvwl-content .tablenav input[type=search] + input[type=submit], .tinvwl-content .tablenav input[type=search] + button[type=submit] {
350
  float: right;
351
- margin-left: 8px !important; }
352
-
353
  .tinvwl-content input[type=text]:disabled, .tinvwl-content input[type=password]:disabled, .tinvwl-content input[type=color]:disabled, .tinvwl-content input[type=date]:disabled, .tinvwl-content input[type=datetime]:disabled, .tinvwl-content input[type=datetime-local]:disabled, .tinvwl-content input[type=email]:disabled, .tinvwl-content input[type=month]:disabled, .tinvwl-content input[type=number]:disabled, .tinvwl-content input[type=tel]:disabled, .tinvwl-content input[type=time]:disabled, .tinvwl-content input[type=url]:disabled, .tinvwl-content input[type=week]:disabled, .tinvwl-content input[type=search]:disabled {
354
  font-size: 15px;
355
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
356
  font-weight: 600;
357
  color: #291C09;
358
  background-color: #f6f3ed;
359
- border-color: #f6f3ed; }
360
-
361
  .tinvwl-content select {
362
  font-family: Arial, sans-serif;
363
  font-size: 14px;
@@ -370,18 +434,20 @@ h6 {
370
  background-image: url("../img/select_caret.png");
371
  background-repeat: no-repeat;
372
  background-position: 96% center;
373
- background-position: calc(100% - 15px) center; }
374
- .tinvwl-content select:disabled {
375
- font-size: 15px;
376
- font-family: "Open Sans", "Helvetica Neue", sans-serif;
377
- font-weight: 600;
378
- color: #291C09;
379
- background-color: #f6f3ed;
380
- border-color: #f6f3ed; }
381
- .tinvwl-content select[multiple="multiple"] {
382
- padding: 9px 13px;
383
- background: #fff; }
384
-
 
 
385
  .tinvwl-content .tinvwl-select.grey {
386
  font-size: 14px;
387
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
@@ -389,25 +455,31 @@ h6 {
389
  height: 35px;
390
  border: none;
391
  color: #5D5D5D;
392
- background: #f4f3ef; }
 
393
 
394
  @media screen and (max-width: 782px) {
395
  input, textarea {
396
- font-size: 14px; }
 
 
397
  #wpbody .tinvwl-content select {
398
  height: 42px;
399
- font-size: 14px; } }
400
-
 
401
  .tinvwl-select-wrap {
402
  position: relative;
403
  display: inline-block;
404
  vertical-align: middle;
405
- cursor: pointer; }
 
406
 
407
  .tinvwl-content select.tinvwl-select.grey {
408
  padding-right: 47px;
409
  margin: 0;
410
- border-radius: 4px; }
 
411
 
412
  .tinvwl-select + .tinvwl-caret {
413
  pointer-events: none;
@@ -419,96 +491,109 @@ h6 {
419
  height: 36px;
420
  line-height: 36px;
421
  text-align: center;
422
- border-radius: 0 4px 4px 0; }
423
- .tinvwl-select + .tinvwl-caret span {
424
- display: inline-block;
425
- width: 13px;
426
- height: 8px;
427
- background: url("../img/chevron_down.png") no-repeat center;
428
- background-position: 0 -10px; }
429
-
 
430
  .tinvwl-select:hover + .tinvwl-caret {
431
- background: #3e3e3e; }
432
- .tinvwl-select:hover + .tinvwl-caret span {
433
- background-position: 0 0; }
 
 
434
 
435
  /* Buttons */
436
  .tinvwl-content .tinvwl-nav {
437
- margin: 0 40px; }
438
-
439
  .tinvwl-content .tinvwl-panel + .tinvwl-nav {
440
- margin-top: 40px; }
 
441
 
442
  .tinvwl-nav .tinvwl-prev {
443
- float: left; }
444
- .tinvwl-nav .tinvwl-prev .tinvwl-btn {
445
- float: left; }
446
-
 
447
  .tinvwl-nav .tinvwl-next {
448
  float: right;
449
- text-align: right; }
450
-
451
  .tinvwl-nav .tinvwl-btn + .tinvwl-btn {
452
- margin-left: 20px; }
 
453
 
454
  .tinvwl-panel.only-button.w-bg {
455
  background: none;
456
- overflow: visible; }
457
-
458
  .tinvwl-panel.only-button.w-shadow {
459
  -webkit-box-shadow: none;
460
  box-shadow: none;
461
- overflow: visible; }
462
-
463
  .tinvwl-panel.only-button thead, .tinvwl-panel.only-button tfoot, .tinvwl-panel.only-button .control-label {
464
- display: none; }
465
-
466
  .tinvwl-panel.only-button .form-group {
467
- margin-bottom: 0; }
468
-
469
  .tinvwl-panel.only-button .form-control {
470
  display: inline-block;
471
- width: auto; }
472
-
473
  .tinvwl-panel.only-button .tinvwl-table > tbody > tr > td {
474
- padding: 0; }
475
-
476
  .tinvwl-panel.only-button #save_buttons--setting_save {
477
- display: inline-block; }
478
-
479
  .tinvwl-panel.only-button #save_buttons--setting_reset {
480
  display: inline-block;
481
- float: right; }
482
- .tinvwl-panel.only-button #save_buttons--setting_reset .form-control {
483
- background-color: #ffffff;
484
- color: #3e3e3e; }
485
- .tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split span {
486
- background: #fbfaf9; }
487
- .tinvwl-panel.only-button #save_buttons--setting_reset .form-control:hover {
488
- color: #fff;
489
- background-color: #515151; }
490
- .tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split:hover span {
491
- background: #434343; }
 
 
 
 
 
492
 
493
  /* reset button */
494
  #doaction, #doaction2, #post-query-submit {
495
- margin: 0; }
 
496
 
497
- button, input[type="submit"] {
498
  display: inline-block;
499
  vertical-align: middle;
500
  margin: 0;
501
- font-family: 'Open Sans', Arial, sans-serif;
502
  font-size: 14px;
503
  line-height: normal;
504
  cursor: pointer;
505
- text-decoration: none; }
 
506
 
507
  .tinvwl-btn {
508
  display: inline-block;
509
  vertical-align: middle;
510
  margin: 0;
511
- font-family: 'Open Sans', Arial, sans-serif;
512
  font-size: 14px;
513
  line-height: normal;
514
  cursor: pointer;
@@ -517,36 +602,38 @@ button, input[type="submit"] {
517
  font-weight: 800;
518
  text-align: center;
519
  text-transform: uppercase;
520
- letter-spacing: -.025em;
521
  border: none;
522
  border-radius: 2px;
523
  color: #fff;
524
- background-color: #96b100; }
 
525
 
526
  a.tinvwl-btn {
527
  padding: 11px 19px 12px 18px;
528
  font-weight: 800;
529
  text-align: center;
530
  text-transform: uppercase;
531
- letter-spacing: -.025em;
532
  border: none;
533
  border-radius: 2px;
534
  color: #fff;
535
- background-color: #96b100; }
 
536
 
537
  .tinvwl-btn.large {
538
- padding: 14px 19px 14px 18px; }
539
-
540
  .tinvwl-btn.small {
541
- padding: 6px 11px 7px; }
542
-
543
  .tinvwl-btn.smaller {
544
  /*padding: 7px 15px;*/
545
- padding: 11px 18px 12px; }
546
-
547
  .tinvwl-btn.red, .tinvwl-btn.green, .tinvwl-btn.dark-green, .tinvwl-btn.black {
548
- font-weight: 800; }
549
-
550
  .tinvwl-btn.grey {
551
  /*padding: 6px 11px 7px;*/
552
  margin: 0;
@@ -554,34 +641,36 @@ a.tinvwl-btn {
554
  font-weight: bold;
555
  /*letter-spacing: 0;*/
556
  color: #3e3e3e;
557
- background: #F4F3EF; }
558
- .tinvwl-btn.grey.large {
559
- font-weight: 800;
560
- padding: 14px 19px 14px 18px; }
561
- .tinvwl-btn.grey.w-icon {
562
- letter-spacing: -.025em; }
563
-
 
 
564
  .tinvwl-btn.red {
565
  color: #fff;
566
- background-color: #ff5739; }
567
-
568
  .tinvwl-btn.orange {
569
  color: #fff;
570
- background-color: #FF9F07; }
571
-
572
  .tinvwl-btn.dark-green {
573
  /*color: #fff;*/
574
- /*background-color: #96b100;*/ }
575
-
576
  .tinvwl-btn.white.smaller {
577
  font-size: 14px;
578
  font-weight: bold;
579
- letter-spacing: -.05em;
580
  padding: 10px 15px 11px;
581
  border: 1px solid rgba(0, 0, 0, 0.14);
582
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
583
- box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1); }
584
-
585
  .tinvwl-btn.white.small {
586
  font-family: Arial, sans-serif;
587
  font-size: 14px;
@@ -591,226 +680,266 @@ a.tinvwl-btn {
591
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
592
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
593
  padding: 9px 18px;
594
- color: #4f4639; }
595
-
596
  .tinvwl-btn.small.white:hover, .tinvwl-btn.small.white:active, .tinvwl-btn.small.white:focus {
597
- color: #fff; }
598
-
599
  .tinvwl-btn.white {
600
  color: #291c09;
601
- background: #fff; }
602
- .tinvwl-btn.white.no-txt {
603
- padding: 12px 16px; }
604
- .tinvwl-btn.white.small.no-txt {
605
- padding: 9px 12px; }
606
- .tinvwl-btn.white i {
607
- color: #6b625a;
608
- margin-right: 11px; }
609
-
 
 
 
610
  .tinvwl-btn.w-icon {
611
- font-weight: 800; }
612
- .tinvwl-btn.w-icon i {
613
- margin-right: 16px; }
614
-
 
615
  .tinvwl-btn.round.w-icon i {
616
  margin-right: 15px;
617
- font-size: 16px; }
618
-
619
  .tinvwl-btn.w-icon i.ftinvwl-graduation-cap {
620
- vertical-align: text-bottom; }
621
-
622
  .tinvwl-btn.red.w-icon i {
623
- margin-right: 13px; }
624
-
625
  .tinvwl-btn.xl-icon i, .tinvwl-btn.round.xl-icon i {
626
  font-size: 17px;
627
- margin-right: 15px; }
628
-
629
  .tinvwl-btn.lg-icon i {
630
- font-size: 15px; }
631
-
632
  .tinvwl-btn.md-icon i, .tinvwl-btn.round.md-icon i {
633
- font-size: 14px; }
634
-
635
  .tinvwl-btn.sm-icon i {
636
- font-size: 13px; }
637
-
638
  .tinvwl-btn.xs-icon i {
639
  font-size: 11px;
640
- vertical-align: 1%; }
641
-
642
  .tinvwl-btn.white.no-txt i {
643
- margin-right: 0; }
644
-
645
  .tinvwl-btn.white:hover i, .tinvwl-btn.white:active i, .tinvwl-btn.white:focus i {
646
- color: #fff; }
647
-
648
- .tinvwl-btn.green {
649
  color: #fff;
650
- background-color: #a9c203; }
651
-
 
 
 
652
  .tinvwl-btn.black {
653
  color: #fff;
654
- background-color: #515151; }
655
-
656
  .tinvwl-btn.smaller-txt {
657
  font-size: 12px;
658
- padding: 15px 20px; }
659
-
660
  .tinvwl-btn.medium {
661
- letter-spacing: 0; }
662
- .tinvwl-btn.medium.smaller-txt {
663
- padding: 9px 16px; }
664
-
 
665
  .tinvwl-btn.round {
666
  border-radius: 25px;
667
- padding: 15px 28px 16px; }
668
- .tinvwl-btn.round.red {
669
- /*padding: 15px 22px 16px;*/
670
- padding: 16px 30px; }
671
-
 
672
  .tinvwl-btn.split {
673
- padding: 0 26px 0 0; }
674
- .tinvwl-btn.split span {
675
- display: inline-block;
676
- text-align: center;
677
- width: 46px;
678
- padding: 14px 0;
679
- margin-right: 14px;
680
- border-radius: 4px 0 0 4px;
681
- background: #8aa300; }
682
- .tinvwl-btn.split:hover span, .tinvwl-btn.split:active span, .tinvwl-btn.split:focus span {
683
- background: #434343; }
684
- .tinvwl-btn.split.green span {
685
- background: #b9cf09; }
686
- .tinvwl-btn.split.black span {
687
- background: #434343; }
688
- .tinvwl-btn.split span i {
689
- font-size: 17px; }
690
-
 
 
 
 
 
691
  .tinvwl-btn:not(:disabled):hover, .tinvwl-btn:not(:disabled):active, .tinvwl-btn:not(:disabled):focus {
692
  color: #fff;
693
  /*background: #3e3e3e;*/
694
- background-color: #515151; }
 
695
 
696
  a.tinvwl-btn:not(:disabled):hover, a.tinvwl-btn:not(:disabled):active, a.tinvwl-btn:not(:disabled):focus {
697
  color: #fff;
698
  /*background: #3e3e3e;*/
699
- background-color: #515151; }
 
700
 
701
  /* Icons */
702
  .tinvwl-header {
703
  padding: 21px 40px;
704
  margin-bottom: 40px;
705
- background: #ffffff; }
706
- .tinvwl-header .icon.border-grey {
707
- position: relative;
708
- display: inline-block;
709
- width: 45px;
710
- height: 45px;
711
- line-height: 45px;
712
- text-align: center;
713
- background: #fff;
714
- border: 2px solid #f1f1f1;
715
- border-radius: 50%;
716
- color: #3e3e3e; }
717
- .tinvwl-header .icon.border-grey:hover {
718
- border-color: #515151; }
719
- .tinvwl-header .icon.w-lines {
720
- position: relative;
721
- padding: 0 30px; }
722
- .tinvwl-header .icon.w-lines:before, .tinvwl-header .icon.w-lines:after {
723
- content: '';
724
- position: absolute;
725
- top: 50%;
726
- top: calc(50% - 1px);
727
- width: 17px;
728
- height: 1px;
729
- background: rgba(0, 0, 0, 0.12); }
730
- .tinvwl-header .icon.w-lines:before {
731
- left: 0; }
732
- .tinvwl-header .icon.w-lines:after {
733
- right: 0; }
734
- .tinvwl-header .icon .badge {
735
- position: absolute;
736
- top: -5px;
737
- right: -10px;
738
- display: inline-block;
739
- min-width: 26px;
740
- height: 26px;
741
- font-size: 11px;
742
- line-height: 19px;
743
- font-weight: bold;
744
- background: #ff5739;
745
- border: 3px solid #ffffff;
746
- color: #ffffff;
747
- border-radius: 50%; }
 
 
 
 
 
 
 
 
748
 
749
  .tinwl-logo i.logo_heart {
750
- min-width: 54px; }
751
-
752
  .tinwl-logo h2 {
753
  font-size: 18px;
754
  font-weight: bold;
755
  text-transform: uppercase;
756
  line-height: 1;
757
- padding-left: 10px; }
 
758
 
759
  .tinvwl-header .tinvwl-title {
760
  padding-left: 28px;
761
  margin-left: 28px;
762
- border-left: 1px solid #dcddde; }
763
-
764
  .tinvwl-header h1 {
765
  color: #3e3e3e;
766
- padding: 0; }
767
-
768
  .tinvwl-header .tinvwl-status-panel {
769
- margin-top: -12px; }
770
- .tinvwl-header .tinvwl-status-panel > a {
771
- vertical-align: middle; }
772
- .tinvwl-header .tinvwl-status-panel > a + a {
773
- margin-left: 15px; }
774
-
 
 
775
  .tinvwl-header .tinvwl-btn {
776
  margin-top: 15px;
777
- margin-top: 18px; }
778
- .tinvwl-header .tinvwl-btn.red i {
779
- color: #ffdc00; }
780
-
 
781
  .tinvwl-header .tinvwl-status-panel {
782
- text-align: right; }
 
783
 
784
  .tinvwl-sign-icon {
785
  font-size: 30px;
786
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
787
- color: #948d84; }
 
788
 
789
  @media (max-width: 1199px) {
790
  .tinvwl-header {
791
- text-align: center; }
792
- .tinvwl-header .tinvwl-table, .tinvwl-header .tinvwl-cell, .tinvwl-header .tinvwl-cell-3 {
793
- display: block; }
794
- .tinvwl-header h1 + .tinvwl-status-panel {
795
- margin-top: 25px; }
796
- .tinvwl-header .tinvwl-status-panel {
797
- text-align: center;
798
- margin-top: 15px; }
799
- .tinvwl-header .tinvwl-status-panel > a + a {
800
- margin-left: 9px; }
 
 
 
 
 
 
801
  .tinwl-logo {
802
  display: block;
803
- margin: 0 auto; }
804
- .tinwl-logo h2, .tinwl-logo img {
805
- display: block;
806
- margin: 0 auto; }
 
 
 
807
  .tinvwl-header .tinvwl-title {
808
  display: block;
809
- margin: 0 auto; }
 
 
810
  .tinwl-logo h2 {
811
  padding-left: 0;
812
  margin-left: 0;
813
- margin-top: 6px; }
 
 
814
  .tinvwl-header .tinvwl-title {
815
  position: relative;
816
  padding-left: 12px;
@@ -818,106 +947,133 @@ a.tinvwl-btn:not(:disabled):hover, a.tinvwl-btn:not(:disabled):active, a.tinvwl-
818
  padding-top: 13px;
819
  margin-left: 0;
820
  margin-top: 16px;
821
- border-left: 0; }
822
- .tinvwl-header .tinvwl-title:before {
823
- content: '';
824
- position: absolute;
825
- top: 0;
826
- left: 0;
827
- right: 0;
828
- width: 40px;
829
- height: 1px;
830
- margin: 0 auto;
831
- background: #dcddde; } }
832
-
 
 
833
  @media (max-width: 782px) {
834
  .tinvwl-header .tinvwl-btn .tinvwl-txt {
835
- display: none; }
 
836
  .tinvwl-header .tinvwl-btn i {
837
- margin-right: 0 !important; }
 
838
  .tinvwl-header .tinvwl-btn.grey {
839
  padding-left: 16px;
840
- padding-right: 16px; } }
841
-
 
842
  .tinvwl-content h2 {
843
  /*margin: 0;*/
844
- /*line-height: 40px;*/ }
 
845
 
846
  /* Privacy Navigation */
847
  .tinwl-wishlists-privacy {
848
- margin: -10px 0 0; }
849
- .tinwl-wishlists-privacy li {
850
- float: left;
851
- margin: 10px 10px 0 0; }
852
- .tinwl-wishlists-privacy li:last-child {
853
- margin-right: 0; }
854
- .tinwl-wishlists-privacy li a {
855
- display: block;
856
- font-family: "Open Sans", "Helvetica Neue", sans-serif;
857
- font-size: 14px;
858
- font-weight: 600;
859
- line-height: 1;
860
- padding: 10px 16px;
861
- border-radius: 3px;
862
- color: #404040;
863
- background: #ede8df; }
864
- .tinwl-wishlists-privacy li.active a {
865
- color: #fff;
866
- background-color: #96b100; }
867
- .tinwl-wishlists-privacy li a:hover, .tinwl-wishlists-privacy li a:active, .tinwl-wishlists-privacy li a:focus {
868
- color: #fff;
869
- background-color: #96b100; }
 
 
 
 
 
 
870
 
871
  @media screen and (max-width: 782px) {
872
  .tinwl-wishlists-privacy {
873
- margin-left: 15px; } }
874
-
 
875
  /* Panel */
876
  .tinvwl-panel {
877
- margin: 40px 40px 0; }
878
- .tinvwl-panel .w-bg-grey {
879
- background: #fbfaf9; }
880
- .tinvwl-panel.w-shadow {
881
- -webkit-box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14);
882
- box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14); }
883
- .tinvwl-panel.w-bg {
884
- background: #ffffff;
885
- border-radius: 4px; }
 
 
 
 
886
 
887
  .tinvwl-table.w-info .tinvwl-info[rowspan] {
888
- vertical-align: middle; }
889
- .tinvwl-table.w-info .tinvwl-info[rowspan] .tinvwl-info-sign {
890
- vertical-align: middle; }
891
-
 
892
  .tinvwl-table.w-info .tinvwl-info-top > tr .tinvwl-info {
893
- vertical-align: top; }
 
894
 
895
  @media screen and (max-width: 1200px) {
896
  .tinvwl-panel {
897
- margin: 20px 20px 0; }
898
- .tinvwl-header {
899
- margin-bottom: 20px; } }
900
 
 
 
 
 
901
  @media screen and (max-width: 782px) {
902
  .tinvwl-panel {
903
- margin: 20px 0 0; }
904
- .tinvwl-panel.only-button {
905
- text-align: center; } }
906
-
 
 
907
  /**
908
  * Content Elements
909
  */
910
  .tinvwl-content {
911
- /*margin: 14px 40px 10px 20px;*/ }
912
- .tinvwl-content section {
913
- /*margin-top: 20px;*/
914
- /*background-color: #FFF;*/
915
- /*border-radius: 5px;*/ }
916
- .tinvwl-content section:after {
917
- /*content: '';
918
- display: block;
919
- height: 0;
920
- clear: both;*/ }
 
 
 
921
 
922
  /* Preview Icon */
923
  .tinvwl-icon-preview {
@@ -929,599 +1085,689 @@ a.tinvwl-btn:not(:disabled):hover, a.tinvwl-btn:not(:disabled):active, a.tinvwl-
929
  text-align: center;
930
  border-radius: 2px;
931
  color: #595857;
932
- background: #f6f3ed; }
933
- .tinvwl-icon-preview span {
934
- position: absolute;
935
- top: 50%;
936
- left: 0;
937
- right: 0;
938
- -webkit-transform: translateY(-50%);
939
- transform: translateY(-50%); }
940
- .tinvwl-icon-preview span img {
941
- max-width: 50px;
942
- max-height: 42px;
943
- vertical-align: middle; }
 
 
 
944
 
945
  @media (min-width: 1200px) {
946
  .tinvwl-icon-preview {
947
- margin-bottom: 0; } }
948
-
 
949
  /* Table */
950
  .tinvwl-content .table-wrap {
951
- /*padding: 25px 0;*/ }
952
-
953
  .tinvwl-content table.widefat {
954
  -webkit-box-shadow: none;
955
- box-shadow: none; }
956
-
957
  .tinvwl-content .tablenav {
958
  height: auto;
959
  margin: 30px;
960
- background: #ffffff; }
961
- .tinvwl-content .tablenav .actions {
962
- /*padding: 6px 0 0;*/
963
- padding: 0; }
964
-
 
965
  .tinvwl-content .widefat th, .tinvwl-content .widefat td {
966
  text-align: center;
967
- padding: 0; }
968
-
969
  .tinvwl-content .widefat th {
970
  padding: 27px 0;
971
- position: relative; }
 
972
 
973
  @media screen and (max-width: 782px) {
974
  .tablenav.top .actions {
975
- display: block; }
 
976
  .tablenav br.tinv-wishlist-clear {
977
- display: none; }
 
 
978
  .tinvwl-content .tablenav {
979
- margin: 15px 12px; }
980
- .tinvwl-content .tablenav .alignleft, .tinvwl-content .tablenav .alignright {
981
- float: none; }
982
- .tinvwl-content .tablenav .tinvwl-full {
983
- display: none; }
984
- .tinvwl-content .tablenav .alignleft + .alignright {
985
- margin-top: 10px; }
986
- .tinvwl-content .tablenav .tinvwl-select-wrap {
987
- width: calc(100% - 75px); }
 
 
 
 
 
 
988
  #wpbody .tinvwl-content .tablenav .tinvwl-select-wrap select.tinvwl-select {
989
  max-width: 100%;
990
  width: 100%;
991
  height: 35px;
992
- padding: 9px 13px; }
993
- .tinvwl-content .tablenav input[type=search] {
994
- width: calc(100% - 84px); } }
995
 
 
 
 
 
996
  .tinvwl-info-wrap.tinvwl-in-table {
997
  /*position: absolute;
998
  top: 50%;
999
- margin-top: -11px;*/ }
 
1000
 
1001
  .tinvwl-content .widefat th.sortable, .tinvwl-content .widefat th.sorted {
1002
- padding: 0; }
1003
-
1004
  .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {
1005
- padding: 28px 17px; }
1006
-
1007
  .tinvwl-content .widefat th.tinvwl-has-info {
1008
- padding-top: 28px; }
1009
- .tinvwl-content .widefat th.tinvwl-has-info.sortable > a, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a {
1010
- padding-top: 0; }
1011
-
 
1012
  .tinvwl-content .widefat th.sortable:first-of-type, .tinvwl-content .widefat th.sorted:first-of-type {
1013
- padding-left: 0; }
1014
-
1015
  .tinvwl-content .widefat th.sortable:first-of-type > a, .tinvwl-content .widefat th.sorted:first-of-type > a {
1016
- padding-left: 28px; }
1017
-
1018
  .tinvwl-content .widefat th:first-of-type {
1019
  text-align: left;
1020
- padding-left: 28px; }
1021
-
1022
  .tinvwl-content .widefat td:first-of-type {
1023
  text-align: left;
1024
- padding-left: 28px; }
1025
-
1026
  .tinvwl-content .widefat th .tinvwl-help-wrap {
1027
  display: inline-block;
1028
- margin-left: 6px; }
1029
-
1030
  .tinvwl-content .widefat th.sortable > a + .tinvwl-help-wrap, .tinvwl-content .widefat th.sorted > a + .tinvwl-help-wrap {
1031
- margin-left: 0; }
1032
-
1033
  .tinvwl-content .widefat thead tr {
1034
- background: #f4f3ef; }
1035
-
1036
  .tinvwl-content .striped > tbody > :nth-child(odd), .tinvwl-content ul.striped > :nth-child(odd) {
1037
- background: none; }
1038
-
1039
  .tinvwl-content .widefat thead td.check-column, .tinvwl-content .widefat tbody th.check-column {
1040
  width: 50px;
1041
  padding: 28px 0 28px 28px;
1042
- vertical-align: middle; }
1043
-
1044
  .tinvwl-content .widefat thead td.check-column {
1045
- padding: 28px 0 28px 28px; }
1046
-
1047
  .tinvwl-content .widefat tbody th.check-column {
1048
- padding: 13px 0 13px 28px; }
1049
-
1050
  .tinvwl-content .widefat thead td.check-column + th {
1051
- padding-left: 21px; }
1052
- .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > a, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > a {
1053
- padding-left: 21px; }
1054
-
 
1055
  .tinvwl-content .widefat tbody th.check-column + td {
1056
- padding-left: 21px; }
1057
-
1058
  .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > .tinvwl-info-wrap.tinvwl-in-table, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > .tinvwl-info-wrap.tinvwl-in-table {
1059
- padding-left: 21px; }
1060
-
1061
  .tinvwl-content .widefat thead td.pause-play-column {
1062
  padding: 0;
1063
  width: 53px;
1064
- text-align: center; }
1065
-
1066
  .tinvwl-content .widefat tbody th.pause-play-column {
1067
  padding: 0;
1068
  width: 53px;
1069
- text-align: center; }
1070
-
1071
  .tinvwl-content th.sortable a, .tinvwl-content th.sorted a {
1072
- padding: 0; }
1073
-
1074
  .tinvwl-content .widefat th {
1075
  font-size: 14px;
1076
  font-weight: 600;
1077
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
1078
  color: #291C09;
1079
  text-transform: uppercase;
1080
- letter-spacing: -.025em; }
1081
-
1082
  .tinvwl-content th.sortable > a, .tinvwl-content th.sorted > a {
1083
  font-size: 14px;
1084
  font-weight: 600;
1085
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
1086
  color: #291C09;
1087
  text-transform: uppercase;
1088
- letter-spacing: -.025em; }
1089
-
1090
  .tinvwl-content th.sortable > a, .tinvwl-content th.sorted > a {
1091
  display: inline-block;
1092
- vertical-align: middle; }
1093
-
1094
  .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {
1095
- position: relative; }
1096
-
1097
  .tinvwl-content .widefat th.sortable > a .sorting-indicator, .tinvwl-content .widefat th.sorted > a .sorting-indicator {
1098
  position: absolute;
1099
  top: 50%;
1100
  right: 0;
1101
- margin-top: -2px; }
1102
-
1103
  .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {
1104
- margin-top: -15px; }
1105
-
1106
  .tinvwl-content th.sortable a span, .tinvwl-content th.sorted a span {
1107
- float: none; }
1108
-
1109
  .tinvwl-content table.widefat {
1110
  /*table-layout: auto;*/
1111
  border: none;
1112
- border-bottom: 2px solid #f7f7f7; }
1113
-
1114
  .tinvwl-content .widefat thead td, .tinvwl-content .widefat thead th {
1115
- border-bottom: 0; }
1116
-
1117
  .tinvwl-content .widefat td {
1118
  padding: 24px 0;
1119
- vertical-align: middle; }
1120
-
1121
  .tinvwl-content .widefat tbody td {
1122
- padding: 13px 0; }
1123
-
1124
  .tinvwl-content .widefat td {
1125
- font-size: 14px; }
1126
- .tinvwl-content .widefat td ol, .tinvwl-content .widefat td p, .tinvwl-content .widefat td ul {
1127
- font-size: 14px; }
1128
-
 
1129
  .tinvwl-content .widefat tbody tr + tr {
1130
- border-top: 2px solid #f7f7f7; }
1131
-
1132
  .tinvwl-content .widefat thead th.column-preference {
1133
  /*display: none;*/
1134
- text-indent: -9999px; }
1135
-
1136
  .tinvwl-content .widefat.wishlists thead th.column-preference, .tinvwl-content .widefat.wishlists tbody td.column-preference {
1137
  min-width: 220px;
1138
- width: 220px; }
1139
-
1140
  .tinvwl-content .widefat:not(.products) tbody td.column-preference {
1141
- text-align: right; }
1142
-
1143
  .tinvwl-content .widefat.products thead th.column-quantity a > span:not(.sorting-indicator) {
1144
- max-width: 91px; }
1145
-
1146
  .tinvwl-content .widefat.users tbody .column-name > a {
1147
- display: block; }
1148
-
1149
  .tinvwl-content .widefat.products thead th.column-preference, .tinvwl-content .widefat.products tbody td.column-preference {
1150
  width: 345px;
1151
- min-width: 345px; }
1152
-
1153
  .tinvwl-content .widefat.users thead th.column-preference, .tinvwl-content .widefat.users tbody td.column-preference {
1154
  width: 165px;
1155
- min-width: 165px; }
1156
-
1157
  .tinvwl-content .widefat tbody .column-name strong {
1158
- font-weight: normal; }
1159
-
1160
  .tinvwl-content .widefat tbody .column-name > a {
1161
- display: table; }
1162
-
1163
  .tinvwl-content .widefat tbody .column-name .product-image {
1164
  display: table-cell;
1165
- vertical-align: middle; }
1166
- .tinvwl-content .widefat tbody .column-name .product-image img {
1167
- max-width: 66px; }
1168
-
 
1169
  .tinvwl-content .widefat tbody .column-name .product-title {
1170
  display: table-cell;
1171
  vertical-align: middle;
1172
- padding-left: 15px; }
1173
-
1174
  .tinvwl-content .widefat thead th.column-preference, .tinvwl-content .widefat tbody td.column-preference {
1175
- padding-right: 20px; }
1176
-
1177
  .tinvwl-content .widefat.products tbody td.column-preference > a {
1178
  margin-right: 10px;
1179
- float: left; }
1180
- .tinvwl-content .widefat.products tbody td.column-preference > a:last-child {
1181
- margin-right: 0; }
1182
-
 
1183
  .tinvwl-content .tablenav .tablenav-pages {
1184
  float: none;
1185
  text-align: center;
1186
  height: auto;
1187
- margin-top: 0; }
1188
- .tinvwl-content .tablenav .tablenav-pages .pagination-links > a {
1189
- display: inline-block;
1190
- vertical-align: middle;
1191
- text-align: center;
1192
- font-size: 14px;
1193
- font-weight: normal;
1194
- padding: 0;
1195
- min-width: 38px;
1196
- height: 38px;
1197
- line-height: 38px;
1198
- border-radius: 50%;
1199
- border: none;
1200
- background: none;
1201
- color: #3e3e3e; }
1202
- .tinvwl-content .tablenav .tablenav-pages .pagination-links > span {
1203
- display: inline-block;
1204
- vertical-align: middle;
1205
- text-align: center;
1206
- font-size: 14px;
1207
- font-weight: normal;
1208
- padding: 0;
1209
- min-width: 38px;
1210
- height: 38px;
1211
- line-height: 38px;
1212
- border-radius: 50%;
1213
- border: none;
1214
- background: none;
1215
- color: #3e3e3e;
1216
- color: rgba(62, 62, 62, 0.46);
1217
- background: #f3f1ec; }
1218
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page {
1219
- background: #f3f1ec; }
1220
- .tinvwl-content .tablenav .tablenav-pages .pagination-links > .tinvwl-page-number.space {
1221
- background: none;
1222
- color: #3e3e3e; }
1223
- .tinvwl-content .tablenav .tablenav-pages .pagination-links > a:hover {
1224
- background: #3e3e3e;
1225
- color: #fff; }
1226
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover {
1227
- background: #3e3e3e;
1228
- color: #fff; }
1229
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page {
1230
- margin-right: 20px; }
1231
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover {
1232
- background: #3e3e3e;
1233
- color: #fff; }
1234
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page {
1235
- margin-left: 20px; }
1236
- .tinvwl-content .tablenav .tablenav-pages .tinvwl-chevron {
1237
- display: inline-block;
1238
- vertical-align: middle;
1239
- width: 9px;
1240
- height: 16px; }
1241
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron {
1242
- background: url("../img/chevron_icon.png") no-repeat center;
1243
- background-position: 0 -16px; }
1244
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {
1245
- background: url("../img/chevron_icon.png") no-repeat center;
1246
- background-position: 0 0; }
1247
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron {
1248
- background: url("../img/chevron_icon.png") no-repeat center;
1249
- background-position: -10px -16px; }
1250
- .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {
1251
- background: url("../img/chevron_icon.png") no-repeat center;
1252
- background-position: -10px 0; }
1253
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1254
  .tinvwl-content .widefat.products thead th.column-name, .tinvwl-content .widefat.products tbody td.column-name {
1255
  /*width: 200px;*/
1256
- width: 30%; }
1257
-
1258
  .tinvwl-content .widefat.wishlists thead th.column-title, .tinvwl-content .widefat.wishlists tbody td.column-title {
1259
- width: 45%; }
1260
-
1261
  .tinvwl-content .widefat.users thead th.column-wishlist, .tinvwl-content .widefat.users tbody td.column-wishlist {
1262
- width: 45%; }
1263
-
1264
  .tinvwl-content .widefat.users thead th.column-name, .tinvwl-content .widefat.users tbody td.column-name {
1265
- text-align: left; }
1266
-
1267
  .tinvwl-content .widefat.users thead th.column-quantity, .tinvwl-content .widefat.users tbody td.column-quantity {
1268
- width: 100px; }
1269
-
1270
  .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-mobile {
1271
- display: none; }
1272
-
1273
  .tinvwl-content .widefat.products thead th.column-quantity span span {
1274
- float: none; }
 
1275
 
1276
  @media screen and (max-width: 1440px) {
1277
  .tinvwl-content .widefat.products thead th.column-preference, .tinvwl-content .widefat.products tbody td.column-preference {
1278
  width: 204px;
1279
- min-width: 204px; }
 
1280
  .tinvwl-content .widefat.wishlists thead th.column-preference, .tinvwl-content .widefat.wishlists tbody td.column-preference {
1281
  width: 98px;
1282
- min-width: 98px; }
 
1283
  .tinvwl-content .widefat.users thead th.column-preference, .tinvwl-content .widefat.users tbody td.column-preference {
1284
  width: 60px;
1285
- min-width: 60px; }
 
1286
  .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn.tinvwl-w-mobile {
1287
- padding: 9px 12px; }
 
1288
  .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-mobile {
1289
  display: inline;
1290
- margin: 0; }
 
1291
  .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-full {
1292
- display: none; } }
1293
-
 
1294
  @media screen and (max-width: 1366px) and (min-width: 783px) {
1295
  .tinvwl-content .widefat.products thead th.column-name, .tinvwl-content .widefat.products tbody td.column-name {
1296
  /*width: 110px;*/
1297
- /*min-width: 110px;*/ }
 
1298
  .tinvwl-content .widefat tbody .column-name .product-image {
1299
- display: block; }
 
1300
  .tinvwl-content .widefat tbody .column-name .product-title {
1301
  display: block;
1302
- padding-left: 0; }
 
1303
  .tinvwl-content .widefat.products thead th.column-preference {
1304
  width: 103px;
1305
- min-width: 103px; }
 
1306
  .tinvwl-content .widefat.products tbody td.column-preference {
1307
  width: 103px;
1308
- min-width: 103px; }
1309
- .tinvwl-content .widefat.products tbody td.column-preference > a {
1310
- margin-right: 5px; }
 
 
1311
  .tinvwl-content .widefat tbody td.column-preference > a:nth-child(2n) {
1312
- margin-right: 0; }
 
1313
  .tinvwl-content .widefat tbody td.column-preference > a:nth-child(n+3) {
1314
- margin-top: 5px; }
 
1315
  .tinvwl-content .widefat thead th .tinvwl-full {
1316
- display: none; } }
1317
-
 
1318
  @media screen and (max-width: 1200px) and (min-width: 783px) {
1319
  .tinvwl-content th.sortable a span, .tinvwl-content th.sorted a span {
1320
- float: none; }
 
1321
  .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {
1322
  padding-left: 0;
1323
  padding-right: 0;
1324
- position: static; }
 
1325
  .tinvwl-content .widefat th.sortable > a .sorting-indicator, .tinvwl-content .widefat th.sorted > a .sorting-indicator {
1326
  top: auto;
1327
  bottom: 12px;
1328
  left: 0;
1329
  right: 0;
1330
  margin-left: auto;
1331
- margin-right: auto; }
 
1332
  .tinvwl-content .widefat th.sortable > a .sorting-indicator:before, .tinvwl-content .widefat th.sorted > a .sorting-indicator:before {
1333
- left: -5px; }
 
1334
  .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {
1335
- margin-top: 12px; }
 
1336
  .tinvwl-content .widefat.wishlists thead th.column-title, .tinvwl-content .widefat.wishlists tbody td.column-title {
1337
- width: 38%; } }
1338
-
 
1339
  @media screen and (max-width: 782px) {
1340
  .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {
1341
- margin-top: 0; }
 
1342
  .tinvwl-content .widefat.products tbody td.column-preference > a {
1343
  margin-right: 5px;
1344
- float: none; }
 
1345
  .tinvwl-content .widefat tbody .column-name .product-image, .tinvwl-content .widefat tbody .column-name .product-title {
1346
- vertical-align: top; }
 
 
1347
  .tablenav .tablenav-pages {
1348
- margin-bottom: 15px; }
 
 
1349
  .tinvwl-content .widefat thead th.column-primary {
1350
- width: 100% !important; }
 
1351
  .tinvwl-content .widefat thead td.check-column + th.column-primary {
1352
- width: 50% !important; }
 
1353
  .tinvwl-content .widefat.users thead td.check-column + th.column-primary {
1354
- width: 100% !important; } }
1355
-
 
1356
  /* Tables */
1357
  .tinvwl-table {
1358
  display: table;
1359
  /*height: 100%;*/
1360
  width: 100%;
1361
- max-width: 100%; }
1362
- .tinvwl-table.w-bg {
1363
- background: #fff;
1364
- overflow: hidden;
1365
- border-radius: 4px; }
1366
- .tinvwl-table.w-shadow {
1367
- -webkit-box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14);
1368
- box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14); }
1369
- .tinvwl-table.auto-width {
1370
- width: auto; }
 
 
 
 
1371
 
1372
  .tinvwl-caption {
1373
- display: table-caption; }
 
1374
 
1375
  .tinvwl-row {
1376
- display: table-row; }
 
1377
 
1378
  .tinvwl-rows {
1379
- display: table-row-group; }
 
1380
 
1381
  .tinvwl-cell {
1382
  display: table-cell;
1383
- vertical-align: middle; }
 
1384
 
1385
  .tinvwl-cell-2 {
1386
  display: table-cell;
1387
  vertical-align: middle;
1388
- float: none; }
 
1389
 
1390
  .tinvwl-cell-3 {
1391
  display: table-cell;
1392
  vertical-align: top;
1393
- float: none; }
 
1394
 
1395
  .tinvwl-table.w-info > thead > tr > th:first-child, .tinvwl-table.w-info > tbody > tr > td:first-child {
1396
- width: 67%; }
1397
-
1398
  .tinvwl-table th, .tinvwl-table td {
1399
- vertical-align: top; }
1400
-
1401
  .tinvwl-table .tinvwl-inner.tinv-wishlist-clearfix h3, .tinvwl-table .tinvwl-inner .tinv-wishlist-clearfix h3, .tinvwl-table .tinvwl-inner.tinv-wishlist-clearfix h4, .tinvwl-table .tinvwl-inner .tinv-wishlist-clearfix h4 {
1402
- float: left; }
1403
-
1404
  .tinvwl-table .tinvwl-btn-wrap {
1405
- float: right; }
1406
-
1407
  .tinvwl-table.w-info thead > tr > th {
1408
- text-align: left; }
1409
- .tinvwl-table.w-info thead > tr > th .tinvwl-info-wrap {
1410
- font-weight: normal; }
1411
-
 
1412
  .tinvwl-table > thead > tr > th {
1413
- padding: 0 30px; }
1414
- .tinvwl-table > thead > tr > th:last-child {
1415
- /*padding: 30px;*/ }
1416
-
 
1417
  .tinvwl-table .tinvwl-info {
1418
- vertical-align: top; }
1419
-
1420
  .tinvwl-table > thead > tr > .tinvwl-info .tinvwl-info-wrap {
1421
- padding-bottom: 30px; }
1422
-
1423
  .tinvwl-table tbody tr .tinvwl-inner h2 {
1424
  font-size: 15px;
1425
  color: #291C09;
1426
  font-weight: 600;
1427
- margin-bottom: 21px; }
1428
-
1429
  .tinvwl-table > tbody > tr > .tinvwl-info .tinvwl-info-wrap {
1430
- padding-bottom: 20px; }
1431
-
1432
  .tinvwl-table > tbody > tr > td {
1433
- padding: 0 30px; }
1434
- .tinvwl-table > tbody > tr > td:last-child {
1435
- /*padding: 30px;*/ }
1436
-
 
1437
  .tinvwl-table thead > tr .tinvwl-inner {
1438
  padding: 28px 0;
1439
  margin-bottom: 30px;
1440
- border-bottom: 2px solid rgba(219, 219, 219, 0.522); }
1441
-
1442
  .tinvwl-table thead.tinwl-empty > tr .tinvwl-inner {
1443
  padding: 30px 0 0;
1444
  margin-bottom: 0;
1445
- border-bottom: 0; }
1446
-
1447
  .tinvwl-table thead > tr .tinvwl-inner {
1448
- /*padding: 20px 0;*/ }
1449
-
1450
  .tinvwl-table .tinvwl-header-row label {
1451
  font-size: 22px;
1452
  font-weight: normal;
1453
  line-height: 1.313;
1454
  margin: 0 0 15px;
1455
- padding-top: 3px !important; }
1456
-
1457
  .tinvwl-table thead .tinvwl-empty-info, .tinvwl-table tbody > .tinvwl-bodies-border {
1458
- display: none; }
1459
-
1460
  .tinvwl-table thead .tinvwl-empty-info .tinvwl-inner {
1461
  margin: 0;
1462
- padding-top: 56px; }
 
1463
 
1464
  .tinvwl-bodies-border .tinvwl-info .tinvwl-inner {
1465
  display: none;
1466
  padding-top: 30px;
1467
  margin-top: 10px;
1468
- border-top: 2px solid rgba(219, 219, 219, 0.522); }
 
1469
 
1470
  .tinvwl-style-options .tinvwl-table thead th:first-child, .tinvwl-style-options .tinvwl-bodies-border td:first-child {
1471
- /*padding-right: 0;*/ }
1472
-
1473
  .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info, .tinvwl-style-options .tinvwl-bodies-border .tinvwl-info {
1474
  padding-left: 0;
1475
- background: none; }
1476
-
1477
  .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info {
1478
- display: table-cell; }
1479
- .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info .tinvwl-inner {
1480
- display: block; }
1481
-
 
1482
  .tinvwl-style-options tbody + tbody > .tinvwl-bodies-border .tinvwl-info .tinvwl-inner {
1483
- display: block; }
 
1484
 
1485
  @media (min-width: 1200px) {
1486
  .tinvwl-style-options .tinvwl-table .tinvwl-inner .form-horizontal {
1487
- width: 67%; } }
1488
-
1489
- textarea[name="style_plain-css"] {
1490
- height: 150px; }
 
 
1491
 
1492
  .tinvwl-table tbody + tbody > .tinvwl-bodies-border {
1493
- display: table-row; }
1494
- .tinvwl-table tbody + tbody > .tinvwl-bodies-border:first-child > td:first-child > .tinvwl-inner {
1495
- padding-top: 30px;
1496
- margin-top: 10px;
1497
- border-top: 2px solid rgba(219, 219, 219, 0.522); }
1498
-
 
1499
  .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner {
1500
  padding-bottom: 15px;
1501
  margin-bottom: 30px;
1502
- border-bottom: 2px solid rgba(219, 219, 219, 0.522); }
1503
-
1504
  .tinvwl-table .form-group .col-md-4:nth-child(n+4), .tinvwl-table .form-group .col-lg-4:nth-child(n+4) {
1505
- padding-top: 27px; }
1506
-
1507
  .tinvwl-table tbody:first-of-type > tr:first-child > td:first-child > .tinvwl-inner {
1508
- /*padding-top: 30px;*/ }
1509
-
1510
  .tinvwl-table tbody:last-of-type > tr:last-child > td:first-child > .tinvwl-inner {
1511
- /*padding-bottom: 20px;*/ }
1512
-
1513
  .tinvwl-table tfoot .tinvwl-inner {
1514
- padding-top: 20px; }
1515
-
1516
  .tinvwl-table tbody > tr + tr .tinvwl-inner {
1517
- /*border-top: 2px solid rgba(219,219,219,.522);*/ }
1518
-
1519
  .tinvwl-table tr.no-top-border .tinvwl-inner, .tinvwl-table tr.no-top-border .tinvwl-info-wrap {
1520
  border-top: 0;
1521
- padding-top: 0; }
1522
-
1523
  .tinvwl-table thead .w-bg-grey .tinvwl-info-wrap {
1524
- padding-top: 30px; }
 
1525
 
1526
  /*.tinvwl-table tbody > tr .tinvwl-inner,
1527
  .tinvwl-table tbody > tr .tinvwl-info-wrap {
@@ -1529,46 +1775,62 @@ textarea[name="style_plain-css"] {
1529
  }*/
1530
  /*.tinvwl-table tbody:first-of-type > tr:first-child > td > .tinvwl-info-wrap,*/
1531
  .tiwl-notifications-style-logo img {
1532
- height: 42px; }
 
1533
 
1534
  @media (min-width: 1200px) {
1535
  .tinvwl-table tr.tinvwl-full-width .control-label label {
1536
- margin-bottom: 10px; }
1537
- .tinvwl-table tr.tinvwl-full-width [class^="col-lg-"], .tinvwl-table tr.tinvwl-full-width [class^="col-md-"] {
1538
- width: 100%; }
 
 
1539
  .tinvwl-table tr.tinvwl-full-width textarea {
1540
  height: 250px;
1541
- padding: 15px; }
1542
- .tiwl-notifications-style-logo img {
1543
- float: right; } }
1544
 
 
 
 
 
1545
  @media (max-width: 1199px) {
1546
  .form-horizontal .control-label .tinvwl-empty {
1547
- display: none; }
 
 
1548
  .tinvwl-style-options .tinvwl-empty-info, .tinvwl-style-options .tinvwl-info {
1549
- display: none !important; }
 
1550
  .tinvwl-style-options .tinvwl-table thead th:first-child, .tinvwl-style-options .tinvwl-bodies-border td:first-child {
1551
- padding-right: 30px !important; }
1552
- .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner {
1553
- padding-bottom: 0; }
1554
- .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner .form-group {
1555
- margin-bottom: 20px; } }
1556
 
 
 
 
 
 
 
 
1557
  .tinvwl-info .tinvwl-info-desc a {
1558
  text-decoration: underline;
1559
- color: #ff5739; }
1560
- .tinvwl-info .tinvwl-info-desc a:hover, .tinvwl-info .tinvwl-info-desc a:active, .tinvwl-info .tinvwl-info-desc a:focus {
1561
- color: #000; }
 
 
1562
 
1563
  .tinvwl-info-wrap.tinvwl-in-section {
1564
  background: #fbfaf9;
1565
- color: #4f4639; }
1566
- .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign {
1567
- width: 42px;
1568
- vertical-align: top;
1569
- padding-top: 1px;
1570
- padding-right: 20px; }
1571
-
 
1572
  .tinvwl-info-wrap .tinvwl-info-sign span, .tinvwl-info-wrap .tinvwl-info-sign .tinvwl-help {
1573
  display: inline-block;
1574
  text-align: center;
@@ -1576,85 +1838,112 @@ textarea[name="style_plain-css"] {
1576
  height: 22px;
1577
  line-height: 22px;
1578
  border-radius: 50%;
1579
- background: #e1dbce; }
1580
-
1581
  .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign span, .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign .tinvwl-help {
1582
- display: block; }
1583
-
1584
  .tinvwl-info-wrap i {
1585
  font-size: 14px;
1586
- color: #fbfaf9; }
 
1587
 
1588
  .tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6 > .tinvwl-btn {
1589
- width: auto; }
 
1590
 
1591
  .tinvwl-btns-group {
1592
  margin-bottom: 23px;
1593
  margin-top: -15px;
1594
- margin-right: -15px; }
 
1595
 
1596
  .tiwl-style-custom-allow .tinvwl-inner textarea {
1597
- margin-bottom: 23px; }
 
1598
 
1599
  .tinvwl-btns-group .tinvwl-btn {
1600
  margin-top: 15px;
1601
  margin-right: 15px;
1602
- float: left; }
 
1603
 
1604
  @media (min-width: 1200px) {
1605
  .tinvwl-table .tinvwl-form-onoff, .tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6 > .tinvwl-btn, .tinvwl-btns-group .tinvwl-btn {
1606
- float: right; } }
1607
-
 
1608
  .tinvwl-table .tinvwl-info .tinvwl-info-wrap.tinvwl-in-section .tinvwl-help {
1609
- display: none; }
 
1610
 
1611
  .tinvwl-info-wrap.tinvwl-in-table {
1612
  display: inline-block;
1613
  vertical-align: middle;
1614
  display: block;
1615
- margin-bottom: 5px; }
1616
- .tinvwl-info-wrap.tinvwl-in-table .tinvwl-help {
1617
- cursor: pointer; }
 
 
1618
 
1619
  .tinvwl-content .widefat th.tinvwl-has-info {
1620
- /*word-break: break-all;*/ }
1621
- .tinvwl-content .widefat th.tinvwl-has-info .tinvwl-col-name {
1622
- margin-right: 5px; }
 
 
1623
 
1624
  .tinvwl-info-wrap.tinvwl-in-table .tinvwl-info-desc {
1625
- display: none; }
 
1626
 
1627
  @media (max-width: 1200px) {
1628
  .tinvwl-table .tinvwl-info {
1629
  padding-left: 15px;
1630
  padding-right: 15px;
1631
- /*vertical-align: middle;*/ }
 
1632
  .tinvwl-table.w-info > thead > tr > th:first-child, .tinvwl-table.w-info > tbody > tr > td:first-child {
1633
- width: 90%; }
 
 
1634
  .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign {
1635
  width: auto;
1636
- padding-right: 0; }
1637
- .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign span {
1638
- display: none; }
 
 
 
1639
  .tinvwl-table .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign .tinvwl-help {
1640
  display: block;
1641
- margin: 0 auto; }
1642
- .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-desc {
1643
- display: none; } }
1644
 
 
 
 
 
1645
  @media (max-width: 782px) {
1646
  .tinvwl-content .widefat th.tinvwl-has-info.sortable, .tinvwl-content .widefat th.tinvwl-has-info.sorted {
1647
- padding-top: 0; }
 
 
1648
  .widefat tfoot td input[type=checkbox], .widefat th input[type=checkbox], .widefat thead td input[type=checkbox] {
1649
- margin-bottom: 0; }
 
 
1650
  .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a, .tinvwl-content .widefat th.sortable.tinvwl-has-info > a, .tinvwl-content .widefat th.sorted.tinvwl-has-info > a {
1651
  padding-top: 18px;
1652
- padding-bottom: 18px; }
 
1653
  .tinvwl-content .widefat thead td.check-column {
1654
  padding-top: 14px;
1655
  padding-bottom: 15px;
1656
  padding-left: 20px;
1657
- width: 45px; }
 
1658
  .tinvwl-content .widefat tbody th.check-column {
1659
  padding-top: 14px;
1660
  padding-bottom: 15px;
@@ -1662,32 +1951,44 @@ textarea[name="style_plain-css"] {
1662
  width: 45px;
1663
  padding-top: 11px;
1664
  padding-bottom: 11px;
1665
- vertical-align: top; }
 
1666
  .tinvwl-content .widefat.wishlists thead td.check-column, .tinvwl-content .widefat.wishlists tbody th.check-column {
1667
- width: 23px; }
 
1668
  .tinvwl-content .widefat thead td.check-column + th {
1669
- padding-left: 10px; }
1670
- .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > a, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > a {
1671
- padding-left: 10px; }
 
 
1672
  .tinvwl-content .widefat tbody th.check-column + td {
1673
- padding-left: 10px; }
 
1674
  .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > .tinvwl-info-wrap.tinvwl-in-table, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > .tinvwl-info-wrap.tinvwl-in-table {
1675
  padding-left: 13px;
1676
  display: inline-block;
1677
  margin-top: 5px;
1678
- margin-bottom: 0; }
 
 
1679
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {
1680
- text-align: left; }
 
1681
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {
1682
  text-align: right;
1683
- padding-right: 30px; }
 
1684
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {
1685
- left: 28px; }
 
1686
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.check-column + td:not(.column-primary)::before {
1687
- left: 13px; }
 
1688
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column):last-child {
1689
- padding-bottom: 13px; } }
1690
-
 
1691
  /* Popover */
1692
  .popover {
1693
  position: absolute;
@@ -1703,32 +2004,39 @@ textarea[name="style_plain-css"] {
1703
  background-clip: padding-box;
1704
  border-radius: 6px;
1705
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.22);
1706
- box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.22); }
1707
- .popover.top {
1708
- margin-top: -10px; }
1709
- .popover.right {
1710
- margin-left: 10px; }
1711
- .popover.bottom {
1712
- margin-top: 10px; }
1713
- .popover.left {
1714
- margin-left: -10px; }
 
 
 
 
 
1715
 
1716
  .popover-title {
1717
  padding: 30px 30px 0;
1718
  margin: 0;
1719
- font-family: 'Open Sans', Arial, sans-serif;
1720
  font-size: 14px;
1721
  font-weight: 600;
1722
  line-height: 1.714;
1723
  text-transform: uppercase;
1724
- letter-spacing: -.35px; }
 
1725
 
1726
  .popover-content {
1727
  padding: 25px 30px 30px;
1728
  color: #5D5D5D;
1729
  font-family: Arial, sans-serif;
1730
  font-size: 14px;
1731
- line-height: 1.429; }
 
1732
 
1733
  .popover > .arrow {
1734
  position: absolute;
@@ -1739,201 +2047,230 @@ textarea[name="style_plain-css"] {
1739
  border-style: solid;
1740
  border-width: 11px;
1741
  margin-left: 0;
1742
- overflow: visible; }
1743
- .popover > .arrow:after {
1744
- position: absolute;
1745
- display: block;
1746
- width: 0;
1747
- height: 0;
1748
- border-color: transparent;
1749
- border-style: solid;
1750
- content: none;
1751
- z-index: 9999;
1752
- background: none;
1753
- -webkit-box-shadow: none;
1754
- box-shadow: none;
1755
- position: absolute;
1756
- left: auto;
1757
- top: auto;
1758
- width: auto;
1759
- height: auto;
1760
- -webkit-transform: none;
1761
- transform: none;
1762
- content: "";
1763
- border-width: 10px; }
1764
-
 
1765
  .popover.top > .arrow {
1766
  bottom: -11px;
1767
  left: 50%;
1768
  margin-left: -11px;
1769
- border-bottom-width: 0; }
1770
- .popover.top > .arrow:after {
1771
- bottom: 1px;
1772
- margin-left: -10px;
1773
- content: " ";
1774
- border-top-color: #fff;
1775
- border-bottom-width: 0; }
1776
-
 
1777
  .popover.right > .arrow {
1778
  top: 50%;
1779
  left: -11px;
1780
  margin-top: -11px;
1781
- border-left-width: 0; }
1782
- .popover.right > .arrow:after {
1783
- bottom: -10px;
1784
- left: 1px;
1785
- content: " ";
1786
- border-right-color: #fff;
1787
- border-left-width: 0; }
1788
-
 
1789
  .popover.bottom > .arrow {
1790
  top: -11px;
1791
  left: 50%;
1792
  margin-left: -11px;
1793
- border-top-width: 0; }
1794
- .popover.bottom > .arrow:after {
1795
- top: 1px;
1796
- margin-left: -10px;
1797
- content: " ";
1798
- border-top-width: 0;
1799
- border-bottom-color: #fff; }
1800
-
 
1801
  .popover.left > .arrow {
1802
  top: 50%;
1803
  left: auto;
1804
  right: -11px;
1805
  margin-top: -11px;
1806
- border-right-width: 0; }
1807
- .popover.left > .arrow:after {
1808
- left: auto;
1809
- right: 1px;
1810
- bottom: -10px;
1811
- content: " ";
1812
- border-right-width: 0;
1813
- border-left-color: #fff; }
 
 
1814
 
1815
  /* Image w/description */
1816
  .tinvwl-img-w-desc i {
1817
- margin-right: 20px; }
1818
-
1819
  .tinvwl-img-w-desc h5 {
1820
  font-weight: 600;
1821
- text-transform: uppercase; }
1822
-
1823
  .tinvwl-img-w-desc .tinvwl-desc {
1824
- color: #4f4639; }
1825
-
1826
  .tinvwl-img-w-desc h5 + .tinvwl-desc {
1827
- margin-top: 2px; }
 
1828
 
1829
  /* Premium Features */
1830
  .tinvwl-premium-feat .row {
1831
  margin: 0;
1832
  display: -webkit-box;
1833
  display: -ms-flexbox;
1834
- display: flex; }
1835
-
1836
  .tinvwl-premium-feat .col-lg-4 {
1837
  padding: 0;
1838
  -webkit-box-flex: 1;
1839
  -ms-flex: 1 1 0px;
1840
- flex: 1 1 0; }
1841
- .tinvwl-premium-feat .col-lg-4 .half-containers {
1842
- -webkit-box-flex: 1;
1843
- -ms-flex: 1;
1844
- flex: 1;
1845
- overflow: hidden;
1846
- position: relative; }
1847
- .tinvwl-premium-feat .col-lg-4 .half-containers.money-back {
1848
- background: #211709;
1849
- /* Old browsers */ }
1850
- .tinvwl-premium-feat .col-lg-4 .half-containers.money-back a {
1851
- display: block;
1852
- position: relative;
1853
- color: #ffffff;
1854
- outline: none;
1855
- text-decoration: none;
1856
- background: url("../img/money-back.svg") no-repeat 50% 0;
1857
- float: left;
1858
- width: 100%;
1859
- height: 60%;
1860
- margin: 15px 0; }
1861
- .tinvwl-premium-feat .col-lg-4 .half-containers.money-back a span {
1862
- display: none; }
1863
- .tinvwl-premium-feat .col-lg-4 .half-containers.money-back p {
1864
- text-align: center;
1865
- color: #ffffff;
1866
- font-size: 16px; }
1867
- .tinvwl-premium-feat .col-lg-4 .half-containers.customization {
1868
- text-align: center;
1869
- background: #333333 url("../img/customization.png") no-repeat 100% 100%; }
1870
- .tinvwl-premium-feat .col-lg-4 .half-containers.customization h2 {
1871
- margin: 30px auto 20px; }
1872
- .tinvwl-premium-feat .col-lg-4 .half-containers.customization p {
1873
- font-size: 16px;
1874
- color: #ffffff;
1875
- padding-left: 10px;
1876
- padding-right: 10px; }
1877
- .tinvwl-premium-feat .col-lg-4 .half-containers.customization .tinvwl-btn.gray {
1878
- background-color: #958095;
1879
- margin: 10px auto; }
1880
- .tinvwl-premium-feat .col-lg-4 .half-containers.customization .tinvwl-btn.gray:hover {
1881
- background-color: #ffffff;
1882
- color: #333333; }
1883
- .tinvwl-premium-feat .col-lg-4 .half-containers.rate {
1884
- text-align: center;
1885
- border-bottom: 1px solid #e7e7e7; }
1886
- .tinvwl-premium-feat .col-lg-4 .half-containers.rate h2 {
1887
- background: url("../img/rate_us.png") no-repeat center;
1888
- display: block;
1889
- width: 186px;
1890
- height: 76px;
1891
- margin: 30px auto 20px;
1892
- font-size: 18px;
1893
- line-height: 100px; }
1894
- .tinvwl-premium-feat .col-lg-4 .half-containers.rate h2 a {
1895
- display: block;
1896
- width: 186px;
1897
- height: 76px;
1898
- color: #ffffff;
1899
- text-decoration: none;
1900
- outline: none;
1901
- font-weight: 600; }
1902
- .tinvwl-premium-feat .col-lg-4 .half-containers.rate p {
1903
- font-size: 16px;
1904
- padding-left: 10px;
1905
- padding-right: 10px; }
1906
- .tinvwl-premium-feat .col-lg-4 .half-containers.rate a {
1907
- color: #ff5739;
1908
- text-decoration: underline; }
1909
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe {
1910
- text-align: center; }
1911
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe h2 {
1912
- color: #453a2a;
1913
- margin: 30px auto 20px; }
1914
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe p {
1915
- font-size: 16px;
1916
- padding-left: 10px;
1917
- padding-right: 10px; }
1918
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group {
1919
- width: 90%;
1920
- position: relative;
1921
- margin: 10px auto; }
1922
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type="email"] {
1923
- width: 65%;
1924
- height: 45px; }
1925
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type="submit"] {
1926
- width: 30%; }
1927
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe #mc_embed_signup {
1928
- margin-bottom: 30px; }
1929
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1930
  .tinvwl-premium-feat h2 {
1931
  font-size: 30px;
1932
  text-transform: uppercase;
1933
- letter-spacing: -.025em;
1934
  line-height: 1;
1935
- color: #ffffff; }
1936
-
1937
  .tinvwl-premium-feat .tinvwl-pic-col {
1938
  border: 5px solid #ffffff;
1939
  text-align: center;
@@ -1943,21 +2280,25 @@ textarea[name="style_plain-css"] {
1943
  /* Chrome10-25,Safari5.1-6 */
1944
  background: linear-gradient(135deg, #df4c57 0%, #f78c62 100%);
1945
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
1946
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df4c57', endColorstr='#f78c62', GradientType=1);
1947
  /* IE6-9 fallback on horizontal gradient */
1948
  padding: 50px 10px;
1949
- color: #ffffff; }
1950
- .tinvwl-premium-feat .tinvwl-pic-col img {
1951
- display: block;
1952
- margin: 0 auto; }
1953
- .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white {
1954
- color: #ff5739; }
1955
- .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white:hover {
1956
- color: #ffffff; }
1957
- .tinvwl-premium-feat .tinvwl-pic-col p {
1958
- font-size: 16px;
1959
- padding-bottom: 1em; }
1960
-
 
 
 
 
1961
  .tinvwl-premium-feat .tinvwl-feat-col {
1962
  display: -webkit-box;
1963
  display: -ms-flexbox;
@@ -1968,8 +2309,8 @@ textarea[name="style_plain-css"] {
1968
  flex-direction: column;
1969
  border-top: 1px solid #ffffff;
1970
  border-bottom: 1px solid #ffffff;
1971
- background-color: #f9f8f5; }
1972
-
1973
  .tinvwl-premium-feat .tinvwl-sup-col {
1974
  display: -webkit-box;
1975
  display: -ms-flexbox;
@@ -1977,68 +2318,85 @@ textarea[name="style_plain-css"] {
1977
  -webkit-box-orient: vertical;
1978
  -webkit-box-direction: normal;
1979
  -ms-flex-direction: column;
1980
- flex-direction: column; }
 
1981
 
1982
  /* Footer */
1983
  #wpfooter {
1984
- padding: 10px 40px; }
1985
- #wpfooter p {
1986
- font-family: "Open Sans", "Helvetica Neue", sans-serif;
1987
- font-size: 14px;
1988
- line-height: 1.85714286;
1989
- color: #4b4b4b; }
1990
- #wpfooter .ftinvwl-heart {
1991
- margin: 0 3px; }
1992
- #wpfooter .ftinvwl-star {
1993
- font-size: 12px;
1994
- margin: 0 1px; }
1995
- #wpfooter span .ftinvwl-star:first-of-type {
1996
- margin-left: 6px; }
1997
- #wpfooter span .ftinvwl-star:last-of-type {
1998
- margin-left: 3px; }
1999
- #wpfooter i {
2000
- color: #ff5739; }
2001
- #wpfooter a {
2002
- text-decoration: underline;
2003
- color: #ff5739; }
2004
- #wpfooter a:hover, #wpfooter a:active, #wpfooter a:focus {
2005
- color: #000; }
 
 
 
 
 
 
 
 
 
2006
 
2007
  /* Color Picker */
2008
  .tinvwl-color-picker {
2009
- position: relative; }
2010
- .tinvwl-color-picker .iris-picker {
2011
- position: absolute;
2012
- z-index: 9999; }
2013
- .tinvwl-color-picker input[type=text] {
2014
- color: #fff;
2015
- border: 4px solid #fff;
2016
- -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);
2017
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14); }
2018
- .tinvwl-color-picker .tinvwl-eyedropper {
2019
- cursor: pointer;
2020
- position: relative;
2021
- display: inline-block;
2022
- vertical-align: top;
2023
- margin-left: 4px;
2024
- width: 42px;
2025
- height: 42px;
2026
- background: #fff url("../img/color_icon.png") no-repeat center;
2027
- border: 1px solid rgba(0, 0, 0, 0.14);
2028
- border-radius: 2px;
2029
- -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
2030
- box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1); }
2031
- .tinvwl-color-picker .tinvwl-eyedropper a {
2032
- color: #6b625a; }
2033
- .tinvwl-color-picker .tinvwl-eyedropper i {
2034
- display: inline-block;
2035
- position: absolute;
2036
- top: 15px;
2037
- left: 14px;
2038
- font-size: 12px; }
2039
- .tinvwl-color-picker + .iris-picker .iris-square-value {
2040
- width: 0;
2041
- height: 0; }
 
 
 
 
 
 
 
2042
 
2043
  /* Modal */
2044
  .tinvwl-overlay {
@@ -2049,16 +2407,19 @@ textarea[name="style_plain-css"] {
2049
  height: 100%;
2050
  visibility: hidden;
2051
  opacity: 0;
2052
- -webkit-transition: opacity .3s ease, visibility .3s ease;
2053
- transition: opacity .3s ease, visibility .3s ease;
2054
- background: #191919; }
 
2055
 
2056
  .tinvwl-modal.tinvwl-modal-open .tinvwl-overlay {
2057
  visibility: visible;
2058
- opacity: .5; }
 
2059
 
2060
  .admin-bar .tinvwl-content .tinvwl-modal {
2061
- padding-top: 32px !important; }
 
2062
 
2063
  .tinvwl-content .tinvwl-modal {
2064
  overflow-y: auto;
@@ -2074,680 +2435,1085 @@ textarea[name="style_plain-css"] {
2074
  visibility: hidden;
2075
  opacity: 0;
2076
  text-align: left;
2077
- -webkit-transition: opacity .3s ease, visibility .3s ease;
2078
- transition: opacity .3s ease, visibility .3s ease; }
2079
- .tinvwl-content .tinvwl-modal .tinvwl-modal-inner {
2080
- position: relative;
2081
- margin: 0 auto;
2082
- background: #fff;
2083
- border-radius: 4px; }
2084
- .tinvwl-content .tinvwl-modal.tinvwl-modal-open {
2085
- visibility: visible;
2086
- opacity: 1;
2087
- width: 100%;
2088
- height: 100%; }
 
 
 
2089
 
2090
  @media screen and (max-width: 1200px) {
2091
  .tinvwl-premium-feat .row {
2092
- display: block; } }
2093
-
 
2094
  @media screen and (max-width: 782px) {
2095
  .admin-bar .tinvwl-content .tinvwl-modal {
2096
- padding-top: 46px !important; } }
2097
-
 
2098
  @media screen and (max-width: 600px) {
2099
  .admin-bar .tinvwl-content .tinvwl-modal {
2100
- padding-top: 0 !important; } }
2101
-
 
2102
  .tinvwl-modal .tinvwl-table {
2103
- height: 100%; }
 
2104
 
2105
  .tinvwl-content .tinvwl-modal .tinvwl-modal-inner {
2106
  max-width: 415px;
2107
- padding: 40px 45px; }
2108
-
2109
  .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails {
2110
- text-align: center; }
2111
- .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails p {
2112
- margin: 0 0 26px; }
2113
- .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails .tinvwl-btn.large {
2114
- padding: 14px 33px; }
2115
- .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails .tinvwl-btn + .tinvwl-btn {
2116
- margin-left: 6px; }
 
 
 
 
2117
 
2118
  /* Quick Buttons */
2119
  .tinvwl-quick-btns {
2120
  position: fixed;
2121
  top: 25%;
2122
  left: 100%;
2123
- z-index: 9999; }
2124
- .tinvwl-quick-btns button {
2125
- display: block;
2126
- width: 117px;
2127
- font-size: 14px;
2128
- font-family: "Open Sans", Arial, sans-serif;
2129
- font-weight: 600;
2130
- padding: 0 35px 0 0;
2131
- border-radius: 2px;
2132
- border: none;
2133
- text-decoration: none;
2134
- background: #96b100;
2135
- color: #ffffff;
2136
- -webkit-transform: translateX(-50px);
2137
- transform: translateX(-50px);
2138
- transition: -webkit-transform .3s ease;
2139
- -webkit-transition: -webkit-transform .3s ease;
2140
- transition: transform .3s ease;
2141
- transition: transform .3s ease, -webkit-transform .3s ease; }
 
 
2142
 
2143
  .tinvwl-panel.only-button .tinvwl-quick-btns .form-control {
2144
  display: block;
2145
- width: 119px; }
 
2146
 
2147
  .tinvwl-quick-btns button:hover {
2148
  -webkit-transform: translateX(-100%);
2149
- transform: translateX(-100%); }
2150
-
2151
  .tinvwl-quick-btns button + button {
2152
- margin-top: 4px; }
2153
-
2154
  .tinvwl-quick-btns button span {
2155
  display: inline-block;
2156
  width: 50px;
2157
  padding: 15px 0;
2158
- text-align: center; }
 
2159
 
2160
  /* Preview Select */
2161
  @media (min-width: 1200px) {
2162
  .tinvwl-empty-select + .tinvwl-input-group-btn {
2163
- text-align: right; } }
2164
-
 
2165
  .tinvwl-empty-select + .tinvwl-input-group-btn .tinvwl-btn {
2166
- margin-left: 0; }
 
2167
 
2168
  /* Bootstrap */
2169
  .container, .container-fluid {
2170
  /*padding-right: 15px;
2171
  padding-left: 15px;*/
2172
  margin-right: auto;
2173
- margin-left: auto; }
 
2174
 
2175
  @media (min-width: 768px) {
2176
  .container {
2177
- width: 750px; } }
2178
-
 
2179
  @media (min-width: 992px) {
2180
  .container {
2181
- width: 970px; } }
2182
-
 
2183
  @media (min-width: 1200px) {
2184
  .container {
2185
- width: 1170px; } }
2186
-
 
2187
  .row {
2188
  margin-right: -15px;
2189
- margin-left: -15px; }
 
2190
 
2191
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
2192
  position: relative;
2193
  min-height: 1px;
2194
  padding-right: 15px;
2195
- padding-left: 15px; }
 
2196
 
2197
  .tinvwl-table .form-group .row {
2198
  /*margin-left: -5px;*/
2199
- /*margin-right: -5px;*/ }
2200
-
2201
- .tinvwl-table .form-group [class^="col-"] {
2202
  /*padding-right: 5px;*/
2203
- /*padding-left: 5px;*/ }
 
2204
 
2205
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
2206
- float: left; }
 
2207
 
2208
  .col-xs-12 {
2209
  float: left;
2210
- width: 100%; }
 
2211
 
2212
  .col-xs-11 {
2213
- width: 91.66666667%; }
 
2214
 
2215
  .col-xs-10 {
2216
- width: 83.33333333%; }
 
2217
 
2218
  .col-xs-9 {
2219
- width: 75%; }
 
2220
 
2221
  .col-xs-8 {
2222
- width: 66.66666667%; }
 
2223
 
2224
  .col-xs-7 {
2225
- width: 58.33333333%; }
 
2226
 
2227
  .col-xs-6 {
2228
- width: 50%; }
 
2229
 
2230
  .col-xs-5 {
2231
- width: 41.66666667%; }
 
2232
 
2233
  .col-xs-4 {
2234
- width: 33.33333333%; }
 
2235
 
2236
  .col-xs-3 {
2237
- width: 25%; }
 
2238
 
2239
  .col-xs-2 {
2240
- width: 16.66666667%; }
 
2241
 
2242
  .col-xs-1 {
2243
- width: 8.33333333%; }
 
2244
 
2245
  .col-xs-pull-12 {
2246
- right: 100%; }
 
2247
 
2248
  .col-xs-pull-11 {
2249
- right: 91.66666667%; }
 
2250
 
2251
  .col-xs-pull-10 {
2252
- right: 83.33333333%; }
 
2253
 
2254
  .col-xs-pull-9 {
2255
- right: 75%; }
 
2256
 
2257
  .col-xs-pull-8 {
2258
- right: 66.66666667%; }
 
2259
 
2260
  .col-xs-pull-7 {
2261
- right: 58.33333333%; }
 
2262
 
2263
  .col-xs-pull-6 {
2264
- right: 50%; }
 
2265
 
2266
  .col-xs-pull-5 {
2267
- right: 41.66666667%; }
 
2268
 
2269
  .col-xs-pull-4 {
2270
- right: 33.33333333%; }
 
2271
 
2272
  .col-xs-pull-3 {
2273
- right: 25%; }
 
2274
 
2275
  .col-xs-pull-2 {
2276
- right: 16.66666667%; }
 
2277
 
2278
  .col-xs-pull-1 {
2279
- right: 8.33333333%; }
 
2280
 
2281
  .col-xs-pull-0 {
2282
- right: auto; }
 
2283
 
2284
  .col-xs-push-12 {
2285
- left: 100%; }
 
2286
 
2287
  .col-xs-push-11 {
2288
- left: 91.66666667%; }
 
2289
 
2290
  .col-xs-push-10 {
2291
- left: 83.33333333%; }
 
2292
 
2293
  .col-xs-push-9 {
2294
- left: 75%; }
 
2295
 
2296
  .col-xs-push-8 {
2297
- left: 66.66666667%; }
 
2298
 
2299
  .col-xs-push-7 {
2300
- left: 58.33333333%; }
 
2301
 
2302
  .col-xs-push-6 {
2303
- left: 50%; }
 
2304
 
2305
  .col-xs-push-5 {
2306
- left: 41.66666667%; }
 
2307
 
2308
  .col-xs-push-4 {
2309
- left: 33.33333333%; }
 
2310
 
2311
  .col-xs-push-3 {
2312
- left: 25%; }
 
2313
 
2314
  .col-xs-push-2 {
2315
- left: 16.66666667%; }
 
2316
 
2317
  .col-xs-push-1 {
2318
- left: 8.33333333%; }
 
2319
 
2320
  .col-xs-push-0 {
2321
- left: auto; }
 
2322
 
2323
  .col-xs-offset-12 {
2324
- margin-left: 100%; }
 
2325
 
2326
  .col-xs-offset-11 {
2327
- margin-left: 91.66666667%; }
 
2328
 
2329
  .col-xs-offset-10 {
2330
- margin-left: 83.33333333%; }
 
2331
 
2332
  .col-xs-offset-9 {
2333
- margin-left: 75%; }
 
2334
 
2335
  .col-xs-offset-8 {
2336
- margin-left: 66.66666667%; }
 
2337
 
2338
  .col-xs-offset-7 {
2339
- margin-left: 58.33333333%; }
 
2340
 
2341
  .col-xs-offset-6 {
2342
- margin-left: 50%; }
 
2343
 
2344
  .col-xs-offset-5 {
2345
- margin-left: 41.66666667%; }
 
2346
 
2347
  .col-xs-offset-4 {
2348
- margin-left: 33.33333333%; }
 
2349
 
2350
  .col-xs-offset-3 {
2351
- margin-left: 25%; }
 
2352
 
2353
  .col-xs-offset-2 {
2354
- margin-left: 16.66666667%; }
 
2355
 
2356
  .col-xs-offset-1 {
2357
- margin-left: 8.33333333%; }
 
2358
 
2359
  .col-xs-offset-0 {
2360
- margin-left: 0; }
 
2361
 
2362
  @media (min-width: 768px) {
2363
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
2364
- float: left; }
 
 
2365
  .col-sm-12 {
2366
  float: left;
2367
- width: 100%; }
 
 
2368
  .col-sm-11 {
2369
- width: 91.66666667%; }
 
 
2370
  .col-sm-10 {
2371
- width: 83.33333333%; }
 
 
2372
  .col-sm-9 {
2373
- width: 75%; }
 
 
2374
  .col-sm-8 {
2375
- width: 66.66666667%; }
 
 
2376
  .col-sm-7 {
2377
- width: 58.33333333%; }
 
 
2378
  .col-sm-6 {
2379
- width: 50%; }
 
 
2380
  .col-sm-5 {
2381
- width: 41.66666667%; }
 
 
2382
  .col-sm-4 {
2383
- width: 33.33333333%; }
 
 
2384
  .col-sm-3 {
2385
- width: 25%; }
 
 
2386
  .col-sm-2 {
2387
- width: 16.66666667%; }
 
 
2388
  .col-sm-1 {
2389
- width: 8.33333333%; }
 
 
2390
  .col-sm-pull-12 {
2391
- right: 100%; }
 
 
2392
  .col-sm-pull-11 {
2393
- right: 91.66666667%; }
 
 
2394
  .col-sm-pull-10 {
2395
- right: 83.33333333%; }
 
 
2396
  .col-sm-pull-9 {
2397
- right: 75%; }
 
 
2398
  .col-sm-pull-8 {
2399
- right: 66.66666667%; }
 
 
2400
  .col-sm-pull-7 {
2401
- right: 58.33333333%; }
 
 
2402
  .col-sm-pull-6 {
2403
- right: 50%; }
 
 
2404
  .col-sm-pull-5 {
2405
- right: 41.66666667%; }
 
 
2406
  .col-sm-pull-4 {
2407
- right: 33.33333333%; }
 
 
2408
  .col-sm-pull-3 {
2409
- right: 25%; }
 
 
2410
  .col-sm-pull-2 {
2411
- right: 16.66666667%; }
 
 
2412
  .col-sm-pull-1 {
2413
- right: 8.33333333%; }
 
 
2414
  .col-sm-pull-0 {
2415
- right: auto; }
 
 
2416
  .col-sm-push-12 {
2417
- left: 100%; }
 
 
2418
  .col-sm-push-11 {
2419
- left: 91.66666667%; }
 
 
2420
  .col-sm-push-10 {
2421
- left: 83.33333333%; }
 
 
2422
  .col-sm-push-9 {
2423
- left: 75%; }
 
 
2424
  .col-sm-push-8 {
2425
- left: 66.66666667%; }
 
 
2426
  .col-sm-push-7 {
2427
- left: 58.33333333%; }
 
 
2428
  .col-sm-push-6 {
2429
- left: 50%; }
 
 
2430
  .col-sm-push-5 {
2431
- left: 41.66666667%; }
 
 
2432
  .col-sm-push-4 {
2433
- left: 33.33333333%; }
 
 
2434
  .col-sm-push-3 {
2435
- left: 25%; }
 
 
2436
  .col-sm-push-2 {
2437
- left: 16.66666667%; }
 
 
2438
  .col-sm-push-1 {
2439
- left: 8.33333333%; }
 
 
2440
  .col-sm-push-0 {
2441
- left: auto; }
 
 
2442
  .col-sm-offset-12 {
2443
- margin-left: 100%; }
 
 
2444
  .col-sm-offset-11 {
2445
- margin-left: 91.66666667%; }
 
 
2446
  .col-sm-offset-10 {
2447
- margin-left: 83.33333333%; }
 
 
2448
  .col-sm-offset-9 {
2449
- margin-left: 75%; }
 
 
2450
  .col-sm-offset-8 {
2451
- margin-left: 66.66666667%; }
 
 
2452
  .col-sm-offset-7 {
2453
- margin-left: 58.33333333%; }
 
 
2454
  .col-sm-offset-6 {
2455
- margin-left: 50%; }
 
 
2456
  .col-sm-offset-5 {
2457
- margin-left: 41.66666667%; }
 
 
2458
  .col-sm-offset-4 {
2459
- margin-left: 33.33333333%; }
 
 
2460
  .col-sm-offset-3 {
2461
- margin-left: 25%; }
 
 
2462
  .col-sm-offset-2 {
2463
- margin-left: 16.66666667%; }
 
 
2464
  .col-sm-offset-1 {
2465
- margin-left: 8.33333333%; }
2466
- .col-sm-offset-0 {
2467
- margin-left: 0; } }
2468
 
 
 
 
 
2469
  @media (min-width: 992px) {
2470
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
2471
- float: left; }
 
 
2472
  .col-md-12 {
2473
  float: left;
2474
- width: 100%; }
 
 
2475
  .col-md-11 {
2476
- width: 91.66666667%; }
 
 
2477
  .col-md-10 {
2478
- width: 83.33333333%; }
 
 
2479
  .col-md-9 {
2480
- width: 75%; }
 
 
2481
  .col-md-8 {
2482
- width: 66.66666667%; }
 
 
2483
  .col-md-7 {
2484
- width: 58.33333333%; }
 
 
2485
  .col-md-6 {
2486
- width: 50%; }
 
 
2487
  .col-md-5 {
2488
- width: 41.66666667%; }
 
 
2489
  .col-md-4 {
2490
- width: 33.33333333%; }
 
 
2491
  .col-md-3 {
2492
- width: 25%; }
 
 
2493
  .col-md-2 {
2494
- width: 16.66666667%; }
 
 
2495
  .col-md-1 {
2496
- width: 8.33333333%; }
 
 
2497
  .col-md-pull-12 {
2498
- right: 100%; }
 
 
2499
  .col-md-pull-11 {
2500
- right: 91.66666667%; }
 
 
2501
  .col-md-pull-10 {
2502
- right: 83.33333333%; }
 
 
2503
  .col-md-pull-9 {
2504
- right: 75%; }
 
 
2505
  .col-md-pull-8 {
2506
- right: 66.66666667%; }
 
 
2507
  .col-md-pull-7 {
2508
- right: 58.33333333%; }
 
 
2509
  .col-md-pull-6 {
2510
- right: 50%; }
 
 
2511
  .col-md-pull-5 {
2512
- right: 41.66666667%; }
 
 
2513
  .col-md-pull-4 {
2514
- right: 33.33333333%; }
 
 
2515
  .col-md-pull-3 {
2516
- right: 25%; }
 
 
2517
  .col-md-pull-2 {
2518
- right: 16.66666667%; }
 
 
2519
  .col-md-pull-1 {
2520
- right: 8.33333333%; }
 
 
2521
  .col-md-pull-0 {
2522
- right: auto; }
 
 
2523
  .col-md-push-12 {
2524
- left: 100%; }
 
 
2525
  .col-md-push-11 {
2526
- left: 91.66666667%; }
 
 
2527
  .col-md-push-10 {
2528
- left: 83.33333333%; }
 
 
2529
  .col-md-push-9 {
2530
- left: 75%; }
 
 
2531
  .col-md-push-8 {
2532
- left: 66.66666667%; }
 
 
2533
  .col-md-push-7 {
2534
- left: 58.33333333%; }
 
 
2535
  .col-md-push-6 {
2536
- left: 50%; }
 
 
2537
  .col-md-push-5 {
2538
- left: 41.66666667%; }
 
 
2539
  .col-md-push-4 {
2540
- left: 33.33333333%; }
 
 
2541
  .col-md-push-3 {
2542
- left: 25%; }
 
 
2543
  .col-md-push-2 {
2544
- left: 16.66666667%; }
 
 
2545
  .col-md-push-1 {
2546
- left: 8.33333333%; }
 
 
2547
  .col-md-push-0 {
2548
- left: auto; }
 
 
2549
  .col-md-offset-12 {
2550
- margin-left: 100%; }
 
 
2551
  .col-md-offset-11 {
2552
- margin-left: 91.66666667%; }
 
 
2553
  .col-md-offset-10 {
2554
- margin-left: 83.33333333%; }
 
 
2555
  .col-md-offset-9 {
2556
- margin-left: 75%; }
 
 
2557
  .col-md-offset-8 {
2558
- margin-left: 66.66666667%; }
 
 
2559
  .col-md-offset-7 {
2560
- margin-left: 58.33333333%; }
 
 
2561
  .col-md-offset-6 {
2562
- margin-left: 50%; }
 
 
2563
  .col-md-offset-5 {
2564
- margin-left: 41.66666667%; }
 
 
2565
  .col-md-offset-4 {
2566
- margin-left: 33.33333333%; }
 
 
2567
  .col-md-offset-3 {
2568
- margin-left: 25%; }
 
 
2569
  .col-md-offset-2 {
2570
- margin-left: 16.66666667%; }
 
 
2571
  .col-md-offset-1 {
2572
- margin-left: 8.33333333%; }
2573
- .col-md-offset-0 {
2574
- margin-left: 0; } }
2575
 
 
 
 
 
2576
  @media (min-width: 1200px) {
2577
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
2578
- float: left; }
 
 
2579
  .col-lg-12 {
2580
  float: left;
2581
- width: 100%; }
 
 
2582
  .col-lg-11 {
2583
- width: 91.66666667%; }
 
 
2584
  .col-lg-10 {
2585
- width: 83.33333333%; }
 
 
2586
  .col-lg-9 {
2587
- width: 75%; }
 
 
2588
  .col-lg-8 {
2589
- width: 66.66666667%; }
 
 
2590
  .col-lg-7 {
2591
- width: 58.33333333%; }
 
 
2592
  .col-lg-6 {
2593
- width: 50%; }
 
 
2594
  .col-lg-5 {
2595
- width: 41.66666667%; }
 
 
2596
  .col-lg-4 {
2597
- width: 33.33333333%; }
 
 
2598
  .col-lg-3 {
2599
- width: 25%; }
 
 
2600
  .col-lg-2 {
2601
- width: 16.66666667%; }
 
 
2602
  .col-lg-1 {
2603
- width: 8.33333333%; }
 
 
2604
  .col-lg-pull-12 {
2605
- right: 100%; }
 
 
2606
  .col-lg-pull-11 {
2607
- right: 91.66666667%; }
 
 
2608
  .col-lg-pull-10 {
2609
- right: 83.33333333%; }
 
 
2610
  .col-lg-pull-9 {
2611
- right: 75%; }
 
 
2612
  .col-lg-pull-8 {
2613
- right: 66.66666667%; }
 
 
2614
  .col-lg-pull-7 {
2615
- right: 58.33333333%; }
 
 
2616
  .col-lg-pull-6 {
2617
- right: 50%; }
 
 
2618
  .col-lg-pull-5 {
2619
- right: 41.66666667%; }
 
 
2620
  .col-lg-pull-4 {
2621
- right: 33.33333333%; }
 
 
2622
  .col-lg-pull-3 {
2623
- right: 25%; }
 
 
2624
  .col-lg-pull-2 {
2625
- right: 16.66666667%; }
 
 
2626
  .col-lg-pull-1 {
2627
- right: 8.33333333%; }
 
 
2628
  .col-lg-pull-0 {
2629
- right: auto; }
 
 
2630
  .col-lg-push-12 {
2631
- left: 100%; }
 
 
2632
  .col-lg-push-11 {
2633
- left: 91.66666667%; }
 
 
2634
  .col-lg-push-10 {
2635
- left: 83.33333333%; }
 
 
2636
  .col-lg-push-9 {
2637
- left: 75%; }
 
 
2638
  .col-lg-push-8 {
2639
- left: 66.66666667%; }
 
 
2640
  .col-lg-push-7 {
2641
- left: 58.33333333%; }
 
 
2642
  .col-lg-push-6 {
2643
- left: 50%; }
 
 
2644
  .col-lg-push-5 {
2645
- left: 41.66666667%; }
 
 
2646
  .col-lg-push-4 {
2647
- left: 33.33333333%; }
 
 
2648
  .col-lg-push-3 {
2649
- left: 25%; }
 
 
2650
  .col-lg-push-2 {
2651
- left: 16.66666667%; }
 
 
2652
  .col-lg-push-1 {
2653
- left: 8.33333333%; }
 
 
2654
  .col-lg-push-0 {
2655
- left: auto; }
 
 
2656
  .col-lg-offset-12 {
2657
- margin-left: 100%; }
 
 
2658
  .col-lg-offset-11 {
2659
- margin-left: 91.66666667%; }
 
 
2660
  .col-lg-offset-10 {
2661
- margin-left: 83.33333333%; }
 
 
2662
  .col-lg-offset-9 {
2663
- margin-left: 75%; }
 
 
2664
  .col-lg-offset-8 {
2665
- margin-left: 66.66666667%; }
 
 
2666
  .col-lg-offset-7 {
2667
- margin-left: 58.33333333%; }
 
 
2668
  .col-lg-offset-6 {
2669
- margin-left: 50%; }
 
 
2670
  .col-lg-offset-5 {
2671
- margin-left: 41.66666667%; }
 
 
2672
  .col-lg-offset-4 {
2673
- margin-left: 33.33333333%; }
 
 
2674
  .col-lg-offset-3 {
2675
- margin-left: 25%; }
 
 
2676
  .col-lg-offset-2 {
2677
- margin-left: 16.66666667%; }
 
 
2678
  .col-lg-offset-1 {
2679
- margin-left: 8.33333333%; }
2680
- .col-lg-offset-0 {
2681
- margin-left: 0; } }
2682
 
 
 
 
 
2683
  @media (max-width: 1199px) {
2684
- .tinvwl-table .row > [class^="col-md-"] + [class^="col-md-"], .tinvwl-table .row > [class^="col-lg-"] + [class^="col-lg-"] {
2685
- padding-top: 30px; }
2686
- .tinvwl-table .form-group > [class^="col-md-"] + [class^="col-md-"], .tinvwl-table .form-group > [class^="col-lg-"] + [class^="col-lg-"] {
2687
- padding-top: 30px; } }
2688
-
 
 
2689
  .fade {
2690
  opacity: 0;
2691
- -webkit-transition: opacity .15s linear;
2692
- transition: opacity .15s linear; }
2693
- .fade.in {
2694
- opacity: 1; }
 
 
2695
 
2696
  .form-horizontal .form-group {
2697
  margin-right: -15px;
2698
- margin-left: -15px; }
 
2699
 
2700
  .form-group {
2701
- margin-bottom: 23px; }
 
2702
 
2703
  .form-horizontal:last-of-type .form-group {
2704
- /*margin-bottom: 0;*/ }
 
2705
 
2706
  .tinvwl-inner .form-group + .form-group > label {
2707
- /*margin-top: 7px;*/ }
 
2708
 
2709
  .form-control {
2710
  display: block;
2711
- width: 100%; }
 
2712
 
2713
  label.one-line {
2714
  display: inline-block;
2715
  margin-bottom: 0;
2716
- margin-right: 10px; }
 
2717
 
2718
  .control-label label {
2719
  display: block;
2720
- margin-bottom: 10px; }
 
2721
 
2722
  .form-horizontal .control-label label {
2723
  padding-top: 9px;
2724
- margin-bottom: 0; }
 
2725
 
2726
  @media (min-width: 1200px) {
2727
  .tinvwl-table .tinvwl-header-row label {
2728
- margin-bottom: 0; }
 
2729
  .tinvwl-table .tinvwl-header-row .form-group {
2730
  margin-top: -7px;
2731
- margin-bottom: 13px; } }
2732
-
 
2733
  @media (max-width: 1199px) {
2734
  .form-horizontal .control-label label {
2735
- margin-bottom: 10px; }
2736
- .tinvwl-table .tinvwl-header-row label {
2737
- padding-top: 3px; } }
2738
 
 
 
 
 
2739
  .tinvwl-input-group-btn {
2740
- margin-top: 13px; }
 
2741
 
2742
  .tinvwl-input-group {
2743
  position: relative;
2744
  display: table;
2745
- border-collapse: separate; }
 
2746
 
2747
  .tinvwl-input-group-addon {
2748
  width: 1%;
2749
  white-space: nowrap;
2750
- vertical-align: middle; }
 
2751
 
2752
  .tinvwl-input-group-btn {
2753
  width: 1%;
@@ -2755,101 +3521,129 @@ label.one-line {
2755
  vertical-align: middle;
2756
  margin-top: 0;
2757
  position: relative;
2758
- white-space: nowrap; }
2759
- .tinvwl-input-group-btn .tinvwl-btn {
2760
- margin-left: 10px; }
2761
- .tinvwl-input-group-btn > .btn {
2762
- position: relative; }
 
 
 
2763
 
2764
  .tinvwl-input-group .form-control, .tinvwl-input-group-addon, .tinvwl-input-group-btn {
2765
- display: table-cell; }
 
2766
 
2767
  .tinvwl-input-group .form-control {
2768
  position: relative;
2769
  z-index: 2;
2770
  float: left;
2771
  width: 100%;
2772
- margin-bottom: 0; }
 
2773
 
2774
  @media only screen and (max-width: 1199px) {
2775
  .tinvwl-input-group:not(.tinvwl-no-full) {
2776
- display: block; }
2777
- .tinvwl-input-group:not(.tinvwl-no-full) .form-control {
2778
- float: none; }
2779
- .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {
2780
- padding-top: 10px;
2781
- padding-left: 0; }
2782
- .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn, .tinvwl-input-group:not(.tinvwl-no-full) .form-control {
2783
- display: block; }
2784
- .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {
2785
- margin-left: 0; }
2786
- .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > input, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > button {
2787
- margin-left: 0; }
2788
- .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > input, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > button {
2789
- margin-left: 0; } }
2790
-
 
 
 
 
 
 
 
2791
  .text-right {
2792
- text-align: right; }
 
2793
 
2794
  @media (max-width: 1199px) {
2795
  .text-right {
2796
- text-align: left; } }
2797
-
 
2798
  @media (min-width: 768px) {
2799
  .form-inline .form-group {
2800
  display: inline-block;
2801
  margin-bottom: 0;
2802
- vertical-align: middle; }
 
2803
  .form-inline .form-control {
2804
  display: inline-block;
2805
  width: auto;
2806
- vertical-align: middle; }
 
2807
  .form-inline .form-control-static {
2808
- display: inline-block; }
 
2809
  .form-inline .tinvwl-input-group {
2810
  display: inline-table;
2811
- vertical-align: middle; }
2812
- .form-inline .tinvwl-input-group .tinvwl-input-group-addon, .form-inline .tinvwl-input-group .tinvwl-input-group-btn, .form-inline .tinvwl-input-group .form-control {
2813
- width: auto; }
2814
- .form-inline .tinvwl-input-group > .form-control {
2815
- width: 100%; }
 
 
 
2816
  .form-inline .control-label label {
2817
  margin-bottom: 0;
2818
- vertical-align: middle; }
 
2819
  .form-inline .radio, .form-inline .checkbox {
2820
  display: inline-block;
2821
  margin-top: 0;
2822
  margin-bottom: 0;
2823
- vertical-align: middle; }
 
2824
  .form-inline .radio label, .form-inline .checkbox label {
2825
- padding-left: 0; }
2826
- .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
 
2827
  position: relative;
2828
- margin-left: 0; }
 
2829
  .form-inline .has-feedback .form-control-feedback {
2830
- top: 0; } }
2831
-
 
2832
  /*************************IMAGES *******************************/
2833
  .logo_heart {
2834
  background: url("../img/logo_heart.png") no-repeat center;
2835
  display: inline-block;
2836
  background-size: 54px 54px;
2837
  width: 54px;
2838
- height: 54px; }
 
2839
 
2840
  .admin-rescue {
2841
  background: url("../img/admin-rescue.png") no-repeat center;
2842
  display: inline-block;
2843
  background-size: 61px 60px;
2844
  width: 61px;
2845
- height: 60px; }
 
2846
 
2847
  .admin-update {
2848
  background: url("../img/admin-update.png") no-repeat center;
2849
  display: inline-block;
2850
  background-size: 61px 60px;
2851
  width: 61px;
2852
- height: 60px; }
 
2853
 
2854
  .wizard_logo {
2855
  background: url("../img/wizard_logo.png") no-repeat center;
@@ -2857,14 +3651,16 @@ label.one-line {
2857
  width: 54px;
2858
  height: 54px;
2859
  display: block;
2860
- margin: 10px auto; }
 
2861
 
2862
  .wizard_setup {
2863
  background: url("../img/wizard_setup.png") no-repeat center;
2864
  display: inline-block;
2865
  background-size: 143px 144px;
2866
  width: 143px;
2867
- height: 144px; }
 
2868
 
2869
  .premium_adv {
2870
  background: url("../img/premium_logo.png") no-repeat center;
@@ -2872,46 +3668,69 @@ label.one-line {
2872
  margin: 0 auto 35px;
2873
  background-size: 107px 106px;
2874
  width: 107px;
2875
- height: 106px; }
 
2876
 
2877
  /************************** RETINA *************************/
2878
  .tinvwl-content select {
2879
- background-size: 13px 8px; }
 
2880
 
2881
  .tinvwl-select + .tinvwl-caret span {
2882
- background-size: 13px 18px; }
 
2883
 
2884
  .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {
2885
- background-size: 20px 30px; }
2886
-
2887
  .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {
2888
- background-size: 20px 30px; }
 
2889
 
2890
  .tinvwl-color-picker .tinvwl-eyedropper {
2891
- background-size: 28px 29px; }
 
2892
 
2893
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {
2894
  .tinvwl-content select {
2895
- background-image: url("../img/select_caret@2x.png"); }
 
 
2896
  .tinvwl-select + .tinvwl-caret span {
2897
- background-image: url("../img/chevron_down@2x.png"); }
 
 
2898
  .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {
2899
- background-image: url("../img/chevron_icon@2x.png"); }
 
2900
  .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {
2901
- background-image: url("../img/chevron_icon@2x.png"); }
 
 
2902
  .tinvwl-color-picker .tinvwl-eyedropper {
2903
- background-image: url("../img/color_icon@2x.png"); }
 
 
2904
  .logo_heart {
2905
- background-image: url("../img/logo_heart@2x.png"); }
 
 
2906
  .admin-rescue {
2907
- background-image: url("../img/admin-rescue@2x.png"); }
 
 
2908
  .admin-update {
2909
- background-image: url("../img/admin-update@2x.png"); }
 
 
2910
  .wizard_logo {
2911
- background-image: url("../img/wizard_logo@2x.png"); }
2912
- .wizard_setup {
2913
- background-image: url("../img/wizard_setup@2x.png"); } }
2914
 
 
 
 
 
2915
  /******************STYLE HEADINGS*********************/
2916
  #style_options .tinvwl-table tbody tr .tinvwl-inner h2 {
2917
  font-size: 18px;
@@ -2919,26 +3738,30 @@ label.one-line {
2919
  text-transform: capitalize;
2920
  font-weight: 600;
2921
  margin-bottom: 21px;
2922
- padding: 14px 0; }
 
2923
 
2924
  ::-webkit-input-placeholder {
2925
  color: #e5e5e5;
2926
  opacity: 1 !important;
2927
- /* for older chrome versions. may no longer apply. */ }
 
2928
 
2929
  :-moz-placeholder {
2930
  /* Firefox 18- */
2931
  color: #e5e5e5;
2932
- opacity: 1 !important; }
 
2933
 
2934
  ::-moz-placeholder {
2935
  /* Firefox 19+ */
2936
  color: #e5e5e5;
2937
- opacity: 1 !important; }
 
2938
 
2939
  :-ms-input-placeholder {
2940
- color: #e5e5e5; }
2941
-
2942
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJhZG1pbi5jc3MiXSwiZmlsZSI6ImFkbWluLmNzcyJ9 */
2943
 
2944
  /*# sourceMappingURL=admin.css.map */
1
+ @charset "UTF-8";
2
  /*------------------------------------*
3
  $WEBFONT
4
  *------------------------------------*/
5
  /* Misc */
6
  * {
7
  -webkit-box-sizing: border-box;
8
+ box-sizing: border-box;
9
+ }
10
+ *:before, *:after {
11
+ -webkit-box-sizing: border-box;
12
+ box-sizing: border-box;
13
+ }
14
 
15
  .tinv-wishlist-clearfix:before, .tinv-wishlist-clearfix:after {
16
  display: table;
17
+ content: " ";
18
+ }
19
 
20
  .container:before, .container:after {
21
  display: table;
22
+ content: " ";
23
+ }
24
 
25
  .container-fluid:before, .container-fluid:after {
26
  display: table;
27
+ content: " ";
28
+ }
29
 
30
  .row:before, .row:after {
31
  display: table;
32
+ content: " ";
33
+ }
34
 
35
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
36
  display: table;
37
+ content: " ";
38
+ }
39
 
40
  .form-group:before, .form-group:after {
41
  display: table;
42
+ content: " ";
43
+ }
44
 
45
  .tablenav:before, .tablenav:after {
46
  display: table;
47
+ content: " ";
48
+ }
49
 
50
  .tinvwl-panel:before, .tinvwl-panel:after {
51
  display: table;
52
+ content: " ";
53
+ }
54
 
55
  .tinv-wishlist-clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .form-group:after, .tablenav:after, .tinvwl-panel:after {
56
+ clear: both;
57
+ }
58
 
59
  .tinvwl-header table, .tinvwl-content table {
60
  border-spacing: 0;
61
  border-collapse: collapse;
62
  width: 100%;
63
+ max-width: 100%;
64
+ }
65
 
66
  .tinvwl-header td, .tinvwl-header th {
67
+ padding: 0;
68
+ }
69
 
70
  .tinvwl-content td, .tinvwl-content th {
71
+ padding: 0;
72
+ }
73
 
74
  .tinvwl-header img, .tinvwl-content img {
75
  height: auto;
76
+ max-width: 100%;
77
+ }
78
 
79
  .tinvwl-header {
80
+ /*margin-bottom: 40px;*/
81
+ }
82
 
83
  /* General */
84
  #wpwrap {
85
+ background: #f6f3ed;
86
+ }
87
 
88
  #wpcontent {
89
+ padding-left: 0;
90
+ }
91
 
92
  #wpbody-content {
93
+ padding-bottom: 135px;
94
+ }
95
 
96
  #update-nag, .update-nag, .notice {
97
+ margin: 20px 0 0 40px;
98
+ }
99
 
100
  div.error, div.updated {
101
+ margin: 20px 0 0 40px;
102
+ }
103
 
104
  .notice {
105
+ margin-right: 40px;
106
+ }
107
 
108
  div.error, div.updated {
109
+ margin-right: 40px;
110
+ }
111
 
112
  body .tinvwl-header, body .tinvwl-content {
113
  font-family: Arial, sans-serif;
114
  font-size: 14px;
115
  line-height: 1.429;
116
+ color: #6b625a;
117
+ }
118
 
119
  button, input, select, textarea {
120
  font-family: inherit;
121
  font-size: inherit;
122
+ font-weight: inherit;
123
+ }
124
 
125
  label, .tinv-label {
126
  display: block;
128
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
129
  color: #291C09;
130
  font-weight: 600;
131
+ margin-bottom: 7px;
132
+ }
133
 
134
  h1, h2, h3, h4, h5, h6, .wrap h1 {
135
  color: #291c09;
136
+ font-family: "Open Sans", Arial, sans-serif;
137
  font-weight: normal;
138
  line-height: 1.313;
139
  padding: 0;
140
  margin: 0;
141
+ border: 0;
142
+ }
143
 
144
  h1, .wrap h1 {
145
+ font-size: 30px;
146
+ }
147
 
148
  h2 {
149
+ font-size: 26px;
150
+ }
151
 
152
  h3 {
153
+ font-size: 22px;
154
+ }
155
 
156
  h4 {
157
+ font-size: 18px;
158
+ }
159
 
160
  h5 {
161
+ font-size: 14px;
162
+ }
163
 
164
  h6 {
165
+ font-size: 12px;
166
+ }
167
 
168
  @media screen and (max-width: 1200px) {
169
  #update-nag, .update-nag, .notice {
170
  margin-top: 20px;
171
  margin-left: 20px;
172
+ margin-right: 20px;
173
+ }
174
+
175
  div.error, div.updated {
176
  margin-top: 20px;
177
  margin-left: 20px;
178
+ margin-right: 20px;
179
+ }
180
+ }
181
  @media screen and (max-width: 782px) {
182
  .auto-fold #wpcontent {
183
+ padding-left: 0;
184
+ }
185
+
186
  #update-nag, .update-nag, .notice {
187
+ margin: 20px 0 0 0;
188
+ }
189
+
190
  div.error, div.updated {
191
+ margin: 20px 0 0 0;
192
+ }
193
+
194
  .notice {
195
+ margin-right: 0;
196
+ }
 
197
 
198
+ div.error, div.updated {
199
+ margin-right: 0;
200
+ }
201
+ }
202
  /**
203
  * SubMenu
204
  */
205
  #toplevel_page_tinvwl ul ul {
206
  display: none;
207
  margin-left: 15px;
208
+ position: absolute;
209
+ }
210
  #toplevel_page_tinvwl ul li:hover ul, #toplevel_page_tinvwl ul li.current ul {
211
  display: block;
212
  left: 145px;
213
  margin-left: 15px;
214
  position: absolute;
215
+ top: 0;
216
+ }
217
 
218
  /**
219
  * Header Page
243
  */
244
  .status-panel > div {
245
  display: inline-block;
246
+ margin-left: 21px;
247
+ }
248
  .status-panel .button-link {
249
  background-color: #FF5739;
250
  color: #FFF;
256
  display: table-cell;
257
  border-radius: 5px;
258
  padding: 0 17px;
259
+ vertical-align: middle;
260
+ }
261
+ .status-panel .button-link span::before {
262
+ color: #ffdc00;
263
+ display: inline-block;
264
+ font: normal 12px/1 "dashicons";
265
+ vertical-align: bottom;
266
+ -webkit-font-smoothing: antialiased;
267
+ content: "";
268
+ }
269
  .status-panel .button-round {
270
  border: 2px solid #f1f1f1;
271
  border-radius: 50%;
275
  height: 40px;
276
  display: table-cell;
277
  text-align: center;
278
+ vertical-align: middle;
279
+ }
280
  .status-panel .status-tutorial span::before {
281
  color: #515151;
282
  display: inline-block;
283
+ font: normal 24px/1 "dashicons";
284
  vertical-align: middle;
285
  -webkit-font-smoothing: antialiased;
286
+ content: "";
287
+ }
288
 
289
  /**
290
  * Message Status
295
  line-height: 1.429;
296
  margin-top: 40px;
297
  color: #6b625a;
298
+ border-top: 2px solid #f6f3ed;
299
+ }
300
+ .tinvwl-status-message .tinvwl-title {
301
+ padding: 13px 20px;
302
+ float: left;
303
+ width: 142px;
304
+ font-weight: bold;
305
+ }
306
+ .tinvwl-status-message.type-error .tinvwl-title, .tinvwl-status-message.type-tip .tinvwl-title {
307
+ color: #fff;
308
+ }
309
+ .tinvwl-status-message.type-attention .tinvwl-title {
310
+ color: #23282d;
311
+ }
312
+ .tinvwl-status-message.type-error .tinvwl-title {
313
+ background: #ff3814;
314
+ }
315
+ .tinvwl-status-message.type-tip .tinvwl-title {
316
+ background: #30aec4;
317
+ }
318
+ .tinvwl-status-message.type-attention .tinvwl-title {
319
+ background: #ffe900;
320
+ }
321
+ .tinvwl-status-message .tinvwl-title i {
322
+ margin-right: 10px;
323
+ }
324
+ .tinvwl-status-message.type-error > .tinvwl-title > i:before {
325
+ content: "";
326
+ }
327
+ .tinvwl-status-message.type-tip > .tinvwl-title > i:before {
328
+ content: "";
329
+ }
330
+ .tinvwl-status-message.type-attention > .tinvwl-title > i:before {
331
+ content: "";
332
+ }
333
+ .tinvwl-status-message .tinvwl-message {
334
+ padding: 13px 20px;
335
+ overflow: hidden;
336
+ height: 100%;
337
+ background: #faf9f7;
338
+ }
339
 
340
  @media screen and (max-width: 782px) {
341
  .tinvwl-status-message {
342
+ margin-top: 20px;
343
+ }
344
+ }
345
  /**
346
  * Form Elements
347
  */
348
  .tinvwl-content label {
349
  /*font-size: 14px;
350
+ font-weight: 600;
351
+ margin: 2px;*/
352
+ /*line-height: 42px;*/
353
+ }
354
  .tinvwl-content a {
355
  text-decoration: none;
356
+ color: #30aec4;
357
+ }
358
+ .tinvwl-content a:hover, .tinvwl-content a:active, .tinvwl-content a:focus {
359
+ color: #524737;
360
+ }
361
  .tinvwl-content input[type=text], .tinvwl-content input[type=password], .tinvwl-content input[type=checkbox], .tinvwl-content input[type=color], .tinvwl-content input[type=date], .tinvwl-content input[type=datetime], .tinvwl-content input[type=datetime-local], .tinvwl-content input[type=email], .tinvwl-content input[type=month], .tinvwl-content input[type=number], .tinvwl-content input[type=radio], .tinvwl-content input[type=tel], .tinvwl-content input[type=time], .tinvwl-content input[type=url], .tinvwl-content input[type=week], .tinvwl-content input[type=search] {
362
  line-height: 1.429;
363
  padding: 9px 13px;
365
  color: #4f4639;
366
  border: 1px solid rgba(0, 0, 0, 0.14);
367
  -webkit-box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);
368
+ box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);
369
+ }
370
  .tinvwl-content select {
371
  line-height: 1.429;
372
  padding: 9px 13px;
374
  color: #4f4639;
375
  border: 1px solid rgba(0, 0, 0, 0.14);
376
  -webkit-box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);
377
+ box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);
378
+ }
379
  .tinvwl-content textarea {
380
  line-height: 1.429;
381
  padding: 9px 13px;
384
  border: 1px solid rgba(0, 0, 0, 0.14);
385
  -webkit-box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);
386
  box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);
387
+ height: 70px;
388
+ }
389
  .tinvwl-content input[type=text], .tinvwl-content input[type=password], .tinvwl-content input[type=color], .tinvwl-content input[type=date], .tinvwl-content input[type=datetime], .tinvwl-content input[type=datetime-local], .tinvwl-content input[type=email], .tinvwl-content input[type=month], .tinvwl-content input[type=number], .tinvwl-content input[type=tel], .tinvwl-content input[type=time], .tinvwl-content input[type=url], .tinvwl-content input[type=week], .tinvwl-content input[type=search] {
390
  height: 42px;
391
+ border-radius: 4px;
392
+ }
393
  .tinvwl-content select {
394
  height: 42px;
395
+ border-radius: 4px;
396
+ }
397
  .tinvwl-content .tablenav input[type=search] {
398
  height: 35px;
399
  width: 210px;
401
  -webkit-box-shadow: none;
402
  box-shadow: none;
403
  border: none;
404
+ background: #f4f3ef;
405
+ }
406
+ .tinvwl-content .tablenav input[type=search] + input[type=submit], .tinvwl-content .tablenav input[type=search] + button[type=submit] {
407
+ vertical-align: middle;
408
+ }
409
  .tinvwl-content .tablenav .tinvwl-select-wrap + input[type=submit] {
410
  float: right;
411
+ margin-left: 8px !important;
412
+ }
413
  .tinvwl-content .tablenav input[type=search] + input[type=submit], .tinvwl-content .tablenav input[type=search] + button[type=submit] {
414
  float: right;
415
+ margin-left: 8px !important;
416
+ }
417
  .tinvwl-content input[type=text]:disabled, .tinvwl-content input[type=password]:disabled, .tinvwl-content input[type=color]:disabled, .tinvwl-content input[type=date]:disabled, .tinvwl-content input[type=datetime]:disabled, .tinvwl-content input[type=datetime-local]:disabled, .tinvwl-content input[type=email]:disabled, .tinvwl-content input[type=month]:disabled, .tinvwl-content input[type=number]:disabled, .tinvwl-content input[type=tel]:disabled, .tinvwl-content input[type=time]:disabled, .tinvwl-content input[type=url]:disabled, .tinvwl-content input[type=week]:disabled, .tinvwl-content input[type=search]:disabled {
418
  font-size: 15px;
419
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
420
  font-weight: 600;
421
  color: #291C09;
422
  background-color: #f6f3ed;
423
+ border-color: #f6f3ed;
424
+ }
425
  .tinvwl-content select {
426
  font-family: Arial, sans-serif;
427
  font-size: 14px;
434
  background-image: url("../img/select_caret.png");
435
  background-repeat: no-repeat;
436
  background-position: 96% center;
437
+ background-position: calc(100% - 15px) center;
438
+ }
439
+ .tinvwl-content select:disabled {
440
+ font-size: 15px;
441
+ font-family: "Open Sans", "Helvetica Neue", sans-serif;
442
+ font-weight: 600;
443
+ color: #291C09;
444
+ background-color: #f6f3ed;
445
+ border-color: #f6f3ed;
446
+ }
447
+ .tinvwl-content select[multiple=multiple] {
448
+ padding: 9px 13px;
449
+ background: #fff;
450
+ }
451
  .tinvwl-content .tinvwl-select.grey {
452
  font-size: 14px;
453
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
455
  height: 35px;
456
  border: none;
457
  color: #5D5D5D;
458
+ background: #f4f3ef;
459
+ }
460
 
461
  @media screen and (max-width: 782px) {
462
  input, textarea {
463
+ font-size: 14px;
464
+ }
465
+
466
  #wpbody .tinvwl-content select {
467
  height: 42px;
468
+ font-size: 14px;
469
+ }
470
+ }
471
  .tinvwl-select-wrap {
472
  position: relative;
473
  display: inline-block;
474
  vertical-align: middle;
475
+ cursor: pointer;
476
+ }
477
 
478
  .tinvwl-content select.tinvwl-select.grey {
479
  padding-right: 47px;
480
  margin: 0;
481
+ border-radius: 4px;
482
+ }
483
 
484
  .tinvwl-select + .tinvwl-caret {
485
  pointer-events: none;
491
  height: 36px;
492
  line-height: 36px;
493
  text-align: center;
494
+ border-radius: 0 4px 4px 0;
495
+ }
496
+ .tinvwl-select + .tinvwl-caret span {
497
+ display: inline-block;
498
+ width: 13px;
499
+ height: 8px;
500
+ background: url("../img/chevron_down.png") no-repeat center;
501
+ background-position: 0 -10px;
502
+ }
503
  .tinvwl-select:hover + .tinvwl-caret {
504
+ background: #3e3e3e;
505
+ }
506
+ .tinvwl-select:hover + .tinvwl-caret span {
507
+ background-position: 0 0;
508
+ }
509
 
510
  /* Buttons */
511
  .tinvwl-content .tinvwl-nav {
512
+ margin: 0 40px;
513
+ }
514
  .tinvwl-content .tinvwl-panel + .tinvwl-nav {
515
+ margin-top: 40px;
516
+ }
517
 
518
  .tinvwl-nav .tinvwl-prev {
519
+ float: left;
520
+ }
521
+ .tinvwl-nav .tinvwl-prev .tinvwl-btn {
522
+ float: left;
523
+ }
524
  .tinvwl-nav .tinvwl-next {
525
  float: right;
526
+ text-align: right;
527
+ }
528
  .tinvwl-nav .tinvwl-btn + .tinvwl-btn {
529
+ margin-left: 20px;
530
+ }
531
 
532
  .tinvwl-panel.only-button.w-bg {
533
  background: none;
534
+ overflow: visible;
535
+ }
536
  .tinvwl-panel.only-button.w-shadow {
537
  -webkit-box-shadow: none;
538
  box-shadow: none;
539
+ overflow: visible;
540
+ }
541
  .tinvwl-panel.only-button thead, .tinvwl-panel.only-button tfoot, .tinvwl-panel.only-button .control-label {
542
+ display: none;
543
+ }
544
  .tinvwl-panel.only-button .form-group {
545
+ margin-bottom: 0;
546
+ }
547
  .tinvwl-panel.only-button .form-control {
548
  display: inline-block;
549
+ width: auto;
550
+ }
551
  .tinvwl-panel.only-button .tinvwl-table > tbody > tr > td {
552
+ padding: 0;
553
+ }
554
  .tinvwl-panel.only-button #save_buttons--setting_save {
555
+ display: inline-block;
556
+ }
557
  .tinvwl-panel.only-button #save_buttons--setting_reset {
558
  display: inline-block;
559
+ float: right;
560
+ }
561
+ .tinvwl-panel.only-button #save_buttons--setting_reset .form-control {
562
+ background-color: #ffffff;
563
+ color: #3e3e3e;
564
+ }
565
+ .tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split span {
566
+ background: #fbfaf9;
567
+ }
568
+ .tinvwl-panel.only-button #save_buttons--setting_reset .form-control:hover {
569
+ color: #fff;
570
+ background-color: #515151;
571
+ }
572
+ .tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split:hover span {
573
+ background: #434343;
574
+ }
575
 
576
  /* reset button */
577
  #doaction, #doaction2, #post-query-submit {
578
+ margin: 0;
579
+ }
580
 
581
+ button, input[type=submit] {
582
  display: inline-block;
583
  vertical-align: middle;
584
  margin: 0;
585
+ font-family: "Open Sans", Arial, sans-serif;
586
  font-size: 14px;
587
  line-height: normal;
588
  cursor: pointer;
589
+ text-decoration: none;
590
+ }
591
 
592
  .tinvwl-btn {
593
  display: inline-block;
594
  vertical-align: middle;
595
  margin: 0;
596
+ font-family: "Open Sans", Arial, sans-serif;
597
  font-size: 14px;
598
  line-height: normal;
599
  cursor: pointer;
602
  font-weight: 800;
603
  text-align: center;
604
  text-transform: uppercase;
605
+ letter-spacing: -0.025em;
606
  border: none;
607
  border-radius: 2px;
608
  color: #fff;
609
+ background-color: #96b100;
610
+ }
611
 
612
  a.tinvwl-btn {
613
  padding: 11px 19px 12px 18px;
614
  font-weight: 800;
615
  text-align: center;
616
  text-transform: uppercase;
617
+ letter-spacing: -0.025em;
618
  border: none;
619
  border-radius: 2px;
620
  color: #fff;
621
+ background-color: #96b100;
622
+ }
623
 
624
  .tinvwl-btn.large {
625
+ padding: 14px 19px 14px 18px;
626
+ }
627
  .tinvwl-btn.small {
628
+ padding: 6px 11px 7px;
629
+ }
630
  .tinvwl-btn.smaller {
631
  /*padding: 7px 15px;*/
632
+ padding: 11px 18px 12px;
633
+ }
634
  .tinvwl-btn.red, .tinvwl-btn.green, .tinvwl-btn.dark-green, .tinvwl-btn.black {
635
+ font-weight: 800;
636
+ }
637
  .tinvwl-btn.grey {
638
  /*padding: 6px 11px 7px;*/
639
  margin: 0;
641
  font-weight: bold;
642
  /*letter-spacing: 0;*/
643
  color: #3e3e3e;
644
+ background: #F4F3EF;
645
+ }
646
+ .tinvwl-btn.grey.large {
647
+ font-weight: 800;
648
+ padding: 14px 19px 14px 18px;
649
+ }
650
+ .tinvwl-btn.grey.w-icon {
651
+ letter-spacing: -0.025em;
652
+ }
653
  .tinvwl-btn.red {
654
  color: #fff;
655
+ background-color: #ff5739;
656
+ }
657
  .tinvwl-btn.orange {
658
  color: #fff;
659
+ background-color: #FF9F07;
660
+ }
661
  .tinvwl-btn.dark-green {
662
  /*color: #fff;*/
663
+ /*background-color: #96b100;*/
664
+ }
665
  .tinvwl-btn.white.smaller {
666
  font-size: 14px;
667
  font-weight: bold;
668
+ letter-spacing: -0.05em;
669
  padding: 10px 15px 11px;
670
  border: 1px solid rgba(0, 0, 0, 0.14);
671
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
672
+ box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
673
+ }
674
  .tinvwl-btn.white.small {
675
  font-family: Arial, sans-serif;
676
  font-size: 14px;
680
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
681
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
682
  padding: 9px 18px;
683
+ color: #4f4639;
684
+ }
685
  .tinvwl-btn.small.white:hover, .tinvwl-btn.small.white:active, .tinvwl-btn.small.white:focus {
686
+ color: #fff;
687
+ }
688
  .tinvwl-btn.white {
689
  color: #291c09;
690
+ background: #fff;
691
+ }
692
+ .tinvwl-btn.white.no-txt {
693
+ padding: 12px 16px;
694
+ }
695
+ .tinvwl-btn.white.small.no-txt {
696
+ padding: 9px 12px;
697
+ }
698
+ .tinvwl-btn.white i {
699
+ color: #6b625a;
700
+ margin-right: 11px;
701
+ }
702
  .tinvwl-btn.w-icon {
703
+ font-weight: 800;
704
+ }
705
+ .tinvwl-btn.w-icon i {
706
+ margin-right: 16px;
707
+ }
708
  .tinvwl-btn.round.w-icon i {
709
  margin-right: 15px;
710
+ font-size: 16px;
711
+ }
712
  .tinvwl-btn.w-icon i.ftinvwl-graduation-cap {
713
+ vertical-align: text-bottom;
714
+ }
715
  .tinvwl-btn.red.w-icon i {
716
+ margin-right: 13px;
717
+ }
718
  .tinvwl-btn.xl-icon i, .tinvwl-btn.round.xl-icon i {
719
  font-size: 17px;
720
+ margin-right: 15px;
721
+ }
722
  .tinvwl-btn.lg-icon i {
723
+ font-size: 15px;
724
+ }
725
  .tinvwl-btn.md-icon i, .tinvwl-btn.round.md-icon i {
726
+ font-size: 14px;
727
+ }
728
  .tinvwl-btn.sm-icon i {
729
+ font-size: 13px;
730
+ }
731
  .tinvwl-btn.xs-icon i {
732
  font-size: 11px;
733
+ vertical-align: 1%;
734
+ }
735
  .tinvwl-btn.white.no-txt i {
736
+ margin-right: 0;
737
+ }
738
  .tinvwl-btn.white:hover i, .tinvwl-btn.white:active i, .tinvwl-btn.white:focus i {
 
 
 
739
  color: #fff;
740
+ }
741
+ .tinvwl-btn.green {
742
+ color: #fff;
743
+ background-color: #a9c203;
744
+ }
745
  .tinvwl-btn.black {
746
  color: #fff;
747
+ background-color: #515151;
748
+ }
749
  .tinvwl-btn.smaller-txt {
750
  font-size: 12px;
751
+ padding: 15px 20px;
752
+ }
753
  .tinvwl-btn.medium {
754
+ letter-spacing: 0;
755
+ }
756
+ .tinvwl-btn.medium.smaller-txt {
757
+ padding: 9px 16px;
758
+ }
759
  .tinvwl-btn.round {
760
  border-radius: 25px;
761
+ padding: 15px 28px 16px;
762
+ }
763
+ .tinvwl-btn.round.red {
764
+ /*padding: 15px 22px 16px;*/
765
+ padding: 16px 30px;
766
+ }
767
  .tinvwl-btn.split {
768
+ padding: 0 26px 0 0;
769
+ }
770
+ .tinvwl-btn.split span {
771
+ display: inline-block;
772
+ text-align: center;
773
+ width: 46px;
774
+ padding: 14px 0;
775
+ margin-right: 14px;
776
+ border-radius: 4px 0 0 4px;
777
+ background: #8aa300;
778
+ }
779
+ .tinvwl-btn.split:hover span, .tinvwl-btn.split:active span, .tinvwl-btn.split:focus span {
780
+ background: #434343;
781
+ }
782
+ .tinvwl-btn.split.green span {
783
+ background: #b9cf09;
784
+ }
785
+ .tinvwl-btn.split.black span {
786
+ background: #434343;
787
+ }
788
+ .tinvwl-btn.split span i {
789
+ font-size: 17px;
790
+ }
791
  .tinvwl-btn:not(:disabled):hover, .tinvwl-btn:not(:disabled):active, .tinvwl-btn:not(:disabled):focus {
792
  color: #fff;
793
  /*background: #3e3e3e;*/
794
+ background-color: #515151;
795
+ }
796
 
797
  a.tinvwl-btn:not(:disabled):hover, a.tinvwl-btn:not(:disabled):active, a.tinvwl-btn:not(:disabled):focus {
798
  color: #fff;
799
  /*background: #3e3e3e;*/
800
+ background-color: #515151;
801
+ }
802
 
803
  /* Icons */
804
  .tinvwl-header {
805
  padding: 21px 40px;
806
  margin-bottom: 40px;
807
+ background: #ffffff;
808
+ }
809
+ .tinvwl-header .icon.border-grey {
810
+ position: relative;
811
+ display: inline-block;
812
+ width: 45px;
813
+ height: 45px;
814
+ line-height: 45px;
815
+ text-align: center;
816
+ background: #fff;
817
+ border: 2px solid #f1f1f1;
818
+ border-radius: 50%;
819
+ color: #3e3e3e;
820
+ }
821
+ .tinvwl-header .icon.border-grey:hover {
822
+ border-color: #515151;
823
+ }
824
+ .tinvwl-header .icon.w-lines {
825
+ position: relative;
826
+ padding: 0 30px;
827
+ }
828
+ .tinvwl-header .icon.w-lines:before, .tinvwl-header .icon.w-lines:after {
829
+ content: "";
830
+ position: absolute;
831
+ top: 50%;
832
+ top: calc(50% - 1px);
833
+ width: 17px;
834
+ height: 1px;
835
+ background: rgba(0, 0, 0, 0.12);
836
+ }
837
+ .tinvwl-header .icon.w-lines:before {
838
+ left: 0;
839
+ }
840
+ .tinvwl-header .icon.w-lines:after {
841
+ right: 0;
842
+ }
843
+ .tinvwl-header .icon .badge {
844
+ position: absolute;
845
+ top: -5px;
846
+ right: -10px;
847
+ display: inline-block;
848
+ min-width: 26px;
849
+ height: 26px;
850
+ font-size: 11px;
851
+ line-height: 19px;
852
+ font-weight: bold;
853
+ background: #ff5739;
854
+ border: 3px solid #ffffff;
855
+ color: #ffffff;
856
+ border-radius: 50%;
857
+ }
858
 
859
  .tinwl-logo i.logo_heart {
860
+ min-width: 54px;
861
+ }
862
  .tinwl-logo h2 {
863
  font-size: 18px;
864
  font-weight: bold;
865
  text-transform: uppercase;
866
  line-height: 1;
867
+ padding-left: 10px;
868
+ }
869
 
870
  .tinvwl-header .tinvwl-title {
871
  padding-left: 28px;
872
  margin-left: 28px;
873
+ border-left: 1px solid #dcddde;
874
+ }
875
  .tinvwl-header h1 {
876
  color: #3e3e3e;
877
+ padding: 0;
878
+ }
879
  .tinvwl-header .tinvwl-status-panel {
880
+ margin-top: -12px;
881
+ }
882
+ .tinvwl-header .tinvwl-status-panel > a {
883
+ vertical-align: middle;
884
+ }
885
+ .tinvwl-header .tinvwl-status-panel > a + a {
886
+ margin-left: 15px;
887
+ }
888
  .tinvwl-header .tinvwl-btn {
889
  margin-top: 15px;
890
+ margin-top: 18px;
891
+ }
892
+ .tinvwl-header .tinvwl-btn.red i {
893
+ color: #ffdc00;
894
+ }
895
  .tinvwl-header .tinvwl-status-panel {
896
+ text-align: right;
897
+ }
898
 
899
  .tinvwl-sign-icon {
900
  font-size: 30px;
901
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
902
+ color: #948d84;
903
+ }
904
 
905
  @media (max-width: 1199px) {
906
  .tinvwl-header {
907
+ text-align: center;
908
+ }
909
+ .tinvwl-header .tinvwl-table, .tinvwl-header .tinvwl-cell, .tinvwl-header .tinvwl-cell-3 {
910
+ display: block;
911
+ }
912
+ .tinvwl-header h1 + .tinvwl-status-panel {
913
+ margin-top: 25px;
914
+ }
915
+ .tinvwl-header .tinvwl-status-panel {
916
+ text-align: center;
917
+ margin-top: 15px;
918
+ }
919
+ .tinvwl-header .tinvwl-status-panel > a + a {
920
+ margin-left: 9px;
921
+ }
922
+
923
  .tinwl-logo {
924
  display: block;
925
+ margin: 0 auto;
926
+ }
927
+ .tinwl-logo h2, .tinwl-logo img {
928
+ display: block;
929
+ margin: 0 auto;
930
+ }
931
+
932
  .tinvwl-header .tinvwl-title {
933
  display: block;
934
+ margin: 0 auto;
935
+ }
936
+
937
  .tinwl-logo h2 {
938
  padding-left: 0;
939
  margin-left: 0;
940
+ margin-top: 6px;
941
+ }
942
+
943
  .tinvwl-header .tinvwl-title {
944
  position: relative;
945
  padding-left: 12px;
947
  padding-top: 13px;
948
  margin-left: 0;
949
  margin-top: 16px;
950
+ border-left: 0;
951
+ }
952
+ .tinvwl-header .tinvwl-title:before {
953
+ content: "";
954
+ position: absolute;
955
+ top: 0;
956
+ left: 0;
957
+ right: 0;
958
+ width: 40px;
959
+ height: 1px;
960
+ margin: 0 auto;
961
+ background: #dcddde;
962
+ }
963
+ }
964
  @media (max-width: 782px) {
965
  .tinvwl-header .tinvwl-btn .tinvwl-txt {
966
+ display: none;
967
+ }
968
  .tinvwl-header .tinvwl-btn i {
969
+ margin-right: 0 !important;
970
+ }
971
  .tinvwl-header .tinvwl-btn.grey {
972
  padding-left: 16px;
973
+ padding-right: 16px;
974
+ }
975
+ }
976
  .tinvwl-content h2 {
977
  /*margin: 0;*/
978
+ /*line-height: 40px;*/
979
+ }
980
 
981
  /* Privacy Navigation */
982
  .tinwl-wishlists-privacy {
983
+ margin: -10px 0 0;
984
+ }
985
+ .tinwl-wishlists-privacy li {
986
+ float: left;
987
+ margin: 10px 10px 0 0;
988
+ }
989
+ .tinwl-wishlists-privacy li:last-child {
990
+ margin-right: 0;
991
+ }
992
+ .tinwl-wishlists-privacy li a {
993
+ display: block;
994
+ font-family: "Open Sans", "Helvetica Neue", sans-serif;
995
+ font-size: 14px;
996
+ font-weight: 600;
997
+ line-height: 1;
998
+ padding: 10px 16px;
999
+ border-radius: 3px;
1000
+ color: #404040;
1001
+ background: #ede8df;
1002
+ }
1003
+ .tinwl-wishlists-privacy li.active a {
1004
+ color: #fff;
1005
+ background-color: #96b100;
1006
+ }
1007
+ .tinwl-wishlists-privacy li a:hover, .tinwl-wishlists-privacy li a:active, .tinwl-wishlists-privacy li a:focus {
1008
+ color: #fff;
1009
+ background-color: #96b100;
1010
+ }
1011
 
1012
  @media screen and (max-width: 782px) {
1013
  .tinwl-wishlists-privacy {
1014
+ margin-left: 15px;
1015
+ }
1016
+ }
1017
  /* Panel */
1018
  .tinvwl-panel {
1019
+ margin: 40px 40px 0;
1020
+ }
1021
+ .tinvwl-panel .w-bg-grey {
1022
+ background: #fbfaf9;
1023
+ }
1024
+ .tinvwl-panel.w-shadow {
1025
+ -webkit-box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14);
1026
+ box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14);
1027
+ }
1028
+ .tinvwl-panel.w-bg {
1029
+ background: #ffffff;
1030
+ border-radius: 4px;
1031
+ }
1032
 
1033
  .tinvwl-table.w-info .tinvwl-info[rowspan] {
1034
+ vertical-align: middle;
1035
+ }
1036
+ .tinvwl-table.w-info .tinvwl-info[rowspan] .tinvwl-info-sign {
1037
+ vertical-align: middle;
1038
+ }
1039
  .tinvwl-table.w-info .tinvwl-info-top > tr .tinvwl-info {
1040
+ vertical-align: top;
1041
+ }
1042
 
1043
  @media screen and (max-width: 1200px) {
1044
  .tinvwl-panel {
1045
+ margin: 20px 20px 0;
1046
+ }
 
1047
 
1048
+ .tinvwl-header {
1049
+ margin-bottom: 20px;
1050
+ }
1051
+ }
1052
  @media screen and (max-width: 782px) {
1053
  .tinvwl-panel {
1054
+ margin: 20px 0 0;
1055
+ }
1056
+ .tinvwl-panel.only-button {
1057
+ text-align: center;
1058
+ }
1059
+ }
1060
  /**
1061
  * Content Elements
1062
  */
1063
  .tinvwl-content {
1064
+ /*margin: 14px 40px 10px 20px;*/
1065
+ }
1066
+ .tinvwl-content section {
1067
+ /*margin-top: 20px;*/
1068
+ /*background-color: #FFF;*/
1069
+ /*border-radius: 5px;*/
1070
+ }
1071
+ .tinvwl-content section:after {
1072
+ /*content: '';
1073
+ display: block;
1074
+ height: 0;
1075
+ clear: both;*/
1076
+ }
1077
 
1078
  /* Preview Icon */
1079
  .tinvwl-icon-preview {
1085
  text-align: center;
1086
  border-radius: 2px;
1087
  color: #595857;
1088
+ background: #f6f3ed;
1089
+ }
1090
+ .tinvwl-icon-preview span {
1091
+ position: absolute;
1092
+ top: 50%;
1093
+ left: 0;
1094
+ right: 0;
1095
+ -webkit-transform: translateY(-50%);
1096
+ transform: translateY(-50%);
1097
+ }
1098
+ .tinvwl-icon-preview span img {
1099
+ max-width: 50px;
1100
+ max-height: 42px;
1101
+ vertical-align: middle;
1102
+ }
1103
 
1104
  @media (min-width: 1200px) {
1105
  .tinvwl-icon-preview {
1106
+ margin-bottom: 0;
1107
+ }
1108
+ }
1109
  /* Table */
1110
  .tinvwl-content .table-wrap {
1111
+ /*padding: 25px 0;*/
1112
+ }
1113
  .tinvwl-content table.widefat {
1114
  -webkit-box-shadow: none;
1115
+ box-shadow: none;
1116
+ }
1117
  .tinvwl-content .tablenav {
1118
  height: auto;
1119
  margin: 30px;
1120
+ background: #ffffff;
1121
+ }
1122
+ .tinvwl-content .tablenav .actions {
1123
+ /*padding: 6px 0 0;*/
1124
+ padding: 0;
1125
+ }
1126
  .tinvwl-content .widefat th, .tinvwl-content .widefat td {
1127
  text-align: center;
1128
+ padding: 0;
1129
+ }
1130
  .tinvwl-content .widefat th {
1131
  padding: 27px 0;
1132
+ position: relative;
1133
+ }
1134
 
1135
  @media screen and (max-width: 782px) {
1136
  .tablenav.top .actions {
1137
+ display: block;
1138
+ }
1139
  .tablenav br.tinv-wishlist-clear {
1140
+ display: none;
1141
+ }
1142
+
1143
  .tinvwl-content .tablenav {
1144
+ margin: 15px 12px;
1145
+ }
1146
+ .tinvwl-content .tablenav .alignleft, .tinvwl-content .tablenav .alignright {
1147
+ float: none;
1148
+ }
1149
+ .tinvwl-content .tablenav .tinvwl-full {
1150
+ display: none;
1151
+ }
1152
+ .tinvwl-content .tablenav .alignleft + .alignright {
1153
+ margin-top: 10px;
1154
+ }
1155
+ .tinvwl-content .tablenav .tinvwl-select-wrap {
1156
+ width: calc(100% - 75px);
1157
+ }
1158
+
1159
  #wpbody .tinvwl-content .tablenav .tinvwl-select-wrap select.tinvwl-select {
1160
  max-width: 100%;
1161
  width: 100%;
1162
  height: 35px;
1163
+ padding: 9px 13px;
1164
+ }
 
1165
 
1166
+ .tinvwl-content .tablenav input[type=search] {
1167
+ width: calc(100% - 84px);
1168
+ }
1169
+ }
1170
  .tinvwl-info-wrap.tinvwl-in-table {
1171
  /*position: absolute;
1172
  top: 50%;
1173
+ margin-top: -11px;*/
1174
+ }
1175
 
1176
  .tinvwl-content .widefat th.sortable, .tinvwl-content .widefat th.sorted {
1177
+ padding: 0;
1178
+ }
1179
  .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {
1180
+ padding: 28px 17px;
1181
+ }
1182
  .tinvwl-content .widefat th.tinvwl-has-info {
1183
+ padding-top: 28px;
1184
+ }
1185
+ .tinvwl-content .widefat th.tinvwl-has-info.sortable > a, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a {
1186
+ padding-top: 0;
1187
+ }
1188
  .tinvwl-content .widefat th.sortable:first-of-type, .tinvwl-content .widefat th.sorted:first-of-type {
1189
+ padding-left: 0;
1190
+ }
1191
  .tinvwl-content .widefat th.sortable:first-of-type > a, .tinvwl-content .widefat th.sorted:first-of-type > a {
1192
+ padding-left: 28px;
1193
+ }
1194
  .tinvwl-content .widefat th:first-of-type {
1195
  text-align: left;
1196
+ padding-left: 28px;
1197
+ }
1198
  .tinvwl-content .widefat td:first-of-type {
1199
  text-align: left;
1200
+ padding-left: 28px;
1201
+ }
1202
  .tinvwl-content .widefat th .tinvwl-help-wrap {
1203
  display: inline-block;
1204
+ margin-left: 6px;
1205
+ }
1206
  .tinvwl-content .widefat th.sortable > a + .tinvwl-help-wrap, .tinvwl-content .widefat th.sorted > a + .tinvwl-help-wrap {
1207
+ margin-left: 0;
1208
+ }
1209
  .tinvwl-content .widefat thead tr {
1210
+ background: #f4f3ef;
1211
+ }
1212
  .tinvwl-content .striped > tbody > :nth-child(odd), .tinvwl-content ul.striped > :nth-child(odd) {
1213
+ background: none;
1214
+ }
1215
  .tinvwl-content .widefat thead td.check-column, .tinvwl-content .widefat tbody th.check-column {
1216
  width: 50px;
1217
  padding: 28px 0 28px 28px;
1218
+ vertical-align: middle;
1219
+ }
1220
  .tinvwl-content .widefat thead td.check-column {
1221
+ padding: 28px 0 28px 28px;
1222
+ }
1223
  .tinvwl-content .widefat tbody th.check-column {
1224
+ padding: 13px 0 13px 28px;
1225
+ }
1226
  .tinvwl-content .widefat thead td.check-column + th {
1227
+ padding-left: 21px;
1228
+ }
1229
+ .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > a, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > a {
1230
+ padding-left: 21px;
1231
+ }
1232
  .tinvwl-content .widefat tbody th.check-column + td {
1233
+ padding-left: 21px;
1234
+ }
1235
  .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > .tinvwl-info-wrap.tinvwl-in-table, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > .tinvwl-info-wrap.tinvwl-in-table {
1236
+ padding-left: 21px;
1237
+ }
1238
  .tinvwl-content .widefat thead td.pause-play-column {
1239
  padding: 0;
1240
  width: 53px;
1241
+ text-align: center;
1242
+ }
1243
  .tinvwl-content .widefat tbody th.pause-play-column {
1244
  padding: 0;
1245
  width: 53px;
1246
+ text-align: center;
1247
+ }
1248
  .tinvwl-content th.sortable a, .tinvwl-content th.sorted a {
1249
+ padding: 0;
1250
+ }
1251
  .tinvwl-content .widefat th {
1252
  font-size: 14px;
1253
  font-weight: 600;
1254
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
1255
  color: #291C09;
1256
  text-transform: uppercase;
1257
+ letter-spacing: -0.025em;
1258
+ }
1259
  .tinvwl-content th.sortable > a, .tinvwl-content th.sorted > a {
1260
  font-size: 14px;
1261
  font-weight: 600;
1262
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
1263
  color: #291C09;
1264
  text-transform: uppercase;
1265
+ letter-spacing: -0.025em;
1266
+ }
1267
  .tinvwl-content th.sortable > a, .tinvwl-content th.sorted > a {
1268
  display: inline-block;
1269
+ vertical-align: middle;
1270
+ }
1271
  .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {
1272
+ position: relative;
1273
+ }
1274
  .tinvwl-content .widefat th.sortable > a .sorting-indicator, .tinvwl-content .widefat th.sorted > a .sorting-indicator {
1275
  position: absolute;
1276
  top: 50%;
1277
  right: 0;
1278
+ margin-top: -2px;
1279
+ }
1280
  .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {
1281
+ margin-top: -15px;
1282
+ }
1283
  .tinvwl-content th.sortable a span, .tinvwl-content th.sorted a span {
1284
+ float: none;
1285
+ }
1286
  .tinvwl-content table.widefat {
1287
  /*table-layout: auto;*/
1288
  border: none;
1289
+ border-bottom: 2px solid #f7f7f7;
1290
+ }
1291
  .tinvwl-content .widefat thead td, .tinvwl-content .widefat thead th {
1292
+ border-bottom: 0;
1293
+ }
1294
  .tinvwl-content .widefat td {
1295
  padding: 24px 0;
1296
+ vertical-align: middle;
1297
+ }
1298
  .tinvwl-content .widefat tbody td {
1299
+ padding: 13px 0;
1300
+ }
1301
  .tinvwl-content .widefat td {
1302
+ font-size: 14px;
1303
+ }
1304
+ .tinvwl-content .widefat td ol, .tinvwl-content .widefat td p, .tinvwl-content .widefat td ul {
1305
+ font-size: 14px;
1306
+ }
1307
  .tinvwl-content .widefat tbody tr + tr {
1308
+ border-top: 2px solid #f7f7f7;
1309
+ }
1310
  .tinvwl-content .widefat thead th.column-preference {
1311
  /*display: none;*/
1312
+ text-indent: -9999px;
1313
+ }
1314
  .tinvwl-content .widefat.wishlists thead th.column-preference, .tinvwl-content .widefat.wishlists tbody td.column-preference {
1315
  min-width: 220px;
1316
+ width: 220px;
1317
+ }
1318
  .tinvwl-content .widefat:not(.products) tbody td.column-preference {
1319
+ text-align: right;
1320
+ }
1321
  .tinvwl-content .widefat.products thead th.column-quantity a > span:not(.sorting-indicator) {
1322
+ max-width: 91px;
1323
+ }
1324
  .tinvwl-content .widefat.users tbody .column-name > a {
1325
+ display: block;
1326
+ }
1327
  .tinvwl-content .widefat.products thead th.column-preference, .tinvwl-content .widefat.products tbody td.column-preference {
1328
  width: 345px;
1329
+ min-width: 345px;
1330
+ }
1331
  .tinvwl-content .widefat.users thead th.column-preference, .tinvwl-content .widefat.users tbody td.column-preference {
1332
  width: 165px;
1333
+ min-width: 165px;
1334
+ }
1335
  .tinvwl-content .widefat tbody .column-name strong {
1336
+ font-weight: normal;
1337
+ }
1338
  .tinvwl-content .widefat tbody .column-name > a {
1339
+ display: table;
1340
+ }
1341
  .tinvwl-content .widefat tbody .column-name .product-image {
1342
  display: table-cell;
1343
+ vertical-align: middle;
1344
+ }
1345
+ .tinvwl-content .widefat tbody .column-name .product-image img {
1346
+ max-width: 66px;
1347
+ }
1348
  .tinvwl-content .widefat tbody .column-name .product-title {
1349
  display: table-cell;
1350
  vertical-align: middle;
1351
+ padding-left: 15px;
1352
+ }
1353
  .tinvwl-content .widefat thead th.column-preference, .tinvwl-content .widefat tbody td.column-preference {
1354
+ padding-right: 20px;
1355
+ }
1356
  .tinvwl-content .widefat.products tbody td.column-preference > a {
1357
  margin-right: 10px;
1358
+ float: left;
1359
+ }
1360
+ .tinvwl-content .widefat.products tbody td.column-preference > a:last-child {
1361
+ margin-right: 0;
1362
+ }
1363
  .tinvwl-content .tablenav .tablenav-pages {
1364
  float: none;
1365
  text-align: center;
1366
  height: auto;
1367
+ margin-top: 0;
1368
+ }
1369
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links > a {
1370
+ display: inline-block;
1371
+ vertical-align: middle;
1372
+ text-align: center;
1373
+ font-size: 14px;
1374
+ font-weight: normal;
1375
+ padding: 0;
1376
+ min-width: 38px;
1377
+ height: 38px;
1378
+ line-height: 38px;
1379
+ border-radius: 50%;
1380
+ border: none;
1381
+ background: none;
1382
+ color: #3e3e3e;
1383
+ }
1384
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links > span {
1385
+ display: inline-block;
1386
+ vertical-align: middle;
1387
+ text-align: center;
1388
+ font-size: 14px;
1389
+ font-weight: normal;
1390
+ padding: 0;
1391
+ min-width: 38px;
1392
+ height: 38px;
1393
+ line-height: 38px;
1394
+ border-radius: 50%;
1395
+ border: none;
1396
+ background: none;
1397
+ color: #3e3e3e;
1398
+ color: rgba(62, 62, 62, 0.46);
1399
+ background: #f3f1ec;
1400
+ }
1401
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page {
1402
+ background: #f3f1ec;
1403
+ }
1404
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links > .tinvwl-page-number.space {
1405
+ background: none;
1406
+ color: #3e3e3e;
1407
+ }
1408
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links > a:hover {
1409
+ background: #3e3e3e;
1410
+ color: #fff;
1411
+ }
1412
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover {
1413
+ background: #3e3e3e;
1414
+ color: #fff;
1415
+ }
1416
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page {
1417
+ margin-right: 20px;
1418
+ }
1419
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover {
1420
+ background: #3e3e3e;
1421
+ color: #fff;
1422
+ }
1423
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page {
1424
+ margin-left: 20px;
1425
+ }
1426
+ .tinvwl-content .tablenav .tablenav-pages .tinvwl-chevron {
1427
+ display: inline-block;
1428
+ vertical-align: middle;
1429
+ width: 9px;
1430
+ height: 16px;
1431
+ }
1432
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron {
1433
+ background: url("../img/chevron_icon.png") no-repeat center;
1434
+ background-position: 0 -16px;
1435
+ }
1436
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {
1437
+ background: url("../img/chevron_icon.png") no-repeat center;
1438
+ background-position: 0 0;
1439
+ }
1440
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron {
1441
+ background: url("../img/chevron_icon.png") no-repeat center;
1442
+ background-position: -10px -16px;
1443
+ }
1444
+ .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {
1445
+ background: url("../img/chevron_icon.png") no-repeat center;
1446
+ background-position: -10px 0;
1447
+ }
1448
  .tinvwl-content .widefat.products thead th.column-name, .tinvwl-content .widefat.products tbody td.column-name {
1449
  /*width: 200px;*/
1450
+ width: 30%;
1451
+ }
1452
  .tinvwl-content .widefat.wishlists thead th.column-title, .tinvwl-content .widefat.wishlists tbody td.column-title {
1453
+ width: 45%;
1454
+ }
1455
  .tinvwl-content .widefat.users thead th.column-wishlist, .tinvwl-content .widefat.users tbody td.column-wishlist {
1456
+ width: 45%;
1457
+ }
1458
  .tinvwl-content .widefat.users thead th.column-name, .tinvwl-content .widefat.users tbody td.column-name {
1459
+ text-align: left;
1460
+ }
1461
  .tinvwl-content .widefat.users thead th.column-quantity, .tinvwl-content .widefat.users tbody td.column-quantity {
1462
+ width: 100px;
1463
+ }
1464
  .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-mobile {
1465
+ display: none;
1466
+ }
1467
  .tinvwl-content .widefat.products thead th.column-quantity span span {
1468
+ float: none;
1469
+ }
1470
 
1471
  @media screen and (max-width: 1440px) {
1472
  .tinvwl-content .widefat.products thead th.column-preference, .tinvwl-content .widefat.products tbody td.column-preference {
1473
  width: 204px;
1474
+ min-width: 204px;
1475
+ }
1476
  .tinvwl-content .widefat.wishlists thead th.column-preference, .tinvwl-content .widefat.wishlists tbody td.column-preference {
1477
  width: 98px;
1478
+ min-width: 98px;
1479
+ }
1480
  .tinvwl-content .widefat.users thead th.column-preference, .tinvwl-content .widefat.users tbody td.column-preference {
1481
  width: 60px;
1482
+ min-width: 60px;
1483
+ }
1484
  .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn.tinvwl-w-mobile {
1485
+ padding: 9px 12px;
1486
+ }
1487
  .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-mobile {
1488
  display: inline;
1489
+ margin: 0;
1490
+ }
1491
  .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-full {
1492
+ display: none;
1493
+ }
1494
+ }
1495
  @media screen and (max-width: 1366px) and (min-width: 783px) {
1496
  .tinvwl-content .widefat.products thead th.column-name, .tinvwl-content .widefat.products tbody td.column-name {
1497
  /*width: 110px;*/
1498
+ /*min-width: 110px;*/
1499
+ }
1500
  .tinvwl-content .widefat tbody .column-name .product-image {
1501
+ display: block;
1502
+ }
1503
  .tinvwl-content .widefat tbody .column-name .product-title {
1504
  display: block;
1505
+ padding-left: 0;
1506
+ }
1507
  .tinvwl-content .widefat.products thead th.column-preference {
1508
  width: 103px;
1509
+ min-width: 103px;
1510
+ }
1511
  .tinvwl-content .widefat.products tbody td.column-preference {
1512
  width: 103px;
1513
+ min-width: 103px;
1514
+ }
1515
+ .tinvwl-content .widefat.products tbody td.column-preference > a {
1516
+ margin-right: 5px;
1517
+ }
1518
  .tinvwl-content .widefat tbody td.column-preference > a:nth-child(2n) {
1519
+ margin-right: 0;
1520
+ }
1521
  .tinvwl-content .widefat tbody td.column-preference > a:nth-child(n+3) {
1522
+ margin-top: 5px;
1523
+ }
1524
  .tinvwl-content .widefat thead th .tinvwl-full {
1525
+ display: none;
1526
+ }
1527
+ }
1528
  @media screen and (max-width: 1200px) and (min-width: 783px) {
1529
  .tinvwl-content th.sortable a span, .tinvwl-content th.sorted a span {
1530
+ float: none;
1531
+ }
1532
  .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {
1533
  padding-left: 0;
1534
  padding-right: 0;
1535
+ position: static;
1536
+ }
1537
  .tinvwl-content .widefat th.sortable > a .sorting-indicator, .tinvwl-content .widefat th.sorted > a .sorting-indicator {
1538
  top: auto;
1539
  bottom: 12px;
1540
  left: 0;
1541
  right: 0;
1542
  margin-left: auto;
1543
+ margin-right: auto;
1544
+ }
1545
  .tinvwl-content .widefat th.sortable > a .sorting-indicator:before, .tinvwl-content .widefat th.sorted > a .sorting-indicator:before {
1546
+ left: -5px;
1547
+ }
1548
  .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {
1549
+ margin-top: 12px;
1550
+ }
1551
  .tinvwl-content .widefat.wishlists thead th.column-title, .tinvwl-content .widefat.wishlists tbody td.column-title {
1552
+ width: 38%;
1553
+ }
1554
+ }
1555
  @media screen and (max-width: 782px) {
1556
  .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {
1557
+ margin-top: 0;
1558
+ }
1559
  .tinvwl-content .widefat.products tbody td.column-preference > a {
1560
  margin-right: 5px;
1561
+ float: none;
1562
+ }
1563
  .tinvwl-content .widefat tbody .column-name .product-image, .tinvwl-content .widefat tbody .column-name .product-title {
1564
+ vertical-align: top;
1565
+ }
1566
+
1567
  .tablenav .tablenav-pages {
1568
+ margin-bottom: 15px;
1569
+ }
1570
+
1571
  .tinvwl-content .widefat thead th.column-primary {
1572
+ width: 100% !important;
1573
+ }
1574
  .tinvwl-content .widefat thead td.check-column + th.column-primary {
1575
+ width: 50% !important;
1576
+ }
1577
  .tinvwl-content .widefat.users thead td.check-column + th.column-primary {
1578
+ width: 100% !important;
1579
+ }
1580
+ }
1581
  /* Tables */
1582
  .tinvwl-table {
1583
  display: table;
1584
  /*height: 100%;*/
1585
  width: 100%;
1586
+ max-width: 100%;
1587
+ }
1588
+ .tinvwl-table.w-bg {
1589
+ background: #fff;
1590
+ overflow: hidden;
1591
+ border-radius: 4px;
1592
+ }
1593
+ .tinvwl-table.w-shadow {
1594
+ -webkit-box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14);
1595
+ box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14);
1596
+ }
1597
+ .tinvwl-table.auto-width {
1598
+ width: auto;
1599
+ }
1600
 
1601
  .tinvwl-caption {
1602
+ display: table-caption;
1603
+ }
1604
 
1605
  .tinvwl-row {
1606
+ display: table-row;
1607
+ }
1608
 
1609
  .tinvwl-rows {
1610
+ display: table-row-group;
1611
+ }
1612
 
1613
  .tinvwl-cell {
1614
  display: table-cell;
1615
+ vertical-align: middle;
1616
+ }
1617
 
1618
  .tinvwl-cell-2 {
1619
  display: table-cell;
1620
  vertical-align: middle;
1621
+ float: none;
1622
+ }
1623
 
1624
  .tinvwl-cell-3 {
1625
  display: table-cell;
1626
  vertical-align: top;
1627
+ float: none;
1628
+ }
1629
 
1630
  .tinvwl-table.w-info > thead > tr > th:first-child, .tinvwl-table.w-info > tbody > tr > td:first-child {
1631
+ width: 67%;
1632
+ }
1633
  .tinvwl-table th, .tinvwl-table td {
1634
+ vertical-align: top;
1635
+ }
1636
  .tinvwl-table .tinvwl-inner.tinv-wishlist-clearfix h3, .tinvwl-table .tinvwl-inner .tinv-wishlist-clearfix h3, .tinvwl-table .tinvwl-inner.tinv-wishlist-clearfix h4, .tinvwl-table .tinvwl-inner .tinv-wishlist-clearfix h4 {
1637
+ float: left;
1638
+ }
1639
  .tinvwl-table .tinvwl-btn-wrap {
1640
+ float: right;
1641
+ }
1642
  .tinvwl-table.w-info thead > tr > th {
1643
+ text-align: left;
1644
+ }
1645
+ .tinvwl-table.w-info thead > tr > th .tinvwl-info-wrap {
1646
+ font-weight: normal;
1647
+ }
1648
  .tinvwl-table > thead > tr > th {
1649
+ padding: 0 30px;
1650
+ }
1651
+ .tinvwl-table > thead > tr > th:last-child {
1652
+ /*padding: 30px;*/
1653
+ }
1654
  .tinvwl-table .tinvwl-info {
1655
+ vertical-align: top;
1656
+ }
1657
  .tinvwl-table > thead > tr > .tinvwl-info .tinvwl-info-wrap {
1658
+ padding-bottom: 30px;
1659
+ }
1660
  .tinvwl-table tbody tr .tinvwl-inner h2 {
1661
  font-size: 15px;
1662
  color: #291C09;
1663
  font-weight: 600;
1664
+ margin-bottom: 21px;
1665
+ }
1666
  .tinvwl-table > tbody > tr > .tinvwl-info .tinvwl-info-wrap {
1667
+ padding-bottom: 20px;
1668
+ }
1669
  .tinvwl-table > tbody > tr > td {
1670
+ padding: 0 30px;
1671
+ }
1672
+ .tinvwl-table > tbody > tr > td:last-child {
1673
+ /*padding: 30px;*/
1674
+ }
1675
  .tinvwl-table thead > tr .tinvwl-inner {
1676
  padding: 28px 0;
1677
  margin-bottom: 30px;
1678
+ border-bottom: 2px solid rgba(219, 219, 219, 0.522);
1679
+ }
1680
  .tinvwl-table thead.tinwl-empty > tr .tinvwl-inner {
1681
  padding: 30px 0 0;
1682
  margin-bottom: 0;
1683
+ border-bottom: 0;
1684
+ }
1685
  .tinvwl-table thead > tr .tinvwl-inner {
1686
+ /*padding: 20px 0;*/
1687
+ }
1688
  .tinvwl-table .tinvwl-header-row label {
1689
  font-size: 22px;
1690
  font-weight: normal;
1691
  line-height: 1.313;
1692
  margin: 0 0 15px;
1693
+ padding-top: 3px !important;
1694
+ }
1695
  .tinvwl-table thead .tinvwl-empty-info, .tinvwl-table tbody > .tinvwl-bodies-border {
1696
+ display: none;
1697
+ }
1698
  .tinvwl-table thead .tinvwl-empty-info .tinvwl-inner {
1699
  margin: 0;
1700
+ padding-top: 56px;
1701
+ }
1702
 
1703
  .tinvwl-bodies-border .tinvwl-info .tinvwl-inner {
1704
  display: none;
1705
  padding-top: 30px;
1706
  margin-top: 10px;
1707
+ border-top: 2px solid rgba(219, 219, 219, 0.522);
1708
+ }
1709
 
1710
  .tinvwl-style-options .tinvwl-table thead th:first-child, .tinvwl-style-options .tinvwl-bodies-border td:first-child {
1711
+ /*padding-right: 0;*/
1712
+ }
1713
  .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info, .tinvwl-style-options .tinvwl-bodies-border .tinvwl-info {
1714
  padding-left: 0;
1715
+ background: none;
1716
+ }
1717
  .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info {
1718
+ display: table-cell;
1719
+ }
1720
+ .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info .tinvwl-inner {
1721
+ display: block;
1722
+ }
1723
  .tinvwl-style-options tbody + tbody > .tinvwl-bodies-border .tinvwl-info .tinvwl-inner {
1724
+ display: block;
1725
+ }
1726
 
1727
  @media (min-width: 1200px) {
1728
  .tinvwl-style-options .tinvwl-table .tinvwl-inner .form-horizontal {
1729
+ width: 67%;
1730
+ }
1731
+ }
1732
+ textarea[name=style_plain-css] {
1733
+ height: 150px;
1734
+ }
1735
 
1736
  .tinvwl-table tbody + tbody > .tinvwl-bodies-border {
1737
+ display: table-row;
1738
+ }
1739
+ .tinvwl-table tbody + tbody > .tinvwl-bodies-border:first-child > td:first-child > .tinvwl-inner {
1740
+ padding-top: 30px;
1741
+ margin-top: 10px;
1742
+ border-top: 2px solid rgba(219, 219, 219, 0.522);
1743
+ }
1744
  .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner {
1745
  padding-bottom: 15px;
1746
  margin-bottom: 30px;
1747
+ border-bottom: 2px solid rgba(219, 219, 219, 0.522);
1748
+ }
1749
  .tinvwl-table .form-group .col-md-4:nth-child(n+4), .tinvwl-table .form-group .col-lg-4:nth-child(n+4) {
1750
+ padding-top: 27px;
1751
+ }
1752
  .tinvwl-table tbody:first-of-type > tr:first-child > td:first-child > .tinvwl-inner {
1753
+ /*padding-top: 30px;*/
1754
+ }
1755
  .tinvwl-table tbody:last-of-type > tr:last-child > td:first-child > .tinvwl-inner {
1756
+ /*padding-bottom: 20px;*/
1757
+ }
1758
  .tinvwl-table tfoot .tinvwl-inner {
1759
+ padding-top: 20px;
1760
+ }
1761
  .tinvwl-table tbody > tr + tr .tinvwl-inner {
1762
+ /*border-top: 2px solid rgba(219,219,219,.522);*/
1763
+ }
1764
  .tinvwl-table tr.no-top-border .tinvwl-inner, .tinvwl-table tr.no-top-border .tinvwl-info-wrap {
1765
  border-top: 0;
1766
+ padding-top: 0;
1767
+ }
1768
  .tinvwl-table thead .w-bg-grey .tinvwl-info-wrap {
1769
+ padding-top: 30px;
1770
+ }
1771
 
1772
  /*.tinvwl-table tbody > tr .tinvwl-inner,
1773
  .tinvwl-table tbody > tr .tinvwl-info-wrap {
1775
  }*/
1776
  /*.tinvwl-table tbody:first-of-type > tr:first-child > td > .tinvwl-info-wrap,*/
1777
  .tiwl-notifications-style-logo img {
1778
+ height: 42px;
1779
+ }
1780
 
1781
  @media (min-width: 1200px) {
1782
  .tinvwl-table tr.tinvwl-full-width .control-label label {
1783
+ margin-bottom: 10px;
1784
+ }
1785
+ .tinvwl-table tr.tinvwl-full-width [class^=col-lg-], .tinvwl-table tr.tinvwl-full-width [class^=col-md-] {
1786
+ width: 100%;
1787
+ }
1788
  .tinvwl-table tr.tinvwl-full-width textarea {
1789
  height: 250px;
1790
+ padding: 15px;
1791
+ }
 
1792
 
1793
+ .tiwl-notifications-style-logo img {
1794
+ float: right;
1795
+ }
1796
+ }
1797
  @media (max-width: 1199px) {
1798
  .form-horizontal .control-label .tinvwl-empty {
1799
+ display: none;
1800
+ }
1801
+
1802
  .tinvwl-style-options .tinvwl-empty-info, .tinvwl-style-options .tinvwl-info {
1803
+ display: none !important;
1804
+ }
1805
  .tinvwl-style-options .tinvwl-table thead th:first-child, .tinvwl-style-options .tinvwl-bodies-border td:first-child {
1806
+ padding-right: 30px !important;
1807
+ }
 
 
 
1808
 
1809
+ .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner {
1810
+ padding-bottom: 0;
1811
+ }
1812
+ .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner .form-group {
1813
+ margin-bottom: 20px;
1814
+ }
1815
+ }
1816
  .tinvwl-info .tinvwl-info-desc a {
1817
  text-decoration: underline;
1818
+ color: #ff5739;
1819
+ }
1820
+ .tinvwl-info .tinvwl-info-desc a:hover, .tinvwl-info .tinvwl-info-desc a:active, .tinvwl-info .tinvwl-info-desc a:focus {
1821
+ color: #000;
1822
+ }
1823
 
1824
  .tinvwl-info-wrap.tinvwl-in-section {
1825
  background: #fbfaf9;
1826
+ color: #4f4639;
1827
+ }
1828
+ .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign {
1829
+ width: 42px;
1830
+ vertical-align: top;
1831
+ padding-top: 1px;
1832
+ padding-right: 20px;
1833
+ }
1834
  .tinvwl-info-wrap .tinvwl-info-sign span, .tinvwl-info-wrap .tinvwl-info-sign .tinvwl-help {
1835
  display: inline-block;
1836
  text-align: center;
1838
  height: 22px;
1839
  line-height: 22px;
1840
  border-radius: 50%;
1841
+ background: #e1dbce;
1842
+ }
1843
  .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign span, .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign .tinvwl-help {
1844
+ display: block;
1845
+ }
1846
  .tinvwl-info-wrap i {
1847
  font-size: 14px;
1848
+ color: #fbfaf9;
1849
+ }
1850
 
1851
  .tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6 > .tinvwl-btn {
1852
+ width: auto;
1853
+ }
1854
 
1855
  .tinvwl-btns-group {
1856
  margin-bottom: 23px;
1857
  margin-top: -15px;
1858
+ margin-right: -15px;
1859
+ }
1860
 
1861
  .tiwl-style-custom-allow .tinvwl-inner textarea {
1862
+ margin-bottom: 23px;
1863
+ }
1864
 
1865
  .tinvwl-btns-group .tinvwl-btn {
1866
  margin-top: 15px;
1867
  margin-right: 15px;
1868
+ float: left;
1869
+ }
1870
 
1871
  @media (min-width: 1200px) {
1872
  .tinvwl-table .tinvwl-form-onoff, .tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6 > .tinvwl-btn, .tinvwl-btns-group .tinvwl-btn {
1873
+ float: right;
1874
+ }
1875
+ }
1876
  .tinvwl-table .tinvwl-info .tinvwl-info-wrap.tinvwl-in-section .tinvwl-help {
1877
+ display: none;
1878
+ }
1879
 
1880
  .tinvwl-info-wrap.tinvwl-in-table {
1881
  display: inline-block;
1882
  vertical-align: middle;
1883
  display: block;
1884
+ margin-bottom: 5px;
1885
+ }
1886
+ .tinvwl-info-wrap.tinvwl-in-table .tinvwl-help {
1887
+ cursor: pointer;
1888
+ }
1889
 
1890
  .tinvwl-content .widefat th.tinvwl-has-info {
1891
+ /*word-break: break-all;*/
1892
+ }
1893
+ .tinvwl-content .widefat th.tinvwl-has-info .tinvwl-col-name {
1894
+ margin-right: 5px;
1895
+ }
1896
 
1897
  .tinvwl-info-wrap.tinvwl-in-table .tinvwl-info-desc {
1898
+ display: none;
1899
+ }
1900
 
1901
  @media (max-width: 1200px) {
1902
  .tinvwl-table .tinvwl-info {
1903
  padding-left: 15px;
1904
  padding-right: 15px;
1905
+ /*vertical-align: middle;*/
1906
+ }
1907
  .tinvwl-table.w-info > thead > tr > th:first-child, .tinvwl-table.w-info > tbody > tr > td:first-child {
1908
+ width: 90%;
1909
+ }
1910
+
1911
  .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign {
1912
  width: auto;
1913
+ padding-right: 0;
1914
+ }
1915
+ .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign span {
1916
+ display: none;
1917
+ }
1918
+
1919
  .tinvwl-table .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign .tinvwl-help {
1920
  display: block;
1921
+ margin: 0 auto;
1922
+ }
 
1923
 
1924
+ .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-desc {
1925
+ display: none;
1926
+ }
1927
+ }
1928
  @media (max-width: 782px) {
1929
  .tinvwl-content .widefat th.tinvwl-has-info.sortable, .tinvwl-content .widefat th.tinvwl-has-info.sorted {
1930
+ padding-top: 0;
1931
+ }
1932
+
1933
  .widefat tfoot td input[type=checkbox], .widefat th input[type=checkbox], .widefat thead td input[type=checkbox] {
1934
+ margin-bottom: 0;
1935
+ }
1936
+
1937
  .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a, .tinvwl-content .widefat th.sortable.tinvwl-has-info > a, .tinvwl-content .widefat th.sorted.tinvwl-has-info > a {
1938
  padding-top: 18px;
1939
+ padding-bottom: 18px;
1940
+ }
1941
  .tinvwl-content .widefat thead td.check-column {
1942
  padding-top: 14px;
1943
  padding-bottom: 15px;
1944
  padding-left: 20px;
1945
+ width: 45px;
1946
+ }
1947
  .tinvwl-content .widefat tbody th.check-column {
1948
  padding-top: 14px;
1949
  padding-bottom: 15px;
1951
  width: 45px;
1952
  padding-top: 11px;
1953
  padding-bottom: 11px;
1954
+ vertical-align: top;
1955
+ }
1956
  .tinvwl-content .widefat.wishlists thead td.check-column, .tinvwl-content .widefat.wishlists tbody th.check-column {
1957
+ width: 23px;
1958
+ }
1959
  .tinvwl-content .widefat thead td.check-column + th {
1960
+ padding-left: 10px;
1961
+ }
1962
+ .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > a, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > a {
1963
+ padding-left: 10px;
1964
+ }
1965
  .tinvwl-content .widefat tbody th.check-column + td {
1966
+ padding-left: 10px;
1967
+ }
1968
  .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > .tinvwl-info-wrap.tinvwl-in-table, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > .tinvwl-info-wrap.tinvwl-in-table {
1969
  padding-left: 13px;
1970
  display: inline-block;
1971
  margin-top: 5px;
1972
+ margin-bottom: 0;
1973
+ }
1974
+
1975
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {
1976
+ text-align: left;
1977
+ }
1978
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {
1979
  text-align: right;
1980
+ padding-right: 30px;
1981
+ }
1982
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {
1983
+ left: 28px;
1984
+ }
1985
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.check-column + td:not(.column-primary)::before {
1986
+ left: 13px;
1987
+ }
1988
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column):last-child {
1989
+ padding-bottom: 13px;
1990
+ }
1991
+ }
1992
  /* Popover */
1993
  .popover {
1994
  position: absolute;
2004
  background-clip: padding-box;
2005
  border-radius: 6px;
2006
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.22);
2007
+ box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.22);
2008
+ }
2009
+ .popover.top {
2010
+ margin-top: -10px;
2011
+ }
2012
+ .popover.right {
2013
+ margin-left: 10px;
2014
+ }
2015
+ .popover.bottom {
2016
+ margin-top: 10px;
2017
+ }
2018
+ .popover.left {
2019
+ margin-left: -10px;
2020
+ }
2021
 
2022
  .popover-title {
2023
  padding: 30px 30px 0;
2024
  margin: 0;
2025
+ font-family: "Open Sans", Arial, sans-serif;
2026
  font-size: 14px;
2027
  font-weight: 600;
2028
  line-height: 1.714;
2029
  text-transform: uppercase;
2030
+ letter-spacing: -0.35px;
2031
+ }
2032
 
2033
  .popover-content {
2034
  padding: 25px 30px 30px;
2035
  color: #5D5D5D;
2036
  font-family: Arial, sans-serif;
2037
  font-size: 14px;
2038
+ line-height: 1.429;
2039
+ }
2040
 
2041
  .popover > .arrow {
2042
  position: absolute;
2047
  border-style: solid;
2048
  border-width: 11px;
2049
  margin-left: 0;
2050
+ overflow: visible;
2051
+ }
2052
+ .popover > .arrow:after {
2053
+ position: absolute;
2054
+ display: block;
2055
+ width: 0;
2056
+ height: 0;
2057
+ border-color: transparent;
2058
+ border-style: solid;
2059
+ content: none;
2060
+ z-index: 9999;
2061
+ background: none;
2062
+ -webkit-box-shadow: none;
2063
+ box-shadow: none;
2064
+ position: absolute;
2065
+ left: auto;
2066
+ top: auto;
2067
+ width: auto;
2068
+ height: auto;
2069
+ -webkit-transform: none;
2070
+ transform: none;
2071
+ content: "";
2072
+ border-width: 10px;
2073
+ }
2074
  .popover.top > .arrow {
2075
  bottom: -11px;
2076
  left: 50%;
2077
  margin-left: -11px;
2078
+ border-bottom-width: 0;
2079
+ }
2080
+ .popover.top > .arrow:after {
2081
+ bottom: 1px;
2082
+ margin-left: -10px;
2083
+ content: " ";
2084
+ border-top-color: #fff;
2085
+ border-bottom-width: 0;
2086
+ }
2087
  .popover.right > .arrow {
2088
  top: 50%;
2089
  left: -11px;
2090
  margin-top: -11px;
2091
+ border-left-width: 0;
2092
+ }
2093
+ .popover.right > .arrow:after {
2094
+ bottom: -10px;
2095
+ left: 1px;
2096
+ content: " ";
2097
+ border-right-color: #fff;
2098
+ border-left-width: 0;
2099
+ }
2100
  .popover.bottom > .arrow {
2101
  top: -11px;
2102
  left: 50%;
2103
  margin-left: -11px;
2104
+ border-top-width: 0;
2105
+ }
2106
+ .popover.bottom > .arrow:after {
2107
+ top: 1px;
2108
+ margin-left: -10px;
2109
+ content: " ";
2110
+ border-top-width: 0;
2111
+ border-bottom-color: #fff;
2112
+ }
2113
  .popover.left > .arrow {
2114
  top: 50%;
2115
  left: auto;
2116
  right: -11px;
2117
  margin-top: -11px;
2118
+ border-right-width: 0;
2119
+ }
2120
+ .popover.left > .arrow:after {
2121
+ left: auto;
2122
+ right: 1px;
2123
+ bottom: -10px;
2124
+ content: " ";
2125
+ border-right-width: 0;
2126
+ border-left-color: #fff;
2127
+ }
2128
 
2129
  /* Image w/description */
2130
  .tinvwl-img-w-desc i {
2131
+ margin-right: 20px;
2132
+ }
2133
  .tinvwl-img-w-desc h5 {
2134
  font-weight: 600;
2135
+ text-transform: uppercase;
2136
+ }
2137
  .tinvwl-img-w-desc .tinvwl-desc {
2138
+ color: #4f4639;
2139
+ }
2140
  .tinvwl-img-w-desc h5 + .tinvwl-desc {
2141
+ margin-top: 2px;
2142
+ }
2143
 
2144
  /* Premium Features */
2145
  .tinvwl-premium-feat .row {
2146
  margin: 0;
2147
  display: -webkit-box;
2148
  display: -ms-flexbox;
2149
+ display: flex;
2150
+ }
2151
  .tinvwl-premium-feat .col-lg-4 {
2152
  padding: 0;
2153
  -webkit-box-flex: 1;
2154
  -ms-flex: 1 1 0px;
2155
+ flex: 1 1 0;
2156
+ }
2157
+ .tinvwl-premium-feat .col-lg-4 .half-containers {
2158
+ -webkit-box-flex: 1;
2159
+ -ms-flex: 1;
2160
+ flex: 1;
2161
+ overflow: hidden;
2162
+ position: relative;
2163
+ }
2164
+ .tinvwl-premium-feat .col-lg-4 .half-containers.money-back {
2165
+ background: #211709;
2166
+ /* Old browsers */
2167
+ }
2168
+ .tinvwl-premium-feat .col-lg-4 .half-containers.money-back a {
2169
+ display: block;
2170
+ position: relative;
2171
+ color: #ffffff;
2172
+ outline: none;
2173
+ text-decoration: none;
2174
+ background: url("../img/money-back.svg") no-repeat 50% 0;
2175
+ float: left;
2176
+ width: 100%;
2177
+ height: 60%;
2178
+ margin: 15px 0;
2179
+ }
2180
+ .tinvwl-premium-feat .col-lg-4 .half-containers.money-back a span {
2181
+ display: none;
2182
+ }
2183
+ .tinvwl-premium-feat .col-lg-4 .half-containers.money-back p {
2184
+ text-align: center;
2185
+ color: #ffffff;
2186
+ font-size: 16px;
2187
+ }
2188
+ .tinvwl-premium-feat .col-lg-4 .half-containers.customization {
2189
+ text-align: center;
2190
+ background: #333333 url("../img/customization.png") no-repeat 100% 100%;
2191
+ }
2192
+ .tinvwl-premium-feat .col-lg-4 .half-containers.customization h2 {
2193
+ margin: 30px auto 20px;
2194
+ }
2195
+ .tinvwl-premium-feat .col-lg-4 .half-containers.customization p {
2196
+ font-size: 16px;
2197
+ color: #ffffff;
2198
+ padding-left: 10px;
2199
+ padding-right: 10px;
2200
+ }
2201
+ .tinvwl-premium-feat .col-lg-4 .half-containers.customization .tinvwl-btn.gray {
2202
+ background-color: #958095;
2203
+ margin: 10px auto;
2204
+ }
2205
+ .tinvwl-premium-feat .col-lg-4 .half-containers.customization .tinvwl-btn.gray:hover {
2206
+ background-color: #ffffff;
2207
+ color: #333333;
2208
+ }
2209
+ .tinvwl-premium-feat .col-lg-4 .half-containers.rate {
2210
+ text-align: center;
2211
+ border-bottom: 1px solid #e7e7e7;
2212
+ }
2213
+ .tinvwl-premium-feat .col-lg-4 .half-containers.rate h2 {
2214
+ background: url("../img/rate_us.png") no-repeat center;
2215
+ display: block;
2216
+ width: 186px;
2217
+ height: 76px;
2218
+ margin: 30px auto 20px;
2219
+ font-size: 18px;
2220
+ line-height: 100px;
2221
+ }
2222
+ .tinvwl-premium-feat .col-lg-4 .half-containers.rate h2 a {
2223
+ display: block;
2224
+ width: 186px;
2225
+ height: 76px;
2226
+ color: #ffffff;
2227
+ text-decoration: none;
2228
+ outline: none;
2229
+ font-weight: 600;
2230
+ }
2231
+ .tinvwl-premium-feat .col-lg-4 .half-containers.rate p {
2232
+ font-size: 16px;
2233
+ padding-left: 10px;
2234
+ padding-right: 10px;
2235
+ }
2236
+ .tinvwl-premium-feat .col-lg-4 .half-containers.rate a {
2237
+ color: #ff5739;
2238
+ text-decoration: underline;
2239
+ }
2240
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe {
2241
+ text-align: center;
2242
+ }
2243
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe h2 {
2244
+ color: #453a2a;
2245
+ margin: 30px auto 20px;
2246
+ }
2247
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe p {
2248
+ font-size: 16px;
2249
+ padding-left: 10px;
2250
+ padding-right: 10px;
2251
+ }
2252
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group {
2253
+ width: 90%;
2254
+ position: relative;
2255
+ margin: 10px auto;
2256
+ }
2257
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type=email] {
2258
+ width: 65%;
2259
+ height: 45px;
2260
+ }
2261
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type=submit] {
2262
+ width: 30%;
2263
+ }
2264
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe #mc_embed_signup {
2265
+ margin-bottom: 30px;
2266
+ }
2267
  .tinvwl-premium-feat h2 {
2268
  font-size: 30px;
2269
  text-transform: uppercase;
2270
+ letter-spacing: -0.025em;
2271
  line-height: 1;
2272
+ color: #ffffff;
2273
+ }
2274
  .tinvwl-premium-feat .tinvwl-pic-col {
2275
  border: 5px solid #ffffff;
2276
  text-align: center;
2280
  /* Chrome10-25,Safari5.1-6 */
2281
  background: linear-gradient(135deg, #df4c57 0%, #f78c62 100%);
2282
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
2283
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#df4c57", endColorstr="#f78c62", GradientType=1);
2284
  /* IE6-9 fallback on horizontal gradient */
2285
  padding: 50px 10px;
2286
+ color: #ffffff;
2287
+ }
2288
+ .tinvwl-premium-feat .tinvwl-pic-col img {
2289
+ display: block;
2290
+ margin: 0 auto;
2291
+ }
2292
+ .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white {
2293
+ color: #ff5739;
2294
+ }
2295
+ .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white:hover {
2296
+ color: #ffffff;
2297
+ }
2298
+ .tinvwl-premium-feat .tinvwl-pic-col p {
2299
+ font-size: 16px;
2300
+ padding-bottom: 1em;
2301
+ }
2302
  .tinvwl-premium-feat .tinvwl-feat-col {
2303
  display: -webkit-box;
2304
  display: -ms-flexbox;
2309
  flex-direction: column;
2310
  border-top: 1px solid #ffffff;
2311
  border-bottom: 1px solid #ffffff;
2312
+ background-color: #f9f8f5;
2313
+ }
2314
  .tinvwl-premium-feat .tinvwl-sup-col {
2315
  display: -webkit-box;
2316
  display: -ms-flexbox;
2318
  -webkit-box-orient: vertical;
2319
  -webkit-box-direction: normal;
2320
  -ms-flex-direction: column;
2321
+ flex-direction: column;
2322
+ }
2323
 
2324
  /* Footer */
2325
  #wpfooter {
2326
+ padding: 10px 40px;
2327
+ }
2328
+ #wpfooter p {
2329
+ font-family: "Open Sans", "Helvetica Neue", sans-serif;
2330
+ font-size: 14px;
2331
+ line-height: 1.85714286;
2332
+ color: #4b4b4b;
2333
+ }
2334
+ #wpfooter .ftinvwl-heart {
2335
+ margin: 0 3px;
2336
+ }
2337
+ #wpfooter .ftinvwl-star {
2338
+ font-size: 12px;
2339
+ margin: 0 1px;
2340
+ }
2341
+ #wpfooter span .ftinvwl-star:first-of-type {
2342
+ margin-left: 6px;
2343
+ }
2344
+ #wpfooter span .ftinvwl-star:last-of-type {
2345
+ margin-left: 3px;
2346
+ }
2347
+ #wpfooter i {
2348
+ color: #ff5739;
2349
+ }
2350
+ #wpfooter a {
2351
+ text-decoration: underline;
2352
+ color: #ff5739;
2353
+ }
2354
+ #wpfooter a:hover, #wpfooter a:active, #wpfooter a:focus {
2355
+ color: #000;
2356
+ }
2357
 
2358
  /* Color Picker */
2359
  .tinvwl-color-picker {
2360
+ position: relative;
2361
+ }
2362
+ .tinvwl-color-picker .iris-picker {
2363
+ position: absolute;
2364
+ z-index: 9999;
2365
+ }
2366
+ .tinvwl-color-picker input[type=text] {
2367
+ color: #fff;
2368
+ border: 4px solid #fff;
2369
+ -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);
2370
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);
2371
+ }
2372
+ .tinvwl-color-picker .tinvwl-eyedropper {
2373
+ cursor: pointer;
2374
+ position: relative;
2375
+ display: inline-block;
2376
+ vertical-align: top;
2377
+ margin-left: 4px;
2378
+ width: 42px;
2379
+ height: 42px;
2380
+ background: #fff url("../img/color_icon.png") no-repeat center;
2381
+ border: 1px solid rgba(0, 0, 0, 0.14);
2382
+ border-radius: 2px;
2383
+ -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
2384
+ box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
2385
+ }
2386
+ .tinvwl-color-picker .tinvwl-eyedropper a {
2387
+ color: #6b625a;
2388
+ }
2389
+ .tinvwl-color-picker .tinvwl-eyedropper i {
2390
+ display: inline-block;
2391
+ position: absolute;
2392
+ top: 15px;
2393
+ left: 14px;
2394
+ font-size: 12px;
2395
+ }
2396
+ .tinvwl-color-picker + .iris-picker .iris-square-value {
2397
+ width: 0;
2398
+ height: 0;
2399
+ }
2400
 
2401
  /* Modal */
2402
  .tinvwl-overlay {
2407
  height: 100%;
2408
  visibility: hidden;
2409
  opacity: 0;
2410
+ -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
2411
+ transition: opacity 0.3s ease, visibility 0.3s ease;
2412
+ background: #191919;
2413
+ }
2414
 
2415
  .tinvwl-modal.tinvwl-modal-open .tinvwl-overlay {
2416
  visibility: visible;
2417
+ opacity: 0.5;
2418
+ }
2419
 
2420
  .admin-bar .tinvwl-content .tinvwl-modal {
2421
+ padding-top: 32px !important;
2422
+ }
2423
 
2424
  .tinvwl-content .tinvwl-modal {
2425
  overflow-y: auto;
2435
  visibility: hidden;
2436
  opacity: 0;
2437
  text-align: left;
2438
+ -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
2439
+ transition: opacity 0.3s ease, visibility 0.3s ease;
2440
+ }
2441
+ .tinvwl-content .tinvwl-modal .tinvwl-modal-inner {
2442
+ position: relative;
2443
+ margin: 0 auto;
2444
+ background: #fff;
2445
+ border-radius: 4px;
2446
+ }
2447
+ .tinvwl-content .tinvwl-modal.tinvwl-modal-open {
2448
+ visibility: visible;
2449
+ opacity: 1;
2450
+ width: 100%;
2451
+ height: 100%;
2452
+ }
2453
 
2454
  @media screen and (max-width: 1200px) {
2455
  .tinvwl-premium-feat .row {
2456
+ display: block;
2457
+ }
2458
+ }
2459
  @media screen and (max-width: 782px) {
2460
  .admin-bar .tinvwl-content .tinvwl-modal {
2461
+ padding-top: 46px !important;
2462
+ }
2463
+ }
2464
  @media screen and (max-width: 600px) {
2465
  .admin-bar .tinvwl-content .tinvwl-modal {
2466
+ padding-top: 0 !important;
2467
+ }
2468
+ }
2469
  .tinvwl-modal .tinvwl-table {
2470
+ height: 100%;
2471
+ }
2472
 
2473
  .tinvwl-content .tinvwl-modal .tinvwl-modal-inner {
2474
  max-width: 415px;
2475
+ padding: 40px 45px;
2476
+ }
2477
  .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails {
2478
+ text-align: center;
2479
+ }
2480
+ .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails p {
2481
+ margin: 0 0 26px;
2482
+ }
2483
+ .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails .tinvwl-btn.large {
2484
+ padding: 14px 33px;
2485
+ }
2486
+ .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails .tinvwl-btn + .tinvwl-btn {
2487
+ margin-left: 6px;
2488
+ }
2489
 
2490
  /* Quick Buttons */
2491
  .tinvwl-quick-btns {
2492
  position: fixed;
2493
  top: 25%;
2494
  left: 100%;
2495
+ z-index: 9999;
2496
+ }
2497
+ .tinvwl-quick-btns button {
2498
+ display: block;
2499
+ width: 117px;
2500
+ font-size: 14px;
2501
+ font-family: "Open Sans", Arial, sans-serif;
2502
+ font-weight: 600;
2503
+ padding: 0 35px 0 0;
2504
+ border-radius: 2px;
2505
+ border: none;
2506
+ text-decoration: none;
2507
+ background: #96b100;
2508
+ color: #ffffff;
2509
+ -webkit-transform: translateX(-50px);
2510
+ transform: translateX(-50px);
2511
+ transition: -webkit-transform 0.3s ease;
2512
+ -webkit-transition: -webkit-transform 0.3s ease;
2513
+ transition: transform 0.3s ease;
2514
+ transition: transform 0.3s ease, -webkit-transform 0.3s ease;
2515
+ }
2516
 
2517
  .tinvwl-panel.only-button .tinvwl-quick-btns .form-control {
2518
  display: block;
2519
+ width: 119px;
2520
+ }
2521
 
2522
  .tinvwl-quick-btns button:hover {
2523
  -webkit-transform: translateX(-100%);
2524
+ transform: translateX(-100%);
2525
+ }
2526
  .tinvwl-quick-btns button + button {
2527
+ margin-top: 4px;
2528
+ }
2529
  .tinvwl-quick-btns button span {
2530
  display: inline-block;
2531
  width: 50px;
2532
  padding: 15px 0;
2533
+ text-align: center;
2534
+ }
2535
 
2536
  /* Preview Select */
2537
  @media (min-width: 1200px) {
2538
  .tinvwl-empty-select + .tinvwl-input-group-btn {
2539
+ text-align: right;
2540
+ }
2541
+ }
2542
  .tinvwl-empty-select + .tinvwl-input-group-btn .tinvwl-btn {
2543
+ margin-left: 0;
2544
+ }
2545
 
2546
  /* Bootstrap */
2547
  .container, .container-fluid {
2548
  /*padding-right: 15px;
2549
  padding-left: 15px;*/
2550
  margin-right: auto;
2551
+ margin-left: auto;
2552
+ }
2553
 
2554
  @media (min-width: 768px) {
2555
  .container {
2556
+ width: 750px;
2557
+ }
2558
+ }
2559
  @media (min-width: 992px) {
2560
  .container {
2561
+ width: 970px;
2562
+ }
2563
+ }
2564
  @media (min-width: 1200px) {
2565
  .container {
2566
+ width: 1170px;
2567
+ }
2568
+ }
2569
  .row {
2570
  margin-right: -15px;
2571
+ margin-left: -15px;
2572
+ }
2573
 
2574
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
2575
  position: relative;
2576
  min-height: 1px;
2577
  padding-right: 15px;
2578
+ padding-left: 15px;
2579
+ }
2580
 
2581
  .tinvwl-table .form-group .row {
2582
  /*margin-left: -5px;*/
2583
+ /*margin-right: -5px;*/
2584
+ }
2585
+ .tinvwl-table .form-group [class^=col-] {
2586
  /*padding-right: 5px;*/
2587
+ /*padding-left: 5px;*/
2588
+ }
2589
 
2590
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
2591
+ float: left;
2592
+ }
2593
 
2594
  .col-xs-12 {
2595
  float: left;
2596
+ width: 100%;
2597
+ }
2598
 
2599
  .col-xs-11 {
2600
+ width: 91.66666667%;
2601
+ }
2602
 
2603
  .col-xs-10 {
2604
+ width: 83.33333333%;
2605
+ }
2606
 
2607
  .col-xs-9 {
2608
+ width: 75%;
2609
+ }
2610
 
2611
  .col-xs-8 {
2612
+ width: 66.66666667%;
2613
+ }
2614
 
2615
  .col-xs-7 {
2616
+ width: 58.33333333%;
2617
+ }
2618
 
2619
  .col-xs-6 {
2620
+ width: 50%;
2621
+ }
2622
 
2623
  .col-xs-5 {
2624
+ width: 41.66666667%;
2625
+ }
2626
 
2627
  .col-xs-4 {
2628
+ width: 33.33333333%;
2629
+ }
2630
 
2631
  .col-xs-3 {
2632
+ width: 25%;
2633
+ }
2634
 
2635
  .col-xs-2 {
2636
+ width: 16.66666667%;
2637
+ }
2638
 
2639
  .col-xs-1 {
2640
+ width: 8.33333333%;
2641
+ }
2642
 
2643
  .col-xs-pull-12 {
2644
+ right: 100%;
2645
+ }
2646
 
2647
  .col-xs-pull-11 {
2648
+ right: 91.66666667%;
2649
+ }
2650
 
2651
  .col-xs-pull-10 {
2652
+ right: 83.33333333%;
2653
+ }
2654
 
2655
  .col-xs-pull-9 {
2656
+ right: 75%;
2657
+ }
2658
 
2659
  .col-xs-pull-8 {
2660
+ right: 66.66666667%;
2661
+ }
2662
 
2663
  .col-xs-pull-7 {
2664
+ right: 58.33333333%;
2665
+ }
2666
 
2667
  .col-xs-pull-6 {
2668
+ right: 50%;
2669
+ }
2670
 
2671
  .col-xs-pull-5 {
2672
+ right: 41.66666667%;
2673
+ }
2674
 
2675
  .col-xs-pull-4 {
2676
+ right: 33.33333333%;
2677
+ }
2678
 
2679
  .col-xs-pull-3 {
2680
+ right: 25%;
2681
+ }
2682
 
2683
  .col-xs-pull-2 {
2684
+ right: 16.66666667%;
2685
+ }
2686
 
2687
  .col-xs-pull-1 {
2688
+ right: 8.33333333%;
2689
+ }
2690
 
2691
  .col-xs-pull-0 {
2692
+ right: auto;
2693
+ }
2694
 
2695
  .col-xs-push-12 {
2696
+ left: 100%;
2697
+ }
2698
 
2699
  .col-xs-push-11 {
2700
+ left: 91.66666667%;
2701
+ }
2702
 
2703
  .col-xs-push-10 {
2704
+ left: 83.33333333%;
2705
+ }
2706
 
2707
  .col-xs-push-9 {
2708
+ left: 75%;
2709
+ }
2710
 
2711
  .col-xs-push-8 {
2712
+ left: 66.66666667%;
2713
+ }
2714
 
2715
  .col-xs-push-7 {
2716
+ left: 58.33333333%;
2717
+ }
2718
 
2719
  .col-xs-push-6 {
2720
+ left: 50%;
2721
+ }
2722
 
2723
  .col-xs-push-5 {
2724
+ left: 41.66666667%;
2725
+ }
2726
 
2727
  .col-xs-push-4 {
2728
+ left: 33.33333333%;
2729
+ }
2730
 
2731
  .col-xs-push-3 {
2732
+ left: 25%;
2733
+ }
2734
 
2735
  .col-xs-push-2 {
2736
+ left: 16.66666667%;
2737
+ }
2738
 
2739
  .col-xs-push-1 {
2740
+ left: 8.33333333%;
2741
+ }
2742
 
2743
  .col-xs-push-0 {
2744
+ left: auto;
2745
+ }
2746
 
2747
  .col-xs-offset-12 {
2748
+ margin-left: 100%;
2749
+ }
2750
 
2751
  .col-xs-offset-11 {
2752
+ margin-left: 91.66666667%;
2753
+ }
2754
 
2755
  .col-xs-offset-10 {
2756
+ margin-left: 83.33333333%;
2757
+ }
2758
 
2759
  .col-xs-offset-9 {
2760
+ margin-left: 75%;
2761
+ }
2762
 
2763
  .col-xs-offset-8 {
2764
+ margin-left: 66.66666667%;
2765
+ }
2766
 
2767
  .col-xs-offset-7 {
2768
+ margin-left: 58.33333333%;
2769
+ }
2770
 
2771
  .col-xs-offset-6 {
2772
+ margin-left: 50%;
2773
+ }
2774
 
2775
  .col-xs-offset-5 {
2776
+ margin-left: 41.66666667%;
2777
+ }
2778
 
2779
  .col-xs-offset-4 {
2780
+ margin-left: 33.33333333%;
2781
+ }
2782
 
2783
  .col-xs-offset-3 {
2784
+ margin-left: 25%;
2785
+ }
2786
 
2787
  .col-xs-offset-2 {
2788
+ margin-left: 16.66666667%;
2789
+ }
2790
 
2791
  .col-xs-offset-1 {
2792
+ margin-left: 8.33333333%;
2793
+ }
2794
 
2795
  .col-xs-offset-0 {
2796
+ margin-left: 0;
2797
+ }
2798
 
2799
  @media (min-width: 768px) {
2800
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
2801
+ float: left;
2802
+ }
2803
+
2804
  .col-sm-12 {
2805
  float: left;
2806
+ width: 100%;
2807
+ }
2808
+
2809
  .col-sm-11 {
2810
+ width: 91.66666667%;
2811
+ }
2812
+
2813
  .col-sm-10 {
2814
+ width: 83.33333333%;
2815
+ }
2816
+
2817
  .col-sm-9 {
2818
+ width: 75%;
2819
+ }
2820
+
2821
  .col-sm-8 {
2822
+ width: 66.66666667%;
2823
+ }
2824
+
2825
  .col-sm-7 {
2826
+ width: 58.33333333%;
2827
+ }
2828
+
2829
  .col-sm-6 {
2830
+ width: 50%;
2831
+ }
2832
+
2833
  .col-sm-5 {
2834
+ width: 41.66666667%;
2835
+ }
2836
+
2837
  .col-sm-4 {
2838
+ width: 33.33333333%;
2839
+ }
2840
+
2841
  .col-sm-3 {
2842
+ width: 25%;
2843
+ }
2844
+
2845
  .col-sm-2 {
2846
+ width: 16.66666667%;
2847
+ }
2848
+
2849
  .col-sm-1 {
2850
+ width: 8.33333333%;
2851
+ }
2852
+
2853
  .col-sm-pull-12 {
2854
+ right: 100%;
2855
+ }
2856
+
2857
  .col-sm-pull-11 {
2858
+ right: 91.66666667%;
2859
+ }
2860
+
2861
  .col-sm-pull-10 {
2862
+ right: 83.33333333%;
2863
+ }
2864
+
2865
  .col-sm-pull-9 {
2866
+ right: 75%;
2867
+ }
2868
+
2869
  .col-sm-pull-8 {
2870
+ right: 66.66666667%;
2871
+ }
2872
+
2873
  .col-sm-pull-7 {
2874
+ right: 58.33333333%;
2875
+ }
2876
+
2877
  .col-sm-pull-6 {
2878
+ right: 50%;
2879
+ }
2880
+
2881
  .col-sm-pull-5 {
2882
+ right: 41.66666667%;
2883
+ }
2884
+
2885
  .col-sm-pull-4 {
2886
+ right: 33.33333333%;
2887
+ }
2888
+
2889
  .col-sm-pull-3 {
2890
+ right: 25%;
2891
+ }
2892
+
2893
  .col-sm-pull-2 {
2894
+ right: 16.66666667%;
2895
+ }
2896
+
2897
  .col-sm-pull-1 {
2898
+ right: 8.33333333%;
2899
+ }
2900
+
2901
  .col-sm-pull-0 {
2902
+ right: auto;
2903
+ }
2904
+
2905
  .col-sm-push-12 {
2906
+ left: 100%;
2907
+ }
2908
+
2909
  .col-sm-push-11 {
2910
+ left: 91.66666667%;
2911
+ }
2912
+
2913
  .col-sm-push-10 {
2914
+ left: 83.33333333%;
2915
+ }
2916
+
2917
  .col-sm-push-9 {
2918
+ left: 75%;
2919
+ }
2920
+
2921
  .col-sm-push-8 {
2922
+ left: 66.66666667%;
2923
+ }
2924
+
2925
  .col-sm-push-7 {
2926
+ left: 58.33333333%;
2927
+ }
2928
+
2929
  .col-sm-push-6 {
2930
+ left: 50%;
2931
+ }
2932
+
2933
  .col-sm-push-5 {
2934
+ left: 41.66666667%;
2935
+ }
2936
+
2937
  .col-sm-push-4 {
2938
+ left: 33.33333333%;
2939
+ }
2940
+
2941
  .col-sm-push-3 {
2942
+ left: 25%;
2943
+ }
2944
+
2945
  .col-sm-push-2 {
2946
+ left: 16.66666667%;
2947
+ }
2948
+
2949
  .col-sm-push-1 {
2950
+ left: 8.33333333%;
2951
+ }
2952
+
2953
  .col-sm-push-0 {
2954
+ left: auto;
2955
+ }
2956
+
2957
  .col-sm-offset-12 {
2958
+ margin-left: 100%;
2959
+ }
2960
+
2961
  .col-sm-offset-11 {
2962
+ margin-left: 91.66666667%;
2963
+ }
2964
+
2965
  .col-sm-offset-10 {
2966
+ margin-left: 83.33333333%;
2967
+ }
2968
+
2969
  .col-sm-offset-9 {
2970
+ margin-left: 75%;
2971
+ }
2972
+
2973
  .col-sm-offset-8 {
2974
+ margin-left: 66.66666667%;
2975
+ }
2976
+
2977
  .col-sm-offset-7 {
2978
+ margin-left: 58.33333333%;
2979
+ }
2980
+
2981
  .col-sm-offset-6 {
2982
+ margin-left: 50%;
2983
+ }
2984
+
2985
  .col-sm-offset-5 {
2986
+ margin-left: 41.66666667%;
2987
+ }
2988
+
2989
  .col-sm-offset-4 {
2990
+ margin-left: 33.33333333%;
2991
+ }
2992
+
2993
  .col-sm-offset-3 {
2994
+ margin-left: 25%;
2995
+ }
2996
+
2997
  .col-sm-offset-2 {
2998
+ margin-left: 16.66666667%;
2999
+ }
3000
+
3001
  .col-sm-offset-1 {
3002
+ margin-left: 8.33333333%;
3003
+ }
 
3004
 
3005
+ .col-sm-offset-0 {
3006
+ margin-left: 0;
3007
+ }
3008
+ }
3009
  @media (min-width: 992px) {
3010
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
3011
+ float: left;
3012
+ }
3013
+
3014
  .col-md-12 {
3015
  float: left;
3016
+ width: 100%;
3017
+ }
3018
+
3019
  .col-md-11 {
3020
+ width: 91.66666667%;
3021
+ }
3022
+
3023
  .col-md-10 {
3024
+ width: 83.33333333%;
3025
+ }
3026
+
3027
  .col-md-9 {
3028
+ width: 75%;
3029
+ }
3030
+
3031
  .col-md-8 {
3032
+ width: 66.66666667%;
3033
+ }
3034
+
3035
  .col-md-7 {
3036
+ width: 58.33333333%;
3037
+ }
3038
+
3039
  .col-md-6 {
3040
+ width: 50%;
3041
+ }
3042
+
3043
  .col-md-5 {
3044
+ width: 41.66666667%;
3045
+ }
3046
+
3047
  .col-md-4 {
3048
+ width: 33.33333333%;
3049
+ }
3050
+
3051
  .col-md-3 {
3052
+ width: 25%;
3053
+ }
3054
+
3055
  .col-md-2 {
3056
+ width: 16.66666667%;
3057
+ }
3058
+
3059
  .col-md-1 {
3060
+ width: 8.33333333%;
3061
+ }
3062
+
3063
  .col-md-pull-12 {
3064
+ right: 100%;
3065
+ }
3066
+
3067
  .col-md-pull-11 {
3068
+ right: 91.66666667%;
3069
+ }
3070
+
3071
  .col-md-pull-10 {
3072
+ right: 83.33333333%;
3073
+ }
3074
+
3075
  .col-md-pull-9 {
3076
+ right: 75%;
3077
+ }
3078
+
3079
  .col-md-pull-8 {
3080
+ right: 66.66666667%;
3081
+ }
3082
+
3083
  .col-md-pull-7 {
3084
+ right: 58.33333333%;
3085
+ }
3086
+
3087
  .col-md-pull-6 {
3088
+ right: 50%;
3089
+ }
3090
+
3091
  .col-md-pull-5 {
3092
+ right: 41.66666667%;
3093
+ }
3094
+
3095
  .col-md-pull-4 {
3096
+ right: 33.33333333%;
3097
+ }
3098
+
3099
  .col-md-pull-3 {
3100
+ right: 25%;
3101
+ }
3102
+
3103
  .col-md-pull-2 {
3104
+ right: 16.66666667%;
3105
+ }
3106
+
3107
  .col-md-pull-1 {
3108
+ right: 8.33333333%;
3109
+ }
3110
+
3111
  .col-md-pull-0 {
3112
+ right: auto;
3113
+ }
3114
+
3115
  .col-md-push-12 {
3116
+ left: 100%;
3117
+ }
3118
+
3119
  .col-md-push-11 {
3120
+ left: 91.66666667%;
3121
+ }
3122
+
3123
  .col-md-push-10 {
3124
+ left: 83.33333333%;
3125
+ }
3126
+
3127
  .col-md-push-9 {
3128
+ left: 75%;
3129
+ }
3130
+
3131
  .col-md-push-8 {
3132
+ left: 66.66666667%;
3133
+ }
3134
+
3135
  .col-md-push-7 {
3136
+ left: 58.33333333%;
3137
+ }
3138
+
3139
  .col-md-push-6 {
3140
+ left: 50%;
3141
+ }
3142
+
3143
  .col-md-push-5 {
3144
+ left: 41.66666667%;
3145
+ }
3146
+
3147
  .col-md-push-4 {
3148
+ left: 33.33333333%;
3149
+ }
3150
+
3151
  .col-md-push-3 {
3152
+ left: 25%;
3153
+ }
3154
+
3155
  .col-md-push-2 {
3156
+ left: 16.66666667%;
3157
+ }
3158
+
3159
  .col-md-push-1 {
3160
+ left: 8.33333333%;
3161
+ }
3162
+
3163
  .col-md-push-0 {
3164
+ left: auto;
3165
+ }
3166
+
3167
  .col-md-offset-12 {
3168
+ margin-left: 100%;
3169
+ }
3170
+
3171
  .col-md-offset-11 {
3172
+ margin-left: 91.66666667%;
3173
+ }
3174
+
3175
  .col-md-offset-10 {
3176
+ margin-left: 83.33333333%;
3177
+ }
3178
+
3179
  .col-md-offset-9 {
3180
+ margin-left: 75%;
3181
+ }
3182
+
3183
  .col-md-offset-8 {
3184
+ margin-left: 66.66666667%;
3185
+ }
3186
+
3187
  .col-md-offset-7 {
3188
+ margin-left: 58.33333333%;
3189
+ }
3190
+
3191
  .col-md-offset-6 {
3192
+ margin-left: 50%;
3193
+ }
3194
+
3195
  .col-md-offset-5 {
3196
+ margin-left: 41.66666667%;
3197
+ }
3198
+
3199
  .col-md-offset-4 {
3200
+ margin-left: 33.33333333%;
3201
+ }
3202
+
3203
  .col-md-offset-3 {
3204
+ margin-left: 25%;
3205
+ }
3206
+
3207
  .col-md-offset-2 {
3208
+ margin-left: 16.66666667%;
3209
+ }
3210
+
3211
  .col-md-offset-1 {
3212
+ margin-left: 8.33333333%;
3213
+ }
 
3214
 
3215
+ .col-md-offset-0 {
3216
+ margin-left: 0;
3217
+ }
3218
+ }
3219
  @media (min-width: 1200px) {
3220
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
3221
+ float: left;
3222
+ }
3223
+
3224
  .col-lg-12 {
3225
  float: left;
3226
+ width: 100%;
3227
+ }
3228
+
3229
  .col-lg-11 {
3230
+ width: 91.66666667%;
3231
+ }
3232
+
3233
  .col-lg-10 {
3234
+ width: 83.33333333%;
3235
+ }
3236
+
3237
  .col-lg-9 {
3238
+ width: 75%;
3239
+ }
3240
+
3241
  .col-lg-8 {
3242
+ width: 66.66666667%;
3243
+ }
3244
+
3245
  .col-lg-7 {
3246
+ width: 58.33333333%;
3247
+ }
3248
+
3249
  .col-lg-6 {
3250
+ width: 50%;
3251
+ }
3252
+
3253
  .col-lg-5 {
3254
+ width: 41.66666667%;
3255
+ }
3256
+
3257
  .col-lg-4 {
3258
+ width: 33.33333333%;
3259
+ }
3260
+
3261
  .col-lg-3 {
3262
+ width: 25%;
3263
+ }
3264
+
3265
  .col-lg-2 {
3266
+ width: 16.66666667%;
3267
+ }
3268
+
3269
  .col-lg-1 {
3270
+ width: 8.33333333%;
3271
+ }
3272
+
3273
  .col-lg-pull-12 {
3274
+ right: 100%;
3275
+ }
3276
+
3277
  .col-lg-pull-11 {
3278
+ right: 91.66666667%;
3279
+ }
3280
+
3281
  .col-lg-pull-10 {
3282
+ right: 83.33333333%;
3283
+ }
3284
+
3285
  .col-lg-pull-9 {
3286
+ right: 75%;
3287
+ }
3288
+
3289
  .col-lg-pull-8 {
3290
+ right: 66.66666667%;
3291
+ }
3292
+
3293
  .col-lg-pull-7 {
3294
+ right: 58.33333333%;
3295
+ }
3296
+
3297
  .col-lg-pull-6 {
3298
+ right: 50%;
3299
+ }
3300
+
3301
  .col-lg-pull-5 {
3302
+ right: 41.66666667%;
3303
+ }
3304
+
3305
  .col-lg-pull-4 {
3306
+ right: 33.33333333%;
3307
+ }
3308
+
3309
  .col-lg-pull-3 {
3310
+ right: 25%;
3311
+ }
3312
+
3313
  .col-lg-pull-2 {
3314
+ right: 16.66666667%;
3315
+ }
3316
+
3317
  .col-lg-pull-1 {
3318
+ right: 8.33333333%;
3319
+ }
3320
+
3321
  .col-lg-pull-0 {
3322
+ right: auto;
3323
+ }
3324
+
3325
  .col-lg-push-12 {
3326
+ left: 100%;
3327
+ }
3328
+
3329
  .col-lg-push-11 {
3330
+ left: 91.66666667%;
3331
+ }
3332
+
3333
  .col-lg-push-10 {
3334
+ left: 83.33333333%;
3335
+ }
3336
+
3337
  .col-lg-push-9 {
3338
+ left: 75%;
3339
+ }
3340
+
3341
  .col-lg-push-8 {
3342
+ left: 66.66666667%;
3343
+ }
3344
+
3345
  .col-lg-push-7 {
3346
+ left: 58.33333333%;
3347
+ }
3348
+
3349
  .col-lg-push-6 {
3350
+ left: 50%;
3351
+ }
3352
+
3353
  .col-lg-push-5 {
3354
+ left: 41.66666667%;
3355
+ }
3356
+
3357
  .col-lg-push-4 {
3358
+ left: 33.33333333%;
3359
+ }
3360
+
3361
  .col-lg-push-3 {
3362
+ left: 25%;
3363
+ }
3364
+
3365
  .col-lg-push-2 {
3366
+ left: 16.66666667%;
3367
+ }
3368
+
3369
  .col-lg-push-1 {
3370
+ left: 8.33333333%;
3371
+ }
3372
+
3373
  .col-lg-push-0 {
3374
+ left: auto;
3375
+ }
3376
+
3377
  .col-lg-offset-12 {
3378
+ margin-left: 100%;
3379
+ }
3380
+
3381
  .col-lg-offset-11 {
3382
+ margin-left: 91.66666667%;
3383
+ }
3384
+
3385
  .col-lg-offset-10 {
3386
+ margin-left: 83.33333333%;
3387
+ }
3388
+
3389
  .col-lg-offset-9 {
3390
+ margin-left: 75%;
3391
+ }
3392
+
3393
  .col-lg-offset-8 {
3394
+ margin-left: 66.66666667%;
3395
+ }
3396
+
3397
  .col-lg-offset-7 {
3398
+ margin-left: 58.33333333%;
3399
+ }
3400
+
3401
  .col-lg-offset-6 {
3402
+ margin-left: 50%;
3403
+ }
3404
+
3405
  .col-lg-offset-5 {
3406
+ margin-left: 41.66666667%;
3407
+ }
3408
+
3409
  .col-lg-offset-4 {
3410
+ margin-left: 33.33333333%;
3411
+ }
3412
+
3413
  .col-lg-offset-3 {
3414
+ margin-left: 25%;
3415
+ }
3416
+
3417
  .col-lg-offset-2 {
3418
+ margin-left: 16.66666667%;
3419
+ }
3420
+
3421
  .col-lg-offset-1 {
3422
+ margin-left: 8.33333333%;
3423
+ }
 
3424
 
3425
+ .col-lg-offset-0 {
3426
+ margin-left: 0;
3427
+ }
3428
+ }
3429
  @media (max-width: 1199px) {
3430
+ .tinvwl-table .row > [class^=col-md-] + [class^=col-md-], .tinvwl-table .row > [class^=col-lg-] + [class^=col-lg-] {
3431
+ padding-top: 30px;
3432
+ }
3433
+ .tinvwl-table .form-group > [class^=col-md-] + [class^=col-md-], .tinvwl-table .form-group > [class^=col-lg-] + [class^=col-lg-] {
3434
+ padding-top: 30px;
3435
+ }
3436
+ }
3437
  .fade {
3438
  opacity: 0;
3439
+ -webkit-transition: opacity 0.15s linear;
3440
+ transition: opacity 0.15s linear;
3441
+ }
3442
+ .fade.in {
3443
+ opacity: 1;
3444
+ }
3445
 
3446
  .form-horizontal .form-group {
3447
  margin-right: -15px;
3448
+ margin-left: -15px;
3449
+ }
3450
 
3451
  .form-group {
3452
+ margin-bottom: 23px;
3453
+ }
3454
 
3455
  .form-horizontal:last-of-type .form-group {
3456
+ /*margin-bottom: 0;*/
3457
+ }
3458
 
3459
  .tinvwl-inner .form-group + .form-group > label {
3460
+ /*margin-top: 7px;*/
3461
+ }
3462
 
3463
  .form-control {
3464
  display: block;
3465
+ width: 100%;
3466
+ }
3467
 
3468
  label.one-line {
3469
  display: inline-block;
3470
  margin-bottom: 0;
3471
+ margin-right: 10px;
3472
+ }
3473
 
3474
  .control-label label {
3475
  display: block;
3476
+ margin-bottom: 10px;
3477
+ }
3478
 
3479
  .form-horizontal .control-label label {
3480
  padding-top: 9px;
3481
+ margin-bottom: 0;
3482
+ }
3483
 
3484
  @media (min-width: 1200px) {
3485
  .tinvwl-table .tinvwl-header-row label {
3486
+ margin-bottom: 0;
3487
+ }
3488
  .tinvwl-table .tinvwl-header-row .form-group {
3489
  margin-top: -7px;
3490
+ margin-bottom: 13px;
3491
+ }
3492
+ }
3493
  @media (max-width: 1199px) {
3494
  .form-horizontal .control-label label {
3495
+ margin-bottom: 10px;
3496
+ }
 
3497
 
3498
+ .tinvwl-table .tinvwl-header-row label {
3499
+ padding-top: 3px;
3500
+ }
3501
+ }
3502
  .tinvwl-input-group-btn {
3503
+ margin-top: 13px;
3504
+ }
3505
 
3506
  .tinvwl-input-group {
3507
  position: relative;
3508
  display: table;
3509
+ border-collapse: separate;
3510
+ }
3511
 
3512
  .tinvwl-input-group-addon {
3513
  width: 1%;
3514
  white-space: nowrap;
3515
+ vertical-align: middle;
3516
+ }
3517
 
3518
  .tinvwl-input-group-btn {
3519
  width: 1%;
3521
  vertical-align: middle;
3522
  margin-top: 0;
3523
  position: relative;
3524
+ white-space: nowrap;
3525
+ }
3526
+ .tinvwl-input-group-btn .tinvwl-btn {
3527
+ margin-left: 10px;
3528
+ }
3529
+ .tinvwl-input-group-btn > .btn {
3530
+ position: relative;
3531
+ }
3532
 
3533
  .tinvwl-input-group .form-control, .tinvwl-input-group-addon, .tinvwl-input-group-btn {
3534
+ display: table-cell;
3535
+ }
3536
 
3537
  .tinvwl-input-group .form-control {
3538
  position: relative;
3539
  z-index: 2;
3540
  float: left;
3541
  width: 100%;
3542
+ margin-bottom: 0;
3543
+ }
3544
 
3545
  @media only screen and (max-width: 1199px) {
3546
  .tinvwl-input-group:not(.tinvwl-no-full) {
3547
+ display: block;
3548
+ }
3549
+ .tinvwl-input-group:not(.tinvwl-no-full) .form-control {
3550
+ float: none;
3551
+ }
3552
+ .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {
3553
+ padding-top: 10px;
3554
+ padding-left: 0;
3555
+ }
3556
+ .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn, .tinvwl-input-group:not(.tinvwl-no-full) .form-control {
3557
+ display: block;
3558
+ }
3559
+ .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {
3560
+ margin-left: 0;
3561
+ }
3562
+ .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > input, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > button {
3563
+ margin-left: 0;
3564
+ }
3565
+ .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > input, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > button {
3566
+ margin-left: 0;
3567
+ }
3568
+ }
3569
  .text-right {
3570
+ text-align: right;
3571
+ }
3572
 
3573
  @media (max-width: 1199px) {
3574
  .text-right {
3575
+ text-align: left;
3576
+ }
3577
+ }
3578
  @media (min-width: 768px) {
3579
  .form-inline .form-group {
3580
  display: inline-block;
3581
  margin-bottom: 0;
3582
+ vertical-align: middle;
3583
+ }
3584
  .form-inline .form-control {
3585
  display: inline-block;
3586
  width: auto;
3587
+ vertical-align: middle;
3588
+ }
3589
  .form-inline .form-control-static {
3590
+ display: inline-block;
3591
+ }
3592
  .form-inline .tinvwl-input-group {
3593
  display: inline-table;
3594
+ vertical-align: middle;
3595
+ }
3596
+ .form-inline .tinvwl-input-group .tinvwl-input-group-addon, .form-inline .tinvwl-input-group .tinvwl-input-group-btn, .form-inline .tinvwl-input-group .form-control {
3597
+ width: auto;
3598
+ }
3599
+ .form-inline .tinvwl-input-group > .form-control {
3600
+ width: 100%;
3601
+ }
3602
  .form-inline .control-label label {
3603
  margin-bottom: 0;
3604
+ vertical-align: middle;
3605
+ }
3606
  .form-inline .radio, .form-inline .checkbox {
3607
  display: inline-block;
3608
  margin-top: 0;
3609
  margin-bottom: 0;
3610
+ vertical-align: middle;
3611
+ }
3612
  .form-inline .radio label, .form-inline .checkbox label {
3613
+ padding-left: 0;
3614
+ }
3615
+ .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
3616
  position: relative;
3617
+ margin-left: 0;
3618
+ }
3619
  .form-inline .has-feedback .form-control-feedback {
3620
+ top: 0;
3621
+ }
3622
+ }
3623
  /*************************IMAGES *******************************/
3624
  .logo_heart {
3625
  background: url("../img/logo_heart.png") no-repeat center;
3626
  display: inline-block;
3627
  background-size: 54px 54px;
3628
  width: 54px;
3629
+ height: 54px;
3630
+ }
3631
 
3632
  .admin-rescue {
3633
  background: url("../img/admin-rescue.png") no-repeat center;
3634
  display: inline-block;
3635
  background-size: 61px 60px;
3636
  width: 61px;
3637
+ height: 60px;
3638
+ }
3639
 
3640
  .admin-update {
3641
  background: url("../img/admin-update.png") no-repeat center;
3642
  display: inline-block;
3643
  background-size: 61px 60px;
3644
  width: 61px;
3645
+ height: 60px;
3646
+ }
3647
 
3648
  .wizard_logo {
3649
  background: url("../img/wizard_logo.png") no-repeat center;
3651
  width: 54px;
3652
  height: 54px;
3653
  display: block;
3654
+ margin: 10px auto;
3655
+ }
3656
 
3657
  .wizard_setup {
3658
  background: url("../img/wizard_setup.png") no-repeat center;
3659
  display: inline-block;
3660
  background-size: 143px 144px;
3661
  width: 143px;
3662
+ height: 144px;
3663
+ }
3664
 
3665
  .premium_adv {
3666
  background: url("../img/premium_logo.png") no-repeat center;
3668
  margin: 0 auto 35px;
3669
  background-size: 107px 106px;
3670
  width: 107px;
3671
+ height: 106px;
3672
+ }
3673
 
3674
  /************************** RETINA *************************/
3675
  .tinvwl-content select {
3676
+ background-size: 13px 8px;
3677
+ }
3678
 
3679
  .tinvwl-select + .tinvwl-caret span {
3680
+ background-size: 13px 18px;
3681
+ }
3682
 
3683
  .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {
3684
+ background-size: 20px 30px;
3685
+ }
3686
  .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {
3687
+ background-size: 20px 30px;
3688
+ }
3689
 
3690
  .tinvwl-color-picker .tinvwl-eyedropper {
3691
+ background-size: 28px 29px;
3692
+ }
3693
 
3694
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {
3695
  .tinvwl-content select {
3696
+ background-image: url("../img/select_caret@2x.png");
3697
+ }
3698
+
3699
  .tinvwl-select + .tinvwl-caret span {
3700
+ background-image: url("../img/chevron_down@2x.png");
3701
+ }
3702
+
3703
  .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {
3704
+ background-image: url("../img/chevron_icon@2x.png");
3705
+ }
3706
  .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {
3707
+ background-image: url("../img/chevron_icon@2x.png");
3708
+ }
3709
+
3710
  .tinvwl-color-picker .tinvwl-eyedropper {
3711
+ background-image: url("../img/color_icon@2x.png");
3712
+ }
3713
+
3714
  .logo_heart {
3715
+ background-image: url("../img/logo_heart@2x.png");
3716
+ }
3717
+
3718
  .admin-rescue {
3719
+ background-image: url("../img/admin-rescue@2x.png");
3720
+ }
3721
+
3722
  .admin-update {
3723
+ background-image: url("../img/admin-update@2x.png");
3724
+ }
3725
+
3726
  .wizard_logo {
3727
+ background-image: url("../img/wizard_logo@2x.png");
3728
+ }
 
3729
 
3730
+ .wizard_setup {
3731
+ background-image: url("../img/wizard_setup@2x.png");
3732
+ }
3733
+ }
3734
  /******************STYLE HEADINGS*********************/
3735
  #style_options .tinvwl-table tbody tr .tinvwl-inner h2 {
3736
  font-size: 18px;
3738
  text-transform: capitalize;
3739
  font-weight: 600;
3740
  margin-bottom: 21px;
3741
+ padding: 14px 0;
3742
+ }
3743
 
3744
  ::-webkit-input-placeholder {
3745
  color: #e5e5e5;
3746
  opacity: 1 !important;
3747
+ /* for older chrome versions. may no longer apply. */
3748
+ }
3749
 
3750
  :-moz-placeholder {
3751
  /* Firefox 18- */
3752
  color: #e5e5e5;
3753
+ opacity: 1 !important;
3754
+ }
3755
 
3756
  ::-moz-placeholder {
3757
  /* Firefox 19+ */
3758
  color: #e5e5e5;
3759
+ opacity: 1 !important;
3760
+ }
3761
 
3762
  :-ms-input-placeholder {
3763
+ color: #e5e5e5;
3764
+ }
3765
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJhZG1pbi5jc3MiXSwiZmlsZSI6ImFkbWluLmNzcyJ9 */
3766
 
3767
  /*# sourceMappingURL=admin.css.map */
assets/css/admin.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":[],"mappings":"","sources":["admin.css"],"file":"admin.css","sourcesContent":["/*------------------------------------*\n\t$WEBFONT\n*------------------------------------*/\n/* Misc */\n* {\n -webkit-box-sizing: border-box;\n box-sizing: border-box; }\n *:before, *:after {\n -webkit-box-sizing: border-box;\n box-sizing: border-box; }\n\n.tinv-wishlist-clearfix:before, .tinv-wishlist-clearfix:after {\n display: table;\n content: \" \"; }\n\n.container:before, .container:after {\n display: table;\n content: \" \"; }\n\n.container-fluid:before, .container-fluid:after {\n display: table;\n content: \" \"; }\n\n.row:before, .row:after {\n display: table;\n content: \" \"; }\n\n.form-horizontal .form-group:before, .form-horizontal .form-group:after {\n display: table;\n content: \" \"; }\n\n.form-group:before, .form-group:after {\n display: table;\n content: \" \"; }\n\n.tablenav:before, .tablenav:after {\n display: table;\n content: \" \"; }\n\n.tinvwl-panel:before, .tinvwl-panel:after {\n display: table;\n content: \" \"; }\n\n.tinv-wishlist-clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .form-group:after, .tablenav:after, .tinvwl-panel:after {\n clear: both; }\n\n.tinvwl-header table, .tinvwl-content table {\n border-spacing: 0;\n border-collapse: collapse;\n width: 100%;\n max-width: 100%; }\n\n.tinvwl-header td, .tinvwl-header th {\n padding: 0; }\n\n.tinvwl-content td, .tinvwl-content th {\n padding: 0; }\n\n.tinvwl-header img, .tinvwl-content img {\n height: auto;\n max-width: 100%; }\n\n.tinvwl-header {\n /*margin-bottom: 40px;*/ }\n\n/* General */\n#wpwrap {\n background: #f6f3ed; }\n\n#wpcontent {\n padding-left: 0; }\n\n#wpbody-content {\n padding-bottom: 135px; }\n\n#update-nag, .update-nag, .notice {\n margin: 20px 0 0 40px; }\n\ndiv.error, div.updated {\n margin: 20px 0 0 40px; }\n\n.notice {\n margin-right: 40px; }\n\ndiv.error, div.updated {\n margin-right: 40px; }\n\nbody .tinvwl-header, body .tinvwl-content {\n font-family: Arial, sans-serif;\n font-size: 14px;\n line-height: 1.429;\n color: #6b625a; }\n\nbutton, input, select, textarea {\n font-family: inherit;\n font-size: inherit;\n font-weight: inherit; }\n\nlabel, .tinv-label {\n display: block;\n font-size: 15px;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n color: #291C09;\n font-weight: 600;\n margin-bottom: 7px; }\n\nh1, h2, h3, h4, h5, h6, .wrap h1 {\n color: #291c09;\n font-family: 'Open Sans', Arial, sans-serif;\n font-weight: normal;\n line-height: 1.313;\n padding: 0;\n margin: 0;\n border: 0; }\n\nh1, .wrap h1 {\n font-size: 30px; }\n\nh2 {\n font-size: 26px; }\n\nh3 {\n font-size: 22px; }\n\nh4 {\n font-size: 18px; }\n\nh5 {\n font-size: 14px; }\n\nh6 {\n font-size: 12px; }\n\n@media screen and (max-width: 1200px) {\n #update-nag, .update-nag, .notice {\n margin-top: 20px;\n margin-left: 20px;\n margin-right: 20px; }\n div.error, div.updated {\n margin-top: 20px;\n margin-left: 20px;\n margin-right: 20px; } }\n\n@media screen and (max-width: 782px) {\n .auto-fold #wpcontent {\n padding-left: 0; }\n #update-nag, .update-nag, .notice {\n margin: 20px 0 0 0; }\n div.error, div.updated {\n margin: 20px 0 0 0; }\n .notice {\n margin-right: 0; }\n div.error, div.updated {\n margin-right: 0; } }\n\n/**\n * SubMenu\n */\n#toplevel_page_tinvwl ul ul {\n display: none;\n margin-left: 15px;\n position: absolute; }\n\n#toplevel_page_tinvwl ul li:hover ul, #toplevel_page_tinvwl ul li.current ul {\n display: block;\n left: 145px;\n margin-left: 15px;\n position: absolute;\n top: 0; }\n\n/**\n * Header Page\n */\n/*.tinvwl-header {\n background-color: #FFF;\n height: 48px;\n left: -20px;\n margin: 0;\n padding: 24px 40px;\n position: relative;\n right: 0;\n width: calc(100% - 60px);\n top: 0;\n}\n.tinvwl-header .title {\n font-size: 21px;\n line-height: 21px;\n font-weight: 400;\n float: left;\n}*/\n/*.tinvwl-header .status-panel {\n float: right;\n}*/\n/**\n * Status Panel\n */\n.status-panel > div {\n display: inline-block;\n margin-left: 21px; }\n\n.status-panel .button-link {\n background-color: #FF5739;\n color: #FFF;\n text-decoration: none;\n text-transform: uppercase;\n line-height: 10px;\n font-weight: 600;\n height: 48px;\n display: table-cell;\n border-radius: 5px;\n padding: 0 17px;\n vertical-align: middle; }\n .status-panel .button-link span::before {\n color: #ffdc00;\n display: inline-block;\n font: normal 12px/1 'dashicons';\n vertical-align: bottom;\n -webkit-font-smoothing: antialiased;\n content: \"\\f155\"; }\n\n.status-panel .button-round {\n border: 2px solid #f1f1f1;\n border-radius: 50%;\n width: 43px;\n padding-top: 5px;\n padding-left: 2px;\n height: 40px;\n display: table-cell;\n text-align: center;\n vertical-align: middle; }\n\n.status-panel .status-tutorial span::before {\n color: #515151;\n display: inline-block;\n font: normal 24px/1 'dashicons';\n vertical-align: middle;\n -webkit-font-smoothing: antialiased;\n content: \"\\f118\"; }\n\n/**\n * Message Status\n */\n.tinvwl-status-message {\n font-family: Arial, sans-serif;\n font-size: 14px;\n line-height: 1.429;\n margin-top: 40px;\n color: #6b625a;\n border-top: 2px solid #f6f3ed; }\n .tinvwl-status-message .tinvwl-title {\n padding: 13px 20px;\n float: left;\n width: 142px;\n font-weight: bold; }\n .tinvwl-status-message.type-error .tinvwl-title, .tinvwl-status-message.type-tip .tinvwl-title {\n color: #fff; }\n .tinvwl-status-message.type-attention .tinvwl-title {\n color: #23282d; }\n .tinvwl-status-message.type-error .tinvwl-title {\n background: #ff3814; }\n .tinvwl-status-message.type-tip .tinvwl-title {\n background: #30aec4; }\n .tinvwl-status-message.type-attention .tinvwl-title {\n background: #ffe900; }\n .tinvwl-status-message .tinvwl-title i {\n margin-right: 10px; }\n .tinvwl-status-message.type-error > .tinvwl-title > i:before {\n content: \"\\f00d\"; }\n .tinvwl-status-message.type-tip > .tinvwl-title > i:before {\n content: \"\\f05a\"; }\n .tinvwl-status-message.type-attention > .tinvwl-title > i:before {\n content: \"\\f071\"; }\n .tinvwl-status-message .tinvwl-message {\n padding: 13px 20px;\n overflow: hidden;\n height: 100%;\n background: #faf9f7; }\n\n@media screen and (max-width: 782px) {\n .tinvwl-status-message {\n margin-top: 20px; } }\n\n/**\n * Form Elements\n */\n.tinvwl-content label {\n /*font-size: 14px;\n font-weight: 600;\n margin: 2px;*/\n /*line-height: 42px;*/ }\n\n.tinvwl-content a {\n text-decoration: none;\n color: #30aec4; }\n .tinvwl-content a:hover, .tinvwl-content a:active, .tinvwl-content a:focus {\n color: #524737; }\n\n.tinvwl-content input[type=text], .tinvwl-content input[type=password], .tinvwl-content input[type=checkbox], .tinvwl-content input[type=color], .tinvwl-content input[type=date], .tinvwl-content input[type=datetime], .tinvwl-content input[type=datetime-local], .tinvwl-content input[type=email], .tinvwl-content input[type=month], .tinvwl-content input[type=number], .tinvwl-content input[type=radio], .tinvwl-content input[type=tel], .tinvwl-content input[type=time], .tinvwl-content input[type=url], .tinvwl-content input[type=week], .tinvwl-content input[type=search] {\n line-height: 1.429;\n padding: 9px 13px;\n margin: 0;\n color: #4f4639;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14); }\n\n.tinvwl-content select {\n line-height: 1.429;\n padding: 9px 13px;\n margin: 0;\n color: #4f4639;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14); }\n\n.tinvwl-content textarea {\n line-height: 1.429;\n padding: 9px 13px;\n margin: 0;\n color: #4f4639;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n height: 70px; }\n\n.tinvwl-content input[type=text], .tinvwl-content input[type=password], .tinvwl-content input[type=color], .tinvwl-content input[type=date], .tinvwl-content input[type=datetime], .tinvwl-content input[type=datetime-local], .tinvwl-content input[type=email], .tinvwl-content input[type=month], .tinvwl-content input[type=number], .tinvwl-content input[type=tel], .tinvwl-content input[type=time], .tinvwl-content input[type=url], .tinvwl-content input[type=week], .tinvwl-content input[type=search] {\n height: 42px;\n border-radius: 4px; }\n\n.tinvwl-content select {\n height: 42px;\n border-radius: 4px; }\n\n.tinvwl-content .tablenav input[type=search] {\n height: 35px;\n width: 210px;\n padding: 9px 13px;\n -webkit-box-shadow: none;\n box-shadow: none;\n border: none;\n background: #f4f3ef; }\n .tinvwl-content .tablenav input[type=search] + input[type=submit], .tinvwl-content .tablenav input[type=search] + button[type=submit] {\n vertical-align: middle; }\n\n.tinvwl-content .tablenav .tinvwl-select-wrap + input[type=submit] {\n float: right;\n margin-left: 8px !important; }\n\n.tinvwl-content .tablenav input[type=search] + input[type=submit], .tinvwl-content .tablenav input[type=search] + button[type=submit] {\n float: right;\n margin-left: 8px !important; }\n\n.tinvwl-content input[type=text]:disabled, .tinvwl-content input[type=password]:disabled, .tinvwl-content input[type=color]:disabled, .tinvwl-content input[type=date]:disabled, .tinvwl-content input[type=datetime]:disabled, .tinvwl-content input[type=datetime-local]:disabled, .tinvwl-content input[type=email]:disabled, .tinvwl-content input[type=month]:disabled, .tinvwl-content input[type=number]:disabled, .tinvwl-content input[type=tel]:disabled, .tinvwl-content input[type=time]:disabled, .tinvwl-content input[type=url]:disabled, .tinvwl-content input[type=week]:disabled, .tinvwl-content input[type=search]:disabled {\n font-size: 15px;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n font-weight: 600;\n color: #291C09;\n background-color: #f6f3ed;\n border-color: #f6f3ed; }\n\n.tinvwl-content select {\n font-family: Arial, sans-serif;\n font-size: 14px;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n cursor: pointer;\n padding: 9px 40px 9px 13px;\n background-color: #fff;\n background-image: url(\"../img/select_caret.png\");\n background-repeat: no-repeat;\n background-position: 96% center;\n background-position: calc(100% - 15px) center; }\n .tinvwl-content select:disabled {\n font-size: 15px;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n font-weight: 600;\n color: #291C09;\n background-color: #f6f3ed;\n border-color: #f6f3ed; }\n .tinvwl-content select[multiple=\"multiple\"] {\n padding: 9px 13px;\n background: #fff; }\n\n.tinvwl-content .tinvwl-select.grey {\n font-size: 14px;\n font-family: \"Arial\", \"Helvetica Neue\", Helvetica, sans-serif;\n padding: 8px 11px;\n height: 35px;\n border: none;\n color: #5D5D5D;\n background: #f4f3ef; }\n\n@media screen and (max-width: 782px) {\n input, textarea {\n font-size: 14px; }\n #wpbody .tinvwl-content select {\n height: 42px;\n font-size: 14px; } }\n\n.tinvwl-select-wrap {\n position: relative;\n display: inline-block;\n vertical-align: middle;\n cursor: pointer; }\n\n.tinvwl-content select.tinvwl-select.grey {\n padding-right: 47px;\n margin: 0;\n border-radius: 4px; }\n\n.tinvwl-select + .tinvwl-caret {\n pointer-events: none;\n display: inline-block;\n position: absolute;\n top: 0;\n right: 0;\n width: 36px;\n height: 36px;\n line-height: 36px;\n text-align: center;\n border-radius: 0 4px 4px 0; }\n .tinvwl-select + .tinvwl-caret span {\n display: inline-block;\n width: 13px;\n height: 8px;\n background: url(\"../img/chevron_down.png\") no-repeat center;\n background-position: 0 -10px; }\n\n.tinvwl-select:hover + .tinvwl-caret {\n background: #3e3e3e; }\n .tinvwl-select:hover + .tinvwl-caret span {\n background-position: 0 0; }\n\n/* Buttons */\n.tinvwl-content .tinvwl-nav {\n margin: 0 40px; }\n\n.tinvwl-content .tinvwl-panel + .tinvwl-nav {\n margin-top: 40px; }\n\n.tinvwl-nav .tinvwl-prev {\n float: left; }\n .tinvwl-nav .tinvwl-prev .tinvwl-btn {\n float: left; }\n\n.tinvwl-nav .tinvwl-next {\n float: right;\n text-align: right; }\n\n.tinvwl-nav .tinvwl-btn + .tinvwl-btn {\n margin-left: 20px; }\n\n.tinvwl-panel.only-button.w-bg {\n background: none;\n overflow: visible; }\n\n.tinvwl-panel.only-button.w-shadow {\n -webkit-box-shadow: none;\n box-shadow: none;\n overflow: visible; }\n\n.tinvwl-panel.only-button thead, .tinvwl-panel.only-button tfoot, .tinvwl-panel.only-button .control-label {\n display: none; }\n\n.tinvwl-panel.only-button .form-group {\n margin-bottom: 0; }\n\n.tinvwl-panel.only-button .form-control {\n display: inline-block;\n width: auto; }\n\n.tinvwl-panel.only-button .tinvwl-table > tbody > tr > td {\n padding: 0; }\n\n.tinvwl-panel.only-button #save_buttons--setting_save {\n display: inline-block; }\n\n.tinvwl-panel.only-button #save_buttons--setting_reset {\n display: inline-block;\n float: right; }\n .tinvwl-panel.only-button #save_buttons--setting_reset .form-control {\n background-color: #ffffff;\n color: #3e3e3e; }\n .tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split span {\n background: #fbfaf9; }\n .tinvwl-panel.only-button #save_buttons--setting_reset .form-control:hover {\n color: #fff;\n background-color: #515151; }\n .tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split:hover span {\n background: #434343; }\n\n/* reset button */\n#doaction, #doaction2, #post-query-submit {\n margin: 0; }\n\nbutton, input[type=\"submit\"] {\n display: inline-block;\n vertical-align: middle;\n margin: 0;\n font-family: 'Open Sans', Arial, sans-serif;\n font-size: 14px;\n line-height: normal;\n cursor: pointer;\n text-decoration: none; }\n\n.tinvwl-btn {\n display: inline-block;\n vertical-align: middle;\n margin: 0;\n font-family: 'Open Sans', Arial, sans-serif;\n font-size: 14px;\n line-height: normal;\n cursor: pointer;\n text-decoration: none;\n padding: 11px 19px 12px 18px;\n font-weight: 800;\n text-align: center;\n text-transform: uppercase;\n letter-spacing: -.025em;\n border: none;\n border-radius: 2px;\n color: #fff;\n background-color: #96b100; }\n\na.tinvwl-btn {\n padding: 11px 19px 12px 18px;\n font-weight: 800;\n text-align: center;\n text-transform: uppercase;\n letter-spacing: -.025em;\n border: none;\n border-radius: 2px;\n color: #fff;\n background-color: #96b100; }\n\n.tinvwl-btn.large {\n padding: 14px 19px 14px 18px; }\n\n.tinvwl-btn.small {\n padding: 6px 11px 7px; }\n\n.tinvwl-btn.smaller {\n /*padding: 7px 15px;*/\n padding: 11px 18px 12px; }\n\n.tinvwl-btn.red, .tinvwl-btn.green, .tinvwl-btn.dark-green, .tinvwl-btn.black {\n font-weight: 800; }\n\n.tinvwl-btn.grey {\n /*padding: 6px 11px 7px;*/\n margin: 0;\n padding: 8px 12px;\n font-weight: bold;\n /*letter-spacing: 0;*/\n color: #3e3e3e;\n background: #F4F3EF; }\n .tinvwl-btn.grey.large {\n font-weight: 800;\n padding: 14px 19px 14px 18px; }\n .tinvwl-btn.grey.w-icon {\n letter-spacing: -.025em; }\n\n.tinvwl-btn.red {\n color: #fff;\n background-color: #ff5739; }\n\n.tinvwl-btn.orange {\n color: #fff;\n background-color: #FF9F07; }\n\n.tinvwl-btn.dark-green {\n /*color: #fff;*/\n /*background-color: #96b100;*/ }\n\n.tinvwl-btn.white.smaller {\n font-size: 14px;\n font-weight: bold;\n letter-spacing: -.05em;\n padding: 10px 15px 11px;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1); }\n\n.tinvwl-btn.white.small {\n font-family: Arial, sans-serif;\n font-size: 14px;\n text-transform: none;\n font-weight: normal;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n padding: 9px 18px;\n color: #4f4639; }\n\n.tinvwl-btn.small.white:hover, .tinvwl-btn.small.white:active, .tinvwl-btn.small.white:focus {\n color: #fff; }\n\n.tinvwl-btn.white {\n color: #291c09;\n background: #fff; }\n .tinvwl-btn.white.no-txt {\n padding: 12px 16px; }\n .tinvwl-btn.white.small.no-txt {\n padding: 9px 12px; }\n .tinvwl-btn.white i {\n color: #6b625a;\n margin-right: 11px; }\n\n.tinvwl-btn.w-icon {\n font-weight: 800; }\n .tinvwl-btn.w-icon i {\n margin-right: 16px; }\n\n.tinvwl-btn.round.w-icon i {\n margin-right: 15px;\n font-size: 16px; }\n\n.tinvwl-btn.w-icon i.ftinvwl-graduation-cap {\n vertical-align: text-bottom; }\n\n.tinvwl-btn.red.w-icon i {\n margin-right: 13px; }\n\n.tinvwl-btn.xl-icon i, .tinvwl-btn.round.xl-icon i {\n font-size: 17px;\n margin-right: 15px; }\n\n.tinvwl-btn.lg-icon i {\n font-size: 15px; }\n\n.tinvwl-btn.md-icon i, .tinvwl-btn.round.md-icon i {\n font-size: 14px; }\n\n.tinvwl-btn.sm-icon i {\n font-size: 13px; }\n\n.tinvwl-btn.xs-icon i {\n font-size: 11px;\n vertical-align: 1%; }\n\n.tinvwl-btn.white.no-txt i {\n margin-right: 0; }\n\n.tinvwl-btn.white:hover i, .tinvwl-btn.white:active i, .tinvwl-btn.white:focus i {\n color: #fff; }\n\n.tinvwl-btn.green {\n color: #fff;\n background-color: #a9c203; }\n\n.tinvwl-btn.black {\n color: #fff;\n background-color: #515151; }\n\n.tinvwl-btn.smaller-txt {\n font-size: 12px;\n padding: 15px 20px; }\n\n.tinvwl-btn.medium {\n letter-spacing: 0; }\n .tinvwl-btn.medium.smaller-txt {\n padding: 9px 16px; }\n\n.tinvwl-btn.round {\n border-radius: 25px;\n padding: 15px 28px 16px; }\n .tinvwl-btn.round.red {\n /*padding: 15px 22px 16px;*/\n padding: 16px 30px; }\n\n.tinvwl-btn.split {\n padding: 0 26px 0 0; }\n .tinvwl-btn.split span {\n display: inline-block;\n text-align: center;\n width: 46px;\n padding: 14px 0;\n margin-right: 14px;\n border-radius: 4px 0 0 4px;\n background: #8aa300; }\n .tinvwl-btn.split:hover span, .tinvwl-btn.split:active span, .tinvwl-btn.split:focus span {\n background: #434343; }\n .tinvwl-btn.split.green span {\n background: #b9cf09; }\n .tinvwl-btn.split.black span {\n background: #434343; }\n .tinvwl-btn.split span i {\n font-size: 17px; }\n\n.tinvwl-btn:not(:disabled):hover, .tinvwl-btn:not(:disabled):active, .tinvwl-btn:not(:disabled):focus {\n color: #fff;\n /*background: #3e3e3e;*/\n background-color: #515151; }\n\na.tinvwl-btn:not(:disabled):hover, a.tinvwl-btn:not(:disabled):active, a.tinvwl-btn:not(:disabled):focus {\n color: #fff;\n /*background: #3e3e3e;*/\n background-color: #515151; }\n\n/* Icons */\n.tinvwl-header {\n padding: 21px 40px;\n margin-bottom: 40px;\n background: #ffffff; }\n .tinvwl-header .icon.border-grey {\n position: relative;\n display: inline-block;\n width: 45px;\n height: 45px;\n line-height: 45px;\n text-align: center;\n background: #fff;\n border: 2px solid #f1f1f1;\n border-radius: 50%;\n color: #3e3e3e; }\n .tinvwl-header .icon.border-grey:hover {\n border-color: #515151; }\n .tinvwl-header .icon.w-lines {\n position: relative;\n padding: 0 30px; }\n .tinvwl-header .icon.w-lines:before, .tinvwl-header .icon.w-lines:after {\n content: '';\n position: absolute;\n top: 50%;\n top: calc(50% - 1px);\n width: 17px;\n height: 1px;\n background: rgba(0, 0, 0, 0.12); }\n .tinvwl-header .icon.w-lines:before {\n left: 0; }\n .tinvwl-header .icon.w-lines:after {\n right: 0; }\n .tinvwl-header .icon .badge {\n position: absolute;\n top: -5px;\n right: -10px;\n display: inline-block;\n min-width: 26px;\n height: 26px;\n font-size: 11px;\n line-height: 19px;\n font-weight: bold;\n background: #ff5739;\n border: 3px solid #ffffff;\n color: #ffffff;\n border-radius: 50%; }\n\n.tinwl-logo i.logo_heart {\n min-width: 54px; }\n\n.tinwl-logo h2 {\n font-size: 18px;\n font-weight: bold;\n text-transform: uppercase;\n line-height: 1;\n padding-left: 10px; }\n\n.tinvwl-header .tinvwl-title {\n padding-left: 28px;\n margin-left: 28px;\n border-left: 1px solid #dcddde; }\n\n.tinvwl-header h1 {\n color: #3e3e3e;\n padding: 0; }\n\n.tinvwl-header .tinvwl-status-panel {\n margin-top: -12px; }\n .tinvwl-header .tinvwl-status-panel > a {\n vertical-align: middle; }\n .tinvwl-header .tinvwl-status-panel > a + a {\n margin-left: 15px; }\n\n.tinvwl-header .tinvwl-btn {\n margin-top: 15px;\n margin-top: 18px; }\n .tinvwl-header .tinvwl-btn.red i {\n color: #ffdc00; }\n\n.tinvwl-header .tinvwl-status-panel {\n text-align: right; }\n\n.tinvwl-sign-icon {\n font-size: 30px;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n color: #948d84; }\n\n@media (max-width: 1199px) {\n .tinvwl-header {\n text-align: center; }\n .tinvwl-header .tinvwl-table, .tinvwl-header .tinvwl-cell, .tinvwl-header .tinvwl-cell-3 {\n display: block; }\n .tinvwl-header h1 + .tinvwl-status-panel {\n margin-top: 25px; }\n .tinvwl-header .tinvwl-status-panel {\n text-align: center;\n margin-top: 15px; }\n .tinvwl-header .tinvwl-status-panel > a + a {\n margin-left: 9px; }\n .tinwl-logo {\n display: block;\n margin: 0 auto; }\n .tinwl-logo h2, .tinwl-logo img {\n display: block;\n margin: 0 auto; }\n .tinvwl-header .tinvwl-title {\n display: block;\n margin: 0 auto; }\n .tinwl-logo h2 {\n padding-left: 0;\n margin-left: 0;\n margin-top: 6px; }\n .tinvwl-header .tinvwl-title {\n position: relative;\n padding-left: 12px;\n padding-right: 12px;\n padding-top: 13px;\n margin-left: 0;\n margin-top: 16px;\n border-left: 0; }\n .tinvwl-header .tinvwl-title:before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n width: 40px;\n height: 1px;\n margin: 0 auto;\n background: #dcddde; } }\n\n@media (max-width: 782px) {\n .tinvwl-header .tinvwl-btn .tinvwl-txt {\n display: none; }\n .tinvwl-header .tinvwl-btn i {\n margin-right: 0 !important; }\n .tinvwl-header .tinvwl-btn.grey {\n padding-left: 16px;\n padding-right: 16px; } }\n\n.tinvwl-content h2 {\n /*margin: 0;*/\n /*line-height: 40px;*/ }\n\n/* Privacy Navigation */\n.tinwl-wishlists-privacy {\n margin: -10px 0 0; }\n .tinwl-wishlists-privacy li {\n float: left;\n margin: 10px 10px 0 0; }\n .tinwl-wishlists-privacy li:last-child {\n margin-right: 0; }\n .tinwl-wishlists-privacy li a {\n display: block;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n font-size: 14px;\n font-weight: 600;\n line-height: 1;\n padding: 10px 16px;\n border-radius: 3px;\n color: #404040;\n background: #ede8df; }\n .tinwl-wishlists-privacy li.active a {\n color: #fff;\n background-color: #96b100; }\n .tinwl-wishlists-privacy li a:hover, .tinwl-wishlists-privacy li a:active, .tinwl-wishlists-privacy li a:focus {\n color: #fff;\n background-color: #96b100; }\n\n@media screen and (max-width: 782px) {\n .tinwl-wishlists-privacy {\n margin-left: 15px; } }\n\n/* Panel */\n.tinvwl-panel {\n margin: 40px 40px 0; }\n .tinvwl-panel .w-bg-grey {\n background: #fbfaf9; }\n .tinvwl-panel.w-shadow {\n -webkit-box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14);\n box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14); }\n .tinvwl-panel.w-bg {\n background: #ffffff;\n border-radius: 4px; }\n\n.tinvwl-table.w-info .tinvwl-info[rowspan] {\n vertical-align: middle; }\n .tinvwl-table.w-info .tinvwl-info[rowspan] .tinvwl-info-sign {\n vertical-align: middle; }\n\n.tinvwl-table.w-info .tinvwl-info-top > tr .tinvwl-info {\n vertical-align: top; }\n\n@media screen and (max-width: 1200px) {\n .tinvwl-panel {\n margin: 20px 20px 0; }\n .tinvwl-header {\n margin-bottom: 20px; } }\n\n@media screen and (max-width: 782px) {\n .tinvwl-panel {\n margin: 20px 0 0; }\n .tinvwl-panel.only-button {\n text-align: center; } }\n\n/**\n * Content Elements\n */\n.tinvwl-content {\n /*margin: 14px 40px 10px 20px;*/ }\n .tinvwl-content section {\n /*margin-top: 20px;*/\n /*background-color: #FFF;*/\n /*border-radius: 5px;*/ }\n .tinvwl-content section:after {\n /*content: '';\n display: block;\n height: 0;\n clear: both;*/ }\n\n/* Preview Icon */\n.tinvwl-icon-preview {\n position: relative;\n width: 50px;\n height: 42px;\n margin-right: 10px;\n margin-bottom: 10px;\n text-align: center;\n border-radius: 2px;\n color: #595857;\n background: #f6f3ed; }\n .tinvwl-icon-preview span {\n position: absolute;\n top: 50%;\n left: 0;\n right: 0;\n -webkit-transform: translateY(-50%);\n transform: translateY(-50%); }\n .tinvwl-icon-preview span img {\n max-width: 50px;\n max-height: 42px;\n vertical-align: middle; }\n\n@media (min-width: 1200px) {\n .tinvwl-icon-preview {\n margin-bottom: 0; } }\n\n/* Table */\n.tinvwl-content .table-wrap {\n /*padding: 25px 0;*/ }\n\n.tinvwl-content table.widefat {\n -webkit-box-shadow: none;\n box-shadow: none; }\n\n.tinvwl-content .tablenav {\n height: auto;\n margin: 30px;\n background: #ffffff; }\n .tinvwl-content .tablenav .actions {\n /*padding: 6px 0 0;*/\n padding: 0; }\n\n.tinvwl-content .widefat th, .tinvwl-content .widefat td {\n text-align: center;\n padding: 0; }\n\n.tinvwl-content .widefat th {\n padding: 27px 0;\n position: relative; }\n\n@media screen and (max-width: 782px) {\n .tablenav.top .actions {\n display: block; }\n .tablenav br.tinv-wishlist-clear {\n display: none; }\n .tinvwl-content .tablenav {\n margin: 15px 12px; }\n .tinvwl-content .tablenav .alignleft, .tinvwl-content .tablenav .alignright {\n float: none; }\n .tinvwl-content .tablenav .tinvwl-full {\n display: none; }\n .tinvwl-content .tablenav .alignleft + .alignright {\n margin-top: 10px; }\n .tinvwl-content .tablenav .tinvwl-select-wrap {\n width: calc(100% - 75px); }\n #wpbody .tinvwl-content .tablenav .tinvwl-select-wrap select.tinvwl-select {\n max-width: 100%;\n width: 100%;\n height: 35px;\n padding: 9px 13px; }\n .tinvwl-content .tablenav input[type=search] {\n width: calc(100% - 84px); } }\n\n.tinvwl-info-wrap.tinvwl-in-table {\n /*position: absolute;\n top: 50%;\n margin-top: -11px;*/ }\n\n.tinvwl-content .widefat th.sortable, .tinvwl-content .widefat th.sorted {\n padding: 0; }\n\n.tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {\n padding: 28px 17px; }\n\n.tinvwl-content .widefat th.tinvwl-has-info {\n padding-top: 28px; }\n .tinvwl-content .widefat th.tinvwl-has-info.sortable > a, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a {\n padding-top: 0; }\n\n.tinvwl-content .widefat th.sortable:first-of-type, .tinvwl-content .widefat th.sorted:first-of-type {\n padding-left: 0; }\n\n.tinvwl-content .widefat th.sortable:first-of-type > a, .tinvwl-content .widefat th.sorted:first-of-type > a {\n padding-left: 28px; }\n\n.tinvwl-content .widefat th:first-of-type {\n text-align: left;\n padding-left: 28px; }\n\n.tinvwl-content .widefat td:first-of-type {\n text-align: left;\n padding-left: 28px; }\n\n.tinvwl-content .widefat th .tinvwl-help-wrap {\n display: inline-block;\n margin-left: 6px; }\n\n.tinvwl-content .widefat th.sortable > a + .tinvwl-help-wrap, .tinvwl-content .widefat th.sorted > a + .tinvwl-help-wrap {\n margin-left: 0; }\n\n.tinvwl-content .widefat thead tr {\n background: #f4f3ef; }\n\n.tinvwl-content .striped > tbody > :nth-child(odd), .tinvwl-content ul.striped > :nth-child(odd) {\n background: none; }\n\n.tinvwl-content .widefat thead td.check-column, .tinvwl-content .widefat tbody th.check-column {\n width: 50px;\n padding: 28px 0 28px 28px;\n vertical-align: middle; }\n\n.tinvwl-content .widefat thead td.check-column {\n padding: 28px 0 28px 28px; }\n\n.tinvwl-content .widefat tbody th.check-column {\n padding: 13px 0 13px 28px; }\n\n.tinvwl-content .widefat thead td.check-column + th {\n padding-left: 21px; }\n .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > a, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > a {\n padding-left: 21px; }\n\n.tinvwl-content .widefat tbody th.check-column + td {\n padding-left: 21px; }\n\n.tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > .tinvwl-info-wrap.tinvwl-in-table, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > .tinvwl-info-wrap.tinvwl-in-table {\n padding-left: 21px; }\n\n.tinvwl-content .widefat thead td.pause-play-column {\n padding: 0;\n width: 53px;\n text-align: center; }\n\n.tinvwl-content .widefat tbody th.pause-play-column {\n padding: 0;\n width: 53px;\n text-align: center; }\n\n.tinvwl-content th.sortable a, .tinvwl-content th.sorted a {\n padding: 0; }\n\n.tinvwl-content .widefat th {\n font-size: 14px;\n font-weight: 600;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n color: #291C09;\n text-transform: uppercase;\n letter-spacing: -.025em; }\n\n.tinvwl-content th.sortable > a, .tinvwl-content th.sorted > a {\n font-size: 14px;\n font-weight: 600;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n color: #291C09;\n text-transform: uppercase;\n letter-spacing: -.025em; }\n\n.tinvwl-content th.sortable > a, .tinvwl-content th.sorted > a {\n display: inline-block;\n vertical-align: middle; }\n\n.tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {\n position: relative; }\n\n.tinvwl-content .widefat th.sortable > a .sorting-indicator, .tinvwl-content .widefat th.sorted > a .sorting-indicator {\n position: absolute;\n top: 50%;\n right: 0;\n margin-top: -2px; }\n\n.tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {\n margin-top: -15px; }\n\n.tinvwl-content th.sortable a span, .tinvwl-content th.sorted a span {\n float: none; }\n\n.tinvwl-content table.widefat {\n /*table-layout: auto;*/\n border: none;\n border-bottom: 2px solid #f7f7f7; }\n\n.tinvwl-content .widefat thead td, .tinvwl-content .widefat thead th {\n border-bottom: 0; }\n\n.tinvwl-content .widefat td {\n padding: 24px 0;\n vertical-align: middle; }\n\n.tinvwl-content .widefat tbody td {\n padding: 13px 0; }\n\n.tinvwl-content .widefat td {\n font-size: 14px; }\n .tinvwl-content .widefat td ol, .tinvwl-content .widefat td p, .tinvwl-content .widefat td ul {\n font-size: 14px; }\n\n.tinvwl-content .widefat tbody tr + tr {\n border-top: 2px solid #f7f7f7; }\n\n.tinvwl-content .widefat thead th.column-preference {\n /*display: none;*/\n text-indent: -9999px; }\n\n.tinvwl-content .widefat.wishlists thead th.column-preference, .tinvwl-content .widefat.wishlists tbody td.column-preference {\n min-width: 220px;\n width: 220px; }\n\n.tinvwl-content .widefat:not(.products) tbody td.column-preference {\n text-align: right; }\n\n.tinvwl-content .widefat.products thead th.column-quantity a > span:not(.sorting-indicator) {\n max-width: 91px; }\n\n.tinvwl-content .widefat.users tbody .column-name > a {\n display: block; }\n\n.tinvwl-content .widefat.products thead th.column-preference, .tinvwl-content .widefat.products tbody td.column-preference {\n width: 345px;\n min-width: 345px; }\n\n.tinvwl-content .widefat.users thead th.column-preference, .tinvwl-content .widefat.users tbody td.column-preference {\n width: 165px;\n min-width: 165px; }\n\n.tinvwl-content .widefat tbody .column-name strong {\n font-weight: normal; }\n\n.tinvwl-content .widefat tbody .column-name > a {\n display: table; }\n\n.tinvwl-content .widefat tbody .column-name .product-image {\n display: table-cell;\n vertical-align: middle; }\n .tinvwl-content .widefat tbody .column-name .product-image img {\n max-width: 66px; }\n\n.tinvwl-content .widefat tbody .column-name .product-title {\n display: table-cell;\n vertical-align: middle;\n padding-left: 15px; }\n\n.tinvwl-content .widefat thead th.column-preference, .tinvwl-content .widefat tbody td.column-preference {\n padding-right: 20px; }\n\n.tinvwl-content .widefat.products tbody td.column-preference > a {\n margin-right: 10px;\n float: left; }\n .tinvwl-content .widefat.products tbody td.column-preference > a:last-child {\n margin-right: 0; }\n\n.tinvwl-content .tablenav .tablenav-pages {\n float: none;\n text-align: center;\n height: auto;\n margin-top: 0; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links > a {\n display: inline-block;\n vertical-align: middle;\n text-align: center;\n font-size: 14px;\n font-weight: normal;\n padding: 0;\n min-width: 38px;\n height: 38px;\n line-height: 38px;\n border-radius: 50%;\n border: none;\n background: none;\n color: #3e3e3e; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links > span {\n display: inline-block;\n vertical-align: middle;\n text-align: center;\n font-size: 14px;\n font-weight: normal;\n padding: 0;\n min-width: 38px;\n height: 38px;\n line-height: 38px;\n border-radius: 50%;\n border: none;\n background: none;\n color: #3e3e3e;\n color: rgba(62, 62, 62, 0.46);\n background: #f3f1ec; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page {\n background: #f3f1ec; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links > .tinvwl-page-number.space {\n background: none;\n color: #3e3e3e; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links > a:hover {\n background: #3e3e3e;\n color: #fff; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover {\n background: #3e3e3e;\n color: #fff; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page {\n margin-right: 20px; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover {\n background: #3e3e3e;\n color: #fff; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page {\n margin-left: 20px; }\n .tinvwl-content .tablenav .tablenav-pages .tinvwl-chevron {\n display: inline-block;\n vertical-align: middle;\n width: 9px;\n height: 16px; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron {\n background: url(\"../img/chevron_icon.png\") no-repeat center;\n background-position: 0 -16px; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {\n background: url(\"../img/chevron_icon.png\") no-repeat center;\n background-position: 0 0; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron {\n background: url(\"../img/chevron_icon.png\") no-repeat center;\n background-position: -10px -16px; }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {\n background: url(\"../img/chevron_icon.png\") no-repeat center;\n background-position: -10px 0; }\n\n.tinvwl-content .widefat.products thead th.column-name, .tinvwl-content .widefat.products tbody td.column-name {\n /*width: 200px;*/\n width: 30%; }\n\n.tinvwl-content .widefat.wishlists thead th.column-title, .tinvwl-content .widefat.wishlists tbody td.column-title {\n width: 45%; }\n\n.tinvwl-content .widefat.users thead th.column-wishlist, .tinvwl-content .widefat.users tbody td.column-wishlist {\n width: 45%; }\n\n.tinvwl-content .widefat.users thead th.column-name, .tinvwl-content .widefat.users tbody td.column-name {\n text-align: left; }\n\n.tinvwl-content .widefat.users thead th.column-quantity, .tinvwl-content .widefat.users tbody td.column-quantity {\n width: 100px; }\n\n.tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-mobile {\n display: none; }\n\n.tinvwl-content .widefat.products thead th.column-quantity span span {\n float: none; }\n\n@media screen and (max-width: 1440px) {\n .tinvwl-content .widefat.products thead th.column-preference, .tinvwl-content .widefat.products tbody td.column-preference {\n width: 204px;\n min-width: 204px; }\n .tinvwl-content .widefat.wishlists thead th.column-preference, .tinvwl-content .widefat.wishlists tbody td.column-preference {\n width: 98px;\n min-width: 98px; }\n .tinvwl-content .widefat.users thead th.column-preference, .tinvwl-content .widefat.users tbody td.column-preference {\n width: 60px;\n min-width: 60px; }\n .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn.tinvwl-w-mobile {\n padding: 9px 12px; }\n .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-mobile {\n display: inline;\n margin: 0; }\n .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-full {\n display: none; } }\n\n@media screen and (max-width: 1366px) and (min-width: 783px) {\n .tinvwl-content .widefat.products thead th.column-name, .tinvwl-content .widefat.products tbody td.column-name {\n /*width: 110px;*/\n /*min-width: 110px;*/ }\n .tinvwl-content .widefat tbody .column-name .product-image {\n display: block; }\n .tinvwl-content .widefat tbody .column-name .product-title {\n display: block;\n padding-left: 0; }\n .tinvwl-content .widefat.products thead th.column-preference {\n width: 103px;\n min-width: 103px; }\n .tinvwl-content .widefat.products tbody td.column-preference {\n width: 103px;\n min-width: 103px; }\n .tinvwl-content .widefat.products tbody td.column-preference > a {\n margin-right: 5px; }\n .tinvwl-content .widefat tbody td.column-preference > a:nth-child(2n) {\n margin-right: 0; }\n .tinvwl-content .widefat tbody td.column-preference > a:nth-child(n+3) {\n margin-top: 5px; }\n .tinvwl-content .widefat thead th .tinvwl-full {\n display: none; } }\n\n@media screen and (max-width: 1200px) and (min-width: 783px) {\n .tinvwl-content th.sortable a span, .tinvwl-content th.sorted a span {\n float: none; }\n .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {\n padding-left: 0;\n padding-right: 0;\n position: static; }\n .tinvwl-content .widefat th.sortable > a .sorting-indicator, .tinvwl-content .widefat th.sorted > a .sorting-indicator {\n top: auto;\n bottom: 12px;\n left: 0;\n right: 0;\n margin-left: auto;\n margin-right: auto; }\n .tinvwl-content .widefat th.sortable > a .sorting-indicator:before, .tinvwl-content .widefat th.sorted > a .sorting-indicator:before {\n left: -5px; }\n .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {\n margin-top: 12px; }\n .tinvwl-content .widefat.wishlists thead th.column-title, .tinvwl-content .widefat.wishlists tbody td.column-title {\n width: 38%; } }\n\n@media screen and (max-width: 782px) {\n .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {\n margin-top: 0; }\n .tinvwl-content .widefat.products tbody td.column-preference > a {\n margin-right: 5px;\n float: none; }\n .tinvwl-content .widefat tbody .column-name .product-image, .tinvwl-content .widefat tbody .column-name .product-title {\n vertical-align: top; }\n .tablenav .tablenav-pages {\n margin-bottom: 15px; }\n .tinvwl-content .widefat thead th.column-primary {\n width: 100% !important; }\n .tinvwl-content .widefat thead td.check-column + th.column-primary {\n width: 50% !important; }\n .tinvwl-content .widefat.users thead td.check-column + th.column-primary {\n width: 100% !important; } }\n\n/* Tables */\n.tinvwl-table {\n display: table;\n /*height: 100%;*/\n width: 100%;\n max-width: 100%; }\n .tinvwl-table.w-bg {\n background: #fff;\n overflow: hidden;\n border-radius: 4px; }\n .tinvwl-table.w-shadow {\n -webkit-box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14);\n box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14); }\n .tinvwl-table.auto-width {\n width: auto; }\n\n.tinvwl-caption {\n display: table-caption; }\n\n.tinvwl-row {\n display: table-row; }\n\n.tinvwl-rows {\n display: table-row-group; }\n\n.tinvwl-cell {\n display: table-cell;\n vertical-align: middle; }\n\n.tinvwl-cell-2 {\n display: table-cell;\n vertical-align: middle;\n float: none; }\n\n.tinvwl-cell-3 {\n display: table-cell;\n vertical-align: top;\n float: none; }\n\n.tinvwl-table.w-info > thead > tr > th:first-child, .tinvwl-table.w-info > tbody > tr > td:first-child {\n width: 67%; }\n\n.tinvwl-table th, .tinvwl-table td {\n vertical-align: top; }\n\n.tinvwl-table .tinvwl-inner.tinv-wishlist-clearfix h3, .tinvwl-table .tinvwl-inner .tinv-wishlist-clearfix h3, .tinvwl-table .tinvwl-inner.tinv-wishlist-clearfix h4, .tinvwl-table .tinvwl-inner .tinv-wishlist-clearfix h4 {\n float: left; }\n\n.tinvwl-table .tinvwl-btn-wrap {\n float: right; }\n\n.tinvwl-table.w-info thead > tr > th {\n text-align: left; }\n .tinvwl-table.w-info thead > tr > th .tinvwl-info-wrap {\n font-weight: normal; }\n\n.tinvwl-table > thead > tr > th {\n padding: 0 30px; }\n .tinvwl-table > thead > tr > th:last-child {\n /*padding: 30px;*/ }\n\n.tinvwl-table .tinvwl-info {\n vertical-align: top; }\n\n.tinvwl-table > thead > tr > .tinvwl-info .tinvwl-info-wrap {\n padding-bottom: 30px; }\n\n.tinvwl-table tbody tr .tinvwl-inner h2 {\n font-size: 15px;\n color: #291C09;\n font-weight: 600;\n margin-bottom: 21px; }\n\n.tinvwl-table > tbody > tr > .tinvwl-info .tinvwl-info-wrap {\n padding-bottom: 20px; }\n\n.tinvwl-table > tbody > tr > td {\n padding: 0 30px; }\n .tinvwl-table > tbody > tr > td:last-child {\n /*padding: 30px;*/ }\n\n.tinvwl-table thead > tr .tinvwl-inner {\n padding: 28px 0;\n margin-bottom: 30px;\n border-bottom: 2px solid rgba(219, 219, 219, 0.522); }\n\n.tinvwl-table thead.tinwl-empty > tr .tinvwl-inner {\n padding: 30px 0 0;\n margin-bottom: 0;\n border-bottom: 0; }\n\n.tinvwl-table thead > tr .tinvwl-inner {\n /*padding: 20px 0;*/ }\n\n.tinvwl-table .tinvwl-header-row label {\n font-size: 22px;\n font-weight: normal;\n line-height: 1.313;\n margin: 0 0 15px;\n padding-top: 3px !important; }\n\n.tinvwl-table thead .tinvwl-empty-info, .tinvwl-table tbody > .tinvwl-bodies-border {\n display: none; }\n\n.tinvwl-table thead .tinvwl-empty-info .tinvwl-inner {\n margin: 0;\n padding-top: 56px; }\n\n.tinvwl-bodies-border .tinvwl-info .tinvwl-inner {\n display: none;\n padding-top: 30px;\n margin-top: 10px;\n border-top: 2px solid rgba(219, 219, 219, 0.522); }\n\n.tinvwl-style-options .tinvwl-table thead th:first-child, .tinvwl-style-options .tinvwl-bodies-border td:first-child {\n /*padding-right: 0;*/ }\n\n.tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info, .tinvwl-style-options .tinvwl-bodies-border .tinvwl-info {\n padding-left: 0;\n background: none; }\n\n.tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info {\n display: table-cell; }\n .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info .tinvwl-inner {\n display: block; }\n\n.tinvwl-style-options tbody + tbody > .tinvwl-bodies-border .tinvwl-info .tinvwl-inner {\n display: block; }\n\n@media (min-width: 1200px) {\n .tinvwl-style-options .tinvwl-table .tinvwl-inner .form-horizontal {\n width: 67%; } }\n\ntextarea[name=\"style_plain-css\"] {\n height: 150px; }\n\n.tinvwl-table tbody + tbody > .tinvwl-bodies-border {\n display: table-row; }\n .tinvwl-table tbody + tbody > .tinvwl-bodies-border:first-child > td:first-child > .tinvwl-inner {\n padding-top: 30px;\n margin-top: 10px;\n border-top: 2px solid rgba(219, 219, 219, 0.522); }\n\n.tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner {\n padding-bottom: 15px;\n margin-bottom: 30px;\n border-bottom: 2px solid rgba(219, 219, 219, 0.522); }\n\n.tinvwl-table .form-group .col-md-4:nth-child(n+4), .tinvwl-table .form-group .col-lg-4:nth-child(n+4) {\n padding-top: 27px; }\n\n.tinvwl-table tbody:first-of-type > tr:first-child > td:first-child > .tinvwl-inner {\n /*padding-top: 30px;*/ }\n\n.tinvwl-table tbody:last-of-type > tr:last-child > td:first-child > .tinvwl-inner {\n /*padding-bottom: 20px;*/ }\n\n.tinvwl-table tfoot .tinvwl-inner {\n padding-top: 20px; }\n\n.tinvwl-table tbody > tr + tr .tinvwl-inner {\n /*border-top: 2px solid rgba(219,219,219,.522);*/ }\n\n.tinvwl-table tr.no-top-border .tinvwl-inner, .tinvwl-table tr.no-top-border .tinvwl-info-wrap {\n border-top: 0;\n padding-top: 0; }\n\n.tinvwl-table thead .w-bg-grey .tinvwl-info-wrap {\n padding-top: 30px; }\n\n/*.tinvwl-table tbody > tr .tinvwl-inner,\n.tinvwl-table tbody > tr .tinvwl-info-wrap {\n padding: 30px 0;\n}*/\n/*.tinvwl-table tbody:first-of-type > tr:first-child > td > .tinvwl-info-wrap,*/\n.tiwl-notifications-style-logo img {\n height: 42px; }\n\n@media (min-width: 1200px) {\n .tinvwl-table tr.tinvwl-full-width .control-label label {\n margin-bottom: 10px; }\n .tinvwl-table tr.tinvwl-full-width [class^=\"col-lg-\"], .tinvwl-table tr.tinvwl-full-width [class^=\"col-md-\"] {\n width: 100%; }\n .tinvwl-table tr.tinvwl-full-width textarea {\n height: 250px;\n padding: 15px; }\n .tiwl-notifications-style-logo img {\n float: right; } }\n\n@media (max-width: 1199px) {\n .form-horizontal .control-label .tinvwl-empty {\n display: none; }\n .tinvwl-style-options .tinvwl-empty-info, .tinvwl-style-options .tinvwl-info {\n display: none !important; }\n .tinvwl-style-options .tinvwl-table thead th:first-child, .tinvwl-style-options .tinvwl-bodies-border td:first-child {\n padding-right: 30px !important; }\n .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner {\n padding-bottom: 0; }\n .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner .form-group {\n margin-bottom: 20px; } }\n\n.tinvwl-info .tinvwl-info-desc a {\n text-decoration: underline;\n color: #ff5739; }\n .tinvwl-info .tinvwl-info-desc a:hover, .tinvwl-info .tinvwl-info-desc a:active, .tinvwl-info .tinvwl-info-desc a:focus {\n color: #000; }\n\n.tinvwl-info-wrap.tinvwl-in-section {\n background: #fbfaf9;\n color: #4f4639; }\n .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign {\n width: 42px;\n vertical-align: top;\n padding-top: 1px;\n padding-right: 20px; }\n\n.tinvwl-info-wrap .tinvwl-info-sign span, .tinvwl-info-wrap .tinvwl-info-sign .tinvwl-help {\n display: inline-block;\n text-align: center;\n width: 22px;\n height: 22px;\n line-height: 22px;\n border-radius: 50%;\n background: #e1dbce; }\n\n.tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign span, .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign .tinvwl-help {\n display: block; }\n\n.tinvwl-info-wrap i {\n font-size: 14px;\n color: #fbfaf9; }\n\n.tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6 > .tinvwl-btn {\n width: auto; }\n\n.tinvwl-btns-group {\n margin-bottom: 23px;\n margin-top: -15px;\n margin-right: -15px; }\n\n.tiwl-style-custom-allow .tinvwl-inner textarea {\n margin-bottom: 23px; }\n\n.tinvwl-btns-group .tinvwl-btn {\n margin-top: 15px;\n margin-right: 15px;\n float: left; }\n\n@media (min-width: 1200px) {\n .tinvwl-table .tinvwl-form-onoff, .tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6 > .tinvwl-btn, .tinvwl-btns-group .tinvwl-btn {\n float: right; } }\n\n.tinvwl-table .tinvwl-info .tinvwl-info-wrap.tinvwl-in-section .tinvwl-help {\n display: none; }\n\n.tinvwl-info-wrap.tinvwl-in-table {\n display: inline-block;\n vertical-align: middle;\n display: block;\n margin-bottom: 5px; }\n .tinvwl-info-wrap.tinvwl-in-table .tinvwl-help {\n cursor: pointer; }\n\n.tinvwl-content .widefat th.tinvwl-has-info {\n /*word-break: break-all;*/ }\n .tinvwl-content .widefat th.tinvwl-has-info .tinvwl-col-name {\n margin-right: 5px; }\n\n.tinvwl-info-wrap.tinvwl-in-table .tinvwl-info-desc {\n display: none; }\n\n@media (max-width: 1200px) {\n .tinvwl-table .tinvwl-info {\n padding-left: 15px;\n padding-right: 15px;\n /*vertical-align: middle;*/ }\n .tinvwl-table.w-info > thead > tr > th:first-child, .tinvwl-table.w-info > tbody > tr > td:first-child {\n width: 90%; }\n .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign {\n width: auto;\n padding-right: 0; }\n .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign span {\n display: none; }\n .tinvwl-table .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign .tinvwl-help {\n display: block;\n margin: 0 auto; }\n .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-desc {\n display: none; } }\n\n@media (max-width: 782px) {\n .tinvwl-content .widefat th.tinvwl-has-info.sortable, .tinvwl-content .widefat th.tinvwl-has-info.sorted {\n padding-top: 0; }\n .widefat tfoot td input[type=checkbox], .widefat th input[type=checkbox], .widefat thead td input[type=checkbox] {\n margin-bottom: 0; }\n .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a, .tinvwl-content .widefat th.sortable.tinvwl-has-info > a, .tinvwl-content .widefat th.sorted.tinvwl-has-info > a {\n padding-top: 18px;\n padding-bottom: 18px; }\n .tinvwl-content .widefat thead td.check-column {\n padding-top: 14px;\n padding-bottom: 15px;\n padding-left: 20px;\n width: 45px; }\n .tinvwl-content .widefat tbody th.check-column {\n padding-top: 14px;\n padding-bottom: 15px;\n padding-left: 20px;\n width: 45px;\n padding-top: 11px;\n padding-bottom: 11px;\n vertical-align: top; }\n .tinvwl-content .widefat.wishlists thead td.check-column, .tinvwl-content .widefat.wishlists tbody th.check-column {\n width: 23px; }\n .tinvwl-content .widefat thead td.check-column + th {\n padding-left: 10px; }\n .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > a, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > a {\n padding-left: 10px; }\n .tinvwl-content .widefat tbody th.check-column + td {\n padding-left: 10px; }\n .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > .tinvwl-info-wrap.tinvwl-in-table, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > .tinvwl-info-wrap.tinvwl-in-table {\n padding-left: 13px;\n display: inline-block;\n margin-top: 5px;\n margin-bottom: 0; }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {\n text-align: left; }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {\n text-align: right;\n padding-right: 30px; }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {\n left: 28px; }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.check-column + td:not(.column-primary)::before {\n left: 13px; }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column):last-child {\n padding-bottom: 13px; } }\n\n/* Popover */\n.popover {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 9999;\n display: none;\n max-width: 279px;\n padding: 1px;\n text-align: center;\n white-space: normal;\n background-color: #fff;\n background-clip: padding-box;\n border-radius: 6px;\n -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.22);\n box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.22); }\n .popover.top {\n margin-top: -10px; }\n .popover.right {\n margin-left: 10px; }\n .popover.bottom {\n margin-top: 10px; }\n .popover.left {\n margin-left: -10px; }\n\n.popover-title {\n padding: 30px 30px 0;\n margin: 0;\n font-family: 'Open Sans', Arial, sans-serif;\n font-size: 14px;\n font-weight: 600;\n line-height: 1.714;\n text-transform: uppercase;\n letter-spacing: -.35px; }\n\n.popover-content {\n padding: 25px 30px 30px;\n color: #5D5D5D;\n font-family: Arial, sans-serif;\n font-size: 14px;\n line-height: 1.429; }\n\n.popover > .arrow {\n position: absolute;\n display: block;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n border-width: 11px;\n margin-left: 0;\n overflow: visible; }\n .popover > .arrow:after {\n position: absolute;\n display: block;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n content: none;\n z-index: 9999;\n background: none;\n -webkit-box-shadow: none;\n box-shadow: none;\n position: absolute;\n left: auto;\n top: auto;\n width: auto;\n height: auto;\n -webkit-transform: none;\n transform: none;\n content: \"\";\n border-width: 10px; }\n\n.popover.top > .arrow {\n bottom: -11px;\n left: 50%;\n margin-left: -11px;\n border-bottom-width: 0; }\n .popover.top > .arrow:after {\n bottom: 1px;\n margin-left: -10px;\n content: \" \";\n border-top-color: #fff;\n border-bottom-width: 0; }\n\n.popover.right > .arrow {\n top: 50%;\n left: -11px;\n margin-top: -11px;\n border-left-width: 0; }\n .popover.right > .arrow:after {\n bottom: -10px;\n left: 1px;\n content: \" \";\n border-right-color: #fff;\n border-left-width: 0; }\n\n.popover.bottom > .arrow {\n top: -11px;\n left: 50%;\n margin-left: -11px;\n border-top-width: 0; }\n .popover.bottom > .arrow:after {\n top: 1px;\n margin-left: -10px;\n content: \" \";\n border-top-width: 0;\n border-bottom-color: #fff; }\n\n.popover.left > .arrow {\n top: 50%;\n left: auto;\n right: -11px;\n margin-top: -11px;\n border-right-width: 0; }\n .popover.left > .arrow:after {\n left: auto;\n right: 1px;\n bottom: -10px;\n content: \" \";\n border-right-width: 0;\n border-left-color: #fff; }\n\n/* Image w/description */\n.tinvwl-img-w-desc i {\n margin-right: 20px; }\n\n.tinvwl-img-w-desc h5 {\n font-weight: 600;\n text-transform: uppercase; }\n\n.tinvwl-img-w-desc .tinvwl-desc {\n color: #4f4639; }\n\n.tinvwl-img-w-desc h5 + .tinvwl-desc {\n margin-top: 2px; }\n\n/* Premium Features */\n.tinvwl-premium-feat .row {\n margin: 0;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex; }\n\n.tinvwl-premium-feat .col-lg-4 {\n padding: 0;\n -webkit-box-flex: 1;\n -ms-flex: 1 1 0px;\n flex: 1 1 0; }\n .tinvwl-premium-feat .col-lg-4 .half-containers {\n -webkit-box-flex: 1;\n -ms-flex: 1;\n flex: 1;\n overflow: hidden;\n position: relative; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.money-back {\n background: #211709;\n /* Old browsers */ }\n .tinvwl-premium-feat .col-lg-4 .half-containers.money-back a {\n display: block;\n position: relative;\n color: #ffffff;\n outline: none;\n text-decoration: none;\n background: url(\"../img/money-back.svg\") no-repeat 50% 0;\n float: left;\n width: 100%;\n height: 60%;\n margin: 15px 0; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.money-back a span {\n display: none; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.money-back p {\n text-align: center;\n color: #ffffff;\n font-size: 16px; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.customization {\n text-align: center;\n background: #333333 url(\"../img/customization.png\") no-repeat 100% 100%; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.customization h2 {\n margin: 30px auto 20px; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.customization p {\n font-size: 16px;\n color: #ffffff;\n padding-left: 10px;\n padding-right: 10px; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.customization .tinvwl-btn.gray {\n background-color: #958095;\n margin: 10px auto; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.customization .tinvwl-btn.gray:hover {\n background-color: #ffffff;\n color: #333333; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.rate {\n text-align: center;\n border-bottom: 1px solid #e7e7e7; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.rate h2 {\n background: url(\"../img/rate_us.png\") no-repeat center;\n display: block;\n width: 186px;\n height: 76px;\n margin: 30px auto 20px;\n font-size: 18px;\n line-height: 100px; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.rate h2 a {\n display: block;\n width: 186px;\n height: 76px;\n color: #ffffff;\n text-decoration: none;\n outline: none;\n font-weight: 600; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.rate p {\n font-size: 16px;\n padding-left: 10px;\n padding-right: 10px; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.rate a {\n color: #ff5739;\n text-decoration: underline; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe {\n text-align: center; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe h2 {\n color: #453a2a;\n margin: 30px auto 20px; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe p {\n font-size: 16px;\n padding-left: 10px;\n padding-right: 10px; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group {\n width: 90%;\n position: relative;\n margin: 10px auto; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type=\"email\"] {\n width: 65%;\n height: 45px; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type=\"submit\"] {\n width: 30%; }\n .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe #mc_embed_signup {\n margin-bottom: 30px; }\n\n.tinvwl-premium-feat h2 {\n font-size: 30px;\n text-transform: uppercase;\n letter-spacing: -.025em;\n line-height: 1;\n color: #ffffff; }\n\n.tinvwl-premium-feat .tinvwl-pic-col {\n border: 5px solid #ffffff;\n text-align: center;\n background: #df4c57;\n /* Old browsers */\n /* FF3.6-15 */\n /* Chrome10-25,Safari5.1-6 */\n background: linear-gradient(135deg, #df4c57 0%, #f78c62 100%);\n /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df4c57', endColorstr='#f78c62', GradientType=1);\n /* IE6-9 fallback on horizontal gradient */\n padding: 50px 10px;\n color: #ffffff; }\n .tinvwl-premium-feat .tinvwl-pic-col img {\n display: block;\n margin: 0 auto; }\n .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white {\n color: #ff5739; }\n .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white:hover {\n color: #ffffff; }\n .tinvwl-premium-feat .tinvwl-pic-col p {\n font-size: 16px;\n padding-bottom: 1em; }\n\n.tinvwl-premium-feat .tinvwl-feat-col {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column;\n border-top: 1px solid #ffffff;\n border-bottom: 1px solid #ffffff;\n background-color: #f9f8f5; }\n\n.tinvwl-premium-feat .tinvwl-sup-col {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column; }\n\n/* Footer */\n#wpfooter {\n padding: 10px 40px; }\n #wpfooter p {\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n font-size: 14px;\n line-height: 1.85714286;\n color: #4b4b4b; }\n #wpfooter .ftinvwl-heart {\n margin: 0 3px; }\n #wpfooter .ftinvwl-star {\n font-size: 12px;\n margin: 0 1px; }\n #wpfooter span .ftinvwl-star:first-of-type {\n margin-left: 6px; }\n #wpfooter span .ftinvwl-star:last-of-type {\n margin-left: 3px; }\n #wpfooter i {\n color: #ff5739; }\n #wpfooter a {\n text-decoration: underline;\n color: #ff5739; }\n #wpfooter a:hover, #wpfooter a:active, #wpfooter a:focus {\n color: #000; }\n\n/* Color Picker */\n.tinvwl-color-picker {\n position: relative; }\n .tinvwl-color-picker .iris-picker {\n position: absolute;\n z-index: 9999; }\n .tinvwl-color-picker input[type=text] {\n color: #fff;\n border: 4px solid #fff;\n -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);\n box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14); }\n .tinvwl-color-picker .tinvwl-eyedropper {\n cursor: pointer;\n position: relative;\n display: inline-block;\n vertical-align: top;\n margin-left: 4px;\n width: 42px;\n height: 42px;\n background: #fff url(\"../img/color_icon.png\") no-repeat center;\n border: 1px solid rgba(0, 0, 0, 0.14);\n border-radius: 2px;\n -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1); }\n .tinvwl-color-picker .tinvwl-eyedropper a {\n color: #6b625a; }\n .tinvwl-color-picker .tinvwl-eyedropper i {\n display: inline-block;\n position: absolute;\n top: 15px;\n left: 14px;\n font-size: 12px; }\n .tinvwl-color-picker + .iris-picker .iris-square-value {\n width: 0;\n height: 0; }\n\n/* Modal */\n.tinvwl-overlay {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n visibility: hidden;\n opacity: 0;\n -webkit-transition: opacity .3s ease, visibility .3s ease;\n transition: opacity .3s ease, visibility .3s ease;\n background: #191919; }\n\n.tinvwl-modal.tinvwl-modal-open .tinvwl-overlay {\n visibility: visible;\n opacity: .5; }\n\n.admin-bar .tinvwl-content .tinvwl-modal {\n padding-top: 32px !important; }\n\n.tinvwl-content .tinvwl-modal {\n overflow-y: auto;\n overflow-x: hidden;\n top: 0;\n left: 0;\n width: 0;\n height: 0;\n z-index: 9999;\n position: fixed;\n outline: none !important;\n -webkit-backface-visibility: hidden;\n visibility: hidden;\n opacity: 0;\n text-align: left;\n -webkit-transition: opacity .3s ease, visibility .3s ease;\n transition: opacity .3s ease, visibility .3s ease; }\n .tinvwl-content .tinvwl-modal .tinvwl-modal-inner {\n position: relative;\n margin: 0 auto;\n background: #fff;\n border-radius: 4px; }\n .tinvwl-content .tinvwl-modal.tinvwl-modal-open {\n visibility: visible;\n opacity: 1;\n width: 100%;\n height: 100%; }\n\n@media screen and (max-width: 1200px) {\n .tinvwl-premium-feat .row {\n display: block; } }\n\n@media screen and (max-width: 782px) {\n .admin-bar .tinvwl-content .tinvwl-modal {\n padding-top: 46px !important; } }\n\n@media screen and (max-width: 600px) {\n .admin-bar .tinvwl-content .tinvwl-modal {\n padding-top: 0 !important; } }\n\n.tinvwl-modal .tinvwl-table {\n height: 100%; }\n\n.tinvwl-content .tinvwl-modal .tinvwl-modal-inner {\n max-width: 415px;\n padding: 40px 45px; }\n\n.tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails {\n text-align: center; }\n .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails p {\n margin: 0 0 26px; }\n .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails .tinvwl-btn.large {\n padding: 14px 33px; }\n .tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails .tinvwl-btn + .tinvwl-btn {\n margin-left: 6px; }\n\n/* Quick Buttons */\n.tinvwl-quick-btns {\n position: fixed;\n top: 25%;\n left: 100%;\n z-index: 9999; }\n .tinvwl-quick-btns button {\n display: block;\n width: 117px;\n font-size: 14px;\n font-family: \"Open Sans\", Arial, sans-serif;\n font-weight: 600;\n padding: 0 35px 0 0;\n border-radius: 2px;\n border: none;\n text-decoration: none;\n background: #96b100;\n color: #ffffff;\n -webkit-transform: translateX(-50px);\n transform: translateX(-50px);\n transition: -webkit-transform .3s ease;\n -webkit-transition: -webkit-transform .3s ease;\n transition: transform .3s ease;\n transition: transform .3s ease, -webkit-transform .3s ease; }\n\n.tinvwl-panel.only-button .tinvwl-quick-btns .form-control {\n display: block;\n width: 119px; }\n\n.tinvwl-quick-btns button:hover {\n -webkit-transform: translateX(-100%);\n transform: translateX(-100%); }\n\n.tinvwl-quick-btns button + button {\n margin-top: 4px; }\n\n.tinvwl-quick-btns button span {\n display: inline-block;\n width: 50px;\n padding: 15px 0;\n text-align: center; }\n\n/* Preview Select */\n@media (min-width: 1200px) {\n .tinvwl-empty-select + .tinvwl-input-group-btn {\n text-align: right; } }\n\n.tinvwl-empty-select + .tinvwl-input-group-btn .tinvwl-btn {\n margin-left: 0; }\n\n/* Bootstrap */\n.container, .container-fluid {\n /*padding-right: 15px;\n padding-left: 15px;*/\n margin-right: auto;\n margin-left: auto; }\n\n@media (min-width: 768px) {\n .container {\n width: 750px; } }\n\n@media (min-width: 992px) {\n .container {\n width: 970px; } }\n\n@media (min-width: 1200px) {\n .container {\n width: 1170px; } }\n\n.row {\n margin-right: -15px;\n margin-left: -15px; }\n\n.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {\n position: relative;\n min-height: 1px;\n padding-right: 15px;\n padding-left: 15px; }\n\n.tinvwl-table .form-group .row {\n /*margin-left: -5px;*/\n /*margin-right: -5px;*/ }\n\n.tinvwl-table .form-group [class^=\"col-\"] {\n /*padding-right: 5px;*/\n /*padding-left: 5px;*/ }\n\n.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {\n float: left; }\n\n.col-xs-12 {\n float: left;\n width: 100%; }\n\n.col-xs-11 {\n width: 91.66666667%; }\n\n.col-xs-10 {\n width: 83.33333333%; }\n\n.col-xs-9 {\n width: 75%; }\n\n.col-xs-8 {\n width: 66.66666667%; }\n\n.col-xs-7 {\n width: 58.33333333%; }\n\n.col-xs-6 {\n width: 50%; }\n\n.col-xs-5 {\n width: 41.66666667%; }\n\n.col-xs-4 {\n width: 33.33333333%; }\n\n.col-xs-3 {\n width: 25%; }\n\n.col-xs-2 {\n width: 16.66666667%; }\n\n.col-xs-1 {\n width: 8.33333333%; }\n\n.col-xs-pull-12 {\n right: 100%; }\n\n.col-xs-pull-11 {\n right: 91.66666667%; }\n\n.col-xs-pull-10 {\n right: 83.33333333%; }\n\n.col-xs-pull-9 {\n right: 75%; }\n\n.col-xs-pull-8 {\n right: 66.66666667%; }\n\n.col-xs-pull-7 {\n right: 58.33333333%; }\n\n.col-xs-pull-6 {\n right: 50%; }\n\n.col-xs-pull-5 {\n right: 41.66666667%; }\n\n.col-xs-pull-4 {\n right: 33.33333333%; }\n\n.col-xs-pull-3 {\n right: 25%; }\n\n.col-xs-pull-2 {\n right: 16.66666667%; }\n\n.col-xs-pull-1 {\n right: 8.33333333%; }\n\n.col-xs-pull-0 {\n right: auto; }\n\n.col-xs-push-12 {\n left: 100%; }\n\n.col-xs-push-11 {\n left: 91.66666667%; }\n\n.col-xs-push-10 {\n left: 83.33333333%; }\n\n.col-xs-push-9 {\n left: 75%; }\n\n.col-xs-push-8 {\n left: 66.66666667%; }\n\n.col-xs-push-7 {\n left: 58.33333333%; }\n\n.col-xs-push-6 {\n left: 50%; }\n\n.col-xs-push-5 {\n left: 41.66666667%; }\n\n.col-xs-push-4 {\n left: 33.33333333%; }\n\n.col-xs-push-3 {\n left: 25%; }\n\n.col-xs-push-2 {\n left: 16.66666667%; }\n\n.col-xs-push-1 {\n left: 8.33333333%; }\n\n.col-xs-push-0 {\n left: auto; }\n\n.col-xs-offset-12 {\n margin-left: 100%; }\n\n.col-xs-offset-11 {\n margin-left: 91.66666667%; }\n\n.col-xs-offset-10 {\n margin-left: 83.33333333%; }\n\n.col-xs-offset-9 {\n margin-left: 75%; }\n\n.col-xs-offset-8 {\n margin-left: 66.66666667%; }\n\n.col-xs-offset-7 {\n margin-left: 58.33333333%; }\n\n.col-xs-offset-6 {\n margin-left: 50%; }\n\n.col-xs-offset-5 {\n margin-left: 41.66666667%; }\n\n.col-xs-offset-4 {\n margin-left: 33.33333333%; }\n\n.col-xs-offset-3 {\n margin-left: 25%; }\n\n.col-xs-offset-2 {\n margin-left: 16.66666667%; }\n\n.col-xs-offset-1 {\n margin-left: 8.33333333%; }\n\n.col-xs-offset-0 {\n margin-left: 0; }\n\n@media (min-width: 768px) {\n .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {\n float: left; }\n .col-sm-12 {\n float: left;\n width: 100%; }\n .col-sm-11 {\n width: 91.66666667%; }\n .col-sm-10 {\n width: 83.33333333%; }\n .col-sm-9 {\n width: 75%; }\n .col-sm-8 {\n width: 66.66666667%; }\n .col-sm-7 {\n width: 58.33333333%; }\n .col-sm-6 {\n width: 50%; }\n .col-sm-5 {\n width: 41.66666667%; }\n .col-sm-4 {\n width: 33.33333333%; }\n .col-sm-3 {\n width: 25%; }\n .col-sm-2 {\n width: 16.66666667%; }\n .col-sm-1 {\n width: 8.33333333%; }\n .col-sm-pull-12 {\n right: 100%; }\n .col-sm-pull-11 {\n right: 91.66666667%; }\n .col-sm-pull-10 {\n right: 83.33333333%; }\n .col-sm-pull-9 {\n right: 75%; }\n .col-sm-pull-8 {\n right: 66.66666667%; }\n .col-sm-pull-7 {\n right: 58.33333333%; }\n .col-sm-pull-6 {\n right: 50%; }\n .col-sm-pull-5 {\n right: 41.66666667%; }\n .col-sm-pull-4 {\n right: 33.33333333%; }\n .col-sm-pull-3 {\n right: 25%; }\n .col-sm-pull-2 {\n right: 16.66666667%; }\n .col-sm-pull-1 {\n right: 8.33333333%; }\n .col-sm-pull-0 {\n right: auto; }\n .col-sm-push-12 {\n left: 100%; }\n .col-sm-push-11 {\n left: 91.66666667%; }\n .col-sm-push-10 {\n left: 83.33333333%; }\n .col-sm-push-9 {\n left: 75%; }\n .col-sm-push-8 {\n left: 66.66666667%; }\n .col-sm-push-7 {\n left: 58.33333333%; }\n .col-sm-push-6 {\n left: 50%; }\n .col-sm-push-5 {\n left: 41.66666667%; }\n .col-sm-push-4 {\n left: 33.33333333%; }\n .col-sm-push-3 {\n left: 25%; }\n .col-sm-push-2 {\n left: 16.66666667%; }\n .col-sm-push-1 {\n left: 8.33333333%; }\n .col-sm-push-0 {\n left: auto; }\n .col-sm-offset-12 {\n margin-left: 100%; }\n .col-sm-offset-11 {\n margin-left: 91.66666667%; }\n .col-sm-offset-10 {\n margin-left: 83.33333333%; }\n .col-sm-offset-9 {\n margin-left: 75%; }\n .col-sm-offset-8 {\n margin-left: 66.66666667%; }\n .col-sm-offset-7 {\n margin-left: 58.33333333%; }\n .col-sm-offset-6 {\n margin-left: 50%; }\n .col-sm-offset-5 {\n margin-left: 41.66666667%; }\n .col-sm-offset-4 {\n margin-left: 33.33333333%; }\n .col-sm-offset-3 {\n margin-left: 25%; }\n .col-sm-offset-2 {\n margin-left: 16.66666667%; }\n .col-sm-offset-1 {\n margin-left: 8.33333333%; }\n .col-sm-offset-0 {\n margin-left: 0; } }\n\n@media (min-width: 992px) {\n .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {\n float: left; }\n .col-md-12 {\n float: left;\n width: 100%; }\n .col-md-11 {\n width: 91.66666667%; }\n .col-md-10 {\n width: 83.33333333%; }\n .col-md-9 {\n width: 75%; }\n .col-md-8 {\n width: 66.66666667%; }\n .col-md-7 {\n width: 58.33333333%; }\n .col-md-6 {\n width: 50%; }\n .col-md-5 {\n width: 41.66666667%; }\n .col-md-4 {\n width: 33.33333333%; }\n .col-md-3 {\n width: 25%; }\n .col-md-2 {\n width: 16.66666667%; }\n .col-md-1 {\n width: 8.33333333%; }\n .col-md-pull-12 {\n right: 100%; }\n .col-md-pull-11 {\n right: 91.66666667%; }\n .col-md-pull-10 {\n right: 83.33333333%; }\n .col-md-pull-9 {\n right: 75%; }\n .col-md-pull-8 {\n right: 66.66666667%; }\n .col-md-pull-7 {\n right: 58.33333333%; }\n .col-md-pull-6 {\n right: 50%; }\n .col-md-pull-5 {\n right: 41.66666667%; }\n .col-md-pull-4 {\n right: 33.33333333%; }\n .col-md-pull-3 {\n right: 25%; }\n .col-md-pull-2 {\n right: 16.66666667%; }\n .col-md-pull-1 {\n right: 8.33333333%; }\n .col-md-pull-0 {\n right: auto; }\n .col-md-push-12 {\n left: 100%; }\n .col-md-push-11 {\n left: 91.66666667%; }\n .col-md-push-10 {\n left: 83.33333333%; }\n .col-md-push-9 {\n left: 75%; }\n .col-md-push-8 {\n left: 66.66666667%; }\n .col-md-push-7 {\n left: 58.33333333%; }\n .col-md-push-6 {\n left: 50%; }\n .col-md-push-5 {\n left: 41.66666667%; }\n .col-md-push-4 {\n left: 33.33333333%; }\n .col-md-push-3 {\n left: 25%; }\n .col-md-push-2 {\n left: 16.66666667%; }\n .col-md-push-1 {\n left: 8.33333333%; }\n .col-md-push-0 {\n left: auto; }\n .col-md-offset-12 {\n margin-left: 100%; }\n .col-md-offset-11 {\n margin-left: 91.66666667%; }\n .col-md-offset-10 {\n margin-left: 83.33333333%; }\n .col-md-offset-9 {\n margin-left: 75%; }\n .col-md-offset-8 {\n margin-left: 66.66666667%; }\n .col-md-offset-7 {\n margin-left: 58.33333333%; }\n .col-md-offset-6 {\n margin-left: 50%; }\n .col-md-offset-5 {\n margin-left: 41.66666667%; }\n .col-md-offset-4 {\n margin-left: 33.33333333%; }\n .col-md-offset-3 {\n margin-left: 25%; }\n .col-md-offset-2 {\n margin-left: 16.66666667%; }\n .col-md-offset-1 {\n margin-left: 8.33333333%; }\n .col-md-offset-0 {\n margin-left: 0; } }\n\n@media (min-width: 1200px) {\n .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {\n float: left; }\n .col-lg-12 {\n float: left;\n width: 100%; }\n .col-lg-11 {\n width: 91.66666667%; }\n .col-lg-10 {\n width: 83.33333333%; }\n .col-lg-9 {\n width: 75%; }\n .col-lg-8 {\n width: 66.66666667%; }\n .col-lg-7 {\n width: 58.33333333%; }\n .col-lg-6 {\n width: 50%; }\n .col-lg-5 {\n width: 41.66666667%; }\n .col-lg-4 {\n width: 33.33333333%; }\n .col-lg-3 {\n width: 25%; }\n .col-lg-2 {\n width: 16.66666667%; }\n .col-lg-1 {\n width: 8.33333333%; }\n .col-lg-pull-12 {\n right: 100%; }\n .col-lg-pull-11 {\n right: 91.66666667%; }\n .col-lg-pull-10 {\n right: 83.33333333%; }\n .col-lg-pull-9 {\n right: 75%; }\n .col-lg-pull-8 {\n right: 66.66666667%; }\n .col-lg-pull-7 {\n right: 58.33333333%; }\n .col-lg-pull-6 {\n right: 50%; }\n .col-lg-pull-5 {\n right: 41.66666667%; }\n .col-lg-pull-4 {\n right: 33.33333333%; }\n .col-lg-pull-3 {\n right: 25%; }\n .col-lg-pull-2 {\n right: 16.66666667%; }\n .col-lg-pull-1 {\n right: 8.33333333%; }\n .col-lg-pull-0 {\n right: auto; }\n .col-lg-push-12 {\n left: 100%; }\n .col-lg-push-11 {\n left: 91.66666667%; }\n .col-lg-push-10 {\n left: 83.33333333%; }\n .col-lg-push-9 {\n left: 75%; }\n .col-lg-push-8 {\n left: 66.66666667%; }\n .col-lg-push-7 {\n left: 58.33333333%; }\n .col-lg-push-6 {\n left: 50%; }\n .col-lg-push-5 {\n left: 41.66666667%; }\n .col-lg-push-4 {\n left: 33.33333333%; }\n .col-lg-push-3 {\n left: 25%; }\n .col-lg-push-2 {\n left: 16.66666667%; }\n .col-lg-push-1 {\n left: 8.33333333%; }\n .col-lg-push-0 {\n left: auto; }\n .col-lg-offset-12 {\n margin-left: 100%; }\n .col-lg-offset-11 {\n margin-left: 91.66666667%; }\n .col-lg-offset-10 {\n margin-left: 83.33333333%; }\n .col-lg-offset-9 {\n margin-left: 75%; }\n .col-lg-offset-8 {\n margin-left: 66.66666667%; }\n .col-lg-offset-7 {\n margin-left: 58.33333333%; }\n .col-lg-offset-6 {\n margin-left: 50%; }\n .col-lg-offset-5 {\n margin-left: 41.66666667%; }\n .col-lg-offset-4 {\n margin-left: 33.33333333%; }\n .col-lg-offset-3 {\n margin-left: 25%; }\n .col-lg-offset-2 {\n margin-left: 16.66666667%; }\n .col-lg-offset-1 {\n margin-left: 8.33333333%; }\n .col-lg-offset-0 {\n margin-left: 0; } }\n\n@media (max-width: 1199px) {\n .tinvwl-table .row > [class^=\"col-md-\"] + [class^=\"col-md-\"], .tinvwl-table .row > [class^=\"col-lg-\"] + [class^=\"col-lg-\"] {\n padding-top: 30px; }\n .tinvwl-table .form-group > [class^=\"col-md-\"] + [class^=\"col-md-\"], .tinvwl-table .form-group > [class^=\"col-lg-\"] + [class^=\"col-lg-\"] {\n padding-top: 30px; } }\n\n.fade {\n opacity: 0;\n -webkit-transition: opacity .15s linear;\n transition: opacity .15s linear; }\n .fade.in {\n opacity: 1; }\n\n.form-horizontal .form-group {\n margin-right: -15px;\n margin-left: -15px; }\n\n.form-group {\n margin-bottom: 23px; }\n\n.form-horizontal:last-of-type .form-group {\n /*margin-bottom: 0;*/ }\n\n.tinvwl-inner .form-group + .form-group > label {\n /*margin-top: 7px;*/ }\n\n.form-control {\n display: block;\n width: 100%; }\n\nlabel.one-line {\n display: inline-block;\n margin-bottom: 0;\n margin-right: 10px; }\n\n.control-label label {\n display: block;\n margin-bottom: 10px; }\n\n.form-horizontal .control-label label {\n padding-top: 9px;\n margin-bottom: 0; }\n\n@media (min-width: 1200px) {\n .tinvwl-table .tinvwl-header-row label {\n margin-bottom: 0; }\n .tinvwl-table .tinvwl-header-row .form-group {\n margin-top: -7px;\n margin-bottom: 13px; } }\n\n@media (max-width: 1199px) {\n .form-horizontal .control-label label {\n margin-bottom: 10px; }\n .tinvwl-table .tinvwl-header-row label {\n padding-top: 3px; } }\n\n.tinvwl-input-group-btn {\n margin-top: 13px; }\n\n.tinvwl-input-group {\n position: relative;\n display: table;\n border-collapse: separate; }\n\n.tinvwl-input-group-addon {\n width: 1%;\n white-space: nowrap;\n vertical-align: middle; }\n\n.tinvwl-input-group-btn {\n width: 1%;\n white-space: nowrap;\n vertical-align: middle;\n margin-top: 0;\n position: relative;\n white-space: nowrap; }\n .tinvwl-input-group-btn .tinvwl-btn {\n margin-left: 10px; }\n .tinvwl-input-group-btn > .btn {\n position: relative; }\n\n.tinvwl-input-group .form-control, .tinvwl-input-group-addon, .tinvwl-input-group-btn {\n display: table-cell; }\n\n.tinvwl-input-group .form-control {\n position: relative;\n z-index: 2;\n float: left;\n width: 100%;\n margin-bottom: 0; }\n\n@media only screen and (max-width: 1199px) {\n .tinvwl-input-group:not(.tinvwl-no-full) {\n display: block; }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control {\n float: none; }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {\n padding-top: 10px;\n padding-left: 0; }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn, .tinvwl-input-group:not(.tinvwl-no-full) .form-control {\n display: block; }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {\n margin-left: 0; }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > input, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > button {\n margin-left: 0; }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > input, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > button {\n margin-left: 0; } }\n\n.text-right {\n text-align: right; }\n\n@media (max-width: 1199px) {\n .text-right {\n text-align: left; } }\n\n@media (min-width: 768px) {\n .form-inline .form-group {\n display: inline-block;\n margin-bottom: 0;\n vertical-align: middle; }\n .form-inline .form-control {\n display: inline-block;\n width: auto;\n vertical-align: middle; }\n .form-inline .form-control-static {\n display: inline-block; }\n .form-inline .tinvwl-input-group {\n display: inline-table;\n vertical-align: middle; }\n .form-inline .tinvwl-input-group .tinvwl-input-group-addon, .form-inline .tinvwl-input-group .tinvwl-input-group-btn, .form-inline .tinvwl-input-group .form-control {\n width: auto; }\n .form-inline .tinvwl-input-group > .form-control {\n width: 100%; }\n .form-inline .control-label label {\n margin-bottom: 0;\n vertical-align: middle; }\n .form-inline .radio, .form-inline .checkbox {\n display: inline-block;\n margin-top: 0;\n margin-bottom: 0;\n vertical-align: middle; }\n .form-inline .radio label, .form-inline .checkbox label {\n padding-left: 0; }\n .form-inline .radio input[type=\"radio\"], .form-inline .checkbox input[type=\"checkbox\"] {\n position: relative;\n margin-left: 0; }\n .form-inline .has-feedback .form-control-feedback {\n top: 0; } }\n\n/*************************IMAGES *******************************/\n.logo_heart {\n background: url(\"../img/logo_heart.png\") no-repeat center;\n display: inline-block;\n background-size: 54px 54px;\n width: 54px;\n height: 54px; }\n\n.admin-rescue {\n background: url(\"../img/admin-rescue.png\") no-repeat center;\n display: inline-block;\n background-size: 61px 60px;\n width: 61px;\n height: 60px; }\n\n.admin-update {\n background: url(\"../img/admin-update.png\") no-repeat center;\n display: inline-block;\n background-size: 61px 60px;\n width: 61px;\n height: 60px; }\n\n.wizard_logo {\n background: url(\"../img/wizard_logo.png\") no-repeat center;\n background-size: 54px 54px;\n width: 54px;\n height: 54px;\n display: block;\n margin: 10px auto; }\n\n.wizard_setup {\n background: url(\"../img/wizard_setup.png\") no-repeat center;\n display: inline-block;\n background-size: 143px 144px;\n width: 143px;\n height: 144px; }\n\n.premium_adv {\n background: url(\"../img/premium_logo.png\") no-repeat center;\n display: inline-block;\n margin: 0 auto 35px;\n background-size: 107px 106px;\n width: 107px;\n height: 106px; }\n\n/************************** RETINA *************************/\n.tinvwl-content select {\n background-size: 13px 8px; }\n\n.tinvwl-select + .tinvwl-caret span {\n background-size: 13px 18px; }\n\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {\n background-size: 20px 30px; }\n\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {\n background-size: 20px 30px; }\n\n.tinvwl-color-picker .tinvwl-eyedropper {\n background-size: 28px 29px; }\n\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {\n .tinvwl-content select {\n background-image: url(\"../img/select_caret@2x.png\"); }\n .tinvwl-select + .tinvwl-caret span {\n background-image: url(\"../img/chevron_down@2x.png\"); }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {\n background-image: url(\"../img/chevron_icon@2x.png\"); }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {\n background-image: url(\"../img/chevron_icon@2x.png\"); }\n .tinvwl-color-picker .tinvwl-eyedropper {\n background-image: url(\"../img/color_icon@2x.png\"); }\n .logo_heart {\n background-image: url(\"../img/logo_heart@2x.png\"); }\n .admin-rescue {\n background-image: url(\"../img/admin-rescue@2x.png\"); }\n .admin-update {\n background-image: url(\"../img/admin-update@2x.png\"); }\n .wizard_logo {\n background-image: url(\"../img/wizard_logo@2x.png\"); }\n .wizard_setup {\n background-image: url(\"../img/wizard_setup@2x.png\"); } }\n\n/******************STYLE HEADINGS*********************/\n#style_options .tinvwl-table tbody tr .tinvwl-inner h2 {\n font-size: 18px;\n color: #291C09;\n text-transform: capitalize;\n font-weight: 600;\n margin-bottom: 21px;\n padding: 14px 0; }\n\n::-webkit-input-placeholder {\n color: #e5e5e5;\n opacity: 1 !important;\n /* for older chrome versions. may no longer apply. */ }\n\n:-moz-placeholder {\n /* Firefox 18- */\n color: #e5e5e5;\n opacity: 1 !important; }\n\n::-moz-placeholder {\n /* Firefox 19+ */\n color: #e5e5e5;\n opacity: 1 !important; }\n\n:-ms-input-placeholder {\n color: #e5e5e5; }\n"]}
1
+ {"version":3,"names":[],"mappings":"","sources":["admin.css"],"file":"admin.css","sourcesContent":["@charset \"UTF-8\";\n/*------------------------------------*\n\t$WEBFONT\n*------------------------------------*/\n/* Misc */\n* {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n*:before, *:after {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n.tinv-wishlist-clearfix:before, .tinv-wishlist-clearfix:after {\n display: table;\n content: \" \";\n}\n\n.container:before, .container:after {\n display: table;\n content: \" \";\n}\n\n.container-fluid:before, .container-fluid:after {\n display: table;\n content: \" \";\n}\n\n.row:before, .row:after {\n display: table;\n content: \" \";\n}\n\n.form-horizontal .form-group:before, .form-horizontal .form-group:after {\n display: table;\n content: \" \";\n}\n\n.form-group:before, .form-group:after {\n display: table;\n content: \" \";\n}\n\n.tablenav:before, .tablenav:after {\n display: table;\n content: \" \";\n}\n\n.tinvwl-panel:before, .tinvwl-panel:after {\n display: table;\n content: \" \";\n}\n\n.tinv-wishlist-clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .form-group:after, .tablenav:after, .tinvwl-panel:after {\n clear: both;\n}\n\n.tinvwl-header table, .tinvwl-content table {\n border-spacing: 0;\n border-collapse: collapse;\n width: 100%;\n max-width: 100%;\n}\n\n.tinvwl-header td, .tinvwl-header th {\n padding: 0;\n}\n\n.tinvwl-content td, .tinvwl-content th {\n padding: 0;\n}\n\n.tinvwl-header img, .tinvwl-content img {\n height: auto;\n max-width: 100%;\n}\n\n.tinvwl-header {\n /*margin-bottom: 40px;*/\n}\n\n/* General */\n#wpwrap {\n background: #f6f3ed;\n}\n\n#wpcontent {\n padding-left: 0;\n}\n\n#wpbody-content {\n padding-bottom: 135px;\n}\n\n#update-nag, .update-nag, .notice {\n margin: 20px 0 0 40px;\n}\n\ndiv.error, div.updated {\n margin: 20px 0 0 40px;\n}\n\n.notice {\n margin-right: 40px;\n}\n\ndiv.error, div.updated {\n margin-right: 40px;\n}\n\nbody .tinvwl-header, body .tinvwl-content {\n font-family: Arial, sans-serif;\n font-size: 14px;\n line-height: 1.429;\n color: #6b625a;\n}\n\nbutton, input, select, textarea {\n font-family: inherit;\n font-size: inherit;\n font-weight: inherit;\n}\n\nlabel, .tinv-label {\n display: block;\n font-size: 15px;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n color: #291C09;\n font-weight: 600;\n margin-bottom: 7px;\n}\n\nh1, h2, h3, h4, h5, h6, .wrap h1 {\n color: #291c09;\n font-family: \"Open Sans\", Arial, sans-serif;\n font-weight: normal;\n line-height: 1.313;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nh1, .wrap h1 {\n font-size: 30px;\n}\n\nh2 {\n font-size: 26px;\n}\n\nh3 {\n font-size: 22px;\n}\n\nh4 {\n font-size: 18px;\n}\n\nh5 {\n font-size: 14px;\n}\n\nh6 {\n font-size: 12px;\n}\n\n@media screen and (max-width: 1200px) {\n #update-nag, .update-nag, .notice {\n margin-top: 20px;\n margin-left: 20px;\n margin-right: 20px;\n }\n\n div.error, div.updated {\n margin-top: 20px;\n margin-left: 20px;\n margin-right: 20px;\n }\n}\n@media screen and (max-width: 782px) {\n .auto-fold #wpcontent {\n padding-left: 0;\n }\n\n #update-nag, .update-nag, .notice {\n margin: 20px 0 0 0;\n }\n\n div.error, div.updated {\n margin: 20px 0 0 0;\n }\n\n .notice {\n margin-right: 0;\n }\n\n div.error, div.updated {\n margin-right: 0;\n }\n}\n/**\n * SubMenu\n */\n#toplevel_page_tinvwl ul ul {\n display: none;\n margin-left: 15px;\n position: absolute;\n}\n#toplevel_page_tinvwl ul li:hover ul, #toplevel_page_tinvwl ul li.current ul {\n display: block;\n left: 145px;\n margin-left: 15px;\n position: absolute;\n top: 0;\n}\n\n/**\n * Header Page\n */\n/*.tinvwl-header {\n background-color: #FFF;\n height: 48px;\n left: -20px;\n margin: 0;\n padding: 24px 40px;\n position: relative;\n right: 0;\n width: calc(100% - 60px);\n top: 0;\n}\n.tinvwl-header .title {\n font-size: 21px;\n line-height: 21px;\n font-weight: 400;\n float: left;\n}*/\n/*.tinvwl-header .status-panel {\n float: right;\n}*/\n/**\n * Status Panel\n */\n.status-panel > div {\n display: inline-block;\n margin-left: 21px;\n}\n.status-panel .button-link {\n background-color: #FF5739;\n color: #FFF;\n text-decoration: none;\n text-transform: uppercase;\n line-height: 10px;\n font-weight: 600;\n height: 48px;\n display: table-cell;\n border-radius: 5px;\n padding: 0 17px;\n vertical-align: middle;\n}\n.status-panel .button-link span::before {\n color: #ffdc00;\n display: inline-block;\n font: normal 12px/1 \"dashicons\";\n vertical-align: bottom;\n -webkit-font-smoothing: antialiased;\n content: \"\";\n}\n.status-panel .button-round {\n border: 2px solid #f1f1f1;\n border-radius: 50%;\n width: 43px;\n padding-top: 5px;\n padding-left: 2px;\n height: 40px;\n display: table-cell;\n text-align: center;\n vertical-align: middle;\n}\n.status-panel .status-tutorial span::before {\n color: #515151;\n display: inline-block;\n font: normal 24px/1 \"dashicons\";\n vertical-align: middle;\n -webkit-font-smoothing: antialiased;\n content: \"\";\n}\n\n/**\n * Message Status\n */\n.tinvwl-status-message {\n font-family: Arial, sans-serif;\n font-size: 14px;\n line-height: 1.429;\n margin-top: 40px;\n color: #6b625a;\n border-top: 2px solid #f6f3ed;\n}\n.tinvwl-status-message .tinvwl-title {\n padding: 13px 20px;\n float: left;\n width: 142px;\n font-weight: bold;\n}\n.tinvwl-status-message.type-error .tinvwl-title, .tinvwl-status-message.type-tip .tinvwl-title {\n color: #fff;\n}\n.tinvwl-status-message.type-attention .tinvwl-title {\n color: #23282d;\n}\n.tinvwl-status-message.type-error .tinvwl-title {\n background: #ff3814;\n}\n.tinvwl-status-message.type-tip .tinvwl-title {\n background: #30aec4;\n}\n.tinvwl-status-message.type-attention .tinvwl-title {\n background: #ffe900;\n}\n.tinvwl-status-message .tinvwl-title i {\n margin-right: 10px;\n}\n.tinvwl-status-message.type-error > .tinvwl-title > i:before {\n content: \"\";\n}\n.tinvwl-status-message.type-tip > .tinvwl-title > i:before {\n content: \"\";\n}\n.tinvwl-status-message.type-attention > .tinvwl-title > i:before {\n content: \"\";\n}\n.tinvwl-status-message .tinvwl-message {\n padding: 13px 20px;\n overflow: hidden;\n height: 100%;\n background: #faf9f7;\n}\n\n@media screen and (max-width: 782px) {\n .tinvwl-status-message {\n margin-top: 20px;\n }\n}\n/**\n * Form Elements\n */\n.tinvwl-content label {\n /*font-size: 14px;\n font-weight: 600;\n margin: 2px;*/\n /*line-height: 42px;*/\n}\n.tinvwl-content a {\n text-decoration: none;\n color: #30aec4;\n}\n.tinvwl-content a:hover, .tinvwl-content a:active, .tinvwl-content a:focus {\n color: #524737;\n}\n.tinvwl-content input[type=text], .tinvwl-content input[type=password], .tinvwl-content input[type=checkbox], .tinvwl-content input[type=color], .tinvwl-content input[type=date], .tinvwl-content input[type=datetime], .tinvwl-content input[type=datetime-local], .tinvwl-content input[type=email], .tinvwl-content input[type=month], .tinvwl-content input[type=number], .tinvwl-content input[type=radio], .tinvwl-content input[type=tel], .tinvwl-content input[type=time], .tinvwl-content input[type=url], .tinvwl-content input[type=week], .tinvwl-content input[type=search] {\n line-height: 1.429;\n padding: 9px 13px;\n margin: 0;\n color: #4f4639;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n}\n.tinvwl-content select {\n line-height: 1.429;\n padding: 9px 13px;\n margin: 0;\n color: #4f4639;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n}\n.tinvwl-content textarea {\n line-height: 1.429;\n padding: 9px 13px;\n margin: 0;\n color: #4f4639;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n box-shadow: inset 1px 1px 6px 0 rgba(170, 157, 137, 0.14);\n height: 70px;\n}\n.tinvwl-content input[type=text], .tinvwl-content input[type=password], .tinvwl-content input[type=color], .tinvwl-content input[type=date], .tinvwl-content input[type=datetime], .tinvwl-content input[type=datetime-local], .tinvwl-content input[type=email], .tinvwl-content input[type=month], .tinvwl-content input[type=number], .tinvwl-content input[type=tel], .tinvwl-content input[type=time], .tinvwl-content input[type=url], .tinvwl-content input[type=week], .tinvwl-content input[type=search] {\n height: 42px;\n border-radius: 4px;\n}\n.tinvwl-content select {\n height: 42px;\n border-radius: 4px;\n}\n.tinvwl-content .tablenav input[type=search] {\n height: 35px;\n width: 210px;\n padding: 9px 13px;\n -webkit-box-shadow: none;\n box-shadow: none;\n border: none;\n background: #f4f3ef;\n}\n.tinvwl-content .tablenav input[type=search] + input[type=submit], .tinvwl-content .tablenav input[type=search] + button[type=submit] {\n vertical-align: middle;\n}\n.tinvwl-content .tablenav .tinvwl-select-wrap + input[type=submit] {\n float: right;\n margin-left: 8px !important;\n}\n.tinvwl-content .tablenav input[type=search] + input[type=submit], .tinvwl-content .tablenav input[type=search] + button[type=submit] {\n float: right;\n margin-left: 8px !important;\n}\n.tinvwl-content input[type=text]:disabled, .tinvwl-content input[type=password]:disabled, .tinvwl-content input[type=color]:disabled, .tinvwl-content input[type=date]:disabled, .tinvwl-content input[type=datetime]:disabled, .tinvwl-content input[type=datetime-local]:disabled, .tinvwl-content input[type=email]:disabled, .tinvwl-content input[type=month]:disabled, .tinvwl-content input[type=number]:disabled, .tinvwl-content input[type=tel]:disabled, .tinvwl-content input[type=time]:disabled, .tinvwl-content input[type=url]:disabled, .tinvwl-content input[type=week]:disabled, .tinvwl-content input[type=search]:disabled {\n font-size: 15px;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n font-weight: 600;\n color: #291C09;\n background-color: #f6f3ed;\n border-color: #f6f3ed;\n}\n.tinvwl-content select {\n font-family: Arial, sans-serif;\n font-size: 14px;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n cursor: pointer;\n padding: 9px 40px 9px 13px;\n background-color: #fff;\n background-image: url(\"../img/select_caret.png\");\n background-repeat: no-repeat;\n background-position: 96% center;\n background-position: calc(100% - 15px) center;\n}\n.tinvwl-content select:disabled {\n font-size: 15px;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n font-weight: 600;\n color: #291C09;\n background-color: #f6f3ed;\n border-color: #f6f3ed;\n}\n.tinvwl-content select[multiple=multiple] {\n padding: 9px 13px;\n background: #fff;\n}\n.tinvwl-content .tinvwl-select.grey {\n font-size: 14px;\n font-family: \"Arial\", \"Helvetica Neue\", Helvetica, sans-serif;\n padding: 8px 11px;\n height: 35px;\n border: none;\n color: #5D5D5D;\n background: #f4f3ef;\n}\n\n@media screen and (max-width: 782px) {\n input, textarea {\n font-size: 14px;\n }\n\n #wpbody .tinvwl-content select {\n height: 42px;\n font-size: 14px;\n }\n}\n.tinvwl-select-wrap {\n position: relative;\n display: inline-block;\n vertical-align: middle;\n cursor: pointer;\n}\n\n.tinvwl-content select.tinvwl-select.grey {\n padding-right: 47px;\n margin: 0;\n border-radius: 4px;\n}\n\n.tinvwl-select + .tinvwl-caret {\n pointer-events: none;\n display: inline-block;\n position: absolute;\n top: 0;\n right: 0;\n width: 36px;\n height: 36px;\n line-height: 36px;\n text-align: center;\n border-radius: 0 4px 4px 0;\n}\n.tinvwl-select + .tinvwl-caret span {\n display: inline-block;\n width: 13px;\n height: 8px;\n background: url(\"../img/chevron_down.png\") no-repeat center;\n background-position: 0 -10px;\n}\n.tinvwl-select:hover + .tinvwl-caret {\n background: #3e3e3e;\n}\n.tinvwl-select:hover + .tinvwl-caret span {\n background-position: 0 0;\n}\n\n/* Buttons */\n.tinvwl-content .tinvwl-nav {\n margin: 0 40px;\n}\n.tinvwl-content .tinvwl-panel + .tinvwl-nav {\n margin-top: 40px;\n}\n\n.tinvwl-nav .tinvwl-prev {\n float: left;\n}\n.tinvwl-nav .tinvwl-prev .tinvwl-btn {\n float: left;\n}\n.tinvwl-nav .tinvwl-next {\n float: right;\n text-align: right;\n}\n.tinvwl-nav .tinvwl-btn + .tinvwl-btn {\n margin-left: 20px;\n}\n\n.tinvwl-panel.only-button.w-bg {\n background: none;\n overflow: visible;\n}\n.tinvwl-panel.only-button.w-shadow {\n -webkit-box-shadow: none;\n box-shadow: none;\n overflow: visible;\n}\n.tinvwl-panel.only-button thead, .tinvwl-panel.only-button tfoot, .tinvwl-panel.only-button .control-label {\n display: none;\n}\n.tinvwl-panel.only-button .form-group {\n margin-bottom: 0;\n}\n.tinvwl-panel.only-button .form-control {\n display: inline-block;\n width: auto;\n}\n.tinvwl-panel.only-button .tinvwl-table > tbody > tr > td {\n padding: 0;\n}\n.tinvwl-panel.only-button #save_buttons--setting_save {\n display: inline-block;\n}\n.tinvwl-panel.only-button #save_buttons--setting_reset {\n display: inline-block;\n float: right;\n}\n.tinvwl-panel.only-button #save_buttons--setting_reset .form-control {\n background-color: #ffffff;\n color: #3e3e3e;\n}\n.tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split span {\n background: #fbfaf9;\n}\n.tinvwl-panel.only-button #save_buttons--setting_reset .form-control:hover {\n color: #fff;\n background-color: #515151;\n}\n.tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split:hover span {\n background: #434343;\n}\n\n/* reset button */\n#doaction, #doaction2, #post-query-submit {\n margin: 0;\n}\n\nbutton, input[type=submit] {\n display: inline-block;\n vertical-align: middle;\n margin: 0;\n font-family: \"Open Sans\", Arial, sans-serif;\n font-size: 14px;\n line-height: normal;\n cursor: pointer;\n text-decoration: none;\n}\n\n.tinvwl-btn {\n display: inline-block;\n vertical-align: middle;\n margin: 0;\n font-family: \"Open Sans\", Arial, sans-serif;\n font-size: 14px;\n line-height: normal;\n cursor: pointer;\n text-decoration: none;\n padding: 11px 19px 12px 18px;\n font-weight: 800;\n text-align: center;\n text-transform: uppercase;\n letter-spacing: -0.025em;\n border: none;\n border-radius: 2px;\n color: #fff;\n background-color: #96b100;\n}\n\na.tinvwl-btn {\n padding: 11px 19px 12px 18px;\n font-weight: 800;\n text-align: center;\n text-transform: uppercase;\n letter-spacing: -0.025em;\n border: none;\n border-radius: 2px;\n color: #fff;\n background-color: #96b100;\n}\n\n.tinvwl-btn.large {\n padding: 14px 19px 14px 18px;\n}\n.tinvwl-btn.small {\n padding: 6px 11px 7px;\n}\n.tinvwl-btn.smaller {\n /*padding: 7px 15px;*/\n padding: 11px 18px 12px;\n}\n.tinvwl-btn.red, .tinvwl-btn.green, .tinvwl-btn.dark-green, .tinvwl-btn.black {\n font-weight: 800;\n}\n.tinvwl-btn.grey {\n /*padding: 6px 11px 7px;*/\n margin: 0;\n padding: 8px 12px;\n font-weight: bold;\n /*letter-spacing: 0;*/\n color: #3e3e3e;\n background: #F4F3EF;\n}\n.tinvwl-btn.grey.large {\n font-weight: 800;\n padding: 14px 19px 14px 18px;\n}\n.tinvwl-btn.grey.w-icon {\n letter-spacing: -0.025em;\n}\n.tinvwl-btn.red {\n color: #fff;\n background-color: #ff5739;\n}\n.tinvwl-btn.orange {\n color: #fff;\n background-color: #FF9F07;\n}\n.tinvwl-btn.dark-green {\n /*color: #fff;*/\n /*background-color: #96b100;*/\n}\n.tinvwl-btn.white.smaller {\n font-size: 14px;\n font-weight: bold;\n letter-spacing: -0.05em;\n padding: 10px 15px 11px;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n}\n.tinvwl-btn.white.small {\n font-family: Arial, sans-serif;\n font-size: 14px;\n text-transform: none;\n font-weight: normal;\n border: 1px solid rgba(0, 0, 0, 0.14);\n -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n padding: 9px 18px;\n color: #4f4639;\n}\n.tinvwl-btn.small.white:hover, .tinvwl-btn.small.white:active, .tinvwl-btn.small.white:focus {\n color: #fff;\n}\n.tinvwl-btn.white {\n color: #291c09;\n background: #fff;\n}\n.tinvwl-btn.white.no-txt {\n padding: 12px 16px;\n}\n.tinvwl-btn.white.small.no-txt {\n padding: 9px 12px;\n}\n.tinvwl-btn.white i {\n color: #6b625a;\n margin-right: 11px;\n}\n.tinvwl-btn.w-icon {\n font-weight: 800;\n}\n.tinvwl-btn.w-icon i {\n margin-right: 16px;\n}\n.tinvwl-btn.round.w-icon i {\n margin-right: 15px;\n font-size: 16px;\n}\n.tinvwl-btn.w-icon i.ftinvwl-graduation-cap {\n vertical-align: text-bottom;\n}\n.tinvwl-btn.red.w-icon i {\n margin-right: 13px;\n}\n.tinvwl-btn.xl-icon i, .tinvwl-btn.round.xl-icon i {\n font-size: 17px;\n margin-right: 15px;\n}\n.tinvwl-btn.lg-icon i {\n font-size: 15px;\n}\n.tinvwl-btn.md-icon i, .tinvwl-btn.round.md-icon i {\n font-size: 14px;\n}\n.tinvwl-btn.sm-icon i {\n font-size: 13px;\n}\n.tinvwl-btn.xs-icon i {\n font-size: 11px;\n vertical-align: 1%;\n}\n.tinvwl-btn.white.no-txt i {\n margin-right: 0;\n}\n.tinvwl-btn.white:hover i, .tinvwl-btn.white:active i, .tinvwl-btn.white:focus i {\n color: #fff;\n}\n.tinvwl-btn.green {\n color: #fff;\n background-color: #a9c203;\n}\n.tinvwl-btn.black {\n color: #fff;\n background-color: #515151;\n}\n.tinvwl-btn.smaller-txt {\n font-size: 12px;\n padding: 15px 20px;\n}\n.tinvwl-btn.medium {\n letter-spacing: 0;\n}\n.tinvwl-btn.medium.smaller-txt {\n padding: 9px 16px;\n}\n.tinvwl-btn.round {\n border-radius: 25px;\n padding: 15px 28px 16px;\n}\n.tinvwl-btn.round.red {\n /*padding: 15px 22px 16px;*/\n padding: 16px 30px;\n}\n.tinvwl-btn.split {\n padding: 0 26px 0 0;\n}\n.tinvwl-btn.split span {\n display: inline-block;\n text-align: center;\n width: 46px;\n padding: 14px 0;\n margin-right: 14px;\n border-radius: 4px 0 0 4px;\n background: #8aa300;\n}\n.tinvwl-btn.split:hover span, .tinvwl-btn.split:active span, .tinvwl-btn.split:focus span {\n background: #434343;\n}\n.tinvwl-btn.split.green span {\n background: #b9cf09;\n}\n.tinvwl-btn.split.black span {\n background: #434343;\n}\n.tinvwl-btn.split span i {\n font-size: 17px;\n}\n.tinvwl-btn:not(:disabled):hover, .tinvwl-btn:not(:disabled):active, .tinvwl-btn:not(:disabled):focus {\n color: #fff;\n /*background: #3e3e3e;*/\n background-color: #515151;\n}\n\na.tinvwl-btn:not(:disabled):hover, a.tinvwl-btn:not(:disabled):active, a.tinvwl-btn:not(:disabled):focus {\n color: #fff;\n /*background: #3e3e3e;*/\n background-color: #515151;\n}\n\n/* Icons */\n.tinvwl-header {\n padding: 21px 40px;\n margin-bottom: 40px;\n background: #ffffff;\n}\n.tinvwl-header .icon.border-grey {\n position: relative;\n display: inline-block;\n width: 45px;\n height: 45px;\n line-height: 45px;\n text-align: center;\n background: #fff;\n border: 2px solid #f1f1f1;\n border-radius: 50%;\n color: #3e3e3e;\n}\n.tinvwl-header .icon.border-grey:hover {\n border-color: #515151;\n}\n.tinvwl-header .icon.w-lines {\n position: relative;\n padding: 0 30px;\n}\n.tinvwl-header .icon.w-lines:before, .tinvwl-header .icon.w-lines:after {\n content: \"\";\n position: absolute;\n top: 50%;\n top: calc(50% - 1px);\n width: 17px;\n height: 1px;\n background: rgba(0, 0, 0, 0.12);\n}\n.tinvwl-header .icon.w-lines:before {\n left: 0;\n}\n.tinvwl-header .icon.w-lines:after {\n right: 0;\n}\n.tinvwl-header .icon .badge {\n position: absolute;\n top: -5px;\n right: -10px;\n display: inline-block;\n min-width: 26px;\n height: 26px;\n font-size: 11px;\n line-height: 19px;\n font-weight: bold;\n background: #ff5739;\n border: 3px solid #ffffff;\n color: #ffffff;\n border-radius: 50%;\n}\n\n.tinwl-logo i.logo_heart {\n min-width: 54px;\n}\n.tinwl-logo h2 {\n font-size: 18px;\n font-weight: bold;\n text-transform: uppercase;\n line-height: 1;\n padding-left: 10px;\n}\n\n.tinvwl-header .tinvwl-title {\n padding-left: 28px;\n margin-left: 28px;\n border-left: 1px solid #dcddde;\n}\n.tinvwl-header h1 {\n color: #3e3e3e;\n padding: 0;\n}\n.tinvwl-header .tinvwl-status-panel {\n margin-top: -12px;\n}\n.tinvwl-header .tinvwl-status-panel > a {\n vertical-align: middle;\n}\n.tinvwl-header .tinvwl-status-panel > a + a {\n margin-left: 15px;\n}\n.tinvwl-header .tinvwl-btn {\n margin-top: 15px;\n margin-top: 18px;\n}\n.tinvwl-header .tinvwl-btn.red i {\n color: #ffdc00;\n}\n.tinvwl-header .tinvwl-status-panel {\n text-align: right;\n}\n\n.tinvwl-sign-icon {\n font-size: 30px;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n color: #948d84;\n}\n\n@media (max-width: 1199px) {\n .tinvwl-header {\n text-align: center;\n }\n .tinvwl-header .tinvwl-table, .tinvwl-header .tinvwl-cell, .tinvwl-header .tinvwl-cell-3 {\n display: block;\n }\n .tinvwl-header h1 + .tinvwl-status-panel {\n margin-top: 25px;\n }\n .tinvwl-header .tinvwl-status-panel {\n text-align: center;\n margin-top: 15px;\n }\n .tinvwl-header .tinvwl-status-panel > a + a {\n margin-left: 9px;\n }\n\n .tinwl-logo {\n display: block;\n margin: 0 auto;\n }\n .tinwl-logo h2, .tinwl-logo img {\n display: block;\n margin: 0 auto;\n }\n\n .tinvwl-header .tinvwl-title {\n display: block;\n margin: 0 auto;\n }\n\n .tinwl-logo h2 {\n padding-left: 0;\n margin-left: 0;\n margin-top: 6px;\n }\n\n .tinvwl-header .tinvwl-title {\n position: relative;\n padding-left: 12px;\n padding-right: 12px;\n padding-top: 13px;\n margin-left: 0;\n margin-top: 16px;\n border-left: 0;\n }\n .tinvwl-header .tinvwl-title:before {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n width: 40px;\n height: 1px;\n margin: 0 auto;\n background: #dcddde;\n }\n}\n@media (max-width: 782px) {\n .tinvwl-header .tinvwl-btn .tinvwl-txt {\n display: none;\n }\n .tinvwl-header .tinvwl-btn i {\n margin-right: 0 !important;\n }\n .tinvwl-header .tinvwl-btn.grey {\n padding-left: 16px;\n padding-right: 16px;\n }\n}\n.tinvwl-content h2 {\n /*margin: 0;*/\n /*line-height: 40px;*/\n}\n\n/* Privacy Navigation */\n.tinwl-wishlists-privacy {\n margin: -10px 0 0;\n}\n.tinwl-wishlists-privacy li {\n float: left;\n margin: 10px 10px 0 0;\n}\n.tinwl-wishlists-privacy li:last-child {\n margin-right: 0;\n}\n.tinwl-wishlists-privacy li a {\n display: block;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n font-size: 14px;\n font-weight: 600;\n line-height: 1;\n padding: 10px 16px;\n border-radius: 3px;\n color: #404040;\n background: #ede8df;\n}\n.tinwl-wishlists-privacy li.active a {\n color: #fff;\n background-color: #96b100;\n}\n.tinwl-wishlists-privacy li a:hover, .tinwl-wishlists-privacy li a:active, .tinwl-wishlists-privacy li a:focus {\n color: #fff;\n background-color: #96b100;\n}\n\n@media screen and (max-width: 782px) {\n .tinwl-wishlists-privacy {\n margin-left: 15px;\n }\n}\n/* Panel */\n.tinvwl-panel {\n margin: 40px 40px 0;\n}\n.tinvwl-panel .w-bg-grey {\n background: #fbfaf9;\n}\n.tinvwl-panel.w-shadow {\n -webkit-box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14);\n box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14);\n}\n.tinvwl-panel.w-bg {\n background: #ffffff;\n border-radius: 4px;\n}\n\n.tinvwl-table.w-info .tinvwl-info[rowspan] {\n vertical-align: middle;\n}\n.tinvwl-table.w-info .tinvwl-info[rowspan] .tinvwl-info-sign {\n vertical-align: middle;\n}\n.tinvwl-table.w-info .tinvwl-info-top > tr .tinvwl-info {\n vertical-align: top;\n}\n\n@media screen and (max-width: 1200px) {\n .tinvwl-panel {\n margin: 20px 20px 0;\n }\n\n .tinvwl-header {\n margin-bottom: 20px;\n }\n}\n@media screen and (max-width: 782px) {\n .tinvwl-panel {\n margin: 20px 0 0;\n }\n .tinvwl-panel.only-button {\n text-align: center;\n }\n}\n/**\n * Content Elements\n */\n.tinvwl-content {\n /*margin: 14px 40px 10px 20px;*/\n}\n.tinvwl-content section {\n /*margin-top: 20px;*/\n /*background-color: #FFF;*/\n /*border-radius: 5px;*/\n}\n.tinvwl-content section:after {\n /*content: '';\n display: block;\n height: 0;\n clear: both;*/\n}\n\n/* Preview Icon */\n.tinvwl-icon-preview {\n position: relative;\n width: 50px;\n height: 42px;\n margin-right: 10px;\n margin-bottom: 10px;\n text-align: center;\n border-radius: 2px;\n color: #595857;\n background: #f6f3ed;\n}\n.tinvwl-icon-preview span {\n position: absolute;\n top: 50%;\n left: 0;\n right: 0;\n -webkit-transform: translateY(-50%);\n transform: translateY(-50%);\n}\n.tinvwl-icon-preview span img {\n max-width: 50px;\n max-height: 42px;\n vertical-align: middle;\n}\n\n@media (min-width: 1200px) {\n .tinvwl-icon-preview {\n margin-bottom: 0;\n }\n}\n/* Table */\n.tinvwl-content .table-wrap {\n /*padding: 25px 0;*/\n}\n.tinvwl-content table.widefat {\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n.tinvwl-content .tablenav {\n height: auto;\n margin: 30px;\n background: #ffffff;\n}\n.tinvwl-content .tablenav .actions {\n /*padding: 6px 0 0;*/\n padding: 0;\n}\n.tinvwl-content .widefat th, .tinvwl-content .widefat td {\n text-align: center;\n padding: 0;\n}\n.tinvwl-content .widefat th {\n padding: 27px 0;\n position: relative;\n}\n\n@media screen and (max-width: 782px) {\n .tablenav.top .actions {\n display: block;\n }\n .tablenav br.tinv-wishlist-clear {\n display: none;\n }\n\n .tinvwl-content .tablenav {\n margin: 15px 12px;\n }\n .tinvwl-content .tablenav .alignleft, .tinvwl-content .tablenav .alignright {\n float: none;\n }\n .tinvwl-content .tablenav .tinvwl-full {\n display: none;\n }\n .tinvwl-content .tablenav .alignleft + .alignright {\n margin-top: 10px;\n }\n .tinvwl-content .tablenav .tinvwl-select-wrap {\n width: calc(100% - 75px);\n }\n\n #wpbody .tinvwl-content .tablenav .tinvwl-select-wrap select.tinvwl-select {\n max-width: 100%;\n width: 100%;\n height: 35px;\n padding: 9px 13px;\n }\n\n .tinvwl-content .tablenav input[type=search] {\n width: calc(100% - 84px);\n }\n}\n.tinvwl-info-wrap.tinvwl-in-table {\n /*position: absolute;\n top: 50%;\n margin-top: -11px;*/\n}\n\n.tinvwl-content .widefat th.sortable, .tinvwl-content .widefat th.sorted {\n padding: 0;\n}\n.tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {\n padding: 28px 17px;\n}\n.tinvwl-content .widefat th.tinvwl-has-info {\n padding-top: 28px;\n}\n.tinvwl-content .widefat th.tinvwl-has-info.sortable > a, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a {\n padding-top: 0;\n}\n.tinvwl-content .widefat th.sortable:first-of-type, .tinvwl-content .widefat th.sorted:first-of-type {\n padding-left: 0;\n}\n.tinvwl-content .widefat th.sortable:first-of-type > a, .tinvwl-content .widefat th.sorted:first-of-type > a {\n padding-left: 28px;\n}\n.tinvwl-content .widefat th:first-of-type {\n text-align: left;\n padding-left: 28px;\n}\n.tinvwl-content .widefat td:first-of-type {\n text-align: left;\n padding-left: 28px;\n}\n.tinvwl-content .widefat th .tinvwl-help-wrap {\n display: inline-block;\n margin-left: 6px;\n}\n.tinvwl-content .widefat th.sortable > a + .tinvwl-help-wrap, .tinvwl-content .widefat th.sorted > a + .tinvwl-help-wrap {\n margin-left: 0;\n}\n.tinvwl-content .widefat thead tr {\n background: #f4f3ef;\n}\n.tinvwl-content .striped > tbody > :nth-child(odd), .tinvwl-content ul.striped > :nth-child(odd) {\n background: none;\n}\n.tinvwl-content .widefat thead td.check-column, .tinvwl-content .widefat tbody th.check-column {\n width: 50px;\n padding: 28px 0 28px 28px;\n vertical-align: middle;\n}\n.tinvwl-content .widefat thead td.check-column {\n padding: 28px 0 28px 28px;\n}\n.tinvwl-content .widefat tbody th.check-column {\n padding: 13px 0 13px 28px;\n}\n.tinvwl-content .widefat thead td.check-column + th {\n padding-left: 21px;\n}\n.tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > a, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > a {\n padding-left: 21px;\n}\n.tinvwl-content .widefat tbody th.check-column + td {\n padding-left: 21px;\n}\n.tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > .tinvwl-info-wrap.tinvwl-in-table, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > .tinvwl-info-wrap.tinvwl-in-table {\n padding-left: 21px;\n}\n.tinvwl-content .widefat thead td.pause-play-column {\n padding: 0;\n width: 53px;\n text-align: center;\n}\n.tinvwl-content .widefat tbody th.pause-play-column {\n padding: 0;\n width: 53px;\n text-align: center;\n}\n.tinvwl-content th.sortable a, .tinvwl-content th.sorted a {\n padding: 0;\n}\n.tinvwl-content .widefat th {\n font-size: 14px;\n font-weight: 600;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n color: #291C09;\n text-transform: uppercase;\n letter-spacing: -0.025em;\n}\n.tinvwl-content th.sortable > a, .tinvwl-content th.sorted > a {\n font-size: 14px;\n font-weight: 600;\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n color: #291C09;\n text-transform: uppercase;\n letter-spacing: -0.025em;\n}\n.tinvwl-content th.sortable > a, .tinvwl-content th.sorted > a {\n display: inline-block;\n vertical-align: middle;\n}\n.tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {\n position: relative;\n}\n.tinvwl-content .widefat th.sortable > a .sorting-indicator, .tinvwl-content .widefat th.sorted > a .sorting-indicator {\n position: absolute;\n top: 50%;\n right: 0;\n margin-top: -2px;\n}\n.tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {\n margin-top: -15px;\n}\n.tinvwl-content th.sortable a span, .tinvwl-content th.sorted a span {\n float: none;\n}\n.tinvwl-content table.widefat {\n /*table-layout: auto;*/\n border: none;\n border-bottom: 2px solid #f7f7f7;\n}\n.tinvwl-content .widefat thead td, .tinvwl-content .widefat thead th {\n border-bottom: 0;\n}\n.tinvwl-content .widefat td {\n padding: 24px 0;\n vertical-align: middle;\n}\n.tinvwl-content .widefat tbody td {\n padding: 13px 0;\n}\n.tinvwl-content .widefat td {\n font-size: 14px;\n}\n.tinvwl-content .widefat td ol, .tinvwl-content .widefat td p, .tinvwl-content .widefat td ul {\n font-size: 14px;\n}\n.tinvwl-content .widefat tbody tr + tr {\n border-top: 2px solid #f7f7f7;\n}\n.tinvwl-content .widefat thead th.column-preference {\n /*display: none;*/\n text-indent: -9999px;\n}\n.tinvwl-content .widefat.wishlists thead th.column-preference, .tinvwl-content .widefat.wishlists tbody td.column-preference {\n min-width: 220px;\n width: 220px;\n}\n.tinvwl-content .widefat:not(.products) tbody td.column-preference {\n text-align: right;\n}\n.tinvwl-content .widefat.products thead th.column-quantity a > span:not(.sorting-indicator) {\n max-width: 91px;\n}\n.tinvwl-content .widefat.users tbody .column-name > a {\n display: block;\n}\n.tinvwl-content .widefat.products thead th.column-preference, .tinvwl-content .widefat.products tbody td.column-preference {\n width: 345px;\n min-width: 345px;\n}\n.tinvwl-content .widefat.users thead th.column-preference, .tinvwl-content .widefat.users tbody td.column-preference {\n width: 165px;\n min-width: 165px;\n}\n.tinvwl-content .widefat tbody .column-name strong {\n font-weight: normal;\n}\n.tinvwl-content .widefat tbody .column-name > a {\n display: table;\n}\n.tinvwl-content .widefat tbody .column-name .product-image {\n display: table-cell;\n vertical-align: middle;\n}\n.tinvwl-content .widefat tbody .column-name .product-image img {\n max-width: 66px;\n}\n.tinvwl-content .widefat tbody .column-name .product-title {\n display: table-cell;\n vertical-align: middle;\n padding-left: 15px;\n}\n.tinvwl-content .widefat thead th.column-preference, .tinvwl-content .widefat tbody td.column-preference {\n padding-right: 20px;\n}\n.tinvwl-content .widefat.products tbody td.column-preference > a {\n margin-right: 10px;\n float: left;\n}\n.tinvwl-content .widefat.products tbody td.column-preference > a:last-child {\n margin-right: 0;\n}\n.tinvwl-content .tablenav .tablenav-pages {\n float: none;\n text-align: center;\n height: auto;\n margin-top: 0;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links > a {\n display: inline-block;\n vertical-align: middle;\n text-align: center;\n font-size: 14px;\n font-weight: normal;\n padding: 0;\n min-width: 38px;\n height: 38px;\n line-height: 38px;\n border-radius: 50%;\n border: none;\n background: none;\n color: #3e3e3e;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links > span {\n display: inline-block;\n vertical-align: middle;\n text-align: center;\n font-size: 14px;\n font-weight: normal;\n padding: 0;\n min-width: 38px;\n height: 38px;\n line-height: 38px;\n border-radius: 50%;\n border: none;\n background: none;\n color: #3e3e3e;\n color: rgba(62, 62, 62, 0.46);\n background: #f3f1ec;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page {\n background: #f3f1ec;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links > .tinvwl-page-number.space {\n background: none;\n color: #3e3e3e;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links > a:hover {\n background: #3e3e3e;\n color: #fff;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover {\n background: #3e3e3e;\n color: #fff;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page {\n margin-right: 20px;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover {\n background: #3e3e3e;\n color: #fff;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page {\n margin-left: 20px;\n}\n.tinvwl-content .tablenav .tablenav-pages .tinvwl-chevron {\n display: inline-block;\n vertical-align: middle;\n width: 9px;\n height: 16px;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron {\n background: url(\"../img/chevron_icon.png\") no-repeat center;\n background-position: 0 -16px;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {\n background: url(\"../img/chevron_icon.png\") no-repeat center;\n background-position: 0 0;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron {\n background: url(\"../img/chevron_icon.png\") no-repeat center;\n background-position: -10px -16px;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {\n background: url(\"../img/chevron_icon.png\") no-repeat center;\n background-position: -10px 0;\n}\n.tinvwl-content .widefat.products thead th.column-name, .tinvwl-content .widefat.products tbody td.column-name {\n /*width: 200px;*/\n width: 30%;\n}\n.tinvwl-content .widefat.wishlists thead th.column-title, .tinvwl-content .widefat.wishlists tbody td.column-title {\n width: 45%;\n}\n.tinvwl-content .widefat.users thead th.column-wishlist, .tinvwl-content .widefat.users tbody td.column-wishlist {\n width: 45%;\n}\n.tinvwl-content .widefat.users thead th.column-name, .tinvwl-content .widefat.users tbody td.column-name {\n text-align: left;\n}\n.tinvwl-content .widefat.users thead th.column-quantity, .tinvwl-content .widefat.users tbody td.column-quantity {\n width: 100px;\n}\n.tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-mobile {\n display: none;\n}\n.tinvwl-content .widefat.products thead th.column-quantity span span {\n float: none;\n}\n\n@media screen and (max-width: 1440px) {\n .tinvwl-content .widefat.products thead th.column-preference, .tinvwl-content .widefat.products tbody td.column-preference {\n width: 204px;\n min-width: 204px;\n }\n .tinvwl-content .widefat.wishlists thead th.column-preference, .tinvwl-content .widefat.wishlists tbody td.column-preference {\n width: 98px;\n min-width: 98px;\n }\n .tinvwl-content .widefat.users thead th.column-preference, .tinvwl-content .widefat.users tbody td.column-preference {\n width: 60px;\n min-width: 60px;\n }\n .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn.tinvwl-w-mobile {\n padding: 9px 12px;\n }\n .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-mobile {\n display: inline;\n margin: 0;\n }\n .tinvwl-content .widefat tbody td.column-preference .tinvwl-btn .tinvwl-full {\n display: none;\n }\n}\n@media screen and (max-width: 1366px) and (min-width: 783px) {\n .tinvwl-content .widefat.products thead th.column-name, .tinvwl-content .widefat.products tbody td.column-name {\n /*width: 110px;*/\n /*min-width: 110px;*/\n }\n .tinvwl-content .widefat tbody .column-name .product-image {\n display: block;\n }\n .tinvwl-content .widefat tbody .column-name .product-title {\n display: block;\n padding-left: 0;\n }\n .tinvwl-content .widefat.products thead th.column-preference {\n width: 103px;\n min-width: 103px;\n }\n .tinvwl-content .widefat.products tbody td.column-preference {\n width: 103px;\n min-width: 103px;\n }\n .tinvwl-content .widefat.products tbody td.column-preference > a {\n margin-right: 5px;\n }\n .tinvwl-content .widefat tbody td.column-preference > a:nth-child(2n) {\n margin-right: 0;\n }\n .tinvwl-content .widefat tbody td.column-preference > a:nth-child(n+3) {\n margin-top: 5px;\n }\n .tinvwl-content .widefat thead th .tinvwl-full {\n display: none;\n }\n}\n@media screen and (max-width: 1200px) and (min-width: 783px) {\n .tinvwl-content th.sortable a span, .tinvwl-content th.sorted a span {\n float: none;\n }\n .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a {\n padding-left: 0;\n padding-right: 0;\n position: static;\n }\n .tinvwl-content .widefat th.sortable > a .sorting-indicator, .tinvwl-content .widefat th.sorted > a .sorting-indicator {\n top: auto;\n bottom: 12px;\n left: 0;\n right: 0;\n margin-left: auto;\n margin-right: auto;\n }\n .tinvwl-content .widefat th.sortable > a .sorting-indicator:before, .tinvwl-content .widefat th.sorted > a .sorting-indicator:before {\n left: -5px;\n }\n .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {\n margin-top: 12px;\n }\n .tinvwl-content .widefat.wishlists thead th.column-title, .tinvwl-content .widefat.wishlists tbody td.column-title {\n width: 38%;\n }\n}\n@media screen and (max-width: 782px) {\n .tinvwl-content .widefat th.tinvwl-has-info.sortable > a .sorting-indicator, .tinvwl-content .widefat th.tinvwl-has-info.sorted > a .sorting-indicator {\n margin-top: 0;\n }\n .tinvwl-content .widefat.products tbody td.column-preference > a {\n margin-right: 5px;\n float: none;\n }\n .tinvwl-content .widefat tbody .column-name .product-image, .tinvwl-content .widefat tbody .column-name .product-title {\n vertical-align: top;\n }\n\n .tablenav .tablenav-pages {\n margin-bottom: 15px;\n }\n\n .tinvwl-content .widefat thead th.column-primary {\n width: 100% !important;\n }\n .tinvwl-content .widefat thead td.check-column + th.column-primary {\n width: 50% !important;\n }\n .tinvwl-content .widefat.users thead td.check-column + th.column-primary {\n width: 100% !important;\n }\n}\n/* Tables */\n.tinvwl-table {\n display: table;\n /*height: 100%;*/\n width: 100%;\n max-width: 100%;\n}\n.tinvwl-table.w-bg {\n background: #fff;\n overflow: hidden;\n border-radius: 4px;\n}\n.tinvwl-table.w-shadow {\n -webkit-box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14);\n box-shadow: 1px 1px 8px 0 rgba(170, 157, 137, 0.14);\n}\n.tinvwl-table.auto-width {\n width: auto;\n}\n\n.tinvwl-caption {\n display: table-caption;\n}\n\n.tinvwl-row {\n display: table-row;\n}\n\n.tinvwl-rows {\n display: table-row-group;\n}\n\n.tinvwl-cell {\n display: table-cell;\n vertical-align: middle;\n}\n\n.tinvwl-cell-2 {\n display: table-cell;\n vertical-align: middle;\n float: none;\n}\n\n.tinvwl-cell-3 {\n display: table-cell;\n vertical-align: top;\n float: none;\n}\n\n.tinvwl-table.w-info > thead > tr > th:first-child, .tinvwl-table.w-info > tbody > tr > td:first-child {\n width: 67%;\n}\n.tinvwl-table th, .tinvwl-table td {\n vertical-align: top;\n}\n.tinvwl-table .tinvwl-inner.tinv-wishlist-clearfix h3, .tinvwl-table .tinvwl-inner .tinv-wishlist-clearfix h3, .tinvwl-table .tinvwl-inner.tinv-wishlist-clearfix h4, .tinvwl-table .tinvwl-inner .tinv-wishlist-clearfix h4 {\n float: left;\n}\n.tinvwl-table .tinvwl-btn-wrap {\n float: right;\n}\n.tinvwl-table.w-info thead > tr > th {\n text-align: left;\n}\n.tinvwl-table.w-info thead > tr > th .tinvwl-info-wrap {\n font-weight: normal;\n}\n.tinvwl-table > thead > tr > th {\n padding: 0 30px;\n}\n.tinvwl-table > thead > tr > th:last-child {\n /*padding: 30px;*/\n}\n.tinvwl-table .tinvwl-info {\n vertical-align: top;\n}\n.tinvwl-table > thead > tr > .tinvwl-info .tinvwl-info-wrap {\n padding-bottom: 30px;\n}\n.tinvwl-table tbody tr .tinvwl-inner h2 {\n font-size: 15px;\n color: #291C09;\n font-weight: 600;\n margin-bottom: 21px;\n}\n.tinvwl-table > tbody > tr > .tinvwl-info .tinvwl-info-wrap {\n padding-bottom: 20px;\n}\n.tinvwl-table > tbody > tr > td {\n padding: 0 30px;\n}\n.tinvwl-table > tbody > tr > td:last-child {\n /*padding: 30px;*/\n}\n.tinvwl-table thead > tr .tinvwl-inner {\n padding: 28px 0;\n margin-bottom: 30px;\n border-bottom: 2px solid rgba(219, 219, 219, 0.522);\n}\n.tinvwl-table thead.tinwl-empty > tr .tinvwl-inner {\n padding: 30px 0 0;\n margin-bottom: 0;\n border-bottom: 0;\n}\n.tinvwl-table thead > tr .tinvwl-inner {\n /*padding: 20px 0;*/\n}\n.tinvwl-table .tinvwl-header-row label {\n font-size: 22px;\n font-weight: normal;\n line-height: 1.313;\n margin: 0 0 15px;\n padding-top: 3px !important;\n}\n.tinvwl-table thead .tinvwl-empty-info, .tinvwl-table tbody > .tinvwl-bodies-border {\n display: none;\n}\n.tinvwl-table thead .tinvwl-empty-info .tinvwl-inner {\n margin: 0;\n padding-top: 56px;\n}\n\n.tinvwl-bodies-border .tinvwl-info .tinvwl-inner {\n display: none;\n padding-top: 30px;\n margin-top: 10px;\n border-top: 2px solid rgba(219, 219, 219, 0.522);\n}\n\n.tinvwl-style-options .tinvwl-table thead th:first-child, .tinvwl-style-options .tinvwl-bodies-border td:first-child {\n /*padding-right: 0;*/\n}\n.tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info, .tinvwl-style-options .tinvwl-bodies-border .tinvwl-info {\n padding-left: 0;\n background: none;\n}\n.tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info {\n display: table-cell;\n}\n.tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info .tinvwl-inner {\n display: block;\n}\n.tinvwl-style-options tbody + tbody > .tinvwl-bodies-border .tinvwl-info .tinvwl-inner {\n display: block;\n}\n\n@media (min-width: 1200px) {\n .tinvwl-style-options .tinvwl-table .tinvwl-inner .form-horizontal {\n width: 67%;\n }\n}\ntextarea[name=style_plain-css] {\n height: 150px;\n}\n\n.tinvwl-table tbody + tbody > .tinvwl-bodies-border {\n display: table-row;\n}\n.tinvwl-table tbody + tbody > .tinvwl-bodies-border:first-child > td:first-child > .tinvwl-inner {\n padding-top: 30px;\n margin-top: 10px;\n border-top: 2px solid rgba(219, 219, 219, 0.522);\n}\n.tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner {\n padding-bottom: 15px;\n margin-bottom: 30px;\n border-bottom: 2px solid rgba(219, 219, 219, 0.522);\n}\n.tinvwl-table .form-group .col-md-4:nth-child(n+4), .tinvwl-table .form-group .col-lg-4:nth-child(n+4) {\n padding-top: 27px;\n}\n.tinvwl-table tbody:first-of-type > tr:first-child > td:first-child > .tinvwl-inner {\n /*padding-top: 30px;*/\n}\n.tinvwl-table tbody:last-of-type > tr:last-child > td:first-child > .tinvwl-inner {\n /*padding-bottom: 20px;*/\n}\n.tinvwl-table tfoot .tinvwl-inner {\n padding-top: 20px;\n}\n.tinvwl-table tbody > tr + tr .tinvwl-inner {\n /*border-top: 2px solid rgba(219,219,219,.522);*/\n}\n.tinvwl-table tr.no-top-border .tinvwl-inner, .tinvwl-table tr.no-top-border .tinvwl-info-wrap {\n border-top: 0;\n padding-top: 0;\n}\n.tinvwl-table thead .w-bg-grey .tinvwl-info-wrap {\n padding-top: 30px;\n}\n\n/*.tinvwl-table tbody > tr .tinvwl-inner,\n.tinvwl-table tbody > tr .tinvwl-info-wrap {\n padding: 30px 0;\n}*/\n/*.tinvwl-table tbody:first-of-type > tr:first-child > td > .tinvwl-info-wrap,*/\n.tiwl-notifications-style-logo img {\n height: 42px;\n}\n\n@media (min-width: 1200px) {\n .tinvwl-table tr.tinvwl-full-width .control-label label {\n margin-bottom: 10px;\n }\n .tinvwl-table tr.tinvwl-full-width [class^=col-lg-], .tinvwl-table tr.tinvwl-full-width [class^=col-md-] {\n width: 100%;\n }\n .tinvwl-table tr.tinvwl-full-width textarea {\n height: 250px;\n padding: 15px;\n }\n\n .tiwl-notifications-style-logo img {\n float: right;\n }\n}\n@media (max-width: 1199px) {\n .form-horizontal .control-label .tinvwl-empty {\n display: none;\n }\n\n .tinvwl-style-options .tinvwl-empty-info, .tinvwl-style-options .tinvwl-info {\n display: none !important;\n }\n .tinvwl-style-options .tinvwl-table thead th:first-child, .tinvwl-style-options .tinvwl-bodies-border td:first-child {\n padding-right: 30px !important;\n }\n\n .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner {\n padding-bottom: 0;\n }\n .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner .form-group {\n margin-bottom: 20px;\n }\n}\n.tinvwl-info .tinvwl-info-desc a {\n text-decoration: underline;\n color: #ff5739;\n}\n.tinvwl-info .tinvwl-info-desc a:hover, .tinvwl-info .tinvwl-info-desc a:active, .tinvwl-info .tinvwl-info-desc a:focus {\n color: #000;\n}\n\n.tinvwl-info-wrap.tinvwl-in-section {\n background: #fbfaf9;\n color: #4f4639;\n}\n.tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign {\n width: 42px;\n vertical-align: top;\n padding-top: 1px;\n padding-right: 20px;\n}\n.tinvwl-info-wrap .tinvwl-info-sign span, .tinvwl-info-wrap .tinvwl-info-sign .tinvwl-help {\n display: inline-block;\n text-align: center;\n width: 22px;\n height: 22px;\n line-height: 22px;\n border-radius: 50%;\n background: #e1dbce;\n}\n.tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign span, .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign .tinvwl-help {\n display: block;\n}\n.tinvwl-info-wrap i {\n font-size: 14px;\n color: #fbfaf9;\n}\n\n.tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6 > .tinvwl-btn {\n width: auto;\n}\n\n.tinvwl-btns-group {\n margin-bottom: 23px;\n margin-top: -15px;\n margin-right: -15px;\n}\n\n.tiwl-style-custom-allow .tinvwl-inner textarea {\n margin-bottom: 23px;\n}\n\n.tinvwl-btns-group .tinvwl-btn {\n margin-top: 15px;\n margin-right: 15px;\n float: left;\n}\n\n@media (min-width: 1200px) {\n .tinvwl-table .tinvwl-form-onoff, .tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6 > .tinvwl-btn, .tinvwl-btns-group .tinvwl-btn {\n float: right;\n }\n}\n.tinvwl-table .tinvwl-info .tinvwl-info-wrap.tinvwl-in-section .tinvwl-help {\n display: none;\n}\n\n.tinvwl-info-wrap.tinvwl-in-table {\n display: inline-block;\n vertical-align: middle;\n display: block;\n margin-bottom: 5px;\n}\n.tinvwl-info-wrap.tinvwl-in-table .tinvwl-help {\n cursor: pointer;\n}\n\n.tinvwl-content .widefat th.tinvwl-has-info {\n /*word-break: break-all;*/\n}\n.tinvwl-content .widefat th.tinvwl-has-info .tinvwl-col-name {\n margin-right: 5px;\n}\n\n.tinvwl-info-wrap.tinvwl-in-table .tinvwl-info-desc {\n display: none;\n}\n\n@media (max-width: 1200px) {\n .tinvwl-table .tinvwl-info {\n padding-left: 15px;\n padding-right: 15px;\n /*vertical-align: middle;*/\n }\n .tinvwl-table.w-info > thead > tr > th:first-child, .tinvwl-table.w-info > tbody > tr > td:first-child {\n width: 90%;\n }\n\n .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign {\n width: auto;\n padding-right: 0;\n }\n .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign span {\n display: none;\n }\n\n .tinvwl-table .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-sign .tinvwl-help {\n display: block;\n margin: 0 auto;\n }\n\n .tinvwl-info-wrap.tinvwl-in-section .tinvwl-info-desc {\n display: none;\n }\n}\n@media (max-width: 782px) {\n .tinvwl-content .widefat th.tinvwl-has-info.sortable, .tinvwl-content .widefat th.tinvwl-has-info.sorted {\n padding-top: 0;\n }\n\n .widefat tfoot td input[type=checkbox], .widefat th input[type=checkbox], .widefat thead td input[type=checkbox] {\n margin-bottom: 0;\n }\n\n .tinvwl-content .widefat th.sortable > a, .tinvwl-content .widefat th.sorted > a, .tinvwl-content .widefat th.sortable.tinvwl-has-info > a, .tinvwl-content .widefat th.sorted.tinvwl-has-info > a {\n padding-top: 18px;\n padding-bottom: 18px;\n }\n .tinvwl-content .widefat thead td.check-column {\n padding-top: 14px;\n padding-bottom: 15px;\n padding-left: 20px;\n width: 45px;\n }\n .tinvwl-content .widefat tbody th.check-column {\n padding-top: 14px;\n padding-bottom: 15px;\n padding-left: 20px;\n width: 45px;\n padding-top: 11px;\n padding-bottom: 11px;\n vertical-align: top;\n }\n .tinvwl-content .widefat.wishlists thead td.check-column, .tinvwl-content .widefat.wishlists tbody th.check-column {\n width: 23px;\n }\n .tinvwl-content .widefat thead td.check-column + th {\n padding-left: 10px;\n }\n .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > a, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > a {\n padding-left: 10px;\n }\n .tinvwl-content .widefat tbody th.check-column + td {\n padding-left: 10px;\n }\n .tinvwl-content .widefat thead td.check-column + th.sortable:first-of-type > .tinvwl-info-wrap.tinvwl-in-table, .tinvwl-content .widefat thead td.check-column + th.sorted:first-of-type > .tinvwl-info-wrap.tinvwl-in-table {\n padding-left: 13px;\n display: inline-block;\n margin-top: 5px;\n margin-bottom: 0;\n }\n\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {\n text-align: left;\n }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {\n text-align: right;\n padding-right: 30px;\n }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {\n left: 28px;\n }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.check-column + td:not(.column-primary)::before {\n left: 13px;\n }\n .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column):last-child {\n padding-bottom: 13px;\n }\n}\n/* Popover */\n.popover {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 9999;\n display: none;\n max-width: 279px;\n padding: 1px;\n text-align: center;\n white-space: normal;\n background-color: #fff;\n background-clip: padding-box;\n border-radius: 6px;\n -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.22);\n box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.22);\n}\n.popover.top {\n margin-top: -10px;\n}\n.popover.right {\n margin-left: 10px;\n}\n.popover.bottom {\n margin-top: 10px;\n}\n.popover.left {\n margin-left: -10px;\n}\n\n.popover-title {\n padding: 30px 30px 0;\n margin: 0;\n font-family: \"Open Sans\", Arial, sans-serif;\n font-size: 14px;\n font-weight: 600;\n line-height: 1.714;\n text-transform: uppercase;\n letter-spacing: -0.35px;\n}\n\n.popover-content {\n padding: 25px 30px 30px;\n color: #5D5D5D;\n font-family: Arial, sans-serif;\n font-size: 14px;\n line-height: 1.429;\n}\n\n.popover > .arrow {\n position: absolute;\n display: block;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n border-width: 11px;\n margin-left: 0;\n overflow: visible;\n}\n.popover > .arrow:after {\n position: absolute;\n display: block;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n content: none;\n z-index: 9999;\n background: none;\n -webkit-box-shadow: none;\n box-shadow: none;\n position: absolute;\n left: auto;\n top: auto;\n width: auto;\n height: auto;\n -webkit-transform: none;\n transform: none;\n content: \"\";\n border-width: 10px;\n}\n.popover.top > .arrow {\n bottom: -11px;\n left: 50%;\n margin-left: -11px;\n border-bottom-width: 0;\n}\n.popover.top > .arrow:after {\n bottom: 1px;\n margin-left: -10px;\n content: \" \";\n border-top-color: #fff;\n border-bottom-width: 0;\n}\n.popover.right > .arrow {\n top: 50%;\n left: -11px;\n margin-top: -11px;\n border-left-width: 0;\n}\n.popover.right > .arrow:after {\n bottom: -10px;\n left: 1px;\n content: \" \";\n border-right-color: #fff;\n border-left-width: 0;\n}\n.popover.bottom > .arrow {\n top: -11px;\n left: 50%;\n margin-left: -11px;\n border-top-width: 0;\n}\n.popover.bottom > .arrow:after {\n top: 1px;\n margin-left: -10px;\n content: \" \";\n border-top-width: 0;\n border-bottom-color: #fff;\n}\n.popover.left > .arrow {\n top: 50%;\n left: auto;\n right: -11px;\n margin-top: -11px;\n border-right-width: 0;\n}\n.popover.left > .arrow:after {\n left: auto;\n right: 1px;\n bottom: -10px;\n content: \" \";\n border-right-width: 0;\n border-left-color: #fff;\n}\n\n/* Image w/description */\n.tinvwl-img-w-desc i {\n margin-right: 20px;\n}\n.tinvwl-img-w-desc h5 {\n font-weight: 600;\n text-transform: uppercase;\n}\n.tinvwl-img-w-desc .tinvwl-desc {\n color: #4f4639;\n}\n.tinvwl-img-w-desc h5 + .tinvwl-desc {\n margin-top: 2px;\n}\n\n/* Premium Features */\n.tinvwl-premium-feat .row {\n margin: 0;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n}\n.tinvwl-premium-feat .col-lg-4 {\n padding: 0;\n -webkit-box-flex: 1;\n -ms-flex: 1 1 0px;\n flex: 1 1 0;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers {\n -webkit-box-flex: 1;\n -ms-flex: 1;\n flex: 1;\n overflow: hidden;\n position: relative;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.money-back {\n background: #211709;\n /* Old browsers */\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.money-back a {\n display: block;\n position: relative;\n color: #ffffff;\n outline: none;\n text-decoration: none;\n background: url(\"../img/money-back.svg\") no-repeat 50% 0;\n float: left;\n width: 100%;\n height: 60%;\n margin: 15px 0;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.money-back a span {\n display: none;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.money-back p {\n text-align: center;\n color: #ffffff;\n font-size: 16px;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.customization {\n text-align: center;\n background: #333333 url(\"../img/customization.png\") no-repeat 100% 100%;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.customization h2 {\n margin: 30px auto 20px;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.customization p {\n font-size: 16px;\n color: #ffffff;\n padding-left: 10px;\n padding-right: 10px;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.customization .tinvwl-btn.gray {\n background-color: #958095;\n margin: 10px auto;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.customization .tinvwl-btn.gray:hover {\n background-color: #ffffff;\n color: #333333;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.rate {\n text-align: center;\n border-bottom: 1px solid #e7e7e7;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.rate h2 {\n background: url(\"../img/rate_us.png\") no-repeat center;\n display: block;\n width: 186px;\n height: 76px;\n margin: 30px auto 20px;\n font-size: 18px;\n line-height: 100px;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.rate h2 a {\n display: block;\n width: 186px;\n height: 76px;\n color: #ffffff;\n text-decoration: none;\n outline: none;\n font-weight: 600;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.rate p {\n font-size: 16px;\n padding-left: 10px;\n padding-right: 10px;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.rate a {\n color: #ff5739;\n text-decoration: underline;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.subscribe {\n text-align: center;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.subscribe h2 {\n color: #453a2a;\n margin: 30px auto 20px;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.subscribe p {\n font-size: 16px;\n padding-left: 10px;\n padding-right: 10px;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group {\n width: 90%;\n position: relative;\n margin: 10px auto;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type=email] {\n width: 65%;\n height: 45px;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type=submit] {\n width: 30%;\n}\n.tinvwl-premium-feat .col-lg-4 .half-containers.subscribe #mc_embed_signup {\n margin-bottom: 30px;\n}\n.tinvwl-premium-feat h2 {\n font-size: 30px;\n text-transform: uppercase;\n letter-spacing: -0.025em;\n line-height: 1;\n color: #ffffff;\n}\n.tinvwl-premium-feat .tinvwl-pic-col {\n border: 5px solid #ffffff;\n text-align: center;\n background: #df4c57;\n /* Old browsers */\n /* FF3.6-15 */\n /* Chrome10-25,Safari5.1-6 */\n background: linear-gradient(135deg, #df4c57 0%, #f78c62 100%);\n /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#df4c57\", endColorstr=\"#f78c62\", GradientType=1);\n /* IE6-9 fallback on horizontal gradient */\n padding: 50px 10px;\n color: #ffffff;\n}\n.tinvwl-premium-feat .tinvwl-pic-col img {\n display: block;\n margin: 0 auto;\n}\n.tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white {\n color: #ff5739;\n}\n.tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white:hover {\n color: #ffffff;\n}\n.tinvwl-premium-feat .tinvwl-pic-col p {\n font-size: 16px;\n padding-bottom: 1em;\n}\n.tinvwl-premium-feat .tinvwl-feat-col {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column;\n border-top: 1px solid #ffffff;\n border-bottom: 1px solid #ffffff;\n background-color: #f9f8f5;\n}\n.tinvwl-premium-feat .tinvwl-sup-col {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column;\n}\n\n/* Footer */\n#wpfooter {\n padding: 10px 40px;\n}\n#wpfooter p {\n font-family: \"Open Sans\", \"Helvetica Neue\", sans-serif;\n font-size: 14px;\n line-height: 1.85714286;\n color: #4b4b4b;\n}\n#wpfooter .ftinvwl-heart {\n margin: 0 3px;\n}\n#wpfooter .ftinvwl-star {\n font-size: 12px;\n margin: 0 1px;\n}\n#wpfooter span .ftinvwl-star:first-of-type {\n margin-left: 6px;\n}\n#wpfooter span .ftinvwl-star:last-of-type {\n margin-left: 3px;\n}\n#wpfooter i {\n color: #ff5739;\n}\n#wpfooter a {\n text-decoration: underline;\n color: #ff5739;\n}\n#wpfooter a:hover, #wpfooter a:active, #wpfooter a:focus {\n color: #000;\n}\n\n/* Color Picker */\n.tinvwl-color-picker {\n position: relative;\n}\n.tinvwl-color-picker .iris-picker {\n position: absolute;\n z-index: 9999;\n}\n.tinvwl-color-picker input[type=text] {\n color: #fff;\n border: 4px solid #fff;\n -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);\n box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);\n}\n.tinvwl-color-picker .tinvwl-eyedropper {\n cursor: pointer;\n position: relative;\n display: inline-block;\n vertical-align: top;\n margin-left: 4px;\n width: 42px;\n height: 42px;\n background: #fff url(\"../img/color_icon.png\") no-repeat center;\n border: 1px solid rgba(0, 0, 0, 0.14);\n border-radius: 2px;\n -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);\n}\n.tinvwl-color-picker .tinvwl-eyedropper a {\n color: #6b625a;\n}\n.tinvwl-color-picker .tinvwl-eyedropper i {\n display: inline-block;\n position: absolute;\n top: 15px;\n left: 14px;\n font-size: 12px;\n}\n.tinvwl-color-picker + .iris-picker .iris-square-value {\n width: 0;\n height: 0;\n}\n\n/* Modal */\n.tinvwl-overlay {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n visibility: hidden;\n opacity: 0;\n -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;\n transition: opacity 0.3s ease, visibility 0.3s ease;\n background: #191919;\n}\n\n.tinvwl-modal.tinvwl-modal-open .tinvwl-overlay {\n visibility: visible;\n opacity: 0.5;\n}\n\n.admin-bar .tinvwl-content .tinvwl-modal {\n padding-top: 32px !important;\n}\n\n.tinvwl-content .tinvwl-modal {\n overflow-y: auto;\n overflow-x: hidden;\n top: 0;\n left: 0;\n width: 0;\n height: 0;\n z-index: 9999;\n position: fixed;\n outline: none !important;\n -webkit-backface-visibility: hidden;\n visibility: hidden;\n opacity: 0;\n text-align: left;\n -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;\n transition: opacity 0.3s ease, visibility 0.3s ease;\n}\n.tinvwl-content .tinvwl-modal .tinvwl-modal-inner {\n position: relative;\n margin: 0 auto;\n background: #fff;\n border-radius: 4px;\n}\n.tinvwl-content .tinvwl-modal.tinvwl-modal-open {\n visibility: visible;\n opacity: 1;\n width: 100%;\n height: 100%;\n}\n\n@media screen and (max-width: 1200px) {\n .tinvwl-premium-feat .row {\n display: block;\n }\n}\n@media screen and (max-width: 782px) {\n .admin-bar .tinvwl-content .tinvwl-modal {\n padding-top: 46px !important;\n }\n}\n@media screen and (max-width: 600px) {\n .admin-bar .tinvwl-content .tinvwl-modal {\n padding-top: 0 !important;\n }\n}\n.tinvwl-modal .tinvwl-table {\n height: 100%;\n}\n\n.tinvwl-content .tinvwl-modal .tinvwl-modal-inner {\n max-width: 415px;\n padding: 40px 45px;\n}\n.tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails {\n text-align: center;\n}\n.tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails p {\n margin: 0 0 26px;\n}\n.tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails .tinvwl-btn.large {\n padding: 14px 33px;\n}\n.tinvwl-content .tinvwl-modal.tinvwl-send-promo-emails .tinvwl-btn + .tinvwl-btn {\n margin-left: 6px;\n}\n\n/* Quick Buttons */\n.tinvwl-quick-btns {\n position: fixed;\n top: 25%;\n left: 100%;\n z-index: 9999;\n}\n.tinvwl-quick-btns button {\n display: block;\n width: 117px;\n font-size: 14px;\n font-family: \"Open Sans\", Arial, sans-serif;\n font-weight: 600;\n padding: 0 35px 0 0;\n border-radius: 2px;\n border: none;\n text-decoration: none;\n background: #96b100;\n color: #ffffff;\n -webkit-transform: translateX(-50px);\n transform: translateX(-50px);\n transition: -webkit-transform 0.3s ease;\n -webkit-transition: -webkit-transform 0.3s ease;\n transition: transform 0.3s ease;\n transition: transform 0.3s ease, -webkit-transform 0.3s ease;\n}\n\n.tinvwl-panel.only-button .tinvwl-quick-btns .form-control {\n display: block;\n width: 119px;\n}\n\n.tinvwl-quick-btns button:hover {\n -webkit-transform: translateX(-100%);\n transform: translateX(-100%);\n}\n.tinvwl-quick-btns button + button {\n margin-top: 4px;\n}\n.tinvwl-quick-btns button span {\n display: inline-block;\n width: 50px;\n padding: 15px 0;\n text-align: center;\n}\n\n/* Preview Select */\n@media (min-width: 1200px) {\n .tinvwl-empty-select + .tinvwl-input-group-btn {\n text-align: right;\n }\n}\n.tinvwl-empty-select + .tinvwl-input-group-btn .tinvwl-btn {\n margin-left: 0;\n}\n\n/* Bootstrap */\n.container, .container-fluid {\n /*padding-right: 15px;\n padding-left: 15px;*/\n margin-right: auto;\n margin-left: auto;\n}\n\n@media (min-width: 768px) {\n .container {\n width: 750px;\n }\n}\n@media (min-width: 992px) {\n .container {\n width: 970px;\n }\n}\n@media (min-width: 1200px) {\n .container {\n width: 1170px;\n }\n}\n.row {\n margin-right: -15px;\n margin-left: -15px;\n}\n\n.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {\n position: relative;\n min-height: 1px;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n.tinvwl-table .form-group .row {\n /*margin-left: -5px;*/\n /*margin-right: -5px;*/\n}\n.tinvwl-table .form-group [class^=col-] {\n /*padding-right: 5px;*/\n /*padding-left: 5px;*/\n}\n\n.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {\n float: left;\n}\n\n.col-xs-12 {\n float: left;\n width: 100%;\n}\n\n.col-xs-11 {\n width: 91.66666667%;\n}\n\n.col-xs-10 {\n width: 83.33333333%;\n}\n\n.col-xs-9 {\n width: 75%;\n}\n\n.col-xs-8 {\n width: 66.66666667%;\n}\n\n.col-xs-7 {\n width: 58.33333333%;\n}\n\n.col-xs-6 {\n width: 50%;\n}\n\n.col-xs-5 {\n width: 41.66666667%;\n}\n\n.col-xs-4 {\n width: 33.33333333%;\n}\n\n.col-xs-3 {\n width: 25%;\n}\n\n.col-xs-2 {\n width: 16.66666667%;\n}\n\n.col-xs-1 {\n width: 8.33333333%;\n}\n\n.col-xs-pull-12 {\n right: 100%;\n}\n\n.col-xs-pull-11 {\n right: 91.66666667%;\n}\n\n.col-xs-pull-10 {\n right: 83.33333333%;\n}\n\n.col-xs-pull-9 {\n right: 75%;\n}\n\n.col-xs-pull-8 {\n right: 66.66666667%;\n}\n\n.col-xs-pull-7 {\n right: 58.33333333%;\n}\n\n.col-xs-pull-6 {\n right: 50%;\n}\n\n.col-xs-pull-5 {\n right: 41.66666667%;\n}\n\n.col-xs-pull-4 {\n right: 33.33333333%;\n}\n\n.col-xs-pull-3 {\n right: 25%;\n}\n\n.col-xs-pull-2 {\n right: 16.66666667%;\n}\n\n.col-xs-pull-1 {\n right: 8.33333333%;\n}\n\n.col-xs-pull-0 {\n right: auto;\n}\n\n.col-xs-push-12 {\n left: 100%;\n}\n\n.col-xs-push-11 {\n left: 91.66666667%;\n}\n\n.col-xs-push-10 {\n left: 83.33333333%;\n}\n\n.col-xs-push-9 {\n left: 75%;\n}\n\n.col-xs-push-8 {\n left: 66.66666667%;\n}\n\n.col-xs-push-7 {\n left: 58.33333333%;\n}\n\n.col-xs-push-6 {\n left: 50%;\n}\n\n.col-xs-push-5 {\n left: 41.66666667%;\n}\n\n.col-xs-push-4 {\n left: 33.33333333%;\n}\n\n.col-xs-push-3 {\n left: 25%;\n}\n\n.col-xs-push-2 {\n left: 16.66666667%;\n}\n\n.col-xs-push-1 {\n left: 8.33333333%;\n}\n\n.col-xs-push-0 {\n left: auto;\n}\n\n.col-xs-offset-12 {\n margin-left: 100%;\n}\n\n.col-xs-offset-11 {\n margin-left: 91.66666667%;\n}\n\n.col-xs-offset-10 {\n margin-left: 83.33333333%;\n}\n\n.col-xs-offset-9 {\n margin-left: 75%;\n}\n\n.col-xs-offset-8 {\n margin-left: 66.66666667%;\n}\n\n.col-xs-offset-7 {\n margin-left: 58.33333333%;\n}\n\n.col-xs-offset-6 {\n margin-left: 50%;\n}\n\n.col-xs-offset-5 {\n margin-left: 41.66666667%;\n}\n\n.col-xs-offset-4 {\n margin-left: 33.33333333%;\n}\n\n.col-xs-offset-3 {\n margin-left: 25%;\n}\n\n.col-xs-offset-2 {\n margin-left: 16.66666667%;\n}\n\n.col-xs-offset-1 {\n margin-left: 8.33333333%;\n}\n\n.col-xs-offset-0 {\n margin-left: 0;\n}\n\n@media (min-width: 768px) {\n .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {\n float: left;\n }\n\n .col-sm-12 {\n float: left;\n width: 100%;\n }\n\n .col-sm-11 {\n width: 91.66666667%;\n }\n\n .col-sm-10 {\n width: 83.33333333%;\n }\n\n .col-sm-9 {\n width: 75%;\n }\n\n .col-sm-8 {\n width: 66.66666667%;\n }\n\n .col-sm-7 {\n width: 58.33333333%;\n }\n\n .col-sm-6 {\n width: 50%;\n }\n\n .col-sm-5 {\n width: 41.66666667%;\n }\n\n .col-sm-4 {\n width: 33.33333333%;\n }\n\n .col-sm-3 {\n width: 25%;\n }\n\n .col-sm-2 {\n width: 16.66666667%;\n }\n\n .col-sm-1 {\n width: 8.33333333%;\n }\n\n .col-sm-pull-12 {\n right: 100%;\n }\n\n .col-sm-pull-11 {\n right: 91.66666667%;\n }\n\n .col-sm-pull-10 {\n right: 83.33333333%;\n }\n\n .col-sm-pull-9 {\n right: 75%;\n }\n\n .col-sm-pull-8 {\n right: 66.66666667%;\n }\n\n .col-sm-pull-7 {\n right: 58.33333333%;\n }\n\n .col-sm-pull-6 {\n right: 50%;\n }\n\n .col-sm-pull-5 {\n right: 41.66666667%;\n }\n\n .col-sm-pull-4 {\n right: 33.33333333%;\n }\n\n .col-sm-pull-3 {\n right: 25%;\n }\n\n .col-sm-pull-2 {\n right: 16.66666667%;\n }\n\n .col-sm-pull-1 {\n right: 8.33333333%;\n }\n\n .col-sm-pull-0 {\n right: auto;\n }\n\n .col-sm-push-12 {\n left: 100%;\n }\n\n .col-sm-push-11 {\n left: 91.66666667%;\n }\n\n .col-sm-push-10 {\n left: 83.33333333%;\n }\n\n .col-sm-push-9 {\n left: 75%;\n }\n\n .col-sm-push-8 {\n left: 66.66666667%;\n }\n\n .col-sm-push-7 {\n left: 58.33333333%;\n }\n\n .col-sm-push-6 {\n left: 50%;\n }\n\n .col-sm-push-5 {\n left: 41.66666667%;\n }\n\n .col-sm-push-4 {\n left: 33.33333333%;\n }\n\n .col-sm-push-3 {\n left: 25%;\n }\n\n .col-sm-push-2 {\n left: 16.66666667%;\n }\n\n .col-sm-push-1 {\n left: 8.33333333%;\n }\n\n .col-sm-push-0 {\n left: auto;\n }\n\n .col-sm-offset-12 {\n margin-left: 100%;\n }\n\n .col-sm-offset-11 {\n margin-left: 91.66666667%;\n }\n\n .col-sm-offset-10 {\n margin-left: 83.33333333%;\n }\n\n .col-sm-offset-9 {\n margin-left: 75%;\n }\n\n .col-sm-offset-8 {\n margin-left: 66.66666667%;\n }\n\n .col-sm-offset-7 {\n margin-left: 58.33333333%;\n }\n\n .col-sm-offset-6 {\n margin-left: 50%;\n }\n\n .col-sm-offset-5 {\n margin-left: 41.66666667%;\n }\n\n .col-sm-offset-4 {\n margin-left: 33.33333333%;\n }\n\n .col-sm-offset-3 {\n margin-left: 25%;\n }\n\n .col-sm-offset-2 {\n margin-left: 16.66666667%;\n }\n\n .col-sm-offset-1 {\n margin-left: 8.33333333%;\n }\n\n .col-sm-offset-0 {\n margin-left: 0;\n }\n}\n@media (min-width: 992px) {\n .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {\n float: left;\n }\n\n .col-md-12 {\n float: left;\n width: 100%;\n }\n\n .col-md-11 {\n width: 91.66666667%;\n }\n\n .col-md-10 {\n width: 83.33333333%;\n }\n\n .col-md-9 {\n width: 75%;\n }\n\n .col-md-8 {\n width: 66.66666667%;\n }\n\n .col-md-7 {\n width: 58.33333333%;\n }\n\n .col-md-6 {\n width: 50%;\n }\n\n .col-md-5 {\n width: 41.66666667%;\n }\n\n .col-md-4 {\n width: 33.33333333%;\n }\n\n .col-md-3 {\n width: 25%;\n }\n\n .col-md-2 {\n width: 16.66666667%;\n }\n\n .col-md-1 {\n width: 8.33333333%;\n }\n\n .col-md-pull-12 {\n right: 100%;\n }\n\n .col-md-pull-11 {\n right: 91.66666667%;\n }\n\n .col-md-pull-10 {\n right: 83.33333333%;\n }\n\n .col-md-pull-9 {\n right: 75%;\n }\n\n .col-md-pull-8 {\n right: 66.66666667%;\n }\n\n .col-md-pull-7 {\n right: 58.33333333%;\n }\n\n .col-md-pull-6 {\n right: 50%;\n }\n\n .col-md-pull-5 {\n right: 41.66666667%;\n }\n\n .col-md-pull-4 {\n right: 33.33333333%;\n }\n\n .col-md-pull-3 {\n right: 25%;\n }\n\n .col-md-pull-2 {\n right: 16.66666667%;\n }\n\n .col-md-pull-1 {\n right: 8.33333333%;\n }\n\n .col-md-pull-0 {\n right: auto;\n }\n\n .col-md-push-12 {\n left: 100%;\n }\n\n .col-md-push-11 {\n left: 91.66666667%;\n }\n\n .col-md-push-10 {\n left: 83.33333333%;\n }\n\n .col-md-push-9 {\n left: 75%;\n }\n\n .col-md-push-8 {\n left: 66.66666667%;\n }\n\n .col-md-push-7 {\n left: 58.33333333%;\n }\n\n .col-md-push-6 {\n left: 50%;\n }\n\n .col-md-push-5 {\n left: 41.66666667%;\n }\n\n .col-md-push-4 {\n left: 33.33333333%;\n }\n\n .col-md-push-3 {\n left: 25%;\n }\n\n .col-md-push-2 {\n left: 16.66666667%;\n }\n\n .col-md-push-1 {\n left: 8.33333333%;\n }\n\n .col-md-push-0 {\n left: auto;\n }\n\n .col-md-offset-12 {\n margin-left: 100%;\n }\n\n .col-md-offset-11 {\n margin-left: 91.66666667%;\n }\n\n .col-md-offset-10 {\n margin-left: 83.33333333%;\n }\n\n .col-md-offset-9 {\n margin-left: 75%;\n }\n\n .col-md-offset-8 {\n margin-left: 66.66666667%;\n }\n\n .col-md-offset-7 {\n margin-left: 58.33333333%;\n }\n\n .col-md-offset-6 {\n margin-left: 50%;\n }\n\n .col-md-offset-5 {\n margin-left: 41.66666667%;\n }\n\n .col-md-offset-4 {\n margin-left: 33.33333333%;\n }\n\n .col-md-offset-3 {\n margin-left: 25%;\n }\n\n .col-md-offset-2 {\n margin-left: 16.66666667%;\n }\n\n .col-md-offset-1 {\n margin-left: 8.33333333%;\n }\n\n .col-md-offset-0 {\n margin-left: 0;\n }\n}\n@media (min-width: 1200px) {\n .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {\n float: left;\n }\n\n .col-lg-12 {\n float: left;\n width: 100%;\n }\n\n .col-lg-11 {\n width: 91.66666667%;\n }\n\n .col-lg-10 {\n width: 83.33333333%;\n }\n\n .col-lg-9 {\n width: 75%;\n }\n\n .col-lg-8 {\n width: 66.66666667%;\n }\n\n .col-lg-7 {\n width: 58.33333333%;\n }\n\n .col-lg-6 {\n width: 50%;\n }\n\n .col-lg-5 {\n width: 41.66666667%;\n }\n\n .col-lg-4 {\n width: 33.33333333%;\n }\n\n .col-lg-3 {\n width: 25%;\n }\n\n .col-lg-2 {\n width: 16.66666667%;\n }\n\n .col-lg-1 {\n width: 8.33333333%;\n }\n\n .col-lg-pull-12 {\n right: 100%;\n }\n\n .col-lg-pull-11 {\n right: 91.66666667%;\n }\n\n .col-lg-pull-10 {\n right: 83.33333333%;\n }\n\n .col-lg-pull-9 {\n right: 75%;\n }\n\n .col-lg-pull-8 {\n right: 66.66666667%;\n }\n\n .col-lg-pull-7 {\n right: 58.33333333%;\n }\n\n .col-lg-pull-6 {\n right: 50%;\n }\n\n .col-lg-pull-5 {\n right: 41.66666667%;\n }\n\n .col-lg-pull-4 {\n right: 33.33333333%;\n }\n\n .col-lg-pull-3 {\n right: 25%;\n }\n\n .col-lg-pull-2 {\n right: 16.66666667%;\n }\n\n .col-lg-pull-1 {\n right: 8.33333333%;\n }\n\n .col-lg-pull-0 {\n right: auto;\n }\n\n .col-lg-push-12 {\n left: 100%;\n }\n\n .col-lg-push-11 {\n left: 91.66666667%;\n }\n\n .col-lg-push-10 {\n left: 83.33333333%;\n }\n\n .col-lg-push-9 {\n left: 75%;\n }\n\n .col-lg-push-8 {\n left: 66.66666667%;\n }\n\n .col-lg-push-7 {\n left: 58.33333333%;\n }\n\n .col-lg-push-6 {\n left: 50%;\n }\n\n .col-lg-push-5 {\n left: 41.66666667%;\n }\n\n .col-lg-push-4 {\n left: 33.33333333%;\n }\n\n .col-lg-push-3 {\n left: 25%;\n }\n\n .col-lg-push-2 {\n left: 16.66666667%;\n }\n\n .col-lg-push-1 {\n left: 8.33333333%;\n }\n\n .col-lg-push-0 {\n left: auto;\n }\n\n .col-lg-offset-12 {\n margin-left: 100%;\n }\n\n .col-lg-offset-11 {\n margin-left: 91.66666667%;\n }\n\n .col-lg-offset-10 {\n margin-left: 83.33333333%;\n }\n\n .col-lg-offset-9 {\n margin-left: 75%;\n }\n\n .col-lg-offset-8 {\n margin-left: 66.66666667%;\n }\n\n .col-lg-offset-7 {\n margin-left: 58.33333333%;\n }\n\n .col-lg-offset-6 {\n margin-left: 50%;\n }\n\n .col-lg-offset-5 {\n margin-left: 41.66666667%;\n }\n\n .col-lg-offset-4 {\n margin-left: 33.33333333%;\n }\n\n .col-lg-offset-3 {\n margin-left: 25%;\n }\n\n .col-lg-offset-2 {\n margin-left: 16.66666667%;\n }\n\n .col-lg-offset-1 {\n margin-left: 8.33333333%;\n }\n\n .col-lg-offset-0 {\n margin-left: 0;\n }\n}\n@media (max-width: 1199px) {\n .tinvwl-table .row > [class^=col-md-] + [class^=col-md-], .tinvwl-table .row > [class^=col-lg-] + [class^=col-lg-] {\n padding-top: 30px;\n }\n .tinvwl-table .form-group > [class^=col-md-] + [class^=col-md-], .tinvwl-table .form-group > [class^=col-lg-] + [class^=col-lg-] {\n padding-top: 30px;\n }\n}\n.fade {\n opacity: 0;\n -webkit-transition: opacity 0.15s linear;\n transition: opacity 0.15s linear;\n}\n.fade.in {\n opacity: 1;\n}\n\n.form-horizontal .form-group {\n margin-right: -15px;\n margin-left: -15px;\n}\n\n.form-group {\n margin-bottom: 23px;\n}\n\n.form-horizontal:last-of-type .form-group {\n /*margin-bottom: 0;*/\n}\n\n.tinvwl-inner .form-group + .form-group > label {\n /*margin-top: 7px;*/\n}\n\n.form-control {\n display: block;\n width: 100%;\n}\n\nlabel.one-line {\n display: inline-block;\n margin-bottom: 0;\n margin-right: 10px;\n}\n\n.control-label label {\n display: block;\n margin-bottom: 10px;\n}\n\n.form-horizontal .control-label label {\n padding-top: 9px;\n margin-bottom: 0;\n}\n\n@media (min-width: 1200px) {\n .tinvwl-table .tinvwl-header-row label {\n margin-bottom: 0;\n }\n .tinvwl-table .tinvwl-header-row .form-group {\n margin-top: -7px;\n margin-bottom: 13px;\n }\n}\n@media (max-width: 1199px) {\n .form-horizontal .control-label label {\n margin-bottom: 10px;\n }\n\n .tinvwl-table .tinvwl-header-row label {\n padding-top: 3px;\n }\n}\n.tinvwl-input-group-btn {\n margin-top: 13px;\n}\n\n.tinvwl-input-group {\n position: relative;\n display: table;\n border-collapse: separate;\n}\n\n.tinvwl-input-group-addon {\n width: 1%;\n white-space: nowrap;\n vertical-align: middle;\n}\n\n.tinvwl-input-group-btn {\n width: 1%;\n white-space: nowrap;\n vertical-align: middle;\n margin-top: 0;\n position: relative;\n white-space: nowrap;\n}\n.tinvwl-input-group-btn .tinvwl-btn {\n margin-left: 10px;\n}\n.tinvwl-input-group-btn > .btn {\n position: relative;\n}\n\n.tinvwl-input-group .form-control, .tinvwl-input-group-addon, .tinvwl-input-group-btn {\n display: table-cell;\n}\n\n.tinvwl-input-group .form-control {\n position: relative;\n z-index: 2;\n float: left;\n width: 100%;\n margin-bottom: 0;\n}\n\n@media only screen and (max-width: 1199px) {\n .tinvwl-input-group:not(.tinvwl-no-full) {\n display: block;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control {\n float: none;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {\n padding-top: 10px;\n padding-left: 0;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn, .tinvwl-input-group:not(.tinvwl-no-full) .form-control {\n display: block;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {\n margin-left: 0;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > input, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > button {\n margin-left: 0;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > input, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > button {\n margin-left: 0;\n }\n}\n.text-right {\n text-align: right;\n}\n\n@media (max-width: 1199px) {\n .text-right {\n text-align: left;\n }\n}\n@media (min-width: 768px) {\n .form-inline .form-group {\n display: inline-block;\n margin-bottom: 0;\n vertical-align: middle;\n }\n .form-inline .form-control {\n display: inline-block;\n width: auto;\n vertical-align: middle;\n }\n .form-inline .form-control-static {\n display: inline-block;\n }\n .form-inline .tinvwl-input-group {\n display: inline-table;\n vertical-align: middle;\n }\n .form-inline .tinvwl-input-group .tinvwl-input-group-addon, .form-inline .tinvwl-input-group .tinvwl-input-group-btn, .form-inline .tinvwl-input-group .form-control {\n width: auto;\n }\n .form-inline .tinvwl-input-group > .form-control {\n width: 100%;\n }\n .form-inline .control-label label {\n margin-bottom: 0;\n vertical-align: middle;\n }\n .form-inline .radio, .form-inline .checkbox {\n display: inline-block;\n margin-top: 0;\n margin-bottom: 0;\n vertical-align: middle;\n }\n .form-inline .radio label, .form-inline .checkbox label {\n padding-left: 0;\n }\n .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {\n position: relative;\n margin-left: 0;\n }\n .form-inline .has-feedback .form-control-feedback {\n top: 0;\n }\n}\n/*************************IMAGES *******************************/\n.logo_heart {\n background: url(\"../img/logo_heart.png\") no-repeat center;\n display: inline-block;\n background-size: 54px 54px;\n width: 54px;\n height: 54px;\n}\n\n.admin-rescue {\n background: url(\"../img/admin-rescue.png\") no-repeat center;\n display: inline-block;\n background-size: 61px 60px;\n width: 61px;\n height: 60px;\n}\n\n.admin-update {\n background: url(\"../img/admin-update.png\") no-repeat center;\n display: inline-block;\n background-size: 61px 60px;\n width: 61px;\n height: 60px;\n}\n\n.wizard_logo {\n background: url(\"../img/wizard_logo.png\") no-repeat center;\n background-size: 54px 54px;\n width: 54px;\n height: 54px;\n display: block;\n margin: 10px auto;\n}\n\n.wizard_setup {\n background: url(\"../img/wizard_setup.png\") no-repeat center;\n display: inline-block;\n background-size: 143px 144px;\n width: 143px;\n height: 144px;\n}\n\n.premium_adv {\n background: url(\"../img/premium_logo.png\") no-repeat center;\n display: inline-block;\n margin: 0 auto 35px;\n background-size: 107px 106px;\n width: 107px;\n height: 106px;\n}\n\n/************************** RETINA *************************/\n.tinvwl-content select {\n background-size: 13px 8px;\n}\n\n.tinvwl-select + .tinvwl-caret span {\n background-size: 13px 18px;\n}\n\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {\n background-size: 20px 30px;\n}\n.tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {\n background-size: 20px 30px;\n}\n\n.tinvwl-color-picker .tinvwl-eyedropper {\n background-size: 28px 29px;\n}\n\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {\n .tinvwl-content select {\n background-image: url(\"../img/select_caret@2x.png\");\n }\n\n .tinvwl-select + .tinvwl-caret span {\n background-image: url(\"../img/chevron_down@2x.png\");\n }\n\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .prev-page:hover .tinvwl-chevron {\n background-image: url(\"../img/chevron_icon@2x.png\");\n }\n .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page .tinvwl-chevron, .tinvwl-content .tablenav .tablenav-pages .pagination-links .next-page:hover .tinvwl-chevron {\n background-image: url(\"../img/chevron_icon@2x.png\");\n }\n\n .tinvwl-color-picker .tinvwl-eyedropper {\n background-image: url(\"../img/color_icon@2x.png\");\n }\n\n .logo_heart {\n background-image: url(\"../img/logo_heart@2x.png\");\n }\n\n .admin-rescue {\n background-image: url(\"../img/admin-rescue@2x.png\");\n }\n\n .admin-update {\n background-image: url(\"../img/admin-update@2x.png\");\n }\n\n .wizard_logo {\n background-image: url(\"../img/wizard_logo@2x.png\");\n }\n\n .wizard_setup {\n background-image: url(\"../img/wizard_setup@2x.png\");\n }\n}\n/******************STYLE HEADINGS*********************/\n#style_options .tinvwl-table tbody tr .tinvwl-inner h2 {\n font-size: 18px;\n color: #291C09;\n text-transform: capitalize;\n font-weight: 600;\n margin-bottom: 21px;\n padding: 14px 0;\n}\n\n::-webkit-input-placeholder {\n color: #e5e5e5;\n opacity: 1 !important;\n /* for older chrome versions. may no longer apply. */\n}\n\n:-moz-placeholder {\n /* Firefox 18- */\n color: #e5e5e5;\n opacity: 1 !important;\n}\n\n::-moz-placeholder {\n /* Firefox 19+ */\n color: #e5e5e5;\n opacity: 1 !important;\n}\n\n:-ms-input-placeholder {\n color: #e5e5e5;\n}"]}
assets/css/admin.min.css CHANGED
@@ -1,6 +1,6 @@
1
  /**
2
  * TI WooCommerce Wishlist Plugin - Allow your store guests and customers to add products to Wishlist. Add Wishlist functionality to your store for free.
3
- * @version 1.26.1
4
  * @link https://wordpress.org/plugins/ti-woocommerce-wishlist/
5
  */
6
  *{-webkit-box-sizing:border-box;box-sizing:border-box}
@@ -28,7 +28,7 @@ div.error,div.updated{margin-right:40px}
28
  body .tinvwl-header,body .tinvwl-content{font-family:Arial,sans-serif;font-size:14px;line-height:1.429;color:#6b625a}
29
  button,input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}
30
  label,.tinv-label{display:block;font-size:15px;font-family:"Open Sans","Helvetica Neue",sans-serif;color:#291c09;font-weight:600;margin-bottom:7px}
31
- h1,h2,h3,h4,h5,h6,.wrap h1{color:#291c09;font-family:'Open Sans',Arial,sans-serif;font-weight:normal;line-height:1.313;padding:0;margin:0;border:0}
32
  h1,.wrap h1{font-size:30px}
33
  h2{font-size:26px}
34
  h3{font-size:22px}
@@ -39,9 +39,9 @@ h6{font-size:12px}
39
  #toplevel_page_tinvwl ul li:hover ul,#toplevel_page_tinvwl ul li.current ul{display:block;left:145px;margin-left:15px;position:absolute;top:0}
40
  .status-panel>div{display:inline-block;margin-left:21px}
41
  .status-panel .button-link{background-color:#ff5739;color:#FFF;text-decoration:none;text-transform:uppercase;line-height:10px;font-weight:600;height:48px;display:table-cell;border-radius:5px;padding:0 17px;vertical-align:middle}
42
- .status-panel .button-link span::before{color:#ffdc00;display:inline-block;font:normal 12px/1 'dashicons';vertical-align:bottom;-webkit-font-smoothing:antialiased;content:"\f155"}
43
  .status-panel .button-round{border:2px solid #f1f1f1;border-radius:50%;width:43px;padding-top:5px;padding-left:2px;height:40px;display:table-cell;text-align:center;vertical-align:middle}
44
- .status-panel .status-tutorial span::before{color:#515151;display:inline-block;font:normal 24px/1 'dashicons';vertical-align:middle;-webkit-font-smoothing:antialiased;content:"\f118"}
45
  .tinvwl-status-message{font-family:Arial,sans-serif;font-size:14px;line-height:1.429;margin-top:40px;color:#6b625a;border-top:2px solid #f6f3ed}
46
  .tinvwl-status-message .tinvwl-title{padding:13px 20px;float:left;width:142px;font-weight:bold}
47
  .tinvwl-status-message.type-error .tinvwl-title,.tinvwl-status-message.type-tip .tinvwl-title{color:#fff}
@@ -50,9 +50,9 @@ h6{font-size:12px}
50
  .tinvwl-status-message.type-tip .tinvwl-title{background:#30aec4}
51
  .tinvwl-status-message.type-attention .tinvwl-title{background:#ffe900}
52
  .tinvwl-status-message .tinvwl-title i{margin-right:10px}
53
- .tinvwl-status-message.type-error>.tinvwl-title>i:before{content:"\f00d"}
54
- .tinvwl-status-message.type-tip>.tinvwl-title>i:before{content:"\f05a"}
55
- .tinvwl-status-message.type-attention>.tinvwl-title>i:before{content:"\f071"}
56
  .tinvwl-status-message .tinvwl-message{padding:13px 20px;overflow:hidden;height:100%;background:#faf9f7}
57
  .tinvwl-content a{text-decoration:none;color:#30aec4}
58
  .tinvwl-content a:hover,.tinvwl-content a:active,.tinvwl-content a:focus{color:#524737}
@@ -68,7 +68,7 @@ h6{font-size:12px}
68
  .tinvwl-content input[type=text]:disabled,.tinvwl-content input[type=password]:disabled,.tinvwl-content input[type=color]:disabled,.tinvwl-content input[type=date]:disabled,.tinvwl-content input[type=datetime]:disabled,.tinvwl-content input[type=datetime-local]:disabled,.tinvwl-content input[type=email]:disabled,.tinvwl-content input[type=month]:disabled,.tinvwl-content input[type=number]:disabled,.tinvwl-content input[type=tel]:disabled,.tinvwl-content input[type=time]:disabled,.tinvwl-content input[type=url]:disabled,.tinvwl-content input[type=week]:disabled,.tinvwl-content input[type=search]:disabled{font-size:15px;font-family:"Open Sans","Helvetica Neue",sans-serif;font-weight:600;color:#291c09;background-color:#f6f3ed;border-color:#f6f3ed}
69
  .tinvwl-content select{font-family:Arial,sans-serif;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding:9px 40px 9px 13px;background-color:#fff;background-image:url("../img/select_caret.png");background-repeat:no-repeat;background-position:96% center;background-position:calc(100% - 15px) center}
70
  .tinvwl-content select:disabled{font-size:15px;font-family:"Open Sans","Helvetica Neue",sans-serif;font-weight:600;color:#291c09;background-color:#f6f3ed;border-color:#f6f3ed}
71
- .tinvwl-content select[multiple="multiple"]{padding:9px 13px;background:#fff}
72
  .tinvwl-content .tinvwl-select.grey{font-size:14px;font-family:"Arial","Helvetica Neue",Helvetica,sans-serif;padding:8px 11px;height:35px;border:0;color:#5d5d5d;background:#f4f3ef}
73
  .tinvwl-select-wrap{position:relative;display:inline-block;vertical-align:middle;cursor:pointer}
74
  .tinvwl-content select.tinvwl-select.grey{padding-right:47px;margin:0;border-radius:4px}
@@ -95,19 +95,19 @@ h6{font-size:12px}
95
  .tinvwl-panel.only-button #save_buttons--setting_reset .form-control:hover{color:#fff;background-color:#515151}
96
  .tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split:hover span{background:#434343}
97
  #doaction,#doaction2,#post-query-submit{margin:0}
98
- button,input[type="submit"]{display:inline-block;vertical-align:middle;margin:0;font-family:'Open Sans',Arial,sans-serif;font-size:14px;line-height:normal;cursor:pointer;text-decoration:none}
99
- .tinvwl-btn{display:inline-block;vertical-align:middle;margin:0;font-family:'Open Sans',Arial,sans-serif;font-size:14px;line-height:normal;cursor:pointer;text-decoration:none;padding:11px 19px 12px 18px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:-.025em;border:0;border-radius:2px;color:#fff;background-color:#96b100}
100
- a.tinvwl-btn{padding:11px 19px 12px 18px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:-.025em;border:0;border-radius:2px;color:#fff;background-color:#96b100}
101
  .tinvwl-btn.large{padding:14px 19px 14px 18px}
102
  .tinvwl-btn.small{padding:6px 11px 7px}
103
  .tinvwl-btn.smaller{padding:11px 18px 12px}
104
  .tinvwl-btn.red,.tinvwl-btn.green,.tinvwl-btn.dark-green,.tinvwl-btn.black{font-weight:800}
105
  .tinvwl-btn.grey{margin:0;padding:8px 12px;font-weight:bold;color:#3e3e3e;background:#f4f3ef}
106
  .tinvwl-btn.grey.large{font-weight:800;padding:14px 19px 14px 18px}
107
- .tinvwl-btn.grey.w-icon{letter-spacing:-.025em}
108
  .tinvwl-btn.red{color:#fff;background-color:#ff5739}
109
  .tinvwl-btn.orange{color:#fff;background-color:#ff9f07}
110
- .tinvwl-btn.white.smaller{font-size:14px;font-weight:bold;letter-spacing:-.05em;padding:10px 15px 11px;border:1px solid rgba(0,0,0,0.14);-webkit-box-shadow:1px 2px 4px 0 rgba(0,0,0,0.1);box-shadow:1px 2px 4px 0 rgba(0,0,0,0.1)}
111
  .tinvwl-btn.white.small{font-family:Arial,sans-serif;font-size:14px;text-transform:none;font-weight:normal;border:1px solid rgba(0,0,0,0.14);-webkit-box-shadow:1px 2px 4px 0 rgba(0,0,0,0.1);box-shadow:1px 2px 4px 0 rgba(0,0,0,0.1);padding:9px 18px;color:#4f4639}
112
  .tinvwl-btn.small.white:hover,.tinvwl-btn.small.white:active,.tinvwl-btn.small.white:focus{color:#fff}
113
  .tinvwl-btn.white{color:#291c09;background:#fff}
@@ -145,7 +145,7 @@ a.tinvwl-btn:not(:disabled):hover,a.tinvwl-btn:not(:disabled):active,a.tinvwl-bt
145
  .tinvwl-header .icon.border-grey{position:relative;display:inline-block;width:45px;height:45px;line-height:45px;text-align:center;background:#fff;border:2px solid #f1f1f1;border-radius:50%;color:#3e3e3e}
146
  .tinvwl-header .icon.border-grey:hover{border-color:#515151}
147
  .tinvwl-header .icon.w-lines{position:relative;padding:0 30px}
148
- .tinvwl-header .icon.w-lines:before,.tinvwl-header .icon.w-lines:after{content:'';position:absolute;top:50%;top:calc(50% - 1px);width:17px;height:1px;background:rgba(0,0,0,0.12)}
149
  .tinvwl-header .icon.w-lines:before{left:0}
150
  .tinvwl-header .icon.w-lines:after{right:0}
151
  .tinvwl-header .icon .badge{position:absolute;top:-5px;right:-10px;display:inline-block;min-width:26px;height:26px;font-size:11px;line-height:19px;font-weight:bold;background:#ff5739;border:3px solid #fff;color:#fff;border-radius:50%}
@@ -203,8 +203,8 @@ a.tinvwl-btn:not(:disabled):hover,a.tinvwl-btn:not(:disabled):active,a.tinvwl-bt
203
  .tinvwl-content .widefat thead td.pause-play-column{padding:0;width:53px;text-align:center}
204
  .tinvwl-content .widefat tbody th.pause-play-column{padding:0;width:53px;text-align:center}
205
  .tinvwl-content th.sortable a,.tinvwl-content th.sorted a{padding:0}
206
- .tinvwl-content .widefat th{font-size:14px;font-weight:600;font-family:"Open Sans","Helvetica Neue",sans-serif;color:#291c09;text-transform:uppercase;letter-spacing:-.025em}
207
- .tinvwl-content th.sortable>a,.tinvwl-content th.sorted>a{font-size:14px;font-weight:600;font-family:"Open Sans","Helvetica Neue",sans-serif;color:#291c09;text-transform:uppercase;letter-spacing:-.025em}
208
  .tinvwl-content th.sortable>a,.tinvwl-content th.sorted>a{display:inline-block;vertical-align:middle}
209
  .tinvwl-content .widefat th.sortable>a,.tinvwl-content .widefat th.sorted>a{position:relative}
210
  .tinvwl-content .widefat th.sortable>a .sorting-indicator,.tinvwl-content .widefat th.sorted>a .sorting-indicator{position:absolute;top:50%;right:0;margin-top:-2px}
@@ -286,7 +286,7 @@ a.tinvwl-btn:not(:disabled):hover,a.tinvwl-btn:not(:disabled):active,a.tinvwl-bt
286
  .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info{display:table-cell}
287
  .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info .tinvwl-inner{display:block}
288
  .tinvwl-style-options tbody+tbody>.tinvwl-bodies-border .tinvwl-info .tinvwl-inner{display:block}
289
- textarea[name="style_plain-css"]{height:150px}
290
  .tinvwl-table tbody+tbody>.tinvwl-bodies-border{display:table-row}
291
  .tinvwl-table tbody+tbody>.tinvwl-bodies-border:first-child>td:first-child>.tinvwl-inner{padding-top:30px;margin-top:10px;border-top:2px solid rgba(219,219,219,0.522)}
292
  .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner{padding-bottom:15px;margin-bottom:30px;border-bottom:2px solid rgba(219,219,219,0.522)}
@@ -316,7 +316,7 @@ textarea[name="style_plain-css"]{height:150px}
316
  .popover.right{margin-left:10px}
317
  .popover.bottom{margin-top:10px}
318
  .popover.left{margin-left:-10px}
319
- .popover-title{padding:30px 30px 0;margin:0;font-family:'Open Sans',Arial,sans-serif;font-size:14px;font-weight:600;line-height:1.714;text-transform:uppercase;letter-spacing:-.35px}
320
  .popover-content{padding:25px 30px 30px;color:#5d5d5d;font-family:Arial,sans-serif;font-size:14px;line-height:1.429}
321
  .popover>.arrow{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;border-width:11px;margin-left:0;overflow:visible}
322
  .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;content:none;z-index:9999;background:0;-webkit-box-shadow:none;box-shadow:none;position:absolute;left:auto;top:auto;width:auto;height:auto;-webkit-transform:none;transform:none;content:"";border-width:10px}
@@ -353,11 +353,11 @@ textarea[name="style_plain-css"]{height:150px}
353
  .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe h2{color:#453a2a;margin:30px auto 20px}
354
  .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe p{font-size:16px;padding-left:10px;padding-right:10px}
355
  .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group{width:90%;position:relative;margin:10px auto}
356
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type="email"]{width:65%;height:45px}
357
- .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type="submit"]{width:30%}
358
  .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe #mc_embed_signup{margin-bottom:30px}
359
- .tinvwl-premium-feat h2{font-size:30px;text-transform:uppercase;letter-spacing:-.025em;line-height:1;color:#fff}
360
- .tinvwl-premium-feat .tinvwl-pic-col{border:5px solid #fff;text-align:center;background:#df4c57;background:linear-gradient(135deg,#df4c57 0,#f78c62 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#df4c57',endColorstr='#f78c62',GradientType=1);padding:50px 10px;color:#fff}
361
  .tinvwl-premium-feat .tinvwl-pic-col img{display:block;margin:0 auto}
362
  .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white{color:#ff5739}
363
  .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white:hover{color:#fff}
@@ -559,7 +559,7 @@ label.one-line{display:inline-block;margin-bottom:0;margin-right:10px}
559
  .form-inline .control-label label{margin-bottom:0;vertical-align:middle}
560
  .form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
561
  .form-inline .radio label,.form-inline .checkbox label{padding-left:0}
562
- .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}
563
  .form-inline .has-feedback .form-control-feedback{top:0}
564
  }@media(min-width:992px){.container{width:970px}
565
  .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}
@@ -617,7 +617,7 @@ label.one-line{display:inline-block;margin-bottom:0;margin-right:10px}
617
  }@media(min-width:1200px){.tinvwl-icon-preview{margin-bottom:0}
618
  .tinvwl-style-options .tinvwl-table .tinvwl-inner .form-horizontal{width:67%}
619
  .tinvwl-table tr.tinvwl-full-width .control-label label{margin-bottom:10px}
620
- .tinvwl-table tr.tinvwl-full-width [class^="col-lg-"],.tinvwl-table tr.tinvwl-full-width [class^="col-md-"]{width:100%}
621
  .tinvwl-table tr.tinvwl-full-width textarea{height:250px;padding:15px}
622
  .tiwl-notifications-style-logo img{float:right}
623
  .tinvwl-table .tinvwl-form-onoff,.tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6>.tinvwl-btn,.tinvwl-btns-group .tinvwl-btn{float:right}
@@ -718,14 +718,14 @@ div.error,div.updated{margin-top:20px;margin-left:20px;margin-right:20px}
718
  .tinvwl-header .tinvwl-title{display:block;margin:0 auto}
719
  .tinwl-logo h2{padding-left:0;margin-left:0;margin-top:6px}
720
  .tinvwl-header .tinvwl-title{position:relative;padding-left:12px;padding-right:12px;padding-top:13px;margin-left:0;margin-top:16px;border-left:0}
721
- .tinvwl-header .tinvwl-title:before{content:'';position:absolute;top:0;left:0;right:0;width:40px;height:1px;margin:0 auto;background:#dcddde}
722
  .form-horizontal .control-label .tinvwl-empty{display:none}
723
  .tinvwl-style-options .tinvwl-empty-info,.tinvwl-style-options .tinvwl-info{display:none !important}
724
  .tinvwl-style-options .tinvwl-table thead th:first-child,.tinvwl-style-options .tinvwl-bodies-border td:first-child{padding-right:30px !important}
725
  .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner{padding-bottom:0}
726
  .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner .form-group{margin-bottom:20px}
727
- .tinvwl-table .row>[class^="col-md-"]+[class^="col-md-"],.tinvwl-table .row>[class^="col-lg-"]+[class^="col-lg-"]{padding-top:30px}
728
- .tinvwl-table .form-group>[class^="col-md-"]+[class^="col-md-"],.tinvwl-table .form-group>[class^="col-lg-"]+[class^="col-lg-"]{padding-top:30px}
729
  .form-horizontal .control-label label{margin-bottom:10px}
730
  .tinvwl-table .tinvwl-header-row label{padding-top:3px}
731
  .text-right{text-align:left}
1
  /**
2
  * TI WooCommerce Wishlist Plugin - Allow your store guests and customers to add products to Wishlist. Add Wishlist functionality to your store for free.
3
+ * @version 1.27.0
4
  * @link https://wordpress.org/plugins/ti-woocommerce-wishlist/
5
  */
6
  *{-webkit-box-sizing:border-box;box-sizing:border-box}
28
  body .tinvwl-header,body .tinvwl-content{font-family:Arial,sans-serif;font-size:14px;line-height:1.429;color:#6b625a}
29
  button,input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}
30
  label,.tinv-label{display:block;font-size:15px;font-family:"Open Sans","Helvetica Neue",sans-serif;color:#291c09;font-weight:600;margin-bottom:7px}
31
+ h1,h2,h3,h4,h5,h6,.wrap h1{color:#291c09;font-family:"Open Sans",Arial,sans-serif;font-weight:normal;line-height:1.313;padding:0;margin:0;border:0}
32
  h1,.wrap h1{font-size:30px}
33
  h2{font-size:26px}
34
  h3{font-size:22px}
39
  #toplevel_page_tinvwl ul li:hover ul,#toplevel_page_tinvwl ul li.current ul{display:block;left:145px;margin-left:15px;position:absolute;top:0}
40
  .status-panel>div{display:inline-block;margin-left:21px}
41
  .status-panel .button-link{background-color:#ff5739;color:#FFF;text-decoration:none;text-transform:uppercase;line-height:10px;font-weight:600;height:48px;display:table-cell;border-radius:5px;padding:0 17px;vertical-align:middle}
42
+ .status-panel .button-link span::before{color:#ffdc00;display:inline-block;font:normal 12px/1 "dashicons";vertical-align:bottom;-webkit-font-smoothing:antialiased;content:""}
43
  .status-panel .button-round{border:2px solid #f1f1f1;border-radius:50%;width:43px;padding-top:5px;padding-left:2px;height:40px;display:table-cell;text-align:center;vertical-align:middle}
44
+ .status-panel .status-tutorial span::before{color:#515151;display:inline-block;font:normal 24px/1 "dashicons";vertical-align:middle;-webkit-font-smoothing:antialiased;content:""}
45
  .tinvwl-status-message{font-family:Arial,sans-serif;font-size:14px;line-height:1.429;margin-top:40px;color:#6b625a;border-top:2px solid #f6f3ed}
46
  .tinvwl-status-message .tinvwl-title{padding:13px 20px;float:left;width:142px;font-weight:bold}
47
  .tinvwl-status-message.type-error .tinvwl-title,.tinvwl-status-message.type-tip .tinvwl-title{color:#fff}
50
  .tinvwl-status-message.type-tip .tinvwl-title{background:#30aec4}
51
  .tinvwl-status-message.type-attention .tinvwl-title{background:#ffe900}
52
  .tinvwl-status-message .tinvwl-title i{margin-right:10px}
53
+ .tinvwl-status-message.type-error>.tinvwl-title>i:before{content:""}
54
+ .tinvwl-status-message.type-tip>.tinvwl-title>i:before{content:""}
55
+ .tinvwl-status-message.type-attention>.tinvwl-title>i:before{content:""}
56
  .tinvwl-status-message .tinvwl-message{padding:13px 20px;overflow:hidden;height:100%;background:#faf9f7}
57
  .tinvwl-content a{text-decoration:none;color:#30aec4}
58
  .tinvwl-content a:hover,.tinvwl-content a:active,.tinvwl-content a:focus{color:#524737}
68
  .tinvwl-content input[type=text]:disabled,.tinvwl-content input[type=password]:disabled,.tinvwl-content input[type=color]:disabled,.tinvwl-content input[type=date]:disabled,.tinvwl-content input[type=datetime]:disabled,.tinvwl-content input[type=datetime-local]:disabled,.tinvwl-content input[type=email]:disabled,.tinvwl-content input[type=month]:disabled,.tinvwl-content input[type=number]:disabled,.tinvwl-content input[type=tel]:disabled,.tinvwl-content input[type=time]:disabled,.tinvwl-content input[type=url]:disabled,.tinvwl-content input[type=week]:disabled,.tinvwl-content input[type=search]:disabled{font-size:15px;font-family:"Open Sans","Helvetica Neue",sans-serif;font-weight:600;color:#291c09;background-color:#f6f3ed;border-color:#f6f3ed}
69
  .tinvwl-content select{font-family:Arial,sans-serif;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding:9px 40px 9px 13px;background-color:#fff;background-image:url("../img/select_caret.png");background-repeat:no-repeat;background-position:96% center;background-position:calc(100% - 15px) center}
70
  .tinvwl-content select:disabled{font-size:15px;font-family:"Open Sans","Helvetica Neue",sans-serif;font-weight:600;color:#291c09;background-color:#f6f3ed;border-color:#f6f3ed}
71
+ .tinvwl-content select[multiple=multiple]{padding:9px 13px;background:#fff}
72
  .tinvwl-content .tinvwl-select.grey{font-size:14px;font-family:"Arial","Helvetica Neue",Helvetica,sans-serif;padding:8px 11px;height:35px;border:0;color:#5d5d5d;background:#f4f3ef}
73
  .tinvwl-select-wrap{position:relative;display:inline-block;vertical-align:middle;cursor:pointer}
74
  .tinvwl-content select.tinvwl-select.grey{padding-right:47px;margin:0;border-radius:4px}
95
  .tinvwl-panel.only-button #save_buttons--setting_reset .form-control:hover{color:#fff;background-color:#515151}
96
  .tinvwl-panel.only-button #save_buttons--setting_reset .tinvwl-btn.split:hover span{background:#434343}
97
  #doaction,#doaction2,#post-query-submit{margin:0}
98
+ button,input[type=submit]{display:inline-block;vertical-align:middle;margin:0;font-family:"Open Sans",Arial,sans-serif;font-size:14px;line-height:normal;cursor:pointer;text-decoration:none}
99
+ .tinvwl-btn{display:inline-block;vertical-align:middle;margin:0;font-family:"Open Sans",Arial,sans-serif;font-size:14px;line-height:normal;cursor:pointer;text-decoration:none;padding:11px 19px 12px 18px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:-0.025em;border:0;border-radius:2px;color:#fff;background-color:#96b100}
100
+ a.tinvwl-btn{padding:11px 19px 12px 18px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:-0.025em;border:0;border-radius:2px;color:#fff;background-color:#96b100}
101
  .tinvwl-btn.large{padding:14px 19px 14px 18px}
102
  .tinvwl-btn.small{padding:6px 11px 7px}
103
  .tinvwl-btn.smaller{padding:11px 18px 12px}
104
  .tinvwl-btn.red,.tinvwl-btn.green,.tinvwl-btn.dark-green,.tinvwl-btn.black{font-weight:800}
105
  .tinvwl-btn.grey{margin:0;padding:8px 12px;font-weight:bold;color:#3e3e3e;background:#f4f3ef}
106
  .tinvwl-btn.grey.large{font-weight:800;padding:14px 19px 14px 18px}
107
+ .tinvwl-btn.grey.w-icon{letter-spacing:-0.025em}
108
  .tinvwl-btn.red{color:#fff;background-color:#ff5739}
109
  .tinvwl-btn.orange{color:#fff;background-color:#ff9f07}
110
+ .tinvwl-btn.white.smaller{font-size:14px;font-weight:bold;letter-spacing:-0.05em;padding:10px 15px 11px;border:1px solid rgba(0,0,0,0.14);-webkit-box-shadow:1px 2px 4px 0 rgba(0,0,0,0.1);box-shadow:1px 2px 4px 0 rgba(0,0,0,0.1)}
111
  .tinvwl-btn.white.small{font-family:Arial,sans-serif;font-size:14px;text-transform:none;font-weight:normal;border:1px solid rgba(0,0,0,0.14);-webkit-box-shadow:1px 2px 4px 0 rgba(0,0,0,0.1);box-shadow:1px 2px 4px 0 rgba(0,0,0,0.1);padding:9px 18px;color:#4f4639}
112
  .tinvwl-btn.small.white:hover,.tinvwl-btn.small.white:active,.tinvwl-btn.small.white:focus{color:#fff}
113
  .tinvwl-btn.white{color:#291c09;background:#fff}
145
  .tinvwl-header .icon.border-grey{position:relative;display:inline-block;width:45px;height:45px;line-height:45px;text-align:center;background:#fff;border:2px solid #f1f1f1;border-radius:50%;color:#3e3e3e}
146
  .tinvwl-header .icon.border-grey:hover{border-color:#515151}
147
  .tinvwl-header .icon.w-lines{position:relative;padding:0 30px}
148
+ .tinvwl-header .icon.w-lines:before,.tinvwl-header .icon.w-lines:after{content:"";position:absolute;top:50%;top:calc(50% - 1px);width:17px;height:1px;background:rgba(0,0,0,0.12)}
149
  .tinvwl-header .icon.w-lines:before{left:0}
150
  .tinvwl-header .icon.w-lines:after{right:0}
151
  .tinvwl-header .icon .badge{position:absolute;top:-5px;right:-10px;display:inline-block;min-width:26px;height:26px;font-size:11px;line-height:19px;font-weight:bold;background:#ff5739;border:3px solid #fff;color:#fff;border-radius:50%}
203
  .tinvwl-content .widefat thead td.pause-play-column{padding:0;width:53px;text-align:center}
204
  .tinvwl-content .widefat tbody th.pause-play-column{padding:0;width:53px;text-align:center}
205
  .tinvwl-content th.sortable a,.tinvwl-content th.sorted a{padding:0}
206
+ .tinvwl-content .widefat th{font-size:14px;font-weight:600;font-family:"Open Sans","Helvetica Neue",sans-serif;color:#291c09;text-transform:uppercase;letter-spacing:-0.025em}
207
+ .tinvwl-content th.sortable>a,.tinvwl-content th.sorted>a{font-size:14px;font-weight:600;font-family:"Open Sans","Helvetica Neue",sans-serif;color:#291c09;text-transform:uppercase;letter-spacing:-0.025em}
208
  .tinvwl-content th.sortable>a,.tinvwl-content th.sorted>a{display:inline-block;vertical-align:middle}
209
  .tinvwl-content .widefat th.sortable>a,.tinvwl-content .widefat th.sorted>a{position:relative}
210
  .tinvwl-content .widefat th.sortable>a .sorting-indicator,.tinvwl-content .widefat th.sorted>a .sorting-indicator{position:absolute;top:50%;right:0;margin-top:-2px}
286
  .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info{display:table-cell}
287
  .tinvwl-style-options .tinvwl-table thead .tinvwl-empty-info .tinvwl-inner{display:block}
288
  .tinvwl-style-options tbody+tbody>.tinvwl-bodies-border .tinvwl-info .tinvwl-inner{display:block}
289
+ textarea[name=style_plain-css]{height:150px}
290
  .tinvwl-table tbody+tbody>.tinvwl-bodies-border{display:table-row}
291
  .tinvwl-table tbody+tbody>.tinvwl-bodies-border:first-child>td:first-child>.tinvwl-inner{padding-top:30px;margin-top:10px;border-top:2px solid rgba(219,219,219,0.522)}
292
  .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner{padding-bottom:15px;margin-bottom:30px;border-bottom:2px solid rgba(219,219,219,0.522)}
316
  .popover.right{margin-left:10px}
317
  .popover.bottom{margin-top:10px}
318
  .popover.left{margin-left:-10px}
319
+ .popover-title{padding:30px 30px 0;margin:0;font-family:"Open Sans",Arial,sans-serif;font-size:14px;font-weight:600;line-height:1.714;text-transform:uppercase;letter-spacing:-0.35px}
320
  .popover-content{padding:25px 30px 30px;color:#5d5d5d;font-family:Arial,sans-serif;font-size:14px;line-height:1.429}
321
  .popover>.arrow{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;border-width:11px;margin-left:0;overflow:visible}
322
  .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;content:none;z-index:9999;background:0;-webkit-box-shadow:none;box-shadow:none;position:absolute;left:auto;top:auto;width:auto;height:auto;-webkit-transform:none;transform:none;content:"";border-width:10px}
353
  .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe h2{color:#453a2a;margin:30px auto 20px}
354
  .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe p{font-size:16px;padding-left:10px;padding-right:10px}
355
  .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group{width:90%;position:relative;margin:10px auto}
356
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type=email]{width:65%;height:45px}
357
+ .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe .mc-field-group input[type=submit]{width:30%}
358
  .tinvwl-premium-feat .col-lg-4 .half-containers.subscribe #mc_embed_signup{margin-bottom:30px}
359
+ .tinvwl-premium-feat h2{font-size:30px;text-transform:uppercase;letter-spacing:-0.025em;line-height:1;color:#fff}
360
+ .tinvwl-premium-feat .tinvwl-pic-col{border:5px solid #fff;text-align:center;background:#df4c57;background:linear-gradient(135deg,#df4c57 0,#f78c62 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#df4c57",endColorstr="#f78c62",GradientType=1);padding:50px 10px;color:#fff}
361
  .tinvwl-premium-feat .tinvwl-pic-col img{display:block;margin:0 auto}
362
  .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white{color:#ff5739}
363
  .tinvwl-premium-feat .tinvwl-pic-col .tinvwl-btn.white:hover{color:#fff}
559
  .form-inline .control-label label{margin-bottom:0;vertical-align:middle}
560
  .form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
561
  .form-inline .radio label,.form-inline .checkbox label{padding-left:0}
562
+ .form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}
563
  .form-inline .has-feedback .form-control-feedback{top:0}
564
  }@media(min-width:992px){.container{width:970px}
565
  .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}
617
  }@media(min-width:1200px){.tinvwl-icon-preview{margin-bottom:0}
618
  .tinvwl-style-options .tinvwl-table .tinvwl-inner .form-horizontal{width:67%}
619
  .tinvwl-table tr.tinvwl-full-width .control-label label{margin-bottom:10px}
620
+ .tinvwl-table tr.tinvwl-full-width [class^=col-lg-],.tinvwl-table tr.tinvwl-full-width [class^=col-md-]{width:100%}
621
  .tinvwl-table tr.tinvwl-full-width textarea{height:250px;padding:15px}
622
  .tiwl-notifications-style-logo img{float:right}
623
  .tinvwl-table .tinvwl-form-onoff,.tinvwl-panel:not(.only-button) .tinvwl-table .col-lg-6>.tinvwl-btn,.tinvwl-btns-group .tinvwl-btn{float:right}
718
  .tinvwl-header .tinvwl-title{display:block;margin:0 auto}
719
  .tinwl-logo h2{padding-left:0;margin-left:0;margin-top:6px}
720
  .tinvwl-header .tinvwl-title{position:relative;padding-left:12px;padding-right:12px;padding-top:13px;margin-left:0;margin-top:16px;border-left:0}
721
+ .tinvwl-header .tinvwl-title:before{content:"";position:absolute;top:0;left:0;right:0;width:40px;height:1px;margin:0 auto;background:#dcddde}
722
  .form-horizontal .control-label .tinvwl-empty{display:none}
723
  .tinvwl-style-options .tinvwl-empty-info,.tinvwl-style-options .tinvwl-info{display:none !important}
724
  .tinvwl-style-options .tinvwl-table thead th:first-child,.tinvwl-style-options .tinvwl-bodies-border td:first-child{padding-right:30px !important}
725
  .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner{padding-bottom:0}
726
  .tinvwl-table .tinvwl-header-row.tinvwl-line-border .tinvwl-inner .form-group{margin-bottom:20px}
727
+ .tinvwl-table .row>[class^=col-md-]+[class^=col-md-],.tinvwl-table .row>[class^=col-lg-]+[class^=col-lg-]{padding-top:30px}
728
+ .tinvwl-table .form-group>[class^=col-md-]+[class^=col-md-],.tinvwl-table .form-group>[class^=col-lg-]+[class^=col-lg-]{padding-top:30px}
729
  .form-horizontal .control-label label{margin-bottom:10px}
730
  .tinvwl-table .tinvwl-header-row label{padding-top:3px}
731
  .text-right{text-align:left}
assets/css/public-rtl.css CHANGED
@@ -1,46 +1,54 @@
 
1
  /*------------------------------------*
2
  $WEBFONT
3
  *------------------------------------*/
4
  .tinv-wishlist form, .tinv-wishlist p:last-child, .tinv-wishlist table {
5
- margin-bottom: 0; }
 
6
 
7
  .tinv-wishlist * {
8
  -webkit-box-sizing: border-box;
9
- box-sizing: border-box; }
 
10
 
11
  .tinvwl-wishlist :after, .tinvwl-wishlist :before {
12
  -webkit-box-sizing: border-box;
13
- box-sizing: border-box; }
 
14
 
15
  .tinv-wishlist select {
16
- width: 140px; }
17
-
18
  .tinv-wishlist ul {
19
  list-style: none;
20
  margin: 0;
21
- padding: 0; }
22
-
23
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
24
  margin-top: -10px;
25
- margin-right: -10px; }
 
26
 
27
  .woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {
28
- text-align: center; }
 
29
 
30
  .tinv-wishlist .button i, .tinv-wishlist .navigation-button a i {
31
- margin-left: 6px; }
32
-
33
- .tinv-wishlist input[type="button"] i, .tinv-wishlist input[type="reset"] i, .tinv-wishlist input[type="submit"] i {
34
- margin-left: 6px; }
35
-
36
  .tinv-wishlist a.tinv-close-modal i {
37
- margin-left: 0; }
 
38
 
39
  a.wishlist_products_counter {
40
- text-decoration: none; }
 
41
 
42
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
43
- content: '\e909';
44
  display: inline-block;
45
  font-family: tinvwl-webfont !important;
46
  speak: none;
@@ -53,10 +61,11 @@ a.wishlist_products_counter {
53
  -moz-osx-font-smoothing: grayscale;
54
  font-size: 20px;
55
  vertical-align: sub;
56
- margin-left: 5px; }
 
57
 
58
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, a.wishlist_products_counter.top_wishlist-heart-plus:before, span.wishlist_products_counter.top_wishlist-heart-plus:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before {
59
- content: '\e906';
60
  display: inline-block;
61
  font-family: tinvwl-webfont !important;
62
  speak: none;
@@ -69,63 +78,75 @@ a.wishlist_products_counter {
69
  -moz-osx-font-smoothing: grayscale;
70
  font-size: 20px;
71
  vertical-align: sub;
72
- margin-left: 5px; }
 
73
 
74
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
75
  position: relative;
76
  width: 36px;
77
  height: 36px;
78
- vertical-align: sub; }
 
79
 
80
  a.wishlist_products_counter.top_wishlist-heart-plus.no-txt, span.wishlist_products_counter.top_wishlist-heart-plus.no-txt {
81
  position: relative;
82
  width: 36px;
83
  height: 36px;
84
- vertical-align: sub; }
 
85
 
86
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
87
  position: absolute;
88
  top: 50%;
89
  right: 50%;
90
- margin-left: 0; }
91
-
92
  .tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
93
  padding-right: 1em;
94
- vertical-align: bottom; }
95
-
96
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
97
- content: '\e908'; }
 
98
 
99
  .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before, span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {
100
- content: '\e908'; }
 
101
 
102
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart-plus.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, a.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before, span.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before {
103
- content: '\e907'; }
 
104
 
105
  .tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before, a.wishlist_products_counter.top_wishlist-white:before, span.wishlist_products_counter.top_wishlist-white:before {
106
- color: #FFF; }
 
107
 
108
  .tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before, a.wishlist_products_counter.top_wishlist-black:before, span.wishlist_products_counter.top_wishlist-black:before {
109
- color: #000; }
 
110
 
111
  .tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {
112
- margin-bottom: 15px; }
113
-
114
  .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
115
- margin-top: 15px; }
116
-
117
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
118
  padding: 10px 11px;
119
- line-height: 1; }
 
120
 
121
  .wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button {
122
- margin: 0; }
123
- .wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button::before {
124
- display: none; }
 
 
125
 
126
  a.wishlist_products_counter.top_wishlist-custom.no-txt, span.wishlist_products_counter.top_wishlist-custom.no-txt {
127
  padding: 10px 11px;
128
- line-height: 1; }
 
129
 
130
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img, a.wishlist_products_counter.top_wishlist-custom img, span.wishlist_products_counter.top_wishlist-custom img {
131
  display: inline-block !important;
@@ -134,16 +155,20 @@ a.wishlist_products_counter.top_wishlist-custom.no-txt, span.wishlist_products_c
134
  max-width: 16px;
135
  max-height: 16px;
136
  margin-bottom: 0;
137
- margin: 0 0 0 6px !important; }
 
138
 
139
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img, a.wishlist_products_counter.top_wishlist-custom.no-txt img, span.wishlist_products_counter.top_wishlist-custom.no-txt img {
140
- margin-left: 0 !important; }
 
141
 
142
  .single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button, div.product form.cart .tinvwl_add_to_wishlist_button {
143
- float: none; }
 
144
 
145
  ul.products li.product .tinvwl_add_to_wishlist_button {
146
- margin-top: 1em; }
 
147
 
148
  .tinvwl_add_to_wishlist_button {
149
  display: inline-block;
@@ -151,76 +176,85 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
151
  -webkit-transition: opacity 1s;
152
  transition: opacity 1s;
153
  opacity: 1;
154
- visibility: visible; }
 
155
 
156
  .tinv-wishlist.woocommerce .stock.in-stock:before {
157
- content: none; }
 
158
 
159
  .tinv-wraper.tinv-wishlist {
160
- font-size: 100%; }
161
- .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
162
- position: absolute;
163
- z-index: 10;
164
- margin: 0;
165
- top: 10px;
166
- right: 10px; }
167
- .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button {
168
- margin-top: 0; }
 
 
 
169
 
170
  .tinv-create-list li input[type=radio] {
171
- margin-left: 10px; }
172
-
173
  .tinv-create-list li + li {
174
- margin-top: 15px; }
175
-
176
  .tinv-create-list .tinvwl-input-group + ul {
177
- margin-top: 25px; }
 
178
 
179
  .tinv-search-list {
180
- margin-bottom: 36px; }
 
181
 
182
  .tinv-wishlist .tinv-header {
183
- margin-bottom: 30px; }
184
-
185
  .tinv-wishlist table {
186
  position: relative;
187
  table-layout: auto;
188
- margin-bottom: 30px; }
 
189
 
190
  .tinv-overlay {
191
  top: 0;
192
  right: 0;
193
  position: fixed;
194
- -webkit-transition: opacity .3s ease, visibility .3s ease;
195
- transition: opacity .3s ease, visibility .3s ease; }
 
196
 
197
  .tinv-wishlist .tinv-modal {
198
  top: 0;
199
  right: 0;
200
  position: fixed;
201
- -webkit-transition: opacity .3s ease, visibility .3s ease;
202
- transition: opacity .3s ease, visibility .3s ease; }
203
-
204
  .tinv-wishlist table.tinvwl-table-manage-list {
205
  margin-bottom: 27px;
206
- width: 100%; }
207
-
208
  .tinv-wishlist table input[type=checkbox] {
209
- margin-left: 0; }
210
-
211
  .tinv-wishlist table td, .tinv-wishlist table th {
212
  padding: 1em;
213
- vertical-align: middle; }
214
-
215
  .tinv-wishlist .tinvwl-table-manage-list .product-cb {
216
  width: 35px;
217
- text-align: center; }
218
-
219
  .tinv-wishlist .tinvwl-table-manage-list .product-remove {
220
  width: 35px;
221
  text-align: center;
222
- padding: 1em .5em; }
223
-
224
  .tinv-wishlist .product-remove button {
225
  display: -webkit-box;
226
  display: -ms-flexbox;
@@ -243,166 +277,187 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
243
  font-size: 20px;
244
  padding-right: 1px;
245
  padding-top: 3px;
246
- min-height: 0; }
247
-
248
  .tinv-wishlist .product-thumbnail {
249
  min-width: 100px;
250
  max-width: 100%;
251
- width: 100px; }
252
- .tinv-wishlist .product-thumbnail .wp-post-image {
253
- margin-bottom: 0; }
254
-
 
255
  .tinv-wishlist td.product-name a + .variation {
256
- margin-top: 2px; }
257
-
258
  .tinv-wishlist .product-stock i {
259
- margin-left: 15px; }
260
-
261
  .tinv-wishlist .product-stock p {
262
- display: table; }
263
- .tinv-wishlist .product-stock p.stock::before {
264
- display: none; }
265
-
 
266
  .tinv-wishlist .product-stock span {
267
  display: table-cell;
268
- vertical-align: middle; }
269
-
270
  .tinv-wishlist .product-action > .button > i, .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove], .tinv-wishlist table thead th .tinvwl-mobile {
271
- display: none; }
272
-
273
  .tinv-wishlist.woocommerce .product-quantity {
274
  width: 80px;
275
- text-align: center; }
276
-
277
  .tinv-wishlist.woocommerce table .quantity .qty {
278
  max-width: 100%;
279
  width: 62px;
280
- text-align: right; }
281
-
282
  .tinv-wishlist .product-action {
283
  width: 135px;
284
- text-align: center; }
285
- .tinv-wishlist .product-action .button {
286
- width: 100%; }
287
- .tinv-wishlist .product-action .tinvwl_move_product_button {
288
- margin-top: 5px; }
289
-
 
 
290
  .tinv-wishlist .tinvwl-table-manage-list .product-action > button[name=tinvwl-remove] > i {
291
- margin-left: 0; }
292
-
293
  .tinv-wishlist .wishlist-cb {
294
  width: 33px;
295
- text-align: center; }
296
-
297
  .tinv-wishlist .wishlist-name .tinvwl-rename-input input {
298
- width: 100%; }
299
-
300
  .tinv-wishlist .wishlist-name .tinvwl-rename-button {
301
- float: left; }
302
- .tinv-wishlist .wishlist-name .tinvwl-rename-button > i {
303
- margin-left: 10px; }
304
-
 
305
  .tinv-wishlist .wishlist-privacy, .tinv-wishlist table:not(.tinvwl-public) .wishlist-date {
306
- width: 18%; }
307
-
308
  .tinv-wishlist .wishlist-privacy select {
309
- width: 100%; }
310
-
311
  .tinv-wishlist .wishlist-name {
312
- width: 45%; }
313
-
314
  .tinv-wishlist .wishlist-action {
315
  width: 120px;
316
- text-align: center; }
317
- .tinv-wishlist .wishlist-action button[value=manage_remove] > i {
318
- display: none;
319
- margin-left: 0; }
320
-
 
321
  .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {
322
  display: inline-block;
323
- vertical-align: middle; }
324
- .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list > a.button {
325
- margin-left: 0; }
326
-
 
327
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
328
- margin-top: -10px; }
329
-
330
  .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
331
  float: right;
332
  width: 35%;
333
- margin-left: 2%; }
334
-
335
  .tinv-wishlist tfoot .tinvwl-to-right {
336
  float: right;
337
  width: 63%;
338
- text-align: left; }
339
- .tinv-wishlist tfoot .tinvwl-to-right > * {
340
- margin: 10px 0 0;
341
- vertical-align: middle; }
342
- .tinv-wishlist tfoot .tinvwl-to-right > * + * {
343
- margin-right: 10px; }
344
-
 
 
345
  .tinv-wishlist tfoot .tinvwl-to-left:empty + .tinvwl-to-right {
346
- width: 100%; }
347
-
348
  .tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {
349
- margin-top: 16px; }
350
-
351
  .tinv-wishlist .navigation-button {
352
- margin-top: -10px; }
353
- .tinv-wishlist .navigation-button > li {
354
- float: right; }
355
- .tinv-wishlist .navigation-button > li > .tinv-create-list > a, .tinv-wishlist .navigation-button > li > a {
356
- margin-left: 30px;
357
- margin-top: 10px;
358
- display: inline-block; }
359
- .tinv-wishlist .navigation-button > li > .tinv-create-list > a.button, .tinv-wishlist .navigation-button > li > a.button {
360
- margin-left: 10px; }
361
- .tinv-wishlist .navigation-button > li:last-child > .tinv-create-list > a, .tinv-wishlist .navigation-button > li:last-child > a {
362
- margin-left: 0; }
363
-
 
 
 
 
364
  .tinv-wishlist .social-buttons {
365
- text-align: left; }
366
- .tinv-wishlist .social-buttons > span, .tinv-wishlist .social-buttons > ul {
367
- display: inline-block;
368
- vertical-align: middle; }
369
- .tinv-wishlist .social-buttons > span {
370
- margin-left: 27px; }
371
- .tinv-wishlist .social-buttons li {
372
- float: right;
373
- margin: 0 0 0 5px;
374
- list-style: none; }
375
- .tinv-wishlist .social-buttons li:last-child {
376
- margin-left: 0; }
377
- .tinv-wishlist .social-buttons li a.social {
378
- display: -webkit-box;
379
- display: -ms-flexbox;
380
- display: flex;
381
- -ms-flex-line-pack: center;
382
- align-content: center;
383
- -webkit-box-pack: center;
384
- -ms-flex-pack: center;
385
- justify-content: center;
386
- width: 2em;
387
- height: 2em;
388
- border-radius: 50%;
389
- text-align: center;
390
- -webkit-box-shadow: none;
391
- box-shadow: none;
392
- border: 0;
393
- font-size: 20px;
394
- text-decoration: none;
395
- text-transform: none !important; }
396
- .tinv-wishlist .social-buttons li a.social.white {
397
- color: #ffffff; }
398
- .tinv-wishlist .social-buttons li a.social.dark {
399
- color: #000000; }
400
- .tinv-wishlist .social-buttons li a.social i {
401
- line-height: 2em; }
402
-
 
 
 
 
 
 
 
 
403
  .tinv-wishlist .navigation-button .tinv-create-list > a.tinvwl-no-icon > i, .tinv-wishlist .navigation-button li > a.tinvwl-no-icon > i {
404
- display: none; }
405
-
406
  .tinv-wishlist .tinv-lists-nav {
407
  margin-top: 35px;
408
  margin-bottom: 35px;
@@ -415,212 +470,271 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
415
  flex-direction: row;
416
  -ms-flex-wrap: wrap;
417
  flex-wrap: wrap;
418
- width: 100%; }
419
- .tinv-wishlist .tinv-lists-nav > * {
420
- display: -webkit-box;
421
- display: -ms-flexbox;
422
- display: flex;
423
- -webkit-box-orient: vertical;
424
- -webkit-box-direction: normal;
425
- -ms-flex-direction: column;
426
- flex-direction: column;
427
- -ms-flex-preferred-size: 100%;
428
- flex-basis: 100%;
429
- -webkit-box-flex: 1;
430
- -ms-flex: 1;
431
- flex: 1;
432
- text-align: center;
433
- -webkit-box-pack: center;
434
- -ms-flex-pack: center;
435
- justify-content: center; }
436
- .tinv-wishlist .tinv-lists-nav > span {
437
- font-weight: 700; }
438
-
 
 
439
  .tinv-wishlist .tinv-next {
440
  display: inline-block;
441
- float: right; }
442
-
443
  .tinv-wishlist .tinv-prev {
444
  display: inline-block;
445
  float: right;
446
- margin-left: 35px !important; }
447
-
448
  .tinv-wishlist .tinv-prev i {
449
  margin-right: 0;
450
- margin-left: 18px; }
451
-
452
  .tinv-wishlist .tinv-next i {
453
  margin-right: 18px;
454
- margin-left: 0; }
 
455
 
456
  @media only screen and (max-width: 1024px) {
457
  .tinv-wishlist .tinvwl-table-manage-lists:not(.tinvwl-public) {
458
- margin-top: 0; }
 
459
  .tinv-wishlist .tinvwl-table-manage-list .product-remove {
460
- display: none; }
 
461
  .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove] {
462
  display: inline-block;
463
- margin-top: 5px; }
 
464
  .tinv-wishlist .product-action {
465
- width: 60px; } }
466
-
 
467
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
468
  .tinv-wishlist .tinvwl-table-manage-list td.product-stock p {
469
  display: block;
470
- text-align: center; }
 
471
  .tinv-wishlist .product-stock span {
472
- display: block; }
 
473
  .tinv-wishlist .tinvwl-table-manage-list td.product-stock i {
474
- margin-left: 0; }
 
475
  .tinv-wishlist .tinvwl-table-manage-list td.product-stock .tinvwl-txt {
476
- display: none; }
 
477
  .tinv-wishlist .product-thumbnail {
478
  max-width: 76px;
479
- width: 76px; }
 
480
  .tinv-wishlist .product-action .button > i {
481
  display: inline-block;
482
- margin-left: 0; }
 
483
  .tinv-wishlist .product-action .button .tinvwl-txt {
484
- display: none; } }
485
-
 
486
  @media only screen and (max-width: 1023px) {
487
  .tinv-wishlist .tinv-lists-nav a.tinv-prev > i, .tinv-wishlist .tinv-lists-nav a.tinv-next > i {
488
- margin: 0; }
 
489
  .tinv-wishlist .tinv-lists-nav a.tinv-prev > span, .tinv-wishlist .tinv-lists-nav a.tinv-next > span {
490
- display: none; } }
491
-
 
492
  @media only screen and (max-width: 768px) {
493
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
494
- display: none; }
 
495
  .tinv-wishlist table.tinvwl-table-manage-lists thead th:not(.wishlist-name) {
496
- display: none; }
 
497
  .tinv-wishlist thead th .tinvwl-full {
498
- display: none; }
 
499
  .tinv-wishlist table.tinvwl-table-manage-list thead th.product-name, .tinv-wishlist table.tinvwl-table-manage-lists thead th.wishlist-name {
500
  display: block;
501
  width: 100%;
502
- text-align: center; }
 
503
  .tinv-wishlist table thead th .tinvwl-mobile {
504
- display: block; }
 
505
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
506
  display: block;
507
  width: 100% !important;
508
- text-align: center; }
 
509
  .tinv-wishlist table.tinvwl-table-manage-lists tbody td, .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td {
510
  display: block;
511
  width: 100% !important;
512
- text-align: center; }
 
513
  .tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child) {
514
- border-bottom: 0; }
 
515
  .tinv-wishlist table.tinvwl-table-manage-lists tbody td:not(:last-child), .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td:not(:last-child) {
516
- border-bottom: 0; }
 
517
  .tinv-wishlist .product-stock p {
518
- margin: 0 auto; }
 
519
  .tinv-wishlist .product-thumbnail img {
520
  margin: 0 auto;
521
- max-width: 80px; }
 
522
  .tinv-wishlist.woocommerce table .quantity .qty {
523
  text-align: center;
524
- width: 100%; }
 
525
  .tinv-wishlist .product-action .tinvwl_move_product_button {
526
- margin-top: 10px; }
 
527
  .tinv-wishlist table.tinvwl-table-manage-list tfoot td {
528
  display: block;
529
- width: 100%; }
 
530
  .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-action button[value=manage_remove] {
531
- width: 100%; }
 
532
  .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-name .tinvwl-rename-button {
533
- float: none; } }
534
-
 
535
  @media only screen and (max-width: 1024px) {
536
  .tinv-wishlist .wishlist-name .tinvwl-rename-button > i, .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
537
- margin-left: 0; }
 
538
  .tinv-wishlist .wishlist-name .tinvwl-rename-button span {
539
- display: none; }
 
540
  .tinv-wishlist .wishlist-action {
541
- width: 60px; }
 
542
  .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
543
  float: none;
544
- width: auto; }
 
545
  .tinv-wishlist tfoot .tinvwl-to-right {
546
  float: none;
547
  width: auto;
548
- text-align: right; } }
549
-
 
550
  @media only screen and (max-width: 1024px) and (min-width: 768px) {
551
- .tinv-wishlist .wishlist-action button[value="manage_remove"] span {
552
- display: none; }
553
- .tinv-wishlist .wishlist-action button[value="manage_remove"] > i {
554
- display: inline-block; }
 
 
555
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
556
- margin-top: 0; } }
557
-
 
558
  @media only screen and (max-width: 768px) {
559
- .tinv-wishlist button[value="manage_apply"] .tinvwl-mobile, .tinv-wishlist button[value="product_apply"] .tinvwl-mobile {
560
- display: none; }
 
561
  .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {
562
- display: block; }
 
563
  .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button {
564
  width: 100%;
565
- margin: 10px 0 0; }
 
566
  .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button {
567
  width: 100%;
568
- margin: 10px 0 0; }
 
569
  .tinv-wishlist tfoot .tinvwl-to-right > * {
570
- margin: 10px 0 0; }
 
571
  .tinv-wishlist tfoot .tinvwl-to-right .button:first-child, .tinv-wishlist tfoot .tinvwl-to-right button:first-child {
572
- margin-top: 0 !important; }
 
573
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
574
- margin-top: 20px; } }
575
-
 
576
  @media only screen and (max-width: 1024px) {
577
  .tinv-wishlist .social-buttons {
578
  float: none;
579
  width: auto;
580
  text-align: right;
581
- margin-top: 20px; }
582
- .tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {
583
- margin-top: 30px; }
 
 
584
  .tinv-wishlist .tinv-login form input[name=login] {
585
- min-width: auto; } }
586
-
 
587
  @media only screen and (max-width: 768px) {
588
  .tinv-wishlist .social-buttons {
589
- text-align: center; }
 
590
  .tinv-wishlist .social-buttons > span {
591
  display: block;
592
  margin-top: 0;
593
  margin-left: 0;
594
- margin-bottom: 5px; } }
595
-
 
596
  @media only screen and (max-width: 768px) {
597
  .tinv-wishlist.woocommerce .tinv-login form .form-row-first, .tinv-wishlist.woocommerce .tinv-login form .form-row-last {
598
  float: none;
599
- width: 100%; }
 
600
  .tinv-wishlist.woocommerce .tinv-login form .form-row-first {
601
- padding: 0; }
 
602
  .tinv-wishlist.woocommerce .tinv-login form .form-row-last {
603
  padding: 0;
604
- margin-top: 10px; }
 
605
  .tinv-wishlist.woocommerce .tinv-login form .tinvwl-input-group-btn {
606
  display: block;
607
  padding: 0;
608
  width: auto;
609
- margin-top: 10px; } }
610
-
 
611
  .tinv-overlay {
612
  width: 100%;
613
  height: 100%;
614
  visibility: hidden;
615
  opacity: 0;
616
- background: #191919; }
 
617
 
618
  .tinv-modal.tinv-modal-open .tinv-overlay {
619
  visibility: visible;
620
- opacity: .5; }
 
621
 
622
  .admin-bar .tinv-wishlist .tinv-modal {
623
- padding-top: 32px !important; }
 
624
 
625
  .tinv-wishlist .tinv-modal {
626
  overflow-y: auto;
@@ -632,243 +746,285 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
632
  -webkit-backface-visibility: hidden;
633
  visibility: hidden;
634
  opacity: 0;
635
- text-align: right; }
636
- .tinv-wishlist .tinv-modal .tinv-modal-inner {
637
- position: relative;
638
- margin: 0 auto;
639
- background-color: #fff;
640
- max-width: 360px;
641
- padding: 40px; }
642
- .tinv-wishlist .tinv-modal.tinv-modal-open {
643
- visibility: visible;
644
- opacity: 1;
645
- width: 100%;
646
- height: 100%; }
647
- .tinv-wishlist .tinv-modal .tinv-close-modal {
648
- display: inline-block;
649
- position: absolute;
650
- top: 17px;
651
- left: 14px;
652
- width: 26px;
653
- height: 26px;
654
- line-height: 26px;
655
- font-size: 12px;
656
- text-align: center;
657
- border-radius: 50%;
658
- border-bottom: 0;
659
- -webkit-box-shadow: none !important;
660
- box-shadow: none !important;
661
- background-color: #ebe9eb; }
662
- .tinv-wishlist .tinv-modal .icon_big_heart_check, .tinv-wishlist .tinv-modal .icon_big_times, .tinv-wishlist .tinv-modal img {
663
- display: block;
664
- margin: 0 auto;
665
- margin-bottom: 25px;
666
- opacity: 1 !important; }
667
- .tinv-wishlist .tinv-modal ul {
668
- overflow: visible;
669
- list-style: disc;
670
- margin: 10px 20px 0 0; }
671
- .tinv-wishlist .tinv-modal li {
672
- list-style: disc !important; }
673
-
 
 
 
 
 
 
674
  .tinv-wishlist .tinv-create-list .tinv-modal ul, .tinv-wishlist.tinv-create-list form ul {
675
  list-style: none !important;
676
- margin: 25px 0 0; }
677
-
678
  .tinv-wishlist .tinv-create-list .tinv-modal li, .tinv-wishlist.tinv-create-list form li {
679
- list-style: none !important; }
680
-
681
  .tinv-wishlist .tinv-modal .already-in {
682
- margin-bottom: 35px; }
683
-
684
  .tinv-wishlist .tinv-modal .delete-notification {
685
- margin-bottom: 25px; }
686
-
687
  .tinv-wishlist .tinv-modal .already-in ul {
688
  overflow: visible;
689
- margin: 12px 17px 27px 0; }
690
-
691
  .tinv-wishlist .tinv-modal select {
692
- width: 100%; }
693
-
694
  .tinv-wishlist .tinv-modal button + .button, .tinv-wishlist .tinv-modal button + button {
695
  margin-top: 12px;
696
- width: 100%; }
697
-
698
  .tinv-wishlist .tinv-modal input + button {
699
  margin-top: 12px;
700
- width: 100%; }
701
-
702
  .tinv-wishlist .tinv-modal label + button, .tinv-wishlist .tinv-modal label + input {
703
  margin-top: 12px;
704
- width: 100%; }
705
-
706
  .tinv-wishlist .tinv-modal select + button, .tinv-wishlist .tinv-modal select + input {
707
  margin-top: 12px;
708
- width: 100%; }
 
709
 
710
  @media screen and (max-width: 768px) {
711
  .admin-bar .tinv-wishlist .tinv-modal {
712
- padding-top: 46px !important; } }
713
-
 
714
  @media screen and (max-width: 600px) {
715
  .admin-bar .tinv-wishlist .tinv-modal {
716
- padding-top: 0 !important; }
 
 
717
  .tinv-wishlist .tinv-modal .tinv-close-modal {
718
  position: static;
719
  display: block;
720
- margin: 0 auto 20px; } }
721
-
 
722
  .tinv-wishlist .tinv-modal .already-in + label {
723
  display: block;
724
- margin-top: 6px; }
725
-
726
  .tinv-wishlist .tinv-modal label select {
727
- margin-top: 8px; }
728
-
729
  .tinv-wishlist .tinv-modal .delete-notification + button {
730
- width: 100%; }
731
-
732
  .tinv-wishlist .tinvwl_added_to_wishlist, .tinv-wishlist .tinvwl_created_wishlist {
733
- text-align: center; }
734
-
735
  .tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt {
736
- margin-bottom: 25px; }
737
-
738
  .tinv-wishlist .tinvwl_created_wishlist .tinv-txt {
739
- margin-bottom: 25px; }
740
-
741
  .tinv-wishlist .tinvwl_created_wishlist button {
742
  margin-top: 0;
743
- margin-bottom: 10px; }
 
744
 
745
  .woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
746
  margin-top: 0;
747
- margin-bottom: 10px; }
 
748
 
749
  .tinv-wishlist .tinv-modal .tinvwl-buttons-group {
750
- margin-top: 20px; }
751
-
752
  .tinv-wishlist .tinvwl-buttons-group button {
753
- width: 100%; }
754
- .tinv-wishlist .tinvwl-buttons-group button + button {
755
- margin-top: 7px; }
756
- .tinv-wishlist .tinvwl-buttons-group button i {
757
- position: relative; }
758
- .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times {
759
- font-size: 20px;
760
- top: 0;
761
- vertical-align: initial; }
762
- .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {
763
- position: relative;
764
- top: 3px; }
765
-
 
 
 
 
766
  .tinv-wishlist .tinvwl-buttons-group + button {
767
  width: 100%;
768
- margin-top: 7px; }
769
-
770
  .tinv-wishlist .tinv-modal h2 {
771
  text-align: center;
772
- margin: 0 0 35px; }
773
-
774
  .tinv-wishlist .tinv-create-list .tinv-modal-inner {
775
  max-width: 778px;
776
- padding: 30px; }
777
-
778
  .tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group), .tinv-wishlist .tinvwl-input-group.tinvwl-has-error .form-control {
779
- border: 2px solid #FF0000; }
780
-
781
  .tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group) {
782
- border: 2px solid #FF0000; }
783
-
784
  .tinv-wishlist .tinvwl-has-error + .tinvwl-error {
785
  padding: 5px 5px 0 0;
786
- color: #FF0000; }
 
787
 
788
  @media only screen and (max-width: 768px) {
789
  .navigation-button, .social-buttons, .tinv-lists-nav {
790
  margin-right: 12px;
791
- margin-left: 12px; } }
792
-
 
793
  .tinvwl-tooltip {
794
- display: none; }
 
795
 
796
  .tinvwl-input-group {
797
  position: relative;
798
  display: table;
799
- border-collapse: separate; }
800
- .tinvwl-input-group .form-control {
801
- position: relative;
802
- z-index: 1;
803
- float: right;
804
- height: 38px;
805
- width: 100%;
806
- margin: 0; }
807
- .tinvwl-input-group .form-control + .tinvwl-input-group-btn {
808
- padding-right: 15px; }
 
 
 
809
 
810
  .tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control + .tinvwl-input-group-btn {
811
- padding-right: 10px; }
812
-
813
  .tinv-wishlist .tinv-search-form .tinvwl-input-group .form-control + .tinvwl-input-group-btn {
814
- padding-right: 9px; }
 
815
 
816
  .tinvwl-input-group .form-control, .tinvwl-input-group-addon, .tinvwl-input-group-btn {
817
- display: table-cell; }
 
818
 
819
  .tinvwl-input-group-addon, .tinvwl-input-group-btn {
820
  width: 1%;
821
  white-space: nowrap;
822
- vertical-align: top; }
 
823
 
824
  @media only screen and (max-width: 768px) {
825
  .tinvwl-input-group {
826
- width: 100%; } }
827
-
 
828
  @media only screen and (max-width: 768px) {
829
  .tinvwl-input-group:not(.tinvwl-no-full) {
830
- display: block; }
831
- .tinvwl-input-group:not(.tinvwl-no-full) .form-control, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {
832
- display: block; }
833
- .tinvwl-input-group:not(.tinvwl-no-full) .form-control {
834
- float: none; }
 
 
 
 
835
  .tinv-wishlist .tinv-search-form .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {
836
  padding-top: 10px;
837
- padding-right: 0; }
 
 
838
  .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {
839
  padding-top: 10px;
840
- padding-right: 0; }
 
841
  .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon {
842
- width: 100%; }
843
- .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > button, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > input {
844
- width: 100%; }
 
 
845
  .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {
846
- width: 100%; }
847
- .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > button, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > input {
848
- width: 100%; } }
849
-
 
 
850
  .tinv-table {
851
  display: table;
852
  width: 100%;
853
- height: 100%; }
 
854
 
855
  .tinv-cell {
856
  display: table-cell;
857
- vertical-align: middle; }
 
858
 
859
  .tinv-wishlist .tinv-wishlist-clear {
860
  visibility: visible;
861
  width: auto;
862
- height: auto; }
 
863
 
864
  .tinv-wishlist-clear:before {
865
  content: "";
866
- display: table; }
867
-
868
  .tinv-wishlist-clear:after {
869
  content: "";
870
  display: table;
871
- clear: both; }
 
872
 
873
  .icon_big_heart_check {
874
  display: inline-block;
@@ -883,7 +1039,8 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
883
  line-height: 1;
884
  -webkit-font-smoothing: antialiased;
885
  -moz-osx-font-smoothing: grayscale;
886
- font-size: 60px; }
 
887
 
888
  .icon_big_times {
889
  display: inline-block;
@@ -898,45 +1055,55 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
898
  line-height: 1;
899
  -webkit-font-smoothing: antialiased;
900
  -moz-osx-font-smoothing: grayscale;
901
- font-size: 60px; }
902
- .icon_big_times::before {
903
- content: "\e904";
904
- top: -7px;
905
- right: -7px;
906
- position: relative; }
 
 
907
 
908
  .icon_big_heart_check::before {
909
- content: "\e90a";
910
  top: -7px;
911
  right: -7px;
912
- position: relative; }
 
913
 
914
  .tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist, .tinvwl_add_to_wishlist_button.disabled-add-wishlist {
915
  opacity: 0.5 !important;
916
- cursor: not-allowed; }
 
917
 
918
  .empty-name-wishlist {
919
- border-color: #FF0000 !important; }
 
920
 
921
  .tinvwl_remove_from_wishlist-text, .tinvwl_already_on_wishlist-text {
922
- display: none !important; }
 
923
 
924
  .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_remove_from_wishlist-text, .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_already_on_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_remove_from_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_already_on_wishlist-text {
925
- display: inline !important; }
926
-
927
  .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_add_to_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_add_to_wishlist-text {
928
- display: none !important; }
 
929
 
930
  @media only screen and (max-width: 1024px) {
931
  .tinv-wishlist .tinvwl-table-manage-list .product-remove {
932
- display: table-cell; } }
933
-
 
934
  @media only screen and (max-width: 768px) {
935
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
936
- display: block; } }
937
-
 
938
  .tooltipped {
939
- position: relative; }
 
940
 
941
  .tooltipped::after {
942
  position: absolute;
@@ -957,7 +1124,8 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
957
  content: attr(aria-label);
958
  background: #1b1f23;
959
  border-radius: 3px;
960
- opacity: 0; }
 
961
 
962
  .tooltipped::before {
963
  position: absolute;
@@ -969,20 +1137,26 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
969
  pointer-events: none;
970
  content: "";
971
  border: 6px solid transparent;
972
- opacity: 0; }
 
973
 
974
  @-webkit-keyframes tooltip-appear {
975
  from {
976
- opacity: 0; }
 
977
  to {
978
- opacity: 1; } }
 
 
979
 
980
  @keyframes tooltip-appear {
981
  from {
982
- opacity: 0; }
 
983
  to {
984
- opacity: 1; } }
985
-
 
986
  .tooltipped:hover::before, .tooltipped:hover::after,
987
  .tooltipped:active::before,
988
  .tooltipped:active::after,
@@ -999,7 +1173,8 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
999
  -webkit-animation-timing-function: ease-in;
1000
  animation-timing-function: ease-in;
1001
  -webkit-animation-delay: 0.4s;
1002
- animation-delay: 0.4s; }
 
1003
 
1004
  .tooltipped-no-delay:hover::before, .tooltipped-no-delay:hover::after,
1005
  .tooltipped-no-delay:active::before,
@@ -1007,20 +1182,22 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
1007
  .tooltipped-no-delay:focus::before,
1008
  .tooltipped-no-delay:focus::after {
1009
  -webkit-animation-delay: 0s;
1010
- animation-delay: 0s; }
 
1011
 
1012
  .tooltipped-multiline:hover::after,
1013
  .tooltipped-multiline:active::after,
1014
  .tooltipped-multiline:focus::after {
1015
- display: table-cell; }
 
1016
 
1017
  .tooltipped-s::after,
1018
  .tooltipped-se::after,
1019
  .tooltipped-sw::after {
1020
  top: 100%;
1021
  left: 50%;
1022
- margin-top: 6px; }
1023
-
1024
  .tooltipped-s::before,
1025
  .tooltipped-se::before,
1026
  .tooltipped-sw::before {
@@ -1028,23 +1205,26 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
1028
  left: 50%;
1029
  bottom: -7px;
1030
  margin-left: -6px;
1031
- border-bottom-color: #1b1f23; }
 
1032
 
1033
  .tooltipped-se::after {
1034
  left: auto;
1035
  right: 50%;
1036
- margin-right: -16px; }
 
1037
 
1038
  .tooltipped-sw::after {
1039
- margin-left: -16px; }
 
1040
 
1041
  .tooltipped-n::after,
1042
  .tooltipped-ne::after,
1043
  .tooltipped-nw::after {
1044
  left: 50%;
1045
  bottom: 100%;
1046
- margin-bottom: 6px; }
1047
-
1048
  .tooltipped-n::before,
1049
  .tooltipped-ne::before,
1050
  .tooltipped-nw::before {
@@ -1052,70 +1232,82 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
1052
  left: 50%;
1053
  bottom: auto;
1054
  margin-left: -6px;
1055
- border-top-color: #1b1f23; }
 
1056
 
1057
  .tooltipped-ne::after {
1058
  left: auto;
1059
  right: 50%;
1060
- margin-right: -16px; }
 
1061
 
1062
  .tooltipped-nw::after {
1063
- margin-left: -16px; }
 
1064
 
1065
  .tooltipped-s::after,
1066
  .tooltipped-n::after {
1067
  -webkit-transform: translateX(-50%);
1068
- transform: translateX(-50%); }
 
1069
 
1070
  .tooltipped-w::after {
1071
  left: 100%;
1072
  bottom: 50%;
1073
  margin-left: 6px;
1074
  -webkit-transform: translateY(50%);
1075
- transform: translateY(50%); }
1076
-
1077
  .tooltipped-w::before {
1078
  top: 50%;
1079
  bottom: 50%;
1080
  right: -7px;
1081
  margin-top: -6px;
1082
- border-right-color: #1b1f23; }
 
1083
 
1084
  .tooltipped-e::after {
1085
  bottom: 50%;
1086
  right: 100%;
1087
  margin-right: 6px;
1088
  -webkit-transform: translateY(50%);
1089
- transform: translateY(50%); }
1090
-
1091
  .tooltipped-e::before {
1092
  top: 50%;
1093
  left: -7px;
1094
  bottom: 50%;
1095
  margin-top: -6px;
1096
- border-left-color: #1b1f23; }
 
1097
 
1098
  .tooltipped-align-right-1::after,
1099
  .tooltipped-align-right-2::after {
1100
  left: 0;
1101
- margin-left: 0; }
 
1102
 
1103
  .tooltipped-align-right-1::before {
1104
- left: 10px; }
 
1105
 
1106
  .tooltipped-align-right-2::before {
1107
- left: 15px; }
 
1108
 
1109
  .tooltipped-align-left-1::after,
1110
  .tooltipped-align-left-2::after {
1111
  right: 0;
1112
- margin-right: 0; }
 
1113
 
1114
  .tooltipped-align-left-1::before {
1115
- right: 5px; }
 
1116
 
1117
  .tooltipped-align-left-2::before {
1118
- right: 10px; }
 
1119
 
1120
  .tooltipped-multiline::after {
1121
  width: -webkit-max-content;
@@ -1124,40 +1316,45 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
1124
  max-width: 250px;
1125
  word-wrap: break-word;
1126
  white-space: pre-line;
1127
- border-collapse: separate; }
1128
-
1129
  .tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after {
1130
  left: auto;
1131
  right: 50%;
1132
  -webkit-transform: translateX(50%);
1133
- transform: translateX(50%); }
1134
-
1135
  .tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after {
1136
- left: 100%; }
 
1137
 
1138
  @media screen and (min-width: 0 \0 ) {
1139
  .tooltipped-multiline::after {
1140
- width: 250px; } }
1141
-
 
1142
  .tooltipped-sticky::before, .tooltipped-sticky::after {
1143
- display: inline-block; }
1144
-
1145
  .tooltipped-sticky.tooltipped-multiline::after {
1146
- display: table-cell; }
 
1147
 
1148
  .tinvwl-table-manage-list .component_table_item_price:before {
1149
- font-family: 'FontAwesomeCP';
1150
  font-size: 1rem;
1151
  display: inline-block;
1152
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
1153
  -webkit-transform: rotate(-90deg);
1154
  transform: rotate(-90deg);
1155
- content: "\e811";
1156
  margin: 0 3px 0 12px;
1157
- opacity: .25; }
 
1158
 
1159
  .wishlist-icon {
1160
- position: relative; }
 
1161
 
1162
  .wishlist-popup {
1163
  opacity: 0;
@@ -1169,15 +1366,16 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
1169
  border-radius: 5px;
1170
  line-height: 1.3;
1171
  text-align: center;
1172
- font-size: .9em;
1173
  top: 100%;
1174
  background-color: rgba(0, 0, 0, 0.8);
1175
  left: 0;
1176
  color: #FFF;
1177
- -webkit-transition: opacity .3s, max-height .3s;
1178
- transition: opacity .3s, max-height .3s;
1179
- -webkit-transition-delay: .3s;
1180
- transition-delay: .3s; }
 
1181
 
1182
  .wishlist-popup:after {
1183
  bottom: 100%;
@@ -1191,32 +1389,38 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
1191
  border-color: rgba(136, 183, 213, 0);
1192
  border-bottom-color: rgba(0, 0, 0, 0.8);
1193
  border-width: 10px;
1194
- margin-right: -10px; }
 
1195
 
1196
  .wishlist-icon:hover .wishlist-popup {
1197
  opacity: 1;
1198
  max-height: 200px;
1199
- overflow-y: auto; }
 
1200
 
1201
  .wishlist-popup a {
1202
  color: #ccc;
1203
- display: block; }
 
1204
 
1205
  .wishlist-popup a:hover {
1206
- color: #FFF; }
 
1207
 
1208
  .wishlist-icon.added:after {
1209
  background-color: red;
1210
  -webkit-transform: translateY(-3px);
1211
- transform: translateY(-3px); }
 
1212
 
1213
  .wishlist-popup .ajax-loading,
1214
  .wishlist-popup .feedback {
1215
- display: none !important; }
 
1216
 
1217
  .wishlist-title {
1218
- margin-bottom: 20px; }
1219
-
1220
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJwdWJsaWMtcnRsLmNzcyJdLCJmaWxlIjoicHVibGljLXJ0bC5jc3MifQ== */
1221
 
1222
  /*# sourceMappingURL=public-rtl.css.map */
1
+ @charset "UTF-8";
2
  /*------------------------------------*
3
  $WEBFONT
4
  *------------------------------------*/
5
  .tinv-wishlist form, .tinv-wishlist p:last-child, .tinv-wishlist table {
6
+ margin-bottom: 0;
7
+ }
8
 
9
  .tinv-wishlist * {
10
  -webkit-box-sizing: border-box;
11
+ box-sizing: border-box;
12
+ }
13
 
14
  .tinvwl-wishlist :after, .tinvwl-wishlist :before {
15
  -webkit-box-sizing: border-box;
16
+ box-sizing: border-box;
17
+ }
18
 
19
  .tinv-wishlist select {
20
+ width: 140px;
21
+ }
22
  .tinv-wishlist ul {
23
  list-style: none;
24
  margin: 0;
25
+ padding: 0;
26
+ }
27
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
28
  margin-top: -10px;
29
+ margin-right: -10px;
30
+ }
31
 
32
  .woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {
33
+ text-align: center;
34
+ }
35
 
36
  .tinv-wishlist .button i, .tinv-wishlist .navigation-button a i {
37
+ margin-left: 6px;
38
+ }
39
+ .tinv-wishlist input[type=button] i, .tinv-wishlist input[type=reset] i, .tinv-wishlist input[type=submit] i {
40
+ margin-left: 6px;
41
+ }
42
  .tinv-wishlist a.tinv-close-modal i {
43
+ margin-left: 0;
44
+ }
45
 
46
  a.wishlist_products_counter {
47
+ text-decoration: none;
48
+ }
49
 
50
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
51
+ content: "";
52
  display: inline-block;
53
  font-family: tinvwl-webfont !important;
54
  speak: none;
61
  -moz-osx-font-smoothing: grayscale;
62
  font-size: 20px;
63
  vertical-align: sub;
64
+ margin-left: 5px;
65
+ }
66
 
67
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, a.wishlist_products_counter.top_wishlist-heart-plus:before, span.wishlist_products_counter.top_wishlist-heart-plus:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before {
68
+ content: "";
69
  display: inline-block;
70
  font-family: tinvwl-webfont !important;
71
  speak: none;
78
  -moz-osx-font-smoothing: grayscale;
79
  font-size: 20px;
80
  vertical-align: sub;
81
+ margin-left: 5px;
82
+ }
83
 
84
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
85
  position: relative;
86
  width: 36px;
87
  height: 36px;
88
+ vertical-align: sub;
89
+ }
90
 
91
  a.wishlist_products_counter.top_wishlist-heart-plus.no-txt, span.wishlist_products_counter.top_wishlist-heart-plus.no-txt {
92
  position: relative;
93
  width: 36px;
94
  height: 36px;
95
+ vertical-align: sub;
96
+ }
97
 
98
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
99
  position: absolute;
100
  top: 50%;
101
  right: 50%;
102
+ margin-left: 0;
103
+ }
104
  .tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
105
  padding-right: 1em;
106
+ vertical-align: bottom;
107
+ }
108
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
109
+ content: "";
110
+ }
111
 
112
  .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before, span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {
113
+ content: "";
114
+ }
115
 
116
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart-plus.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, a.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before, span.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before {
117
+ content: "";
118
+ }
119
 
120
  .tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before, a.wishlist_products_counter.top_wishlist-white:before, span.wishlist_products_counter.top_wishlist-white:before {
121
+ color: #FFF;
122
+ }
123
 
124
  .tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before, a.wishlist_products_counter.top_wishlist-black:before, span.wishlist_products_counter.top_wishlist-black:before {
125
+ color: #000;
126
+ }
127
 
128
  .tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {
129
+ margin-bottom: 15px;
130
+ }
131
  .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
132
+ margin-top: 15px;
133
+ }
134
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
135
  padding: 10px 11px;
136
+ line-height: 1;
137
+ }
138
 
139
  .wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button {
140
+ margin: 0;
141
+ }
142
+ .wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button::before {
143
+ display: none;
144
+ }
145
 
146
  a.wishlist_products_counter.top_wishlist-custom.no-txt, span.wishlist_products_counter.top_wishlist-custom.no-txt {
147
  padding: 10px 11px;
148
+ line-height: 1;
149
+ }
150
 
151
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img, a.wishlist_products_counter.top_wishlist-custom img, span.wishlist_products_counter.top_wishlist-custom img {
152
  display: inline-block !important;
155
  max-width: 16px;
156
  max-height: 16px;
157
  margin-bottom: 0;
158
+ margin: 0 0 0 6px !important;
159
+ }
160
 
161
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img, a.wishlist_products_counter.top_wishlist-custom.no-txt img, span.wishlist_products_counter.top_wishlist-custom.no-txt img {
162
+ margin-left: 0 !important;
163
+ }
164
 
165
  .single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button, div.product form.cart .tinvwl_add_to_wishlist_button {
166
+ float: none;
167
+ }
168
 
169
  ul.products li.product .tinvwl_add_to_wishlist_button {
170
+ margin-top: 1em;
171
+ }
172
 
173
  .tinvwl_add_to_wishlist_button {
174
  display: inline-block;
176
  -webkit-transition: opacity 1s;
177
  transition: opacity 1s;
178
  opacity: 1;
179
+ visibility: visible;
180
+ }
181
 
182
  .tinv-wishlist.woocommerce .stock.in-stock:before {
183
+ content: none;
184
+ }
185
 
186
  .tinv-wraper.tinv-wishlist {
187
+ font-size: 100%;
188
+ }
189
+ .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
190
+ position: absolute;
191
+ z-index: 10;
192
+ margin: 0;
193
+ top: 10px;
194
+ right: 10px;
195
+ }
196
+ .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button {
197
+ margin-top: 0;
198
+ }
199
 
200
  .tinv-create-list li input[type=radio] {
201
+ margin-left: 10px;
202
+ }
203
  .tinv-create-list li + li {
204
+ margin-top: 15px;
205
+ }
206
  .tinv-create-list .tinvwl-input-group + ul {
207
+ margin-top: 25px;
208
+ }
209
 
210
  .tinv-search-list {
211
+ margin-bottom: 36px;
212
+ }
213
 
214
  .tinv-wishlist .tinv-header {
215
+ margin-bottom: 30px;
216
+ }
217
  .tinv-wishlist table {
218
  position: relative;
219
  table-layout: auto;
220
+ margin-bottom: 30px;
221
+ }
222
 
223
  .tinv-overlay {
224
  top: 0;
225
  right: 0;
226
  position: fixed;
227
+ -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
228
+ transition: opacity 0.3s ease, visibility 0.3s ease;
229
+ }
230
 
231
  .tinv-wishlist .tinv-modal {
232
  top: 0;
233
  right: 0;
234
  position: fixed;
235
+ -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
236
+ transition: opacity 0.3s ease, visibility 0.3s ease;
237
+ }
238
  .tinv-wishlist table.tinvwl-table-manage-list {
239
  margin-bottom: 27px;
240
+ width: 100%;
241
+ }
242
  .tinv-wishlist table input[type=checkbox] {
243
+ margin-left: 0;
244
+ }
245
  .tinv-wishlist table td, .tinv-wishlist table th {
246
  padding: 1em;
247
+ vertical-align: middle;
248
+ }
249
  .tinv-wishlist .tinvwl-table-manage-list .product-cb {
250
  width: 35px;
251
+ text-align: center;
252
+ }
253
  .tinv-wishlist .tinvwl-table-manage-list .product-remove {
254
  width: 35px;
255
  text-align: center;
256
+ padding: 1em 0.5em;
257
+ }
258
  .tinv-wishlist .product-remove button {
259
  display: -webkit-box;
260
  display: -ms-flexbox;
277
  font-size: 20px;
278
  padding-right: 1px;
279
  padding-top: 3px;
280
+ min-height: 0;
281
+ }
282
  .tinv-wishlist .product-thumbnail {
283
  min-width: 100px;
284
  max-width: 100%;
285
+ width: 100px;
286
+ }
287
+ .tinv-wishlist .product-thumbnail .wp-post-image {
288
+ margin-bottom: 0;
289
+ }
290
  .tinv-wishlist td.product-name a + .variation {
291
+ margin-top: 2px;
292
+ }
293
  .tinv-wishlist .product-stock i {
294
+ margin-left: 15px;
295
+ }
296
  .tinv-wishlist .product-stock p {
297
+ display: table;
298
+ }
299
+ .tinv-wishlist .product-stock p.stock::before {
300
+ display: none;
301
+ }
302
  .tinv-wishlist .product-stock span {
303
  display: table-cell;
304
+ vertical-align: middle;
305
+ }
306
  .tinv-wishlist .product-action > .button > i, .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove], .tinv-wishlist table thead th .tinvwl-mobile {
307
+ display: none;
308
+ }
309
  .tinv-wishlist.woocommerce .product-quantity {
310
  width: 80px;
311
+ text-align: center;
312
+ }
313
  .tinv-wishlist.woocommerce table .quantity .qty {
314
  max-width: 100%;
315
  width: 62px;
316
+ text-align: right;
317
+ }
318
  .tinv-wishlist .product-action {
319
  width: 135px;
320
+ text-align: center;
321
+ }
322
+ .tinv-wishlist .product-action .button {
323
+ width: 100%;
324
+ }
325
+ .tinv-wishlist .product-action .tinvwl_move_product_button {
326
+ margin-top: 5px;
327
+ }
328
  .tinv-wishlist .tinvwl-table-manage-list .product-action > button[name=tinvwl-remove] > i {
329
+ margin-left: 0;
330
+ }
331
  .tinv-wishlist .wishlist-cb {
332
  width: 33px;
333
+ text-align: center;
334
+ }
335
  .tinv-wishlist .wishlist-name .tinvwl-rename-input input {
336
+ width: 100%;
337
+ }
338
  .tinv-wishlist .wishlist-name .tinvwl-rename-button {
339
+ float: left;
340
+ }
341
+ .tinv-wishlist .wishlist-name .tinvwl-rename-button > i {
342
+ margin-left: 10px;
343
+ }
344
  .tinv-wishlist .wishlist-privacy, .tinv-wishlist table:not(.tinvwl-public) .wishlist-date {
345
+ width: 18%;
346
+ }
347
  .tinv-wishlist .wishlist-privacy select {
348
+ width: 100%;
349
+ }
350
  .tinv-wishlist .wishlist-name {
351
+ width: 45%;
352
+ }
353
  .tinv-wishlist .wishlist-action {
354
  width: 120px;
355
+ text-align: center;
356
+ }
357
+ .tinv-wishlist .wishlist-action button[value=manage_remove] > i {
358
+ display: none;
359
+ margin-left: 0;
360
+ }
361
  .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {
362
  display: inline-block;
363
+ vertical-align: middle;
364
+ }
365
+ .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list > a.button {
366
+ margin-left: 0;
367
+ }
368
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
369
+ margin-top: -10px;
370
+ }
371
  .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
372
  float: right;
373
  width: 35%;
374
+ margin-left: 2%;
375
+ }
376
  .tinv-wishlist tfoot .tinvwl-to-right {
377
  float: right;
378
  width: 63%;
379
+ text-align: left;
380
+ }
381
+ .tinv-wishlist tfoot .tinvwl-to-right > * {
382
+ margin: 10px 0 0;
383
+ vertical-align: middle;
384
+ }
385
+ .tinv-wishlist tfoot .tinvwl-to-right > * + * {
386
+ margin-right: 10px;
387
+ }
388
  .tinv-wishlist tfoot .tinvwl-to-left:empty + .tinvwl-to-right {
389
+ width: 100%;
390
+ }
391
  .tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {
392
+ margin-top: 16px;
393
+ }
394
  .tinv-wishlist .navigation-button {
395
+ margin-top: -10px;
396
+ }
397
+ .tinv-wishlist .navigation-button > li {
398
+ float: right;
399
+ }
400
+ .tinv-wishlist .navigation-button > li > .tinv-create-list > a, .tinv-wishlist .navigation-button > li > a {
401
+ margin-left: 30px;
402
+ margin-top: 10px;
403
+ display: inline-block;
404
+ }
405
+ .tinv-wishlist .navigation-button > li > .tinv-create-list > a.button, .tinv-wishlist .navigation-button > li > a.button {
406
+ margin-left: 10px;
407
+ }
408
+ .tinv-wishlist .navigation-button > li:last-child > .tinv-create-list > a, .tinv-wishlist .navigation-button > li:last-child > a {
409
+ margin-left: 0;
410
+ }
411
  .tinv-wishlist .social-buttons {
412
+ text-align: left;
413
+ }
414
+ .tinv-wishlist .social-buttons > span, .tinv-wishlist .social-buttons > ul {
415
+ display: inline-block;
416
+ vertical-align: middle;
417
+ }
418
+ .tinv-wishlist .social-buttons > span {
419
+ margin-left: 27px;
420
+ }
421
+ .tinv-wishlist .social-buttons li {
422
+ float: right;
423
+ margin: 0 0 0 5px;
424
+ list-style: none;
425
+ }
426
+ .tinv-wishlist .social-buttons li:last-child {
427
+ margin-left: 0;
428
+ }
429
+ .tinv-wishlist .social-buttons li a.social {
430
+ display: -webkit-box;
431
+ display: -ms-flexbox;
432
+ display: flex;
433
+ -ms-flex-line-pack: center;
434
+ align-content: center;
435
+ -webkit-box-pack: center;
436
+ -ms-flex-pack: center;
437
+ justify-content: center;
438
+ width: 2em;
439
+ height: 2em;
440
+ border-radius: 50%;
441
+ text-align: center;
442
+ -webkit-box-shadow: none;
443
+ box-shadow: none;
444
+ border: 0;
445
+ font-size: 20px;
446
+ text-decoration: none;
447
+ text-transform: none !important;
448
+ }
449
+ .tinv-wishlist .social-buttons li a.social.white {
450
+ color: #ffffff;
451
+ }
452
+ .tinv-wishlist .social-buttons li a.social.dark {
453
+ color: #000000;
454
+ }
455
+ .tinv-wishlist .social-buttons li a.social i {
456
+ line-height: 2em;
457
+ }
458
  .tinv-wishlist .navigation-button .tinv-create-list > a.tinvwl-no-icon > i, .tinv-wishlist .navigation-button li > a.tinvwl-no-icon > i {
459
+ display: none;
460
+ }
461
  .tinv-wishlist .tinv-lists-nav {
462
  margin-top: 35px;
463
  margin-bottom: 35px;
470
  flex-direction: row;
471
  -ms-flex-wrap: wrap;
472
  flex-wrap: wrap;
473
+ width: 100%;
474
+ }
475
+ .tinv-wishlist .tinv-lists-nav > * {
476
+ display: -webkit-box;
477
+ display: -ms-flexbox;
478
+ display: flex;
479
+ -webkit-box-orient: vertical;
480
+ -webkit-box-direction: normal;
481
+ -ms-flex-direction: column;
482
+ flex-direction: column;
483
+ -ms-flex-preferred-size: 100%;
484
+ flex-basis: 100%;
485
+ -webkit-box-flex: 1;
486
+ -ms-flex: 1;
487
+ flex: 1;
488
+ text-align: center;
489
+ -webkit-box-pack: center;
490
+ -ms-flex-pack: center;
491
+ justify-content: center;
492
+ }
493
+ .tinv-wishlist .tinv-lists-nav > span {
494
+ font-weight: 700;
495
+ }
496
  .tinv-wishlist .tinv-next {
497
  display: inline-block;
498
+ float: right;
499
+ }
500
  .tinv-wishlist .tinv-prev {
501
  display: inline-block;
502
  float: right;
503
+ margin-left: 35px !important;
504
+ }
505
  .tinv-wishlist .tinv-prev i {
506
  margin-right: 0;
507
+ margin-left: 18px;
508
+ }
509
  .tinv-wishlist .tinv-next i {
510
  margin-right: 18px;
511
+ margin-left: 0;
512
+ }
513
 
514
  @media only screen and (max-width: 1024px) {
515
  .tinv-wishlist .tinvwl-table-manage-lists:not(.tinvwl-public) {
516
+ margin-top: 0;
517
+ }
518
  .tinv-wishlist .tinvwl-table-manage-list .product-remove {
519
+ display: none;
520
+ }
521
  .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove] {
522
  display: inline-block;
523
+ margin-top: 5px;
524
+ }
525
  .tinv-wishlist .product-action {
526
+ width: 60px;
527
+ }
528
+ }
529
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
530
  .tinv-wishlist .tinvwl-table-manage-list td.product-stock p {
531
  display: block;
532
+ text-align: center;
533
+ }
534
  .tinv-wishlist .product-stock span {
535
+ display: block;
536
+ }
537
  .tinv-wishlist .tinvwl-table-manage-list td.product-stock i {
538
+ margin-left: 0;
539
+ }
540
  .tinv-wishlist .tinvwl-table-manage-list td.product-stock .tinvwl-txt {
541
+ display: none;
542
+ }
543
  .tinv-wishlist .product-thumbnail {
544
  max-width: 76px;
545
+ width: 76px;
546
+ }
547
  .tinv-wishlist .product-action .button > i {
548
  display: inline-block;
549
+ margin-left: 0;
550
+ }
551
  .tinv-wishlist .product-action .button .tinvwl-txt {
552
+ display: none;
553
+ }
554
+ }
555
  @media only screen and (max-width: 1023px) {
556
  .tinv-wishlist .tinv-lists-nav a.tinv-prev > i, .tinv-wishlist .tinv-lists-nav a.tinv-next > i {
557
+ margin: 0;
558
+ }
559
  .tinv-wishlist .tinv-lists-nav a.tinv-prev > span, .tinv-wishlist .tinv-lists-nav a.tinv-next > span {
560
+ display: none;
561
+ }
562
+ }
563
  @media only screen and (max-width: 768px) {
564
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
565
+ display: none;
566
+ }
567
  .tinv-wishlist table.tinvwl-table-manage-lists thead th:not(.wishlist-name) {
568
+ display: none;
569
+ }
570
  .tinv-wishlist thead th .tinvwl-full {
571
+ display: none;
572
+ }
573
  .tinv-wishlist table.tinvwl-table-manage-list thead th.product-name, .tinv-wishlist table.tinvwl-table-manage-lists thead th.wishlist-name {
574
  display: block;
575
  width: 100%;
576
+ text-align: center;
577
+ }
578
  .tinv-wishlist table thead th .tinvwl-mobile {
579
+ display: block;
580
+ }
581
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
582
  display: block;
583
  width: 100% !important;
584
+ text-align: center;
585
+ }
586
  .tinv-wishlist table.tinvwl-table-manage-lists tbody td, .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td {
587
  display: block;
588
  width: 100% !important;
589
+ text-align: center;
590
+ }
591
  .tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child) {
592
+ border-bottom: 0;
593
+ }
594
  .tinv-wishlist table.tinvwl-table-manage-lists tbody td:not(:last-child), .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td:not(:last-child) {
595
+ border-bottom: 0;
596
+ }
597
  .tinv-wishlist .product-stock p {
598
+ margin: 0 auto;
599
+ }
600
  .tinv-wishlist .product-thumbnail img {
601
  margin: 0 auto;
602
+ max-width: 80px;
603
+ }
604
  .tinv-wishlist.woocommerce table .quantity .qty {
605
  text-align: center;
606
+ width: 100%;
607
+ }
608
  .tinv-wishlist .product-action .tinvwl_move_product_button {
609
+ margin-top: 10px;
610
+ }
611
  .tinv-wishlist table.tinvwl-table-manage-list tfoot td {
612
  display: block;
613
+ width: 100%;
614
+ }
615
  .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-action button[value=manage_remove] {
616
+ width: 100%;
617
+ }
618
  .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-name .tinvwl-rename-button {
619
+ float: none;
620
+ }
621
+ }
622
  @media only screen and (max-width: 1024px) {
623
  .tinv-wishlist .wishlist-name .tinvwl-rename-button > i, .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
624
+ margin-left: 0;
625
+ }
626
  .tinv-wishlist .wishlist-name .tinvwl-rename-button span {
627
+ display: none;
628
+ }
629
  .tinv-wishlist .wishlist-action {
630
+ width: 60px;
631
+ }
632
  .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
633
  float: none;
634
+ width: auto;
635
+ }
636
  .tinv-wishlist tfoot .tinvwl-to-right {
637
  float: none;
638
  width: auto;
639
+ text-align: right;
640
+ }
641
+ }
642
  @media only screen and (max-width: 1024px) and (min-width: 768px) {
643
+ .tinv-wishlist .wishlist-action button[value=manage_remove] span {
644
+ display: none;
645
+ }
646
+ .tinv-wishlist .wishlist-action button[value=manage_remove] > i {
647
+ display: inline-block;
648
+ }
649
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
650
+ margin-top: 0;
651
+ }
652
+ }
653
  @media only screen and (max-width: 768px) {
654
+ .tinv-wishlist button[value=manage_apply] .tinvwl-mobile, .tinv-wishlist button[value=product_apply] .tinvwl-mobile {
655
+ display: none;
656
+ }
657
  .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {
658
+ display: block;
659
+ }
660
  .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button {
661
  width: 100%;
662
+ margin: 10px 0 0;
663
+ }
664
  .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button {
665
  width: 100%;
666
+ margin: 10px 0 0;
667
+ }
668
  .tinv-wishlist tfoot .tinvwl-to-right > * {
669
+ margin: 10px 0 0;
670
+ }
671
  .tinv-wishlist tfoot .tinvwl-to-right .button:first-child, .tinv-wishlist tfoot .tinvwl-to-right button:first-child {
672
+ margin-top: 0 !important;
673
+ }
674
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
675
+ margin-top: 20px;
676
+ }
677
+ }
678
  @media only screen and (max-width: 1024px) {
679
  .tinv-wishlist .social-buttons {
680
  float: none;
681
  width: auto;
682
  text-align: right;
683
+ margin-top: 20px;
684
+ }
685
+ .tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {
686
+ margin-top: 30px;
687
+ }
688
  .tinv-wishlist .tinv-login form input[name=login] {
689
+ min-width: auto;
690
+ }
691
+ }
692
  @media only screen and (max-width: 768px) {
693
  .tinv-wishlist .social-buttons {
694
+ text-align: center;
695
+ }
696
  .tinv-wishlist .social-buttons > span {
697
  display: block;
698
  margin-top: 0;
699
  margin-left: 0;
700
+ margin-bottom: 5px;
701
+ }
702
+ }
703
  @media only screen and (max-width: 768px) {
704
  .tinv-wishlist.woocommerce .tinv-login form .form-row-first, .tinv-wishlist.woocommerce .tinv-login form .form-row-last {
705
  float: none;
706
+ width: 100%;
707
+ }
708
  .tinv-wishlist.woocommerce .tinv-login form .form-row-first {
709
+ padding: 0;
710
+ }
711
  .tinv-wishlist.woocommerce .tinv-login form .form-row-last {
712
  padding: 0;
713
+ margin-top: 10px;
714
+ }
715
  .tinv-wishlist.woocommerce .tinv-login form .tinvwl-input-group-btn {
716
  display: block;
717
  padding: 0;
718
  width: auto;
719
+ margin-top: 10px;
720
+ }
721
+ }
722
  .tinv-overlay {
723
  width: 100%;
724
  height: 100%;
725
  visibility: hidden;
726
  opacity: 0;
727
+ background: #191919;
728
+ }
729
 
730
  .tinv-modal.tinv-modal-open .tinv-overlay {
731
  visibility: visible;
732
+ opacity: 0.5;
733
+ }
734
 
735
  .admin-bar .tinv-wishlist .tinv-modal {
736
+ padding-top: 32px !important;
737
+ }
738
 
739
  .tinv-wishlist .tinv-modal {
740
  overflow-y: auto;
746
  -webkit-backface-visibility: hidden;
747
  visibility: hidden;
748
  opacity: 0;
749
+ text-align: right;
750
+ }
751
+ .tinv-wishlist .tinv-modal .tinv-modal-inner {
752
+ position: relative;
753
+ margin: 0 auto;
754
+ background-color: #fff;
755
+ max-width: 360px;
756
+ padding: 40px;
757
+ }
758
+ .tinv-wishlist .tinv-modal.tinv-modal-open {
759
+ visibility: visible;
760
+ opacity: 1;
761
+ width: 100%;
762
+ height: 100%;
763
+ }
764
+ .tinv-wishlist .tinv-modal .tinv-close-modal {
765
+ display: inline-block;
766
+ position: absolute;
767
+ top: 17px;
768
+ left: 14px;
769
+ width: 26px;
770
+ height: 26px;
771
+ line-height: 26px;
772
+ font-size: 12px;
773
+ text-align: center;
774
+ border-radius: 50%;
775
+ border-bottom: 0;
776
+ -webkit-box-shadow: none !important;
777
+ box-shadow: none !important;
778
+ background-color: #ebe9eb;
779
+ }
780
+ .tinv-wishlist .tinv-modal .icon_big_heart_check, .tinv-wishlist .tinv-modal .icon_big_times, .tinv-wishlist .tinv-modal img {
781
+ display: block;
782
+ margin: 0 auto;
783
+ margin-bottom: 25px;
784
+ opacity: 1 !important;
785
+ }
786
+ .tinv-wishlist .tinv-modal ul {
787
+ overflow: visible;
788
+ list-style: disc;
789
+ margin: 10px 20px 0 0;
790
+ }
791
+ .tinv-wishlist .tinv-modal li {
792
+ list-style: disc !important;
793
+ }
794
  .tinv-wishlist .tinv-create-list .tinv-modal ul, .tinv-wishlist.tinv-create-list form ul {
795
  list-style: none !important;
796
+ margin: 25px 0 0;
797
+ }
798
  .tinv-wishlist .tinv-create-list .tinv-modal li, .tinv-wishlist.tinv-create-list form li {
799
+ list-style: none !important;
800
+ }
801
  .tinv-wishlist .tinv-modal .already-in {
802
+ margin-bottom: 35px;
803
+ }
804
  .tinv-wishlist .tinv-modal .delete-notification {
805
+ margin-bottom: 25px;
806
+ }
807
  .tinv-wishlist .tinv-modal .already-in ul {
808
  overflow: visible;
809
+ margin: 12px 17px 27px 0;
810
+ }
811
  .tinv-wishlist .tinv-modal select {
812
+ width: 100%;
813
+ }
814
  .tinv-wishlist .tinv-modal button + .button, .tinv-wishlist .tinv-modal button + button {
815
  margin-top: 12px;
816
+ width: 100%;
817
+ }
818
  .tinv-wishlist .tinv-modal input + button {
819
  margin-top: 12px;
820
+ width: 100%;
821
+ }
822
  .tinv-wishlist .tinv-modal label + button, .tinv-wishlist .tinv-modal label + input {
823
  margin-top: 12px;
824
+ width: 100%;
825
+ }
826
  .tinv-wishlist .tinv-modal select + button, .tinv-wishlist .tinv-modal select + input {
827
  margin-top: 12px;
828
+ width: 100%;
829
+ }
830
 
831
  @media screen and (max-width: 768px) {
832
  .admin-bar .tinv-wishlist .tinv-modal {
833
+ padding-top: 46px !important;
834
+ }
835
+ }
836
  @media screen and (max-width: 600px) {
837
  .admin-bar .tinv-wishlist .tinv-modal {
838
+ padding-top: 0 !important;
839
+ }
840
+
841
  .tinv-wishlist .tinv-modal .tinv-close-modal {
842
  position: static;
843
  display: block;
844
+ margin: 0 auto 20px;
845
+ }
846
+ }
847
  .tinv-wishlist .tinv-modal .already-in + label {
848
  display: block;
849
+ margin-top: 6px;
850
+ }
851
  .tinv-wishlist .tinv-modal label select {
852
+ margin-top: 8px;
853
+ }
854
  .tinv-wishlist .tinv-modal .delete-notification + button {
855
+ width: 100%;
856
+ }
857
  .tinv-wishlist .tinvwl_added_to_wishlist, .tinv-wishlist .tinvwl_created_wishlist {
858
+ text-align: center;
859
+ }
860
  .tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt {
861
+ margin-bottom: 25px;
862
+ }
863
  .tinv-wishlist .tinvwl_created_wishlist .tinv-txt {
864
+ margin-bottom: 25px;
865
+ }
866
  .tinv-wishlist .tinvwl_created_wishlist button {
867
  margin-top: 0;
868
+ margin-bottom: 10px;
869
+ }
870
 
871
  .woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
872
  margin-top: 0;
873
+ margin-bottom: 10px;
874
+ }
875
 
876
  .tinv-wishlist .tinv-modal .tinvwl-buttons-group {
877
+ margin-top: 20px;
878
+ }
879
  .tinv-wishlist .tinvwl-buttons-group button {
880
+ width: 100%;
881
+ }
882
+ .tinv-wishlist .tinvwl-buttons-group button + button {
883
+ margin-top: 7px;
884
+ }
885
+ .tinv-wishlist .tinvwl-buttons-group button i {
886
+ position: relative;
887
+ }
888
+ .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times {
889
+ font-size: 20px;
890
+ top: 0;
891
+ vertical-align: initial;
892
+ }
893
+ .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {
894
+ position: relative;
895
+ top: 3px;
896
+ }
897
  .tinv-wishlist .tinvwl-buttons-group + button {
898
  width: 100%;
899
+ margin-top: 7px;
900
+ }
901
  .tinv-wishlist .tinv-modal h2 {
902
  text-align: center;
903
+ margin: 0 0 35px;
904
+ }
905
  .tinv-wishlist .tinv-create-list .tinv-modal-inner {
906
  max-width: 778px;
907
+ padding: 30px;
908
+ }
909
  .tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group), .tinv-wishlist .tinvwl-input-group.tinvwl-has-error .form-control {
910
+ border: 2px solid #FF0000;
911
+ }
912
  .tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group) {
913
+ border: 2px solid #FF0000;
914
+ }
915
  .tinv-wishlist .tinvwl-has-error + .tinvwl-error {
916
  padding: 5px 5px 0 0;
917
+ color: #FF0000;
918
+ }
919
 
920
  @media only screen and (max-width: 768px) {
921
  .navigation-button, .social-buttons, .tinv-lists-nav {
922
  margin-right: 12px;
923
+ margin-left: 12px;
924
+ }
925
+ }
926
  .tinvwl-tooltip {
927
+ display: none;
928
+ }
929
 
930
  .tinvwl-input-group {
931
  position: relative;
932
  display: table;
933
+ border-collapse: separate;
934
+ }
935
+ .tinvwl-input-group .form-control {
936
+ position: relative;
937
+ z-index: 1;
938
+ float: right;
939
+ height: 38px;
940
+ width: 100%;
941
+ margin: 0;
942
+ }
943
+ .tinvwl-input-group .form-control + .tinvwl-input-group-btn {
944
+ padding-right: 15px;
945
+ }
946
 
947
  .tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control + .tinvwl-input-group-btn {
948
+ padding-right: 10px;
949
+ }
950
  .tinv-wishlist .tinv-search-form .tinvwl-input-group .form-control + .tinvwl-input-group-btn {
951
+ padding-right: 9px;
952
+ }
953
 
954
  .tinvwl-input-group .form-control, .tinvwl-input-group-addon, .tinvwl-input-group-btn {
955
+ display: table-cell;
956
+ }
957
 
958
  .tinvwl-input-group-addon, .tinvwl-input-group-btn {
959
  width: 1%;
960
  white-space: nowrap;
961
+ vertical-align: top;
962
+ }
963
 
964
  @media only screen and (max-width: 768px) {
965
  .tinvwl-input-group {
966
+ width: 100%;
967
+ }
968
+ }
969
  @media only screen and (max-width: 768px) {
970
  .tinvwl-input-group:not(.tinvwl-no-full) {
971
+ display: block;
972
+ }
973
+ .tinvwl-input-group:not(.tinvwl-no-full) .form-control, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {
974
+ display: block;
975
+ }
976
+ .tinvwl-input-group:not(.tinvwl-no-full) .form-control {
977
+ float: none;
978
+ }
979
+
980
  .tinv-wishlist .tinv-search-form .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {
981
  padding-top: 10px;
982
+ padding-right: 0;
983
+ }
984
+
985
  .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {
986
  padding-top: 10px;
987
+ padding-right: 0;
988
+ }
989
  .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon {
990
+ width: 100%;
991
+ }
992
+ .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > button, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > input {
993
+ width: 100%;
994
+ }
995
  .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {
996
+ width: 100%;
997
+ }
998
+ .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > button, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > input {
999
+ width: 100%;
1000
+ }
1001
+ }
1002
  .tinv-table {
1003
  display: table;
1004
  width: 100%;
1005
+ height: 100%;
1006
+ }
1007
 
1008
  .tinv-cell {
1009
  display: table-cell;
1010
+ vertical-align: middle;
1011
+ }
1012
 
1013
  .tinv-wishlist .tinv-wishlist-clear {
1014
  visibility: visible;
1015
  width: auto;
1016
+ height: auto;
1017
+ }
1018
 
1019
  .tinv-wishlist-clear:before {
1020
  content: "";
1021
+ display: table;
1022
+ }
1023
  .tinv-wishlist-clear:after {
1024
  content: "";
1025
  display: table;
1026
+ clear: both;
1027
+ }
1028
 
1029
  .icon_big_heart_check {
1030
  display: inline-block;
1039
  line-height: 1;
1040
  -webkit-font-smoothing: antialiased;
1041
  -moz-osx-font-smoothing: grayscale;
1042
+ font-size: 60px;
1043
+ }
1044
 
1045
  .icon_big_times {
1046
  display: inline-block;
1055
  line-height: 1;
1056
  -webkit-font-smoothing: antialiased;
1057
  -moz-osx-font-smoothing: grayscale;
1058
+ font-size: 60px;
1059
+ }
1060
+ .icon_big_times::before {
1061
+ content: "";
1062
+ top: -7px;
1063
+ right: -7px;
1064
+ position: relative;
1065
+ }
1066
 
1067
  .icon_big_heart_check::before {
1068
+ content: "";
1069
  top: -7px;
1070
  right: -7px;
1071
+ position: relative;
1072
+ }
1073
 
1074
  .tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist, .tinvwl_add_to_wishlist_button.disabled-add-wishlist {
1075
  opacity: 0.5 !important;
1076
+ cursor: not-allowed;
1077
+ }
1078
 
1079
  .empty-name-wishlist {
1080
+ border-color: #FF0000 !important;
1081
+ }
1082
 
1083
  .tinvwl_remove_from_wishlist-text, .tinvwl_already_on_wishlist-text {
1084
+ display: none !important;
1085
+ }
1086
 
1087
  .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_remove_from_wishlist-text, .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_already_on_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_remove_from_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_already_on_wishlist-text {
1088
+ display: inline !important;
1089
+ }
1090
  .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_add_to_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_add_to_wishlist-text {
1091
+ display: none !important;
1092
+ }
1093
 
1094
  @media only screen and (max-width: 1024px) {
1095
  .tinv-wishlist .tinvwl-table-manage-list .product-remove {
1096
+ display: table-cell;
1097
+ }
1098
+ }
1099
  @media only screen and (max-width: 768px) {
1100
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
1101
+ display: block;
1102
+ }
1103
+ }
1104
  .tooltipped {
1105
+ position: relative;
1106
+ }
1107
 
1108
  .tooltipped::after {
1109
  position: absolute;
1124
  content: attr(aria-label);
1125
  background: #1b1f23;
1126
  border-radius: 3px;
1127
+ opacity: 0;
1128
+ }
1129
 
1130
  .tooltipped::before {
1131
  position: absolute;
1137
  pointer-events: none;
1138
  content: "";
1139
  border: 6px solid transparent;
1140
+ opacity: 0;
1141
+ }
1142
 
1143
  @-webkit-keyframes tooltip-appear {
1144
  from {
1145
+ opacity: 0;
1146
+ }
1147
  to {
1148
+ opacity: 1;
1149
+ }
1150
+ }
1151
 
1152
  @keyframes tooltip-appear {
1153
  from {
1154
+ opacity: 0;
1155
+ }
1156
  to {
1157
+ opacity: 1;
1158
+ }
1159
+ }
1160
  .tooltipped:hover::before, .tooltipped:hover::after,
1161
  .tooltipped:active::before,
1162
  .tooltipped:active::after,
1173
  -webkit-animation-timing-function: ease-in;
1174
  animation-timing-function: ease-in;
1175
  -webkit-animation-delay: 0.4s;
1176
+ animation-delay: 0.4s;
1177
+ }
1178
 
1179
  .tooltipped-no-delay:hover::before, .tooltipped-no-delay:hover::after,
1180
  .tooltipped-no-delay:active::before,
1182
  .tooltipped-no-delay:focus::before,
1183
  .tooltipped-no-delay:focus::after {
1184
  -webkit-animation-delay: 0s;
1185
+ animation-delay: 0s;
1186
+ }
1187
 
1188
  .tooltipped-multiline:hover::after,
1189
  .tooltipped-multiline:active::after,
1190
  .tooltipped-multiline:focus::after {
1191
+ display: table-cell;
1192
+ }
1193
 
1194
  .tooltipped-s::after,
1195
  .tooltipped-se::after,
1196
  .tooltipped-sw::after {
1197
  top: 100%;
1198
  left: 50%;
1199
+ margin-top: 6px;
1200
+ }
1201
  .tooltipped-s::before,
1202
  .tooltipped-se::before,
1203
  .tooltipped-sw::before {
1205
  left: 50%;
1206
  bottom: -7px;
1207
  margin-left: -6px;
1208
+ border-bottom-color: #1b1f23;
1209
+ }
1210
 
1211
  .tooltipped-se::after {
1212
  left: auto;
1213
  right: 50%;
1214
+ margin-right: -16px;
1215
+ }
1216
 
1217
  .tooltipped-sw::after {
1218
+ margin-left: -16px;
1219
+ }
1220
 
1221
  .tooltipped-n::after,
1222
  .tooltipped-ne::after,
1223
  .tooltipped-nw::after {
1224
  left: 50%;
1225
  bottom: 100%;
1226
+ margin-bottom: 6px;
1227
+ }
1228
  .tooltipped-n::before,
1229
  .tooltipped-ne::before,
1230
  .tooltipped-nw::before {
1232
  left: 50%;
1233
  bottom: auto;
1234
  margin-left: -6px;
1235
+ border-top-color: #1b1f23;
1236
+ }
1237
 
1238
  .tooltipped-ne::after {
1239
  left: auto;
1240
  right: 50%;
1241
+ margin-right: -16px;
1242
+ }
1243
 
1244
  .tooltipped-nw::after {
1245
+ margin-left: -16px;
1246
+ }
1247
 
1248
  .tooltipped-s::after,
1249
  .tooltipped-n::after {
1250
  -webkit-transform: translateX(-50%);
1251
+ transform: translateX(-50%);
1252
+ }
1253
 
1254
  .tooltipped-w::after {
1255
  left: 100%;
1256
  bottom: 50%;
1257
  margin-left: 6px;
1258
  -webkit-transform: translateY(50%);
1259
+ transform: translateY(50%);
1260
+ }
1261
  .tooltipped-w::before {
1262
  top: 50%;
1263
  bottom: 50%;
1264
  right: -7px;
1265
  margin-top: -6px;
1266
+ border-right-color: #1b1f23;
1267
+ }
1268
 
1269
  .tooltipped-e::after {
1270
  bottom: 50%;
1271
  right: 100%;
1272
  margin-right: 6px;
1273
  -webkit-transform: translateY(50%);
1274
+ transform: translateY(50%);
1275
+ }
1276
  .tooltipped-e::before {
1277
  top: 50%;
1278
  left: -7px;
1279
  bottom: 50%;
1280
  margin-top: -6px;
1281
+ border-left-color: #1b1f23;
1282
+ }
1283
 
1284
  .tooltipped-align-right-1::after,
1285
  .tooltipped-align-right-2::after {
1286
  left: 0;
1287
+ margin-left: 0;
1288
+ }
1289
 
1290
  .tooltipped-align-right-1::before {
1291
+ left: 10px;
1292
+ }
1293
 
1294
  .tooltipped-align-right-2::before {
1295
+ left: 15px;
1296
+ }
1297
 
1298
  .tooltipped-align-left-1::after,
1299
  .tooltipped-align-left-2::after {
1300
  right: 0;
1301
+ margin-right: 0;
1302
+ }
1303
 
1304
  .tooltipped-align-left-1::before {
1305
+ right: 5px;
1306
+ }
1307
 
1308
  .tooltipped-align-left-2::before {
1309
+ right: 10px;
1310
+ }
1311
 
1312
  .tooltipped-multiline::after {
1313
  width: -webkit-max-content;
1316
  max-width: 250px;
1317
  word-wrap: break-word;
1318
  white-space: pre-line;
1319
+ border-collapse: separate;
1320
+ }
1321
  .tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after {
1322
  left: auto;
1323
  right: 50%;
1324
  -webkit-transform: translateX(50%);
1325
+ transform: translateX(50%);
1326
+ }
1327
  .tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after {
1328
+ left: 100%;
1329
+ }
1330
 
1331
  @media screen and (min-width: 0 \0 ) {
1332
  .tooltipped-multiline::after {
1333
+ width: 250px;
1334
+ }
1335
+ }
1336
  .tooltipped-sticky::before, .tooltipped-sticky::after {
1337
+ display: inline-block;
1338
+ }
1339
  .tooltipped-sticky.tooltipped-multiline::after {
1340
+ display: table-cell;
1341
+ }
1342
 
1343
  .tinvwl-table-manage-list .component_table_item_price:before {
1344
+ font-family: "FontAwesomeCP";
1345
  font-size: 1rem;
1346
  display: inline-block;
1347
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
1348
  -webkit-transform: rotate(-90deg);
1349
  transform: rotate(-90deg);
1350
+ content: "";
1351
  margin: 0 3px 0 12px;
1352
+ opacity: 0.25;
1353
+ }
1354
 
1355
  .wishlist-icon {
1356
+ position: relative;
1357
+ }
1358
 
1359
  .wishlist-popup {
1360
  opacity: 0;
1366
  border-radius: 5px;
1367
  line-height: 1.3;
1368
  text-align: center;
1369
+ font-size: 0.9em;
1370
  top: 100%;
1371
  background-color: rgba(0, 0, 0, 0.8);
1372
  left: 0;
1373
  color: #FFF;
1374
+ -webkit-transition: opacity 0.3s, max-height 0.3s;
1375
+ transition: opacity 0.3s, max-height 0.3s;
1376
+ -webkit-transition-delay: 0.3s;
1377
+ transition-delay: 0.3s;
1378
+ }
1379
 
1380
  .wishlist-popup:after {
1381
  bottom: 100%;
1389
  border-color: rgba(136, 183, 213, 0);
1390
  border-bottom-color: rgba(0, 0, 0, 0.8);
1391
  border-width: 10px;
1392
+ margin-right: -10px;
1393
+ }
1394
 
1395
  .wishlist-icon:hover .wishlist-popup {
1396
  opacity: 1;
1397
  max-height: 200px;
1398
+ overflow-y: auto;
1399
+ }
1400
 
1401
  .wishlist-popup a {
1402
  color: #ccc;
1403
+ display: block;
1404
+ }
1405
 
1406
  .wishlist-popup a:hover {
1407
+ color: #FFF;
1408
+ }
1409
 
1410
  .wishlist-icon.added:after {
1411
  background-color: red;
1412
  -webkit-transform: translateY(-3px);
1413
+ transform: translateY(-3px);
1414
+ }
1415
 
1416
  .wishlist-popup .ajax-loading,
1417
  .wishlist-popup .feedback {
1418
+ display: none !important;
1419
+ }
1420
 
1421
  .wishlist-title {
1422
+ margin-bottom: 20px;
1423
+ }
1424
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJwdWJsaWMtcnRsLmNzcyJdLCJmaWxlIjoicHVibGljLXJ0bC5jc3MifQ== */
1425
 
1426
  /*# sourceMappingURL=public-rtl.css.map */
assets/css/public-rtl.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":[],"mappings":"","sources":["public-rtl.css"],"file":"public-rtl.css","sourcesContent":["/*------------------------------------*\n\t$WEBFONT\n*------------------------------------*/\n.tinv-wishlist form, .tinv-wishlist p:last-child, .tinv-wishlist table {\n margin-bottom: 0; }\n\n.tinv-wishlist * {\n -webkit-box-sizing: border-box;\n box-sizing: border-box; }\n\n.tinvwl-wishlist :after, .tinvwl-wishlist :before {\n -webkit-box-sizing: border-box;\n box-sizing: border-box; }\n\n.tinv-wishlist select {\n width: 140px; }\n\n.tinv-wishlist ul {\n list-style: none;\n margin: 0;\n padding: 0; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {\n margin-top: -10px;\n margin-right: -10px; }\n\n.woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {\n text-align: center; }\n\n.tinv-wishlist .button i, .tinv-wishlist .navigation-button a i {\n margin-left: 6px; }\n\n.tinv-wishlist input[type=\"button\"] i, .tinv-wishlist input[type=\"reset\"] i, .tinv-wishlist input[type=\"submit\"] i {\n margin-left: 6px; }\n\n.tinv-wishlist a.tinv-close-modal i {\n margin-left: 0; }\n\na.wishlist_products_counter {\n text-decoration: none; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {\n content: '\\e909';\n display: inline-block;\n font-family: tinvwl-webfont !important;\n speak: none;\n font-style: normal;\n font-weight: 400;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 20px;\n vertical-align: sub;\n margin-left: 5px; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, a.wishlist_products_counter.top_wishlist-heart-plus:before, span.wishlist_products_counter.top_wishlist-heart-plus:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before {\n content: '\\e906';\n display: inline-block;\n font-family: tinvwl-webfont !important;\n speak: none;\n font-style: normal;\n font-weight: 400;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 20px;\n vertical-align: sub;\n margin-left: 5px; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {\n position: relative;\n width: 36px;\n height: 36px;\n vertical-align: sub; }\n\na.wishlist_products_counter.top_wishlist-heart-plus.no-txt, span.wishlist_products_counter.top_wishlist-heart-plus.no-txt {\n position: relative;\n width: 36px;\n height: 36px;\n vertical-align: sub; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {\n position: absolute;\n top: 50%;\n right: 50%;\n margin-left: 0; }\n\n.tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {\n padding-right: 1em;\n vertical-align: bottom; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {\n content: '\\e908'; }\n\n.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before, span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {\n content: '\\e908'; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart-plus.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, a.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before, span.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before {\n content: '\\e907'; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before, a.wishlist_products_counter.top_wishlist-white:before, span.wishlist_products_counter.top_wishlist-white:before {\n color: #FFF; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before, a.wishlist_products_counter.top_wishlist-black:before, span.wishlist_products_counter.top_wishlist-black:before {\n color: #000; }\n\n.tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {\n margin-bottom: 15px; }\n\n.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {\n margin-top: 15px; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {\n padding: 10px 11px;\n line-height: 1; }\n\n.wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button {\n margin: 0; }\n .wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button::before {\n display: none; }\n\na.wishlist_products_counter.top_wishlist-custom.no-txt, span.wishlist_products_counter.top_wishlist-custom.no-txt {\n padding: 10px 11px;\n line-height: 1; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img, a.wishlist_products_counter.top_wishlist-custom img, span.wishlist_products_counter.top_wishlist-custom img {\n display: inline-block !important;\n vertical-align: baseline;\n width: auto !important;\n max-width: 16px;\n max-height: 16px;\n margin-bottom: 0;\n margin: 0 0 0 6px !important; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img, a.wishlist_products_counter.top_wishlist-custom.no-txt img, span.wishlist_products_counter.top_wishlist-custom.no-txt img {\n margin-left: 0 !important; }\n\n.single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button, div.product form.cart .tinvwl_add_to_wishlist_button {\n float: none; }\n\nul.products li.product .tinvwl_add_to_wishlist_button {\n margin-top: 1em; }\n\n.tinvwl_add_to_wishlist_button {\n display: inline-block;\n cursor: pointer;\n -webkit-transition: opacity 1s;\n transition: opacity 1s;\n opacity: 1;\n visibility: visible; }\n\n.tinv-wishlist.woocommerce .stock.in-stock:before {\n content: none; }\n\n.tinv-wraper.tinv-wishlist {\n font-size: 100%; }\n .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {\n position: absolute;\n z-index: 10;\n margin: 0;\n top: 10px;\n right: 10px; }\n .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button {\n margin-top: 0; }\n\n.tinv-create-list li input[type=radio] {\n margin-left: 10px; }\n\n.tinv-create-list li + li {\n margin-top: 15px; }\n\n.tinv-create-list .tinvwl-input-group + ul {\n margin-top: 25px; }\n\n.tinv-search-list {\n margin-bottom: 36px; }\n\n.tinv-wishlist .tinv-header {\n margin-bottom: 30px; }\n\n.tinv-wishlist table {\n position: relative;\n table-layout: auto;\n margin-bottom: 30px; }\n\n.tinv-overlay {\n top: 0;\n right: 0;\n position: fixed;\n -webkit-transition: opacity .3s ease, visibility .3s ease;\n transition: opacity .3s ease, visibility .3s ease; }\n\n.tinv-wishlist .tinv-modal {\n top: 0;\n right: 0;\n position: fixed;\n -webkit-transition: opacity .3s ease, visibility .3s ease;\n transition: opacity .3s ease, visibility .3s ease; }\n\n.tinv-wishlist table.tinvwl-table-manage-list {\n margin-bottom: 27px;\n width: 100%; }\n\n.tinv-wishlist table input[type=checkbox] {\n margin-left: 0; }\n\n.tinv-wishlist table td, .tinv-wishlist table th {\n padding: 1em;\n vertical-align: middle; }\n\n.tinv-wishlist .tinvwl-table-manage-list .product-cb {\n width: 35px;\n text-align: center; }\n\n.tinv-wishlist .tinvwl-table-manage-list .product-remove {\n width: 35px;\n text-align: center;\n padding: 1em .5em; }\n\n.tinv-wishlist .product-remove button {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-line-pack: center;\n align-content: center;\n margin: 0 auto;\n width: 27px;\n height: 27px;\n border-radius: 50%;\n padding: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n border: none;\n background-color: #f7f7f7;\n color: #000000;\n font-size: 20px;\n padding-right: 1px;\n padding-top: 3px;\n min-height: 0; }\n\n.tinv-wishlist .product-thumbnail {\n min-width: 100px;\n max-width: 100%;\n width: 100px; }\n .tinv-wishlist .product-thumbnail .wp-post-image {\n margin-bottom: 0; }\n\n.tinv-wishlist td.product-name a + .variation {\n margin-top: 2px; }\n\n.tinv-wishlist .product-stock i {\n margin-left: 15px; }\n\n.tinv-wishlist .product-stock p {\n display: table; }\n .tinv-wishlist .product-stock p.stock::before {\n display: none; }\n\n.tinv-wishlist .product-stock span {\n display: table-cell;\n vertical-align: middle; }\n\n.tinv-wishlist .product-action > .button > i, .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove], .tinv-wishlist table thead th .tinvwl-mobile {\n display: none; }\n\n.tinv-wishlist.woocommerce .product-quantity {\n width: 80px;\n text-align: center; }\n\n.tinv-wishlist.woocommerce table .quantity .qty {\n max-width: 100%;\n width: 62px;\n text-align: right; }\n\n.tinv-wishlist .product-action {\n width: 135px;\n text-align: center; }\n .tinv-wishlist .product-action .button {\n width: 100%; }\n .tinv-wishlist .product-action .tinvwl_move_product_button {\n margin-top: 5px; }\n\n.tinv-wishlist .tinvwl-table-manage-list .product-action > button[name=tinvwl-remove] > i {\n margin-left: 0; }\n\n.tinv-wishlist .wishlist-cb {\n width: 33px;\n text-align: center; }\n\n.tinv-wishlist .wishlist-name .tinvwl-rename-input input {\n width: 100%; }\n\n.tinv-wishlist .wishlist-name .tinvwl-rename-button {\n float: left; }\n .tinv-wishlist .wishlist-name .tinvwl-rename-button > i {\n margin-left: 10px; }\n\n.tinv-wishlist .wishlist-privacy, .tinv-wishlist table:not(.tinvwl-public) .wishlist-date {\n width: 18%; }\n\n.tinv-wishlist .wishlist-privacy select {\n width: 100%; }\n\n.tinv-wishlist .wishlist-name {\n width: 45%; }\n\n.tinv-wishlist .wishlist-action {\n width: 120px;\n text-align: center; }\n .tinv-wishlist .wishlist-action button[value=manage_remove] > i {\n display: none;\n margin-left: 0; }\n\n.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {\n display: inline-block;\n vertical-align: middle; }\n .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list > a.button {\n margin-left: 0; }\n\n.tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {\n margin-top: -10px; }\n\n.tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {\n float: right;\n width: 35%;\n margin-left: 2%; }\n\n.tinv-wishlist tfoot .tinvwl-to-right {\n float: right;\n width: 63%;\n text-align: left; }\n .tinv-wishlist tfoot .tinvwl-to-right > * {\n margin: 10px 0 0;\n vertical-align: middle; }\n .tinv-wishlist tfoot .tinvwl-to-right > * + * {\n margin-right: 10px; }\n\n.tinv-wishlist tfoot .tinvwl-to-left:empty + .tinvwl-to-right {\n width: 100%; }\n\n.tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {\n margin-top: 16px; }\n\n.tinv-wishlist .navigation-button {\n margin-top: -10px; }\n .tinv-wishlist .navigation-button > li {\n float: right; }\n .tinv-wishlist .navigation-button > li > .tinv-create-list > a, .tinv-wishlist .navigation-button > li > a {\n margin-left: 30px;\n margin-top: 10px;\n display: inline-block; }\n .tinv-wishlist .navigation-button > li > .tinv-create-list > a.button, .tinv-wishlist .navigation-button > li > a.button {\n margin-left: 10px; }\n .tinv-wishlist .navigation-button > li:last-child > .tinv-create-list > a, .tinv-wishlist .navigation-button > li:last-child > a {\n margin-left: 0; }\n\n.tinv-wishlist .social-buttons {\n text-align: left; }\n .tinv-wishlist .social-buttons > span, .tinv-wishlist .social-buttons > ul {\n display: inline-block;\n vertical-align: middle; }\n .tinv-wishlist .social-buttons > span {\n margin-left: 27px; }\n .tinv-wishlist .social-buttons li {\n float: right;\n margin: 0 0 0 5px;\n list-style: none; }\n .tinv-wishlist .social-buttons li:last-child {\n margin-left: 0; }\n .tinv-wishlist .social-buttons li a.social {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-line-pack: center;\n align-content: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n width: 2em;\n height: 2em;\n border-radius: 50%;\n text-align: center;\n -webkit-box-shadow: none;\n box-shadow: none;\n border: 0;\n font-size: 20px;\n text-decoration: none;\n text-transform: none !important; }\n .tinv-wishlist .social-buttons li a.social.white {\n color: #ffffff; }\n .tinv-wishlist .social-buttons li a.social.dark {\n color: #000000; }\n .tinv-wishlist .social-buttons li a.social i {\n line-height: 2em; }\n\n.tinv-wishlist .navigation-button .tinv-create-list > a.tinvwl-no-icon > i, .tinv-wishlist .navigation-button li > a.tinvwl-no-icon > i {\n display: none; }\n\n.tinv-wishlist .tinv-lists-nav {\n margin-top: 35px;\n margin-bottom: 35px;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n -ms-flex-direction: row;\n flex-direction: row;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n width: 100%; }\n .tinv-wishlist .tinv-lists-nav > * {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column;\n -ms-flex-preferred-size: 100%;\n flex-basis: 100%;\n -webkit-box-flex: 1;\n -ms-flex: 1;\n flex: 1;\n text-align: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center; }\n .tinv-wishlist .tinv-lists-nav > span {\n font-weight: 700; }\n\n.tinv-wishlist .tinv-next {\n display: inline-block;\n float: right; }\n\n.tinv-wishlist .tinv-prev {\n display: inline-block;\n float: right;\n margin-left: 35px !important; }\n\n.tinv-wishlist .tinv-prev i {\n margin-right: 0;\n margin-left: 18px; }\n\n.tinv-wishlist .tinv-next i {\n margin-right: 18px;\n margin-left: 0; }\n\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .tinvwl-table-manage-lists:not(.tinvwl-public) {\n margin-top: 0; }\n .tinv-wishlist .tinvwl-table-manage-list .product-remove {\n display: none; }\n .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove] {\n display: inline-block;\n margin-top: 5px; }\n .tinv-wishlist .product-action {\n width: 60px; } }\n\n@media only screen and (max-width: 1024px) and (min-width: 769px) {\n .tinv-wishlist .tinvwl-table-manage-list td.product-stock p {\n display: block;\n text-align: center; }\n .tinv-wishlist .product-stock span {\n display: block; }\n .tinv-wishlist .tinvwl-table-manage-list td.product-stock i {\n margin-left: 0; }\n .tinv-wishlist .tinvwl-table-manage-list td.product-stock .tinvwl-txt {\n display: none; }\n .tinv-wishlist .product-thumbnail {\n max-width: 76px;\n width: 76px; }\n .tinv-wishlist .product-action .button > i {\n display: inline-block;\n margin-left: 0; }\n .tinv-wishlist .product-action .button .tinvwl-txt {\n display: none; } }\n\n@media only screen and (max-width: 1023px) {\n .tinv-wishlist .tinv-lists-nav a.tinv-prev > i, .tinv-wishlist .tinv-lists-nav a.tinv-next > i {\n margin: 0; }\n .tinv-wishlist .tinv-lists-nav a.tinv-prev > span, .tinv-wishlist .tinv-lists-nav a.tinv-next > span {\n display: none; } }\n\n@media only screen and (max-width: 768px) {\n .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {\n display: none; }\n .tinv-wishlist table.tinvwl-table-manage-lists thead th:not(.wishlist-name) {\n display: none; }\n .tinv-wishlist thead th .tinvwl-full {\n display: none; }\n .tinv-wishlist table.tinvwl-table-manage-list thead th.product-name, .tinv-wishlist table.tinvwl-table-manage-lists thead th.wishlist-name {\n display: block;\n width: 100%;\n text-align: center; }\n .tinv-wishlist table thead th .tinvwl-mobile {\n display: block; }\n .tinv-wishlist table.tinvwl-table-manage-list tbody td {\n display: block;\n width: 100% !important;\n text-align: center; }\n .tinv-wishlist table.tinvwl-table-manage-lists tbody td, .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td {\n display: block;\n width: 100% !important;\n text-align: center; }\n .tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child) {\n border-bottom: 0; }\n .tinv-wishlist table.tinvwl-table-manage-lists tbody td:not(:last-child), .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td:not(:last-child) {\n border-bottom: 0; }\n .tinv-wishlist .product-stock p {\n margin: 0 auto; }\n .tinv-wishlist .product-thumbnail img {\n margin: 0 auto;\n max-width: 80px; }\n .tinv-wishlist.woocommerce table .quantity .qty {\n text-align: center;\n width: 100%; }\n .tinv-wishlist .product-action .tinvwl_move_product_button {\n margin-top: 10px; }\n .tinv-wishlist table.tinvwl-table-manage-list tfoot td {\n display: block;\n width: 100%; }\n .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-action button[value=manage_remove] {\n width: 100%; }\n .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-name .tinvwl-rename-button {\n float: none; } }\n\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .wishlist-name .tinvwl-rename-button > i, .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {\n margin-left: 0; }\n .tinv-wishlist .wishlist-name .tinvwl-rename-button span {\n display: none; }\n .tinv-wishlist .wishlist-action {\n width: 60px; }\n .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {\n float: none;\n width: auto; }\n .tinv-wishlist tfoot .tinvwl-to-right {\n float: none;\n width: auto;\n text-align: right; } }\n\n@media only screen and (max-width: 1024px) and (min-width: 768px) {\n .tinv-wishlist .wishlist-action button[value=\"manage_remove\"] span {\n display: none; }\n .tinv-wishlist .wishlist-action button[value=\"manage_remove\"] > i {\n display: inline-block; }\n .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {\n margin-top: 0; } }\n\n@media only screen and (max-width: 768px) {\n .tinv-wishlist button[value=\"manage_apply\"] .tinvwl-mobile, .tinv-wishlist button[value=\"product_apply\"] .tinvwl-mobile {\n display: none; }\n .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {\n display: block; }\n .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button {\n width: 100%;\n margin: 10px 0 0; }\n .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button {\n width: 100%;\n margin: 10px 0 0; }\n .tinv-wishlist tfoot .tinvwl-to-right > * {\n margin: 10px 0 0; }\n .tinv-wishlist tfoot .tinvwl-to-right .button:first-child, .tinv-wishlist tfoot .tinvwl-to-right button:first-child {\n margin-top: 0 !important; }\n .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {\n margin-top: 20px; } }\n\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .social-buttons {\n float: none;\n width: auto;\n text-align: right;\n margin-top: 20px; }\n .tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {\n margin-top: 30px; }\n .tinv-wishlist .tinv-login form input[name=login] {\n min-width: auto; } }\n\n@media only screen and (max-width: 768px) {\n .tinv-wishlist .social-buttons {\n text-align: center; }\n .tinv-wishlist .social-buttons > span {\n display: block;\n margin-top: 0;\n margin-left: 0;\n margin-bottom: 5px; } }\n\n@media only screen and (max-width: 768px) {\n .tinv-wishlist.woocommerce .tinv-login form .form-row-first, .tinv-wishlist.woocommerce .tinv-login form .form-row-last {\n float: none;\n width: 100%; }\n .tinv-wishlist.woocommerce .tinv-login form .form-row-first {\n padding: 0; }\n .tinv-wishlist.woocommerce .tinv-login form .form-row-last {\n padding: 0;\n margin-top: 10px; }\n .tinv-wishlist.woocommerce .tinv-login form .tinvwl-input-group-btn {\n display: block;\n padding: 0;\n width: auto;\n margin-top: 10px; } }\n\n.tinv-overlay {\n width: 100%;\n height: 100%;\n visibility: hidden;\n opacity: 0;\n background: #191919; }\n\n.tinv-modal.tinv-modal-open .tinv-overlay {\n visibility: visible;\n opacity: .5; }\n\n.admin-bar .tinv-wishlist .tinv-modal {\n padding-top: 32px !important; }\n\n.tinv-wishlist .tinv-modal {\n overflow-y: auto;\n overflow-x: hidden;\n width: 0;\n height: 0;\n z-index: 9999;\n outline: 0 !important;\n -webkit-backface-visibility: hidden;\n visibility: hidden;\n opacity: 0;\n text-align: right; }\n .tinv-wishlist .tinv-modal .tinv-modal-inner {\n position: relative;\n margin: 0 auto;\n background-color: #fff;\n max-width: 360px;\n padding: 40px; }\n .tinv-wishlist .tinv-modal.tinv-modal-open {\n visibility: visible;\n opacity: 1;\n width: 100%;\n height: 100%; }\n .tinv-wishlist .tinv-modal .tinv-close-modal {\n display: inline-block;\n position: absolute;\n top: 17px;\n left: 14px;\n width: 26px;\n height: 26px;\n line-height: 26px;\n font-size: 12px;\n text-align: center;\n border-radius: 50%;\n border-bottom: 0;\n -webkit-box-shadow: none !important;\n box-shadow: none !important;\n background-color: #ebe9eb; }\n .tinv-wishlist .tinv-modal .icon_big_heart_check, .tinv-wishlist .tinv-modal .icon_big_times, .tinv-wishlist .tinv-modal img {\n display: block;\n margin: 0 auto;\n margin-bottom: 25px;\n opacity: 1 !important; }\n .tinv-wishlist .tinv-modal ul {\n overflow: visible;\n list-style: disc;\n margin: 10px 20px 0 0; }\n .tinv-wishlist .tinv-modal li {\n list-style: disc !important; }\n\n.tinv-wishlist .tinv-create-list .tinv-modal ul, .tinv-wishlist.tinv-create-list form ul {\n list-style: none !important;\n margin: 25px 0 0; }\n\n.tinv-wishlist .tinv-create-list .tinv-modal li, .tinv-wishlist.tinv-create-list form li {\n list-style: none !important; }\n\n.tinv-wishlist .tinv-modal .already-in {\n margin-bottom: 35px; }\n\n.tinv-wishlist .tinv-modal .delete-notification {\n margin-bottom: 25px; }\n\n.tinv-wishlist .tinv-modal .already-in ul {\n overflow: visible;\n margin: 12px 17px 27px 0; }\n\n.tinv-wishlist .tinv-modal select {\n width: 100%; }\n\n.tinv-wishlist .tinv-modal button + .button, .tinv-wishlist .tinv-modal button + button {\n margin-top: 12px;\n width: 100%; }\n\n.tinv-wishlist .tinv-modal input + button {\n margin-top: 12px;\n width: 100%; }\n\n.tinv-wishlist .tinv-modal label + button, .tinv-wishlist .tinv-modal label + input {\n margin-top: 12px;\n width: 100%; }\n\n.tinv-wishlist .tinv-modal select + button, .tinv-wishlist .tinv-modal select + input {\n margin-top: 12px;\n width: 100%; }\n\n@media screen and (max-width: 768px) {\n .admin-bar .tinv-wishlist .tinv-modal {\n padding-top: 46px !important; } }\n\n@media screen and (max-width: 600px) {\n .admin-bar .tinv-wishlist .tinv-modal {\n padding-top: 0 !important; }\n .tinv-wishlist .tinv-modal .tinv-close-modal {\n position: static;\n display: block;\n margin: 0 auto 20px; } }\n\n.tinv-wishlist .tinv-modal .already-in + label {\n display: block;\n margin-top: 6px; }\n\n.tinv-wishlist .tinv-modal label select {\n margin-top: 8px; }\n\n.tinv-wishlist .tinv-modal .delete-notification + button {\n width: 100%; }\n\n.tinv-wishlist .tinvwl_added_to_wishlist, .tinv-wishlist .tinvwl_created_wishlist {\n text-align: center; }\n\n.tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt {\n margin-bottom: 25px; }\n\n.tinv-wishlist .tinvwl_created_wishlist .tinv-txt {\n margin-bottom: 25px; }\n\n.tinv-wishlist .tinvwl_created_wishlist button {\n margin-top: 0;\n margin-bottom: 10px; }\n\n.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {\n margin-top: 0;\n margin-bottom: 10px; }\n\n.tinv-wishlist .tinv-modal .tinvwl-buttons-group {\n margin-top: 20px; }\n\n.tinv-wishlist .tinvwl-buttons-group button {\n width: 100%; }\n .tinv-wishlist .tinvwl-buttons-group button + button {\n margin-top: 7px; }\n .tinv-wishlist .tinvwl-buttons-group button i {\n position: relative; }\n .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times {\n font-size: 20px;\n top: 0;\n vertical-align: initial; }\n .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {\n position: relative;\n top: 3px; }\n\n.tinv-wishlist .tinvwl-buttons-group + button {\n width: 100%;\n margin-top: 7px; }\n\n.tinv-wishlist .tinv-modal h2 {\n text-align: center;\n margin: 0 0 35px; }\n\n.tinv-wishlist .tinv-create-list .tinv-modal-inner {\n max-width: 778px;\n padding: 30px; }\n\n.tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group), .tinv-wishlist .tinvwl-input-group.tinvwl-has-error .form-control {\n border: 2px solid #FF0000; }\n\n.tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group) {\n border: 2px solid #FF0000; }\n\n.tinv-wishlist .tinvwl-has-error + .tinvwl-error {\n padding: 5px 5px 0 0;\n color: #FF0000; }\n\n@media only screen and (max-width: 768px) {\n .navigation-button, .social-buttons, .tinv-lists-nav {\n margin-right: 12px;\n margin-left: 12px; } }\n\n.tinvwl-tooltip {\n display: none; }\n\n.tinvwl-input-group {\n position: relative;\n display: table;\n border-collapse: separate; }\n .tinvwl-input-group .form-control {\n position: relative;\n z-index: 1;\n float: right;\n height: 38px;\n width: 100%;\n margin: 0; }\n .tinvwl-input-group .form-control + .tinvwl-input-group-btn {\n padding-right: 15px; }\n\n.tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control + .tinvwl-input-group-btn {\n padding-right: 10px; }\n\n.tinv-wishlist .tinv-search-form .tinvwl-input-group .form-control + .tinvwl-input-group-btn {\n padding-right: 9px; }\n\n.tinvwl-input-group .form-control, .tinvwl-input-group-addon, .tinvwl-input-group-btn {\n display: table-cell; }\n\n.tinvwl-input-group-addon, .tinvwl-input-group-btn {\n width: 1%;\n white-space: nowrap;\n vertical-align: top; }\n\n@media only screen and (max-width: 768px) {\n .tinvwl-input-group {\n width: 100%; } }\n\n@media only screen and (max-width: 768px) {\n .tinvwl-input-group:not(.tinvwl-no-full) {\n display: block; }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {\n display: block; }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control {\n float: none; }\n .tinv-wishlist .tinv-search-form .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {\n padding-top: 10px;\n padding-right: 0; }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {\n padding-top: 10px;\n padding-right: 0; }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon {\n width: 100%; }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > button, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > input {\n width: 100%; }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {\n width: 100%; }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > button, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > input {\n width: 100%; } }\n\n.tinv-table {\n display: table;\n width: 100%;\n height: 100%; }\n\n.tinv-cell {\n display: table-cell;\n vertical-align: middle; }\n\n.tinv-wishlist .tinv-wishlist-clear {\n visibility: visible;\n width: auto;\n height: auto; }\n\n.tinv-wishlist-clear:before {\n content: \"\";\n display: table; }\n\n.tinv-wishlist-clear:after {\n content: \"\";\n display: table;\n clear: both; }\n\n.icon_big_heart_check {\n display: inline-block;\n width: 46px;\n height: 46px;\n font-family: tinvwl-webfont !important;\n speak: none;\n font-style: normal;\n font-weight: 400;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 60px; }\n\n.icon_big_times {\n display: inline-block;\n width: 46px;\n height: 46px;\n font-family: tinvwl-webfont !important;\n speak: none;\n font-style: normal;\n font-weight: 400;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 60px; }\n .icon_big_times::before {\n content: \"\\e904\";\n top: -7px;\n right: -7px;\n position: relative; }\n\n.icon_big_heart_check::before {\n content: \"\\e90a\";\n top: -7px;\n right: -7px;\n position: relative; }\n\n.tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist, .tinvwl_add_to_wishlist_button.disabled-add-wishlist {\n opacity: 0.5 !important;\n cursor: not-allowed; }\n\n.empty-name-wishlist {\n border-color: #FF0000 !important; }\n\n.tinvwl_remove_from_wishlist-text, .tinvwl_already_on_wishlist-text {\n display: none !important; }\n\n.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_remove_from_wishlist-text, .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_already_on_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_remove_from_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_already_on_wishlist-text {\n display: inline !important; }\n\n.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_add_to_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_add_to_wishlist-text {\n display: none !important; }\n\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .tinvwl-table-manage-list .product-remove {\n display: table-cell; } }\n\n@media only screen and (max-width: 768px) {\n .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {\n display: block; } }\n\n.tooltipped {\n position: relative; }\n\n.tooltipped::after {\n position: absolute;\n z-index: 1000000;\n display: none;\n padding: 0.5em 0.75em;\n font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n -webkit-font-smoothing: subpixel-antialiased;\n color: #fff;\n text-align: center;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-wrap: break-word;\n white-space: pre;\n pointer-events: none;\n content: attr(aria-label);\n background: #1b1f23;\n border-radius: 3px;\n opacity: 0; }\n\n.tooltipped::before {\n position: absolute;\n z-index: 1000001;\n display: none;\n width: 0;\n height: 0;\n color: #1b1f23;\n pointer-events: none;\n content: \"\";\n border: 6px solid transparent;\n opacity: 0; }\n\n@-webkit-keyframes tooltip-appear {\n from {\n opacity: 0; }\n to {\n opacity: 1; } }\n\n@keyframes tooltip-appear {\n from {\n opacity: 0; }\n to {\n opacity: 1; } }\n\n.tooltipped:hover::before, .tooltipped:hover::after,\n.tooltipped:active::before,\n.tooltipped:active::after,\n.tooltipped:focus::before,\n.tooltipped:focus::after {\n display: inline-block;\n text-decoration: none;\n -webkit-animation-name: tooltip-appear;\n animation-name: tooltip-appear;\n -webkit-animation-duration: 0.1s;\n animation-duration: 0.1s;\n -webkit-animation-fill-mode: forwards;\n animation-fill-mode: forwards;\n -webkit-animation-timing-function: ease-in;\n animation-timing-function: ease-in;\n -webkit-animation-delay: 0.4s;\n animation-delay: 0.4s; }\n\n.tooltipped-no-delay:hover::before, .tooltipped-no-delay:hover::after,\n.tooltipped-no-delay:active::before,\n.tooltipped-no-delay:active::after,\n.tooltipped-no-delay:focus::before,\n.tooltipped-no-delay:focus::after {\n -webkit-animation-delay: 0s;\n animation-delay: 0s; }\n\n.tooltipped-multiline:hover::after,\n.tooltipped-multiline:active::after,\n.tooltipped-multiline:focus::after {\n display: table-cell; }\n\n.tooltipped-s::after,\n.tooltipped-se::after,\n.tooltipped-sw::after {\n top: 100%;\n left: 50%;\n margin-top: 6px; }\n\n.tooltipped-s::before,\n.tooltipped-se::before,\n.tooltipped-sw::before {\n top: auto;\n left: 50%;\n bottom: -7px;\n margin-left: -6px;\n border-bottom-color: #1b1f23; }\n\n.tooltipped-se::after {\n left: auto;\n right: 50%;\n margin-right: -16px; }\n\n.tooltipped-sw::after {\n margin-left: -16px; }\n\n.tooltipped-n::after,\n.tooltipped-ne::after,\n.tooltipped-nw::after {\n left: 50%;\n bottom: 100%;\n margin-bottom: 6px; }\n\n.tooltipped-n::before,\n.tooltipped-ne::before,\n.tooltipped-nw::before {\n top: -7px;\n left: 50%;\n bottom: auto;\n margin-left: -6px;\n border-top-color: #1b1f23; }\n\n.tooltipped-ne::after {\n left: auto;\n right: 50%;\n margin-right: -16px; }\n\n.tooltipped-nw::after {\n margin-left: -16px; }\n\n.tooltipped-s::after,\n.tooltipped-n::after {\n -webkit-transform: translateX(-50%);\n transform: translateX(-50%); }\n\n.tooltipped-w::after {\n left: 100%;\n bottom: 50%;\n margin-left: 6px;\n -webkit-transform: translateY(50%);\n transform: translateY(50%); }\n\n.tooltipped-w::before {\n top: 50%;\n bottom: 50%;\n right: -7px;\n margin-top: -6px;\n border-right-color: #1b1f23; }\n\n.tooltipped-e::after {\n bottom: 50%;\n right: 100%;\n margin-right: 6px;\n -webkit-transform: translateY(50%);\n transform: translateY(50%); }\n\n.tooltipped-e::before {\n top: 50%;\n left: -7px;\n bottom: 50%;\n margin-top: -6px;\n border-left-color: #1b1f23; }\n\n.tooltipped-align-right-1::after,\n.tooltipped-align-right-2::after {\n left: 0;\n margin-left: 0; }\n\n.tooltipped-align-right-1::before {\n left: 10px; }\n\n.tooltipped-align-right-2::before {\n left: 15px; }\n\n.tooltipped-align-left-1::after,\n.tooltipped-align-left-2::after {\n right: 0;\n margin-right: 0; }\n\n.tooltipped-align-left-1::before {\n right: 5px; }\n\n.tooltipped-align-left-2::before {\n right: 10px; }\n\n.tooltipped-multiline::after {\n width: -webkit-max-content;\n width: -moz-max-content;\n width: max-content;\n max-width: 250px;\n word-wrap: break-word;\n white-space: pre-line;\n border-collapse: separate; }\n\n.tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after {\n left: auto;\n right: 50%;\n -webkit-transform: translateX(50%);\n transform: translateX(50%); }\n\n.tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after {\n left: 100%; }\n\n@media screen and (min-width: 0 \\0 ) {\n .tooltipped-multiline::after {\n width: 250px; } }\n\n.tooltipped-sticky::before, .tooltipped-sticky::after {\n display: inline-block; }\n\n.tooltipped-sticky.tooltipped-multiline::after {\n display: table-cell; }\n\n.tinvwl-table-manage-list .component_table_item_price:before {\n font-family: 'FontAwesomeCP';\n font-size: 1rem;\n display: inline-block;\n -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";\n -webkit-transform: rotate(-90deg);\n transform: rotate(-90deg);\n content: \"\\e811\";\n margin: 0 3px 0 12px;\n opacity: .25; }\n\n.wishlist-icon {\n position: relative; }\n\n.wishlist-popup {\n opacity: 0;\n max-height: 0;\n position: absolute;\n overflow: hidden;\n padding: 5px;\n margin-top: -10px;\n border-radius: 5px;\n line-height: 1.3;\n text-align: center;\n font-size: .9em;\n top: 100%;\n background-color: rgba(0, 0, 0, 0.8);\n left: 0;\n color: #FFF;\n -webkit-transition: opacity .3s, max-height .3s;\n transition: opacity .3s, max-height .3s;\n -webkit-transition-delay: .3s;\n transition-delay: .3s; }\n\n.wishlist-popup:after {\n bottom: 100%;\n left: 10px;\n border: solid transparent;\n content: \" \";\n height: 0;\n width: 0;\n position: absolute;\n pointer-events: none;\n border-color: rgba(136, 183, 213, 0);\n border-bottom-color: rgba(0, 0, 0, 0.8);\n border-width: 10px;\n margin-right: -10px; }\n\n.wishlist-icon:hover .wishlist-popup {\n opacity: 1;\n max-height: 200px;\n overflow-y: auto; }\n\n.wishlist-popup a {\n color: #ccc;\n display: block; }\n\n.wishlist-popup a:hover {\n color: #FFF; }\n\n.wishlist-icon.added:after {\n background-color: red;\n -webkit-transform: translateY(-3px);\n transform: translateY(-3px); }\n\n.wishlist-popup .ajax-loading,\n.wishlist-popup .feedback {\n display: none !important; }\n\n.wishlist-title {\n margin-bottom: 20px; }\n"]}
1
+ {"version":3,"names":[],"mappings":"","sources":["public-rtl.css"],"file":"public-rtl.css","sourcesContent":["@charset \"UTF-8\";\n/*------------------------------------*\n\t$WEBFONT\n*------------------------------------*/\n.tinv-wishlist form, .tinv-wishlist p:last-child, .tinv-wishlist table {\n margin-bottom: 0;\n}\n\n.tinv-wishlist * {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n.tinvwl-wishlist :after, .tinvwl-wishlist :before {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n.tinv-wishlist select {\n width: 140px;\n}\n.tinv-wishlist ul {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {\n margin-top: -10px;\n margin-right: -10px;\n}\n\n.woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {\n text-align: center;\n}\n\n.tinv-wishlist .button i, .tinv-wishlist .navigation-button a i {\n margin-left: 6px;\n}\n.tinv-wishlist input[type=button] i, .tinv-wishlist input[type=reset] i, .tinv-wishlist input[type=submit] i {\n margin-left: 6px;\n}\n.tinv-wishlist a.tinv-close-modal i {\n margin-left: 0;\n}\n\na.wishlist_products_counter {\n text-decoration: none;\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {\n content: \"\";\n display: inline-block;\n font-family: tinvwl-webfont !important;\n speak: none;\n font-style: normal;\n font-weight: 400;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 20px;\n vertical-align: sub;\n margin-left: 5px;\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, a.wishlist_products_counter.top_wishlist-heart-plus:before, span.wishlist_products_counter.top_wishlist-heart-plus:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before {\n content: \"\";\n display: inline-block;\n font-family: tinvwl-webfont !important;\n speak: none;\n font-style: normal;\n font-weight: 400;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 20px;\n vertical-align: sub;\n margin-left: 5px;\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {\n position: relative;\n width: 36px;\n height: 36px;\n vertical-align: sub;\n}\n\na.wishlist_products_counter.top_wishlist-heart-plus.no-txt, span.wishlist_products_counter.top_wishlist-heart-plus.no-txt {\n position: relative;\n width: 36px;\n height: 36px;\n vertical-align: sub;\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {\n position: absolute;\n top: 50%;\n right: 50%;\n margin-left: 0;\n}\n.tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {\n padding-right: 1em;\n vertical-align: bottom;\n}\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {\n content: \"\";\n}\n\n.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before, span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {\n content: \"\";\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart-plus.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, a.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before, span.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before {\n content: \"\";\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before, a.wishlist_products_counter.top_wishlist-white:before, span.wishlist_products_counter.top_wishlist-white:before {\n color: #FFF;\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before, a.wishlist_products_counter.top_wishlist-black:before, span.wishlist_products_counter.top_wishlist-black:before {\n color: #000;\n}\n\n.tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {\n margin-bottom: 15px;\n}\n.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {\n margin-top: 15px;\n}\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {\n padding: 10px 11px;\n line-height: 1;\n}\n\n.wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button {\n margin: 0;\n}\n.wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button::before {\n display: none;\n}\n\na.wishlist_products_counter.top_wishlist-custom.no-txt, span.wishlist_products_counter.top_wishlist-custom.no-txt {\n padding: 10px 11px;\n line-height: 1;\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img, a.wishlist_products_counter.top_wishlist-custom img, span.wishlist_products_counter.top_wishlist-custom img {\n display: inline-block !important;\n vertical-align: baseline;\n width: auto !important;\n max-width: 16px;\n max-height: 16px;\n margin-bottom: 0;\n margin: 0 0 0 6px !important;\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img, a.wishlist_products_counter.top_wishlist-custom.no-txt img, span.wishlist_products_counter.top_wishlist-custom.no-txt img {\n margin-left: 0 !important;\n}\n\n.single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button, div.product form.cart .tinvwl_add_to_wishlist_button {\n float: none;\n}\n\nul.products li.product .tinvwl_add_to_wishlist_button {\n margin-top: 1em;\n}\n\n.tinvwl_add_to_wishlist_button {\n display: inline-block;\n cursor: pointer;\n -webkit-transition: opacity 1s;\n transition: opacity 1s;\n opacity: 1;\n visibility: visible;\n}\n\n.tinv-wishlist.woocommerce .stock.in-stock:before {\n content: none;\n}\n\n.tinv-wraper.tinv-wishlist {\n font-size: 100%;\n}\n.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {\n position: absolute;\n z-index: 10;\n margin: 0;\n top: 10px;\n right: 10px;\n}\n.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button {\n margin-top: 0;\n}\n\n.tinv-create-list li input[type=radio] {\n margin-left: 10px;\n}\n.tinv-create-list li + li {\n margin-top: 15px;\n}\n.tinv-create-list .tinvwl-input-group + ul {\n margin-top: 25px;\n}\n\n.tinv-search-list {\n margin-bottom: 36px;\n}\n\n.tinv-wishlist .tinv-header {\n margin-bottom: 30px;\n}\n.tinv-wishlist table {\n position: relative;\n table-layout: auto;\n margin-bottom: 30px;\n}\n\n.tinv-overlay {\n top: 0;\n right: 0;\n position: fixed;\n -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;\n transition: opacity 0.3s ease, visibility 0.3s ease;\n}\n\n.tinv-wishlist .tinv-modal {\n top: 0;\n right: 0;\n position: fixed;\n -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;\n transition: opacity 0.3s ease, visibility 0.3s ease;\n}\n.tinv-wishlist table.tinvwl-table-manage-list {\n margin-bottom: 27px;\n width: 100%;\n}\n.tinv-wishlist table input[type=checkbox] {\n margin-left: 0;\n}\n.tinv-wishlist table td, .tinv-wishlist table th {\n padding: 1em;\n vertical-align: middle;\n}\n.tinv-wishlist .tinvwl-table-manage-list .product-cb {\n width: 35px;\n text-align: center;\n}\n.tinv-wishlist .tinvwl-table-manage-list .product-remove {\n width: 35px;\n text-align: center;\n padding: 1em 0.5em;\n}\n.tinv-wishlist .product-remove button {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-line-pack: center;\n align-content: center;\n margin: 0 auto;\n width: 27px;\n height: 27px;\n border-radius: 50%;\n padding: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n border: none;\n background-color: #f7f7f7;\n color: #000000;\n font-size: 20px;\n padding-right: 1px;\n padding-top: 3px;\n min-height: 0;\n}\n.tinv-wishlist .product-thumbnail {\n min-width: 100px;\n max-width: 100%;\n width: 100px;\n}\n.tinv-wishlist .product-thumbnail .wp-post-image {\n margin-bottom: 0;\n}\n.tinv-wishlist td.product-name a + .variation {\n margin-top: 2px;\n}\n.tinv-wishlist .product-stock i {\n margin-left: 15px;\n}\n.tinv-wishlist .product-stock p {\n display: table;\n}\n.tinv-wishlist .product-stock p.stock::before {\n display: none;\n}\n.tinv-wishlist .product-stock span {\n display: table-cell;\n vertical-align: middle;\n}\n.tinv-wishlist .product-action > .button > i, .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove], .tinv-wishlist table thead th .tinvwl-mobile {\n display: none;\n}\n.tinv-wishlist.woocommerce .product-quantity {\n width: 80px;\n text-align: center;\n}\n.tinv-wishlist.woocommerce table .quantity .qty {\n max-width: 100%;\n width: 62px;\n text-align: right;\n}\n.tinv-wishlist .product-action {\n width: 135px;\n text-align: center;\n}\n.tinv-wishlist .product-action .button {\n width: 100%;\n}\n.tinv-wishlist .product-action .tinvwl_move_product_button {\n margin-top: 5px;\n}\n.tinv-wishlist .tinvwl-table-manage-list .product-action > button[name=tinvwl-remove] > i {\n margin-left: 0;\n}\n.tinv-wishlist .wishlist-cb {\n width: 33px;\n text-align: center;\n}\n.tinv-wishlist .wishlist-name .tinvwl-rename-input input {\n width: 100%;\n}\n.tinv-wishlist .wishlist-name .tinvwl-rename-button {\n float: left;\n}\n.tinv-wishlist .wishlist-name .tinvwl-rename-button > i {\n margin-left: 10px;\n}\n.tinv-wishlist .wishlist-privacy, .tinv-wishlist table:not(.tinvwl-public) .wishlist-date {\n width: 18%;\n}\n.tinv-wishlist .wishlist-privacy select {\n width: 100%;\n}\n.tinv-wishlist .wishlist-name {\n width: 45%;\n}\n.tinv-wishlist .wishlist-action {\n width: 120px;\n text-align: center;\n}\n.tinv-wishlist .wishlist-action button[value=manage_remove] > i {\n display: none;\n margin-left: 0;\n}\n.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {\n display: inline-block;\n vertical-align: middle;\n}\n.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list > a.button {\n margin-left: 0;\n}\n.tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {\n margin-top: -10px;\n}\n.tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {\n float: right;\n width: 35%;\n margin-left: 2%;\n}\n.tinv-wishlist tfoot .tinvwl-to-right {\n float: right;\n width: 63%;\n text-align: left;\n}\n.tinv-wishlist tfoot .tinvwl-to-right > * {\n margin: 10px 0 0;\n vertical-align: middle;\n}\n.tinv-wishlist tfoot .tinvwl-to-right > * + * {\n margin-right: 10px;\n}\n.tinv-wishlist tfoot .tinvwl-to-left:empty + .tinvwl-to-right {\n width: 100%;\n}\n.tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {\n margin-top: 16px;\n}\n.tinv-wishlist .navigation-button {\n margin-top: -10px;\n}\n.tinv-wishlist .navigation-button > li {\n float: right;\n}\n.tinv-wishlist .navigation-button > li > .tinv-create-list > a, .tinv-wishlist .navigation-button > li > a {\n margin-left: 30px;\n margin-top: 10px;\n display: inline-block;\n}\n.tinv-wishlist .navigation-button > li > .tinv-create-list > a.button, .tinv-wishlist .navigation-button > li > a.button {\n margin-left: 10px;\n}\n.tinv-wishlist .navigation-button > li:last-child > .tinv-create-list > a, .tinv-wishlist .navigation-button > li:last-child > a {\n margin-left: 0;\n}\n.tinv-wishlist .social-buttons {\n text-align: left;\n}\n.tinv-wishlist .social-buttons > span, .tinv-wishlist .social-buttons > ul {\n display: inline-block;\n vertical-align: middle;\n}\n.tinv-wishlist .social-buttons > span {\n margin-left: 27px;\n}\n.tinv-wishlist .social-buttons li {\n float: right;\n margin: 0 0 0 5px;\n list-style: none;\n}\n.tinv-wishlist .social-buttons li:last-child {\n margin-left: 0;\n}\n.tinv-wishlist .social-buttons li a.social {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-line-pack: center;\n align-content: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n width: 2em;\n height: 2em;\n border-radius: 50%;\n text-align: center;\n -webkit-box-shadow: none;\n box-shadow: none;\n border: 0;\n font-size: 20px;\n text-decoration: none;\n text-transform: none !important;\n}\n.tinv-wishlist .social-buttons li a.social.white {\n color: #ffffff;\n}\n.tinv-wishlist .social-buttons li a.social.dark {\n color: #000000;\n}\n.tinv-wishlist .social-buttons li a.social i {\n line-height: 2em;\n}\n.tinv-wishlist .navigation-button .tinv-create-list > a.tinvwl-no-icon > i, .tinv-wishlist .navigation-button li > a.tinvwl-no-icon > i {\n display: none;\n}\n.tinv-wishlist .tinv-lists-nav {\n margin-top: 35px;\n margin-bottom: 35px;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n -ms-flex-direction: row;\n flex-direction: row;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n width: 100%;\n}\n.tinv-wishlist .tinv-lists-nav > * {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column;\n -ms-flex-preferred-size: 100%;\n flex-basis: 100%;\n -webkit-box-flex: 1;\n -ms-flex: 1;\n flex: 1;\n text-align: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n}\n.tinv-wishlist .tinv-lists-nav > span {\n font-weight: 700;\n}\n.tinv-wishlist .tinv-next {\n display: inline-block;\n float: right;\n}\n.tinv-wishlist .tinv-prev {\n display: inline-block;\n float: right;\n margin-left: 35px !important;\n}\n.tinv-wishlist .tinv-prev i {\n margin-right: 0;\n margin-left: 18px;\n}\n.tinv-wishlist .tinv-next i {\n margin-right: 18px;\n margin-left: 0;\n}\n\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .tinvwl-table-manage-lists:not(.tinvwl-public) {\n margin-top: 0;\n }\n .tinv-wishlist .tinvwl-table-manage-list .product-remove {\n display: none;\n }\n .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove] {\n display: inline-block;\n margin-top: 5px;\n }\n .tinv-wishlist .product-action {\n width: 60px;\n }\n}\n@media only screen and (max-width: 1024px) and (min-width: 769px) {\n .tinv-wishlist .tinvwl-table-manage-list td.product-stock p {\n display: block;\n text-align: center;\n }\n .tinv-wishlist .product-stock span {\n display: block;\n }\n .tinv-wishlist .tinvwl-table-manage-list td.product-stock i {\n margin-left: 0;\n }\n .tinv-wishlist .tinvwl-table-manage-list td.product-stock .tinvwl-txt {\n display: none;\n }\n .tinv-wishlist .product-thumbnail {\n max-width: 76px;\n width: 76px;\n }\n .tinv-wishlist .product-action .button > i {\n display: inline-block;\n margin-left: 0;\n }\n .tinv-wishlist .product-action .button .tinvwl-txt {\n display: none;\n }\n}\n@media only screen and (max-width: 1023px) {\n .tinv-wishlist .tinv-lists-nav a.tinv-prev > i, .tinv-wishlist .tinv-lists-nav a.tinv-next > i {\n margin: 0;\n }\n .tinv-wishlist .tinv-lists-nav a.tinv-prev > span, .tinv-wishlist .tinv-lists-nav a.tinv-next > span {\n display: none;\n }\n}\n@media only screen and (max-width: 768px) {\n .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {\n display: none;\n }\n .tinv-wishlist table.tinvwl-table-manage-lists thead th:not(.wishlist-name) {\n display: none;\n }\n .tinv-wishlist thead th .tinvwl-full {\n display: none;\n }\n .tinv-wishlist table.tinvwl-table-manage-list thead th.product-name, .tinv-wishlist table.tinvwl-table-manage-lists thead th.wishlist-name {\n display: block;\n width: 100%;\n text-align: center;\n }\n .tinv-wishlist table thead th .tinvwl-mobile {\n display: block;\n }\n .tinv-wishlist table.tinvwl-table-manage-list tbody td {\n display: block;\n width: 100% !important;\n text-align: center;\n }\n .tinv-wishlist table.tinvwl-table-manage-lists tbody td, .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td {\n display: block;\n width: 100% !important;\n text-align: center;\n }\n .tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child) {\n border-bottom: 0;\n }\n .tinv-wishlist table.tinvwl-table-manage-lists tbody td:not(:last-child), .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td:not(:last-child) {\n border-bottom: 0;\n }\n .tinv-wishlist .product-stock p {\n margin: 0 auto;\n }\n .tinv-wishlist .product-thumbnail img {\n margin: 0 auto;\n max-width: 80px;\n }\n .tinv-wishlist.woocommerce table .quantity .qty {\n text-align: center;\n width: 100%;\n }\n .tinv-wishlist .product-action .tinvwl_move_product_button {\n margin-top: 10px;\n }\n .tinv-wishlist table.tinvwl-table-manage-list tfoot td {\n display: block;\n width: 100%;\n }\n .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-action button[value=manage_remove] {\n width: 100%;\n }\n .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-name .tinvwl-rename-button {\n float: none;\n }\n}\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .wishlist-name .tinvwl-rename-button > i, .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {\n margin-left: 0;\n }\n .tinv-wishlist .wishlist-name .tinvwl-rename-button span {\n display: none;\n }\n .tinv-wishlist .wishlist-action {\n width: 60px;\n }\n .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {\n float: none;\n width: auto;\n }\n .tinv-wishlist tfoot .tinvwl-to-right {\n float: none;\n width: auto;\n text-align: right;\n }\n}\n@media only screen and (max-width: 1024px) and (min-width: 768px) {\n .tinv-wishlist .wishlist-action button[value=manage_remove] span {\n display: none;\n }\n .tinv-wishlist .wishlist-action button[value=manage_remove] > i {\n display: inline-block;\n }\n .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {\n margin-top: 0;\n }\n}\n@media only screen and (max-width: 768px) {\n .tinv-wishlist button[value=manage_apply] .tinvwl-mobile, .tinv-wishlist button[value=product_apply] .tinvwl-mobile {\n display: none;\n }\n .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {\n display: block;\n }\n .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button {\n width: 100%;\n margin: 10px 0 0;\n }\n .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button {\n width: 100%;\n margin: 10px 0 0;\n }\n .tinv-wishlist tfoot .tinvwl-to-right > * {\n margin: 10px 0 0;\n }\n .tinv-wishlist tfoot .tinvwl-to-right .button:first-child, .tinv-wishlist tfoot .tinvwl-to-right button:first-child {\n margin-top: 0 !important;\n }\n .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {\n margin-top: 20px;\n }\n}\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .social-buttons {\n float: none;\n width: auto;\n text-align: right;\n margin-top: 20px;\n }\n .tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {\n margin-top: 30px;\n }\n .tinv-wishlist .tinv-login form input[name=login] {\n min-width: auto;\n }\n}\n@media only screen and (max-width: 768px) {\n .tinv-wishlist .social-buttons {\n text-align: center;\n }\n .tinv-wishlist .social-buttons > span {\n display: block;\n margin-top: 0;\n margin-left: 0;\n margin-bottom: 5px;\n }\n}\n@media only screen and (max-width: 768px) {\n .tinv-wishlist.woocommerce .tinv-login form .form-row-first, .tinv-wishlist.woocommerce .tinv-login form .form-row-last {\n float: none;\n width: 100%;\n }\n .tinv-wishlist.woocommerce .tinv-login form .form-row-first {\n padding: 0;\n }\n .tinv-wishlist.woocommerce .tinv-login form .form-row-last {\n padding: 0;\n margin-top: 10px;\n }\n .tinv-wishlist.woocommerce .tinv-login form .tinvwl-input-group-btn {\n display: block;\n padding: 0;\n width: auto;\n margin-top: 10px;\n }\n}\n.tinv-overlay {\n width: 100%;\n height: 100%;\n visibility: hidden;\n opacity: 0;\n background: #191919;\n}\n\n.tinv-modal.tinv-modal-open .tinv-overlay {\n visibility: visible;\n opacity: 0.5;\n}\n\n.admin-bar .tinv-wishlist .tinv-modal {\n padding-top: 32px !important;\n}\n\n.tinv-wishlist .tinv-modal {\n overflow-y: auto;\n overflow-x: hidden;\n width: 0;\n height: 0;\n z-index: 9999;\n outline: 0 !important;\n -webkit-backface-visibility: hidden;\n visibility: hidden;\n opacity: 0;\n text-align: right;\n}\n.tinv-wishlist .tinv-modal .tinv-modal-inner {\n position: relative;\n margin: 0 auto;\n background-color: #fff;\n max-width: 360px;\n padding: 40px;\n}\n.tinv-wishlist .tinv-modal.tinv-modal-open {\n visibility: visible;\n opacity: 1;\n width: 100%;\n height: 100%;\n}\n.tinv-wishlist .tinv-modal .tinv-close-modal {\n display: inline-block;\n position: absolute;\n top: 17px;\n left: 14px;\n width: 26px;\n height: 26px;\n line-height: 26px;\n font-size: 12px;\n text-align: center;\n border-radius: 50%;\n border-bottom: 0;\n -webkit-box-shadow: none !important;\n box-shadow: none !important;\n background-color: #ebe9eb;\n}\n.tinv-wishlist .tinv-modal .icon_big_heart_check, .tinv-wishlist .tinv-modal .icon_big_times, .tinv-wishlist .tinv-modal img {\n display: block;\n margin: 0 auto;\n margin-bottom: 25px;\n opacity: 1 !important;\n}\n.tinv-wishlist .tinv-modal ul {\n overflow: visible;\n list-style: disc;\n margin: 10px 20px 0 0;\n}\n.tinv-wishlist .tinv-modal li {\n list-style: disc !important;\n}\n.tinv-wishlist .tinv-create-list .tinv-modal ul, .tinv-wishlist.tinv-create-list form ul {\n list-style: none !important;\n margin: 25px 0 0;\n}\n.tinv-wishlist .tinv-create-list .tinv-modal li, .tinv-wishlist.tinv-create-list form li {\n list-style: none !important;\n}\n.tinv-wishlist .tinv-modal .already-in {\n margin-bottom: 35px;\n}\n.tinv-wishlist .tinv-modal .delete-notification {\n margin-bottom: 25px;\n}\n.tinv-wishlist .tinv-modal .already-in ul {\n overflow: visible;\n margin: 12px 17px 27px 0;\n}\n.tinv-wishlist .tinv-modal select {\n width: 100%;\n}\n.tinv-wishlist .tinv-modal button + .button, .tinv-wishlist .tinv-modal button + button {\n margin-top: 12px;\n width: 100%;\n}\n.tinv-wishlist .tinv-modal input + button {\n margin-top: 12px;\n width: 100%;\n}\n.tinv-wishlist .tinv-modal label + button, .tinv-wishlist .tinv-modal label + input {\n margin-top: 12px;\n width: 100%;\n}\n.tinv-wishlist .tinv-modal select + button, .tinv-wishlist .tinv-modal select + input {\n margin-top: 12px;\n width: 100%;\n}\n\n@media screen and (max-width: 768px) {\n .admin-bar .tinv-wishlist .tinv-modal {\n padding-top: 46px !important;\n }\n}\n@media screen and (max-width: 600px) {\n .admin-bar .tinv-wishlist .tinv-modal {\n padding-top: 0 !important;\n }\n\n .tinv-wishlist .tinv-modal .tinv-close-modal {\n position: static;\n display: block;\n margin: 0 auto 20px;\n }\n}\n.tinv-wishlist .tinv-modal .already-in + label {\n display: block;\n margin-top: 6px;\n}\n.tinv-wishlist .tinv-modal label select {\n margin-top: 8px;\n}\n.tinv-wishlist .tinv-modal .delete-notification + button {\n width: 100%;\n}\n.tinv-wishlist .tinvwl_added_to_wishlist, .tinv-wishlist .tinvwl_created_wishlist {\n text-align: center;\n}\n.tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt {\n margin-bottom: 25px;\n}\n.tinv-wishlist .tinvwl_created_wishlist .tinv-txt {\n margin-bottom: 25px;\n}\n.tinv-wishlist .tinvwl_created_wishlist button {\n margin-top: 0;\n margin-bottom: 10px;\n}\n\n.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {\n margin-top: 0;\n margin-bottom: 10px;\n}\n\n.tinv-wishlist .tinv-modal .tinvwl-buttons-group {\n margin-top: 20px;\n}\n.tinv-wishlist .tinvwl-buttons-group button {\n width: 100%;\n}\n.tinv-wishlist .tinvwl-buttons-group button + button {\n margin-top: 7px;\n}\n.tinv-wishlist .tinvwl-buttons-group button i {\n position: relative;\n}\n.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times {\n font-size: 20px;\n top: 0;\n vertical-align: initial;\n}\n.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {\n position: relative;\n top: 3px;\n}\n.tinv-wishlist .tinvwl-buttons-group + button {\n width: 100%;\n margin-top: 7px;\n}\n.tinv-wishlist .tinv-modal h2 {\n text-align: center;\n margin: 0 0 35px;\n}\n.tinv-wishlist .tinv-create-list .tinv-modal-inner {\n max-width: 778px;\n padding: 30px;\n}\n.tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group), .tinv-wishlist .tinvwl-input-group.tinvwl-has-error .form-control {\n border: 2px solid #FF0000;\n}\n.tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group) {\n border: 2px solid #FF0000;\n}\n.tinv-wishlist .tinvwl-has-error + .tinvwl-error {\n padding: 5px 5px 0 0;\n color: #FF0000;\n}\n\n@media only screen and (max-width: 768px) {\n .navigation-button, .social-buttons, .tinv-lists-nav {\n margin-right: 12px;\n margin-left: 12px;\n }\n}\n.tinvwl-tooltip {\n display: none;\n}\n\n.tinvwl-input-group {\n position: relative;\n display: table;\n border-collapse: separate;\n}\n.tinvwl-input-group .form-control {\n position: relative;\n z-index: 1;\n float: right;\n height: 38px;\n width: 100%;\n margin: 0;\n}\n.tinvwl-input-group .form-control + .tinvwl-input-group-btn {\n padding-right: 15px;\n}\n\n.tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control + .tinvwl-input-group-btn {\n padding-right: 10px;\n}\n.tinv-wishlist .tinv-search-form .tinvwl-input-group .form-control + .tinvwl-input-group-btn {\n padding-right: 9px;\n}\n\n.tinvwl-input-group .form-control, .tinvwl-input-group-addon, .tinvwl-input-group-btn {\n display: table-cell;\n}\n\n.tinvwl-input-group-addon, .tinvwl-input-group-btn {\n width: 1%;\n white-space: nowrap;\n vertical-align: top;\n}\n\n@media only screen and (max-width: 768px) {\n .tinvwl-input-group {\n width: 100%;\n }\n}\n@media only screen and (max-width: 768px) {\n .tinvwl-input-group:not(.tinvwl-no-full) {\n display: block;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {\n display: block;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control {\n float: none;\n }\n\n .tinv-wishlist .tinv-search-form .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {\n padding-top: 10px;\n padding-right: 0;\n }\n\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {\n padding-top: 10px;\n padding-right: 0;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon {\n width: 100%;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > button, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > input {\n width: 100%;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {\n width: 100%;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > button, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > input {\n width: 100%;\n }\n}\n.tinv-table {\n display: table;\n width: 100%;\n height: 100%;\n}\n\n.tinv-cell {\n display: table-cell;\n vertical-align: middle;\n}\n\n.tinv-wishlist .tinv-wishlist-clear {\n visibility: visible;\n width: auto;\n height: auto;\n}\n\n.tinv-wishlist-clear:before {\n content: \"\";\n display: table;\n}\n.tinv-wishlist-clear:after {\n content: \"\";\n display: table;\n clear: both;\n}\n\n.icon_big_heart_check {\n display: inline-block;\n width: 46px;\n height: 46px;\n font-family: tinvwl-webfont !important;\n speak: none;\n font-style: normal;\n font-weight: 400;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 60px;\n}\n\n.icon_big_times {\n display: inline-block;\n width: 46px;\n height: 46px;\n font-family: tinvwl-webfont !important;\n speak: none;\n font-style: normal;\n font-weight: 400;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 60px;\n}\n.icon_big_times::before {\n content: \"\";\n top: -7px;\n right: -7px;\n position: relative;\n}\n\n.icon_big_heart_check::before {\n content: \"\";\n top: -7px;\n right: -7px;\n position: relative;\n}\n\n.tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist, .tinvwl_add_to_wishlist_button.disabled-add-wishlist {\n opacity: 0.5 !important;\n cursor: not-allowed;\n}\n\n.empty-name-wishlist {\n border-color: #FF0000 !important;\n}\n\n.tinvwl_remove_from_wishlist-text, .tinvwl_already_on_wishlist-text {\n display: none !important;\n}\n\n.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_remove_from_wishlist-text, .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_already_on_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_remove_from_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_already_on_wishlist-text {\n display: inline !important;\n}\n.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_add_to_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_add_to_wishlist-text {\n display: none !important;\n}\n\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .tinvwl-table-manage-list .product-remove {\n display: table-cell;\n }\n}\n@media only screen and (max-width: 768px) {\n .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {\n display: block;\n }\n}\n.tooltipped {\n position: relative;\n}\n\n.tooltipped::after {\n position: absolute;\n z-index: 1000000;\n display: none;\n padding: 0.5em 0.75em;\n font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n -webkit-font-smoothing: subpixel-antialiased;\n color: #fff;\n text-align: center;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-wrap: break-word;\n white-space: pre;\n pointer-events: none;\n content: attr(aria-label);\n background: #1b1f23;\n border-radius: 3px;\n opacity: 0;\n}\n\n.tooltipped::before {\n position: absolute;\n z-index: 1000001;\n display: none;\n width: 0;\n height: 0;\n color: #1b1f23;\n pointer-events: none;\n content: \"\";\n border: 6px solid transparent;\n opacity: 0;\n}\n\n@-webkit-keyframes tooltip-appear {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n\n@keyframes tooltip-appear {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n.tooltipped:hover::before, .tooltipped:hover::after,\n.tooltipped:active::before,\n.tooltipped:active::after,\n.tooltipped:focus::before,\n.tooltipped:focus::after {\n display: inline-block;\n text-decoration: none;\n -webkit-animation-name: tooltip-appear;\n animation-name: tooltip-appear;\n -webkit-animation-duration: 0.1s;\n animation-duration: 0.1s;\n -webkit-animation-fill-mode: forwards;\n animation-fill-mode: forwards;\n -webkit-animation-timing-function: ease-in;\n animation-timing-function: ease-in;\n -webkit-animation-delay: 0.4s;\n animation-delay: 0.4s;\n}\n\n.tooltipped-no-delay:hover::before, .tooltipped-no-delay:hover::after,\n.tooltipped-no-delay:active::before,\n.tooltipped-no-delay:active::after,\n.tooltipped-no-delay:focus::before,\n.tooltipped-no-delay:focus::after {\n -webkit-animation-delay: 0s;\n animation-delay: 0s;\n}\n\n.tooltipped-multiline:hover::after,\n.tooltipped-multiline:active::after,\n.tooltipped-multiline:focus::after {\n display: table-cell;\n}\n\n.tooltipped-s::after,\n.tooltipped-se::after,\n.tooltipped-sw::after {\n top: 100%;\n left: 50%;\n margin-top: 6px;\n}\n.tooltipped-s::before,\n.tooltipped-se::before,\n.tooltipped-sw::before {\n top: auto;\n left: 50%;\n bottom: -7px;\n margin-left: -6px;\n border-bottom-color: #1b1f23;\n}\n\n.tooltipped-se::after {\n left: auto;\n right: 50%;\n margin-right: -16px;\n}\n\n.tooltipped-sw::after {\n margin-left: -16px;\n}\n\n.tooltipped-n::after,\n.tooltipped-ne::after,\n.tooltipped-nw::after {\n left: 50%;\n bottom: 100%;\n margin-bottom: 6px;\n}\n.tooltipped-n::before,\n.tooltipped-ne::before,\n.tooltipped-nw::before {\n top: -7px;\n left: 50%;\n bottom: auto;\n margin-left: -6px;\n border-top-color: #1b1f23;\n}\n\n.tooltipped-ne::after {\n left: auto;\n right: 50%;\n margin-right: -16px;\n}\n\n.tooltipped-nw::after {\n margin-left: -16px;\n}\n\n.tooltipped-s::after,\n.tooltipped-n::after {\n -webkit-transform: translateX(-50%);\n transform: translateX(-50%);\n}\n\n.tooltipped-w::after {\n left: 100%;\n bottom: 50%;\n margin-left: 6px;\n -webkit-transform: translateY(50%);\n transform: translateY(50%);\n}\n.tooltipped-w::before {\n top: 50%;\n bottom: 50%;\n right: -7px;\n margin-top: -6px;\n border-right-color: #1b1f23;\n}\n\n.tooltipped-e::after {\n bottom: 50%;\n right: 100%;\n margin-right: 6px;\n -webkit-transform: translateY(50%);\n transform: translateY(50%);\n}\n.tooltipped-e::before {\n top: 50%;\n left: -7px;\n bottom: 50%;\n margin-top: -6px;\n border-left-color: #1b1f23;\n}\n\n.tooltipped-align-right-1::after,\n.tooltipped-align-right-2::after {\n left: 0;\n margin-left: 0;\n}\n\n.tooltipped-align-right-1::before {\n left: 10px;\n}\n\n.tooltipped-align-right-2::before {\n left: 15px;\n}\n\n.tooltipped-align-left-1::after,\n.tooltipped-align-left-2::after {\n right: 0;\n margin-right: 0;\n}\n\n.tooltipped-align-left-1::before {\n right: 5px;\n}\n\n.tooltipped-align-left-2::before {\n right: 10px;\n}\n\n.tooltipped-multiline::after {\n width: -webkit-max-content;\n width: -moz-max-content;\n width: max-content;\n max-width: 250px;\n word-wrap: break-word;\n white-space: pre-line;\n border-collapse: separate;\n}\n.tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after {\n left: auto;\n right: 50%;\n -webkit-transform: translateX(50%);\n transform: translateX(50%);\n}\n.tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after {\n left: 100%;\n}\n\n@media screen and (min-width: 0 \\0 ) {\n .tooltipped-multiline::after {\n width: 250px;\n }\n}\n.tooltipped-sticky::before, .tooltipped-sticky::after {\n display: inline-block;\n}\n.tooltipped-sticky.tooltipped-multiline::after {\n display: table-cell;\n}\n\n.tinvwl-table-manage-list .component_table_item_price:before {\n font-family: \"FontAwesomeCP\";\n font-size: 1rem;\n display: inline-block;\n -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";\n -webkit-transform: rotate(-90deg);\n transform: rotate(-90deg);\n content: \"\";\n margin: 0 3px 0 12px;\n opacity: 0.25;\n}\n\n.wishlist-icon {\n position: relative;\n}\n\n.wishlist-popup {\n opacity: 0;\n max-height: 0;\n position: absolute;\n overflow: hidden;\n padding: 5px;\n margin-top: -10px;\n border-radius: 5px;\n line-height: 1.3;\n text-align: center;\n font-size: 0.9em;\n top: 100%;\n background-color: rgba(0, 0, 0, 0.8);\n left: 0;\n color: #FFF;\n -webkit-transition: opacity 0.3s, max-height 0.3s;\n transition: opacity 0.3s, max-height 0.3s;\n -webkit-transition-delay: 0.3s;\n transition-delay: 0.3s;\n}\n\n.wishlist-popup:after {\n bottom: 100%;\n left: 10px;\n border: solid transparent;\n content: \" \";\n height: 0;\n width: 0;\n position: absolute;\n pointer-events: none;\n border-color: rgba(136, 183, 213, 0);\n border-bottom-color: rgba(0, 0, 0, 0.8);\n border-width: 10px;\n margin-right: -10px;\n}\n\n.wishlist-icon:hover .wishlist-popup {\n opacity: 1;\n max-height: 200px;\n overflow-y: auto;\n}\n\n.wishlist-popup a {\n color: #ccc;\n display: block;\n}\n\n.wishlist-popup a:hover {\n color: #FFF;\n}\n\n.wishlist-icon.added:after {\n background-color: red;\n -webkit-transform: translateY(-3px);\n transform: translateY(-3px);\n}\n\n.wishlist-popup .ajax-loading,\n.wishlist-popup .feedback {\n display: none !important;\n}\n\n.wishlist-title {\n margin-bottom: 20px;\n}"]}
assets/css/public-rtl.min.css CHANGED
@@ -1,6 +1,6 @@
1
  /**
2
  * TI WooCommerce Wishlist Plugin - Allow your store guests and customers to add products to Wishlist. Add Wishlist functionality to your store for free.
3
- * @version 1.26.1
4
  * @link https://wordpress.org/plugins/ti-woocommerce-wishlist/
5
  */
6
  .tinv-wishlist form,.tinv-wishlist p:last-child,.tinv-wishlist table{margin-bottom:0}
@@ -11,18 +11,18 @@
11
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{margin-top:-10px;margin-right:-10px}
12
  .woocommerce.tinv-wishlist #respond input#submit.alt,.woocommerce.tinv-wishlist a.button.alt,.woocommerce.tinv-wishlist button.button.alt,.woocommerce.tinv-wishlist input.button.alt{text-align:center}
13
  .tinv-wishlist .button i,.tinv-wishlist .navigation-button a i{margin-left:6px}
14
- .tinv-wishlist input[type="button"] i,.tinv-wishlist input[type="reset"] i,.tinv-wishlist input[type="submit"] i{margin-left:6px}
15
  .tinv-wishlist a.tinv-close-modal i{margin-left:0}
16
  a.wishlist_products_counter{text-decoration:none}
17
- .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,a.wishlist_products_counter.top_wishlist-heart:before,span.wishlist_products_counter.top_wishlist-heart:before,a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before{content:'\e909';display:inline-block;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;vertical-align:sub;margin-left:5px}
18
- .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,a.wishlist_products_counter.top_wishlist-heart-plus:before,span.wishlist_products_counter.top_wishlist-heart-plus:before,a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before{content:'\e906';display:inline-block;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;vertical-align:sub;margin-left:5px}
19
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{position:relative;width:36px;height:36px;vertical-align:sub}
20
  a.wishlist_products_counter.top_wishlist-heart-plus.no-txt,span.wishlist_products_counter.top_wishlist-heart-plus.no-txt{position:relative;width:36px;height:36px;vertical-align:sub}
21
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{position:absolute;top:50%;right:50%;margin-left:0}
22
  .tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{padding-right:1em;vertical-align:bottom}
23
- .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before{content:'\e908'}
24
- .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before,span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before{content:'\e908'}
25
- .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart-plus.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,a.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before,span.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before{content:'\e907'}
26
  .tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before,a.wishlist_products_counter.top_wishlist-white:before,span.wishlist_products_counter.top_wishlist-white:before{color:#FFF}
27
  .tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before,a.wishlist_products_counter.top_wishlist-black:before,span.wishlist_products_counter.top_wishlist-black:before{color:#000}
28
  .tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button{margin-bottom:15px}
@@ -163,8 +163,8 @@ ul.products li.product .tinvwl_add_to_wishlist_button{margin-top:1em}
163
  .tinv-wishlist-clear:after{content:"";display:table;clear:both}
164
  .icon_big_heart_check{display:inline-block;width:46px;height:46px;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px}
165
  .icon_big_times{display:inline-block;width:46px;height:46px;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px}
166
- .icon_big_times::before{content:"\e904";top:-7px;right:-7px;position:relative}
167
- .icon_big_heart_check::before{content:"\e90a";top:-7px;right:-7px;position:relative}
168
  .tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist,.tinvwl_add_to_wishlist_button.disabled-add-wishlist{opacity:.5 !important;cursor:not-allowed}
169
  .empty-name-wishlist{border-color:#f00 !important}
170
  .tinvwl_remove_from_wishlist-text,.tinvwl_already_on_wishlist-text{display:none !important}
@@ -200,7 +200,7 @@ ul.products li.product .tinvwl_add_to_wishlist_button{margin-top:1em}
200
  .tooltipped-multiline.tooltipped-w::after,.tooltipped-multiline.tooltipped-e::after{left:100%}
201
  .tooltipped-sticky::before,.tooltipped-sticky::after{display:inline-block}
202
  .tooltipped-sticky.tooltipped-multiline::after{display:table-cell}
203
- .tinvwl-table-manage-list .component_table_item_price:before{font-family:'FontAwesomeCP';font-size:1rem;display:inline-block;-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(-90deg);transform:rotate(-90deg);content:"\e811";margin:0 3px 0 12px;opacity:.25}
204
  .wishlist-icon{position:relative}
205
  .wishlist-popup{opacity:0;max-height:0;position:absolute;overflow:hidden;padding:5px;margin-top:-10px;border-radius:5px;line-height:1.3;text-align:center;font-size:.9em;top:100%;background-color:rgba(0,0,0,0.8);left:0;color:#FFF;-webkit-transition:opacity .3s,max-height .3s;transition:opacity .3s,max-height .3s;-webkit-transition-delay:.3s;transition-delay:.3s}
206
  .wishlist-popup:after{bottom:100%;left:10px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136,183,213,0);border-bottom-color:rgba(0,0,0,0.8);border-width:10px;margin-right:-10px}
@@ -218,8 +218,8 @@ ul.products li.product .tinvwl_add_to_wishlist_button{margin-top:1em}
218
  .tinv-wishlist .product-thumbnail{max-width:76px;width:76px}
219
  .tinv-wishlist .product-action .button>i{display:inline-block;margin-left:0}
220
  .tinv-wishlist .product-action .button .tinvwl-txt{display:none}
221
- }@media only screen and (max-width:1024px) and (min-width:768px){.tinv-wishlist .wishlist-action button[value="manage_remove"] span{display:none}
222
- .tinv-wishlist .wishlist-action button[value="manage_remove"]>i{display:inline-block}
223
  .tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right{margin-top:0}
224
  }@media only screen and (max-width:1024px){.tinv-wishlist .tinvwl-table-manage-lists:not(.tinvwl-public){margin-top:0}
225
  .tinv-wishlist .tinvwl-table-manage-list .product-remove{display:none}
@@ -252,7 +252,7 @@ ul.products li.product .tinvwl_add_to_wishlist_button{margin-top:1em}
252
  .tinv-wishlist table.tinvwl-table-manage-list tfoot td{display:block;width:100%}
253
  .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-action button[value=manage_remove]{width:100%}
254
  .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-name .tinvwl-rename-button{float:none}
255
- .tinv-wishlist button[value="manage_apply"] .tinvwl-mobile,.tinv-wishlist button[value="product_apply"] .tinvwl-mobile{display:none}
256
  .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list{display:block}
257
  .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button,.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button{width:100%;margin:10px 0 0}
258
  .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button,.tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button{width:100%;margin:10px 0 0}
1
  /**
2
  * TI WooCommerce Wishlist Plugin - Allow your store guests and customers to add products to Wishlist. Add Wishlist functionality to your store for free.
3
+ * @version 1.27.0
4
  * @link https://wordpress.org/plugins/ti-woocommerce-wishlist/
5
  */
6
  .tinv-wishlist form,.tinv-wishlist p:last-child,.tinv-wishlist table{margin-bottom:0}
11
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{margin-top:-10px;margin-right:-10px}
12
  .woocommerce.tinv-wishlist #respond input#submit.alt,.woocommerce.tinv-wishlist a.button.alt,.woocommerce.tinv-wishlist button.button.alt,.woocommerce.tinv-wishlist input.button.alt{text-align:center}
13
  .tinv-wishlist .button i,.tinv-wishlist .navigation-button a i{margin-left:6px}
14
+ .tinv-wishlist input[type=button] i,.tinv-wishlist input[type=reset] i,.tinv-wishlist input[type=submit] i{margin-left:6px}
15
  .tinv-wishlist a.tinv-close-modal i{margin-left:0}
16
  a.wishlist_products_counter{text-decoration:none}
17
+ .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,a.wishlist_products_counter.top_wishlist-heart:before,span.wishlist_products_counter.top_wishlist-heart:before,a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before{content:"";display:inline-block;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;vertical-align:sub;margin-left:5px}
18
+ .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,a.wishlist_products_counter.top_wishlist-heart-plus:before,span.wishlist_products_counter.top_wishlist-heart-plus:before,a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before{content:"";display:inline-block;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;vertical-align:sub;margin-left:5px}
19
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{position:relative;width:36px;height:36px;vertical-align:sub}
20
  a.wishlist_products_counter.top_wishlist-heart-plus.no-txt,span.wishlist_products_counter.top_wishlist-heart-plus.no-txt{position:relative;width:36px;height:36px;vertical-align:sub}
21
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{position:absolute;top:50%;right:50%;margin-left:0}
22
  .tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{padding-right:1em;vertical-align:bottom}
23
+ .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before{content:""}
24
+ .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before,span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before{content:""}
25
+ .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart-plus.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,a.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before,span.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before{content:""}
26
  .tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before,a.wishlist_products_counter.top_wishlist-white:before,span.wishlist_products_counter.top_wishlist-white:before{color:#FFF}
27
  .tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before,a.wishlist_products_counter.top_wishlist-black:before,span.wishlist_products_counter.top_wishlist-black:before{color:#000}
28
  .tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button{margin-bottom:15px}
163
  .tinv-wishlist-clear:after{content:"";display:table;clear:both}
164
  .icon_big_heart_check{display:inline-block;width:46px;height:46px;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px}
165
  .icon_big_times{display:inline-block;width:46px;height:46px;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px}
166
+ .icon_big_times::before{content:"";top:-7px;right:-7px;position:relative}
167
+ .icon_big_heart_check::before{content:"";top:-7px;right:-7px;position:relative}
168
  .tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist,.tinvwl_add_to_wishlist_button.disabled-add-wishlist{opacity:.5 !important;cursor:not-allowed}
169
  .empty-name-wishlist{border-color:#f00 !important}
170
  .tinvwl_remove_from_wishlist-text,.tinvwl_already_on_wishlist-text{display:none !important}
200
  .tooltipped-multiline.tooltipped-w::after,.tooltipped-multiline.tooltipped-e::after{left:100%}
201
  .tooltipped-sticky::before,.tooltipped-sticky::after{display:inline-block}
202
  .tooltipped-sticky.tooltipped-multiline::after{display:table-cell}
203
+ .tinvwl-table-manage-list .component_table_item_price:before{font-family:"FontAwesomeCP";font-size:1rem;display:inline-block;-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(-90deg);transform:rotate(-90deg);content:"";margin:0 3px 0 12px;opacity:.25}
204
  .wishlist-icon{position:relative}
205
  .wishlist-popup{opacity:0;max-height:0;position:absolute;overflow:hidden;padding:5px;margin-top:-10px;border-radius:5px;line-height:1.3;text-align:center;font-size:.9em;top:100%;background-color:rgba(0,0,0,0.8);left:0;color:#FFF;-webkit-transition:opacity .3s,max-height .3s;transition:opacity .3s,max-height .3s;-webkit-transition-delay:.3s;transition-delay:.3s}
206
  .wishlist-popup:after{bottom:100%;left:10px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136,183,213,0);border-bottom-color:rgba(0,0,0,0.8);border-width:10px;margin-right:-10px}
218
  .tinv-wishlist .product-thumbnail{max-width:76px;width:76px}
219
  .tinv-wishlist .product-action .button>i{display:inline-block;margin-left:0}
220
  .tinv-wishlist .product-action .button .tinvwl-txt{display:none}
221
+ }@media only screen and (max-width:1024px) and (min-width:768px){.tinv-wishlist .wishlist-action button[value=manage_remove] span{display:none}
222
+ .tinv-wishlist .wishlist-action button[value=manage_remove]>i{display:inline-block}
223
  .tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right{margin-top:0}
224
  }@media only screen and (max-width:1024px){.tinv-wishlist .tinvwl-table-manage-lists:not(.tinvwl-public){margin-top:0}
225
  .tinv-wishlist .tinvwl-table-manage-list .product-remove{display:none}
252
  .tinv-wishlist table.tinvwl-table-manage-list tfoot td{display:block;width:100%}
253
  .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-action button[value=manage_remove]{width:100%}
254
  .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-name .tinvwl-rename-button{float:none}
255
+ .tinv-wishlist button[value=manage_apply] .tinvwl-mobile,.tinv-wishlist button[value=product_apply] .tinvwl-mobile{display:none}
256
  .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list{display:block}
257
  .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button,.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button{width:100%;margin:10px 0 0}
258
  .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button,.tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button{width:100%;margin:10px 0 0}
assets/css/public.css CHANGED
@@ -1,46 +1,54 @@
 
1
  /*------------------------------------*
2
  $WEBFONT
3
  *------------------------------------*/
4
  .tinv-wishlist form, .tinv-wishlist p:last-child, .tinv-wishlist table {
5
- margin-bottom: 0; }
 
6
 
7
  .tinv-wishlist * {
8
  -webkit-box-sizing: border-box;
9
- box-sizing: border-box; }
 
10
 
11
  .tinvwl-wishlist :after, .tinvwl-wishlist :before {
12
  -webkit-box-sizing: border-box;
13
- box-sizing: border-box; }
 
14
 
15
  .tinv-wishlist select {
16
- width: 140px; }
17
-
18
  .tinv-wishlist ul {
19
  list-style: none;
20
  margin: 0;
21
- padding: 0; }
22
-
23
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
24
  margin-top: -10px;
25
- margin-left: -10px; }
 
26
 
27
  .woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {
28
- text-align: center; }
 
29
 
30
  .tinv-wishlist .button i, .tinv-wishlist .navigation-button a i {
31
- margin-right: 6px; }
32
-
33
- .tinv-wishlist input[type="button"] i, .tinv-wishlist input[type="reset"] i, .tinv-wishlist input[type="submit"] i {
34
- margin-right: 6px; }
35
-
36
  .tinv-wishlist a.tinv-close-modal i {
37
- margin-right: 0; }
 
38
 
39
  a.wishlist_products_counter {
40
- text-decoration: none; }
 
41
 
42
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
43
- content: '\e909';
44
  display: inline-block;
45
  font-family: tinvwl-webfont !important;
46
  speak: none;
@@ -53,10 +61,11 @@ a.wishlist_products_counter {
53
  -moz-osx-font-smoothing: grayscale;
54
  font-size: 20px;
55
  vertical-align: sub;
56
- margin-right: 5px; }
 
57
 
58
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, a.wishlist_products_counter.top_wishlist-heart-plus:before, span.wishlist_products_counter.top_wishlist-heart-plus:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before {
59
- content: '\e906';
60
  display: inline-block;
61
  font-family: tinvwl-webfont !important;
62
  speak: none;
@@ -69,63 +78,75 @@ a.wishlist_products_counter {
69
  -moz-osx-font-smoothing: grayscale;
70
  font-size: 20px;
71
  vertical-align: sub;
72
- margin-right: 5px; }
 
73
 
74
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
75
  position: relative;
76
  width: 36px;
77
  height: 36px;
78
- vertical-align: sub; }
 
79
 
80
  a.wishlist_products_counter.top_wishlist-heart-plus.no-txt, span.wishlist_products_counter.top_wishlist-heart-plus.no-txt {
81
  position: relative;
82
  width: 36px;
83
  height: 36px;
84
- vertical-align: sub; }
 
85
 
86
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
87
  position: absolute;
88
  top: 50%;
89
  left: 50%;
90
- margin-right: 0; }
91
-
92
  .tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
93
  padding-left: 1em;
94
- vertical-align: bottom; }
95
-
96
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
97
- content: '\e908'; }
 
98
 
99
  .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before, span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {
100
- content: '\e908'; }
 
101
 
102
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart-plus.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, a.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before, span.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before {
103
- content: '\e907'; }
 
104
 
105
  .tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before, a.wishlist_products_counter.top_wishlist-white:before, span.wishlist_products_counter.top_wishlist-white:before {
106
- color: #FFF; }
 
107
 
108
  .tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before, a.wishlist_products_counter.top_wishlist-black:before, span.wishlist_products_counter.top_wishlist-black:before {
109
- color: #000; }
 
110
 
111
  .tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {
112
- margin-bottom: 15px; }
113
-
114
  .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
115
- margin-top: 15px; }
116
-
117
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
118
  padding: 10px 11px;
119
- line-height: 1; }
 
120
 
121
  .wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button {
122
- margin: 0; }
123
- .wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button::before {
124
- display: none; }
 
 
125
 
126
  a.wishlist_products_counter.top_wishlist-custom.no-txt, span.wishlist_products_counter.top_wishlist-custom.no-txt {
127
  padding: 10px 11px;
128
- line-height: 1; }
 
129
 
130
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img, a.wishlist_products_counter.top_wishlist-custom img, span.wishlist_products_counter.top_wishlist-custom img {
131
  display: inline-block !important;
@@ -134,16 +155,20 @@ a.wishlist_products_counter.top_wishlist-custom.no-txt, span.wishlist_products_c
134
  max-width: 16px;
135
  max-height: 16px;
136
  margin-bottom: 0;
137
- margin: 0 6px 0 0 !important; }
 
138
 
139
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img, a.wishlist_products_counter.top_wishlist-custom.no-txt img, span.wishlist_products_counter.top_wishlist-custom.no-txt img {
140
- margin-right: 0 !important; }
 
141
 
142
  .single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button, div.product form.cart .tinvwl_add_to_wishlist_button {
143
- float: none; }
 
144
 
145
  ul.products li.product .tinvwl_add_to_wishlist_button {
146
- margin-top: 1em; }
 
147
 
148
  .tinvwl_add_to_wishlist_button {
149
  display: inline-block;
@@ -151,76 +176,85 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
151
  -webkit-transition: opacity 1s;
152
  transition: opacity 1s;
153
  opacity: 1;
154
- visibility: visible; }
 
155
 
156
  .tinv-wishlist.woocommerce .stock.in-stock:before {
157
- content: none; }
 
158
 
159
  .tinv-wraper.tinv-wishlist {
160
- font-size: 100%; }
161
- .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
162
- position: absolute;
163
- z-index: 10;
164
- margin: 0;
165
- top: 10px;
166
- left: 10px; }
167
- .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button {
168
- margin-top: 0; }
 
 
 
169
 
170
  .tinv-create-list li input[type=radio] {
171
- margin-right: 10px; }
172
-
173
  .tinv-create-list li + li {
174
- margin-top: 15px; }
175
-
176
  .tinv-create-list .tinvwl-input-group + ul {
177
- margin-top: 25px; }
 
178
 
179
  .tinv-search-list {
180
- margin-bottom: 36px; }
 
181
 
182
  .tinv-wishlist .tinv-header {
183
- margin-bottom: 30px; }
184
-
185
  .tinv-wishlist table {
186
  position: relative;
187
  table-layout: auto;
188
- margin-bottom: 30px; }
 
189
 
190
  .tinv-overlay {
191
  top: 0;
192
  left: 0;
193
  position: fixed;
194
- -webkit-transition: opacity .3s ease, visibility .3s ease;
195
- transition: opacity .3s ease, visibility .3s ease; }
 
196
 
197
  .tinv-wishlist .tinv-modal {
198
  top: 0;
199
  left: 0;
200
  position: fixed;
201
- -webkit-transition: opacity .3s ease, visibility .3s ease;
202
- transition: opacity .3s ease, visibility .3s ease; }
203
-
204
  .tinv-wishlist table.tinvwl-table-manage-list {
205
  margin-bottom: 27px;
206
- width: 100%; }
207
-
208
  .tinv-wishlist table input[type=checkbox] {
209
- margin-right: 0; }
210
-
211
  .tinv-wishlist table td, .tinv-wishlist table th {
212
  padding: 1em;
213
- vertical-align: middle; }
214
-
215
  .tinv-wishlist .tinvwl-table-manage-list .product-cb {
216
  width: 35px;
217
- text-align: center; }
218
-
219
  .tinv-wishlist .tinvwl-table-manage-list .product-remove {
220
  width: 35px;
221
  text-align: center;
222
- padding: 1em .5em; }
223
-
224
  .tinv-wishlist .product-remove button {
225
  display: -webkit-box;
226
  display: -ms-flexbox;
@@ -243,166 +277,187 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
243
  font-size: 20px;
244
  padding-left: 1px;
245
  padding-top: 3px;
246
- min-height: 0; }
247
-
248
  .tinv-wishlist .product-thumbnail {
249
  min-width: 100px;
250
  max-width: 100%;
251
- width: 100px; }
252
- .tinv-wishlist .product-thumbnail .wp-post-image {
253
- margin-bottom: 0; }
254
-
 
255
  .tinv-wishlist td.product-name a + .variation {
256
- margin-top: 2px; }
257
-
258
  .tinv-wishlist .product-stock i {
259
- margin-right: 15px; }
260
-
261
  .tinv-wishlist .product-stock p {
262
- display: table; }
263
- .tinv-wishlist .product-stock p.stock::before {
264
- display: none; }
265
-
 
266
  .tinv-wishlist .product-stock span {
267
  display: table-cell;
268
- vertical-align: middle; }
269
-
270
  .tinv-wishlist .product-action > .button > i, .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove], .tinv-wishlist table thead th .tinvwl-mobile {
271
- display: none; }
272
-
273
  .tinv-wishlist.woocommerce .product-quantity {
274
  width: 80px;
275
- text-align: center; }
276
-
277
  .tinv-wishlist.woocommerce table .quantity .qty {
278
  max-width: 100%;
279
  width: 62px;
280
- text-align: left; }
281
-
282
  .tinv-wishlist .product-action {
283
  width: 135px;
284
- text-align: center; }
285
- .tinv-wishlist .product-action .button {
286
- width: 100%; }
287
- .tinv-wishlist .product-action .tinvwl_move_product_button {
288
- margin-top: 5px; }
289
-
 
 
290
  .tinv-wishlist .tinvwl-table-manage-list .product-action > button[name=tinvwl-remove] > i {
291
- margin-right: 0; }
292
-
293
  .tinv-wishlist .wishlist-cb {
294
  width: 33px;
295
- text-align: center; }
296
-
297
  .tinv-wishlist .wishlist-name .tinvwl-rename-input input {
298
- width: 100%; }
299
-
300
  .tinv-wishlist .wishlist-name .tinvwl-rename-button {
301
- float: right; }
302
- .tinv-wishlist .wishlist-name .tinvwl-rename-button > i {
303
- margin-right: 10px; }
304
-
 
305
  .tinv-wishlist .wishlist-privacy, .tinv-wishlist table:not(.tinvwl-public) .wishlist-date {
306
- width: 18%; }
307
-
308
  .tinv-wishlist .wishlist-privacy select {
309
- width: 100%; }
310
-
311
  .tinv-wishlist .wishlist-name {
312
- width: 45%; }
313
-
314
  .tinv-wishlist .wishlist-action {
315
  width: 120px;
316
- text-align: center; }
317
- .tinv-wishlist .wishlist-action button[value=manage_remove] > i {
318
- display: none;
319
- margin-right: 0; }
320
-
 
321
  .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {
322
  display: inline-block;
323
- vertical-align: middle; }
324
- .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list > a.button {
325
- margin-right: 0; }
326
-
 
327
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
328
- margin-top: -10px; }
329
-
330
  .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
331
  float: left;
332
  width: 35%;
333
- margin-right: 2%; }
334
-
335
  .tinv-wishlist tfoot .tinvwl-to-right {
336
  float: left;
337
  width: 63%;
338
- text-align: right; }
339
- .tinv-wishlist tfoot .tinvwl-to-right > * {
340
- margin: 10px 0 0;
341
- vertical-align: middle; }
342
- .tinv-wishlist tfoot .tinvwl-to-right > * + * {
343
- margin-left: 10px; }
344
-
 
 
345
  .tinv-wishlist tfoot .tinvwl-to-left:empty + .tinvwl-to-right {
346
- width: 100%; }
347
-
348
  .tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {
349
- margin-top: 16px; }
350
-
351
  .tinv-wishlist .navigation-button {
352
- margin-top: -10px; }
353
- .tinv-wishlist .navigation-button > li {
354
- float: left; }
355
- .tinv-wishlist .navigation-button > li > .tinv-create-list > a, .tinv-wishlist .navigation-button > li > a {
356
- margin-right: 30px;
357
- margin-top: 10px;
358
- display: inline-block; }
359
- .tinv-wishlist .navigation-button > li > .tinv-create-list > a.button, .tinv-wishlist .navigation-button > li > a.button {
360
- margin-right: 10px; }
361
- .tinv-wishlist .navigation-button > li:last-child > .tinv-create-list > a, .tinv-wishlist .navigation-button > li:last-child > a {
362
- margin-right: 0; }
363
-
 
 
 
 
364
  .tinv-wishlist .social-buttons {
365
- text-align: right; }
366
- .tinv-wishlist .social-buttons > span, .tinv-wishlist .social-buttons > ul {
367
- display: inline-block;
368
- vertical-align: middle; }
369
- .tinv-wishlist .social-buttons > span {
370
- margin-right: 27px; }
371
- .tinv-wishlist .social-buttons li {
372
- float: left;
373
- margin: 0 5px 0 0;
374
- list-style: none; }
375
- .tinv-wishlist .social-buttons li:last-child {
376
- margin-right: 0; }
377
- .tinv-wishlist .social-buttons li a.social {
378
- display: -webkit-box;
379
- display: -ms-flexbox;
380
- display: flex;
381
- -ms-flex-line-pack: center;
382
- align-content: center;
383
- -webkit-box-pack: center;
384
- -ms-flex-pack: center;
385
- justify-content: center;
386
- width: 2em;
387
- height: 2em;
388
- border-radius: 50%;
389
- text-align: center;
390
- -webkit-box-shadow: none;
391
- box-shadow: none;
392
- border: 0;
393
- font-size: 20px;
394
- text-decoration: none;
395
- text-transform: none !important; }
396
- .tinv-wishlist .social-buttons li a.social.white {
397
- color: #ffffff; }
398
- .tinv-wishlist .social-buttons li a.social.dark {
399
- color: #000000; }
400
- .tinv-wishlist .social-buttons li a.social i {
401
- line-height: 2em; }
402
-
 
 
 
 
 
 
 
 
403
  .tinv-wishlist .navigation-button .tinv-create-list > a.tinvwl-no-icon > i, .tinv-wishlist .navigation-button li > a.tinvwl-no-icon > i {
404
- display: none; }
405
-
406
  .tinv-wishlist .tinv-lists-nav {
407
  margin-top: 35px;
408
  margin-bottom: 35px;
@@ -415,212 +470,271 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
415
  flex-direction: row;
416
  -ms-flex-wrap: wrap;
417
  flex-wrap: wrap;
418
- width: 100%; }
419
- .tinv-wishlist .tinv-lists-nav > * {
420
- display: -webkit-box;
421
- display: -ms-flexbox;
422
- display: flex;
423
- -webkit-box-orient: vertical;
424
- -webkit-box-direction: normal;
425
- -ms-flex-direction: column;
426
- flex-direction: column;
427
- -ms-flex-preferred-size: 100%;
428
- flex-basis: 100%;
429
- -webkit-box-flex: 1;
430
- -ms-flex: 1;
431
- flex: 1;
432
- text-align: center;
433
- -webkit-box-pack: center;
434
- -ms-flex-pack: center;
435
- justify-content: center; }
436
- .tinv-wishlist .tinv-lists-nav > span {
437
- font-weight: 700; }
438
-
 
 
439
  .tinv-wishlist .tinv-next {
440
  display: inline-block;
441
- float: left; }
442
-
443
  .tinv-wishlist .tinv-prev {
444
  display: inline-block;
445
  float: left;
446
- margin-right: 35px !important; }
447
-
448
  .tinv-wishlist .tinv-prev i {
449
  margin-left: 0;
450
- margin-right: 18px; }
451
-
452
  .tinv-wishlist .tinv-next i {
453
  margin-left: 18px;
454
- margin-right: 0; }
 
455
 
456
  @media only screen and (max-width: 1024px) {
457
  .tinv-wishlist .tinvwl-table-manage-lists:not(.tinvwl-public) {
458
- margin-top: 0; }
 
459
  .tinv-wishlist .tinvwl-table-manage-list .product-remove {
460
- display: none; }
 
461
  .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove] {
462
  display: inline-block;
463
- margin-top: 5px; }
 
464
  .tinv-wishlist .product-action {
465
- width: 60px; } }
466
-
 
467
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
468
  .tinv-wishlist .tinvwl-table-manage-list td.product-stock p {
469
  display: block;
470
- text-align: center; }
 
471
  .tinv-wishlist .product-stock span {
472
- display: block; }
 
473
  .tinv-wishlist .tinvwl-table-manage-list td.product-stock i {
474
- margin-right: 0; }
 
475
  .tinv-wishlist .tinvwl-table-manage-list td.product-stock .tinvwl-txt {
476
- display: none; }
 
477
  .tinv-wishlist .product-thumbnail {
478
  max-width: 76px;
479
- width: 76px; }
 
480
  .tinv-wishlist .product-action .button > i {
481
  display: inline-block;
482
- margin-right: 0; }
 
483
  .tinv-wishlist .product-action .button .tinvwl-txt {
484
- display: none; } }
485
-
 
486
  @media only screen and (max-width: 1023px) {
487
  .tinv-wishlist .tinv-lists-nav a.tinv-prev > i, .tinv-wishlist .tinv-lists-nav a.tinv-next > i {
488
- margin: 0; }
 
489
  .tinv-wishlist .tinv-lists-nav a.tinv-prev > span, .tinv-wishlist .tinv-lists-nav a.tinv-next > span {
490
- display: none; } }
491
-
 
492
  @media only screen and (max-width: 768px) {
493
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
494
- display: none; }
 
495
  .tinv-wishlist table.tinvwl-table-manage-lists thead th:not(.wishlist-name) {
496
- display: none; }
 
497
  .tinv-wishlist thead th .tinvwl-full {
498
- display: none; }
 
499
  .tinv-wishlist table.tinvwl-table-manage-list thead th.product-name, .tinv-wishlist table.tinvwl-table-manage-lists thead th.wishlist-name {
500
  display: block;
501
  width: 100%;
502
- text-align: center; }
 
503
  .tinv-wishlist table thead th .tinvwl-mobile {
504
- display: block; }
 
505
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
506
  display: block;
507
  width: 100% !important;
508
- text-align: center; }
 
509
  .tinv-wishlist table.tinvwl-table-manage-lists tbody td, .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td {
510
  display: block;
511
  width: 100% !important;
512
- text-align: center; }
 
513
  .tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child) {
514
- border-bottom: 0; }
 
515
  .tinv-wishlist table.tinvwl-table-manage-lists tbody td:not(:last-child), .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td:not(:last-child) {
516
- border-bottom: 0; }
 
517
  .tinv-wishlist .product-stock p {
518
- margin: 0 auto; }
 
519
  .tinv-wishlist .product-thumbnail img {
520
  margin: 0 auto;
521
- max-width: 80px; }
 
522
  .tinv-wishlist.woocommerce table .quantity .qty {
523
  text-align: center;
524
- width: 100%; }
 
525
  .tinv-wishlist .product-action .tinvwl_move_product_button {
526
- margin-top: 10px; }
 
527
  .tinv-wishlist table.tinvwl-table-manage-list tfoot td {
528
  display: block;
529
- width: 100%; }
 
530
  .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-action button[value=manage_remove] {
531
- width: 100%; }
 
532
  .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-name .tinvwl-rename-button {
533
- float: none; } }
534
-
 
535
  @media only screen and (max-width: 1024px) {
536
  .tinv-wishlist .wishlist-name .tinvwl-rename-button > i, .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
537
- margin-right: 0; }
 
538
  .tinv-wishlist .wishlist-name .tinvwl-rename-button span {
539
- display: none; }
 
540
  .tinv-wishlist .wishlist-action {
541
- width: 60px; }
 
542
  .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
543
  float: none;
544
- width: auto; }
 
545
  .tinv-wishlist tfoot .tinvwl-to-right {
546
  float: none;
547
  width: auto;
548
- text-align: left; } }
549
-
 
550
  @media only screen and (max-width: 1024px) and (min-width: 768px) {
551
- .tinv-wishlist .wishlist-action button[value="manage_remove"] span {
552
- display: none; }
553
- .tinv-wishlist .wishlist-action button[value="manage_remove"] > i {
554
- display: inline-block; }
 
 
555
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
556
- margin-top: 0; } }
557
-
 
558
  @media only screen and (max-width: 768px) {
559
- .tinv-wishlist button[value="manage_apply"] .tinvwl-mobile, .tinv-wishlist button[value="product_apply"] .tinvwl-mobile {
560
- display: none; }
 
561
  .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {
562
- display: block; }
 
563
  .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button {
564
  width: 100%;
565
- margin: 10px 0 0; }
 
566
  .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button {
567
  width: 100%;
568
- margin: 10px 0 0; }
 
569
  .tinv-wishlist tfoot .tinvwl-to-right > * {
570
- margin: 10px 0 0; }
 
571
  .tinv-wishlist tfoot .tinvwl-to-right .button:first-child, .tinv-wishlist tfoot .tinvwl-to-right button:first-child {
572
- margin-top: 0 !important; }
 
573
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
574
- margin-top: 20px; } }
575
-
 
576
  @media only screen and (max-width: 1024px) {
577
  .tinv-wishlist .social-buttons {
578
  float: none;
579
  width: auto;
580
  text-align: left;
581
- margin-top: 20px; }
582
- .tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {
583
- margin-top: 30px; }
 
 
584
  .tinv-wishlist .tinv-login form input[name=login] {
585
- min-width: auto; } }
586
-
 
587
  @media only screen and (max-width: 768px) {
588
  .tinv-wishlist .social-buttons {
589
- text-align: center; }
 
590
  .tinv-wishlist .social-buttons > span {
591
  display: block;
592
  margin-top: 0;
593
  margin-right: 0;
594
- margin-bottom: 5px; } }
595
-
 
596
  @media only screen and (max-width: 768px) {
597
  .tinv-wishlist.woocommerce .tinv-login form .form-row-first, .tinv-wishlist.woocommerce .tinv-login form .form-row-last {
598
  float: none;
599
- width: 100%; }
 
600
  .tinv-wishlist.woocommerce .tinv-login form .form-row-first {
601
- padding: 0; }
 
602
  .tinv-wishlist.woocommerce .tinv-login form .form-row-last {
603
  padding: 0;
604
- margin-top: 10px; }
 
605
  .tinv-wishlist.woocommerce .tinv-login form .tinvwl-input-group-btn {
606
  display: block;
607
  padding: 0;
608
  width: auto;
609
- margin-top: 10px; } }
610
-
 
611
  .tinv-overlay {
612
  width: 100%;
613
  height: 100%;
614
  visibility: hidden;
615
  opacity: 0;
616
- background: #191919; }
 
617
 
618
  .tinv-modal.tinv-modal-open .tinv-overlay {
619
  visibility: visible;
620
- opacity: .5; }
 
621
 
622
  .admin-bar .tinv-wishlist .tinv-modal {
623
- padding-top: 32px !important; }
 
624
 
625
  .tinv-wishlist .tinv-modal {
626
  overflow-y: auto;
@@ -632,243 +746,285 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
632
  -webkit-backface-visibility: hidden;
633
  visibility: hidden;
634
  opacity: 0;
635
- text-align: left; }
636
- .tinv-wishlist .tinv-modal .tinv-modal-inner {
637
- position: relative;
638
- margin: 0 auto;
639
- background-color: #fff;
640
- max-width: 360px;
641
- padding: 40px; }
642
- .tinv-wishlist .tinv-modal.tinv-modal-open {
643
- visibility: visible;
644
- opacity: 1;
645
- width: 100%;
646
- height: 100%; }
647
- .tinv-wishlist .tinv-modal .tinv-close-modal {
648
- display: inline-block;
649
- position: absolute;
650
- top: 17px;
651
- right: 14px;
652
- width: 26px;
653
- height: 26px;
654
- line-height: 26px;
655
- font-size: 12px;
656
- text-align: center;
657
- border-radius: 50%;
658
- border-bottom: 0;
659
- -webkit-box-shadow: none !important;
660
- box-shadow: none !important;
661
- background-color: #ebe9eb; }
662
- .tinv-wishlist .tinv-modal .icon_big_heart_check, .tinv-wishlist .tinv-modal .icon_big_times, .tinv-wishlist .tinv-modal img {
663
- display: block;
664
- margin: 0 auto;
665
- margin-bottom: 25px;
666
- opacity: 1 !important; }
667
- .tinv-wishlist .tinv-modal ul {
668
- overflow: visible;
669
- list-style: disc;
670
- margin: 10px 0 0 20px; }
671
- .tinv-wishlist .tinv-modal li {
672
- list-style: disc !important; }
673
-
 
 
 
 
 
 
674
  .tinv-wishlist .tinv-create-list .tinv-modal ul, .tinv-wishlist.tinv-create-list form ul {
675
  list-style: none !important;
676
- margin: 25px 0 0; }
677
-
678
  .tinv-wishlist .tinv-create-list .tinv-modal li, .tinv-wishlist.tinv-create-list form li {
679
- list-style: none !important; }
680
-
681
  .tinv-wishlist .tinv-modal .already-in {
682
- margin-bottom: 35px; }
683
-
684
  .tinv-wishlist .tinv-modal .delete-notification {
685
- margin-bottom: 25px; }
686
-
687
  .tinv-wishlist .tinv-modal .already-in ul {
688
  overflow: visible;
689
- margin: 12px 0 27px 17px; }
690
-
691
  .tinv-wishlist .tinv-modal select {
692
- width: 100%; }
693
-
694
  .tinv-wishlist .tinv-modal button + .button, .tinv-wishlist .tinv-modal button + button {
695
  margin-top: 12px;
696
- width: 100%; }
697
-
698
  .tinv-wishlist .tinv-modal input + button {
699
  margin-top: 12px;
700
- width: 100%; }
701
-
702
  .tinv-wishlist .tinv-modal label + button, .tinv-wishlist .tinv-modal label + input {
703
  margin-top: 12px;
704
- width: 100%; }
705
-
706
  .tinv-wishlist .tinv-modal select + button, .tinv-wishlist .tinv-modal select + input {
707
  margin-top: 12px;
708
- width: 100%; }
 
709
 
710
  @media screen and (max-width: 768px) {
711
  .admin-bar .tinv-wishlist .tinv-modal {
712
- padding-top: 46px !important; } }
713
-
 
714
  @media screen and (max-width: 600px) {
715
  .admin-bar .tinv-wishlist .tinv-modal {
716
- padding-top: 0 !important; }
 
 
717
  .tinv-wishlist .tinv-modal .tinv-close-modal {
718
  position: static;
719
  display: block;
720
- margin: 0 auto 20px; } }
721
-
 
722
  .tinv-wishlist .tinv-modal .already-in + label {
723
  display: block;
724
- margin-top: 6px; }
725
-
726
  .tinv-wishlist .tinv-modal label select {
727
- margin-top: 8px; }
728
-
729
  .tinv-wishlist .tinv-modal .delete-notification + button {
730
- width: 100%; }
731
-
732
  .tinv-wishlist .tinvwl_added_to_wishlist, .tinv-wishlist .tinvwl_created_wishlist {
733
- text-align: center; }
734
-
735
  .tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt {
736
- margin-bottom: 25px; }
737
-
738
  .tinv-wishlist .tinvwl_created_wishlist .tinv-txt {
739
- margin-bottom: 25px; }
740
-
741
  .tinv-wishlist .tinvwl_created_wishlist button {
742
  margin-top: 0;
743
- margin-bottom: 10px; }
 
744
 
745
  .woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
746
  margin-top: 0;
747
- margin-bottom: 10px; }
 
748
 
749
  .tinv-wishlist .tinv-modal .tinvwl-buttons-group {
750
- margin-top: 20px; }
751
-
752
  .tinv-wishlist .tinvwl-buttons-group button {
753
- width: 100%; }
754
- .tinv-wishlist .tinvwl-buttons-group button + button {
755
- margin-top: 7px; }
756
- .tinv-wishlist .tinvwl-buttons-group button i {
757
- position: relative; }
758
- .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times {
759
- font-size: 20px;
760
- top: 0;
761
- vertical-align: initial; }
762
- .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {
763
- position: relative;
764
- top: 3px; }
765
-
 
 
 
 
766
  .tinv-wishlist .tinvwl-buttons-group + button {
767
  width: 100%;
768
- margin-top: 7px; }
769
-
770
  .tinv-wishlist .tinv-modal h2 {
771
  text-align: center;
772
- margin: 0 0 35px; }
773
-
774
  .tinv-wishlist .tinv-create-list .tinv-modal-inner {
775
  max-width: 778px;
776
- padding: 30px; }
777
-
778
  .tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group), .tinv-wishlist .tinvwl-input-group.tinvwl-has-error .form-control {
779
- border: 2px solid #FF0000; }
780
-
781
  .tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group) {
782
- border: 2px solid #FF0000; }
783
-
784
  .tinv-wishlist .tinvwl-has-error + .tinvwl-error {
785
  padding: 5px 0 0 5px;
786
- color: #FF0000; }
 
787
 
788
  @media only screen and (max-width: 768px) {
789
  .navigation-button, .social-buttons, .tinv-lists-nav {
790
  margin-left: 12px;
791
- margin-right: 12px; } }
792
-
 
793
  .tinvwl-tooltip {
794
- display: none; }
 
795
 
796
  .tinvwl-input-group {
797
  position: relative;
798
  display: table;
799
- border-collapse: separate; }
800
- .tinvwl-input-group .form-control {
801
- position: relative;
802
- z-index: 1;
803
- float: left;
804
- height: 38px;
805
- width: 100%;
806
- margin: 0; }
807
- .tinvwl-input-group .form-control + .tinvwl-input-group-btn {
808
- padding-left: 15px; }
 
 
 
809
 
810
  .tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control + .tinvwl-input-group-btn {
811
- padding-left: 10px; }
812
-
813
  .tinv-wishlist .tinv-search-form .tinvwl-input-group .form-control + .tinvwl-input-group-btn {
814
- padding-left: 9px; }
 
815
 
816
  .tinvwl-input-group .form-control, .tinvwl-input-group-addon, .tinvwl-input-group-btn {
817
- display: table-cell; }
 
818
 
819
  .tinvwl-input-group-addon, .tinvwl-input-group-btn {
820
  width: 1%;
821
  white-space: nowrap;
822
- vertical-align: top; }
 
823
 
824
  @media only screen and (max-width: 768px) {
825
  .tinvwl-input-group {
826
- width: 100%; } }
827
-
 
828
  @media only screen and (max-width: 768px) {
829
  .tinvwl-input-group:not(.tinvwl-no-full) {
830
- display: block; }
831
- .tinvwl-input-group:not(.tinvwl-no-full) .form-control, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {
832
- display: block; }
833
- .tinvwl-input-group:not(.tinvwl-no-full) .form-control {
834
- float: none; }
 
 
 
 
835
  .tinv-wishlist .tinv-search-form .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {
836
  padding-top: 10px;
837
- padding-left: 0; }
 
 
838
  .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {
839
  padding-top: 10px;
840
- padding-left: 0; }
 
841
  .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon {
842
- width: 100%; }
843
- .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > button, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > input {
844
- width: 100%; }
 
 
845
  .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {
846
- width: 100%; }
847
- .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > button, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > input {
848
- width: 100%; } }
849
-
 
 
850
  .tinv-table {
851
  display: table;
852
  width: 100%;
853
- height: 100%; }
 
854
 
855
  .tinv-cell {
856
  display: table-cell;
857
- vertical-align: middle; }
 
858
 
859
  .tinv-wishlist .tinv-wishlist-clear {
860
  visibility: visible;
861
  width: auto;
862
- height: auto; }
 
863
 
864
  .tinv-wishlist-clear:before {
865
  content: "";
866
- display: table; }
867
-
868
  .tinv-wishlist-clear:after {
869
  content: "";
870
  display: table;
871
- clear: both; }
 
872
 
873
  .icon_big_heart_check {
874
  display: inline-block;
@@ -883,7 +1039,8 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
883
  line-height: 1;
884
  -webkit-font-smoothing: antialiased;
885
  -moz-osx-font-smoothing: grayscale;
886
- font-size: 60px; }
 
887
 
888
  .icon_big_times {
889
  display: inline-block;
@@ -898,45 +1055,55 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
898
  line-height: 1;
899
  -webkit-font-smoothing: antialiased;
900
  -moz-osx-font-smoothing: grayscale;
901
- font-size: 60px; }
902
- .icon_big_times::before {
903
- content: "\e904";
904
- top: -7px;
905
- left: -7px;
906
- position: relative; }
 
 
907
 
908
  .icon_big_heart_check::before {
909
- content: "\e90a";
910
  top: -7px;
911
  left: -7px;
912
- position: relative; }
 
913
 
914
  .tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist, .tinvwl_add_to_wishlist_button.disabled-add-wishlist {
915
  opacity: 0.5 !important;
916
- cursor: not-allowed; }
 
917
 
918
  .empty-name-wishlist {
919
- border-color: #FF0000 !important; }
 
920
 
921
  .tinvwl_remove_from_wishlist-text, .tinvwl_already_on_wishlist-text {
922
- display: none !important; }
 
923
 
924
  .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_remove_from_wishlist-text, .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_already_on_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_remove_from_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_already_on_wishlist-text {
925
- display: inline !important; }
926
-
927
  .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_add_to_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_add_to_wishlist-text {
928
- display: none !important; }
 
929
 
930
  @media only screen and (max-width: 1024px) {
931
  .tinv-wishlist .tinvwl-table-manage-list .product-remove {
932
- display: table-cell; } }
933
-
 
934
  @media only screen and (max-width: 768px) {
935
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
936
- display: block; } }
937
-
 
938
  .tooltipped {
939
- position: relative; }
 
940
 
941
  .tooltipped::after {
942
  position: absolute;
@@ -957,7 +1124,8 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
957
  content: attr(aria-label);
958
  background: #1b1f23;
959
  border-radius: 3px;
960
- opacity: 0; }
 
961
 
962
  .tooltipped::before {
963
  position: absolute;
@@ -969,20 +1137,26 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
969
  pointer-events: none;
970
  content: "";
971
  border: 6px solid transparent;
972
- opacity: 0; }
 
973
 
974
  @-webkit-keyframes tooltip-appear {
975
  from {
976
- opacity: 0; }
 
977
  to {
978
- opacity: 1; } }
 
 
979
 
980
  @keyframes tooltip-appear {
981
  from {
982
- opacity: 0; }
 
983
  to {
984
- opacity: 1; } }
985
-
 
986
  .tooltipped:hover::before, .tooltipped:hover::after,
987
  .tooltipped:active::before,
988
  .tooltipped:active::after,
@@ -999,7 +1173,8 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
999
  -webkit-animation-timing-function: ease-in;
1000
  animation-timing-function: ease-in;
1001
  -webkit-animation-delay: 0.4s;
1002
- animation-delay: 0.4s; }
 
1003
 
1004
  .tooltipped-no-delay:hover::before, .tooltipped-no-delay:hover::after,
1005
  .tooltipped-no-delay:active::before,
@@ -1007,20 +1182,22 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
1007
  .tooltipped-no-delay:focus::before,
1008
  .tooltipped-no-delay:focus::after {
1009
  -webkit-animation-delay: 0s;
1010
- animation-delay: 0s; }
 
1011
 
1012
  .tooltipped-multiline:hover::after,
1013
  .tooltipped-multiline:active::after,
1014
  .tooltipped-multiline:focus::after {
1015
- display: table-cell; }
 
1016
 
1017
  .tooltipped-s::after,
1018
  .tooltipped-se::after,
1019
  .tooltipped-sw::after {
1020
  top: 100%;
1021
  right: 50%;
1022
- margin-top: 6px; }
1023
-
1024
  .tooltipped-s::before,
1025
  .tooltipped-se::before,
1026
  .tooltipped-sw::before {
@@ -1028,23 +1205,26 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
1028
  right: 50%;
1029
  bottom: -7px;
1030
  margin-right: -6px;
1031
- border-bottom-color: #1b1f23; }
 
1032
 
1033
  .tooltipped-se::after {
1034
  right: auto;
1035
  left: 50%;
1036
- margin-left: -16px; }
 
1037
 
1038
  .tooltipped-sw::after {
1039
- margin-right: -16px; }
 
1040
 
1041
  .tooltipped-n::after,
1042
  .tooltipped-ne::after,
1043
  .tooltipped-nw::after {
1044
  right: 50%;
1045
  bottom: 100%;
1046
- margin-bottom: 6px; }
1047
-
1048
  .tooltipped-n::before,
1049
  .tooltipped-ne::before,
1050
  .tooltipped-nw::before {
@@ -1052,70 +1232,82 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
1052
  right: 50%;
1053
  bottom: auto;
1054
  margin-right: -6px;
1055
- border-top-color: #1b1f23; }
 
1056
 
1057
  .tooltipped-ne::after {
1058
  right: auto;
1059
  left: 50%;
1060
- margin-left: -16px; }
 
1061
 
1062
  .tooltipped-nw::after {
1063
- margin-right: -16px; }
 
1064
 
1065
  .tooltipped-s::after,
1066
  .tooltipped-n::after {
1067
  -webkit-transform: translateX(50%);
1068
- transform: translateX(50%); }
 
1069
 
1070
  .tooltipped-w::after {
1071
  right: 100%;
1072
  bottom: 50%;
1073
  margin-right: 6px;
1074
  -webkit-transform: translateY(50%);
1075
- transform: translateY(50%); }
1076
-
1077
  .tooltipped-w::before {
1078
  top: 50%;
1079
  bottom: 50%;
1080
  left: -7px;
1081
  margin-top: -6px;
1082
- border-left-color: #1b1f23; }
 
1083
 
1084
  .tooltipped-e::after {
1085
  bottom: 50%;
1086
  left: 100%;
1087
  margin-left: 6px;
1088
  -webkit-transform: translateY(50%);
1089
- transform: translateY(50%); }
1090
-
1091
  .tooltipped-e::before {
1092
  top: 50%;
1093
  right: -7px;
1094
  bottom: 50%;
1095
  margin-top: -6px;
1096
- border-right-color: #1b1f23; }
 
1097
 
1098
  .tooltipped-align-right-1::after,
1099
  .tooltipped-align-right-2::after {
1100
  right: 0;
1101
- margin-right: 0; }
 
1102
 
1103
  .tooltipped-align-right-1::before {
1104
- right: 10px; }
 
1105
 
1106
  .tooltipped-align-right-2::before {
1107
- right: 15px; }
 
1108
 
1109
  .tooltipped-align-left-1::after,
1110
  .tooltipped-align-left-2::after {
1111
  left: 0;
1112
- margin-left: 0; }
 
1113
 
1114
  .tooltipped-align-left-1::before {
1115
- left: 5px; }
 
1116
 
1117
  .tooltipped-align-left-2::before {
1118
- left: 10px; }
 
1119
 
1120
  .tooltipped-multiline::after {
1121
  width: -webkit-max-content;
@@ -1124,40 +1316,45 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
1124
  max-width: 250px;
1125
  word-wrap: break-word;
1126
  white-space: pre-line;
1127
- border-collapse: separate; }
1128
-
1129
  .tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after {
1130
  right: auto;
1131
  left: 50%;
1132
  -webkit-transform: translateX(-50%);
1133
- transform: translateX(-50%); }
1134
-
1135
  .tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after {
1136
- right: 100%; }
 
1137
 
1138
  @media screen and (min-width: 0 \0 ) {
1139
  .tooltipped-multiline::after {
1140
- width: 250px; } }
1141
-
 
1142
  .tooltipped-sticky::before, .tooltipped-sticky::after {
1143
- display: inline-block; }
1144
-
1145
  .tooltipped-sticky.tooltipped-multiline::after {
1146
- display: table-cell; }
 
1147
 
1148
  .tinvwl-table-manage-list .component_table_item_price:before {
1149
- font-family: 'FontAwesomeCP';
1150
  font-size: 1rem;
1151
  display: inline-block;
1152
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
1153
  -webkit-transform: rotate(90deg);
1154
  transform: rotate(90deg);
1155
- content: "\e811";
1156
  margin: 0 12px 0 3px;
1157
- opacity: .25; }
 
1158
 
1159
  .wishlist-icon {
1160
- position: relative; }
 
1161
 
1162
  .wishlist-popup {
1163
  opacity: 0;
@@ -1169,15 +1366,16 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
1169
  border-radius: 5px;
1170
  line-height: 1.3;
1171
  text-align: center;
1172
- font-size: .9em;
1173
  top: 100%;
1174
  background-color: rgba(0, 0, 0, 0.8);
1175
  right: 0;
1176
  color: #FFF;
1177
- -webkit-transition: opacity .3s, max-height .3s;
1178
- transition: opacity .3s, max-height .3s;
1179
- -webkit-transition-delay: .3s;
1180
- transition-delay: .3s; }
 
1181
 
1182
  .wishlist-popup:after {
1183
  bottom: 100%;
@@ -1191,32 +1389,38 @@ ul.products li.product .tinvwl_add_to_wishlist_button {
1191
  border-color: rgba(136, 183, 213, 0);
1192
  border-bottom-color: rgba(0, 0, 0, 0.8);
1193
  border-width: 10px;
1194
- margin-left: -10px; }
 
1195
 
1196
  .wishlist-icon:hover .wishlist-popup {
1197
  opacity: 1;
1198
  max-height: 200px;
1199
- overflow-y: auto; }
 
1200
 
1201
  .wishlist-popup a {
1202
  color: #ccc;
1203
- display: block; }
 
1204
 
1205
  .wishlist-popup a:hover {
1206
- color: #FFF; }
 
1207
 
1208
  .wishlist-icon.added:after {
1209
  background-color: red;
1210
  -webkit-transform: translateY(-3px);
1211
- transform: translateY(-3px); }
 
1212
 
1213
  .wishlist-popup .ajax-loading,
1214
  .wishlist-popup .feedback {
1215
- display: none !important; }
 
1216
 
1217
  .wishlist-title {
1218
- margin-bottom: 20px; }
1219
-
1220
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJwdWJsaWMuY3NzIl0sImZpbGUiOiJwdWJsaWMuY3NzIn0= */
1221
 
1222
  /*# sourceMappingURL=public.css.map */
1
+ @charset "UTF-8";
2
  /*------------------------------------*
3
  $WEBFONT
4
  *------------------------------------*/
5
  .tinv-wishlist form, .tinv-wishlist p:last-child, .tinv-wishlist table {
6
+ margin-bottom: 0;
7
+ }
8
 
9
  .tinv-wishlist * {
10
  -webkit-box-sizing: border-box;
11
+ box-sizing: border-box;
12
+ }
13
 
14
  .tinvwl-wishlist :after, .tinvwl-wishlist :before {
15
  -webkit-box-sizing: border-box;
16
+ box-sizing: border-box;
17
+ }
18
 
19
  .tinv-wishlist select {
20
+ width: 140px;
21
+ }
22
  .tinv-wishlist ul {
23
  list-style: none;
24
  margin: 0;
25
+ padding: 0;
26
+ }
27
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
28
  margin-top: -10px;
29
+ margin-left: -10px;
30
+ }
31
 
32
  .woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {
33
+ text-align: center;
34
+ }
35
 
36
  .tinv-wishlist .button i, .tinv-wishlist .navigation-button a i {
37
+ margin-right: 6px;
38
+ }
39
+ .tinv-wishlist input[type=button] i, .tinv-wishlist input[type=reset] i, .tinv-wishlist input[type=submit] i {
40
+ margin-right: 6px;
41
+ }
42
  .tinv-wishlist a.tinv-close-modal i {
43
+ margin-right: 0;
44
+ }
45
 
46
  a.wishlist_products_counter {
47
+ text-decoration: none;
48
+ }
49
 
50
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
51
+ content: "";
52
  display: inline-block;
53
  font-family: tinvwl-webfont !important;
54
  speak: none;
61
  -moz-osx-font-smoothing: grayscale;
62
  font-size: 20px;
63
  vertical-align: sub;
64
+ margin-right: 5px;
65
+ }
66
 
67
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, a.wishlist_products_counter.top_wishlist-heart-plus:before, span.wishlist_products_counter.top_wishlist-heart-plus:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before {
68
+ content: "";
69
  display: inline-block;
70
  font-family: tinvwl-webfont !important;
71
  speak: none;
78
  -moz-osx-font-smoothing: grayscale;
79
  font-size: 20px;
80
  vertical-align: sub;
81
+ margin-right: 5px;
82
+ }
83
 
84
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
85
  position: relative;
86
  width: 36px;
87
  height: 36px;
88
+ vertical-align: sub;
89
+ }
90
 
91
  a.wishlist_products_counter.top_wishlist-heart-plus.no-txt, span.wishlist_products_counter.top_wishlist-heart-plus.no-txt {
92
  position: relative;
93
  width: 36px;
94
  height: 36px;
95
+ vertical-align: sub;
96
+ }
97
 
98
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
99
  position: absolute;
100
  top: 50%;
101
  left: 50%;
102
+ margin-right: 0;
103
+ }
104
  .tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
105
  padding-left: 1em;
106
+ vertical-align: bottom;
107
+ }
108
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
109
+ content: "";
110
+ }
111
 
112
  .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before, span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {
113
+ content: "";
114
+ }
115
 
116
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart-plus.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, a.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before, span.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before {
117
+ content: "";
118
+ }
119
 
120
  .tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before, a.wishlist_products_counter.top_wishlist-white:before, span.wishlist_products_counter.top_wishlist-white:before {
121
+ color: #FFF;
122
+ }
123
 
124
  .tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before, a.wishlist_products_counter.top_wishlist-black:before, span.wishlist_products_counter.top_wishlist-black:before {
125
+ color: #000;
126
+ }
127
 
128
  .tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {
129
+ margin-bottom: 15px;
130
+ }
131
  .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
132
+ margin-top: 15px;
133
+ }
134
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
135
  padding: 10px 11px;
136
+ line-height: 1;
137
+ }
138
 
139
  .wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button {
140
+ margin: 0;
141
+ }
142
+ .wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button::before {
143
+ display: none;
144
+ }
145
 
146
  a.wishlist_products_counter.top_wishlist-custom.no-txt, span.wishlist_products_counter.top_wishlist-custom.no-txt {
147
  padding: 10px 11px;
148
+ line-height: 1;
149
+ }
150
 
151
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img, a.wishlist_products_counter.top_wishlist-custom img, span.wishlist_products_counter.top_wishlist-custom img {
152
  display: inline-block !important;
155
  max-width: 16px;
156
  max-height: 16px;
157
  margin-bottom: 0;
158
+ margin: 0 6px 0 0 !important;
159
+ }
160
 
161
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img, a.wishlist_products_counter.top_wishlist-custom.no-txt img, span.wishlist_products_counter.top_wishlist-custom.no-txt img {
162
+ margin-right: 0 !important;
163
+ }
164
 
165
  .single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button, div.product form.cart .tinvwl_add_to_wishlist_button {
166
+ float: none;
167
+ }
168
 
169
  ul.products li.product .tinvwl_add_to_wishlist_button {
170
+ margin-top: 1em;
171
+ }
172
 
173
  .tinvwl_add_to_wishlist_button {
174
  display: inline-block;
176
  -webkit-transition: opacity 1s;
177
  transition: opacity 1s;
178
  opacity: 1;
179
+ visibility: visible;
180
+ }
181
 
182
  .tinv-wishlist.woocommerce .stock.in-stock:before {
183
+ content: none;
184
+ }
185
 
186
  .tinv-wraper.tinv-wishlist {
187
+ font-size: 100%;
188
+ }
189
+ .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
190
+ position: absolute;
191
+ z-index: 10;
192
+ margin: 0;
193
+ top: 10px;
194
+ left: 10px;
195
+ }
196
+ .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button {
197
+ margin-top: 0;
198
+ }
199
 
200
  .tinv-create-list li input[type=radio] {
201
+ margin-right: 10px;
202
+ }
203
  .tinv-create-list li + li {
204
+ margin-top: 15px;
205
+ }
206
  .tinv-create-list .tinvwl-input-group + ul {
207
+ margin-top: 25px;
208
+ }
209
 
210
  .tinv-search-list {
211
+ margin-bottom: 36px;
212
+ }
213
 
214
  .tinv-wishlist .tinv-header {
215
+ margin-bottom: 30px;
216
+ }
217
  .tinv-wishlist table {
218
  position: relative;
219
  table-layout: auto;
220
+ margin-bottom: 30px;
221
+ }
222
 
223
  .tinv-overlay {
224
  top: 0;
225
  left: 0;
226
  position: fixed;
227
+ -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
228
+ transition: opacity 0.3s ease, visibility 0.3s ease;
229
+ }
230
 
231
  .tinv-wishlist .tinv-modal {
232
  top: 0;
233
  left: 0;
234
  position: fixed;
235
+ -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
236
+ transition: opacity 0.3s ease, visibility 0.3s ease;
237
+ }
238
  .tinv-wishlist table.tinvwl-table-manage-list {
239
  margin-bottom: 27px;
240
+ width: 100%;
241
+ }
242
  .tinv-wishlist table input[type=checkbox] {
243
+ margin-right: 0;
244
+ }
245
  .tinv-wishlist table td, .tinv-wishlist table th {
246
  padding: 1em;
247
+ vertical-align: middle;
248
+ }
249
  .tinv-wishlist .tinvwl-table-manage-list .product-cb {
250
  width: 35px;
251
+ text-align: center;
252
+ }
253
  .tinv-wishlist .tinvwl-table-manage-list .product-remove {
254
  width: 35px;
255
  text-align: center;
256
+ padding: 1em 0.5em;
257
+ }
258
  .tinv-wishlist .product-remove button {
259
  display: -webkit-box;
260
  display: -ms-flexbox;
277
  font-size: 20px;
278
  padding-left: 1px;
279
  padding-top: 3px;
280
+ min-height: 0;
281
+ }
282
  .tinv-wishlist .product-thumbnail {
283
  min-width: 100px;
284
  max-width: 100%;
285
+ width: 100px;
286
+ }
287
+ .tinv-wishlist .product-thumbnail .wp-post-image {
288
+ margin-bottom: 0;
289
+ }
290
  .tinv-wishlist td.product-name a + .variation {
291
+ margin-top: 2px;
292
+ }
293
  .tinv-wishlist .product-stock i {
294
+ margin-right: 15px;
295
+ }
296
  .tinv-wishlist .product-stock p {
297
+ display: table;
298
+ }
299
+ .tinv-wishlist .product-stock p.stock::before {
300
+ display: none;
301
+ }
302
  .tinv-wishlist .product-stock span {
303
  display: table-cell;
304
+ vertical-align: middle;
305
+ }
306
  .tinv-wishlist .product-action > .button > i, .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove], .tinv-wishlist table thead th .tinvwl-mobile {
307
+ display: none;
308
+ }
309
  .tinv-wishlist.woocommerce .product-quantity {
310
  width: 80px;
311
+ text-align: center;
312
+ }
313
  .tinv-wishlist.woocommerce table .quantity .qty {
314
  max-width: 100%;
315
  width: 62px;
316
+ text-align: left;
317
+ }
318
  .tinv-wishlist .product-action {
319
  width: 135px;
320
+ text-align: center;
321
+ }
322
+ .tinv-wishlist .product-action .button {
323
+ width: 100%;
324
+ }
325
+ .tinv-wishlist .product-action .tinvwl_move_product_button {
326
+ margin-top: 5px;
327
+ }
328
  .tinv-wishlist .tinvwl-table-manage-list .product-action > button[name=tinvwl-remove] > i {
329
+ margin-right: 0;
330
+ }
331
  .tinv-wishlist .wishlist-cb {
332
  width: 33px;
333
+ text-align: center;
334
+ }
335
  .tinv-wishlist .wishlist-name .tinvwl-rename-input input {
336
+ width: 100%;
337
+ }
338
  .tinv-wishlist .wishlist-name .tinvwl-rename-button {
339
+ float: right;
340
+ }
341
+ .tinv-wishlist .wishlist-name .tinvwl-rename-button > i {
342
+ margin-right: 10px;
343
+ }
344
  .tinv-wishlist .wishlist-privacy, .tinv-wishlist table:not(.tinvwl-public) .wishlist-date {
345
+ width: 18%;
346
+ }
347
  .tinv-wishlist .wishlist-privacy select {
348
+ width: 100%;
349
+ }
350
  .tinv-wishlist .wishlist-name {
351
+ width: 45%;
352
+ }
353
  .tinv-wishlist .wishlist-action {
354
  width: 120px;
355
+ text-align: center;
356
+ }
357
+ .tinv-wishlist .wishlist-action button[value=manage_remove] > i {
358
+ display: none;
359
+ margin-right: 0;
360
+ }
361
  .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {
362
  display: inline-block;
363
+ vertical-align: middle;
364
+ }
365
+ .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list > a.button {
366
+ margin-right: 0;
367
+ }
368
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
369
+ margin-top: -10px;
370
+ }
371
  .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
372
  float: left;
373
  width: 35%;
374
+ margin-right: 2%;
375
+ }
376
  .tinv-wishlist tfoot .tinvwl-to-right {
377
  float: left;
378
  width: 63%;
379
+ text-align: right;
380
+ }
381
+ .tinv-wishlist tfoot .tinvwl-to-right > * {
382
+ margin: 10px 0 0;
383
+ vertical-align: middle;
384
+ }
385
+ .tinv-wishlist tfoot .tinvwl-to-right > * + * {
386
+ margin-left: 10px;
387
+ }
388
  .tinv-wishlist tfoot .tinvwl-to-left:empty + .tinvwl-to-right {
389
+ width: 100%;
390
+ }
391
  .tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {
392
+ margin-top: 16px;
393
+ }
394
  .tinv-wishlist .navigation-button {
395
+ margin-top: -10px;
396
+ }
397
+ .tinv-wishlist .navigation-button > li {
398
+ float: left;
399
+ }
400
+ .tinv-wishlist .navigation-button > li > .tinv-create-list > a, .tinv-wishlist .navigation-button > li > a {
401
+ margin-right: 30px;
402
+ margin-top: 10px;
403
+ display: inline-block;
404
+ }
405
+ .tinv-wishlist .navigation-button > li > .tinv-create-list > a.button, .tinv-wishlist .navigation-button > li > a.button {
406
+ margin-right: 10px;
407
+ }
408
+ .tinv-wishlist .navigation-button > li:last-child > .tinv-create-list > a, .tinv-wishlist .navigation-button > li:last-child > a {
409
+ margin-right: 0;
410
+ }
411
  .tinv-wishlist .social-buttons {
412
+ text-align: right;
413
+ }
414
+ .tinv-wishlist .social-buttons > span, .tinv-wishlist .social-buttons > ul {
415
+ display: inline-block;
416
+ vertical-align: middle;
417
+ }
418
+ .tinv-wishlist .social-buttons > span {
419
+ margin-right: 27px;
420
+ }
421
+ .tinv-wishlist .social-buttons li {
422
+ float: left;
423
+ margin: 0 5px 0 0;
424
+ list-style: none;
425
+ }
426
+ .tinv-wishlist .social-buttons li:last-child {
427
+ margin-right: 0;
428
+ }
429
+ .tinv-wishlist .social-buttons li a.social {
430
+ display: -webkit-box;
431
+ display: -ms-flexbox;
432
+ display: flex;
433
+ -ms-flex-line-pack: center;
434
+ align-content: center;
435
+ -webkit-box-pack: center;
436
+ -ms-flex-pack: center;
437
+ justify-content: center;
438
+ width: 2em;
439
+ height: 2em;
440
+ border-radius: 50%;
441
+ text-align: center;
442
+ -webkit-box-shadow: none;
443
+ box-shadow: none;
444
+ border: 0;
445
+ font-size: 20px;
446
+ text-decoration: none;
447
+ text-transform: none !important;
448
+ }
449
+ .tinv-wishlist .social-buttons li a.social.white {
450
+ color: #ffffff;
451
+ }
452
+ .tinv-wishlist .social-buttons li a.social.dark {
453
+ color: #000000;
454
+ }
455
+ .tinv-wishlist .social-buttons li a.social i {
456
+ line-height: 2em;
457
+ }
458
  .tinv-wishlist .navigation-button .tinv-create-list > a.tinvwl-no-icon > i, .tinv-wishlist .navigation-button li > a.tinvwl-no-icon > i {
459
+ display: none;
460
+ }
461
  .tinv-wishlist .tinv-lists-nav {
462
  margin-top: 35px;
463
  margin-bottom: 35px;
470
  flex-direction: row;
471
  -ms-flex-wrap: wrap;
472
  flex-wrap: wrap;
473
+ width: 100%;
474
+ }
475
+ .tinv-wishlist .tinv-lists-nav > * {
476
+ display: -webkit-box;
477
+ display: -ms-flexbox;
478
+ display: flex;
479
+ -webkit-box-orient: vertical;
480
+ -webkit-box-direction: normal;
481
+ -ms-flex-direction: column;
482
+ flex-direction: column;
483
+ -ms-flex-preferred-size: 100%;
484
+ flex-basis: 100%;
485
+ -webkit-box-flex: 1;
486
+ -ms-flex: 1;
487
+ flex: 1;
488
+ text-align: center;
489
+ -webkit-box-pack: center;
490
+ -ms-flex-pack: center;
491
+ justify-content: center;
492
+ }
493
+ .tinv-wishlist .tinv-lists-nav > span {
494
+ font-weight: 700;
495
+ }
496
  .tinv-wishlist .tinv-next {
497
  display: inline-block;
498
+ float: left;
499
+ }
500
  .tinv-wishlist .tinv-prev {
501
  display: inline-block;
502
  float: left;
503
+ margin-right: 35px !important;
504
+ }
505
  .tinv-wishlist .tinv-prev i {
506
  margin-left: 0;
507
+ margin-right: 18px;
508
+ }
509
  .tinv-wishlist .tinv-next i {
510
  margin-left: 18px;
511
+ margin-right: 0;
512
+ }
513
 
514
  @media only screen and (max-width: 1024px) {
515
  .tinv-wishlist .tinvwl-table-manage-lists:not(.tinvwl-public) {
516
+ margin-top: 0;
517
+ }
518
  .tinv-wishlist .tinvwl-table-manage-list .product-remove {
519
+ display: none;
520
+ }
521
  .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove] {
522
  display: inline-block;
523
+ margin-top: 5px;
524
+ }
525
  .tinv-wishlist .product-action {
526
+ width: 60px;
527
+ }
528
+ }
529
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
530
  .tinv-wishlist .tinvwl-table-manage-list td.product-stock p {
531
  display: block;
532
+ text-align: center;
533
+ }
534
  .tinv-wishlist .product-stock span {
535
+ display: block;
536
+ }
537
  .tinv-wishlist .tinvwl-table-manage-list td.product-stock i {
538
+ margin-right: 0;
539
+ }
540
  .tinv-wishlist .tinvwl-table-manage-list td.product-stock .tinvwl-txt {
541
+ display: none;
542
+ }
543
  .tinv-wishlist .product-thumbnail {
544
  max-width: 76px;
545
+ width: 76px;
546
+ }
547
  .tinv-wishlist .product-action .button > i {
548
  display: inline-block;
549
+ margin-right: 0;
550
+ }
551
  .tinv-wishlist .product-action .button .tinvwl-txt {
552
+ display: none;
553
+ }
554
+ }
555
  @media only screen and (max-width: 1023px) {
556
  .tinv-wishlist .tinv-lists-nav a.tinv-prev > i, .tinv-wishlist .tinv-lists-nav a.tinv-next > i {
557
+ margin: 0;
558
+ }
559
  .tinv-wishlist .tinv-lists-nav a.tinv-prev > span, .tinv-wishlist .tinv-lists-nav a.tinv-next > span {
560
+ display: none;
561
+ }
562
+ }
563
  @media only screen and (max-width: 768px) {
564
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
565
+ display: none;
566
+ }
567
  .tinv-wishlist table.tinvwl-table-manage-lists thead th:not(.wishlist-name) {
568
+ display: none;
569
+ }
570
  .tinv-wishlist thead th .tinvwl-full {
571
+ display: none;
572
+ }
573
  .tinv-wishlist table.tinvwl-table-manage-list thead th.product-name, .tinv-wishlist table.tinvwl-table-manage-lists thead th.wishlist-name {
574
  display: block;
575
  width: 100%;
576
+ text-align: center;
577
+ }
578
  .tinv-wishlist table thead th .tinvwl-mobile {
579
+ display: block;
580
+ }
581
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
582
  display: block;
583
  width: 100% !important;
584
+ text-align: center;
585
+ }
586
  .tinv-wishlist table.tinvwl-table-manage-lists tbody td, .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td {
587
  display: block;
588
  width: 100% !important;
589
+ text-align: center;
590
+ }
591
  .tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child) {
592
+ border-bottom: 0;
593
+ }
594
  .tinv-wishlist table.tinvwl-table-manage-lists tbody td:not(:last-child), .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td:not(:last-child) {
595
+ border-bottom: 0;
596
+ }
597
  .tinv-wishlist .product-stock p {
598
+ margin: 0 auto;
599
+ }
600
  .tinv-wishlist .product-thumbnail img {
601
  margin: 0 auto;
602
+ max-width: 80px;
603
+ }
604
  .tinv-wishlist.woocommerce table .quantity .qty {
605
  text-align: center;
606
+ width: 100%;
607
+ }
608
  .tinv-wishlist .product-action .tinvwl_move_product_button {
609
+ margin-top: 10px;
610
+ }
611
  .tinv-wishlist table.tinvwl-table-manage-list tfoot td {
612
  display: block;
613
+ width: 100%;
614
+ }
615
  .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-action button[value=manage_remove] {
616
+ width: 100%;
617
+ }
618
  .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-name .tinvwl-rename-button {
619
+ float: none;
620
+ }
621
+ }
622
  @media only screen and (max-width: 1024px) {
623
  .tinv-wishlist .wishlist-name .tinvwl-rename-button > i, .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
624
+ margin-right: 0;
625
+ }
626
  .tinv-wishlist .wishlist-name .tinvwl-rename-button span {
627
+ display: none;
628
+ }
629
  .tinv-wishlist .wishlist-action {
630
+ width: 60px;
631
+ }
632
  .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
633
  float: none;
634
+ width: auto;
635
+ }
636
  .tinv-wishlist tfoot .tinvwl-to-right {
637
  float: none;
638
  width: auto;
639
+ text-align: left;
640
+ }
641
+ }
642
  @media only screen and (max-width: 1024px) and (min-width: 768px) {
643
+ .tinv-wishlist .wishlist-action button[value=manage_remove] span {
644
+ display: none;
645
+ }
646
+ .tinv-wishlist .wishlist-action button[value=manage_remove] > i {
647
+ display: inline-block;
648
+ }
649
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
650
+ margin-top: 0;
651
+ }
652
+ }
653
  @media only screen and (max-width: 768px) {
654
+ .tinv-wishlist button[value=manage_apply] .tinvwl-mobile, .tinv-wishlist button[value=product_apply] .tinvwl-mobile {
655
+ display: none;
656
+ }
657
  .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {
658
+ display: block;
659
+ }
660
  .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button {
661
  width: 100%;
662
+ margin: 10px 0 0;
663
+ }
664
  .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button {
665
  width: 100%;
666
+ margin: 10px 0 0;
667
+ }
668
  .tinv-wishlist tfoot .tinvwl-to-right > * {
669
+ margin: 10px 0 0;
670
+ }
671
  .tinv-wishlist tfoot .tinvwl-to-right .button:first-child, .tinv-wishlist tfoot .tinvwl-to-right button:first-child {
672
+ margin-top: 0 !important;
673
+ }
674
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
675
+ margin-top: 20px;
676
+ }
677
+ }
678
  @media only screen and (max-width: 1024px) {
679
  .tinv-wishlist .social-buttons {
680
  float: none;
681
  width: auto;
682
  text-align: left;
683
+ margin-top: 20px;
684
+ }
685
+ .tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {
686
+ margin-top: 30px;
687
+ }
688
  .tinv-wishlist .tinv-login form input[name=login] {
689
+ min-width: auto;
690
+ }
691
+ }
692
  @media only screen and (max-width: 768px) {
693
  .tinv-wishlist .social-buttons {
694
+ text-align: center;
695
+ }
696
  .tinv-wishlist .social-buttons > span {
697
  display: block;
698
  margin-top: 0;
699
  margin-right: 0;
700
+ margin-bottom: 5px;
701
+ }
702
+ }
703
  @media only screen and (max-width: 768px) {
704
  .tinv-wishlist.woocommerce .tinv-login form .form-row-first, .tinv-wishlist.woocommerce .tinv-login form .form-row-last {
705
  float: none;
706
+ width: 100%;
707
+ }
708
  .tinv-wishlist.woocommerce .tinv-login form .form-row-first {
709
+ padding: 0;
710
+ }
711
  .tinv-wishlist.woocommerce .tinv-login form .form-row-last {
712
  padding: 0;
713
+ margin-top: 10px;
714
+ }
715
  .tinv-wishlist.woocommerce .tinv-login form .tinvwl-input-group-btn {
716
  display: block;
717
  padding: 0;
718
  width: auto;
719
+ margin-top: 10px;
720
+ }
721
+ }
722
  .tinv-overlay {
723
  width: 100%;
724
  height: 100%;
725
  visibility: hidden;
726
  opacity: 0;
727
+ background: #191919;
728
+ }
729
 
730
  .tinv-modal.tinv-modal-open .tinv-overlay {
731
  visibility: visible;
732
+ opacity: 0.5;
733
+ }
734
 
735
  .admin-bar .tinv-wishlist .tinv-modal {
736
+ padding-top: 32px !important;
737
+ }
738
 
739
  .tinv-wishlist .tinv-modal {
740
  overflow-y: auto;
746
  -webkit-backface-visibility: hidden;
747
  visibility: hidden;
748
  opacity: 0;
749
+ text-align: left;
750
+ }
751
+ .tinv-wishlist .tinv-modal .tinv-modal-inner {
752
+ position: relative;
753
+ margin: 0 auto;
754
+ background-color: #fff;
755
+ max-width: 360px;
756
+ padding: 40px;
757
+ }
758
+ .tinv-wishlist .tinv-modal.tinv-modal-open {
759
+ visibility: visible;
760
+ opacity: 1;
761
+ width: 100%;
762
+ height: 100%;
763
+ }
764
+ .tinv-wishlist .tinv-modal .tinv-close-modal {
765
+ display: inline-block;
766
+ position: absolute;
767
+ top: 17px;
768
+ right: 14px;
769
+ width: 26px;
770
+ height: 26px;
771
+ line-height: 26px;
772
+ font-size: 12px;
773
+ text-align: center;
774
+ border-radius: 50%;
775
+ border-bottom: 0;
776
+ -webkit-box-shadow: none !important;
777
+ box-shadow: none !important;
778
+ background-color: #ebe9eb;
779
+ }
780
+ .tinv-wishlist .tinv-modal .icon_big_heart_check, .tinv-wishlist .tinv-modal .icon_big_times, .tinv-wishlist .tinv-modal img {
781
+ display: block;
782
+ margin: 0 auto;
783
+ margin-bottom: 25px;
784
+ opacity: 1 !important;
785
+ }
786
+ .tinv-wishlist .tinv-modal ul {
787
+ overflow: visible;
788
+ list-style: disc;
789
+ margin: 10px 0 0 20px;
790
+ }
791
+ .tinv-wishlist .tinv-modal li {
792
+ list-style: disc !important;
793
+ }
794
  .tinv-wishlist .tinv-create-list .tinv-modal ul, .tinv-wishlist.tinv-create-list form ul {
795
  list-style: none !important;
796
+ margin: 25px 0 0;
797
+ }
798
  .tinv-wishlist .tinv-create-list .tinv-modal li, .tinv-wishlist.tinv-create-list form li {
799
+ list-style: none !important;
800
+ }
801
  .tinv-wishlist .tinv-modal .already-in {
802
+ margin-bottom: 35px;
803
+ }
804
  .tinv-wishlist .tinv-modal .delete-notification {
805
+ margin-bottom: 25px;
806
+ }
807
  .tinv-wishlist .tinv-modal .already-in ul {
808
  overflow: visible;
809
+ margin: 12px 0 27px 17px;
810
+ }
811
  .tinv-wishlist .tinv-modal select {
812
+ width: 100%;
813
+ }
814
  .tinv-wishlist .tinv-modal button + .button, .tinv-wishlist .tinv-modal button + button {
815
  margin-top: 12px;
816
+ width: 100%;
817
+ }
818
  .tinv-wishlist .tinv-modal input + button {
819
  margin-top: 12px;
820
+ width: 100%;
821
+ }
822
  .tinv-wishlist .tinv-modal label + button, .tinv-wishlist .tinv-modal label + input {
823
  margin-top: 12px;
824
+ width: 100%;
825
+ }
826
  .tinv-wishlist .tinv-modal select + button, .tinv-wishlist .tinv-modal select + input {
827
  margin-top: 12px;
828
+ width: 100%;
829
+ }
830
 
831
  @media screen and (max-width: 768px) {
832
  .admin-bar .tinv-wishlist .tinv-modal {
833
+ padding-top: 46px !important;
834
+ }
835
+ }
836
  @media screen and (max-width: 600px) {
837
  .admin-bar .tinv-wishlist .tinv-modal {
838
+ padding-top: 0 !important;
839
+ }
840
+
841
  .tinv-wishlist .tinv-modal .tinv-close-modal {
842
  position: static;
843
  display: block;
844
+ margin: 0 auto 20px;
845
+ }
846
+ }
847
  .tinv-wishlist .tinv-modal .already-in + label {
848
  display: block;
849
+ margin-top: 6px;
850
+ }
851
  .tinv-wishlist .tinv-modal label select {
852
+ margin-top: 8px;
853
+ }
854
  .tinv-wishlist .tinv-modal .delete-notification + button {
855
+ width: 100%;
856
+ }
857
  .tinv-wishlist .tinvwl_added_to_wishlist, .tinv-wishlist .tinvwl_created_wishlist {
858
+ text-align: center;
859
+ }
860
  .tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt {
861
+ margin-bottom: 25px;
862
+ }
863
  .tinv-wishlist .tinvwl_created_wishlist .tinv-txt {
864
+ margin-bottom: 25px;
865
+ }
866
  .tinv-wishlist .tinvwl_created_wishlist button {
867
  margin-top: 0;
868
+ margin-bottom: 10px;
869
+ }
870
 
871
  .woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
872
  margin-top: 0;
873
+ margin-bottom: 10px;
874
+ }
875
 
876
  .tinv-wishlist .tinv-modal .tinvwl-buttons-group {
877
+ margin-top: 20px;
878
+ }
879
  .tinv-wishlist .tinvwl-buttons-group button {
880
+ width: 100%;
881
+ }
882
+ .tinv-wishlist .tinvwl-buttons-group button + button {
883
+ margin-top: 7px;
884
+ }
885
+ .tinv-wishlist .tinvwl-buttons-group button i {
886
+ position: relative;
887
+ }
888
+ .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times {
889
+ font-size: 20px;
890
+ top: 0;
891
+ vertical-align: initial;
892
+ }
893
+ .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {
894
+ position: relative;
895
+ top: 3px;
896
+ }
897
  .tinv-wishlist .tinvwl-buttons-group + button {
898
  width: 100%;
899
+ margin-top: 7px;
900
+ }
901
  .tinv-wishlist .tinv-modal h2 {
902
  text-align: center;
903
+ margin: 0 0 35px;
904
+ }
905
  .tinv-wishlist .tinv-create-list .tinv-modal-inner {
906
  max-width: 778px;
907
+ padding: 30px;
908
+ }
909
  .tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group), .tinv-wishlist .tinvwl-input-group.tinvwl-has-error .form-control {
910
+ border: 2px solid #FF0000;
911
+ }
912
  .tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group) {
913
+ border: 2px solid #FF0000;
914
+ }
915
  .tinv-wishlist .tinvwl-has-error + .tinvwl-error {
916
  padding: 5px 0 0 5px;
917
+ color: #FF0000;
918
+ }
919
 
920
  @media only screen and (max-width: 768px) {
921
  .navigation-button, .social-buttons, .tinv-lists-nav {
922
  margin-left: 12px;
923
+ margin-right: 12px;
924
+ }
925
+ }
926
  .tinvwl-tooltip {
927
+ display: none;
928
+ }
929
 
930
  .tinvwl-input-group {
931
  position: relative;
932
  display: table;
933
+ border-collapse: separate;
934
+ }
935
+ .tinvwl-input-group .form-control {
936
+ position: relative;
937
+ z-index: 1;
938
+ float: left;
939
+ height: 38px;
940
+ width: 100%;
941
+ margin: 0;
942
+ }
943
+ .tinvwl-input-group .form-control + .tinvwl-input-group-btn {
944
+ padding-left: 15px;
945
+ }
946
 
947
  .tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control + .tinvwl-input-group-btn {
948
+ padding-left: 10px;
949
+ }
950
  .tinv-wishlist .tinv-search-form .tinvwl-input-group .form-control + .tinvwl-input-group-btn {
951
+ padding-left: 9px;
952
+ }
953
 
954
  .tinvwl-input-group .form-control, .tinvwl-input-group-addon, .tinvwl-input-group-btn {
955
+ display: table-cell;
956
+ }
957
 
958
  .tinvwl-input-group-addon, .tinvwl-input-group-btn {
959
  width: 1%;
960
  white-space: nowrap;
961
+ vertical-align: top;
962
+ }
963
 
964
  @media only screen and (max-width: 768px) {
965
  .tinvwl-input-group {
966
+ width: 100%;
967
+ }
968
+ }
969
  @media only screen and (max-width: 768px) {
970
  .tinvwl-input-group:not(.tinvwl-no-full) {
971
+ display: block;
972
+ }
973
+ .tinvwl-input-group:not(.tinvwl-no-full) .form-control, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {
974
+ display: block;
975
+ }
976
+ .tinvwl-input-group:not(.tinvwl-no-full) .form-control {
977
+ float: none;
978
+ }
979
+
980
  .tinv-wishlist .tinv-search-form .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {
981
  padding-top: 10px;
982
+ padding-left: 0;
983
+ }
984
+
985
  .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {
986
  padding-top: 10px;
987
+ padding-left: 0;
988
+ }
989
  .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon {
990
+ width: 100%;
991
+ }
992
+ .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > button, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > input {
993
+ width: 100%;
994
+ }
995
  .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {
996
+ width: 100%;
997
+ }
998
+ .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > button, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > input {
999
+ width: 100%;
1000
+ }
1001
+ }
1002
  .tinv-table {
1003
  display: table;
1004
  width: 100%;
1005
+ height: 100%;
1006
+ }
1007
 
1008
  .tinv-cell {
1009
  display: table-cell;
1010
+ vertical-align: middle;
1011
+ }
1012
 
1013
  .tinv-wishlist .tinv-wishlist-clear {
1014
  visibility: visible;
1015
  width: auto;
1016
+ height: auto;
1017
+ }
1018
 
1019
  .tinv-wishlist-clear:before {
1020
  content: "";
1021
+ display: table;
1022
+ }
1023
  .tinv-wishlist-clear:after {
1024
  content: "";
1025
  display: table;
1026
+ clear: both;
1027
+ }
1028
 
1029
  .icon_big_heart_check {
1030
  display: inline-block;
1039
  line-height: 1;
1040
  -webkit-font-smoothing: antialiased;
1041
  -moz-osx-font-smoothing: grayscale;
1042
+ font-size: 60px;
1043
+ }
1044
 
1045
  .icon_big_times {
1046
  display: inline-block;
1055
  line-height: 1;
1056
  -webkit-font-smoothing: antialiased;
1057
  -moz-osx-font-smoothing: grayscale;
1058
+ font-size: 60px;
1059
+ }
1060
+ .icon_big_times::before {
1061
+ content: "";
1062
+ top: -7px;
1063
+ left: -7px;
1064
+ position: relative;
1065
+ }
1066
 
1067
  .icon_big_heart_check::before {
1068
+ content: "";
1069
  top: -7px;
1070
  left: -7px;
1071
+ position: relative;
1072
+ }
1073
 
1074
  .tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist, .tinvwl_add_to_wishlist_button.disabled-add-wishlist {
1075
  opacity: 0.5 !important;
1076
+ cursor: not-allowed;
1077
+ }
1078
 
1079
  .empty-name-wishlist {
1080
+ border-color: #FF0000 !important;
1081
+ }
1082
 
1083
  .tinvwl_remove_from_wishlist-text, .tinvwl_already_on_wishlist-text {
1084
+ display: none !important;
1085
+ }
1086
 
1087
  .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_remove_from_wishlist-text, .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_already_on_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_remove_from_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_already_on_wishlist-text {
1088
+ display: inline !important;
1089
+ }
1090
  .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_add_to_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_add_to_wishlist-text {
1091
+ display: none !important;
1092
+ }
1093
 
1094
  @media only screen and (max-width: 1024px) {
1095
  .tinv-wishlist .tinvwl-table-manage-list .product-remove {
1096
+ display: table-cell;
1097
+ }
1098
+ }
1099
  @media only screen and (max-width: 768px) {
1100
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
1101
+ display: block;
1102
+ }
1103
+ }
1104
  .tooltipped {
1105
+ position: relative;
1106
+ }
1107
 
1108
  .tooltipped::after {
1109
  position: absolute;
1124
  content: attr(aria-label);
1125
  background: #1b1f23;
1126
  border-radius: 3px;
1127
+ opacity: 0;
1128
+ }
1129
 
1130
  .tooltipped::before {
1131
  position: absolute;
1137
  pointer-events: none;
1138
  content: "";
1139
  border: 6px solid transparent;
1140
+ opacity: 0;
1141
+ }
1142
 
1143
  @-webkit-keyframes tooltip-appear {
1144
  from {
1145
+ opacity: 0;
1146
+ }
1147
  to {
1148
+ opacity: 1;
1149
+ }
1150
+ }
1151
 
1152
  @keyframes tooltip-appear {
1153
  from {
1154
+ opacity: 0;
1155
+ }
1156
  to {
1157
+ opacity: 1;
1158
+ }
1159
+ }
1160
  .tooltipped:hover::before, .tooltipped:hover::after,
1161
  .tooltipped:active::before,
1162
  .tooltipped:active::after,
1173
  -webkit-animation-timing-function: ease-in;
1174
  animation-timing-function: ease-in;
1175
  -webkit-animation-delay: 0.4s;
1176
+ animation-delay: 0.4s;
1177
+ }
1178
 
1179
  .tooltipped-no-delay:hover::before, .tooltipped-no-delay:hover::after,
1180
  .tooltipped-no-delay:active::before,
1182
  .tooltipped-no-delay:focus::before,
1183
  .tooltipped-no-delay:focus::after {
1184
  -webkit-animation-delay: 0s;
1185
+ animation-delay: 0s;
1186
+ }
1187
 
1188
  .tooltipped-multiline:hover::after,
1189
  .tooltipped-multiline:active::after,
1190
  .tooltipped-multiline:focus::after {
1191
+ display: table-cell;
1192
+ }
1193
 
1194
  .tooltipped-s::after,
1195
  .tooltipped-se::after,
1196
  .tooltipped-sw::after {
1197
  top: 100%;
1198
  right: 50%;
1199
+ margin-top: 6px;
1200
+ }
1201
  .tooltipped-s::before,
1202
  .tooltipped-se::before,
1203
  .tooltipped-sw::before {
1205
  right: 50%;
1206
  bottom: -7px;
1207
  margin-right: -6px;
1208
+ border-bottom-color: #1b1f23;
1209
+ }
1210
 
1211
  .tooltipped-se::after {
1212
  right: auto;
1213
  left: 50%;
1214
+ margin-left: -16px;
1215
+ }
1216
 
1217
  .tooltipped-sw::after {
1218
+ margin-right: -16px;
1219
+ }
1220
 
1221
  .tooltipped-n::after,
1222
  .tooltipped-ne::after,
1223
  .tooltipped-nw::after {
1224
  right: 50%;
1225
  bottom: 100%;
1226
+ margin-bottom: 6px;
1227
+ }
1228
  .tooltipped-n::before,
1229
  .tooltipped-ne::before,
1230
  .tooltipped-nw::before {
1232
  right: 50%;
1233
  bottom: auto;
1234
  margin-right: -6px;
1235
+ border-top-color: #1b1f23;
1236
+ }
1237
 
1238
  .tooltipped-ne::after {
1239
  right: auto;
1240
  left: 50%;
1241
+ margin-left: -16px;
1242
+ }
1243
 
1244
  .tooltipped-nw::after {
1245
+ margin-right: -16px;
1246
+ }
1247
 
1248
  .tooltipped-s::after,
1249
  .tooltipped-n::after {
1250
  -webkit-transform: translateX(50%);
1251
+ transform: translateX(50%);
1252
+ }
1253
 
1254
  .tooltipped-w::after {
1255
  right: 100%;
1256
  bottom: 50%;
1257
  margin-right: 6px;
1258
  -webkit-transform: translateY(50%);
1259
+ transform: translateY(50%);
1260
+ }
1261
  .tooltipped-w::before {
1262
  top: 50%;
1263
  bottom: 50%;
1264
  left: -7px;
1265
  margin-top: -6px;
1266
+ border-left-color: #1b1f23;
1267
+ }
1268
 
1269
  .tooltipped-e::after {
1270
  bottom: 50%;
1271
  left: 100%;
1272
  margin-left: 6px;
1273
  -webkit-transform: translateY(50%);
1274
+ transform: translateY(50%);
1275
+ }
1276
  .tooltipped-e::before {
1277
  top: 50%;
1278
  right: -7px;
1279
  bottom: 50%;
1280
  margin-top: -6px;
1281
+ border-right-color: #1b1f23;
1282
+ }
1283
 
1284
  .tooltipped-align-right-1::after,
1285
  .tooltipped-align-right-2::after {
1286
  right: 0;
1287
+ margin-right: 0;
1288
+ }
1289
 
1290
  .tooltipped-align-right-1::before {
1291
+ right: 10px;
1292
+ }
1293
 
1294
  .tooltipped-align-right-2::before {
1295
+ right: 15px;
1296
+ }
1297
 
1298
  .tooltipped-align-left-1::after,
1299
  .tooltipped-align-left-2::after {
1300
  left: 0;
1301
+ margin-left: 0;
1302
+ }
1303
 
1304
  .tooltipped-align-left-1::before {
1305
+ left: 5px;
1306
+ }
1307
 
1308
  .tooltipped-align-left-2::before {
1309
+ left: 10px;
1310
+ }
1311
 
1312
  .tooltipped-multiline::after {
1313
  width: -webkit-max-content;
1316
  max-width: 250px;
1317
  word-wrap: break-word;
1318
  white-space: pre-line;
1319
+ border-collapse: separate;
1320
+ }
1321
  .tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after {
1322
  right: auto;
1323
  left: 50%;
1324
  -webkit-transform: translateX(-50%);
1325
+ transform: translateX(-50%);
1326
+ }
1327
  .tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after {
1328
+ right: 100%;
1329
+ }
1330
 
1331
  @media screen and (min-width: 0 \0 ) {
1332
  .tooltipped-multiline::after {
1333
+ width: 250px;
1334
+ }
1335
+ }
1336
  .tooltipped-sticky::before, .tooltipped-sticky::after {
1337
+ display: inline-block;
1338
+ }
1339
  .tooltipped-sticky.tooltipped-multiline::after {
1340
+ display: table-cell;
1341
+ }
1342
 
1343
  .tinvwl-table-manage-list .component_table_item_price:before {
1344
+ font-family: "FontAwesomeCP";
1345
  font-size: 1rem;
1346
  display: inline-block;
1347
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
1348
  -webkit-transform: rotate(90deg);
1349
  transform: rotate(90deg);
1350
+ content: "";
1351
  margin: 0 12px 0 3px;
1352
+ opacity: 0.25;
1353
+ }
1354
 
1355
  .wishlist-icon {
1356
+ position: relative;
1357
+ }
1358
 
1359
  .wishlist-popup {
1360
  opacity: 0;
1366
  border-radius: 5px;
1367
  line-height: 1.3;
1368
  text-align: center;
1369
+ font-size: 0.9em;
1370
  top: 100%;
1371
  background-color: rgba(0, 0, 0, 0.8);
1372
  right: 0;
1373
  color: #FFF;
1374
+ -webkit-transition: opacity 0.3s, max-height 0.3s;
1375
+ transition: opacity 0.3s, max-height 0.3s;
1376
+ -webkit-transition-delay: 0.3s;
1377
+ transition-delay: 0.3s;
1378
+ }
1379
 
1380
  .wishlist-popup:after {
1381
  bottom: 100%;
1389
  border-color: rgba(136, 183, 213, 0);
1390
  border-bottom-color: rgba(0, 0, 0, 0.8);
1391
  border-width: 10px;
1392
+ margin-left: -10px;
1393
+ }
1394
 
1395
  .wishlist-icon:hover .wishlist-popup {
1396
  opacity: 1;
1397
  max-height: 200px;
1398
+ overflow-y: auto;
1399
+ }
1400
 
1401
  .wishlist-popup a {
1402
  color: #ccc;
1403
+ display: block;
1404
+ }
1405
 
1406
  .wishlist-popup a:hover {
1407
+ color: #FFF;
1408
+ }
1409
 
1410
  .wishlist-icon.added:after {
1411
  background-color: red;
1412
  -webkit-transform: translateY(-3px);
1413
+ transform: translateY(-3px);
1414
+ }
1415
 
1416
  .wishlist-popup .ajax-loading,
1417
  .wishlist-popup .feedback {
1418
+ display: none !important;
1419
+ }
1420
 
1421
  .wishlist-title {
1422
+ margin-bottom: 20px;
1423
+ }
1424
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJwdWJsaWMuY3NzIl0sImZpbGUiOiJwdWJsaWMuY3NzIn0= */
1425
 
1426
  /*# sourceMappingURL=public.css.map */
assets/css/public.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":[],"mappings":"","sources":["public.css"],"file":"public.css","sourcesContent":["/*------------------------------------*\n\t$WEBFONT\n*------------------------------------*/\n.tinv-wishlist form, .tinv-wishlist p:last-child, .tinv-wishlist table {\n margin-bottom: 0; }\n\n.tinv-wishlist * {\n -webkit-box-sizing: border-box;\n box-sizing: border-box; }\n\n.tinvwl-wishlist :after, .tinvwl-wishlist :before {\n -webkit-box-sizing: border-box;\n box-sizing: border-box; }\n\n.tinv-wishlist select {\n width: 140px; }\n\n.tinv-wishlist ul {\n list-style: none;\n margin: 0;\n padding: 0; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {\n margin-top: -10px;\n margin-left: -10px; }\n\n.woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {\n text-align: center; }\n\n.tinv-wishlist .button i, .tinv-wishlist .navigation-button a i {\n margin-right: 6px; }\n\n.tinv-wishlist input[type=\"button\"] i, .tinv-wishlist input[type=\"reset\"] i, .tinv-wishlist input[type=\"submit\"] i {\n margin-right: 6px; }\n\n.tinv-wishlist a.tinv-close-modal i {\n margin-right: 0; }\n\na.wishlist_products_counter {\n text-decoration: none; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {\n content: '\\e909';\n display: inline-block;\n font-family: tinvwl-webfont !important;\n speak: none;\n font-style: normal;\n font-weight: 400;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 20px;\n vertical-align: sub;\n margin-right: 5px; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, a.wishlist_products_counter.top_wishlist-heart-plus:before, span.wishlist_products_counter.top_wishlist-heart-plus:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before {\n content: '\\e906';\n display: inline-block;\n font-family: tinvwl-webfont !important;\n speak: none;\n font-style: normal;\n font-weight: 400;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 20px;\n vertical-align: sub;\n margin-right: 5px; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {\n position: relative;\n width: 36px;\n height: 36px;\n vertical-align: sub; }\n\na.wishlist_products_counter.top_wishlist-heart-plus.no-txt, span.wishlist_products_counter.top_wishlist-heart-plus.no-txt {\n position: relative;\n width: 36px;\n height: 36px;\n vertical-align: sub; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {\n position: absolute;\n top: 50%;\n left: 50%;\n margin-right: 0; }\n\n.tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {\n padding-left: 1em;\n vertical-align: bottom; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {\n content: '\\e908'; }\n\n.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before, span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {\n content: '\\e908'; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart-plus.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, a.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before, span.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before {\n content: '\\e907'; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before, a.wishlist_products_counter.top_wishlist-white:before, span.wishlist_products_counter.top_wishlist-white:before {\n color: #FFF; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before, a.wishlist_products_counter.top_wishlist-black:before, span.wishlist_products_counter.top_wishlist-black:before {\n color: #000; }\n\n.tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {\n margin-bottom: 15px; }\n\n.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {\n margin-top: 15px; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {\n padding: 10px 11px;\n line-height: 1; }\n\n.wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button {\n margin: 0; }\n .wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button::before {\n display: none; }\n\na.wishlist_products_counter.top_wishlist-custom.no-txt, span.wishlist_products_counter.top_wishlist-custom.no-txt {\n padding: 10px 11px;\n line-height: 1; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img, a.wishlist_products_counter.top_wishlist-custom img, span.wishlist_products_counter.top_wishlist-custom img {\n display: inline-block !important;\n vertical-align: baseline;\n width: auto !important;\n max-width: 16px;\n max-height: 16px;\n margin-bottom: 0;\n margin: 0 6px 0 0 !important; }\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img, a.wishlist_products_counter.top_wishlist-custom.no-txt img, span.wishlist_products_counter.top_wishlist-custom.no-txt img {\n margin-right: 0 !important; }\n\n.single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button, div.product form.cart .tinvwl_add_to_wishlist_button {\n float: none; }\n\nul.products li.product .tinvwl_add_to_wishlist_button {\n margin-top: 1em; }\n\n.tinvwl_add_to_wishlist_button {\n display: inline-block;\n cursor: pointer;\n -webkit-transition: opacity 1s;\n transition: opacity 1s;\n opacity: 1;\n visibility: visible; }\n\n.tinv-wishlist.woocommerce .stock.in-stock:before {\n content: none; }\n\n.tinv-wraper.tinv-wishlist {\n font-size: 100%; }\n .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {\n position: absolute;\n z-index: 10;\n margin: 0;\n top: 10px;\n left: 10px; }\n .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button {\n margin-top: 0; }\n\n.tinv-create-list li input[type=radio] {\n margin-right: 10px; }\n\n.tinv-create-list li + li {\n margin-top: 15px; }\n\n.tinv-create-list .tinvwl-input-group + ul {\n margin-top: 25px; }\n\n.tinv-search-list {\n margin-bottom: 36px; }\n\n.tinv-wishlist .tinv-header {\n margin-bottom: 30px; }\n\n.tinv-wishlist table {\n position: relative;\n table-layout: auto;\n margin-bottom: 30px; }\n\n.tinv-overlay {\n top: 0;\n left: 0;\n position: fixed;\n -webkit-transition: opacity .3s ease, visibility .3s ease;\n transition: opacity .3s ease, visibility .3s ease; }\n\n.tinv-wishlist .tinv-modal {\n top: 0;\n left: 0;\n position: fixed;\n -webkit-transition: opacity .3s ease, visibility .3s ease;\n transition: opacity .3s ease, visibility .3s ease; }\n\n.tinv-wishlist table.tinvwl-table-manage-list {\n margin-bottom: 27px;\n width: 100%; }\n\n.tinv-wishlist table input[type=checkbox] {\n margin-right: 0; }\n\n.tinv-wishlist table td, .tinv-wishlist table th {\n padding: 1em;\n vertical-align: middle; }\n\n.tinv-wishlist .tinvwl-table-manage-list .product-cb {\n width: 35px;\n text-align: center; }\n\n.tinv-wishlist .tinvwl-table-manage-list .product-remove {\n width: 35px;\n text-align: center;\n padding: 1em .5em; }\n\n.tinv-wishlist .product-remove button {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-line-pack: center;\n align-content: center;\n margin: 0 auto;\n width: 27px;\n height: 27px;\n border-radius: 50%;\n padding: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n border: none;\n background-color: #f7f7f7;\n color: #000000;\n font-size: 20px;\n padding-left: 1px;\n padding-top: 3px;\n min-height: 0; }\n\n.tinv-wishlist .product-thumbnail {\n min-width: 100px;\n max-width: 100%;\n width: 100px; }\n .tinv-wishlist .product-thumbnail .wp-post-image {\n margin-bottom: 0; }\n\n.tinv-wishlist td.product-name a + .variation {\n margin-top: 2px; }\n\n.tinv-wishlist .product-stock i {\n margin-right: 15px; }\n\n.tinv-wishlist .product-stock p {\n display: table; }\n .tinv-wishlist .product-stock p.stock::before {\n display: none; }\n\n.tinv-wishlist .product-stock span {\n display: table-cell;\n vertical-align: middle; }\n\n.tinv-wishlist .product-action > .button > i, .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove], .tinv-wishlist table thead th .tinvwl-mobile {\n display: none; }\n\n.tinv-wishlist.woocommerce .product-quantity {\n width: 80px;\n text-align: center; }\n\n.tinv-wishlist.woocommerce table .quantity .qty {\n max-width: 100%;\n width: 62px;\n text-align: left; }\n\n.tinv-wishlist .product-action {\n width: 135px;\n text-align: center; }\n .tinv-wishlist .product-action .button {\n width: 100%; }\n .tinv-wishlist .product-action .tinvwl_move_product_button {\n margin-top: 5px; }\n\n.tinv-wishlist .tinvwl-table-manage-list .product-action > button[name=tinvwl-remove] > i {\n margin-right: 0; }\n\n.tinv-wishlist .wishlist-cb {\n width: 33px;\n text-align: center; }\n\n.tinv-wishlist .wishlist-name .tinvwl-rename-input input {\n width: 100%; }\n\n.tinv-wishlist .wishlist-name .tinvwl-rename-button {\n float: right; }\n .tinv-wishlist .wishlist-name .tinvwl-rename-button > i {\n margin-right: 10px; }\n\n.tinv-wishlist .wishlist-privacy, .tinv-wishlist table:not(.tinvwl-public) .wishlist-date {\n width: 18%; }\n\n.tinv-wishlist .wishlist-privacy select {\n width: 100%; }\n\n.tinv-wishlist .wishlist-name {\n width: 45%; }\n\n.tinv-wishlist .wishlist-action {\n width: 120px;\n text-align: center; }\n .tinv-wishlist .wishlist-action button[value=manage_remove] > i {\n display: none;\n margin-right: 0; }\n\n.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {\n display: inline-block;\n vertical-align: middle; }\n .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list > a.button {\n margin-right: 0; }\n\n.tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {\n margin-top: -10px; }\n\n.tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {\n float: left;\n width: 35%;\n margin-right: 2%; }\n\n.tinv-wishlist tfoot .tinvwl-to-right {\n float: left;\n width: 63%;\n text-align: right; }\n .tinv-wishlist tfoot .tinvwl-to-right > * {\n margin: 10px 0 0;\n vertical-align: middle; }\n .tinv-wishlist tfoot .tinvwl-to-right > * + * {\n margin-left: 10px; }\n\n.tinv-wishlist tfoot .tinvwl-to-left:empty + .tinvwl-to-right {\n width: 100%; }\n\n.tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {\n margin-top: 16px; }\n\n.tinv-wishlist .navigation-button {\n margin-top: -10px; }\n .tinv-wishlist .navigation-button > li {\n float: left; }\n .tinv-wishlist .navigation-button > li > .tinv-create-list > a, .tinv-wishlist .navigation-button > li > a {\n margin-right: 30px;\n margin-top: 10px;\n display: inline-block; }\n .tinv-wishlist .navigation-button > li > .tinv-create-list > a.button, .tinv-wishlist .navigation-button > li > a.button {\n margin-right: 10px; }\n .tinv-wishlist .navigation-button > li:last-child > .tinv-create-list > a, .tinv-wishlist .navigation-button > li:last-child > a {\n margin-right: 0; }\n\n.tinv-wishlist .social-buttons {\n text-align: right; }\n .tinv-wishlist .social-buttons > span, .tinv-wishlist .social-buttons > ul {\n display: inline-block;\n vertical-align: middle; }\n .tinv-wishlist .social-buttons > span {\n margin-right: 27px; }\n .tinv-wishlist .social-buttons li {\n float: left;\n margin: 0 5px 0 0;\n list-style: none; }\n .tinv-wishlist .social-buttons li:last-child {\n margin-right: 0; }\n .tinv-wishlist .social-buttons li a.social {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-line-pack: center;\n align-content: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n width: 2em;\n height: 2em;\n border-radius: 50%;\n text-align: center;\n -webkit-box-shadow: none;\n box-shadow: none;\n border: 0;\n font-size: 20px;\n text-decoration: none;\n text-transform: none !important; }\n .tinv-wishlist .social-buttons li a.social.white {\n color: #ffffff; }\n .tinv-wishlist .social-buttons li a.social.dark {\n color: #000000; }\n .tinv-wishlist .social-buttons li a.social i {\n line-height: 2em; }\n\n.tinv-wishlist .navigation-button .tinv-create-list > a.tinvwl-no-icon > i, .tinv-wishlist .navigation-button li > a.tinvwl-no-icon > i {\n display: none; }\n\n.tinv-wishlist .tinv-lists-nav {\n margin-top: 35px;\n margin-bottom: 35px;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n -ms-flex-direction: row;\n flex-direction: row;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n width: 100%; }\n .tinv-wishlist .tinv-lists-nav > * {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column;\n -ms-flex-preferred-size: 100%;\n flex-basis: 100%;\n -webkit-box-flex: 1;\n -ms-flex: 1;\n flex: 1;\n text-align: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center; }\n .tinv-wishlist .tinv-lists-nav > span {\n font-weight: 700; }\n\n.tinv-wishlist .tinv-next {\n display: inline-block;\n float: left; }\n\n.tinv-wishlist .tinv-prev {\n display: inline-block;\n float: left;\n margin-right: 35px !important; }\n\n.tinv-wishlist .tinv-prev i {\n margin-left: 0;\n margin-right: 18px; }\n\n.tinv-wishlist .tinv-next i {\n margin-left: 18px;\n margin-right: 0; }\n\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .tinvwl-table-manage-lists:not(.tinvwl-public) {\n margin-top: 0; }\n .tinv-wishlist .tinvwl-table-manage-list .product-remove {\n display: none; }\n .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove] {\n display: inline-block;\n margin-top: 5px; }\n .tinv-wishlist .product-action {\n width: 60px; } }\n\n@media only screen and (max-width: 1024px) and (min-width: 769px) {\n .tinv-wishlist .tinvwl-table-manage-list td.product-stock p {\n display: block;\n text-align: center; }\n .tinv-wishlist .product-stock span {\n display: block; }\n .tinv-wishlist .tinvwl-table-manage-list td.product-stock i {\n margin-right: 0; }\n .tinv-wishlist .tinvwl-table-manage-list td.product-stock .tinvwl-txt {\n display: none; }\n .tinv-wishlist .product-thumbnail {\n max-width: 76px;\n width: 76px; }\n .tinv-wishlist .product-action .button > i {\n display: inline-block;\n margin-right: 0; }\n .tinv-wishlist .product-action .button .tinvwl-txt {\n display: none; } }\n\n@media only screen and (max-width: 1023px) {\n .tinv-wishlist .tinv-lists-nav a.tinv-prev > i, .tinv-wishlist .tinv-lists-nav a.tinv-next > i {\n margin: 0; }\n .tinv-wishlist .tinv-lists-nav a.tinv-prev > span, .tinv-wishlist .tinv-lists-nav a.tinv-next > span {\n display: none; } }\n\n@media only screen and (max-width: 768px) {\n .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {\n display: none; }\n .tinv-wishlist table.tinvwl-table-manage-lists thead th:not(.wishlist-name) {\n display: none; }\n .tinv-wishlist thead th .tinvwl-full {\n display: none; }\n .tinv-wishlist table.tinvwl-table-manage-list thead th.product-name, .tinv-wishlist table.tinvwl-table-manage-lists thead th.wishlist-name {\n display: block;\n width: 100%;\n text-align: center; }\n .tinv-wishlist table thead th .tinvwl-mobile {\n display: block; }\n .tinv-wishlist table.tinvwl-table-manage-list tbody td {\n display: block;\n width: 100% !important;\n text-align: center; }\n .tinv-wishlist table.tinvwl-table-manage-lists tbody td, .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td {\n display: block;\n width: 100% !important;\n text-align: center; }\n .tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child) {\n border-bottom: 0; }\n .tinv-wishlist table.tinvwl-table-manage-lists tbody td:not(:last-child), .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td:not(:last-child) {\n border-bottom: 0; }\n .tinv-wishlist .product-stock p {\n margin: 0 auto; }\n .tinv-wishlist .product-thumbnail img {\n margin: 0 auto;\n max-width: 80px; }\n .tinv-wishlist.woocommerce table .quantity .qty {\n text-align: center;\n width: 100%; }\n .tinv-wishlist .product-action .tinvwl_move_product_button {\n margin-top: 10px; }\n .tinv-wishlist table.tinvwl-table-manage-list tfoot td {\n display: block;\n width: 100%; }\n .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-action button[value=manage_remove] {\n width: 100%; }\n .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-name .tinvwl-rename-button {\n float: none; } }\n\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .wishlist-name .tinvwl-rename-button > i, .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {\n margin-right: 0; }\n .tinv-wishlist .wishlist-name .tinvwl-rename-button span {\n display: none; }\n .tinv-wishlist .wishlist-action {\n width: 60px; }\n .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {\n float: none;\n width: auto; }\n .tinv-wishlist tfoot .tinvwl-to-right {\n float: none;\n width: auto;\n text-align: left; } }\n\n@media only screen and (max-width: 1024px) and (min-width: 768px) {\n .tinv-wishlist .wishlist-action button[value=\"manage_remove\"] span {\n display: none; }\n .tinv-wishlist .wishlist-action button[value=\"manage_remove\"] > i {\n display: inline-block; }\n .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {\n margin-top: 0; } }\n\n@media only screen and (max-width: 768px) {\n .tinv-wishlist button[value=\"manage_apply\"] .tinvwl-mobile, .tinv-wishlist button[value=\"product_apply\"] .tinvwl-mobile {\n display: none; }\n .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {\n display: block; }\n .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button {\n width: 100%;\n margin: 10px 0 0; }\n .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button {\n width: 100%;\n margin: 10px 0 0; }\n .tinv-wishlist tfoot .tinvwl-to-right > * {\n margin: 10px 0 0; }\n .tinv-wishlist tfoot .tinvwl-to-right .button:first-child, .tinv-wishlist tfoot .tinvwl-to-right button:first-child {\n margin-top: 0 !important; }\n .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {\n margin-top: 20px; } }\n\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .social-buttons {\n float: none;\n width: auto;\n text-align: left;\n margin-top: 20px; }\n .tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {\n margin-top: 30px; }\n .tinv-wishlist .tinv-login form input[name=login] {\n min-width: auto; } }\n\n@media only screen and (max-width: 768px) {\n .tinv-wishlist .social-buttons {\n text-align: center; }\n .tinv-wishlist .social-buttons > span {\n display: block;\n margin-top: 0;\n margin-right: 0;\n margin-bottom: 5px; } }\n\n@media only screen and (max-width: 768px) {\n .tinv-wishlist.woocommerce .tinv-login form .form-row-first, .tinv-wishlist.woocommerce .tinv-login form .form-row-last {\n float: none;\n width: 100%; }\n .tinv-wishlist.woocommerce .tinv-login form .form-row-first {\n padding: 0; }\n .tinv-wishlist.woocommerce .tinv-login form .form-row-last {\n padding: 0;\n margin-top: 10px; }\n .tinv-wishlist.woocommerce .tinv-login form .tinvwl-input-group-btn {\n display: block;\n padding: 0;\n width: auto;\n margin-top: 10px; } }\n\n.tinv-overlay {\n width: 100%;\n height: 100%;\n visibility: hidden;\n opacity: 0;\n background: #191919; }\n\n.tinv-modal.tinv-modal-open .tinv-overlay {\n visibility: visible;\n opacity: .5; }\n\n.admin-bar .tinv-wishlist .tinv-modal {\n padding-top: 32px !important; }\n\n.tinv-wishlist .tinv-modal {\n overflow-y: auto;\n overflow-x: hidden;\n width: 0;\n height: 0;\n z-index: 9999;\n outline: 0 !important;\n -webkit-backface-visibility: hidden;\n visibility: hidden;\n opacity: 0;\n text-align: left; }\n .tinv-wishlist .tinv-modal .tinv-modal-inner {\n position: relative;\n margin: 0 auto;\n background-color: #fff;\n max-width: 360px;\n padding: 40px; }\n .tinv-wishlist .tinv-modal.tinv-modal-open {\n visibility: visible;\n opacity: 1;\n width: 100%;\n height: 100%; }\n .tinv-wishlist .tinv-modal .tinv-close-modal {\n display: inline-block;\n position: absolute;\n top: 17px;\n right: 14px;\n width: 26px;\n height: 26px;\n line-height: 26px;\n font-size: 12px;\n text-align: center;\n border-radius: 50%;\n border-bottom: 0;\n -webkit-box-shadow: none !important;\n box-shadow: none !important;\n background-color: #ebe9eb; }\n .tinv-wishlist .tinv-modal .icon_big_heart_check, .tinv-wishlist .tinv-modal .icon_big_times, .tinv-wishlist .tinv-modal img {\n display: block;\n margin: 0 auto;\n margin-bottom: 25px;\n opacity: 1 !important; }\n .tinv-wishlist .tinv-modal ul {\n overflow: visible;\n list-style: disc;\n margin: 10px 0 0 20px; }\n .tinv-wishlist .tinv-modal li {\n list-style: disc !important; }\n\n.tinv-wishlist .tinv-create-list .tinv-modal ul, .tinv-wishlist.tinv-create-list form ul {\n list-style: none !important;\n margin: 25px 0 0; }\n\n.tinv-wishlist .tinv-create-list .tinv-modal li, .tinv-wishlist.tinv-create-list form li {\n list-style: none !important; }\n\n.tinv-wishlist .tinv-modal .already-in {\n margin-bottom: 35px; }\n\n.tinv-wishlist .tinv-modal .delete-notification {\n margin-bottom: 25px; }\n\n.tinv-wishlist .tinv-modal .already-in ul {\n overflow: visible;\n margin: 12px 0 27px 17px; }\n\n.tinv-wishlist .tinv-modal select {\n width: 100%; }\n\n.tinv-wishlist .tinv-modal button + .button, .tinv-wishlist .tinv-modal button + button {\n margin-top: 12px;\n width: 100%; }\n\n.tinv-wishlist .tinv-modal input + button {\n margin-top: 12px;\n width: 100%; }\n\n.tinv-wishlist .tinv-modal label + button, .tinv-wishlist .tinv-modal label + input {\n margin-top: 12px;\n width: 100%; }\n\n.tinv-wishlist .tinv-modal select + button, .tinv-wishlist .tinv-modal select + input {\n margin-top: 12px;\n width: 100%; }\n\n@media screen and (max-width: 768px) {\n .admin-bar .tinv-wishlist .tinv-modal {\n padding-top: 46px !important; } }\n\n@media screen and (max-width: 600px) {\n .admin-bar .tinv-wishlist .tinv-modal {\n padding-top: 0 !important; }\n .tinv-wishlist .tinv-modal .tinv-close-modal {\n position: static;\n display: block;\n margin: 0 auto 20px; } }\n\n.tinv-wishlist .tinv-modal .already-in + label {\n display: block;\n margin-top: 6px; }\n\n.tinv-wishlist .tinv-modal label select {\n margin-top: 8px; }\n\n.tinv-wishlist .tinv-modal .delete-notification + button {\n width: 100%; }\n\n.tinv-wishlist .tinvwl_added_to_wishlist, .tinv-wishlist .tinvwl_created_wishlist {\n text-align: center; }\n\n.tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt {\n margin-bottom: 25px; }\n\n.tinv-wishlist .tinvwl_created_wishlist .tinv-txt {\n margin-bottom: 25px; }\n\n.tinv-wishlist .tinvwl_created_wishlist button {\n margin-top: 0;\n margin-bottom: 10px; }\n\n.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {\n margin-top: 0;\n margin-bottom: 10px; }\n\n.tinv-wishlist .tinv-modal .tinvwl-buttons-group {\n margin-top: 20px; }\n\n.tinv-wishlist .tinvwl-buttons-group button {\n width: 100%; }\n .tinv-wishlist .tinvwl-buttons-group button + button {\n margin-top: 7px; }\n .tinv-wishlist .tinvwl-buttons-group button i {\n position: relative; }\n .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times {\n font-size: 20px;\n top: 0;\n vertical-align: initial; }\n .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {\n position: relative;\n top: 3px; }\n\n.tinv-wishlist .tinvwl-buttons-group + button {\n width: 100%;\n margin-top: 7px; }\n\n.tinv-wishlist .tinv-modal h2 {\n text-align: center;\n margin: 0 0 35px; }\n\n.tinv-wishlist .tinv-create-list .tinv-modal-inner {\n max-width: 778px;\n padding: 30px; }\n\n.tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group), .tinv-wishlist .tinvwl-input-group.tinvwl-has-error .form-control {\n border: 2px solid #FF0000; }\n\n.tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group) {\n border: 2px solid #FF0000; }\n\n.tinv-wishlist .tinvwl-has-error + .tinvwl-error {\n padding: 5px 0 0 5px;\n color: #FF0000; }\n\n@media only screen and (max-width: 768px) {\n .navigation-button, .social-buttons, .tinv-lists-nav {\n margin-left: 12px;\n margin-right: 12px; } }\n\n.tinvwl-tooltip {\n display: none; }\n\n.tinvwl-input-group {\n position: relative;\n display: table;\n border-collapse: separate; }\n .tinvwl-input-group .form-control {\n position: relative;\n z-index: 1;\n float: left;\n height: 38px;\n width: 100%;\n margin: 0; }\n .tinvwl-input-group .form-control + .tinvwl-input-group-btn {\n padding-left: 15px; }\n\n.tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control + .tinvwl-input-group-btn {\n padding-left: 10px; }\n\n.tinv-wishlist .tinv-search-form .tinvwl-input-group .form-control + .tinvwl-input-group-btn {\n padding-left: 9px; }\n\n.tinvwl-input-group .form-control, .tinvwl-input-group-addon, .tinvwl-input-group-btn {\n display: table-cell; }\n\n.tinvwl-input-group-addon, .tinvwl-input-group-btn {\n width: 1%;\n white-space: nowrap;\n vertical-align: top; }\n\n@media only screen and (max-width: 768px) {\n .tinvwl-input-group {\n width: 100%; } }\n\n@media only screen and (max-width: 768px) {\n .tinvwl-input-group:not(.tinvwl-no-full) {\n display: block; }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {\n display: block; }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control {\n float: none; }\n .tinv-wishlist .tinv-search-form .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {\n padding-top: 10px;\n padding-left: 0; }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {\n padding-top: 10px;\n padding-left: 0; }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon {\n width: 100%; }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > button, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > input {\n width: 100%; }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {\n width: 100%; }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > button, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > input {\n width: 100%; } }\n\n.tinv-table {\n display: table;\n width: 100%;\n height: 100%; }\n\n.tinv-cell {\n display: table-cell;\n vertical-align: middle; }\n\n.tinv-wishlist .tinv-wishlist-clear {\n visibility: visible;\n width: auto;\n height: auto; }\n\n.tinv-wishlist-clear:before {\n content: \"\";\n display: table; }\n\n.tinv-wishlist-clear:after {\n content: \"\";\n display: table;\n clear: both; }\n\n.icon_big_heart_check {\n display: inline-block;\n width: 46px;\n height: 46px;\n font-family: tinvwl-webfont !important;\n speak: none;\n font-style: normal;\n font-weight: 400;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 60px; }\n\n.icon_big_times {\n display: inline-block;\n width: 46px;\n height: 46px;\n font-family: tinvwl-webfont !important;\n speak: none;\n font-style: normal;\n font-weight: 400;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 60px; }\n .icon_big_times::before {\n content: \"\\e904\";\n top: -7px;\n left: -7px;\n position: relative; }\n\n.icon_big_heart_check::before {\n content: \"\\e90a\";\n top: -7px;\n left: -7px;\n position: relative; }\n\n.tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist, .tinvwl_add_to_wishlist_button.disabled-add-wishlist {\n opacity: 0.5 !important;\n cursor: not-allowed; }\n\n.empty-name-wishlist {\n border-color: #FF0000 !important; }\n\n.tinvwl_remove_from_wishlist-text, .tinvwl_already_on_wishlist-text {\n display: none !important; }\n\n.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_remove_from_wishlist-text, .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_already_on_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_remove_from_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_already_on_wishlist-text {\n display: inline !important; }\n\n.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_add_to_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_add_to_wishlist-text {\n display: none !important; }\n\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .tinvwl-table-manage-list .product-remove {\n display: table-cell; } }\n\n@media only screen and (max-width: 768px) {\n .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {\n display: block; } }\n\n.tooltipped {\n position: relative; }\n\n.tooltipped::after {\n position: absolute;\n z-index: 1000000;\n display: none;\n padding: 0.5em 0.75em;\n font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n -webkit-font-smoothing: subpixel-antialiased;\n color: #fff;\n text-align: center;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-wrap: break-word;\n white-space: pre;\n pointer-events: none;\n content: attr(aria-label);\n background: #1b1f23;\n border-radius: 3px;\n opacity: 0; }\n\n.tooltipped::before {\n position: absolute;\n z-index: 1000001;\n display: none;\n width: 0;\n height: 0;\n color: #1b1f23;\n pointer-events: none;\n content: \"\";\n border: 6px solid transparent;\n opacity: 0; }\n\n@-webkit-keyframes tooltip-appear {\n from {\n opacity: 0; }\n to {\n opacity: 1; } }\n\n@keyframes tooltip-appear {\n from {\n opacity: 0; }\n to {\n opacity: 1; } }\n\n.tooltipped:hover::before, .tooltipped:hover::after,\n.tooltipped:active::before,\n.tooltipped:active::after,\n.tooltipped:focus::before,\n.tooltipped:focus::after {\n display: inline-block;\n text-decoration: none;\n -webkit-animation-name: tooltip-appear;\n animation-name: tooltip-appear;\n -webkit-animation-duration: 0.1s;\n animation-duration: 0.1s;\n -webkit-animation-fill-mode: forwards;\n animation-fill-mode: forwards;\n -webkit-animation-timing-function: ease-in;\n animation-timing-function: ease-in;\n -webkit-animation-delay: 0.4s;\n animation-delay: 0.4s; }\n\n.tooltipped-no-delay:hover::before, .tooltipped-no-delay:hover::after,\n.tooltipped-no-delay:active::before,\n.tooltipped-no-delay:active::after,\n.tooltipped-no-delay:focus::before,\n.tooltipped-no-delay:focus::after {\n -webkit-animation-delay: 0s;\n animation-delay: 0s; }\n\n.tooltipped-multiline:hover::after,\n.tooltipped-multiline:active::after,\n.tooltipped-multiline:focus::after {\n display: table-cell; }\n\n.tooltipped-s::after,\n.tooltipped-se::after,\n.tooltipped-sw::after {\n top: 100%;\n right: 50%;\n margin-top: 6px; }\n\n.tooltipped-s::before,\n.tooltipped-se::before,\n.tooltipped-sw::before {\n top: auto;\n right: 50%;\n bottom: -7px;\n margin-right: -6px;\n border-bottom-color: #1b1f23; }\n\n.tooltipped-se::after {\n right: auto;\n left: 50%;\n margin-left: -16px; }\n\n.tooltipped-sw::after {\n margin-right: -16px; }\n\n.tooltipped-n::after,\n.tooltipped-ne::after,\n.tooltipped-nw::after {\n right: 50%;\n bottom: 100%;\n margin-bottom: 6px; }\n\n.tooltipped-n::before,\n.tooltipped-ne::before,\n.tooltipped-nw::before {\n top: -7px;\n right: 50%;\n bottom: auto;\n margin-right: -6px;\n border-top-color: #1b1f23; }\n\n.tooltipped-ne::after {\n right: auto;\n left: 50%;\n margin-left: -16px; }\n\n.tooltipped-nw::after {\n margin-right: -16px; }\n\n.tooltipped-s::after,\n.tooltipped-n::after {\n -webkit-transform: translateX(50%);\n transform: translateX(50%); }\n\n.tooltipped-w::after {\n right: 100%;\n bottom: 50%;\n margin-right: 6px;\n -webkit-transform: translateY(50%);\n transform: translateY(50%); }\n\n.tooltipped-w::before {\n top: 50%;\n bottom: 50%;\n left: -7px;\n margin-top: -6px;\n border-left-color: #1b1f23; }\n\n.tooltipped-e::after {\n bottom: 50%;\n left: 100%;\n margin-left: 6px;\n -webkit-transform: translateY(50%);\n transform: translateY(50%); }\n\n.tooltipped-e::before {\n top: 50%;\n right: -7px;\n bottom: 50%;\n margin-top: -6px;\n border-right-color: #1b1f23; }\n\n.tooltipped-align-right-1::after,\n.tooltipped-align-right-2::after {\n right: 0;\n margin-right: 0; }\n\n.tooltipped-align-right-1::before {\n right: 10px; }\n\n.tooltipped-align-right-2::before {\n right: 15px; }\n\n.tooltipped-align-left-1::after,\n.tooltipped-align-left-2::after {\n left: 0;\n margin-left: 0; }\n\n.tooltipped-align-left-1::before {\n left: 5px; }\n\n.tooltipped-align-left-2::before {\n left: 10px; }\n\n.tooltipped-multiline::after {\n width: -webkit-max-content;\n width: -moz-max-content;\n width: max-content;\n max-width: 250px;\n word-wrap: break-word;\n white-space: pre-line;\n border-collapse: separate; }\n\n.tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after {\n right: auto;\n left: 50%;\n -webkit-transform: translateX(-50%);\n transform: translateX(-50%); }\n\n.tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after {\n right: 100%; }\n\n@media screen and (min-width: 0 \\0 ) {\n .tooltipped-multiline::after {\n width: 250px; } }\n\n.tooltipped-sticky::before, .tooltipped-sticky::after {\n display: inline-block; }\n\n.tooltipped-sticky.tooltipped-multiline::after {\n display: table-cell; }\n\n.tinvwl-table-manage-list .component_table_item_price:before {\n font-family: 'FontAwesomeCP';\n font-size: 1rem;\n display: inline-block;\n -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n content: \"\\e811\";\n margin: 0 12px 0 3px;\n opacity: .25; }\n\n.wishlist-icon {\n position: relative; }\n\n.wishlist-popup {\n opacity: 0;\n max-height: 0;\n position: absolute;\n overflow: hidden;\n padding: 5px;\n margin-top: -10px;\n border-radius: 5px;\n line-height: 1.3;\n text-align: center;\n font-size: .9em;\n top: 100%;\n background-color: rgba(0, 0, 0, 0.8);\n right: 0;\n color: #FFF;\n -webkit-transition: opacity .3s, max-height .3s;\n transition: opacity .3s, max-height .3s;\n -webkit-transition-delay: .3s;\n transition-delay: .3s; }\n\n.wishlist-popup:after {\n bottom: 100%;\n right: 10px;\n border: solid transparent;\n content: \" \";\n height: 0;\n width: 0;\n position: absolute;\n pointer-events: none;\n border-color: rgba(136, 183, 213, 0);\n border-bottom-color: rgba(0, 0, 0, 0.8);\n border-width: 10px;\n margin-left: -10px; }\n\n.wishlist-icon:hover .wishlist-popup {\n opacity: 1;\n max-height: 200px;\n overflow-y: auto; }\n\n.wishlist-popup a {\n color: #ccc;\n display: block; }\n\n.wishlist-popup a:hover {\n color: #FFF; }\n\n.wishlist-icon.added:after {\n background-color: red;\n -webkit-transform: translateY(-3px);\n transform: translateY(-3px); }\n\n.wishlist-popup .ajax-loading,\n.wishlist-popup .feedback {\n display: none !important; }\n\n.wishlist-title {\n margin-bottom: 20px; }\n"]}
1
+ {"version":3,"names":[],"mappings":"","sources":["public.css"],"file":"public.css","sourcesContent":["@charset \"UTF-8\";\n/*------------------------------------*\n\t$WEBFONT\n*------------------------------------*/\n.tinv-wishlist form, .tinv-wishlist p:last-child, .tinv-wishlist table {\n margin-bottom: 0;\n}\n\n.tinv-wishlist * {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n.tinvwl-wishlist :after, .tinvwl-wishlist :before {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n.tinv-wishlist select {\n width: 140px;\n}\n.tinv-wishlist ul {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {\n margin-top: -10px;\n margin-left: -10px;\n}\n\n.woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {\n text-align: center;\n}\n\n.tinv-wishlist .button i, .tinv-wishlist .navigation-button a i {\n margin-right: 6px;\n}\n.tinv-wishlist input[type=button] i, .tinv-wishlist input[type=reset] i, .tinv-wishlist input[type=submit] i {\n margin-right: 6px;\n}\n.tinv-wishlist a.tinv-close-modal i {\n margin-right: 0;\n}\n\na.wishlist_products_counter {\n text-decoration: none;\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {\n content: \"\";\n display: inline-block;\n font-family: tinvwl-webfont !important;\n speak: none;\n font-style: normal;\n font-weight: 400;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 20px;\n vertical-align: sub;\n margin-right: 5px;\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before, a.wishlist_products_counter.top_wishlist-heart-plus:before, span.wishlist_products_counter.top_wishlist-heart-plus:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before {\n content: \"\";\n display: inline-block;\n font-family: tinvwl-webfont !important;\n speak: none;\n font-style: normal;\n font-weight: 400;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 20px;\n vertical-align: sub;\n margin-right: 5px;\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {\n position: relative;\n width: 36px;\n height: 36px;\n vertical-align: sub;\n}\n\na.wishlist_products_counter.top_wishlist-heart-plus.no-txt, span.wishlist_products_counter.top_wishlist-heart-plus.no-txt {\n position: relative;\n width: 36px;\n height: 36px;\n vertical-align: sub;\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {\n position: absolute;\n top: 50%;\n left: 50%;\n margin-right: 0;\n}\n.tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {\n padding-left: 1em;\n vertical-align: bottom;\n}\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {\n content: \"\";\n}\n\n.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before, span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {\n content: \"\";\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart-plus.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, a.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before, span.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before {\n content: \"\";\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before, a.wishlist_products_counter.top_wishlist-white:before, span.wishlist_products_counter.top_wishlist-white:before {\n color: #FFF;\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before, a.wishlist_products_counter.top_wishlist-black:before, span.wishlist_products_counter.top_wishlist-black:before {\n color: #000;\n}\n\n.tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {\n margin-bottom: 15px;\n}\n.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {\n margin-top: 15px;\n}\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {\n padding: 10px 11px;\n line-height: 1;\n}\n\n.wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button {\n margin: 0;\n}\n.wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button::before {\n display: none;\n}\n\na.wishlist_products_counter.top_wishlist-custom.no-txt, span.wishlist_products_counter.top_wishlist-custom.no-txt {\n padding: 10px 11px;\n line-height: 1;\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img, a.wishlist_products_counter.top_wishlist-custom img, span.wishlist_products_counter.top_wishlist-custom img {\n display: inline-block !important;\n vertical-align: baseline;\n width: auto !important;\n max-width: 16px;\n max-height: 16px;\n margin-bottom: 0;\n margin: 0 6px 0 0 !important;\n}\n\n.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img, a.wishlist_products_counter.top_wishlist-custom.no-txt img, span.wishlist_products_counter.top_wishlist-custom.no-txt img {\n margin-right: 0 !important;\n}\n\n.single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button, div.product form.cart .tinvwl_add_to_wishlist_button {\n float: none;\n}\n\nul.products li.product .tinvwl_add_to_wishlist_button {\n margin-top: 1em;\n}\n\n.tinvwl_add_to_wishlist_button {\n display: inline-block;\n cursor: pointer;\n -webkit-transition: opacity 1s;\n transition: opacity 1s;\n opacity: 1;\n visibility: visible;\n}\n\n.tinv-wishlist.woocommerce .stock.in-stock:before {\n content: none;\n}\n\n.tinv-wraper.tinv-wishlist {\n font-size: 100%;\n}\n.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {\n position: absolute;\n z-index: 10;\n margin: 0;\n top: 10px;\n left: 10px;\n}\n.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button {\n margin-top: 0;\n}\n\n.tinv-create-list li input[type=radio] {\n margin-right: 10px;\n}\n.tinv-create-list li + li {\n margin-top: 15px;\n}\n.tinv-create-list .tinvwl-input-group + ul {\n margin-top: 25px;\n}\n\n.tinv-search-list {\n margin-bottom: 36px;\n}\n\n.tinv-wishlist .tinv-header {\n margin-bottom: 30px;\n}\n.tinv-wishlist table {\n position: relative;\n table-layout: auto;\n margin-bottom: 30px;\n}\n\n.tinv-overlay {\n top: 0;\n left: 0;\n position: fixed;\n -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;\n transition: opacity 0.3s ease, visibility 0.3s ease;\n}\n\n.tinv-wishlist .tinv-modal {\n top: 0;\n left: 0;\n position: fixed;\n -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;\n transition: opacity 0.3s ease, visibility 0.3s ease;\n}\n.tinv-wishlist table.tinvwl-table-manage-list {\n margin-bottom: 27px;\n width: 100%;\n}\n.tinv-wishlist table input[type=checkbox] {\n margin-right: 0;\n}\n.tinv-wishlist table td, .tinv-wishlist table th {\n padding: 1em;\n vertical-align: middle;\n}\n.tinv-wishlist .tinvwl-table-manage-list .product-cb {\n width: 35px;\n text-align: center;\n}\n.tinv-wishlist .tinvwl-table-manage-list .product-remove {\n width: 35px;\n text-align: center;\n padding: 1em 0.5em;\n}\n.tinv-wishlist .product-remove button {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-line-pack: center;\n align-content: center;\n margin: 0 auto;\n width: 27px;\n height: 27px;\n border-radius: 50%;\n padding: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n border: none;\n background-color: #f7f7f7;\n color: #000000;\n font-size: 20px;\n padding-left: 1px;\n padding-top: 3px;\n min-height: 0;\n}\n.tinv-wishlist .product-thumbnail {\n min-width: 100px;\n max-width: 100%;\n width: 100px;\n}\n.tinv-wishlist .product-thumbnail .wp-post-image {\n margin-bottom: 0;\n}\n.tinv-wishlist td.product-name a + .variation {\n margin-top: 2px;\n}\n.tinv-wishlist .product-stock i {\n margin-right: 15px;\n}\n.tinv-wishlist .product-stock p {\n display: table;\n}\n.tinv-wishlist .product-stock p.stock::before {\n display: none;\n}\n.tinv-wishlist .product-stock span {\n display: table-cell;\n vertical-align: middle;\n}\n.tinv-wishlist .product-action > .button > i, .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove], .tinv-wishlist table thead th .tinvwl-mobile {\n display: none;\n}\n.tinv-wishlist.woocommerce .product-quantity {\n width: 80px;\n text-align: center;\n}\n.tinv-wishlist.woocommerce table .quantity .qty {\n max-width: 100%;\n width: 62px;\n text-align: left;\n}\n.tinv-wishlist .product-action {\n width: 135px;\n text-align: center;\n}\n.tinv-wishlist .product-action .button {\n width: 100%;\n}\n.tinv-wishlist .product-action .tinvwl_move_product_button {\n margin-top: 5px;\n}\n.tinv-wishlist .tinvwl-table-manage-list .product-action > button[name=tinvwl-remove] > i {\n margin-right: 0;\n}\n.tinv-wishlist .wishlist-cb {\n width: 33px;\n text-align: center;\n}\n.tinv-wishlist .wishlist-name .tinvwl-rename-input input {\n width: 100%;\n}\n.tinv-wishlist .wishlist-name .tinvwl-rename-button {\n float: right;\n}\n.tinv-wishlist .wishlist-name .tinvwl-rename-button > i {\n margin-right: 10px;\n}\n.tinv-wishlist .wishlist-privacy, .tinv-wishlist table:not(.tinvwl-public) .wishlist-date {\n width: 18%;\n}\n.tinv-wishlist .wishlist-privacy select {\n width: 100%;\n}\n.tinv-wishlist .wishlist-name {\n width: 45%;\n}\n.tinv-wishlist .wishlist-action {\n width: 120px;\n text-align: center;\n}\n.tinv-wishlist .wishlist-action button[value=manage_remove] > i {\n display: none;\n margin-right: 0;\n}\n.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {\n display: inline-block;\n vertical-align: middle;\n}\n.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list > a.button {\n margin-right: 0;\n}\n.tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {\n margin-top: -10px;\n}\n.tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {\n float: left;\n width: 35%;\n margin-right: 2%;\n}\n.tinv-wishlist tfoot .tinvwl-to-right {\n float: left;\n width: 63%;\n text-align: right;\n}\n.tinv-wishlist tfoot .tinvwl-to-right > * {\n margin: 10px 0 0;\n vertical-align: middle;\n}\n.tinv-wishlist tfoot .tinvwl-to-right > * + * {\n margin-left: 10px;\n}\n.tinv-wishlist tfoot .tinvwl-to-left:empty + .tinvwl-to-right {\n width: 100%;\n}\n.tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {\n margin-top: 16px;\n}\n.tinv-wishlist .navigation-button {\n margin-top: -10px;\n}\n.tinv-wishlist .navigation-button > li {\n float: left;\n}\n.tinv-wishlist .navigation-button > li > .tinv-create-list > a, .tinv-wishlist .navigation-button > li > a {\n margin-right: 30px;\n margin-top: 10px;\n display: inline-block;\n}\n.tinv-wishlist .navigation-button > li > .tinv-create-list > a.button, .tinv-wishlist .navigation-button > li > a.button {\n margin-right: 10px;\n}\n.tinv-wishlist .navigation-button > li:last-child > .tinv-create-list > a, .tinv-wishlist .navigation-button > li:last-child > a {\n margin-right: 0;\n}\n.tinv-wishlist .social-buttons {\n text-align: right;\n}\n.tinv-wishlist .social-buttons > span, .tinv-wishlist .social-buttons > ul {\n display: inline-block;\n vertical-align: middle;\n}\n.tinv-wishlist .social-buttons > span {\n margin-right: 27px;\n}\n.tinv-wishlist .social-buttons li {\n float: left;\n margin: 0 5px 0 0;\n list-style: none;\n}\n.tinv-wishlist .social-buttons li:last-child {\n margin-right: 0;\n}\n.tinv-wishlist .social-buttons li a.social {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-line-pack: center;\n align-content: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n width: 2em;\n height: 2em;\n border-radius: 50%;\n text-align: center;\n -webkit-box-shadow: none;\n box-shadow: none;\n border: 0;\n font-size: 20px;\n text-decoration: none;\n text-transform: none !important;\n}\n.tinv-wishlist .social-buttons li a.social.white {\n color: #ffffff;\n}\n.tinv-wishlist .social-buttons li a.social.dark {\n color: #000000;\n}\n.tinv-wishlist .social-buttons li a.social i {\n line-height: 2em;\n}\n.tinv-wishlist .navigation-button .tinv-create-list > a.tinvwl-no-icon > i, .tinv-wishlist .navigation-button li > a.tinvwl-no-icon > i {\n display: none;\n}\n.tinv-wishlist .tinv-lists-nav {\n margin-top: 35px;\n margin-bottom: 35px;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n -ms-flex-direction: row;\n flex-direction: row;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n width: 100%;\n}\n.tinv-wishlist .tinv-lists-nav > * {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column;\n -ms-flex-preferred-size: 100%;\n flex-basis: 100%;\n -webkit-box-flex: 1;\n -ms-flex: 1;\n flex: 1;\n text-align: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n}\n.tinv-wishlist .tinv-lists-nav > span {\n font-weight: 700;\n}\n.tinv-wishlist .tinv-next {\n display: inline-block;\n float: left;\n}\n.tinv-wishlist .tinv-prev {\n display: inline-block;\n float: left;\n margin-right: 35px !important;\n}\n.tinv-wishlist .tinv-prev i {\n margin-left: 0;\n margin-right: 18px;\n}\n.tinv-wishlist .tinv-next i {\n margin-left: 18px;\n margin-right: 0;\n}\n\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .tinvwl-table-manage-lists:not(.tinvwl-public) {\n margin-top: 0;\n }\n .tinv-wishlist .tinvwl-table-manage-list .product-remove {\n display: none;\n }\n .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove] {\n display: inline-block;\n margin-top: 5px;\n }\n .tinv-wishlist .product-action {\n width: 60px;\n }\n}\n@media only screen and (max-width: 1024px) and (min-width: 769px) {\n .tinv-wishlist .tinvwl-table-manage-list td.product-stock p {\n display: block;\n text-align: center;\n }\n .tinv-wishlist .product-stock span {\n display: block;\n }\n .tinv-wishlist .tinvwl-table-manage-list td.product-stock i {\n margin-right: 0;\n }\n .tinv-wishlist .tinvwl-table-manage-list td.product-stock .tinvwl-txt {\n display: none;\n }\n .tinv-wishlist .product-thumbnail {\n max-width: 76px;\n width: 76px;\n }\n .tinv-wishlist .product-action .button > i {\n display: inline-block;\n margin-right: 0;\n }\n .tinv-wishlist .product-action .button .tinvwl-txt {\n display: none;\n }\n}\n@media only screen and (max-width: 1023px) {\n .tinv-wishlist .tinv-lists-nav a.tinv-prev > i, .tinv-wishlist .tinv-lists-nav a.tinv-next > i {\n margin: 0;\n }\n .tinv-wishlist .tinv-lists-nav a.tinv-prev > span, .tinv-wishlist .tinv-lists-nav a.tinv-next > span {\n display: none;\n }\n}\n@media only screen and (max-width: 768px) {\n .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {\n display: none;\n }\n .tinv-wishlist table.tinvwl-table-manage-lists thead th:not(.wishlist-name) {\n display: none;\n }\n .tinv-wishlist thead th .tinvwl-full {\n display: none;\n }\n .tinv-wishlist table.tinvwl-table-manage-list thead th.product-name, .tinv-wishlist table.tinvwl-table-manage-lists thead th.wishlist-name {\n display: block;\n width: 100%;\n text-align: center;\n }\n .tinv-wishlist table thead th .tinvwl-mobile {\n display: block;\n }\n .tinv-wishlist table.tinvwl-table-manage-list tbody td {\n display: block;\n width: 100% !important;\n text-align: center;\n }\n .tinv-wishlist table.tinvwl-table-manage-lists tbody td, .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td {\n display: block;\n width: 100% !important;\n text-align: center;\n }\n .tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child) {\n border-bottom: 0;\n }\n .tinv-wishlist table.tinvwl-table-manage-lists tbody td:not(:last-child), .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td:not(:last-child) {\n border-bottom: 0;\n }\n .tinv-wishlist .product-stock p {\n margin: 0 auto;\n }\n .tinv-wishlist .product-thumbnail img {\n margin: 0 auto;\n max-width: 80px;\n }\n .tinv-wishlist.woocommerce table .quantity .qty {\n text-align: center;\n width: 100%;\n }\n .tinv-wishlist .product-action .tinvwl_move_product_button {\n margin-top: 10px;\n }\n .tinv-wishlist table.tinvwl-table-manage-list tfoot td {\n display: block;\n width: 100%;\n }\n .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-action button[value=manage_remove] {\n width: 100%;\n }\n .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-name .tinvwl-rename-button {\n float: none;\n }\n}\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .wishlist-name .tinvwl-rename-button > i, .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {\n margin-right: 0;\n }\n .tinv-wishlist .wishlist-name .tinvwl-rename-button span {\n display: none;\n }\n .tinv-wishlist .wishlist-action {\n width: 60px;\n }\n .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {\n float: none;\n width: auto;\n }\n .tinv-wishlist tfoot .tinvwl-to-right {\n float: none;\n width: auto;\n text-align: left;\n }\n}\n@media only screen and (max-width: 1024px) and (min-width: 768px) {\n .tinv-wishlist .wishlist-action button[value=manage_remove] span {\n display: none;\n }\n .tinv-wishlist .wishlist-action button[value=manage_remove] > i {\n display: inline-block;\n }\n .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {\n margin-top: 0;\n }\n}\n@media only screen and (max-width: 768px) {\n .tinv-wishlist button[value=manage_apply] .tinvwl-mobile, .tinv-wishlist button[value=product_apply] .tinvwl-mobile {\n display: none;\n }\n .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {\n display: block;\n }\n .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button {\n width: 100%;\n margin: 10px 0 0;\n }\n .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button {\n width: 100%;\n margin: 10px 0 0;\n }\n .tinv-wishlist tfoot .tinvwl-to-right > * {\n margin: 10px 0 0;\n }\n .tinv-wishlist tfoot .tinvwl-to-right .button:first-child, .tinv-wishlist tfoot .tinvwl-to-right button:first-child {\n margin-top: 0 !important;\n }\n .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {\n margin-top: 20px;\n }\n}\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .social-buttons {\n float: none;\n width: auto;\n text-align: left;\n margin-top: 20px;\n }\n .tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {\n margin-top: 30px;\n }\n .tinv-wishlist .tinv-login form input[name=login] {\n min-width: auto;\n }\n}\n@media only screen and (max-width: 768px) {\n .tinv-wishlist .social-buttons {\n text-align: center;\n }\n .tinv-wishlist .social-buttons > span {\n display: block;\n margin-top: 0;\n margin-right: 0;\n margin-bottom: 5px;\n }\n}\n@media only screen and (max-width: 768px) {\n .tinv-wishlist.woocommerce .tinv-login form .form-row-first, .tinv-wishlist.woocommerce .tinv-login form .form-row-last {\n float: none;\n width: 100%;\n }\n .tinv-wishlist.woocommerce .tinv-login form .form-row-first {\n padding: 0;\n }\n .tinv-wishlist.woocommerce .tinv-login form .form-row-last {\n padding: 0;\n margin-top: 10px;\n }\n .tinv-wishlist.woocommerce .tinv-login form .tinvwl-input-group-btn {\n display: block;\n padding: 0;\n width: auto;\n margin-top: 10px;\n }\n}\n.tinv-overlay {\n width: 100%;\n height: 100%;\n visibility: hidden;\n opacity: 0;\n background: #191919;\n}\n\n.tinv-modal.tinv-modal-open .tinv-overlay {\n visibility: visible;\n opacity: 0.5;\n}\n\n.admin-bar .tinv-wishlist .tinv-modal {\n padding-top: 32px !important;\n}\n\n.tinv-wishlist .tinv-modal {\n overflow-y: auto;\n overflow-x: hidden;\n width: 0;\n height: 0;\n z-index: 9999;\n outline: 0 !important;\n -webkit-backface-visibility: hidden;\n visibility: hidden;\n opacity: 0;\n text-align: left;\n}\n.tinv-wishlist .tinv-modal .tinv-modal-inner {\n position: relative;\n margin: 0 auto;\n background-color: #fff;\n max-width: 360px;\n padding: 40px;\n}\n.tinv-wishlist .tinv-modal.tinv-modal-open {\n visibility: visible;\n opacity: 1;\n width: 100%;\n height: 100%;\n}\n.tinv-wishlist .tinv-modal .tinv-close-modal {\n display: inline-block;\n position: absolute;\n top: 17px;\n right: 14px;\n width: 26px;\n height: 26px;\n line-height: 26px;\n font-size: 12px;\n text-align: center;\n border-radius: 50%;\n border-bottom: 0;\n -webkit-box-shadow: none !important;\n box-shadow: none !important;\n background-color: #ebe9eb;\n}\n.tinv-wishlist .tinv-modal .icon_big_heart_check, .tinv-wishlist .tinv-modal .icon_big_times, .tinv-wishlist .tinv-modal img {\n display: block;\n margin: 0 auto;\n margin-bottom: 25px;\n opacity: 1 !important;\n}\n.tinv-wishlist .tinv-modal ul {\n overflow: visible;\n list-style: disc;\n margin: 10px 0 0 20px;\n}\n.tinv-wishlist .tinv-modal li {\n list-style: disc !important;\n}\n.tinv-wishlist .tinv-create-list .tinv-modal ul, .tinv-wishlist.tinv-create-list form ul {\n list-style: none !important;\n margin: 25px 0 0;\n}\n.tinv-wishlist .tinv-create-list .tinv-modal li, .tinv-wishlist.tinv-create-list form li {\n list-style: none !important;\n}\n.tinv-wishlist .tinv-modal .already-in {\n margin-bottom: 35px;\n}\n.tinv-wishlist .tinv-modal .delete-notification {\n margin-bottom: 25px;\n}\n.tinv-wishlist .tinv-modal .already-in ul {\n overflow: visible;\n margin: 12px 0 27px 17px;\n}\n.tinv-wishlist .tinv-modal select {\n width: 100%;\n}\n.tinv-wishlist .tinv-modal button + .button, .tinv-wishlist .tinv-modal button + button {\n margin-top: 12px;\n width: 100%;\n}\n.tinv-wishlist .tinv-modal input + button {\n margin-top: 12px;\n width: 100%;\n}\n.tinv-wishlist .tinv-modal label + button, .tinv-wishlist .tinv-modal label + input {\n margin-top: 12px;\n width: 100%;\n}\n.tinv-wishlist .tinv-modal select + button, .tinv-wishlist .tinv-modal select + input {\n margin-top: 12px;\n width: 100%;\n}\n\n@media screen and (max-width: 768px) {\n .admin-bar .tinv-wishlist .tinv-modal {\n padding-top: 46px !important;\n }\n}\n@media screen and (max-width: 600px) {\n .admin-bar .tinv-wishlist .tinv-modal {\n padding-top: 0 !important;\n }\n\n .tinv-wishlist .tinv-modal .tinv-close-modal {\n position: static;\n display: block;\n margin: 0 auto 20px;\n }\n}\n.tinv-wishlist .tinv-modal .already-in + label {\n display: block;\n margin-top: 6px;\n}\n.tinv-wishlist .tinv-modal label select {\n margin-top: 8px;\n}\n.tinv-wishlist .tinv-modal .delete-notification + button {\n width: 100%;\n}\n.tinv-wishlist .tinvwl_added_to_wishlist, .tinv-wishlist .tinvwl_created_wishlist {\n text-align: center;\n}\n.tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt {\n margin-bottom: 25px;\n}\n.tinv-wishlist .tinvwl_created_wishlist .tinv-txt {\n margin-bottom: 25px;\n}\n.tinv-wishlist .tinvwl_created_wishlist button {\n margin-top: 0;\n margin-bottom: 10px;\n}\n\n.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {\n margin-top: 0;\n margin-bottom: 10px;\n}\n\n.tinv-wishlist .tinv-modal .tinvwl-buttons-group {\n margin-top: 20px;\n}\n.tinv-wishlist .tinvwl-buttons-group button {\n width: 100%;\n}\n.tinv-wishlist .tinvwl-buttons-group button + button {\n margin-top: 7px;\n}\n.tinv-wishlist .tinvwl-buttons-group button i {\n position: relative;\n}\n.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times {\n font-size: 20px;\n top: 0;\n vertical-align: initial;\n}\n.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {\n position: relative;\n top: 3px;\n}\n.tinv-wishlist .tinvwl-buttons-group + button {\n width: 100%;\n margin-top: 7px;\n}\n.tinv-wishlist .tinv-modal h2 {\n text-align: center;\n margin: 0 0 35px;\n}\n.tinv-wishlist .tinv-create-list .tinv-modal-inner {\n max-width: 778px;\n padding: 30px;\n}\n.tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group), .tinv-wishlist .tinvwl-input-group.tinvwl-has-error .form-control {\n border: 2px solid #FF0000;\n}\n.tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group) {\n border: 2px solid #FF0000;\n}\n.tinv-wishlist .tinvwl-has-error + .tinvwl-error {\n padding: 5px 0 0 5px;\n color: #FF0000;\n}\n\n@media only screen and (max-width: 768px) {\n .navigation-button, .social-buttons, .tinv-lists-nav {\n margin-left: 12px;\n margin-right: 12px;\n }\n}\n.tinvwl-tooltip {\n display: none;\n}\n\n.tinvwl-input-group {\n position: relative;\n display: table;\n border-collapse: separate;\n}\n.tinvwl-input-group .form-control {\n position: relative;\n z-index: 1;\n float: left;\n height: 38px;\n width: 100%;\n margin: 0;\n}\n.tinvwl-input-group .form-control + .tinvwl-input-group-btn {\n padding-left: 15px;\n}\n\n.tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control + .tinvwl-input-group-btn {\n padding-left: 10px;\n}\n.tinv-wishlist .tinv-search-form .tinvwl-input-group .form-control + .tinvwl-input-group-btn {\n padding-left: 9px;\n}\n\n.tinvwl-input-group .form-control, .tinvwl-input-group-addon, .tinvwl-input-group-btn {\n display: table-cell;\n}\n\n.tinvwl-input-group-addon, .tinvwl-input-group-btn {\n width: 1%;\n white-space: nowrap;\n vertical-align: top;\n}\n\n@media only screen and (max-width: 768px) {\n .tinvwl-input-group {\n width: 100%;\n }\n}\n@media only screen and (max-width: 768px) {\n .tinvwl-input-group:not(.tinvwl-no-full) {\n display: block;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {\n display: block;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control {\n float: none;\n }\n\n .tinv-wishlist .tinv-search-form .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {\n padding-top: 10px;\n padding-left: 0;\n }\n\n .tinvwl-input-group:not(.tinvwl-no-full) .form-control + .tinvwl-input-group-btn {\n padding-top: 10px;\n padding-left: 0;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon {\n width: 100%;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > button, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > input {\n width: 100%;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {\n width: 100%;\n }\n .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > button, .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > input {\n width: 100%;\n }\n}\n.tinv-table {\n display: table;\n width: 100%;\n height: 100%;\n}\n\n.tinv-cell {\n display: table-cell;\n vertical-align: middle;\n}\n\n.tinv-wishlist .tinv-wishlist-clear {\n visibility: visible;\n width: auto;\n height: auto;\n}\n\n.tinv-wishlist-clear:before {\n content: \"\";\n display: table;\n}\n.tinv-wishlist-clear:after {\n content: \"\";\n display: table;\n clear: both;\n}\n\n.icon_big_heart_check {\n display: inline-block;\n width: 46px;\n height: 46px;\n font-family: tinvwl-webfont !important;\n speak: none;\n font-style: normal;\n font-weight: 400;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 60px;\n}\n\n.icon_big_times {\n display: inline-block;\n width: 46px;\n height: 46px;\n font-family: tinvwl-webfont !important;\n speak: none;\n font-style: normal;\n font-weight: 400;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-size: 60px;\n}\n.icon_big_times::before {\n content: \"\";\n top: -7px;\n left: -7px;\n position: relative;\n}\n\n.icon_big_heart_check::before {\n content: \"\";\n top: -7px;\n left: -7px;\n position: relative;\n}\n\n.tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist, .tinvwl_add_to_wishlist_button.disabled-add-wishlist {\n opacity: 0.5 !important;\n cursor: not-allowed;\n}\n\n.empty-name-wishlist {\n border-color: #FF0000 !important;\n}\n\n.tinvwl_remove_from_wishlist-text, .tinvwl_already_on_wishlist-text {\n display: none !important;\n}\n\n.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_remove_from_wishlist-text, .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_already_on_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_remove_from_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_already_on_wishlist-text {\n display: inline !important;\n}\n.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_add_to_wishlist-text, .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_add_to_wishlist-text {\n display: none !important;\n}\n\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .tinvwl-table-manage-list .product-remove {\n display: table-cell;\n }\n}\n@media only screen and (max-width: 768px) {\n .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {\n display: block;\n }\n}\n.tooltipped {\n position: relative;\n}\n\n.tooltipped::after {\n position: absolute;\n z-index: 1000000;\n display: none;\n padding: 0.5em 0.75em;\n font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n -webkit-font-smoothing: subpixel-antialiased;\n color: #fff;\n text-align: center;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n letter-spacing: normal;\n word-wrap: break-word;\n white-space: pre;\n pointer-events: none;\n content: attr(aria-label);\n background: #1b1f23;\n border-radius: 3px;\n opacity: 0;\n}\n\n.tooltipped::before {\n position: absolute;\n z-index: 1000001;\n display: none;\n width: 0;\n height: 0;\n color: #1b1f23;\n pointer-events: none;\n content: \"\";\n border: 6px solid transparent;\n opacity: 0;\n}\n\n@-webkit-keyframes tooltip-appear {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n\n@keyframes tooltip-appear {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n.tooltipped:hover::before, .tooltipped:hover::after,\n.tooltipped:active::before,\n.tooltipped:active::after,\n.tooltipped:focus::before,\n.tooltipped:focus::after {\n display: inline-block;\n text-decoration: none;\n -webkit-animation-name: tooltip-appear;\n animation-name: tooltip-appear;\n -webkit-animation-duration: 0.1s;\n animation-duration: 0.1s;\n -webkit-animation-fill-mode: forwards;\n animation-fill-mode: forwards;\n -webkit-animation-timing-function: ease-in;\n animation-timing-function: ease-in;\n -webkit-animation-delay: 0.4s;\n animation-delay: 0.4s;\n}\n\n.tooltipped-no-delay:hover::before, .tooltipped-no-delay:hover::after,\n.tooltipped-no-delay:active::before,\n.tooltipped-no-delay:active::after,\n.tooltipped-no-delay:focus::before,\n.tooltipped-no-delay:focus::after {\n -webkit-animation-delay: 0s;\n animation-delay: 0s;\n}\n\n.tooltipped-multiline:hover::after,\n.tooltipped-multiline:active::after,\n.tooltipped-multiline:focus::after {\n display: table-cell;\n}\n\n.tooltipped-s::after,\n.tooltipped-se::after,\n.tooltipped-sw::after {\n top: 100%;\n right: 50%;\n margin-top: 6px;\n}\n.tooltipped-s::before,\n.tooltipped-se::before,\n.tooltipped-sw::before {\n top: auto;\n right: 50%;\n bottom: -7px;\n margin-right: -6px;\n border-bottom-color: #1b1f23;\n}\n\n.tooltipped-se::after {\n right: auto;\n left: 50%;\n margin-left: -16px;\n}\n\n.tooltipped-sw::after {\n margin-right: -16px;\n}\n\n.tooltipped-n::after,\n.tooltipped-ne::after,\n.tooltipped-nw::after {\n right: 50%;\n bottom: 100%;\n margin-bottom: 6px;\n}\n.tooltipped-n::before,\n.tooltipped-ne::before,\n.tooltipped-nw::before {\n top: -7px;\n right: 50%;\n bottom: auto;\n margin-right: -6px;\n border-top-color: #1b1f23;\n}\n\n.tooltipped-ne::after {\n right: auto;\n left: 50%;\n margin-left: -16px;\n}\n\n.tooltipped-nw::after {\n margin-right: -16px;\n}\n\n.tooltipped-s::after,\n.tooltipped-n::after {\n -webkit-transform: translateX(50%);\n transform: translateX(50%);\n}\n\n.tooltipped-w::after {\n right: 100%;\n bottom: 50%;\n margin-right: 6px;\n -webkit-transform: translateY(50%);\n transform: translateY(50%);\n}\n.tooltipped-w::before {\n top: 50%;\n bottom: 50%;\n left: -7px;\n margin-top: -6px;\n border-left-color: #1b1f23;\n}\n\n.tooltipped-e::after {\n bottom: 50%;\n left: 100%;\n margin-left: 6px;\n -webkit-transform: translateY(50%);\n transform: translateY(50%);\n}\n.tooltipped-e::before {\n top: 50%;\n right: -7px;\n bottom: 50%;\n margin-top: -6px;\n border-right-color: #1b1f23;\n}\n\n.tooltipped-align-right-1::after,\n.tooltipped-align-right-2::after {\n right: 0;\n margin-right: 0;\n}\n\n.tooltipped-align-right-1::before {\n right: 10px;\n}\n\n.tooltipped-align-right-2::before {\n right: 15px;\n}\n\n.tooltipped-align-left-1::after,\n.tooltipped-align-left-2::after {\n left: 0;\n margin-left: 0;\n}\n\n.tooltipped-align-left-1::before {\n left: 5px;\n}\n\n.tooltipped-align-left-2::before {\n left: 10px;\n}\n\n.tooltipped-multiline::after {\n width: -webkit-max-content;\n width: -moz-max-content;\n width: max-content;\n max-width: 250px;\n word-wrap: break-word;\n white-space: pre-line;\n border-collapse: separate;\n}\n.tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after {\n right: auto;\n left: 50%;\n -webkit-transform: translateX(-50%);\n transform: translateX(-50%);\n}\n.tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after {\n right: 100%;\n}\n\n@media screen and (min-width: 0 \\0 ) {\n .tooltipped-multiline::after {\n width: 250px;\n }\n}\n.tooltipped-sticky::before, .tooltipped-sticky::after {\n display: inline-block;\n}\n.tooltipped-sticky.tooltipped-multiline::after {\n display: table-cell;\n}\n\n.tinvwl-table-manage-list .component_table_item_price:before {\n font-family: \"FontAwesomeCP\";\n font-size: 1rem;\n display: inline-block;\n -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n content: \"\";\n margin: 0 12px 0 3px;\n opacity: 0.25;\n}\n\n.wishlist-icon {\n position: relative;\n}\n\n.wishlist-popup {\n opacity: 0;\n max-height: 0;\n position: absolute;\n overflow: hidden;\n padding: 5px;\n margin-top: -10px;\n border-radius: 5px;\n line-height: 1.3;\n text-align: center;\n font-size: 0.9em;\n top: 100%;\n background-color: rgba(0, 0, 0, 0.8);\n right: 0;\n color: #FFF;\n -webkit-transition: opacity 0.3s, max-height 0.3s;\n transition: opacity 0.3s, max-height 0.3s;\n -webkit-transition-delay: 0.3s;\n transition-delay: 0.3s;\n}\n\n.wishlist-popup:after {\n bottom: 100%;\n right: 10px;\n border: solid transparent;\n content: \" \";\n height: 0;\n width: 0;\n position: absolute;\n pointer-events: none;\n border-color: rgba(136, 183, 213, 0);\n border-bottom-color: rgba(0, 0, 0, 0.8);\n border-width: 10px;\n margin-left: -10px;\n}\n\n.wishlist-icon:hover .wishlist-popup {\n opacity: 1;\n max-height: 200px;\n overflow-y: auto;\n}\n\n.wishlist-popup a {\n color: #ccc;\n display: block;\n}\n\n.wishlist-popup a:hover {\n color: #FFF;\n}\n\n.wishlist-icon.added:after {\n background-color: red;\n -webkit-transform: translateY(-3px);\n transform: translateY(-3px);\n}\n\n.wishlist-popup .ajax-loading,\n.wishlist-popup .feedback {\n display: none !important;\n}\n\n.wishlist-title {\n margin-bottom: 20px;\n}"]}
assets/css/public.min.css CHANGED
@@ -1,6 +1,6 @@
1
  /**
2
  * TI WooCommerce Wishlist Plugin - Allow your store guests and customers to add products to Wishlist. Add Wishlist functionality to your store for free.
3
- * @version 1.26.1
4
  * @link https://wordpress.org/plugins/ti-woocommerce-wishlist/
5
  */
6
  .tinv-wishlist form,.tinv-wishlist p:last-child,.tinv-wishlist table{margin-bottom:0}
@@ -11,18 +11,18 @@
11
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{margin-top:-10px;margin-left:-10px}
12
  .woocommerce.tinv-wishlist #respond input#submit.alt,.woocommerce.tinv-wishlist a.button.alt,.woocommerce.tinv-wishlist button.button.alt,.woocommerce.tinv-wishlist input.button.alt{text-align:center}
13
  .tinv-wishlist .button i,.tinv-wishlist .navigation-button a i{margin-right:6px}
14
- .tinv-wishlist input[type="button"] i,.tinv-wishlist input[type="reset"] i,.tinv-wishlist input[type="submit"] i{margin-right:6px}
15
  .tinv-wishlist a.tinv-close-modal i{margin-right:0}
16
  a.wishlist_products_counter{text-decoration:none}
17
- .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,a.wishlist_products_counter.top_wishlist-heart:before,span.wishlist_products_counter.top_wishlist-heart:before,a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before{content:'\e909';display:inline-block;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;vertical-align:sub;margin-right:5px}
18
- .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,a.wishlist_products_counter.top_wishlist-heart-plus:before,span.wishlist_products_counter.top_wishlist-heart-plus:before,a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before{content:'\e906';display:inline-block;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;vertical-align:sub;margin-right:5px}
19
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{position:relative;width:36px;height:36px;vertical-align:sub}
20
  a.wishlist_products_counter.top_wishlist-heart-plus.no-txt,span.wishlist_products_counter.top_wishlist-heart-plus.no-txt{position:relative;width:36px;height:36px;vertical-align:sub}
21
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{position:absolute;top:50%;left:50%;margin-right:0}
22
  .tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{padding-left:1em;vertical-align:bottom}
23
- .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before{content:'\e908'}
24
- .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before,span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before{content:'\e908'}
25
- .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart-plus.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,a.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before,span.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before{content:'\e907'}
26
  .tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before,a.wishlist_products_counter.top_wishlist-white:before,span.wishlist_products_counter.top_wishlist-white:before{color:#FFF}
27
  .tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before,a.wishlist_products_counter.top_wishlist-black:before,span.wishlist_products_counter.top_wishlist-black:before{color:#000}
28
  .tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button{margin-bottom:15px}
@@ -163,8 +163,8 @@ ul.products li.product .tinvwl_add_to_wishlist_button{margin-top:1em}
163
  .tinv-wishlist-clear:after{content:"";display:table;clear:both}
164
  .icon_big_heart_check{display:inline-block;width:46px;height:46px;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px}
165
  .icon_big_times{display:inline-block;width:46px;height:46px;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px}
166
- .icon_big_times::before{content:"\e904";top:-7px;left:-7px;position:relative}
167
- .icon_big_heart_check::before{content:"\e90a";top:-7px;left:-7px;position:relative}
168
  .tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist,.tinvwl_add_to_wishlist_button.disabled-add-wishlist{opacity:.5 !important;cursor:not-allowed}
169
  .empty-name-wishlist{border-color:#f00 !important}
170
  .tinvwl_remove_from_wishlist-text,.tinvwl_already_on_wishlist-text{display:none !important}
@@ -200,7 +200,7 @@ ul.products li.product .tinvwl_add_to_wishlist_button{margin-top:1em}
200
  .tooltipped-multiline.tooltipped-w::after,.tooltipped-multiline.tooltipped-e::after{right:100%}
201
  .tooltipped-sticky::before,.tooltipped-sticky::after{display:inline-block}
202
  .tooltipped-sticky.tooltipped-multiline::after{display:table-cell}
203
- .tinvwl-table-manage-list .component_table_item_price:before{font-family:'FontAwesomeCP';font-size:1rem;display:inline-block;-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg);content:"\e811";margin:0 12px 0 3px;opacity:.25}
204
  .wishlist-icon{position:relative}
205
  .wishlist-popup{opacity:0;max-height:0;position:absolute;overflow:hidden;padding:5px;margin-top:-10px;border-radius:5px;line-height:1.3;text-align:center;font-size:.9em;top:100%;background-color:rgba(0,0,0,0.8);right:0;color:#FFF;-webkit-transition:opacity .3s,max-height .3s;transition:opacity .3s,max-height .3s;-webkit-transition-delay:.3s;transition-delay:.3s}
206
  .wishlist-popup:after{bottom:100%;right:10px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136,183,213,0);border-bottom-color:rgba(0,0,0,0.8);border-width:10px;margin-left:-10px}
@@ -218,8 +218,8 @@ ul.products li.product .tinvwl_add_to_wishlist_button{margin-top:1em}
218
  .tinv-wishlist .product-thumbnail{max-width:76px;width:76px}
219
  .tinv-wishlist .product-action .button>i{display:inline-block;margin-right:0}
220
  .tinv-wishlist .product-action .button .tinvwl-txt{display:none}
221
- }@media only screen and (max-width:1024px) and (min-width:768px){.tinv-wishlist .wishlist-action button[value="manage_remove"] span{display:none}
222
- .tinv-wishlist .wishlist-action button[value="manage_remove"]>i{display:inline-block}
223
  .tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right{margin-top:0}
224
  }@media only screen and (max-width:1024px){.tinv-wishlist .tinvwl-table-manage-lists:not(.tinvwl-public){margin-top:0}
225
  .tinv-wishlist .tinvwl-table-manage-list .product-remove{display:none}
@@ -252,7 +252,7 @@ ul.products li.product .tinvwl_add_to_wishlist_button{margin-top:1em}
252
  .tinv-wishlist table.tinvwl-table-manage-list tfoot td{display:block;width:100%}
253
  .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-action button[value=manage_remove]{width:100%}
254
  .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-name .tinvwl-rename-button{float:none}
255
- .tinv-wishlist button[value="manage_apply"] .tinvwl-mobile,.tinv-wishlist button[value="product_apply"] .tinvwl-mobile{display:none}
256
  .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list{display:block}
257
  .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button,.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button{width:100%;margin:10px 0 0}
258
  .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button,.tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button{width:100%;margin:10px 0 0}
1
  /**
2
  * TI WooCommerce Wishlist Plugin - Allow your store guests and customers to add products to Wishlist. Add Wishlist functionality to your store for free.
3
+ * @version 1.27.0
4
  * @link https://wordpress.org/plugins/ti-woocommerce-wishlist/
5
  */
6
  .tinv-wishlist form,.tinv-wishlist p:last-child,.tinv-wishlist table{margin-bottom:0}
11
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{margin-top:-10px;margin-left:-10px}
12
  .woocommerce.tinv-wishlist #respond input#submit.alt,.woocommerce.tinv-wishlist a.button.alt,.woocommerce.tinv-wishlist button.button.alt,.woocommerce.tinv-wishlist input.button.alt{text-align:center}
13
  .tinv-wishlist .button i,.tinv-wishlist .navigation-button a i{margin-right:6px}
14
+ .tinv-wishlist input[type=button] i,.tinv-wishlist input[type=reset] i,.tinv-wishlist input[type=submit] i{margin-right:6px}
15
  .tinv-wishlist a.tinv-close-modal i{margin-right:0}
16
  a.wishlist_products_counter{text-decoration:none}
17
+ .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,a.wishlist_products_counter.top_wishlist-heart:before,span.wishlist_products_counter.top_wishlist-heart:before,a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before{content:"";display:inline-block;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;vertical-align:sub;margin-right:5px}
18
+ .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,a.wishlist_products_counter.top_wishlist-heart-plus:before,span.wishlist_products_counter.top_wishlist-heart-plus:before,a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before{content:"";display:inline-block;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;vertical-align:sub;margin-right:5px}
19
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{position:relative;width:36px;height:36px;vertical-align:sub}
20
  a.wishlist_products_counter.top_wishlist-heart-plus.no-txt,span.wishlist_products_counter.top_wishlist-heart-plus.no-txt{position:relative;width:36px;height:36px;vertical-align:sub}
21
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{position:absolute;top:50%;left:50%;margin-right:0}
22
  .tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,.tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{padding-left:1em;vertical-align:bottom}
23
+ .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before{content:""}
24
+ .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before,span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before{content:""}
25
+ .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart-plus.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,a.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before,span.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before{content:""}
26
  .tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before,a.wishlist_products_counter.top_wishlist-white:before,span.wishlist_products_counter.top_wishlist-white:before{color:#FFF}
27
  .tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before,a.wishlist_products_counter.top_wishlist-black:before,span.wishlist_products_counter.top_wishlist-black:before{color:#000}
28
  .tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button{margin-bottom:15px}
163
  .tinv-wishlist-clear:after{content:"";display:table;clear:both}
164
  .icon_big_heart_check{display:inline-block;width:46px;height:46px;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px}
165
  .icon_big_times{display:inline-block;width:46px;height:46px;font-family:tinvwl-webfont !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px}
166
+ .icon_big_times::before{content:"";top:-7px;left:-7px;position:relative}
167
+ .icon_big_heart_check::before{content:"";top:-7px;left:-7px;position:relative}
168
  .tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist,.tinvwl_add_to_wishlist_button.disabled-add-wishlist{opacity:.5 !important;cursor:not-allowed}
169
  .empty-name-wishlist{border-color:#f00 !important}
170
  .tinvwl_remove_from_wishlist-text,.tinvwl_already_on_wishlist-text{display:none !important}
200
  .tooltipped-multiline.tooltipped-w::after,.tooltipped-multiline.tooltipped-e::after{right:100%}
201
  .tooltipped-sticky::before,.tooltipped-sticky::after{display:inline-block}
202
  .tooltipped-sticky.tooltipped-multiline::after{display:table-cell}
203
+ .tinvwl-table-manage-list .component_table_item_price:before{font-family:"FontAwesomeCP";font-size:1rem;display:inline-block;-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg);content:"";margin:0 12px 0 3px;opacity:.25}
204
  .wishlist-icon{position:relative}
205
  .wishlist-popup{opacity:0;max-height:0;position:absolute;overflow:hidden;padding:5px;margin-top:-10px;border-radius:5px;line-height:1.3;text-align:center;font-size:.9em;top:100%;background-color:rgba(0,0,0,0.8);right:0;color:#FFF;-webkit-transition:opacity .3s,max-height .3s;transition:opacity .3s,max-height .3s;-webkit-transition-delay:.3s;transition-delay:.3s}
206
  .wishlist-popup:after{bottom:100%;right:10px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136,183,213,0);border-bottom-color:rgba(0,0,0,0.8);border-width:10px;margin-left:-10px}
218
  .tinv-wishlist .product-thumbnail{max-width:76px;width:76px}
219
  .tinv-wishlist .product-action .button>i{display:inline-block;margin-right:0}
220
  .tinv-wishlist .product-action .button .tinvwl-txt{display:none}
221
+ }@media only screen and (max-width:1024px) and (min-width:768px){.tinv-wishlist .wishlist-action button[value=manage_remove] span{display:none}
222
+ .tinv-wishlist .wishlist-action button[value=manage_remove]>i{display:inline-block}
223
  .tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right{margin-top:0}
224
  }@media only screen and (max-width:1024px){.tinv-wishlist .tinvwl-table-manage-lists:not(.tinvwl-public){margin-top:0}
225
  .tinv-wishlist .tinvwl-table-manage-list .product-remove{display:none}
252
  .tinv-wishlist table.tinvwl-table-manage-list tfoot td{display:block;width:100%}
253
  .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-action button[value=manage_remove]{width:100%}
254
  .tinv-wishlist table.tinvwl-table-manage-lists .wishlist-name .tinvwl-rename-button{float:none}
255
+ .tinv-wishlist button[value=manage_apply] .tinvwl-mobile,.tinv-wishlist button[value=product_apply] .tinvwl-mobile{display:none}
256
  .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list{display:block}
257
  .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button,.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button{width:100%;margin:10px 0 0}
258
  .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button,.tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button{width:100%;margin:10px 0 0}
assets/css/theme-rtl.css CHANGED
@@ -1,31 +1,32 @@
1
- .tinv-wishlist, .tinv-wishlist input, .tinv-wishlist select, .tinv-wishlist textarea, .tinv-wishlist button, .tinv-wishlist input[type="button"], .tinv-wishlist input[type="reset"], .tinv-wishlist input[type="submit"] {
2
  font-family: Georgia, serif;
3
  font-size: 14px;
4
  font-weight: 400;
5
  text-transform: none;
6
- line-height: 1.75; }
 
7
 
8
  .tinv-wishlist .woocommerce form .form-row input.input-text {
9
  line-height: 1;
10
  padding-top: 9.5px;
11
- padding-bottom: 9.5px; }
12
-
13
  .tinv-wishlist label {
14
- font-weight: 400; }
15
-
16
  .tinv-wishlist :-moz-placeholder, .tinv-wishlist ::-webkit-input-placeholder {
17
  color: #1a1a1a;
18
- font-family: Georgia, serif; }
19
-
20
  .tinv-wishlist ::-moz-placeholder {
21
  color: #1a1a1a;
22
  font-family: Georgia, serif;
23
- opacity: 1; }
24
-
25
  .tinv-wishlist :-ms-input-placeholder {
26
  color: #1a1a1a;
27
- font-family: Georgia, serif; }
28
-
29
  .tinv-wishlist select {
30
  -webkit-appearance: none;
31
  -moz-appearance: none;
@@ -34,48 +35,49 @@
34
  background-image: url(../img/select_caret_t.png);
35
  background-repeat: no-repeat;
36
  background-position: 4% center;
37
- background-position: calc(100% - (100% - 15px)) center; }
38
-
39
  .tinv-wishlist button {
40
  text-align: center;
41
  font-weight: 400;
42
  letter-spacing: 0;
43
  line-height: 1;
44
  text-transform: none;
45
- padding: 11.5px 19px; }
46
-
47
  .tinv-wishlist input[type=button], .tinv-wishlist input[type=reset], .tinv-wishlist input[type=submit] {
48
  text-align: center;
49
  font-weight: 400;
50
  letter-spacing: 0;
51
  line-height: 1;
52
  text-transform: none;
53
- padding: 11.5px 19px; }
54
-
55
  .tinv-wishlist .button, .tinv-wishlist button {
56
  -webkit-box-shadow: none;
57
  box-shadow: none;
58
  text-transform: none;
59
  border: none;
60
  -webkit-transition: none;
61
- transition: none; }
62
-
63
  .tinv-wishlist input[type=button], .tinv-wishlist input[type=reset], .tinv-wishlist input[type=submit] {
64
  -webkit-box-shadow: none;
65
  box-shadow: none;
66
  text-transform: none;
67
  border: none;
68
  -webkit-transition: none;
69
- transition: none; }
70
-
71
  .tinv-wishlist .product-quantity input[type=text].qty {
72
- padding: 6px 15px; }
73
-
74
  .tinv-wishlist input[type=text], .tinv-wishlist input[type=email], .tinv-wishlist input[type=url], .tinv-wishlist input[type=password], .tinv-wishlist input[type=search], .tinv-wishlist input[type=tel], .tinv-wishlist input[type=number] {
75
- padding: 6px 15px; }
76
-
77
  .tinv-wishlist textarea {
78
- padding: 6px 15px; }
 
79
 
80
  .woocommerce.tinv-wishlist #respond input#submit, .woocommerce.tinv-wishlist a.button, .woocommerce.tinv-wishlist button.button, .woocommerce.tinv-wishlist input.button {
81
  text-align: center;
@@ -85,16 +87,17 @@
85
  text-transform: none;
86
  padding: 11.5px 17px;
87
  -webkit-transition: none;
88
- transition: none; }
89
-
90
  .woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {
91
- padding: 11.5px 20px; }
92
-
93
  .woocommerce.tinv-wishlist .tinvwl-continue-shop {
94
  padding-right: 17px;
95
- padding-left: 17px; }
 
96
 
97
- .tinv-wishlist input[type="text"], .tinv-wishlist input[type="email"], .tinv-wishlist input[type="url"], .tinv-wishlist input[type="password"], .tinv-wishlist input[type="search"], .tinv-wishlist input[type="tel"], .tinv-wishlist input[type="number"], .tinv-wishlist textarea, .tinv-wishlist select, .tinv-wishlist .product-quantity input[type="text"].qty {
98
  font-family: inherit;
99
  color: #686868;
100
  background-color: #f7f7f7;
@@ -104,223 +107,285 @@
104
  border-radius: 2px;
105
  -webkit-box-shadow: none;
106
  box-shadow: none;
107
- font-size: 14px; }
 
108
 
109
  .tinv-wishlist {
110
- color: #1a1a1a; }
111
- .tinv-wishlist a i.ftinvwl-chevron-left, .tinv-wishlist a i.ftinvwl-chevron-right {
112
- font-size: 10px; }
113
- .tinv-wishlist table th {
114
- padding: 22px 12px; }
115
- .tinv-wishlist table td {
116
- padding: 27px 12px; }
117
- .tinv-wishlist table .entry-date {
118
- background: 100% 0;
119
- padding: 0;
120
- margin: 0;
121
- color: inherit; }
122
- .tinv-wishlist td.product-name {
123
- line-height: 20px; }
124
- .tinv-wishlist td.product-name a {
125
- line-height: 1.14; }
126
- .tinv-wishlist td.product-price {
127
- line-height: 24px; }
128
- .tinv-wishlist .product-stock i {
129
- font-size: 12px; }
130
- .tinv-wishlist .product-stock i.ftinvwl-times {
131
- font-size: 20px;
132
- margin-left: 8px; }
133
- .tinv-wishlist .tinvwl-table-manage-list td.product-quantity {
134
- padding-right: 9px;
135
- padding-left: 9px; }
136
- .tinv-wishlist.woocommerce table .quantity .qty {
137
- padding: 8px 12px; }
138
- .tinv-wishlist table.tinvwl-table-manage-list .product-action {
139
- padding-right: 11px;
140
- padding-left: 11px; }
141
- .tinv-wishlist .tinvwl-table-manage-list .product-action .tinvwl_move_product_button i, .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove] i {
142
- font-size: 12px; }
143
- .tinv-wishlist .wishlist-cb {
144
- padding-right: 10px;
145
- padding-left: 10px; }
146
- .tinv-wishlist .wishlist-name {
147
- min-width: 340px; }
148
- .tinv-wishlist .wishlist-privacy {
149
- padding-right: 15px;
150
- padding-left: 15px;
151
- min-width: 130px; }
152
- .tinv-wishlist table:not(.tinvwl-public) .wishlist-date {
153
- min-width: 130px; }
154
- .tinv-wishlist .wishlist-action {
155
- padding-right: 10px;
156
- padding-left: 10px; }
157
- .tinv-wishlist .tinv-login.tinv-wrapped-block {
158
- padding: 30px; }
159
- .tinv-wishlist .tinv-login form input[name=login] {
160
- min-width: 219px; }
161
- .tinv-wishlist .tinv-login input[name=username] {
162
- padding-right: 40px; }
163
- .tinv-wishlist .tinv-login input[name=password] {
164
- padding-right: 36px; }
165
- .tinv-wishlist .tinv-login .form-row {
166
- position: relative; }
167
- .tinv-wishlist .tinv-login .tinvwl-icon {
168
- display: inline-block; }
169
- .tinv-wishlist .tinv-modal .button {
170
- font-weight: 400;
171
- padding: 11px 11px 14px 11px; }
172
- .tinv-wishlist .tinv-modal .button i {
173
- font-size: 14px; }
174
- .tinv-wishlist .tinv-modal button i {
175
- font-size: 14px; }
176
- .tinv-wishlist .tinvwl_added_to_wishlist .tinvwl_button_view, .tinv-wishlist .tinvwl_created_wishlist .tinvwl_button_view {
177
- padding: 11px 11px 14px 11px; }
178
- .tinv-wishlist .tinv-modal .tinvwl-buttons-group button.tinvwl_button_close, .tinv-wishlist .tinv-modal .tinvwl-buttons-group button.tinvwl_button_view {
179
- float: right !important;
180
- width: calc(50% - 5px);
181
- white-space: normal; }
182
- .tinv-wishlist .tinv-modal .tinvwl-buttons-group button + a button, .tinv-wishlist .tinv-modal .tinvwl-buttons-group button + button {
183
- margin: 0 10px 0 0; }
184
- .tinv-wishlist .tinv-header h2 {
185
- font-family: inherit;
186
- text-transform: none;
187
- text-shadow: none;
188
- letter-spacing: 0;
189
- font-size: 40px;
190
- font-weight: 700;
191
- margin-bottom: 40px;
192
- color: #000000; }
193
- .tinv-wishlist a:not(.button):not(.social) {
194
- font-family: inherit;
195
- font-weight: 400;
196
- color: #007acc;
197
- text-decoration: underline;
198
- border-bottom: 0;
199
- -webkit-box-shadow: none;
200
- box-shadow: none; }
201
- .tinv-wishlist a:not(.button):not(.social):active, .tinv-wishlist a:not(.button):not(.social):focus, .tinv-wishlist a:not(.button):not(.social):hover {
202
- color: #686868; }
203
- .tinv-wishlist select {
204
- font-size: 12px;
205
- background-size: 8px 6px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
 
207
  @media only screen and (max-width: 1024px) and (min-width: 641px) {
208
  .tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail {
209
  padding-right: 10px;
210
- padding-left: 10px; }
 
211
  .tinv-wishlist .product-action .button {
212
- padding: 11.5px 12px !important; } }
213
-
 
214
  @media only screen and (max-width: 640px) {
215
  .tinv-wishlist table.tinvwl-table-manage-list th {
216
  padding-top: 26px;
217
- padding-bottom: 26px; }
 
218
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
219
  display: block;
220
  width: 100% !important;
221
  padding: 0 12px 12px;
222
- text-align: center; }
 
223
  .tinv-wishlist table.tinvwl-table-manage-lists tbody td, .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td {
224
  display: block;
225
  width: 100% !important;
226
  padding: 0 12px 12px;
227
- text-align: center; }
 
228
  .tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child) {
229
- border-bottom: 0; }
 
230
  .tinv-wishlist table.tinvwl-table-manage-lists tbody td:not(:last-child), .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td:not(:last-child) {
231
- border-bottom: 0; }
 
232
  .tinv-wishlist table.tinvwl-table-manage-list tbody td:first-child, .tinv-wishlist table.tinvwl-table-manage-lists tbody td:first-child {
233
- padding-top: 20px; }
 
234
  .tinv-wishlist table.tinvwl-table-manage-list td {
235
- padding: 12px; }
 
236
  .tinv-wishlist table.tinvwl-table-manage-lists td, .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public td {
237
- padding: 12px; }
 
238
  .tinv-wishlist .tinvwl-table-manage-list td.product-cb, .tinv-wishlist .tinvwl-table-manage-lists td.wishlist-cb {
239
- padding-bottom: 20px; }
 
240
  .tinv-wishlist .tinvwl-table-manage-list td.product-thumbnail {
241
  padding-top: 20px;
242
- padding-bottom: 14px; }
 
243
  .tinv-wishlist .tinvwl-table-manage-list td.product-cb + td.product-remove + td.product-thumbnail {
244
- padding-top: 0; }
 
245
  .tinv-wishlist .tinvwl-table-manage-list td.product-name {
246
- padding-bottom: 6px; }
 
247
  .tinv-wishlist .tinvwl-table-manage-list td.product-price {
248
- padding-bottom: 23px; }
 
249
  .tinv-wishlist .tinvwl-table-manage-list td.product-date {
250
- padding-bottom: 16px; }
 
251
  .tinv-wishlist .tinvwl-table-manage-list td.product-stock {
252
- padding-bottom: 24px; }
 
253
  .tinv-wishlist .tinvwl-table-manage-list td.product-quantity {
254
- padding: 0 12px 10px; }
 
255
  .tinv-wishlist .wishlist-action button[value=manage_remove] {
256
  text-indent: -9999px;
257
- background-position: center; } }
258
-
 
259
  @media only screen and (max-width: 1200px) {
260
  .tinv-wishlist .wishlist-name {
261
- min-width: 200px; } }
262
-
 
263
  @media only screen and (max-width: 1024px) {
264
  .tinv-wishlist .wishlist-action button[value=manage_remove] {
265
- padding-right: 17px; } }
266
-
 
267
  @media only screen and (max-width: 1024px) and (min-width: 641px) {
268
  .tinv-wishlist tfoot .tinvwl-to-left select {
269
- width: 140px; }
 
270
  .tinv-wishlist .wishlist-action button[value=manage_remove] {
271
  background-image: none;
272
- padding: 11.5px 12px !important; } }
273
-
 
274
  .woocommerce.tinv-wishlist a.button.tinvwl_add_to_wishlist_button {
275
- font-weight: 700; }
276
- .woocommerce.tinv-wishlist a.button.tinvwl_add_to_wishlist_button:before {
277
- font-weight: 700;
278
- vertical-align: middle; }
279
-
 
280
  .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-white:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-black:before {
281
  color: #007acc;
282
  font-family: inherit;
283
- font-size: 16px; }
284
-
285
  .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button.icon-white:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button.icon-black:before {
286
  color: #515151;
287
- background-color: #ebe9eb; }
288
-
289
  .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button:hover, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button.icon-white:hover:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button.icon-black:hover:before {
290
  color: #515151;
291
- background-color: #dad8da; }
292
-
293
  .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button {
294
- border-radius: 3px; }
295
-
296
  .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-white:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-black:before {
297
- font-size: 16px; }
298
-
299
  .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button:hover, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-white:hover:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-black:hover:before {
300
- color: #686868; }
301
-
302
  .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button {
303
  font-family: inherit;
304
- font-size: 16px; }
305
- .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button {
306
- background-color: #ebe9eb;
307
- border-radius: 3px; }
308
-
 
309
  .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-black:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-white:before {
310
- font-size: 16px; }
311
-
312
  .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button.icon-white:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button.icon-black:before {
313
- color: #515151; }
314
-
315
  .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button:hover, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button.icon-white:hover:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button.icon-black:hover:before {
316
  color: #686868;
317
- background-color: #dad8da; }
318
-
319
  .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-white:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-black:before {
320
- color: #007acc; }
321
-
322
  .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button:hover, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-white:hover:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-black:hover:before {
323
- color: #686868; }
 
324
 
325
  .woocommerce.tinv-wishlist #respond input#submit, .woocommerce.tinv-wishlist a.button, .woocommerce.tinv-wishlist button.button, .woocommerce.tinv-wishlist input.button {
326
  font-family: inherit;
@@ -331,131 +396,144 @@
331
  border-radius: 3px;
332
  -webkit-box-shadow: none;
333
  box-shadow: none;
334
- border: none; }
335
-
336
  .woocommerce.tinv-wishlist #respond input#submit:hover, .woocommerce.tinv-wishlist a.button:hover, .woocommerce.tinv-wishlist button.button:hover, .woocommerce.tinv-wishlist input.button:hover {
337
  color: #515151;
338
- background-color: #dad8da; }
339
-
340
  .woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {
341
  font-family: inherit;
342
  font-size: 14px;
343
  color: #ffffff;
344
  background-color: #a46497;
345
- border-radius: 3px; }
346
-
347
  .woocommerce.tinv-wishlist #respond input#submit.alt:hover, .woocommerce.tinv-wishlist a.button.alt:hover, .woocommerce.tinv-wishlist button.button.alt:hover, .woocommerce.tinv-wishlist input.button.alt:hover {
348
  color: #ffffff;
349
- background-color: #935386; }
 
350
 
351
  .tinv-wishlist .tinv-wrapped-block {
352
  padding: 30px 30px 39px;
353
  color: #1a1a1a;
354
- background-color: #f6f6f6; }
355
-
356
  .tinv-wishlist .tinv-search-list .tinv-wrapped-block {
357
- padding: 20px 24px; }
358
-
359
  .tinv-wishlist .tinv-wrapped-block input[type=text], .tinv-wishlist .tinv-wrapped-block input[type=password], .tinv-wishlist .tinv-wrapped-block input[type=search] {
360
  font-family: inherit;
361
  font-size: 14px;
362
  color: #1a1a1a;
363
  background-color: #ffffff;
364
  border-color: #d1d1d1;
365
- border-radius: 2px; }
366
-
367
  .tinv-wishlist .tinv-wrapped-block input::-webkit-input-placeholder {
368
- color: #1a1a1a; }
369
-
370
  .tinv-wishlist table, .tinv-wishlist table td {
371
- background-color: #ffffff; }
372
-
373
  .tinv-wishlist table, .tinv-wishlist table td, .tinv-wishlist table th {
374
- border-color: #d1d1d1; }
375
-
376
  .tinv-wishlist table {
377
  border-style: solid;
378
  border-width: 1px 1px 0 0;
379
- line-height: 16px; }
380
- .tinv-wishlist table th {
381
- border: 1px solid #d1d1d1; }
382
- .tinv-wishlist table td {
383
- border-style: solid;
384
- border-width: 0 0 1px 1px;
385
- font-size: 14px;
386
- font-family: inherit; }
387
- .tinv-wishlist table th {
388
- border-width: 0 0 1px 1px;
389
- font-size: 14px;
390
- font-family: inherit;
391
- font-weight: 700;
392
- text-transform: none;
393
- color: #1a1a1a;
394
- background-color: #ffffff; }
395
- .tinv-wishlist table td {
396
- color: #686868; }
397
-
 
 
 
 
398
  .tinv-wishlist td.product-price {
399
  font-family: inherit;
400
  font-size: 16px;
401
- color: #202020; }
402
- .tinv-wishlist td.product-price ins span.amount {
403
- font-weight: 400;
404
- color: #ffffff;
405
- background-color: #007acc; }
406
-
 
407
  .tinv-wishlist .product-stock .stock:not(.out-of-stock) {
408
- color: #6a8e19; }
409
-
410
  .tinv-wishlist .product-remove button {
411
- background-color: #f7f7f7; }
412
- .tinv-wishlist .product-remove button:active, .tinv-wishlist .product-remove button:focus, .tinv-wishlist .product-remove button:hover {
413
- background-color: #dad8da; }
414
-
 
415
  .tinv-wishlist .social-buttons li a {
416
  -webkit-box-shadow: none !important;
417
  box-shadow: none !important;
418
  background-color: #ebe9eb;
419
  text-decoration: none;
420
- font-size: 20px; }
421
- .tinv-wishlist .social-buttons li a:hover {
422
- background-color: #dad8da; }
423
- .tinv-wishlist .social-buttons li a.white, .tinv-wishlist .social-buttons li a.dark {
424
- color: #000000; }
425
- .tinv-wishlist .social-buttons li a.white:hover, .tinv-wishlist .social-buttons li a.dark:hover {
426
- color: #686868; }
427
-
 
 
 
428
  .tinv-wishlist .tinv-modal .tinv-modal-inner {
429
  line-height: 26px;
430
  color: #1a1a1a;
431
  background-color: #ffffff;
432
  font-family: inherit;
433
- font-size: 16px; }
434
- .tinv-wishlist .tinv-modal .tinv-modal-inner select {
435
- font-family: inherit;
436
- font-size: 16px;
437
- padding: 6.5px 10px;
438
- line-height: 22px;
439
- border-radius: 2px; }
440
-
 
441
  .tinv-wishlist input[type=text], .tinv-wishlist input[type=email], .tinv-wishlist input[type=url], .tinv-wishlist input[type=password], .tinv-wishlist input[type=search], .tinv-wishlist input[type=tel], .tinv-wishlist input[type=number] {
442
- min-height: 38px; }
443
-
444
  .tinv-wishlist select {
445
- min-height: 38px; }
446
-
447
  .tinv-wishlist .tinv-modal .tinv-close-modal, .tinv-wishlist .tinv-modal button.button {
448
  color: #515151;
449
- background-color: #ebe9eb; }
450
-
451
  .tinv-wishlist .tinv-modal .tinv-close-modal:hover, .tinv-wishlist .tinv-modal button.button:hover {
452
  color: #515151;
453
- background-color: #dad8da; }
 
454
 
455
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {
456
  .tinv-wishlist select {
457
- background-image: url(../img/select_caret_t@2x.png); } }
458
-
 
459
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJ0aGVtZS1ydGwuY3NzIl0sImZpbGUiOiJ0aGVtZS1ydGwuY3NzIn0= */
460
 
461
  /*# sourceMappingURL=theme-rtl.css.map */
1
+ .tinv-wishlist, .tinv-wishlist input, .tinv-wishlist select, .tinv-wishlist textarea, .tinv-wishlist button, .tinv-wishlist input[type=button], .tinv-wishlist input[type=reset], .tinv-wishlist input[type=submit] {
2
  font-family: Georgia, serif;
3
  font-size: 14px;
4
  font-weight: 400;
5
  text-transform: none;
6
+ line-height: 1.75;
7
+ }
8
 
9
  .tinv-wishlist .woocommerce form .form-row input.input-text {
10
  line-height: 1;
11
  padding-top: 9.5px;
12
+ padding-bottom: 9.5px;
13
+ }
14
  .tinv-wishlist label {
15
+ font-weight: 400;
16
+ }
17
  .tinv-wishlist :-moz-placeholder, .tinv-wishlist ::-webkit-input-placeholder {
18
  color: #1a1a1a;
19
+ font-family: Georgia, serif;
20
+ }
21
  .tinv-wishlist ::-moz-placeholder {
22
  color: #1a1a1a;
23
  font-family: Georgia, serif;
24
+ opacity: 1;
25
+ }
26
  .tinv-wishlist :-ms-input-placeholder {
27
  color: #1a1a1a;
28
+ font-family: Georgia, serif;
29
+ }
30
  .tinv-wishlist select {
31
  -webkit-appearance: none;
32
  -moz-appearance: none;
35
  background-image: url(../img/select_caret_t.png);
36
  background-repeat: no-repeat;
37
  background-position: 4% center;
38
+ background-position: calc(100% - (100% - 15px)) center;
39
+ }
40
  .tinv-wishlist button {
41
  text-align: center;
42
  font-weight: 400;
43
  letter-spacing: 0;
44
  line-height: 1;
45
  text-transform: none;
46
+ padding: 11.5px 19px;
47
+ }
48
  .tinv-wishlist input[type=button], .tinv-wishlist input[type=reset], .tinv-wishlist input[type=submit] {
49
  text-align: center;
50
  font-weight: 400;
51
  letter-spacing: 0;
52
  line-height: 1;
53
  text-transform: none;
54
+ padding: 11.5px 19px;
55
+ }
56
  .tinv-wishlist .button, .tinv-wishlist button {
57
  -webkit-box-shadow: none;
58
  box-shadow: none;
59
  text-transform: none;
60
  border: none;
61
  -webkit-transition: none;
62
+ transition: none;
63
+ }
64
  .tinv-wishlist input[type=button], .tinv-wishlist input[type=reset], .tinv-wishlist input[type=submit] {
65
  -webkit-box-shadow: none;
66
  box-shadow: none;
67
  text-transform: none;
68
  border: none;
69
  -webkit-transition: none;
70
+ transition: none;
71
+ }
72
  .tinv-wishlist .product-quantity input[type=text].qty {
73
+ padding: 6px 15px;
74
+ }
75
  .tinv-wishlist input[type=text], .tinv-wishlist input[type=email], .tinv-wishlist input[type=url], .tinv-wishlist input[type=password], .tinv-wishlist input[type=search], .tinv-wishlist input[type=tel], .tinv-wishlist input[type=number] {
76
+ padding: 6px 15px;
77
+ }
78
  .tinv-wishlist textarea {
79
+ padding: 6px 15px;
80
+ }
81
 
82
  .woocommerce.tinv-wishlist #respond input#submit, .woocommerce.tinv-wishlist a.button, .woocommerce.tinv-wishlist button.button, .woocommerce.tinv-wishlist input.button {
83
  text-align: center;
87
  text-transform: none;
88
  padding: 11.5px 17px;
89
  -webkit-transition: none;
90
+ transition: none;
91
+ }
92
  .woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {
93
+ padding: 11.5px 20px;
94
+ }
95
  .woocommerce.tinv-wishlist .tinvwl-continue-shop {
96
  padding-right: 17px;
97
+ padding-left: 17px;
98
+ }
99
 
100
+ .tinv-wishlist input[type=text], .tinv-wishlist input[type=email], .tinv-wishlist input[type=url], .tinv-wishlist input[type=password], .tinv-wishlist input[type=search], .tinv-wishlist input[type=tel], .tinv-wishlist input[type=number], .tinv-wishlist textarea, .tinv-wishlist select, .tinv-wishlist .product-quantity input[type=text].qty {
101
  font-family: inherit;
102
  color: #686868;
103
  background-color: #f7f7f7;
107
  border-radius: 2px;
108
  -webkit-box-shadow: none;
109
  box-shadow: none;
110
+ font-size: 14px;
111
+ }
112
 
113
  .tinv-wishlist {
114
+ color: #1a1a1a;
115
+ }
116
+ .tinv-wishlist a i.ftinvwl-chevron-left, .tinv-wishlist a i.ftinvwl-chevron-right {
117
+ font-size: 10px;
118
+ }
119
+ .tinv-wishlist table th {
120
+ padding: 22px 12px;
121
+ }
122
+ .tinv-wishlist table td {
123
+ padding: 27px 12px;
124
+ }
125
+ .tinv-wishlist table .entry-date {
126
+ background: 100% 0;
127
+ padding: 0;
128
+ margin: 0;
129
+ color: inherit;
130
+ }
131
+ .tinv-wishlist td.product-name {
132
+ line-height: 20px;
133
+ }
134
+ .tinv-wishlist td.product-name a {
135
+ line-height: 1.14;
136
+ }
137
+ .tinv-wishlist td.product-price {
138
+ line-height: 24px;
139
+ }
140
+ .tinv-wishlist .product-stock i {
141
+ font-size: 12px;
142
+ }
143
+ .tinv-wishlist .product-stock i.ftinvwl-times {
144
+ font-size: 20px;
145
+ margin-left: 8px;
146
+ }
147
+ .tinv-wishlist .tinvwl-table-manage-list td.product-quantity {
148
+ padding-right: 9px;
149
+ padding-left: 9px;
150
+ }
151
+ .tinv-wishlist.woocommerce table .quantity .qty {
152
+ padding: 8px 12px;
153
+ }
154
+ .tinv-wishlist table.tinvwl-table-manage-list .product-action {
155
+ padding-right: 11px;
156
+ padding-left: 11px;
157
+ }
158
+ .tinv-wishlist .tinvwl-table-manage-list .product-action .tinvwl_move_product_button i, .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove] i {
159
+ font-size: 12px;
160
+ }
161
+ .tinv-wishlist .wishlist-cb {
162
+ padding-right: 10px;
163
+ padding-left: 10px;
164
+ }
165
+ .tinv-wishlist .wishlist-name {
166
+ min-width: 340px;
167
+ }
168
+ .tinv-wishlist .wishlist-privacy {
169
+ padding-right: 15px;
170
+ padding-left: 15px;
171
+ min-width: 130px;
172
+ }
173
+ .tinv-wishlist table:not(.tinvwl-public) .wishlist-date {
174
+ min-width: 130px;
175
+ }
176
+ .tinv-wishlist .wishlist-action {
177
+ padding-right: 10px;
178
+ padding-left: 10px;
179
+ }
180
+ .tinv-wishlist .tinv-login.tinv-wrapped-block {
181
+ padding: 30px;
182
+ }
183
+ .tinv-wishlist .tinv-login form input[name=login] {
184
+ min-width: 219px;
185
+ }
186
+ .tinv-wishlist .tinv-login input[name=username] {
187
+ padding-right: 40px;
188
+ }
189
+ .tinv-wishlist .tinv-login input[name=password] {
190
+ padding-right: 36px;
191
+ }
192
+ .tinv-wishlist .tinv-login .form-row {
193
+ position: relative;
194
+ }
195
+ .tinv-wishlist .tinv-login .tinvwl-icon {
196
+ display: inline-block;
197
+ }
198
+ .tinv-wishlist .tinv-modal .button {
199
+ font-weight: 400;
200
+ padding: 11px 11px 14px 11px;
201
+ }
202
+ .tinv-wishlist .tinv-modal .button i {
203
+ font-size: 14px;
204
+ }
205
+ .tinv-wishlist .tinv-modal button i {
206
+ font-size: 14px;
207
+ }
208
+ .tinv-wishlist .tinvwl_added_to_wishlist .tinvwl_button_view, .tinv-wishlist .tinvwl_created_wishlist .tinvwl_button_view {
209
+ padding: 11px 11px 14px 11px;
210
+ }
211
+ .tinv-wishlist .tinv-modal .tinvwl-buttons-group button.tinvwl_button_close, .tinv-wishlist .tinv-modal .tinvwl-buttons-group button.tinvwl_button_view {
212
+ float: right !important;
213
+ width: calc(50% - 5px);
214
+ white-space: normal;
215
+ }
216
+ .tinv-wishlist .tinv-modal .tinvwl-buttons-group button + a button, .tinv-wishlist .tinv-modal .tinvwl-buttons-group button + button {
217
+ margin: 0 10px 0 0;
218
+ }
219
+ .tinv-wishlist .tinv-header h2 {
220
+ font-family: inherit;
221
+ text-transform: none;
222
+ text-shadow: none;
223
+ letter-spacing: 0;
224
+ font-size: 40px;
225
+ font-weight: 700;
226
+ margin-bottom: 40px;
227
+ color: #000000;
228
+ }
229
+ .tinv-wishlist a:not(.button):not(.social) {
230
+ font-family: inherit;
231
+ font-weight: 400;
232
+ color: #007acc;
233
+ text-decoration: underline;
234
+ border-bottom: 0;
235
+ -webkit-box-shadow: none;
236
+ box-shadow: none;
237
+ }
238
+ .tinv-wishlist a:not(.button):not(.social):active, .tinv-wishlist a:not(.button):not(.social):focus, .tinv-wishlist a:not(.button):not(.social):hover {
239
+ color: #686868;
240
+ }
241
+ .tinv-wishlist select {
242
+ font-size: 12px;
243
+ background-size: 8px 6px;
244
+ }
245
 
246
  @media only screen and (max-width: 1024px) and (min-width: 641px) {
247
  .tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail {
248
  padding-right: 10px;
249
+ padding-left: 10px;
250
+ }
251
  .tinv-wishlist .product-action .button {
252
+ padding: 11.5px 12px !important;
253
+ }
254
+ }
255
  @media only screen and (max-width: 640px) {
256
  .tinv-wishlist table.tinvwl-table-manage-list th {
257
  padding-top: 26px;
258
+ padding-bottom: 26px;
259
+ }
260
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
261
  display: block;
262
  width: 100% !important;
263
  padding: 0 12px 12px;
264
+ text-align: center;
265
+ }
266
  .tinv-wishlist table.tinvwl-table-manage-lists tbody td, .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td {
267
  display: block;
268
  width: 100% !important;
269
  padding: 0 12px 12px;
270
+ text-align: center;
271
+ }
272
  .tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child) {
273
+ border-bottom: 0;
274
+ }
275
  .tinv-wishlist table.tinvwl-table-manage-lists tbody td:not(:last-child), .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td:not(:last-child) {
276
+ border-bottom: 0;
277
+ }
278
  .tinv-wishlist table.tinvwl-table-manage-list tbody td:first-child, .tinv-wishlist table.tinvwl-table-manage-lists tbody td:first-child {
279
+ padding-top: 20px;
280
+ }
281
  .tinv-wishlist table.tinvwl-table-manage-list td {
282
+ padding: 12px;
283
+ }
284
  .tinv-wishlist table.tinvwl-table-manage-lists td, .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public td {
285
+ padding: 12px;
286
+ }
287
  .tinv-wishlist .tinvwl-table-manage-list td.product-cb, .tinv-wishlist .tinvwl-table-manage-lists td.wishlist-cb {
288
+ padding-bottom: 20px;
289
+ }
290
  .tinv-wishlist .tinvwl-table-manage-list td.product-thumbnail {
291
  padding-top: 20px;
292
+ padding-bottom: 14px;
293
+ }
294
  .tinv-wishlist .tinvwl-table-manage-list td.product-cb + td.product-remove + td.product-thumbnail {
295
+ padding-top: 0;
296
+ }
297
  .tinv-wishlist .tinvwl-table-manage-list td.product-name {
298
+ padding-bottom: 6px;
299
+ }
300
  .tinv-wishlist .tinvwl-table-manage-list td.product-price {
301
+ padding-bottom: 23px;
302
+ }
303
  .tinv-wishlist .tinvwl-table-manage-list td.product-date {
304
+ padding-bottom: 16px;
305
+ }
306
  .tinv-wishlist .tinvwl-table-manage-list td.product-stock {
307
+ padding-bottom: 24px;
308
+ }
309
  .tinv-wishlist .tinvwl-table-manage-list td.product-quantity {
310
+ padding: 0 12px 10px;
311
+ }
312
  .tinv-wishlist .wishlist-action button[value=manage_remove] {
313
  text-indent: -9999px;
314
+ background-position: center;
315
+ }
316
+ }
317
  @media only screen and (max-width: 1200px) {
318
  .tinv-wishlist .wishlist-name {
319
+ min-width: 200px;
320
+ }
321
+ }
322
  @media only screen and (max-width: 1024px) {
323
  .tinv-wishlist .wishlist-action button[value=manage_remove] {
324
+ padding-right: 17px;
325
+ }
326
+ }
327
  @media only screen and (max-width: 1024px) and (min-width: 641px) {
328
  .tinv-wishlist tfoot .tinvwl-to-left select {
329
+ width: 140px;
330
+ }
331
  .tinv-wishlist .wishlist-action button[value=manage_remove] {
332
  background-image: none;
333
+ padding: 11.5px 12px !important;
334
+ }
335
+ }
336
  .woocommerce.tinv-wishlist a.button.tinvwl_add_to_wishlist_button {
337
+ font-weight: 700;
338
+ }
339
+ .woocommerce.tinv-wishlist a.button.tinvwl_add_to_wishlist_button:before {
340
+ font-weight: 700;
341
+ vertical-align: middle;
342
+ }
343
  .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-white:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-black:before {
344
  color: #007acc;
345
  font-family: inherit;
346
+ font-size: 16px;
347
+ }
348
  .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button.icon-white:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button.icon-black:before {
349
  color: #515151;
350
+ background-color: #ebe9eb;
351
+ }
352
  .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button:hover, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button.icon-white:hover:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button.icon-black:hover:before {
353
  color: #515151;
354
+ background-color: #dad8da;
355
+ }
356
  .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button {
357
+ border-radius: 3px;
358
+ }
359
  .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-white:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-black:before {
360
+ font-size: 16px;
361
+ }
362
  .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button:hover, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-white:hover:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-black:hover:before {
363
+ color: #686868;
364
+ }
365
  .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button {
366
  font-family: inherit;
367
+ font-size: 16px;
368
+ }
369
+ .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button {
370
+ background-color: #ebe9eb;
371
+ border-radius: 3px;
372
+ }
373
  .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-black:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-white:before {
374
+ font-size: 16px;
375
+ }
376
  .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button.icon-white:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button.icon-black:before {
377
+ color: #515151;
378
+ }
379
  .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button:hover, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button.icon-white:hover:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button.icon-black:hover:before {
380
  color: #686868;
381
+ background-color: #dad8da;
382
+ }
383
  .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-white:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-black:before {
384
+ color: #007acc;
385
+ }
386
  .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button:hover, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-white:hover:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-black:hover:before {
387
+ color: #686868;
388
+ }
389
 
390
  .woocommerce.tinv-wishlist #respond input#submit, .woocommerce.tinv-wishlist a.button, .woocommerce.tinv-wishlist button.button, .woocommerce.tinv-wishlist input.button {
391
  font-family: inherit;
396
  border-radius: 3px;
397
  -webkit-box-shadow: none;
398
  box-shadow: none;
399
+ border: none;
400
+ }
401
  .woocommerce.tinv-wishlist #respond input#submit:hover, .woocommerce.tinv-wishlist a.button:hover, .woocommerce.tinv-wishlist button.button:hover, .woocommerce.tinv-wishlist input.button:hover {
402
  color: #515151;
403
+ background-color: #dad8da;
404
+ }
405
  .woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {
406
  font-family: inherit;
407
  font-size: 14px;
408
  color: #ffffff;
409
  background-color: #a46497;
410
+ border-radius: 3px;
411
+ }
412
  .woocommerce.tinv-wishlist #respond input#submit.alt:hover, .woocommerce.tinv-wishlist a.button.alt:hover, .woocommerce.tinv-wishlist button.button.alt:hover, .woocommerce.tinv-wishlist input.button.alt:hover {
413
  color: #ffffff;
414
+ background-color: #935386;
415
+ }
416
 
417
  .tinv-wishlist .tinv-wrapped-block {
418
  padding: 30px 30px 39px;
419
  color: #1a1a1a;
420
+ background-color: #f6f6f6;
421
+ }
422
  .tinv-wishlist .tinv-search-list .tinv-wrapped-block {
423
+ padding: 20px 24px;
424
+ }
425
  .tinv-wishlist .tinv-wrapped-block input[type=text], .tinv-wishlist .tinv-wrapped-block input[type=password], .tinv-wishlist .tinv-wrapped-block input[type=search] {
426
  font-family: inherit;
427
  font-size: 14px;
428
  color: #1a1a1a;
429
  background-color: #ffffff;
430
  border-color: #d1d1d1;
431
+ border-radius: 2px;
432
+ }
433
  .tinv-wishlist .tinv-wrapped-block input::-webkit-input-placeholder {
434
+ color: #1a1a1a;
435
+ }
436
  .tinv-wishlist table, .tinv-wishlist table td {
437
+ background-color: #ffffff;
438
+ }
439
  .tinv-wishlist table, .tinv-wishlist table td, .tinv-wishlist table th {
440
+ border-color: #d1d1d1;
441
+ }
442
  .tinv-wishlist table {
443
  border-style: solid;
444
  border-width: 1px 1px 0 0;
445
+ line-height: 16px;
446
+ }
447
+ .tinv-wishlist table th {
448
+ border: 1px solid #d1d1d1;
449
+ }
450
+ .tinv-wishlist table td {
451
+ border-style: solid;
452
+ border-width: 0 0 1px 1px;
453
+ font-size: 14px;
454
+ font-family: inherit;
455
+ }
456
+ .tinv-wishlist table th {
457
+ border-width: 0 0 1px 1px;
458
+ font-size: 14px;
459
+ font-family: inherit;
460
+ font-weight: 700;
461
+ text-transform: none;
462
+ color: #1a1a1a;
463
+ background-color: #ffffff;
464
+ }
465
+ .tinv-wishlist table td {
466
+ color: #686868;
467
+ }
468
  .tinv-wishlist td.product-price {
469
  font-family: inherit;
470
  font-size: 16px;
471
+ color: #202020;
472
+ }
473
+ .tinv-wishlist td.product-price ins span.amount {
474
+ font-weight: 400;
475
+ color: #ffffff;
476
+ background-color: #007acc;
477
+ }
478
  .tinv-wishlist .product-stock .stock:not(.out-of-stock) {
479
+ color: #6a8e19;
480
+ }
481
  .tinv-wishlist .product-remove button {
482
+ background-color: #f7f7f7;
483
+ }
484
+ .tinv-wishlist .product-remove button:active, .tinv-wishlist .product-remove button:focus, .tinv-wishlist .product-remove button:hover {
485
+ background-color: #dad8da;
486
+ }
487
  .tinv-wishlist .social-buttons li a {
488
  -webkit-box-shadow: none !important;
489
  box-shadow: none !important;
490
  background-color: #ebe9eb;
491
  text-decoration: none;
492
+ font-size: 20px;
493
+ }
494
+ .tinv-wishlist .social-buttons li a:hover {
495
+ background-color: #dad8da;
496
+ }
497
+ .tinv-wishlist .social-buttons li a.white, .tinv-wishlist .social-buttons li a.dark {
498
+ color: #000000;
499
+ }
500
+ .tinv-wishlist .social-buttons li a.white:hover, .tinv-wishlist .social-buttons li a.dark:hover {
501
+ color: #686868;
502
+ }
503
  .tinv-wishlist .tinv-modal .tinv-modal-inner {
504
  line-height: 26px;
505
  color: #1a1a1a;
506
  background-color: #ffffff;
507
  font-family: inherit;
508
+ font-size: 16px;
509
+ }
510
+ .tinv-wishlist .tinv-modal .tinv-modal-inner select {
511
+ font-family: inherit;
512
+ font-size: 16px;
513
+ padding: 6.5px 10px;
514
+ line-height: 22px;
515
+ border-radius: 2px;
516
+ }
517
  .tinv-wishlist input[type=text], .tinv-wishlist input[type=email], .tinv-wishlist input[type=url], .tinv-wishlist input[type=password], .tinv-wishlist input[type=search], .tinv-wishlist input[type=tel], .tinv-wishlist input[type=number] {
518
+ min-height: 38px;
519
+ }
520
  .tinv-wishlist select {
521
+ min-height: 38px;
522
+ }
523
  .tinv-wishlist .tinv-modal .tinv-close-modal, .tinv-wishlist .tinv-modal button.button {
524
  color: #515151;
525
+ background-color: #ebe9eb;
526
+ }
527
  .tinv-wishlist .tinv-modal .tinv-close-modal:hover, .tinv-wishlist .tinv-modal button.button:hover {
528
  color: #515151;
529
+ background-color: #dad8da;
530
+ }
531
 
532
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {
533
  .tinv-wishlist select {
534
+ background-image: url(../img/select_caret_t@2x.png);
535
+ }
536
+ }
537
  /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJ0aGVtZS1ydGwuY3NzIl0sImZpbGUiOiJ0aGVtZS1ydGwuY3NzIn0= */
538
 
539
  /*# sourceMappingURL=theme-rtl.css.map */
assets/css/theme-rtl.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":[],"mappings":"","sources":["theme-rtl.css"],"file":"theme-rtl.css","sourcesContent":[".tinv-wishlist, .tinv-wishlist input, .tinv-wishlist select, .tinv-wishlist textarea, .tinv-wishlist button, .tinv-wishlist input[type=\"button\"], .tinv-wishlist input[type=\"reset\"], .tinv-wishlist input[type=\"submit\"] {\n font-family: Georgia, serif;\n font-size: 14px;\n font-weight: 400;\n text-transform: none;\n line-height: 1.75; }\n\n.tinv-wishlist .woocommerce form .form-row input.input-text {\n line-height: 1;\n padding-top: 9.5px;\n padding-bottom: 9.5px; }\n\n.tinv-wishlist label {\n font-weight: 400; }\n\n.tinv-wishlist :-moz-placeholder, .tinv-wishlist ::-webkit-input-placeholder {\n color: #1a1a1a;\n font-family: Georgia, serif; }\n\n.tinv-wishlist ::-moz-placeholder {\n color: #1a1a1a;\n font-family: Georgia, serif;\n opacity: 1; }\n\n.tinv-wishlist :-ms-input-placeholder {\n color: #1a1a1a;\n font-family: Georgia, serif; }\n\n.tinv-wishlist select {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n padding: 7px 10px;\n background-image: url(../img/select_caret_t.png);\n background-repeat: no-repeat;\n background-position: 4% center;\n background-position: calc(100% - (100% - 15px)) center; }\n\n.tinv-wishlist button {\n text-align: center;\n font-weight: 400;\n letter-spacing: 0;\n line-height: 1;\n text-transform: none;\n padding: 11.5px 19px; }\n\n.tinv-wishlist input[type=button], .tinv-wishlist input[type=reset], .tinv-wishlist input[type=submit] {\n text-align: center;\n font-weight: 400;\n letter-spacing: 0;\n line-height: 1;\n text-transform: none;\n padding: 11.5px 19px; }\n\n.tinv-wishlist .button, .tinv-wishlist button {\n -webkit-box-shadow: none;\n box-shadow: none;\n text-transform: none;\n border: none;\n -webkit-transition: none;\n transition: none; }\n\n.tinv-wishlist input[type=button], .tinv-wishlist input[type=reset], .tinv-wishlist input[type=submit] {\n -webkit-box-shadow: none;\n box-shadow: none;\n text-transform: none;\n border: none;\n -webkit-transition: none;\n transition: none; }\n\n.tinv-wishlist .product-quantity input[type=text].qty {\n padding: 6px 15px; }\n\n.tinv-wishlist input[type=text], .tinv-wishlist input[type=email], .tinv-wishlist input[type=url], .tinv-wishlist input[type=password], .tinv-wishlist input[type=search], .tinv-wishlist input[type=tel], .tinv-wishlist input[type=number] {\n padding: 6px 15px; }\n\n.tinv-wishlist textarea {\n padding: 6px 15px; }\n\n.woocommerce.tinv-wishlist #respond input#submit, .woocommerce.tinv-wishlist a.button, .woocommerce.tinv-wishlist button.button, .woocommerce.tinv-wishlist input.button {\n text-align: center;\n font-weight: 400;\n letter-spacing: 0;\n line-height: 1;\n text-transform: none;\n padding: 11.5px 17px;\n -webkit-transition: none;\n transition: none; }\n\n.woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {\n padding: 11.5px 20px; }\n\n.woocommerce.tinv-wishlist .tinvwl-continue-shop {\n padding-right: 17px;\n padding-left: 17px; }\n\n.tinv-wishlist input[type=\"text\"], .tinv-wishlist input[type=\"email\"], .tinv-wishlist input[type=\"url\"], .tinv-wishlist input[type=\"password\"], .tinv-wishlist input[type=\"search\"], .tinv-wishlist input[type=\"tel\"], .tinv-wishlist input[type=\"number\"], .tinv-wishlist textarea, .tinv-wishlist select, .tinv-wishlist .product-quantity input[type=\"text\"].qty {\n font-family: inherit;\n color: #686868;\n background-color: #f7f7f7;\n border-width: 1px;\n border-style: solid;\n border-color: #d1d1d1;\n border-radius: 2px;\n -webkit-box-shadow: none;\n box-shadow: none;\n font-size: 14px; }\n\n.tinv-wishlist {\n color: #1a1a1a; }\n .tinv-wishlist a i.ftinvwl-chevron-left, .tinv-wishlist a i.ftinvwl-chevron-right {\n font-size: 10px; }\n .tinv-wishlist table th {\n padding: 22px 12px; }\n .tinv-wishlist table td {\n padding: 27px 12px; }\n .tinv-wishlist table .entry-date {\n background: 100% 0;\n padding: 0;\n margin: 0;\n color: inherit; }\n .tinv-wishlist td.product-name {\n line-height: 20px; }\n .tinv-wishlist td.product-name a {\n line-height: 1.14; }\n .tinv-wishlist td.product-price {\n line-height: 24px; }\n .tinv-wishlist .product-stock i {\n font-size: 12px; }\n .tinv-wishlist .product-stock i.ftinvwl-times {\n font-size: 20px;\n margin-left: 8px; }\n .tinv-wishlist .tinvwl-table-manage-list td.product-quantity {\n padding-right: 9px;\n padding-left: 9px; }\n .tinv-wishlist.woocommerce table .quantity .qty {\n padding: 8px 12px; }\n .tinv-wishlist table.tinvwl-table-manage-list .product-action {\n padding-right: 11px;\n padding-left: 11px; }\n .tinv-wishlist .tinvwl-table-manage-list .product-action .tinvwl_move_product_button i, .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove] i {\n font-size: 12px; }\n .tinv-wishlist .wishlist-cb {\n padding-right: 10px;\n padding-left: 10px; }\n .tinv-wishlist .wishlist-name {\n min-width: 340px; }\n .tinv-wishlist .wishlist-privacy {\n padding-right: 15px;\n padding-left: 15px;\n min-width: 130px; }\n .tinv-wishlist table:not(.tinvwl-public) .wishlist-date {\n min-width: 130px; }\n .tinv-wishlist .wishlist-action {\n padding-right: 10px;\n padding-left: 10px; }\n .tinv-wishlist .tinv-login.tinv-wrapped-block {\n padding: 30px; }\n .tinv-wishlist .tinv-login form input[name=login] {\n min-width: 219px; }\n .tinv-wishlist .tinv-login input[name=username] {\n padding-right: 40px; }\n .tinv-wishlist .tinv-login input[name=password] {\n padding-right: 36px; }\n .tinv-wishlist .tinv-login .form-row {\n position: relative; }\n .tinv-wishlist .tinv-login .tinvwl-icon {\n display: inline-block; }\n .tinv-wishlist .tinv-modal .button {\n font-weight: 400;\n padding: 11px 11px 14px 11px; }\n .tinv-wishlist .tinv-modal .button i {\n font-size: 14px; }\n .tinv-wishlist .tinv-modal button i {\n font-size: 14px; }\n .tinv-wishlist .tinvwl_added_to_wishlist .tinvwl_button_view, .tinv-wishlist .tinvwl_created_wishlist .tinvwl_button_view {\n padding: 11px 11px 14px 11px; }\n .tinv-wishlist .tinv-modal .tinvwl-buttons-group button.tinvwl_button_close, .tinv-wishlist .tinv-modal .tinvwl-buttons-group button.tinvwl_button_view {\n float: right !important;\n width: calc(50% - 5px);\n white-space: normal; }\n .tinv-wishlist .tinv-modal .tinvwl-buttons-group button + a button, .tinv-wishlist .tinv-modal .tinvwl-buttons-group button + button {\n margin: 0 10px 0 0; }\n .tinv-wishlist .tinv-header h2 {\n font-family: inherit;\n text-transform: none;\n text-shadow: none;\n letter-spacing: 0;\n font-size: 40px;\n font-weight: 700;\n margin-bottom: 40px;\n color: #000000; }\n .tinv-wishlist a:not(.button):not(.social) {\n font-family: inherit;\n font-weight: 400;\n color: #007acc;\n text-decoration: underline;\n border-bottom: 0;\n -webkit-box-shadow: none;\n box-shadow: none; }\n .tinv-wishlist a:not(.button):not(.social):active, .tinv-wishlist a:not(.button):not(.social):focus, .tinv-wishlist a:not(.button):not(.social):hover {\n color: #686868; }\n .tinv-wishlist select {\n font-size: 12px;\n background-size: 8px 6px; }\n\n@media only screen and (max-width: 1024px) and (min-width: 641px) {\n .tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail {\n padding-right: 10px;\n padding-left: 10px; }\n .tinv-wishlist .product-action .button {\n padding: 11.5px 12px !important; } }\n\n@media only screen and (max-width: 640px) {\n .tinv-wishlist table.tinvwl-table-manage-list th {\n padding-top: 26px;\n padding-bottom: 26px; }\n .tinv-wishlist table.tinvwl-table-manage-list tbody td {\n display: block;\n width: 100% !important;\n padding: 0 12px 12px;\n text-align: center; }\n .tinv-wishlist table.tinvwl-table-manage-lists tbody td, .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td {\n display: block;\n width: 100% !important;\n padding: 0 12px 12px;\n text-align: center; }\n .tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child) {\n border-bottom: 0; }\n .tinv-wishlist table.tinvwl-table-manage-lists tbody td:not(:last-child), .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td:not(:last-child) {\n border-bottom: 0; }\n .tinv-wishlist table.tinvwl-table-manage-list tbody td:first-child, .tinv-wishlist table.tinvwl-table-manage-lists tbody td:first-child {\n padding-top: 20px; }\n .tinv-wishlist table.tinvwl-table-manage-list td {\n padding: 12px; }\n .tinv-wishlist table.tinvwl-table-manage-lists td, .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public td {\n padding: 12px; }\n .tinv-wishlist .tinvwl-table-manage-list td.product-cb, .tinv-wishlist .tinvwl-table-manage-lists td.wishlist-cb {\n padding-bottom: 20px; }\n .tinv-wishlist .tinvwl-table-manage-list td.product-thumbnail {\n padding-top: 20px;\n padding-bottom: 14px; }\n .tinv-wishlist .tinvwl-table-manage-list td.product-cb + td.product-remove + td.product-thumbnail {\n padding-top: 0; }\n .tinv-wishlist .tinvwl-table-manage-list td.product-name {\n padding-bottom: 6px; }\n .tinv-wishlist .tinvwl-table-manage-list td.product-price {\n padding-bottom: 23px; }\n .tinv-wishlist .tinvwl-table-manage-list td.product-date {\n padding-bottom: 16px; }\n .tinv-wishlist .tinvwl-table-manage-list td.product-stock {\n padding-bottom: 24px; }\n .tinv-wishlist .tinvwl-table-manage-list td.product-quantity {\n padding: 0 12px 10px; }\n .tinv-wishlist .wishlist-action button[value=manage_remove] {\n text-indent: -9999px;\n background-position: center; } }\n\n@media only screen and (max-width: 1200px) {\n .tinv-wishlist .wishlist-name {\n min-width: 200px; } }\n\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .wishlist-action button[value=manage_remove] {\n padding-right: 17px; } }\n\n@media only screen and (max-width: 1024px) and (min-width: 641px) {\n .tinv-wishlist tfoot .tinvwl-to-left select {\n width: 140px; }\n .tinv-wishlist .wishlist-action button[value=manage_remove] {\n background-image: none;\n padding: 11.5px 12px !important; } }\n\n.woocommerce.tinv-wishlist a.button.tinvwl_add_to_wishlist_button {\n font-weight: 700; }\n .woocommerce.tinv-wishlist a.button.tinvwl_add_to_wishlist_button:before {\n font-weight: 700;\n vertical-align: middle; }\n\n.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-white:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-black:before {\n color: #007acc;\n font-family: inherit;\n font-size: 16px; }\n\n.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button.icon-white:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button.icon-black:before {\n color: #515151;\n background-color: #ebe9eb; }\n\n.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button:hover, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button.icon-white:hover:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button.icon-black:hover:before {\n color: #515151;\n background-color: #dad8da; }\n\n.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button {\n border-radius: 3px; }\n\n.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-white:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-black:before {\n font-size: 16px; }\n\n.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button:hover, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-white:hover:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-black:hover:before {\n color: #686868; }\n\n.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button {\n font-family: inherit;\n font-size: 16px; }\n .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button {\n background-color: #ebe9eb;\n border-radius: 3px; }\n\n.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-black:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-white:before {\n font-size: 16px; }\n\n.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button.icon-white:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button.icon-black:before {\n color: #515151; }\n\n.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button:hover, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button.icon-white:hover:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button.icon-black:hover:before {\n color: #686868;\n background-color: #dad8da; }\n\n.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-white:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-black:before {\n color: #007acc; }\n\n.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button:hover, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-white:hover:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-black:hover:before {\n color: #686868; }\n\n.woocommerce.tinv-wishlist #respond input#submit, .woocommerce.tinv-wishlist a.button, .woocommerce.tinv-wishlist button.button, .woocommerce.tinv-wishlist input.button {\n font-family: inherit;\n font-size: 14px;\n margin-left: 0;\n color: #515151;\n background-color: #ebe9eb;\n border-radius: 3px;\n -webkit-box-shadow: none;\n box-shadow: none;\n border: none; }\n\n.woocommerce.tinv-wishlist #respond input#submit:hover, .woocommerce.tinv-wishlist a.button:hover, .woocommerce.tinv-wishlist button.button:hover, .woocommerce.tinv-wishlist input.button:hover {\n color: #515151;\n background-color: #dad8da; }\n\n.woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {\n font-family: inherit;\n font-size: 14px;\n color: #ffffff;\n background-color: #a46497;\n border-radius: 3px; }\n\n.woocommerce.tinv-wishlist #respond input#submit.alt:hover, .woocommerce.tinv-wishlist a.button.alt:hover, .woocommerce.tinv-wishlist button.button.alt:hover, .woocommerce.tinv-wishlist input.button.alt:hover {\n color: #ffffff;\n background-color: #935386; }\n\n.tinv-wishlist .tinv-wrapped-block {\n padding: 30px 30px 39px;\n color: #1a1a1a;\n background-color: #f6f6f6; }\n\n.tinv-wishlist .tinv-search-list .tinv-wrapped-block {\n padding: 20px 24px; }\n\n.tinv-wishlist .tinv-wrapped-block input[type=text], .tinv-wishlist .tinv-wrapped-block input[type=password], .tinv-wishlist .tinv-wrapped-block input[type=search] {\n font-family: inherit;\n font-size: 14px;\n color: #1a1a1a;\n background-color: #ffffff;\n border-color: #d1d1d1;\n border-radius: 2px; }\n\n.tinv-wishlist .tinv-wrapped-block input::-webkit-input-placeholder {\n color: #1a1a1a; }\n\n.tinv-wishlist table, .tinv-wishlist table td {\n background-color: #ffffff; }\n\n.tinv-wishlist table, .tinv-wishlist table td, .tinv-wishlist table th {\n border-color: #d1d1d1; }\n\n.tinv-wishlist table {\n border-style: solid;\n border-width: 1px 1px 0 0;\n line-height: 16px; }\n .tinv-wishlist table th {\n border: 1px solid #d1d1d1; }\n .tinv-wishlist table td {\n border-style: solid;\n border-width: 0 0 1px 1px;\n font-size: 14px;\n font-family: inherit; }\n .tinv-wishlist table th {\n border-width: 0 0 1px 1px;\n font-size: 14px;\n font-family: inherit;\n font-weight: 700;\n text-transform: none;\n color: #1a1a1a;\n background-color: #ffffff; }\n .tinv-wishlist table td {\n color: #686868; }\n\n.tinv-wishlist td.product-price {\n font-family: inherit;\n font-size: 16px;\n color: #202020; }\n .tinv-wishlist td.product-price ins span.amount {\n font-weight: 400;\n color: #ffffff;\n background-color: #007acc; }\n\n.tinv-wishlist .product-stock .stock:not(.out-of-stock) {\n color: #6a8e19; }\n\n.tinv-wishlist .product-remove button {\n background-color: #f7f7f7; }\n .tinv-wishlist .product-remove button:active, .tinv-wishlist .product-remove button:focus, .tinv-wishlist .product-remove button:hover {\n background-color: #dad8da; }\n\n.tinv-wishlist .social-buttons li a {\n -webkit-box-shadow: none !important;\n box-shadow: none !important;\n background-color: #ebe9eb;\n text-decoration: none;\n font-size: 20px; }\n .tinv-wishlist .social-buttons li a:hover {\n background-color: #dad8da; }\n .tinv-wishlist .social-buttons li a.white, .tinv-wishlist .social-buttons li a.dark {\n color: #000000; }\n .tinv-wishlist .social-buttons li a.white:hover, .tinv-wishlist .social-buttons li a.dark:hover {\n color: #686868; }\n\n.tinv-wishlist .tinv-modal .tinv-modal-inner {\n line-height: 26px;\n color: #1a1a1a;\n background-color: #ffffff;\n font-family: inherit;\n font-size: 16px; }\n .tinv-wishlist .tinv-modal .tinv-modal-inner select {\n font-family: inherit;\n font-size: 16px;\n padding: 6.5px 10px;\n line-height: 22px;\n border-radius: 2px; }\n\n.tinv-wishlist input[type=text], .tinv-wishlist input[type=email], .tinv-wishlist input[type=url], .tinv-wishlist input[type=password], .tinv-wishlist input[type=search], .tinv-wishlist input[type=tel], .tinv-wishlist input[type=number] {\n min-height: 38px; }\n\n.tinv-wishlist select {\n min-height: 38px; }\n\n.tinv-wishlist .tinv-modal .tinv-close-modal, .tinv-wishlist .tinv-modal button.button {\n color: #515151;\n background-color: #ebe9eb; }\n\n.tinv-wishlist .tinv-modal .tinv-close-modal:hover, .tinv-wishlist .tinv-modal button.button:hover {\n color: #515151;\n background-color: #dad8da; }\n\n@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {\n .tinv-wishlist select {\n background-image: url(../img/select_caret_t@2x.png); } }\n"]}
1
+ {"version":3,"names":[],"mappings":"","sources":["theme-rtl.css"],"file":"theme-rtl.css","sourcesContent":[".tinv-wishlist, .tinv-wishlist input, .tinv-wishlist select, .tinv-wishlist textarea, .tinv-wishlist button, .tinv-wishlist input[type=button], .tinv-wishlist input[type=reset], .tinv-wishlist input[type=submit] {\n font-family: Georgia, serif;\n font-size: 14px;\n font-weight: 400;\n text-transform: none;\n line-height: 1.75;\n}\n\n.tinv-wishlist .woocommerce form .form-row input.input-text {\n line-height: 1;\n padding-top: 9.5px;\n padding-bottom: 9.5px;\n}\n.tinv-wishlist label {\n font-weight: 400;\n}\n.tinv-wishlist :-moz-placeholder, .tinv-wishlist ::-webkit-input-placeholder {\n color: #1a1a1a;\n font-family: Georgia, serif;\n}\n.tinv-wishlist ::-moz-placeholder {\n color: #1a1a1a;\n font-family: Georgia, serif;\n opacity: 1;\n}\n.tinv-wishlist :-ms-input-placeholder {\n color: #1a1a1a;\n font-family: Georgia, serif;\n}\n.tinv-wishlist select {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n padding: 7px 10px;\n background-image: url(../img/select_caret_t.png);\n background-repeat: no-repeat;\n background-position: 4% center;\n background-position: calc(100% - (100% - 15px)) center;\n}\n.tinv-wishlist button {\n text-align: center;\n font-weight: 400;\n letter-spacing: 0;\n line-height: 1;\n text-transform: none;\n padding: 11.5px 19px;\n}\n.tinv-wishlist input[type=button], .tinv-wishlist input[type=reset], .tinv-wishlist input[type=submit] {\n text-align: center;\n font-weight: 400;\n letter-spacing: 0;\n line-height: 1;\n text-transform: none;\n padding: 11.5px 19px;\n}\n.tinv-wishlist .button, .tinv-wishlist button {\n -webkit-box-shadow: none;\n box-shadow: none;\n text-transform: none;\n border: none;\n -webkit-transition: none;\n transition: none;\n}\n.tinv-wishlist input[type=button], .tinv-wishlist input[type=reset], .tinv-wishlist input[type=submit] {\n -webkit-box-shadow: none;\n box-shadow: none;\n text-transform: none;\n border: none;\n -webkit-transition: none;\n transition: none;\n}\n.tinv-wishlist .product-quantity input[type=text].qty {\n padding: 6px 15px;\n}\n.tinv-wishlist input[type=text], .tinv-wishlist input[type=email], .tinv-wishlist input[type=url], .tinv-wishlist input[type=password], .tinv-wishlist input[type=search], .tinv-wishlist input[type=tel], .tinv-wishlist input[type=number] {\n padding: 6px 15px;\n}\n.tinv-wishlist textarea {\n padding: 6px 15px;\n}\n\n.woocommerce.tinv-wishlist #respond input#submit, .woocommerce.tinv-wishlist a.button, .woocommerce.tinv-wishlist button.button, .woocommerce.tinv-wishlist input.button {\n text-align: center;\n font-weight: 400;\n letter-spacing: 0;\n line-height: 1;\n text-transform: none;\n padding: 11.5px 17px;\n -webkit-transition: none;\n transition: none;\n}\n.woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {\n padding: 11.5px 20px;\n}\n.woocommerce.tinv-wishlist .tinvwl-continue-shop {\n padding-right: 17px;\n padding-left: 17px;\n}\n\n.tinv-wishlist input[type=text], .tinv-wishlist input[type=email], .tinv-wishlist input[type=url], .tinv-wishlist input[type=password], .tinv-wishlist input[type=search], .tinv-wishlist input[type=tel], .tinv-wishlist input[type=number], .tinv-wishlist textarea, .tinv-wishlist select, .tinv-wishlist .product-quantity input[type=text].qty {\n font-family: inherit;\n color: #686868;\n background-color: #f7f7f7;\n border-width: 1px;\n border-style: solid;\n border-color: #d1d1d1;\n border-radius: 2px;\n -webkit-box-shadow: none;\n box-shadow: none;\n font-size: 14px;\n}\n\n.tinv-wishlist {\n color: #1a1a1a;\n}\n.tinv-wishlist a i.ftinvwl-chevron-left, .tinv-wishlist a i.ftinvwl-chevron-right {\n font-size: 10px;\n}\n.tinv-wishlist table th {\n padding: 22px 12px;\n}\n.tinv-wishlist table td {\n padding: 27px 12px;\n}\n.tinv-wishlist table .entry-date {\n background: 100% 0;\n padding: 0;\n margin: 0;\n color: inherit;\n}\n.tinv-wishlist td.product-name {\n line-height: 20px;\n}\n.tinv-wishlist td.product-name a {\n line-height: 1.14;\n}\n.tinv-wishlist td.product-price {\n line-height: 24px;\n}\n.tinv-wishlist .product-stock i {\n font-size: 12px;\n}\n.tinv-wishlist .product-stock i.ftinvwl-times {\n font-size: 20px;\n margin-left: 8px;\n}\n.tinv-wishlist .tinvwl-table-manage-list td.product-quantity {\n padding-right: 9px;\n padding-left: 9px;\n}\n.tinv-wishlist.woocommerce table .quantity .qty {\n padding: 8px 12px;\n}\n.tinv-wishlist table.tinvwl-table-manage-list .product-action {\n padding-right: 11px;\n padding-left: 11px;\n}\n.tinv-wishlist .tinvwl-table-manage-list .product-action .tinvwl_move_product_button i, .tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove] i {\n font-size: 12px;\n}\n.tinv-wishlist .wishlist-cb {\n padding-right: 10px;\n padding-left: 10px;\n}\n.tinv-wishlist .wishlist-name {\n min-width: 340px;\n}\n.tinv-wishlist .wishlist-privacy {\n padding-right: 15px;\n padding-left: 15px;\n min-width: 130px;\n}\n.tinv-wishlist table:not(.tinvwl-public) .wishlist-date {\n min-width: 130px;\n}\n.tinv-wishlist .wishlist-action {\n padding-right: 10px;\n padding-left: 10px;\n}\n.tinv-wishlist .tinv-login.tinv-wrapped-block {\n padding: 30px;\n}\n.tinv-wishlist .tinv-login form input[name=login] {\n min-width: 219px;\n}\n.tinv-wishlist .tinv-login input[name=username] {\n padding-right: 40px;\n}\n.tinv-wishlist .tinv-login input[name=password] {\n padding-right: 36px;\n}\n.tinv-wishlist .tinv-login .form-row {\n position: relative;\n}\n.tinv-wishlist .tinv-login .tinvwl-icon {\n display: inline-block;\n}\n.tinv-wishlist .tinv-modal .button {\n font-weight: 400;\n padding: 11px 11px 14px 11px;\n}\n.tinv-wishlist .tinv-modal .button i {\n font-size: 14px;\n}\n.tinv-wishlist .tinv-modal button i {\n font-size: 14px;\n}\n.tinv-wishlist .tinvwl_added_to_wishlist .tinvwl_button_view, .tinv-wishlist .tinvwl_created_wishlist .tinvwl_button_view {\n padding: 11px 11px 14px 11px;\n}\n.tinv-wishlist .tinv-modal .tinvwl-buttons-group button.tinvwl_button_close, .tinv-wishlist .tinv-modal .tinvwl-buttons-group button.tinvwl_button_view {\n float: right !important;\n width: calc(50% - 5px);\n white-space: normal;\n}\n.tinv-wishlist .tinv-modal .tinvwl-buttons-group button + a button, .tinv-wishlist .tinv-modal .tinvwl-buttons-group button + button {\n margin: 0 10px 0 0;\n}\n.tinv-wishlist .tinv-header h2 {\n font-family: inherit;\n text-transform: none;\n text-shadow: none;\n letter-spacing: 0;\n font-size: 40px;\n font-weight: 700;\n margin-bottom: 40px;\n color: #000000;\n}\n.tinv-wishlist a:not(.button):not(.social) {\n font-family: inherit;\n font-weight: 400;\n color: #007acc;\n text-decoration: underline;\n border-bottom: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n.tinv-wishlist a:not(.button):not(.social):active, .tinv-wishlist a:not(.button):not(.social):focus, .tinv-wishlist a:not(.button):not(.social):hover {\n color: #686868;\n}\n.tinv-wishlist select {\n font-size: 12px;\n background-size: 8px 6px;\n}\n\n@media only screen and (max-width: 1024px) and (min-width: 641px) {\n .tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail {\n padding-right: 10px;\n padding-left: 10px;\n }\n .tinv-wishlist .product-action .button {\n padding: 11.5px 12px !important;\n }\n}\n@media only screen and (max-width: 640px) {\n .tinv-wishlist table.tinvwl-table-manage-list th {\n padding-top: 26px;\n padding-bottom: 26px;\n }\n .tinv-wishlist table.tinvwl-table-manage-list tbody td {\n display: block;\n width: 100% !important;\n padding: 0 12px 12px;\n text-align: center;\n }\n .tinv-wishlist table.tinvwl-table-manage-lists tbody td, .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td {\n display: block;\n width: 100% !important;\n padding: 0 12px 12px;\n text-align: center;\n }\n .tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child) {\n border-bottom: 0;\n }\n .tinv-wishlist table.tinvwl-table-manage-lists tbody td:not(:last-child), .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td:not(:last-child) {\n border-bottom: 0;\n }\n .tinv-wishlist table.tinvwl-table-manage-list tbody td:first-child, .tinv-wishlist table.tinvwl-table-manage-lists tbody td:first-child {\n padding-top: 20px;\n }\n .tinv-wishlist table.tinvwl-table-manage-list td {\n padding: 12px;\n }\n .tinv-wishlist table.tinvwl-table-manage-lists td, .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public td {\n padding: 12px;\n }\n .tinv-wishlist .tinvwl-table-manage-list td.product-cb, .tinv-wishlist .tinvwl-table-manage-lists td.wishlist-cb {\n padding-bottom: 20px;\n }\n .tinv-wishlist .tinvwl-table-manage-list td.product-thumbnail {\n padding-top: 20px;\n padding-bottom: 14px;\n }\n .tinv-wishlist .tinvwl-table-manage-list td.product-cb + td.product-remove + td.product-thumbnail {\n padding-top: 0;\n }\n .tinv-wishlist .tinvwl-table-manage-list td.product-name {\n padding-bottom: 6px;\n }\n .tinv-wishlist .tinvwl-table-manage-list td.product-price {\n padding-bottom: 23px;\n }\n .tinv-wishlist .tinvwl-table-manage-list td.product-date {\n padding-bottom: 16px;\n }\n .tinv-wishlist .tinvwl-table-manage-list td.product-stock {\n padding-bottom: 24px;\n }\n .tinv-wishlist .tinvwl-table-manage-list td.product-quantity {\n padding: 0 12px 10px;\n }\n .tinv-wishlist .wishlist-action button[value=manage_remove] {\n text-indent: -9999px;\n background-position: center;\n }\n}\n@media only screen and (max-width: 1200px) {\n .tinv-wishlist .wishlist-name {\n min-width: 200px;\n }\n}\n@media only screen and (max-width: 1024px) {\n .tinv-wishlist .wishlist-action button[value=manage_remove] {\n padding-right: 17px;\n }\n}\n@media only screen and (max-width: 1024px) and (min-width: 641px) {\n .tinv-wishlist tfoot .tinvwl-to-left select {\n width: 140px;\n }\n .tinv-wishlist .wishlist-action button[value=manage_remove] {\n background-image: none;\n padding: 11.5px 12px !important;\n }\n}\n.woocommerce.tinv-wishlist a.button.tinvwl_add_to_wishlist_button {\n font-weight: 700;\n}\n.woocommerce.tinv-wishlist a.button.tinvwl_add_to_wishlist_button:before {\n font-weight: 700;\n vertical-align: middle;\n}\n.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-white:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-black:before {\n color: #007acc;\n font-family: inherit;\n font-size: 16px;\n}\n.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button.icon-white:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button.icon-black:before {\n color: #515151;\n background-color: #ebe9eb;\n}\n.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button:hover, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button.icon-white:hover:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button.icon-black:hover:before {\n color: #515151;\n background-color: #dad8da;\n}\n.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.tinvwl-button {\n border-radius: 3px;\n}\n.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-white:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-black:before {\n font-size: 16px;\n}\n.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button:hover, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-white:hover:before, .woocommerce ul.products li.product .tinvwl_add_to_wishlist_button.icon-black:hover:before {\n color: #686868;\n}\n.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button {\n font-family: inherit;\n font-size: 16px;\n}\n.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button {\n background-color: #ebe9eb;\n border-radius: 3px;\n}\n.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-black:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-white:before {\n font-size: 16px;\n}\n.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button.icon-white:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button.icon-black:before {\n color: #515151;\n}\n.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button:hover, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button.icon-white:hover:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.tinvwl-button.icon-black:hover:before {\n color: #686868;\n background-color: #dad8da;\n}\n.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-white:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-black:before {\n color: #007acc;\n}\n.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button:hover, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-white:hover:before, .woocommerce div.product form.cart .tinvwl_add_to_wishlist_button.icon-black:hover:before {\n color: #686868;\n}\n\n.woocommerce.tinv-wishlist #respond input#submit, .woocommerce.tinv-wishlist a.button, .woocommerce.tinv-wishlist button.button, .woocommerce.tinv-wishlist input.button {\n font-family: inherit;\n font-size: 14px;\n margin-left: 0;\n color: #515151;\n background-color: #ebe9eb;\n border-radius: 3px;\n -webkit-box-shadow: none;\n box-shadow: none;\n border: none;\n}\n.woocommerce.tinv-wishlist #respond input#submit:hover, .woocommerce.tinv-wishlist a.button:hover, .woocommerce.tinv-wishlist button.button:hover, .woocommerce.tinv-wishlist input.button:hover {\n color: #515151;\n background-color: #dad8da;\n}\n.woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {\n font-family: inherit;\n font-size: 14px;\n color: #ffffff;\n background-color: #a46497;\n border-radius: 3px;\n}\n.woocommerce.tinv-wishlist #respond input#submit.alt:hover, .woocommerce.tinv-wishlist a.button.alt:hover, .woocommerce.tinv-wishlist button.button.alt:hover, .woocommerce.tinv-wishlist input.button.alt:hover {\n color: #ffffff;\n background-color: #935386;\n}\n\n.tinv-wishlist .tinv-wrapped-block {\n padding: 30px 30px 39px;\n color: #1a1a1a;\n background-color: #f6f6f6;\n}\n.tinv-wishlist .tinv-search-list .tinv-wrapped-block {\n padding: 20px 24px;\n}\n.tinv-wishlist .tinv-wrapped-block input[type=text], .tinv-wishlist .tinv-wrapped-block input[type=password], .tinv-wishlist .tinv-wrapped-block input[type=search] {\n font-family: inherit;\n font-size: 14px;\n color: #1a1a1a;\n background-color: #ffffff;\n border-color: #d1d1d1;\n border-radius: 2px;\n}\n.tinv-wishlist .tinv-wrapped-block input::-webkit-input-placeholder {\n color: #1a1a1a;\n}\n.tinv-wishlist table, .tinv-wishlist table td {\n background-color: #ffffff;\n}\n.tinv-wishlist table, .tinv-wishlist table td, .tinv-wishlist table th {\n border-color: #d1d1d1;\n}\n.tinv-wishlist table {\n border-style: solid;\n border-width: 1px 1px 0 0;\n line-height: 16px;\n}\n.tinv-wishlist table th {\n border: 1px solid #d1d1d1;\n}\n.tinv-wishlist table td {\n border-style: solid;\n border-width: 0 0 1px 1px;\n font-size: 14px;\n font-family: inherit;\n}\n.tinv-wishlist table th {\n border-width: 0 0 1px 1px;\n font-size: 14px;\n font-family: inherit;\n font-weight: 700;\n text-transform: none;\n color: #1a1a1a;\n background-color: #ffffff;\n}\n.tinv-wishlist table td {\n color: #686868;\n}\n.tinv-wishlist td.product-price {\n font-family: inherit;\n font-size: 16px;\n color: #202020;\n}\n.tinv-wishlist td.product-price ins span.amount {\n font-weight: 400;\n color: #ffffff;\n background-color: #007acc;\n}\n.tinv-wishlist .product-stock .stock:not(.out-of-stock) {\n color: #6a8e19;\n}\n.tinv-wishlist .product-remove button {\n background-color: #f7f7f7;\n}\n.tinv-wishlist .product-remove button:active, .tinv-wishlist .product-remove button:focus, .tinv-wishlist .product-remove button:hover {\n background-color: #dad8da;\n}\n.tinv-wishlist .social-buttons li a {\n -webkit-box-shadow: none !important;\n box-shadow: none !important;\n background-color: #ebe9eb;\n text-decoration: none;\n font-size: 20px;\n}\n.tinv-wishlist .social-buttons li a:hover {\n background-color: #dad8da;\n}\n.tinv-wishlist .social-buttons li a.white, .tinv-wishlist .social-buttons li a.dark {\n color: #000000;\n}\n.tinv-wishlist .social-buttons li a.white:hover, .tinv-wishlist .social-buttons li a.dark:hover {\n color: #686868;\n}\n.tinv-wishlist .tinv-modal .tinv-modal-inner {\n line-height: 26px;\n color: #1a1a1a;\n background-color: #ffffff;\n font-family: inherit;\n font-size: 16px;\n}\n.tinv-wishlist .tinv-modal .tinv-modal-inner select {\n font-family: inherit;\n font-size: 16px;\n padding: 6.5px 10px;\n line-height: 22px;\n border-radius: 2px;\n}\n.tinv-wishlist input[type=text], .tinv-wishlist input[type=email], .tinv-wishlist input[type=url], .tinv-wishlist input[type=password], .tinv-wishlist input[type=search], .tinv-wishlist input[type=tel], .tinv-wishlist input[type=number] {\n min-height: 38px;\n}\n.tinv-wishlist select {\n min-height: 38px;\n}\n.tinv-wishlist .tinv-modal .tinv-close-modal, .tinv-wishlist .tinv-modal button.button {\n color: #515151;\n background-color: #ebe9eb;\n}\n.tinv-wishlist .t